@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");

b,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
}

a,
a:focus,
a:hover,
button:hover,
button:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding-left: 0px;
}

img {
  border: none;
}

body {
  font-size: 15px;
  color: #182333;
  box-sizing: border-box;
  overflow-x: hidden !important;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

button:focus {
  outline: -webkit-focus-ring-color auto 0;
}

p {
  margin-bottom: 0;
}

html {
  scroll-behvior: smooth;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/**/
.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pt0 {
  padding-top: 0px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.item-center {
  align-items: center;
}

/**/
/*-- ----------------- --*/
.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.banner-mbl,
.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #182333;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  display: block;
  background: #fff;
  top: 0;
  padding: 5px 0;
  box-shadow: 0px 6px 5px rgb(0 0 0 / 10%);
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
  width: 100px;
  height: auto;
  margin-top: 5px;
  top: -6px;
}

.logo {
  margin-top: -39px;
  margin-left: 0px;
  /* background: #fff; */
  position: absolute;
}

.logo:after {
  content: "";
  width: 128px;
  height: 124px;
  background-color: #ffffff;
  position: absolute;
  right: 22px;
  top: 3px;
  border-radius: 117px;
  z-index: 1;
}

/* 
.logo:after {
  content: "";
  width: 281px;
  height: 180px;
  background-image: url(../images/logo-shape.png);
  position: absolute;
  right: -95px;
  background-repeat: no-repeat;
  top: -10px;
} */

.header-scrolled .logo:after {
  height: 120px;
  right: 6px;
  width: 106px;
  top: -31px;
}

.header-scrolled {
  position: fixed;
  padding: 9px 0 16px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
}

.scrollto img {
  width: 145px;
  height: auto;
  position: relative;
  z-index: 2;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 7px 15px 0px 0px;
  display: flex;
}

.header-scrolled .main-nav > ul {
  margin: 7px 15px 0px 0px;
  display: flex;
  align-items: center;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 16px;
  padding: 18px 15px;
}

.header-scrolled .main-nav a {
  padding: 4px 16px;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #d71f27;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 6px 8px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #d71f27;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #343872;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.header_btn.site_button {
  width: 186px;
  height: auto !important;
  padding: 3px;
  font-size: 16px;
  background: #d71f27;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  transition: 1s;
  position: relative;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  border-radius: 47px;
  overflow: hidden;
  line-height: 1.2;
  margin-left: 10px;
  top: 8px;
}

.header_btn.site_button:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: 1s;
  opacity: 0.8;
}

.header_btn.site_button:before {
  animation: scale-in-out 3s ease-out infinite;
  transition: 1s;
}

.menu-bg:last-child {
  border-right: 0px;
  position: relative;
  margin-left: 0px;
}

/* .menu-bg:last-child:after {
  content: "";
  position: absolute;
  background-image: url(../images/nav-bg.svg);
  width: 93px;
  height: 88px;
  left: -70px;
  top: -12px;
  z-index: -1;
} */

.menu-bg:last-child:before {
  content: "";
  position: absolute;
  background: #1d212329;
  width: 2px;
  height: 69px;
  left: 0px;
  top: -4px;
  z-index: -1;
}

.header_left {
  position: relative;
  left: -5px;
}

.header_img {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: auto;
}

.header_img i {
  font-size: 16px;
  color: #ffffff;
}

.site_button:hover::before {
  top: 0;
  right: 0;
  transform: scale(12);
  transition: 1s;
  opacity: 0;
}

@keyframes scale-in-out {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }

  50% {
    transform: scale(12);
    opacity: 0.1;
  }

  100% {
    transform: scale(12);
    opacity: 0;
  }
}

