@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");

@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
.container {
  max-width: 1350px;
}

ul {
  list-style: none;
}

hr {
  margin-top: 27px;
  margin-bottom: 3px;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
}

p {
  letter-spacing: 0.5px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fjalla One", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/
html {
  scroll-behavior: 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;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}
.pd-0 {
  padding: 0;
}
.pd-lr30 {
  padding: 0 30px;
}

/** **************** **/
.align-center {
  align-items: center;
}

/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-call {
  float: right;
  width: auto;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.header-call ul li {
  padding: 4px 12px;
  display: inline-block;
  position: relative;
}

.header-call ul li:last-child {
  padding-right: 0px;
}

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

.header-call ul li img {
  margin-right: 1px;
  float: left;
}

.header-call img {
  width: 24px;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

/* topheader */

/** **************** **/
#header_top {
  background: #df6a2d;
  padding: 3px 0;
  transition: all 0.5s ease;
}

#header_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 468px;
  height: 68px;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); */
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-call {
  float: right;
  width: auto;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.header-call ul li {
  padding: 4px 12px;
  display: inline-block;
  position: relative;
  color: #fff;
}

.header-call ul li i {
  color: #fff;
}

.header-call ul li:last-child {
  padding-right: 0px;
}

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

.header-call ul li img {
  margin-right: 1px;
  float: left;
}

.header-call img {
  width: 24px;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

/*  */
/** **************** **/
/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0 0px;
  background: #fff;
  border-bottom: 3px solid #1f2c6ec9;
  /*padding: 4px 0 2px;*/
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  background: #e8112200;
}

.fixed-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dbdbdb;
  left: 0;
  top: 0;
  z-index: -1;
  /* border-radius: 0 0 64px; */
}
.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e81122;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0;
}

.header-scrolled .logo {
  bottom: -36px;
  width: 235px;
  margin-top: -10px;
  transition: all 0.5s ease;
}

.header-scrolled .scrollto img {
  height: auto;
  transition: all 0.5s ease;
  margin-top: 0px;
}

.header-scrolled .main-nav > ul {
  margin: 10px 0 10px 0;
}

.logo {
  position: absolute;
  transition: all 0.5s ease;
  bottom: -44px;
  width: 277px;
  /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}

/*.logo:after {
    content: "";
    position: absolute;
    background: #6865651f;
    height: 85px;
    width: 2px;
    right: -36px;
    top: -5px;
    z-index: -1;
}*/
.header-scrolled .logo:after {
  height: 78px;
}

.header-scrolled {
  position: fixed;
  padding: 5px 0;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}

.scrollto img {
  width: auto;
  height: auto;
  transition: all 0.5s ease;
  position: relative;
  top: 5px;
}
.logo-ul {
  display: flex;
  flex-wrap: wrap;
  background: #e81122;
  padding: 0px 0 1px 0;
}
.logo-ul span {
  flex: 0 0 33.33%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.main-nav {
  float: right;
  transition: all 0.3s ease-in-out;
}

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

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
}

.main-nav a {
  color: #231e1f;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0px 14px;
}

/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
    margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
    bottom: 0px;
    opacity: 1;
}*/
.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav li:last-child a {
  /*border-right:0px;*/
  padding-right: 0px;
}

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

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

.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: 0px;
}

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

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

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  color: #231e1f;
  border-radius: 2px;
  font-weight: 400;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul li a span {
  color: #da1214;
}

.main-nav .drop-down ul li a:hover span {
  color: #fff;
}

.main-nav .drop-down ul li a span img {
  width: 20px;
}

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

.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;
}

/*******************/
.call_start {
  margin-left: 35px !important;
  margin-top: 2px;
  position: relative;
}

.call_start:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 35px;
  background: #e3e3e3;
}

.call_tp {
  border-radius: 50px;
  padding: 5px 12px 5px 11px;
  margin-left: 15px;
  height: 43px;
  display: flex;
  background: #384777;
  border: 2px solid #384777;
}

.call_tp img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}

.call_tp a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 15px;
  padding: 0px;
}

.call_tp a span {
  font-weight: 400;
  color: #292929;
}

.call_start a {
  padding-top: 6px;
}

.head-cont {
  position: relative;
  margin-left: 70px;
  margin-top: -20px;
  font-size: 18px !important;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 137px;
  height: 1px;
  background: #292929;
}

.head-cont:hover {
  color: #ff0000 !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  left: -55px;
  top: 14px;
}

.head-call {
  font-size: 15px;
}

.head-cont:hover .head-call {
  color: #292929 !important;
}

/*.head-cont:hover:after{
    background: #f9ad00;
}*/
.head-cont .pbmit-svg-arrow {
  stroke: #fff;
  width: 10px;
  height: 10px;
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  position: relative;
  bottom: 1px;
  left: 6px;
  transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
  position: relative;
  left: 5px;
}

.pbmit-svg-arrow-span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e81122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
  stroke-dashoffset: 0 !important;
  stroke: #fff;
}

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

.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

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

.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 > a {
  padding-right: 35px;
}

.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: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0px 0px 0 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);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

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

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/** **************** **/

