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

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
}

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: "Poppins", sans-serif;
}

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

/** **************** **/
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;
}

.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: #fdac1c;
  padding: 6px 0;
  transition: all 0.5s ease;
}

.header-top-boxes {
  color: #365071;
  font-size: 14px;
}

.header-top-boxes a {
  color: #365071;
}

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

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0 0px;
  background: #fff;
  /*border-top: 4px solid #006666;*/
  /*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: #fff;
  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: -10px;
  width: 100px;
  margin-top: -10px;
  transition: all.5s ease;
}

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

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

.logo {
  position: absolute;
  transition: all.5s ease;
  bottom: 11px;
  width: 190px;
  /*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.5s ease;
  position: relative;
  top: 4px;
}

.header-scrolled img {
  top: -10px;
}

.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.3s ease-in-out;
}

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

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

.main-nav a {
  color: #1e3b9f;
  font-weight: 600;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 10px 15px;
}

/*.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: #e81122;
  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: 12px 20px;
  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; */
  border-bottom: 3px solid #e81122;
}

.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-webp-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-webp-arrow-span {
  position: relative;
  left: 5px;
}

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

.head-cont .pbmit-webp-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-webp-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-webp-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 webp 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: center;
  align-items: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: #fff !important;
  border: 1px solid #fff;
  border-radius: 0;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #e81122;
  width: 17px;
  height: 17px;
}

.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: #e81122;
  margin-top: 15px;
}

.read_more:hover {
  color: #202020;
  background: #ffffff;
}

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

/** **************** **/
.social-top a {
  color: #1e3b9f;
  font-size: 20px;
}

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

.download-button .docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  z-index: 1;
  background-color: #1e3b9f;
  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: 90%;
  margin: 0 auto;
  z-index: -1;
  border-radius: 0 0 10px 10px;
  transform: translateY(0%);
  background-color: #323232;
  border: solid 1px #0404042d;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

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

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

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

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

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