i.fa.fa-phone {
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.header-scrolled .menu-bg:last-child:after {
  height: 71px;
  top: -14px;
}

.header-scrolled .menu-bg:last-child:before {
  height: 71px;
  top: -14px;
}

.header-scrolled .header_btn.site_button {
  top: 0px;
}

/*---------------------*/
.top-head {
  border-top: 2px solid #d71f27;
}

.header_tp_dtl {
  position: relative;
}

.pd-lr30 {
  padding: 0 50px;
}

.header_tp_dtl ul {
  display: block;
  float: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.header_tp_dtl ul > li {
  display: flex;
  padding: 4px 10px 4px 10px;
}

.header_tp_dtl ul li ol li {
  float: left;
  display: flex;
  padding: 0 10px;
}

.header_tp_dtl ul li ol li a {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.2s linear;
  display: inline-block;
  font-size: 17px;
  color: #959393;
}

.header_tp_dtl:after {
  position: absolute;
  content: "";
  top: 37px;
  right: 10px;
  display: block;
  height: 2px;
  width: 65%;
  z-index: 99999;
  background: linear-gradient(90deg, #1d212300, #1d212345);
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
  position: relative;
  top: 4px;
}

.header_tp_dtl ul li:nth-child(3) {
  position: relative;
  top: 0px;
}

.header_tp_dtl ul li:last-child {
  border-right: 0px;
  border-left: 2px solid #e2e2e2;
  margin-left: 5px;
  padding-left: 13px;
}

.header_tp_dtl ul li.call_tp img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  margin-top: 0px;
}

.header_tp_dtl ul li.call_tp a {
  color: #292929;
  font-weight: 400;
  font-size: 15px;
}

/*---------------------*/
.slider {
  position: relative;
  z-index: -1;
  margin-right: 0;
  margin-left: 0;
}

.carousel-indicators {
  bottom: 30px;
}

#slider {
  margin-right: 0;
  margin-left: 0;
}

.carousel-caption {
  top: 50%;
  left: 50%;
  /*bottom: 50%;
    right: 50%;*/
  opacity: 0;
  transition: all 800ms linear;
  text-align: center;
  padding: 0px 40px;
  width: 770px;
  transform: translate(-50%, -25%);
}

.carousel-caption2 {
  position: relative;
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  /*right: 13%;*/
  /*transform: translate(-50%,-50%);*/
}

.carousel-caption img {
  filter: brightness(0.9);
}

.carousel-caption p {
  color: #28b2f9;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 1px;
  word-wrap: break-word;
  text-shadow: 2px 2px 2px #00000059;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
}

.carousel-caption h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
  position: relative;
  z-index: 99;
}

#carousel {
  overflow: hidden;
}

#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}

#carousel .carousel-control-right {
  right: 4%;
}

#carousel .carousel-control-left {
  left: 0;
}

#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(33 125 62 / 59%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}

#carousel .carousel-item .caption {
  background-color: rgb(33 125 62 / 59%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.carousel-indicators li {
  height: 4px;
  background-color: rgb(255 255 255 / 30%);
}

.carousel-indicators .active {
  background-color: rgb(33 125 62 / 59%);
}

.carousel-wrap {
  position: relative;
  z-index: 1;
}

/*---------------------*/
.hm-about-us {
  padding: 90px 0 0px 0;
}

.sec-title h2 {
  position: relative;
  color: #292929;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 23px;
}

.home-about-content p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #565555;
  font-weight: 400;
}

.title-three-left {
  position: relative;
}

.title-three-left .bg-title {
  font-size: 150px;
  position: absolute;
  left: 0;
  top: -13px;
  z-index: -1;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  background: linear-gradient(180deg, #0c0a0a 0%, rgba(12, 10, 10, 0) 100%);
  opacity: 0.06;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 121px;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px #000000;
}

.title-three-left .title {
  font-weight: 400;
  font-size: 25px;
  line-height: 70px;
  color: #d71f27;
}

/*---------------------*/
.tmp-btn {
  padding: 0 30px;
  background: var(--color-primary);
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
  font-family: var(--font-secondary);
  text-transform: capitalize;
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-plane-7 {
  width: 100%;
  height: 450px;
  background-image: url(../images/ani-logo.jpg);
  background-repeat: no-repeat;
}

.img-title-outer .icon-plane-7 {
  position: absolute;
  bottom: -35px;
  left: 0px;
  right: 0px;
  opacity: 2.6;
}

.bounce-x {
  animation: bounce-x 6s infinite linear;
}

.img-title-outer985 {
  position: relative;
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateY(0);
  }
}

/*-----------------------------*/
.hm-about-btn {
  text-align: center;
  margin: 50px auto 0 auto;
  justify-content: center;
  display: flex;
}

.hm-about-btn .common-btn {
  border-radius: 55px;
}

.common-btn {
  width: 200px;
  height: 60px;
  background: #217d3e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292929;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: -1px;
  left: 7px;
  font-size: 9px;
}

.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}