/** **************** **/

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: -20px;
}
#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(50 52 51 / 50%);
  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(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 10px;
  text-align: left;
  list-style: none;
  bottom: 15px;
  justify-content: left;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
}
.carousel-indicators .active {
  background-color: #e81122;
}
.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}
.carousel-caption h5 {
  font-size: 30px;
  color: rgb(244, 247, 248);
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}
.carousel-caption h5 span {
  padding: 10px 30px !important;
  background: #d52a32;
  position: relative;
  top: -10px;
  font-family: "Jost", sans-serif;
}
.carousel-caption p {
  font-size: 21px;
  color: rgb(244, 247, 248);
  line-height: 1.2;
  width: 600px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: inline-block;
  background-color: rgba(24, 24, 24, 0.902);
  padding: 20px 30px;
  margin-bottom: 0;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.read_more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 2px 4px 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: #ca3e2d;
  margin-top: 10px;
  border: 1px solid transparent;
}
.read_more:hover {
  color: #202020;
  background: #ffffff;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
}
.circle {
  background: #ffffff;
  color: #052b45;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
}
.read_more:hover .circle {
  color: #fff;
  background: #e81122;
}
/** **************** **/

/** **************** **/

/* download brouseer */

.download-button {
  position: relative;
  border-width: 0;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 49px;
  z-index: 1;
  margin-left: 0px;
}

.download-button .docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 26px;
  z-index: 1;
  background-color: #ca3e2d;
  border: solid 1px #e8e8e82d;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 72%;
  margin: 0 auto;
  z-index: -1;
  border-radius: 0 0 10px 10px;
  transform: translateY(0%);
  background-color: #131313;
  border: solid 1px #ffffff86;
  border-top: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.download-button:hover .download {
  transform: translateY(100%);
}

.download svg polyline,
.download svg line {
  animation: docs 1s infinite;
}

@keyframes docs {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-15%);
  }

  100% {
    transform: translateY(0%);
  }
}

/* download brousher ends */

/* video strats */

.video_wrapper {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.video_wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#video_section {
  position: relative;
  overflow: hidden;
}

#video_section:after {
  content: "";
  position: absolute;
  /* background: linear-gradient(
    180deg,
    rgba(7, 9, 27, 0.61) 0%,
    rgba(87, 199, 133, 0) 50%,
    rgba(7, 9, 27, 1) 83%
  ); */

  background: linear-gradient(
    0deg,
    rgba(38, 38, 38, 1) 0%,
    rgba(22, 22, 22, 0) 35%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

#video_overlap_data {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 56px;
  z-index: 2;
  text-align: center;
}

.overlap_heading {
  display: block;
  text-align: center;
  padding-top: 0;
}

.overlap_heading h1 {
  font-size: 45px;
  color: #e31e25;
  text-align: left;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.25px;
  /* padding-bottom: 20px; */
}

.overlap_heading h1 span {
  display: block;
  color: #f6f6f6;
  font-weight: 600;
}

.know_btn {
  position: relative;
  padding: 10px 30px;
  display: inline-flex;
  width: 200px;
  color: #ffffff;
  line-height: 30px;
  font-size: 17px;
  /* border: 1px solid #ffffff; */
  font-weight: 500;
  letter-spacing: 0.3px;
  background: #ffffff57;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 13px;
  justify-content: center;
}

.know_btn:hover {
  background: #e42127;
  color: #fff;
}

.know_btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #006baf;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}

.know_btn:hover::before {
  width: 100%;
  height: 100%;
}

.know_btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  background: #e31e25;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}

.know_btn:hover::after {
  width: 100%;
  height: 100%;
}

/** **************** **/

.marquee {
  /* width: 100%; */
  /* height: 12rem; */
  pointer-events: none;
  /* background: black; */
  overflow: hidden;
  /* box-shadow: 0 2rem 2rem 0.4rem rgba(0, 0, 0, 0.2); */
  position: relative;
  bottom: -40px;
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}