.carousel-caption {
  text-align: inherit;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

.carousel-caption {
  width: fit-content;
  top: 40% !important;
  left: 12% !important;
  transform: translateY(-50px);
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.content-holder {
  font-size: 55px;
  line-height: 60px;
}

.content-holder .span-text-1 {
  font-size: 55px;
  display: block;
  font-weight: 200;
}

.content-holder .span-text-2 {
  font-size: 50px;
  display: block;
  font-weight: 700;
}

.content-holder-btn {
  background-color: #1e3b9f;
  padding: 10px 20px;
  outline: none;
  border: none;
  color: #fff;
  margin: 15px auto;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  display: block;
  width: fit-content;
  font-size: 16px;
}

.content-holder-btn:hover {
  background-color: #eb4642;
  color: #fff;
}

/* about us */

.about-us {
  /* height: 500px; */
  padding: 50px 0 0 0;
}

.about-us-right span {
  font-size: 22px;
  color: #eb4642;
}

.about-us-right h1 {
  font-size: 30px;
  font-weight: 600;
  color: #eb4642;
}

.about-us-right {
  padding: 150px 0 0 15px;
}

.about-us-right p {
  padding: 10px 0 0 0;
  color: #365071;
}

/*  */

.about-sample {
  min-height: 150px;
  background: url(../images/counter_bg.webp) no-repeat 50% 0;
  background-size: cover;
  padding: 60px 0;
}

.counter-box {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.counter-box-content {
  color: #fff;
}

.counter-box-content .timer {
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}

.counter-box-content p {
  color: var(--c-white);
  font-size: 20px;
}

/* services */

.our-services {
  min-height: 500px;
  padding: 50px 0;
  background: url(../images/services-bg.webp) center no-repeat;
  background-size: cover;
}

.sec-head {
  color: #eb4642;
  font-weight: 400;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 32px;
}

.sec-head span {
  color: #eb4642;
  font-weight: 700;
}

.section-heading p {
  color: #365071;
  text-align: center;
}

/*  */
.service-item {
  position: relative;
}

.srv-thumbnail img {
  width: 320px;
  height: 450px;
}

.slider-content {
  padding: 20px 20px 20px;
  width: 85%;
  background: #fff;
  position: relative;
  border-radius: 16px;
  margin-top: -113px;
  margin-right: 0 !important;
  margin-left: auto !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slider-content p {
  padding: 5px 0 20px 0;
  color: #365071;
  font-size: 14px;
}

.slider-content h5 {
  padding: 5px 0 5px;
  color: #eb4642;
  font-size: 18px;
}

.sc-icon img {
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  top: -25px;
  right: 6%;
}

.sc-button {
  border: 1px solid #1e3b9f;
  padding: 5px 15px;
  border-radius: 4px;
  background: #1e3b9f33;
  color: #1e3b9f;
}

/* Dots container */
.owl-dots {
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

/* Each dot */
.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #667eea;
  /* light blue */
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot */
.owl-dot.active span {
  width: 18px;
  height: 18px;
  background: #1e3a8a;
  /* dark blue */
}

/* new-updates */

.new-updates {
  padding: 50px;
  position: relative;
}

.new-updates .const-pic {
  position: absolute;
  top: -5%;
  right: 0%;
}

.const-pic2 img {
  width: 50px;
}

.new-updates .const-pic2 {
  position: absolute;
  top: -0%;
  left: 20%;
}

.news-item {
  position: relative;
}

.news-item::before {
  position: absolute;
  z-index: 999;
  background: url(../images/yt-play.webp) center center no-repeat;
  height: 46px;
  width: 46px;
  top: 45%;
  left: 45%;
  content: "";
  background-size: cover;
  opacity: 0.7;
}

/* contact-wraper */

.contact-wrap {
  padding: 45px 0 60px;
  background: url(../images/question-bg.webp) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  margin-top: 65px;
}

.question-pic {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.contact-wrap .contact-content h3 {
  color: #eff8ff;
  font-size: 38px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-wrap .contact-content a {
  display: block;
  color: #eff8ff;
  line-height: 40px;
  font-size: 20px;
}

.contact-content i {
  padding-right: 10px;
}

.const-pic img {
  width: 440px !important;
}

/* our clients */

.our-clients {
  padding: 50px 0;
  background: #3650711a;
}

.logo-box img {
  width: auto;
  height: 70px;
  object-fit: contain;
}

.logo-box {
  background: #ffffff;
  padding: 30px 5px;
  border-radius: 8px;
}

.testimonials-wrap {
  padding: 50px 0;
  background: url(../images/testi-car.webp) #fee2b0 no-repeat 0% 0;
}

.testi-content-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
}

.testi-cont-logo {
  margin-bottom: 20px;
}

.testi-cont-text p {
  color: #365071;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.testi-cont-text a {
  color: #365071;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}

.testi-cont-profile {
  display: flex;
}

.testi-cont-text {
  margin-bottom: 40px;
}

.testi-cont-profile .profile-pic {
  margin: 0 7px 0 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testi-cont-profile .profile-textbox {
  margin: auto auto auto 0;
}

.testi-cont-profile .profile-textbox h6 {
  color: #365071;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.testi-cont-profile .profile-textbox p {
  color: #365071;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.testi-cont-logo {
  display: inline-table;
}

.testi-cont-logo img {
  width: auto;
  height: 55px;
  object-fit: contain;
}

.testi-cont-logo .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* footer */

footer {
  background: url(../images/Footer-Image.webp) 0 0 no-repeat;
  background-size: cover;
  padding: 50px 0 25px;
}

.footer-about img {
  width: 120px;
  height: auto;
}

.footer-about p {
  color: #f4f4f7;
  font-size: 15px;
  padding: 20px 0;
}

.quick-link {
  padding-left: 50px;
}

.footer-link-head {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.footer-link ul li {
  margin-bottom: 8px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 14px;
}

.footer-info h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}

.footer-info a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
}

.footer-social a {
  font-size: 22px;
  margin-right: 15px;
}

.footer-info {
  padding-left: 55px;
}

.footer-btm {
  margin-top: 5px;
  padding-top: 16px;
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 14px;
}

.copyright-txt p {
  font-size: 14px;
  color: #fff;
}

.action-link a {
  font-size: 14px;
  color: #fff;
  padding: 0 12px;
  margin: 0;
}

.maisns-col {
  color: #45b45f;
}

.new-updates-slider .item img {
  height: 300px;
}

.news-update-carousel {
  margin-top: 4rem;
}

/* inner-banner */

/* .innerpage-banner {
    width: 100%;
    height: 320px;
    line-height: 320px;
    background: url(../images/inner-page-banner.webp)center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.contact-us {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/contact_us-banner.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.investor-relationships {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/investor_relationship-scaled.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.gallery-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/gallery-scaled.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.project-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/services_listing_banner-scaled.webp) center
    no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.piling-work-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/home_slider_5-scaled-aspect-ratio-2560-622.webp)
    center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.soil-nailing-banner {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/micropiling_minipiles-1-scaled.webp) center
    no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.micropile-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/micropiling_minipiles-1-scaled.webp) center
    no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.soil-rock-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/soil_rock_anchors-scaled.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
  background-position: center;
}

.diaphragm-inner-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/diaphragm_wall.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.grounting-guniting-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/grountingguniting.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.excavation-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/excavation-scaled.webp) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.dth-piling-page {
  width: 100%;
  height: 320px;
  line-height: 320px;
  background: url(../images/dth-pilling.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.inner-page-heading h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}

/*  */

.project-section {
  padding: 50px 0;
}

/* Custom Tab Styles */

.custom-tabs .nav-link.active {
  background-color: #283593;
  color: white;
  width: -webkit-fill-available;
}

.custom-tabs .nav-link {
  width: -webkit-fill-available;
  height: 60px;
  background-color: transparent;
  border-radius: 0;
  font-size: 21px;
}

.investor-relationship .nav-link {
  font-size: 15px;
}

.custom-tabs .nav-link:not(.active):hover {
  background-color: #e9ecef;
}

.tab-content {
  /* border-top: 2px solid #283593; */
  padding-top: 2rem;
}

.custom-tabs .nav-link.active {
  outline: none;
}

/* Announcements List Styles */
.announcements-title {
  color: #d93a3e;
  /* Red */
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.announcements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.announcements-list li {
  padding: 10px 0;
  border-bottom: 1px solid #d93a3e;
  margin: 20px 0;
}

.announcements-list li img {
  margin-right: 10px;
}

.announcements-list li:last-child {
  border-bottom: none;
}

.announcements-list a {
  text-decoration: none;
  color: #212529;
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
}

.announcements-list a:hover {
  color: #d93a3e;
}

.announcements-list .icon {
  color: #d93a3e;
  font-size: 1.25rem;
  margin-right: 12px;
}

/* Image Styles */
.graphic-image {
  /* max-width: 100%; */
  height: auto;
}

.project-section .nav-tabs {
  border: 1px solid #989fc8;
}

.project-sections .nav-tabs {
  border: 1px solid #989fc8;
  width: fit-content;
}

.nav-tabs .nav-item {
  border-right: 1px solid #989fc8 !important;
}

.project-sections {
  padding: 50px 0;
}

.project-section .nav-tabs .nav-item {
  margin: 0;
  width: 50%;
}

.info-details-box .details-header h2 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 8px;
  color: #dc3545;
}

.content-box-left img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.contact-section {
  padding: 50px 0;
}

.hm_projects_dtl {
  position: relative;
  margin-bottom: 20px;
  display: block;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.nav-tabs .nav-link.active {
  border: none !important;
}

.form-column {
  /* padding: 40px; */
}

.form-title {
  color: #d9534f;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.form-subtitle {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 10px 15px;
}

.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.submit-btn {
  background-color: #2c3e50;
  /* Dark blue */
  border: none;
  border-radius: 5px;
  padding: 12px 30px;
  font-weight: bold;
}

.submit-btn:hover {
  background-color: #34495e;
}

.info-column {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/bgImage.webp) no-repeat 0 0 !important;
  background-size: cover !important;
  background-position: center;
  color: #fff;
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
}

.info-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.info-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.info-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.info-icon {
  background-color: #f8d7da;
  /* Light pink */
  color: #721c24;
  /* Dark red */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  /* Prevents icon from shrinking */
  margin-right: 15px;
}

.info-text strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.info-text span {
  font-size: 0.9rem;
  word-break: break-word;
  /* Prevents long text from overflowing */
}

.map-container {
  margin-top: 30px;
  width: 100%;
}

.announcements-list li a {
  font-size: 18px;
}

.announcements-list li a i {
  color: red;
  padding-right: 10px;
  font-size: 25px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .info-column {
    border-radius: 0;
  }

  .contact-wrapper .row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .form-column,
  .info-column {
    padding: 30px;
  }
}

.inner-serv-main {
  padding: 50px 0 50px;
}

.service-caterg-box {
  padding: 18px;
  background-color: rgba(26, 61, 56, 0.05);
  border-radius: 5px;
  margin-bottom: 0px;
  position: sticky;
  top: 70px;
}

.service-caterg-box .serv-head h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding-right: 55px;
  position: relative;
}

.serv-head {
  margin-bottom: 20px;
}

.serv-head h3::before {
  top: 14px;
  right: 0;
  width: 47px;
  content: "";
  height: 2px;
  border-radius: 20px;
  position: absolute;
  background: #e32129;
}

.serv-innr-head .anchor-one {
  z-index: 1;
  width: 100%;
  display: block;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 15px 10px 11px;
  border: 1px dashed rgba(9, 9, 9, 0.2);
  transition: all 500ms ease;
}

.serv-list-box .serv-main-list li a {
  z-index: 1;
  width: 100%;
  display: block;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px dashed rgba(9, 9, 9, 0.2);
}

.accordion .serv-list-box .serv-innr-head .anchor-one.collapsed:after {
  content: "\f106";
}

.accordion .serv-list-box .serv-innr-head .anchor-one:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  float: right;
  align-self: anchor-center;
  right: 20px;
  border: 2px solid #e32226;
  color: #e32226;
  height: 21px;
  width: 21px;
  text-align: center;
  line-height: 17px;
  transition: all 500ms ease;
  border-radius: 50px;
}

.serv-innr-head {
  overflow: hidden;
}

.serv-innr-head .anchor-one::before {
  content: "";
  width: 100%;
  height: 0%;
  background: #e42127;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.serv-innr-head .anchor-one:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.serv-innr-head .anchor-one:hover::before {
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 0;
  bottom: 0;
}

.accordion .serv-list-box .serv-innr-head .anchor-one:hover::after {
  transition: all 500ms ease;
  border: 2px solid#ffffff;
  color: #ffffff;
}

.inner-serv-main .accordion {
  margin-bottom: 15px;
}

.accordion:nth-child(3) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(4) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(5) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(6) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(7) .serv-list-box .serv-innr-head .anchor-one::after {
  rotate: 270deg;
}

.inner-serv-head {
  margin-bottom: 25px;
}

.inner-serv-img img {
  border-radius: 20px;
}

.inner-serv-img {
  margin-bottom: 35px;
}

.inner-serv-head h2 span {
  font-weight: 900;
  color: #e42127;
}

.inner-serv-head h2 {
  font-size: 32px;
  font-weight: 400;
}

.inner-serv-dtl h5 {
  font-size: 20px;
  color: #2b2a28;
}

.inner-serv-dtl p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.inner-serv-dtl {
  margin-bottom: 17px;
}

.inner-serv-dtl ul li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 30px;
  letter-spacing: 0.5px;
  position: relative;
}

.inner-serv-dtl ul > li > .sub-list > li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  background-image: url(https://www.arshinfosystems.com/demo/keerticargo/images/bullet-point.webp);
  background-size: 12px;
  background-position: 0 9px;
  padding-left: 20px;
}

.inner-serv-dtl ul li span {
  color: #e42127;
  font-weight: bold;
}

.inner-serv-dtl ul li {
  background-image: url(https://www.arshinfosystems.com/demo/keerticargo/images/bullet-point.webp);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 27px;
  background-size: 18px;
}

.inner-serv-dtl-2 li {
  background: none !important;
}

.inner-serv-dtl-2 li i {
  color: red;
  margin-left: 0;
}

.inner-serv-dtl-span {
  font-size: 18px;
  padding: 15px 0 0 0;
  display: block;
  font-weight: 600;
}

.accordion .accordion-item button[aria-expanded="true"] {
  /* border-bottom: 1px solid #03b5d2; */
  background-color: #fdb139;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 14px 0 10px 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 15px;
  color: #000;
  font-size: 16px;
  width: 95%;
  display: block;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #000;
  margin: 0 25px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #03b5d2;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background-color: #fff;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 14px;
}

.faq-main-container {
  font-size: 25px;
  display: block;
  font-weight: 600;
  text-align: center;
}

.work-process-section {
  padding: 10px 0 60px 0;
  background: #f1f1f1ab;
}

.card {
  /* margin-bottom: 15px; */
  border: 0px;
  border-radius: 0px;
  background: transparent;
}

.card-header {
  padding: 12px 16px;
  background-color: #ffffff;
  border-bottom: 0px;
  /* margin-bottom: 10px; */
}

.card-header a {
  font-size: 17px;
  line-height: 24px;
  display: block;
  width: 100%;
  color: #fff;
  letter-spacing: 0.3px;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
}

.card-body {
  padding: 14px;
  background: #fff;
}

.card-body p {
  font-size: 14px;
  line-height: 23px;
  display: block;
  color: #313131;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-bottom: 10px;
}

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

.hm-optimization-box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffd801;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
}

.hm-optimization-box h2 span {
  color: #242424;
}

.hm-optimization-box p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #313131;
  padding-bottom: 10px;
}

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

.hm-elements-box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffd801;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
}

.hm-elements-box h2 span {
  color: #242424;
}

.element {
  font-size: 21px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hm-elements-box p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #313131;
  padding-bottom: 10px;
}

.other_list ul li i {
  left: 10px;
  line-height: 22px;
  color: #ffd801;
  position: absolute;
  font-size: 15px;
}

.other_list h4 {
  font-size: 25px;
  color: #2d2d2d;
  font-weight: 500;
  padding-bottom: 6px;
  margin-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.other_list ul li span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  color: #313131;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}

.goal_sec p img {
  position: absolute;
  content: "";
  top: 2px;
  left: -4px;
  margin-right: 15px;
  width: 27px;
  height: auto;
  display: block;
}

.goal_sec p {
  position: relative;
  font-size: 15px;
  padding-bottom: 22px;
  line-height: 24px;
  display: block;
  color: #2d2d2d;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-left: 28px;
}

.goal_sec h4 {
  font-size: 21px;
  color: #2d2d2d;
  font-weight: 500;
  padding-bottom: 6px;
  margin-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.hm-elements {
  background-color: #f5f7fbc2;
  padding: 60px 25px;
  border-radius: 40px;
}

/* ----------------- */
.hm-mar-pt {
  padding: 0 0 50px 0 !important;
}

.waler-beam-and-capping-beam {
  padding: 50px 0;
}

.section-title {
  color: #eb4642;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
}

.subtitle {
  font-size: 15px;
  padding: 7px 0 2px 0;
  color: #365071;
}

.btn-custom {
  background-color: #1e3b9f;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
  color: #25d366;
  /* WhatsApp green */
  z-index: 1000;
}

.card-custom {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.card-header-custom {
  background-color: #17a2b8;
  color: white;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-bottom: none;
}

.list-unstyled li {
  margin-bottom: 0px;
  color: #365071;
  padding-left: 14px;
}

.list-unstyled li:before {
  content: "★";
  /* Checkmark for lists */
  color: #365071;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.table-custom {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

.table-custom th,
.table-custom td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.table-custom th {
  background-color: #1e3b9f;
  font-weight: bold;
  color: #fff;
}

.table-custom tr:nth-child(even) {
  background-color: #f9f9f9;
}

.faq-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  font-weight: bold;
  color: #333;
}

.faq-item .card-header {
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  padding: 0;
}

.faq-item .btn-link {
  width: 100%;
  text-align: left;
  padding: 1rem 1.25rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.faq-item .btn-link:after {
  content: "\002B";
  /* Plus sign */
  font-weight: bold;
  float: right;
}

.faq-item .btn-link.collapsed:after {
  content: "\2212";
  /* Minus sign */
}

.faq-item .card-body {
  padding: 1rem 1.25rem;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.blank-space {
  background-color: #e9ecef;
  /* Light gray to visually represent blank space */
  min-height: 250px;
  /* Adjust height as needed */
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  border-radius: 5px;
}

.item-content-box {
  color: #eb4642;
  /* padding-bottom: 20px; */
  font-size: 22px;
}

.item-content-boxs p strong {
  font-size: 15px;
  color: #365071;
}

.item-content-boxs .list-unstyled {
  padding-left: 14px;
}

.lightbg {
  background: url(https://manavinfra.com/wp-content/themes/manav/images/services-bg.webp)
    no-repeat 50% bottom;
  background-size: cover;
  padding: 40px 0;
}

.content-box-section {
  background: #fee2b0;
  padding: 90px 0 50px 0;
}

.table-hold {
  padding: 90px 0 0;
  margin-bottom: -90px;
  position: relative;
  z-index: 9;
}

#service_inner_middle {
  padding: 50px;
}

.accordion-card {
  margin-bottom: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.text-redss {
  color: red;

  font-size: 32px;
}

.main-h5 {
  font-size: 16px;
  padding-top: 5px;
}

.conclusion {
  padding: 50px 0;
}

.conclusion h5 {
  font-size: 22px;
  color: red;
  text-align: center !important;
  display: block;
}

.micro-pile-titles {
  padding-top: 10px;
  color: #365071;
}

.content-box .row {
  margin: 25px 0;
}

.top-contact ul li:first-child {
  background: #76bc21;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-float {
  color: #fff;
}

.services-page .service-item {
  margin-bottom: 15px;
}

.news-upades-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
}

.news-upades-box img {
  width: 100%;
  height: auto;
  display: block;
}

.news-upades-box .content {
  padding: 20px;
}

.news-upades-box h2 {
  font-size: 18px;
  color: #dc3545;
  /* Red color from the image */
  margin-bottom: 10px;
}

.news-upades-box p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
}

.news-upades-box .read-more {
  color: #dc3545;
  /* Red color from the image */
  text-decoration: none;
  font-weight: bold;
}

.news-upades-box .read-more:hover {
  text-decoration: underline;
}

.services-page {
  height: 100%;
  background: url(../images/minimalist-line-art-city-skyline.webp) center bottom
    no-repeat;
  position: relative;
}

.services-page::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ebac8b33;
}

.enquiry-button {
  position: fixed;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  background-color: #1c3ca1;
  color: white;
  border: none;
  padding: 39px 10px;
  cursor: pointer;
  font-size: 16px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
  visibility: hidden;
  /* Hidden by default */
  opacity: 0;
  transition:
    visibility 0s,
    opacity 0.3s ease;
}

.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Popup Content */
.popup-content {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 500px;
  position: relative;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
}

.close-button:hover {
  color: #333;
}

.popup-title {
  color: #dc3545;
  /* Red color for title */
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.popup-content form input[type="text"],
.popup-content form input[type="email"],
.popup-content form textarea {
  width: calc(50% - 10px);
  /* Two columns layout */
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.popup-content form input:nth-child(even) {
  margin-left: 20px;
  /* Space between inputs */
}

.popup-content form input:nth-child(odd):not(:first-child) {
  margin-right: 0px;
  /* No right margin for odd inputs (except the first) */
}

/* Make full width for specific fields */
.popup-content form input:nth-child(1),
/* Name */
.popup-content form textarea {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.popup-content form textarea {
  resize: vertical;
  min-height: 80px;
}

.submit-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}

.submit-button:hover {
  background-color: #0056b3;
}

/* loader */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* Or any background color you prefer */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out;
}

.loader-container {
  text-align: center;
}

.loader-image {
  width: 250px;
  /* Adjust as needed */
  /* height: 200px; */
  /* Adjust as needed */
  animation: zoomIn 1.5s infinite alternate;
  /* Zoom animation */
}

.spinner-border {
  margin-top: 20px;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

/* terms and condition */

.cms-content h2 {
  margin-bottom: 15px;
  color: #eb4642;
  font-weight: 700;
}

.cms-content p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #365071;
  line-height: 26px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.cms-content h3 {
  margin-bottom: 13px;
  color: #eb4642;
  font-weight: 600;
}

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

.inner_video_bx {
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  border-radius: 5px;
}
.industry_video_bx {
  padding: 5px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  border-radius: 5px;
  margin-bottom: 20px;
}
.video_mx {
  position: relative;
  padding-bottom: 25px;
}
.product_video {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 40%;
  right: 0;
  transform: translate(-50%, -50%);
}
.inner_video_bx .product_video a {
  width: 80px;
  height: 80px;
  color: #fff;
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  border: 10px solid rgb(252 6 6 / 20%);
  text-align: center;
}
.inner_video_bx .product_video a i {
  background: #fc0606;
  width: 100%;
  height: 100%;
  font-size: 17px;
  border-radius: 50px;
  line-height: 60px;
}
.industry_video_bx .product_video a {
  width: 80px;
  height: 80px;
  color: #fff;
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  border: 10px solid rgb(252 6 6 / 20%);
  text-align: center;
}
.industry_video_bx .product_video a i {
  background: #fc0606;
  width: 100%;
  height: 100%;
  font-size: 17px;
  border-radius: 50px;
  line-height: 60px;
}
.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: #fc0606;
  padding: 12px 30px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.btn-style-two:hover {
  color: #fc0606;
  border-color: #ffffff;
  background: #ffffff;
}

.hm_projects_dtl video {
  border-radius: 10px;
}