.about-bg-aling {
  display: flex;
  align-items: flex-end;
}

.common-btn:hover:before {
  transform: scaleX(1);
}

.butt-align-center {
  text-align: end;
  display: flex;
  float: inline-end;
}

/*-----------------------------*/
.hm-about-btn .common-btn-new {
  border-radius: 55px;
}

.common-btn-new {
  width: 200px;
  height: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #217d3e;
  font-size: 15px;
  font-weight: 600;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  border: 1px solid #217d3e;
}

.common-btn-new:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292929;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.common-btn-new span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: -1px;
  left: 7px;
  font-size: 9px;
}

.common-btn-new:hover {
  color: #fff !important;
  border: 0px !important;
}

.about-bg-aling {
  display: flex;
  align-items: flex-end;
}

.common-btn-new:hover:before {
  transform: scaleX(1);
}

/*-----------------------------*/
.hm-keypoint {
  position: relative;
  top: 70px;
}

.main-section-border {
  border: 2px solid #eaeaea;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  margin: 0px;
}

.hm-keypoint .col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.main-company-item {
  background-color: #fff;
  padding: 30px 30px 0px 30px;
  margin-bottom: 30px;
  border-right: 2px solid #eaeaea;
  height: 100%;
  transition: all ease 0.5s;
}

.main-company-item .icon {
  height: 100px;
  width: 100px;
  line-height: 92px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  border-radius: 100px;
  font-size: 50px;
  margin-bottom: 20px;
  color: #000000;
  transition: all ease 0.5s;
}

.main-company-item i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  font-size: 50px;
  margin-bottom: 20px;
  color: #1595bf;
}

.main-company-item h3 {
  font-size: 27px;
  margin-bottom: 18px;
  font-weight: 500;
  color: #217d3e;
  letter-spacing: 0em;
  /* font-family: "Jost", sans-serif; */
  font-family: "Teko", sans-serif;
}

.main-company-item p {
  color: rgb(36, 36, 36);
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #565555;
  font-weight: 400;
}

/* 
.main-company-item:hover {
  transform: translateY(-5px);
} */

.main-company-item:hover .icon {
  box-shadow: 0 0 3px 0px #e81122;
}

.hover-style {
  position: relative;
  transition-delay: 0.6s;
  z-index: 1;
}

.hover-style::before,
.hover-style::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  background: #237e40;
  right: 0;
  top: 0;
  transition-delay: 0.2s;
  border-radius: 4px;
  z-index: -1;
}

.hover-style::after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.6s;
}

.hover-style .inner-border {
  display: block;
}

.hover-style .inner-border::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  /* background: #e81122; */
  transition-delay: 0s;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: -1;
}

.hover-style .inner-border::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  /* background: #e81122; */
  transition-delay: 0s;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: -1;
}