.marquee span {
  text-align: center;
  color: lightgray;
  font-weight: 400;
  white-space: nowrap;
  font-size: max(2vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  padding: 0 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.marquee__img {
  width: 20px;
  height: 8rem;
  /* margin: 0 4vw; */
  /* border-radius: 100rem; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #444; */
  /* filter: grayscale(0.6); */
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 20s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.outline__text {
  font-family: sans-serif;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
}

.outline__text-fill {
  -webkit-text-fill-color: #fff;
}

/* video-ends */

/* about us */

/* about us */

.about-us {
  padding: 70px 0;
  position: relative;
  /* min-height: 600px; */
}

.about-us-clip-path {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  /* clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%); */
  /* background-color: #004289; */
  background: url(../images/about-us-bg.svg) center bottom no-repeat;
  background-size: 70%;
  background-attachment: fixed;
}

/* .about-title-three-center */

.about-title-three-left .about-bg-title-center {
  font-size: 65px;
  position: absolute;
  left: 50%;
  top: -21px;
  transform: translateX(-50%);
  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;
}

.about-title-three-left .about-title-center {
  font-weight: 400;
  font-size: 18px;
  line-height: 70px;
  color: #ca3e2d;
  text-align: center;
}

.about-us-sec-title-center h1 {
  font-size: 32px;
  padding: 7px 0 10px 0;
  color: #3b3b3b;
  text-align: center;
}

/* .about-title-three-center end */

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

.about-title-three-left .about-bg-title {
  font-size: 65px;
  position: absolute;
  left: 0px;
  top: -21px;
  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;
}

.about-title-three-left .about-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 70px;
  color: #ca3e2d;
}

.about-us-sec-title h1 {
  font-size: 32px;
  padding: 7px 0 10px 0;
  color: #3b3b3b;
}

.about-us-btn {
  margin-top: 9px;
  display: flex;
}

.about-us-btn-index {
  margin-top: 9px;
  display: flex;
  justify-content: center;
}

.home-about-content p {
  color: #525557;
  font-size: 16px;
  text-align: center;
}

.about-us-img {
  width: 100%;
  position: absolute;
  top: -357px;
  right: -108px;
}

.about-us-img-2 {
  position: absolute;
  top: -433px;
  right: -71px;
  z-index: -1;
}

.about-left {
  padding: 0 40px;
}

/* counter starts */

.stats-banner-wrapper {
  background-color: #004289;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

/* .stats-banner-wrapper::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 0 0 80% 80%;
} */

.stats-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.stats-number {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
  letter-spacing: 3px;
  font-family: "Fjalla One", sans-serif;
  -webkit-text-stroke: 0.1px rgb(255 255 255);
  -webkit-text-fill-color: transparent;
}

.stats-description {
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  max-width: 150px;
}

.company-exp {
  position: absolute;
  right: -225px;
  top: 80px;
  font-family: "Fjalla One", sans-serif;
}

.company-exp p {
  font-size: 130px;
  /* background: url(../images/logo--.png) center  no-repeat;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  -webkit-text-stroke: 1px rgb(102, 102, 102);
  -webkit-text-fill-color: transparent;
}

/* counter ends */

/* about-ends */

/* product starts */
/* product starts */

.product-section-container {
  padding: 80px 0 200px 0;
  /* background: #f4f7fa;
  position: relative;
  z-index: -11; */
}

/* Left Side Styles */
.brand-logo {
  width: 60px;
  margin-bottom: 30px;
}

.main-title {
  font-size: 32px;
  font-weight: 800;
  color: #333333;
  line-height: 40px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.featured-card {
  /* background-color: #313131; */
  background: url(../images/breadcrum-img-main-2.jpg) center no-repeat;
  background-size: cover;
  /* border-radius: 40px; */
  position: relative;
  padding: 35px;
  overflow: hidden;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-card img {
  display: none;
}

/* .featured-image-bg {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
} */

.action-buttons-overlay {
  position: absolute;
  top: 45px;
  right: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 170px; /* Spacing between top and bottom button */
}

.btn-custom-red {
  background-color: #ca3e2d;
  color: #ffffff;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.btn-custom-red:hover {
  background-color: #004289;
  color: #fff;
}

.btn-custom-blue {
  background-color: #2b61b3;
  color: #ffffff;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.featured-footer {
  position: relative;
  z-index: 2;
  border-left: 4px solid #ca3e2d;
  padding-left: 15px;
}

.featured-footer-title {
  color: #222222;
  font-size: 24px;
  display: block;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
}

.featured-footer-sub {
  color: #444444;
  font-size: 16px;
  display: block;
}

/* Right Side List Styles */
.product-list-item {
  display: flex;
  flex-direction: column-reverse;
  /* align-items: center; */
  padding: 34px 0px;
  min-height: 200px;
}

/* .bg-white-row {
  background-color: #ffffff;
} */

/* .bg-grey-row {
  background-color: #ebebeb;
} */

.product-info {
  flex: 1;
  border-left: 2px solid #ca3e2d;
  padding-left: 15px;
}

.product-title {
  color: #2b61b3;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
}

.product-desc {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
  display: block;
  line-height: 1.4;
}

.btn-small-red {
  background-color: #ca3e2d;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.btn-small-red:hover {
  background-color: #004289;
  color: #fff;
}

.product-image-container {
  margin-bottom: 20px;
}

.product-image-container img {
  max-width: 100%;
  height: auto;
}

.about-us-sec-title h2 {
  font-size: 30px;
  padding: 6px 0 18px 0;
  color: #3b3b3b;
}

.video-container {
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  position: relative;
}

.ipack-logo {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 28%;
  background-color: #fff;
  padding: 14px 22px 29px 0px;
  border-radius: 0px 0px 100px 0px;
  /* border: 1px solid #000; */
  border: 1px solid #e8e8e8;
  border-top: 0;
  border-left: 0;
}
.about-video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/**
 * Title:
 *    Animations
 * Description:
 *    List all the animations of the site in one file
 * Sections:
 *    $. Keyframes
 *    $. Classes
 */
/* $. Keyframes
\*----------------------------------------------------------------*/

/* $. Classes
\*----------------------------------------------------------------*/
.animate {
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  filter: blur(0);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center left;
}

.animate--shrink,
.hero__title .slick-current > span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-timing-function: "linear";
  animation-timing-function: "linear";
}

.animate--grow,
.no-js .hero__title .slick-dupe:nth-child(2) > span,
.hero__title .slick-current + .slick-slide > span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: "linear";
  animation-timing-function: "linear";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
  padding-top: 40px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none;
}
.slick-vertical .slick-slide::-moz-selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}
.slick-vertical .slick-slide:focus,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-current {
  position: relative;
}

.hero__title .slick-slide {
  overflow: hidden;
  padding: -4px 0;
}

.hero__title [aria-hidden] {
  transition: 1s;
}

/* 
.hero__title [aria-hidden="false"]{
    opacity: 1;
}

.hero__title [aria-hidden="true"] {
    opacity: 0;
}
 */
.hero__title .slick-current > span {
  box-sizing: border-box;
  display: block;
}

.no-js .hero__title .slick-dupe:nth-child(2) > span {
  padding: 1em;
}

.hero__title-misc {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: grey;
}

.owl-nav {
  background-color: #dbdbdb;
  display: flex;
  justify-content: space-between;
  width: 110px;
  padding: 6px 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 51px;
}

.owl-nav .owl-prev {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 30px 5px 5px 30px;
}

.owl-prev img {
  width: 10px;
}
.owl-next img {
  width: 10px;
}

.owl-nav .owl-next {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px 30px 30px 5px;
}

.owl-dot span {
  background: #000;
}

/* .slick-prev {
  position: absolute;
  left: -0px;
  top: 0px;
  font-size: 24px;
  padding: 5px 13px;
  border-radius: 50%;
  background-color: #ca3e2d;
  color: #fff;
  border: 0;
}

.slick-next {
  position: absolute;
  left: -61px;
  top: 72px;
  font-size: 24px;
  padding: 5px 13px;
  border-radius: 50%;
  background-color: #ca3e2d;
  color: #fff;
  border: 0;
} */

.slick-current {
  background-color: #ebebeb !important;
}

/* slick ends */

/* company overview */

/* Bottom Dark Blue Banner */
.company-overview-bottom-banner {
  background: #1a2b48;
  /* background: linear-gradient(180deg,rgba(26, 43, 72, 0.9) 0%, rgba(26, 43, 72, 0.9) 100%), url(../images/company-overview-bg.jpg)center no-repeat; */
  padding-bottom: 45px;
  /* padding-left: 30px;
  padding-right: 30px; */
  margin-top: -30px; /* Overlap with top section */
  position: relative;
  z-index: 3;
  border-radius: 0px 40px 0 0;
  /* margin: 50px 0 0px 0; */
}

/* Feature Item Styling */
.feature-item {
  /* text-align: center; */
  padding: 0px 34px;
  position: relative;
}

/* Pentagon/Ribbon Icon Holder */
.icon-badge {
  width: 70px;
  height: 80px;
  background-color: #4a6fa5;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -20px; /* Hangs off the top edge */
  margin-bottom: 20px;
}

.icon-badge img {
  width: 45px;
}
.icon-badge::before {
  content: "";
  border-left: 18px solid transparent;
  border-bottom: 21px solid #20270f;
  position: absolute;
  left: -18px;
  top: 0;
}

.icon-badge::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #4a6fa5;
}

.icon-badge i {
  color: #ffffff;
  font-size: 30px;
}

.feature-title {
  color: #ffffff;
  font-size: 22px;
  /* font-weight: 700; */
  text-transform: uppercase;
  margin-bottom: 9px;
  display: block;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
}

.feature-desc {
  color: #bdc3c7;
  font-size: 15px;
  line-height: 1.5;
}

/* Vertical separators between columns */
.separator {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 250px;
  position: absolute;
  right: 0;
  top: 110px;
}

.feature-desc .whyus li {
  padding: 0 0 10px 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.feature-desc .whyus li i {
  padding-right: 5px;
}

/*  */

.company-overview-section {
  position: relative;
  margin-bottom: -110px; /* overlap downward */
  z-index: 2;
}

.company-overview-heading {
  text-align: center;
  font-size: 100px;
  -webkit-text-stroke: 1px rgb(219, 219, 219);
  -webkit-text-fill-color: transparent;
  font-family: "Fjalla One", sans-serif;
}

/* company overview ends */

/* industres */

/************************/
#hm_product_main {
  padding: 70px 0 50px 0;
  background: #f4f7fa;
  /* background-color:rgba(163,162,163,.11); */
  position: relative;
}

/*.hm_product_hed span {
	color: #1E1E1E;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
	display:block;
    padding-bottom: 10px;
}
.hm_product_hed {
    padding: 0 5% 50px 5%;
}*/
.hm_product_lft_dtl {
  position: sticky;
  top: 100px;
  height: 80vh;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*.hm_product_lft_dtl p {
	color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    padding-bottom: 20px;
    display: block;
	text-align: justify;
}*/
.hm_product_lft_dtl ul li {
  padding-bottom: 10px;
}
.hm_product_lft_dtl ul li a {
  color: #1e1e1e;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 0px;
  position: relative;
  padding-left: 23px;
}
.hm_product_lft_dtl ul li a:hover {
  color: #1333ba;
}
.hm_product_lft_dtl ul li a i {
  font-size: 12px;
  color: #000b5d;
  opacity: 0.7;
  margin-right: 5px;
  position: absolute;
  top: 6px;
  left: 0px;
}

/************************/

.facilty-box {
  position: relative;
  border: 1px solid #00000071;
  padding: 5px;
  border-radius: 5px;
}

.facilty-box img {
  border-radius: 5px;
}

.content-box span {
  background-color: #014492;
  color: #fff;
  letter-spacing: 2px;
  padding: 5px 25px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ffffff9c;
}

.our-facility-left {
  padding-top: 20px;
}

.industries-name li {
  font-size: 20px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1.3px;
  color: #000b5d;
  transition: 0.3s ease-in-out;
}

.industries-name li:hover {
  transform: translateX(10px);
}

.service-style1 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.service-style1 .service-img img {
  width: 100%;
  border: 4px solid #e3e3e3;
}

.service-style1 .service-flip-title {
  position: absolute;
  left: -8px;
  top: 50%;
  margin: 0;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.7px;
  color: #174798;
  background-color: #cccdce;
  font-size: 17px;
  font-weight: 500;
  border: 4px solid #174798;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 40px 15px 40px 15px;
  -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 87%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  letter-spacing: 1.2px;
}

.service-style1 .service-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #174798b3;
  z-index: 1;
  opacity: 0.9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-style1 .service-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  padding: 0 40px;
}

.service-style1 .service-title {
  color: #ffffff;
  line-height: 1.6;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

.service-style1 .service-title a {
  color: inherit;
  letter-spacing: 1.2px;
}

.service-style1 .service-title a:hover {
  color: #fff;
}

.service-style1 .service-text {
  color: #01a3d5;
  line-height: 28px;
  margin: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-style1 .service-btn,
.service-style1 .service-text,
.service-style1 .service-title {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.service-style1 .service-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #000;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -20px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.service-style1 .service-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.service-style1:hover .service-btn,
.service-style1:hover .service-text,
.service-style1:hover .service-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-style1:hover .service-title {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service-style1:hover .service-overlay {
  opacity: 0.9;
  visibility: visible;
}

.service-style1:hover .service-flip-title {
  margin-left: -100px;
  opacity: 0;
  visibility: hidden;
}

/* industries ends */

/* footer */

/*---------------------------*/
footer {
  /*background-color: #284964;*/
  padding: 40px 30px 40px 30px;
  position: relative;
  background: url(../images/footer-bg.png) center no-repeat;
  background-size: cover;
}
.ftr-logo {
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0.2;
  z-index: 0;
}
.ftr-logo img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
/*.ftr-logo1{
  opacity: 0.2;
  width: 600px;
  position: absolute;
  top: 40px;
  left: 50px;
  bottom: 0;
}*/
footer h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}
footer h3:after {
  content: "";
  background: #ca3e2d;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
footer .foot-logo {
  position: relative;
}
footer .foot-logo span {
  font-size: 100px;
}
footer .foot-contact ul li {
  color: #fff;
  font-size: 15px;
  padding-left: 35px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
footer .foot-contact ul img {
  position: absolute;
  top: 0px;
  left: 0;
}
footer .foot-contact ul {
  margin-bottom: 30px;
  position: relative;
}
footer .foot-contact ul li .mail-link {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
footer .foot-contact ul li .mail-link:hover {
  color: #e41d32;
}
footer .foot-link ul li {
  padding: 0px 0px 10px 15px;
  position: relative;
}
.foot-link ul li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  margin-right: 14px;
  vertical-align: middle;
  transition: all 200ms linear 0s;
  position: absolute;
  left: 0;
  top: 8px;
}
footer .foot-link ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
footer .foot-link ul li a:hover {
  color: #ca3e2d;
}
.bottom-strip {
  border-top: 1px solid rgb(255 255 255 / 4%);
  padding-top: 30px;
  margin-top: 30px;
}
.bottom-strip .copyright {
  margin: 0px;
  font-size: 15px;
  color: #fff;
}
.bottom-strip .cmny-link {
  margin: 0px;
  font-size: 15px;
  color: #fff;
  text-align: right;
}
.bottom-strip .cmny-link a {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.bottom-strip .cmny-link a:hover {
  color: #fff;
}

.hm_foot_hed li a:hover {
  opacity: 1;
  color: #ffffffb8;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.hm_foot_hed li a {
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-icon li a i {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 4px;
  font-size: 15px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}
.foot-link .social-icon li {
  padding-left: 0px;
}
.foot-link .social-icon li:after {
  content: "";
  display: none;
}
.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}
.icon2 i {
  /* background: #bd081c; */
  color: #fff;
  border: 1px solid #bd081c;
}
.icon3 i {
  background: #2ba63a;
  color: #fff;
  border: 1px solid #2ba63a;
}
.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}
.icon4 i {
  background: #0092cb;
  color: #fff;
  border: 1px solid #0092cb;
}
.icon6 i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}
footer .row {
  position: relative;
  z-index: 1;
}

.social_link_fxd {
  position: fixed;
  z-index: 123;
  bottom: 2%;
  right: 15px;
}
.social_link_fxd ul li {
  margin-bottom: 5px;
}
.social_link_fxd img {
  width: 48px;
  height: auto;
  border: 2px solid #fff;
  border-radius: 50%;
}

.foot-contact p {
  color: #fff;
}

.footers-logo-box {
  background-color: #dbdbdb;
  border-radius: 25px;
  padding: 10px 0;
}

.social-icon {
  position: relative;
  z-index: 1;
}

.social-icon h4 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: right;
  margin-bottom: 30px;
  position: relative;
}

.social-icon h4:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #c61e24;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.social-icon ul {
  text-align: right;
}

.ftr-desc p {
  color: #161616;
  font-size: 15px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.2px;
  word-spacing: 1px;
}

.footers-logo-box {
  margin-bottom: 50px;
}

.social-icon ul li {
  display: inline-block;
  padding-right: 2px;
}
.social-icon ul li a {
  opacity: 1 !important;
}
.social-icon ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 25%;
  font-size: 18px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}
.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}
.icon2 i {
  background: #ca3e2d;
  color: #fff;
  border: 1px solid #ca3e2d;
}
.icon3 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}
.icon4 i {
  background: #e22f13;
  color: #fff;
  border: 1px solid #e22f13;
}
.icon5 i {
  background: #4caf50;
  color: #fff;
  border: 1px solid #4caf50;
}
.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}

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