.hover-style .inner-border::after {
  transition-delay: 0.4s;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.hover-style:hover::before {
  width: 100%;
  transition-delay: 0.4s;
}

.hover-style:hover::after {
  width: 100%;
  transition-delay: 0s;
}

.hover-style:hover .inner-border::before {
  height: 100%;
  transition-delay: 0.6s;
}

.hover-style:hover .inner-border::after {
  height: 100%;
  transition-delay: 0.2s;
}

/*-----------------------------*/
.offer-section-two:before {
  position: absolute;
  left: 0;
  top: 150px;
  bottom: 0;
  width: 100%;
  background-image: url(../images/header-5-bg.jpg);
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}

.offer-section-two {
  position: relative;
  overflow: hidden;
}

.auto-container {
  position: static;
  padding: 0px 0px;
  margin: 0 auto;
  width: 100%;
}

.offer-section-two .content-column {
  position: relative;
}

.offer-section-two .content-column .inner-column {
  position: relative;
  padding: 200px 0 0 0;
  position: absolute;
  top: 42px;
  right: 58px;
  z-index: 999;
  width: 71%;
}

.sec-title {
  position: relative;
  margin-bottom: 10px;
}

.offer-section-two .content-column .sec-title .sub-title {
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.sec-title .sub-title:before {
  position: absolute;
  left: 97%;
  top: 46%;
  height: 2px;
  width: 30px;
  margin-left: 10px;
  margin-top: 1px;
  background: #ffffff;
  content: "";
}

.sec-title h1 {
  font-size: 64px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 0;
  margin-bottom: 15px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}

/* .offer-section-two:after {
  position: absolute;
  background-image: url(../images/pattern-8.png);
  left: 0;
  top: 175px;
  width: 421px;
  height: 560px;
  content: "";
} */
.offer-section-two .image-column .image-box .image img {
  width: 100%;
  min-height: 610px;
  object-fit: cover;
}

.offer-section-two .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.offer-section-two .image-column .video-box {
  position: absolute;
  left: -123px;
  top: 0;
}

.offer-section-two .image-column .video-box .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
  width: 140px;
  background-color: #16a913;
  color: #fff;
  font-size: 70px;
}

.offer-section-two .image-column .image-box .image:before {
  position: absolute;
  left: -1px;
  bottom: 0px;
  border-right: 75px solid transparent;
  border-bottom: 75px solid #cf1e26;
  content: "";
}

.offer-section-two .image-column .video-box .title {
  right: 100%;
  margin-right: 130px;
  top: 0;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.sec-title p {
  letter-spacing: 0.5px;
  font-size: 15px;
  padding-bottom: 15px;
  color: #fff;
  line-height: 25px;
}

.sec-title h1 span {
  color: #76b84a;
}

/*------------------*/
.wrapper i {
  color: #3a82a7;
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ffffff;
  color: #292929;
  border-radius: 10rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  margin-top: 7px;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #fff;
  background-color: #292929;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #292929;
}

.button:hover .button__icon-wrapper {
  color: #ffffff;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/*------------------*/
.hm-pro-section {
  padding: 90px 0px 0 0;
}

.row-justy-center {
  justify-content: center;
}

.main-aling-text {
  text-align: center;
  margin-bottom: 60px;
}

.main-aling-text .bg-title {
  font-size: 150px;
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
  top: -13px;
  z-index: 0;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  background: linear-gradient(180deg, #0c0a0a 0%, rgba(12, 10, 10, 0) 100%);
  opacity: 0.06;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 121px;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px #000000;
}

.single-product img {
  width: 100%;
}

.single-product {
  padding: 15px 15px 25px 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border: 1px solid #217d3e5c;
  border-radius: 15px;
}

.single-product h4 {
  font-size: 26px;
  text-align: center;
  padding: 0px 0 30px 0;
  font-family: "Teko", sans-serif;
  color: #292929;
}

.single-product a {
  text-align: center;
  background-color: #ffffff;
  padding: 10px 16px;
  color: #292929;
  font-weight: 500;
  border-radius: 5px;
  /* margin-bottom: -11px; */
  border: 1px solid #217d3e;
}

.main-aling-text .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 70px;
  color: #292929;
}

/*------------------*/

/** Solution **/
.solution-heading p {
  padding: 5px 0 45px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #545859;
}

#solution-main-slider {
  margin: 70px 0px 0px;
}

#solution-main-slider .main-solution .solution-heading {
  position: relative;
  z-index: 1;
}

#solution-main-slider .main-solution .solution-heading h2 {
  position: relative;
  z-index: 1;
  color: #262a31;
  font-weight: 700;
  line-height: 1.22;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
}

/*#solution-main-slider.home-industry-sec .main-solution .solution-heading:before {
  content: "INDUSTRY";
  position: absolute;
  top: -40px;
  left: calc(50% - 300px);
  font-size: 120px;
  line-height: 120px;
  font-weight: 600;
  color: #e6e9ee;
  -webkit-text-stroke: 1px #ffffff;
  height: 100px;
  width: 600px;
  z-index: 0;
}*/

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

#solution-main-slider .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

#solution-main-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

#solution-main-slider .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#solution-main-slider .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#solution-main-slider .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#solution-main-slider .main-solution-bg {
  padding: 55px 0 55px;
  border-radius: 25px;
  background-color: rgb(241 250 245);
}

#solution-main-slider .main-solution .desktop-solution {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 0;
}

#solution-main-slider .main-solution .desktop-solution .box {
  border-radius: 15px;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  min-width: 76px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  padding: 8px;
}

#solution-main-slider .main-solution .desktop-solution .box a {
  height: 100%;
  width: 100%;
  display: block;
}

#solution-main-slider .main-solution .desktop-solution .solution-item1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/agricultural-industry.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/automotive-industry.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/chemical-industry.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item4 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/construction-industry.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item5 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/electronic-industry.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item6 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/building-and-infrastructure.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item7 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/food-and-pharmaceutical-Industry.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .solution-item8 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/mining-industry.jpg) center no-repeat;
  background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .box:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 15px;
  transition: 0.5s;
  opacity: 1;
}

#solution-main-slider .main-solution .desktop-solution .box.active:after {
  opacity: 0;
}

#solution-main-slider .main-solution .desktop-solution .box .box-icon {
  background-color: #ffffff33;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 10px;
  height: 60px;
  width: 60px;
  transition: 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#solution-main-slider .main-solution .desktop-solution .box .box-icon img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

#solution-main-slider .main-solution .desktop-solution .box .box-content {
  z-index: 1;
  border-left: 3px solid #f4d506;
  padding-left: 15px;
}

#solution-main-slider .main-solution .desktop-solution .box .box-content h3 {
  font-weight: 600;
  color: #ffffff;
}

#solution-main-slider .main-solution .desktop-solution .box .box-content p {
  color: #ffffff;
  margin-bottom: 0;
}

#solution-main-slider .main-solution .desktop-solution .box a .label {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: auto auto 10px;
}

#solution-main-slider .main-solution .desktop-solution .box.active a .label {
  justify-content: start;
}

#solution-main-slider .main-solution .desktop-solution .box.active {
  padding: 20px;
}

.desktop-solution {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  max-width: 1020px !important;
  margin: 0 auto;
}

.desktop-solution .box {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  border-radius: 10px;
  cursor: pointer;
  flex: 0.5;
  position: relative;
  transition: flex 0.7s ease-in;
}

.desktop-solution .box .box-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  padding-right: 16px;
}

.desktop-solution .box.active {
  flex: 5;
}

.desktop-solution .box.active .box-content {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

.desktop-solution .box.active .box-icon {
  transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 1500px) {
  #solution-main-slider .main-solution .desktop-solution {
    overflow-x: hidden;
  }

  /*  #solution-main-slider.home-industry-sec .main-solution .solution-heading:before {
    left: calc(50% - 275px);
    width: 550px;
    font-size: 80px;
    line-height: 80px;
    top: -30px;
  }
*/
  #solution-main-slider .main-solution .desktop-solution .box,
  .desktop-solution .box {
    height: 340px;
    min-height: 340px;
  }
}

@media only screen and (max-width: 1200px) {
  #solution-main-slider {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  #solution-main-slider .main-solution .desktop-solution {
    display: block !important;
  }

  #solution-main-slider .main-solution {
    border-radius: 15px;
    padding: 60px 0 40px;
  }

  #solution-main-slider .main-solution .desktop-solution .box.active {
    transform: unset;
    width: auto;
    max-width: 100% !important;
  }

  #solution-main-slider .main-solution .desktop-solution .box .label {
    height: calc(100% - 48px);
    flex-direction: column;
    justify-content: space-between;
    bottom: 24px;
    left: 24px;
  }

  .home-industry-sec .main-solution {
    /* padding-bottom: 160px !important; */
  }

  .swiper-slide {
    overflow: hidden;
  }

  #solution-main-slider {
    padding: 0 16px;
    position: relative;
    z-index: 0;
  }

  #solution-main-slider .main-solution .desktop-solution .box {
    padding: 20px;
  }

  #solution-main-slider .main-solution .desktop-solution .box .box-content {
    opacity: 1;
  }

  #solution-main-slider .main-solution .desktop-solution .box a .label {
    justify-content: start;
  }

  #solution-main-slider .main-solution .desktop-solution .box:after {
    display: none;
  }

  .solution-heading p {
    padding: 16px 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  #solution-main-slider .main-solution .desktop-solution .box {
    flex: unset !important;
    min-width: 100% !important;
  }
}

@media (max-width: 768px) {
  #solution-main-slider .main-solution {
    padding: 40px 0;
  }

  /* #solution-main-slider.home-industry-sec .main-solution .solution-heading:before {
    left: calc(50% - 200px);
    width: 400px;
    top: -10px;
    font-size: 70px;
    line-height: 70px;
  }
*/
}