/* footer ends */

.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;
}

/* Images Porduct */

.inner_product_bx {
  /* background: #1d3b57; */
  padding-bottom: 10px;
  /* box-shadow: 0px 5px 15px rgb(40 148 212 / 10%); */
  position: sticky;
  top: 120px;
  /* border: 1px solid #e7e7e7; */
}

.inner_prd_bx {
  padding: 0px;
  background: #ffffff;
}

.inner_prd_box_mg {
  margin: 10px;
  display: flex;
  justify-content: center;
  border-bottom: 0px;
  background: #1d3b56;
  padding: 13px;
}

.inner_prd_box_mg li {
  display: inline-block;
  padding: 0 8px 0 0;
}

.inner_prd_box_mg li a.active img {
  border: 3px solid #ca3e2d;
}

.inner_prd_box_mg li a {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.inner_prd_box_mg li a img {
  width: 70px;
  height: auto;
  display: block;
  border: 2px solid #f7f7f7;
  border-radius: 10px;
  background: #fff;
}

/* Images Porduct End */

.product-main-sec {
  padding: 80px 0;
  background: #f4f4f4;
}

.inner_prd_bx-heading {
  padding-bottom: 15px;
  padding-left: 18px;
  color: #444444;
  background: #fff;
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 26px;
}

.inner_prd_bx-heading h1 {
  font-size: 28px;
}

.inner_prd_bx-heading h2 {
  font-size: 28px;
}

.inquiry-btn {
  padding-top: 20px;
  display: flex;
  justify-content: left;
}

.cta {
  display: flex;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 22px;
  color: white;
  background: #ca3e2d;
  transition: 1s;
  box-shadow: 6px 6px 0 #1d3b56;
  /* transform: skewX(-15deg); */
  border: none;
  cursor: pointer;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #1d3b56;
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

/* .span {
  transform: skewX(15deg);
} */

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbc638;
  }

  100% {
    fill: white;
  }
}