@media (max-width: 576px) {
  #solution-main-slider .main-solution .desktop-solution .box {
    min-height: 300px;
    height: 300px;
  }

  /* #solution-main-slider.home-industry-sec .main-solution .solution-heading:before {
    left: calc(50% - 150px);
    width: 300px;
    top: -10px;
    font-size: 56px;
    line-height: 56px;
  }*/
}

@media (max-width: 400px) {
  #solution-main-slider {
    padding: 0 12px;
  }

  /*#solution-main-slider.home-industry-sec .main-solution .solution-heading:before {
    width: 270px;
    left: calc(50% - 135px);
    top: -10px;
  }*/
}

@media (min-width: 992px) {
  #solution-main-slider .main-solution .desktop-solution .box {
    margin: 0 8px;
  }
}

/*------------------*/
.hm-cleint {
  padding: 80px 0 30px;
  position: relative;
}

.hm-cleint-bg {
  position: absolute;
  width: 110%;
  height: 100px;
  background: #d71f27;
  bottom: -80px;
  left: -5%;
  border-radius: 50px;
  z-index: -1;
}

.hm-cleint-box {
  align-items: center;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #ebebeb;
  position: relative;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 20px 30px rgb(0 0 0 / 5%);
}

/*------------------*/
.ftr-logo img {
  background-color: #fff;
  padding: 16px;
  /* height: 240px; */
  border: 5px solid #217d3e7a;
  border-radius: 45px;
  /* width: 275px; */
}

footer {
  background-color: #1d2123;
  color: white;
  border-top: 5px solid #a9a9a9a6;
  padding: 50px 0 30px;
}

.ftr-head h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.ftr-head h4 span {
  color: #217d3e;
  font-weight: 500;
}

.ftr-btn {
  float: right;
}

.ftr-btn a {
  line-height: 0 !important;
  padding: 1.3rem 2rem;
  background: #fff;
  font-size: 15px;
  border-radius: 50px;
  color: #217d3e;
  border: 2px solid #217d3e;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-duration: 0.3s;
  overflow: hidden !important;
  outline: none;
  cursor: pointer;
  display: block;
}

.ftr-btn a:hover {
  color: #fff;
}

.ftr-btn a:hover:before {
  transform: scaleX(1);
}

.ftr-btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(16 163 197) 23%, rgb(22 126 207) 73%);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.bord-btm {
  border-bottom: 1px solid #f5f5f521;
  margin-top: 35px;
  margin-bottom: 30px;
}

.ftr-heads h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.ftr-link ul li a {
  display: block;
  color: #fff9;
  font-size: 15px;
  padding-bottom: 8px;
}

.ftr-link ul li a:hover {
  color: #fff;
}

.ftr-add p {
  color: #fff9;
  font-size: 15px;
}

.social-div ul {
  margin-top: 14px;
}

.social-div ul li {
  display: inline-block;
  padding: 0 2px;
}

.social-div ul li a {
  color: rgb(255, 255, 255);
  display: block;
  text-align: center;
}

.social-div .footer-social {
  font-size: 21px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 2;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.social-div .social1 {
  background-color: #3767d1;
}

.social-div .social2 {
  background-color: #e50000;
}

.social-div .social3 {
  background-color: #0a97f1;
}

.social-div .footer-social:hover {
  transform: translateY(-5px);
}

.ftr-cont ul li {
  margin-bottom: 20px;
}

.ftr-cont ul li {
  margin-bottom: 19px;
  text-align: center;
}

.ftr-cont ul li span {
  color: #d71f27;
  padding-left: 10px;
  line-height: 24px;
  font-weight: 500;
}

.ftr-cont ul li a {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.ftr-cont ul li a:hover {
  color: #d71f27;
  transition: 0.8s;
}

.ftr-btm {
  margin-top: 5px;
  border-top: 1px solid #f5f5f521;
  padding-top: 25px;
  justify-content: center;
}

.ftr-btm-text p {
  color: #fff9;
  font-size: 15px;
}

.ftr-btm-text p a {
  color: #fff;
}

.ftr-btm-text2 {
  text-align: right;
}

/*-----------------------------*/
.header_right span:hover {
  color: #fff !important;
}

/*------------------*/
.prod-banner {
  background-size: cover !important;
  position: relative;
  background-position: center 72% !important;
  background-repeat: no-repeat;
  padding: 90px 0 120px;
}

.prod-banner2 {
  padding: 50px 0;
}

.prod-banner-header {
  position: relative;
  z-index: 1;
}

.prod-banner-header h1 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding-bottom: 5px;
}

.prod-banner-header2 ul {
  margin-bottom: 0px;
}

.prod-banner-header ul {
  text-align: left;
}

.prod-banner-header ul li {
  display: inline-block;
  padding: 0 10px;
  color: #cfcfcf;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 15px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span i {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 20px;
}

.prod-banner:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 61%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

.prod-inr-dtl h2 {
  font-weight: 700;
  color: #d71f27;
  position: relative;
  font-size: 19px;
  margin-bottom: 10px;
}

.prod-inr-dtl h3 {
  font-weight: 700;
  color: #d71f27;
  position: relative;
  font-size: 19px;
  margin-bottom: 20px;
}

.prod-inr-dtl h2:after {
  content: "";
  content: "";
  position: absolute;
  bottom: -9px;
  left: 1px;
  border: 1px solid #217d3e;
  width: 48px;
}

.prod-inr-dtl h3:after {
  content: "";
  content: "";
  position: absolute;
  bottom: -9px;
  left: 1px;
  border: 1px solid #217d3e;
  width: 48px;
}

.home-about-content p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #565555;
  font-weight: 400;
}