/* Images Porduct End */

.breadcrum-sec {
  width: 100%;
  height: 400px;
  background: url(../images/breadcrum-img-main-2.jpg) top 85% center no-repeat;
  background-size: cover;
  display: flex;
  /* justify-content: right; */
  align-items: end;
  position: relative;
}

.bredcrum-inner-detail {
  text-align: end;
  color: #fff;
  padding-bottom: 6px;
  padding-right: 30px;
}

.bredcrum-inner-detail h1 {
  font-size: 35px;
  color: #333333;
  letter-spacing: 1px;
}

.breadcrum-home {
  background-color: #f4f4f4;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 00px 20px 0 0;
}

.breadcrum-home::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f4f4f4;
}

.breadcrum-home::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 1.25rem;
  box-shadow: -0.687rem 0.313rem 0 0.313rem #f4f4f4;
}

.breadcrum-home ul {
  display: flex;
  padding: 10px 73px;
}

.breadcrum-home ul li {
  padding: 0 8px;
}

.breadcrum-home ul li a {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
}

/*  */

.breadcrum-home-2 {
  background-color: #f4f4f4;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0px 0 0;
}

.breadcrum-home-2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f4f4f4;
}

.breadcrum-home-2::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 1.25rem;
  box-shadow: -0.687rem 0.313rem 0 0.313rem #f4f4f4;
}

.breadcrum-home-2 ul {
  display: flex;
  padding: 10px 73px;
}

.breadcrum-home-2 ul li {
  padding: 0 8px;
}

.breadcrum-home-2 ul li a {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
}

/*  */

.product-right-side {
  /* background-color: #eee; */
  background: #ffffff;
  padding: 22px;
  padding-top: 0;
}

.product-right-heading {
  font-size: 26px;
  letter-spacing: 1px;
  color: #444444;
  padding: 20px 0 2px 0;
}

.product-right-side p {
  color: #555555;
  padding: 5px 0;
  letter-spacing: 1px;
}

.product-right-small-head {
  display: block;
  font-size: 18px;
  padding: 5px 0;
  font-weight: 500;
  color: #353535;
}

.product-full-box {
  border: 1px solid rgba(165, 165, 165, 0.2);
}

.product-right-side ul li img {
  margin-right: 3px;
  margin-top: 5px;
  width: 22px;
  opacity: 0.6;
}

.product-right-side ul li b {
  /* padding: 5px 0; */
}
.product-right-side ul li {
  color: #555555;
  padding: 2px;
  letter-spacing: 1px;
}

.home-active {
  color: #ca3e2d !important;
  font-weight: 600;
}

/*  */

/* faq */
.faq {
  margin-top: 10px;
}
.faq .card {
  background-color: #f4f4f4;
  border: 1px solid #cfcfcf;
  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: 16px;
  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;
  font-family: "Roboto", sans-serif;
}

.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #ca3e2d;
  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;
}

.faq .card-body {
  padding: 5px 20px;
}

.related-product-heading {
  font-size: 30px;
  color: #303030;
  margin-top: 35px;
  text-align: center;
  padding-bottom: 2rem;
}

.related-product-row {
  margin: 50px 0 0 0;
}