.inr-prod-brochure {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.blog-brochure-btn button {
  background: #217d3e;
  width: 100%;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px 0;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  margin-top: 5px;
}

.prod-inr-dtl h3:after {
  content: "";
  content: "";
  position: absolute;
  bottom: -9px;
  left: 1px;
  border: 1px solid #217d3e;
  width: 48px;
}

.prod-inner {
  padding: 60px 0;
}

.inr-prod-nav {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
  -moz-box-shadow: 0 5px 22px 0 rgba(15, 53, 103, 0.05);
  box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
  position: sticky;
  top: 50px;
  margin-left: 20px;
}

.inr-prod-nav ul {
  margin-bottom: 0px !important;
}

.inr-prod-nav ul li {
  margin-bottom: 15px;
}

.inr-prod-nav ul li a {
  background-color: #f7f7f7;
  color: #1a1a1a;
  display: block;
  font-size: 15px;
  padding: 15px 15px 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.inr-prod-nav ul li a:hover {
  background-color: #217d3e;
  color: #fff;
}

.bullet li {
  font-weight: 400;
  color: #565555;
  font-size: 14px;
  word-spacing: 0.5px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 14px;
  position: relative;
}

.bullet li:after {
  content: "";
  width: 4px;
  height: 5px;
  background: #d71f27;
  position: absolute;
  left: 2px;
  top: 10px;
  /* border-radius: 28%; */
}

.inner_pro img {
  width: 100%;
  border-radius: 10px;
}

.inner_pro {
  border-radius: 10px;
  background-color: #217d3e;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bullet li b {
  font-weight: 600;
  color: #262525;
  font-size: 16px;
  word-spacing: 0.5px;
  line-height: 25px;
  padding: 5px 0 5px 3px;
  position: relative;
}

.row-bg-style {
  border-radius: 10px;
  background-color: #fcfbfb;
  padding: 20px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* ================== */

.faq .card {
  background-color: #f8f9fa;
  border: 1px solid #217d3e;
  margin-bottom: 20px;
  border-radius: 0px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #1c1c1c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f7f7f7;
  position: relative;
  line-height: 22px;
}

.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #d8242c;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* abt */
.about-sec {
  padding: 70px 0 40px;
}
.abt-head {
  justify-self: center;
  text-align: center;
}
.abt-head img {
  width: 115px;
}
.abt-head h2 {
  position: relative;
  color: #292929;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 23px;
  margin-bottom: 23px;
}
.abt-head p {
  letter-spacing: 0.2px;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #565555;
  font-weight: 400;
}
.abt-head {
  position: relative;
}
.abt-head::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  top: 82%;
  left: -2%;
  right: 0;
}
.abt-head::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  top: 82%;
  right: -2%;
  transform: scaleX(-1);
}
.indus-head h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 70px;
  color: #292929;
  text-align: center;
  margin-bottom: 20px;
}
.indus-sec {
  padding: 60px 0 70px;
  background-image: url(../images/pattern1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -5px;
}
.indus-box img {
  transition: 0.3s ease;
  border-radius: 20px;
}
.indus-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.indus-box span {
  position: absolute;
  bottom: 15px;
  padding: 5px 35px;
  margin: 0 5px;
  left: 0;
  justify-self: anchor-center;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(45deg, #00c33d, #13121154);
  font-weight: 500;
  display: block;
  text-align: center;
  z-index: 1;
  transition: 0.3s ease;
}
.indus-box:hover > img {
  scale: 1.1;
  transition: 0.3s ease;
  rotate: 3deg;
}
.indus-box:hover > span {
  background-color: #000000a6;
  transition: 0.3s ease;
}
.abt-img {
  text-align: center;
  margin-top: 30px;
}
.abt-img img {
  width: 90%;
}

.cont-sec {
  padding: 70px 0 70px;
}
.cont-box {
  background: #24803d09;
  padding: 30px 30px;
  height: 300px;
  border: 4px solid #d71f27;
  text-align: center;
  align-content: center;
  transition: transform 0.1s linear;
}
.cont-box img {
  width: 35px;
  height: 35px;
}
.cont-box h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #292929;
  transition: transform 0.1s linear;
  transition-delay: 0.1s;
  margin: 20px 0 20px;
}
.cont-box p:first-of-type {
  transition: transform 0.1s linear;
  transition-delay: 0.3s;
}
.cont-box p:nth-of-type(2) {
  transition: transform 0.1s linear;
  transition-delay: 0.4s;
  margin-top: 10px;
}
.cont-box p a {
  color: #565555;
  font-size: 15px;
  font-weight: 400;
}
.cont-box:hover h4 {
  transition: transform 0.1s linear;
  transition-delay: 0.1s;
  transform: scale(1.07);
}
.cont-box:hover p:first-of-type {
  transition: transform 0.1s linear;
  transition-delay: 0.3s;
  transform: scale(1.07);
}
.cont-box:hover p:nth-of-type(2) {
  transition: transform 0.1s linear;
  transition-delay: 0.4s;
  transform: scale(1.07);
}

.cont-form-sec {
  padding: 30px 0 70px;
}
.contact-head {
  margin-bottom: 40px;
}
.contact-head h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 70px;
  color: #292929;
  text-align: center;
}
.contact-box {
  text-align: center;
  box-shadow: 0px 3px 25px 0px rgb(11 46 72 / 15%);
  background: #fff;
  padding: 30px 10px;
  height: 100%;
  border: 4px solid #2e2e2e;
}
.contact-box h5 {
  font-size: 22px;
  font-weight: 700;
  color: #3a3a3a;
  margin-top: 15px;
  margin-bottom: 10px;
}
.contact-box a,
.contact-box p {
  font-weight: 500;
  color: #3a3a3a;
  font-size: 16px;
  word-spacing: 0.5px;
  display: block;
}
.contact-box a:hover {
  color: #e81122;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 15px 15px;
  font-size: 14px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}