.related-product-box {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #0002;
  margin-bottom: 26px;
}

.related-product-box a {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: #f4f4f4;
  font-size: 20px;
  color: #555555;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
}

.related-product-box:hover {
  border: 1px solid #1d3b567a;
  color: #fff;
}
/*  */

.r-product-title-three-left {
  position: relative;
  display: flex;
  justify-content: center;
}

.r-product-title-three-left .r-product-bg-title {
  font-size: 70px;
  position: absolute;
  /* left: 50%; */
  top: -21px;
  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;
  justify-content: center;
  align-items: center;
  -webkit-text-stroke: 1px #000000;
}

.r-product-title-three-left .r-product-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 70px;
  color: #ca3e2d;
}

.service-style1:hover.industries-name li {
  transform: translateX(10px);
  transition: 0.3s ease;
}

.product-ul-li li {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.2px;
}

/* contact strats */
.contact-us-section {
  padding: 70px 0;
  background: #f4f4f4;
}

.contact-main-title {
  font-size: 45px;
  font-weight: 900;
  color: #3b3b3b;
  margin-bottom: 10px;
  text-transform: none;
  text-align: center;
  letter-spacing: 1px;
}

.contact-sub-title-text {
  font-size: 18px;
  font-weight: 700;
  color: #5c5c5c;
  margin-bottom: 40px;
  text-align: center;
}

.form-label-custom {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 8px;
  padding-left: 5px;
  font-weight: 600;
}

.custom-input {
  background-color: #e6e6e6;
  border: none;
  border-radius: 15px;
  height: 45px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
}
.custom-input {
  background-color: #e6e6e6;
  border: none;
  border-radius: 15px;
  height: 45px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
}

.contact-form textarea {
    background-color: #e6e6e6;
    border: none;
    border-radius: 15px;
    padding: 15px;
    font-size: 14px;
    width: 100%;
    min-height: 100px;
}

.contact-btn-submit {
  background-color: #1d3b56;
  color: #ffffff;
  border: none;
  border-radius: 15px;
  width: 100%;
  height: 45px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
}

.custom-input:focus,
.custom-select:focus {
  outline: none;
  box-shadow: 0px 0px 5px rgb(29 59 86 / 37%);
}

.custom-select {
  background-color: #e6e6e6;
  border: none;
  border-radius: 15px;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  width: 100%;
  color: #333333;
  appearance: none;
  -webkit-appearance: none;
}

.contact-info-grey-card {
  background-color: #e9e9e9;
  padding-top: 50px;
  padding-bottom: 45px;
  border-radius: 40px; /* Flush with sides as per image */
}

.contact-icon-circle {
  background-color: #1d3b56;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 25px auto;
  margin-top: -90px; /* Lift icons up */
  border: 7px solid #f4f4f4;
}

.contact-icon-circle i {
  color: #ffffff;
  font-size: 25px;
}

.contact-info-title {
  font-size: 22px;
  font-weight: 800;
  color: #3b3b3b;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
}

.contact-info-content {
  font-size: 15px;
  color: #656565;
  line-height: 20px;
  font-weight: 500;
}

.contact-info-content a {
  color: #656565;
  font-weight: 500;
}

/* contact ends */

/* videos */

.videos-section {
  padding: 70px 0;
}

.video-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.play-btn {
  font-size: 4rem;
  color: white;
  transition: transform 0.3s ease;
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  pointer-events: auto;
  background-color: #ededed;
  background-clip: padding-box;
  outline: 0;
}
/* videos ends */

/* about */

.about-us-page {
  padding: 70px 0 50px 0;
  background: #f4f4f4;
}

.about-us-page-right {
  background-color: #fff;
  padding: 20px;
  margin-left: -80px;
  margin-top: 10px;
}

.about-page-title {
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: #3b3b3b;
}

.about-page-text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #333333;
}

.feature-box {
  text-align: center;
  border: 1px solid #00000047;
  border-radius: 10px;
  padding: 10px;
  min-height: 100px;
  background: #fff;
  margin-top: 20px;
}

.feature-box span {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.feature-box img {
  width: 50px;
  margin-bottom: 10px;
}

.feature-list {
  margin-top: 10px;
}

.feature-list li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.feature-list li img {
  width: 20px;
  opacity: 0.6;
}

.about-us-page-2 {
  background-color: #ffffff !important;
  padding: 20px 0 80px 0;
}

.sidebar-years {
  /* background-color: #1d3b56; */
  background: linear-gradient(
    0deg,
    rgba(29, 59, 86, 1) 0%,
    rgba(26, 43, 72, 1) 100%
  );
  /* width: 200px; */
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}

.year-box {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.year-box::before {
  content: "";
  position: absolute;
  bottom: 80px;
  right: -22px;
  transform: translateX(-50%) rotate(45deg);
  width: 25px;
  height: 25px;
  background-color: #1d3b56;
  border-bottom-right-radius: 5px;
  z-index: -1;
}

/* Horizontal White Lines */
.year-box::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
}

.year-box:last-child::after {
  display: none;
}

.year-text {
  color: #333333;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 2px;
}

.year-text img {
  width: 70px;
}

.content-area {
  flex: 1;
  padding-left: 5px;
}

.content-row {
  height: 200px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.content-row:last-child {
  border-bottom: none;
}

.image-wrapper {
  width: 220px;
  height: 140px;
  overflow: hidden;
  flex-shrink: 0;
}

.timeline-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Title styling without using H tags */
.item-title {
  display: block;
  margin-bottom: 2px;
  font-size: 22px;
  /* font-weight: 800; */
  text-transform: uppercase;
}

.title-black {
  color: #333333;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1px;
  font-size: 26px;
}

.item-description {
  color: #666666;
  font-size: 14px;
  /* line-height: 1.4; */
  letter-spacing: 1px;
  margin: 0px;
}

.what-we-do {
  padding: 70px 0;
  /* background: #fff; */
}

/* /hgalery */

.gallery {
  padding: 70px 0;
  background: #f4f4f4;
}

.inner-img {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.indus-cate-box p {
  color: #fff;
}
.inner-img a {
  display: block;
  position: relative;
  text-decoration: none;
}

.inner-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  border: 5px solid #ffffff;
}

.inner-img a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #1d3b56;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.inner-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.inner-img a:hover img {
  transform: scale(1.1);
}

.inner-img a:hover::before {
  opacity: 1;
  transform: rotate(270deg);
}

.inner-img a:hover::after {
  opacity: 1;
}

.indus-cate-box {
  box-shadow: 0px 5px 10px 0px rgb(87 87 87 / 7%);
  /* border: 5px solid #fff; */
  border-top: 0;
  align-items: center;
  background-color: #1d3b56;
  transition: 0.2s ease-in;
  margin-bottom: 30px;
  cursor: pointer;
  height: 60px;
  align-content: center;
  text-align: center;
}

.modal-open .modal {
  z-index: 9999999;
}
.btn-style-two {
  position: relative;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #066ab6;
  background-image: -o-linear-gradient(#066ab6, #1baacc);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#066ab6),
    to(#1baacc)
  );
  background-image: linear-gradient(#066ab6, #1baacc);
  padding: 12px 30px;
  text-transform: uppercase;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.btn-style-two:hover {
  color: #066ab6;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
  background: #ffffff;
}
.modal {
  top: 15%;
}

.type-product-img {
  border: 1px solid #dddddd;
  height: 100%;
}

.type-product-heading {
  display: block;
  font-size: 24px;
  font-family: "Fjalla One", sans-serif;
  color: #333;
  letter-spacing: 1px;
  padding: 5px 0 16px 0;
}

.type-box {
  border: 1px solid #d3d3d3;
  padding: 14px;
  margin-top: 19px;
}

.features-font {
  font-size: 20px;
  padding-bottom: 0 !important;
  padding-top: 10px;
  font-size: 22px;
}

/* clients logo */

.connectivity-section {
  padding: 50px 0px;

  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(244, 247, 250, 1) 0%,
    rgba(243, 243, 243, 1) 40%
  );
  /* background: #f3f3f3; */
}

/* --- Right Side Marquee Styling --- */
.marquee-container {
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

.marquee-row {
  display: flex;
  white-space: nowrap;
  margin-bottom: 20px;
}

.marquee-content {
  display: flex;
  gap: 20px;
}

.logo-card {
  background: #ffffff;
  width: 180px;
  height: 120px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  padding: 15px;
  flex-shrink: 0;
}

.logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(0%); /* Change to 100% if you want them muted */
}

/* Animation: Moving Right */
.animate-right {
  animation: scrollRight 30s linear infinite;
}

/* Animation: Moving Left */
.animate-left {
  animation: scrollLeft 30s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.client-sec-title {
  width: fit-content;
  display: flex;
  margin: auto;
  /* justify-content: center; */
  margin-bottom: 45px;
  position: relative;
  border: 1px solid #33333329;
  border-radius: 25px;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.client-sec-title span {
  font-size: 28px;
  display: block;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  color: #353535;
  letter-spacing: 1px;
  /* padding-bottom: 30px; */
  /* background: linear-gradient(180deg, rgba(5, 157, 226, 1) 0%, rgba(45, 50, 149, 1) 50%, rgba(19, 126, 203, 1) 98%); */
  /* background-color: #ca3e2d; */
  width: max-content;
  padding: 4px 57px;
  border-radius: 25px;
}

/* clients logog ends */

/* Main Dark Container */
.export-client-main-wrapper {
  background-color: #f3f3f366;
  padding: 15px;
  border-radius: 30px;
  margin: 50px;
  border: 1px solid #aeaeae57;
}

/* Generic Card Styling */
.export-client-card {
  border-radius: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* Blue Card Specifics */
.export-client-card-blue {
  background-color: #1d3c56;
  color: #ffffff;
}

/* White Card Specifics */
.export-client-card-white {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  align-items: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

/* Top Right Icon for Blue Card */
.blue-card-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Typography (Using Divs/Spans as requested) */
.export-client-value {
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-family: "Fjalla One", sans-serif;
}

.export-client-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  opacity: 0.9;
}

.export-client-description {
  font-size: 16px;
  line-height: 19px;
  /* max-width: 160px; */
  opacity: 0.8;
}

/* Icon styling */
.arrow-svg {
  width: 18px;
  height: 18px;
}

.export-client-logo-card {
  background: #ffffff;
  width: 180px;
  height: 120px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05); */
  padding: 15px;
  flex-shrink: 0;
}

.blue-card-icon img {
  width: 27px;
}

.prod-multi-box {
    height: 100%;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 3px 2px 10px 5px #798c9c21;
}