.hm-about-btn {
  text-align: center;
  margin: 50px auto 0 auto;
  justify-content: center;
  display: flex;
}

.hm-about-btn .common-btn {
  border-radius: 55px;
}

.cbform .common-btn-new {
  width: 200px;
  height: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  place-self: center;
  color: #217d3e;
  font-size: 15px;
  font-weight: 600;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  border: 1px solid #217d3e;
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292929;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: -1px;
  left: 7px;
  font-size: 9px;
}

.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}

.about-bg-aling {
  display: flex;
  align-items: flex-end;
}

.common-btn:hover:before {
  transform: scaleX(1);
}

.butt-align-center {
  text-align: end;
  display: flex;
  float: inline-end;
}
.map-container {
  margin-bottom: 60px;
}
.map-container iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}
.indus-sec-inn {
  padding: 60px 0 70px;
  background-image: url(../images/pattern1.png);
  background-size: contain;
  background-repeat: repeat;
  background-position-y: -5px;
}
.mob-abt-img {
  display: none;
}



.btm-watsap {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
}
.btm-watsap img {
	width:50px;
}
.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.form-text {
	border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #3a3d41;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px !important;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
	background-color: #d0021b;
	color: #ffffff;
	max-width: 100%;
}
.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #d0021b;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	cursor: pointer;
}
.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}
.max {
	border: #d0021b thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}






