
/****** Fonts Decleration *******/

.font-mnr{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-mulish{
    font-family: "Mulish", sans-serif;
}

.font-blr{
    font-family: "Barlow Condensed", sans-serif;
}


.fw-black{
    font-weight: 900 !important;
  }

.fw-extbold{
    font-weight: bold !important;
  }

.fw-bold{
    font-weight: bold  !important;
  }

.fw-medium{
    font-weight: 500 !important;
  }

.fw-semibold{
    font-weight: 600 !important;
  }

.fw-normal{
    font-weight: normal;
  }

  .fw-light{
    font-weight: 300;
  }

.errorfont {
  color: red;
  padding-left: 5px;
  font-size: 13px;
  line-height: 22px;
  margin-top: 3px;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, p {
  color: #231f20;
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
 font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
  text-transform: capitalize;
}

p{
  padding-bottom: 20px;
}

p:last-child{
  padding-bottom: 0px;
}

a,a:focus {
  text-decoration: none;
  color: #231f20;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

a:hover {
  color: #ed1c24;
}

.button-green,.button-green:focus {
  font-family: "Manrope", sans-serif;
  padding: 15px 30px;
  outline: 0;
  border:none;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #50b848;
  border-radius: 10px;
  z-index: -2;
}
.button-green:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #153243;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  z-index: -1;
}
.button-green:hover {
  color: #fff;
}
.button-green:hover:before {
  width: 100%;
}

.button-red,.button-red:focus {
  font-family: "Manrope", sans-serif;
  padding: 15px 30px;
  outline: 0;
  border:none;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button-red:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  border-radius: 10px;
  z-index: -2;
}
.button-red:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #153243;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  z-index: -1;
}
.button-red:hover {
  color: #fff;
}
.button-red:hover:before {
  width: 100%;
}

/*** Shadow Button ***/

.arrow-btn {
  background-color: rgba(237, 28, 36, 1);
  outline: none;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-btn .fa-solid {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.arrow-btn::before {
  content: "";
  position: absolute;
  line-height: unset;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: rgba(237, 28, 36, 0.4);
  line-height: normal;
  vertical-align: middle;
  z-index: -1;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.arrow-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.arrow-btn:hover::before {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.arrow-btn:hover .fa-solid {
  color: #1d435a;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/***** Color ******/

.color-blue{
  color:#153243;
}

.color-blue2{
  color:#1c4359;
}

.color-gray{
  color:#231f20;
}

.color-gray2{
  color:#36393b;
}

.color-gray3{
  color:#313131;
}

.color-lgtgray{
  color:#6d6e71;
}

.color-lgtgray2{
  color:#808285;
}

.color-lgtgray3{
  color:#b5b8c0;
}

.color-red{
  color:#ed1c24;
}

.color-black{
  color: #000;
}

.color-white{
  color: #fff;
}

.bgcolor-blue{
  background-color:#153243;
}

.bgcolor-blue2{
  background-color:#1c4359;
}

.bgcolor-footer2{
  background-color: #0b1a23;
}

.bgcolor-black{
  background-color: #000;
}

.bgcolor-white{
  background-color: #fff;
}

.bgcolor-offwhite{
  background-color: #fff9ef;
}

.bgcolor-offwhite2{
  background-color: #fff6e6;
}

.bgcolor-offwhite3{
  background-color: #f7eedf;
}
/*
.bgcolor-gradient{
  background: rgb(48,201,205);
  background: linear-gradient(95deg, rgba(48,201,205,1) 0%, rgba(51,13,105,1) 100%);
}*/

/********** Padding/Margin ********/

.pdtop {
  padding-top: 100px;
}
.pdtop80 {
  padding-top: 80px;
}
.pdtop60 {
  padding-top: 60px;
}
.pdtop40 {
  padding-top: 40px;
}
.pdtop30 {
  padding-top: 30px;
}
.pdtop20 {
  padding-top: 20px;
}
.pdtop10 {
  padding-top: 10px;
}
.pdtop5 {
  padding-top: 5px;
}
.pdbtm {
  padding-bottom: 100px;
}
.pdbtm80 {
  padding-bottom: 80px;
}
.pdbtm60 {
  padding-bottom: 60px;
}
.pdbtm40 {
  padding-bottom: 40px;
}
.pdbtm30 {
  padding-bottom: 30px;
}
.pdbtm20 {
  padding-bottom: 20px;
}
.pdbtm10 {
  padding-bottom: 10px;
}
.mrtop {
  margin-top: 100px;
}
.mrtop80 {
  margin-top: 80px;
}
.mrtop60 {
  margin-top: 60px;
}
.mrtop50 {
  margin-top: 50px;
}
.mrtop40 {
  margin-top: 40px;
}
.mrtop30 {
  margin-top: 30px;
}
.mrtop20 {
  margin-top: 20px;
}
.mrtop15 {
  margin-top: 15px;
}
.mrtop10 {
  margin-top: 10px;
}
.mrtop5 {
  margin-top: 5px;
}
.mrbtm {
  margin-bottom: 100px;
}
.mrbtm80 {
  margin-bottom: 80px;
}
.mrbtm60 {
  margin-bottom: 60px;
}
.mrbtm50 {
  margin-bottom: 50px;
}
.mrbtm40 {
  margin-bottom: 40px;
}
.mrbtm30 {
  margin-bottom: 30px;
}
.mrbtm20 {
  margin-bottom: 20px;
}
.mrbtm10 {
  margin-bottom: 10px;
}
.mrbtm5{
  margin-bottom: 5px;
}

.sec-pad{
  padding: 100px 0;
}

.sec-pad80{
  padding: 80px 0;
}

.sec-pad60{
  padding: 60px 0;
}

.sec-pad40{
  padding: 40px 0;
}

.sec-pad20{
  padding: 20px 0;
}

.font-150{
  font-size: 150px;
  line-height: 150px;
}

.font-90{
  font-size: 90px;
  line-height: 100px;
}

.font-82{
  font-size: 82px;
  line-height: 92px;
}

.font-78{
  font-size: 78px;
  line-height: 90px;
}

.font-70{
  font-size: 70px;
  line-height: 82px;
}

.font-65{
  font-size: 65px;
  line-height: 78px;
}

.font-55{
  font-size: 55px;
  line-height: 65px;
}

.font-50{
  font-size: 50px;
  line-height: 60px;
}

.font-50l{
  font-size: 50px;
  line-height: 70px;
}

.font-45{
  font-size: 45px;
  line-height: 55px;
}

.font-45l{
  font-size: 45px;
  line-height: 60px;
}

.font-40{
  font-size: 40px;
  line-height: 50px;
}

.font-36{
  font-size: 36px;
  line-height: 46px;
}

.font-30{
  font-size: 30px;
  line-height: 42px;
}

.font-30l{
  font-size: 30px;
  line-height: 55px;
}

.font-28{
  font-size: 28px;
  line-height: 40px;
}

.font-25l{
  font-size: 25px;
  line-height: 45px;
}

.font-25{
  font-size: 25px;
  line-height: 38px;
}

.font-25lnormal{
  font-size: 25px;
  line-height: normal;
}

.font-24{
  font-size: 24px;
  line-height: 38px;
}

.font-22{
  font-size: 22px;
  line-height: 38px;
}

.font-22l{
  font-size: 22px;
  line-height: 40px;
}

.font-21{
  font-size: 21px;
  line-height: 40px;
}

.font-20{
  font-size: 20px;
  line-height: 38px;
}

.font-20l{
  font-size: 20px;
  line-height: 42px;
}

.font-20l34{
  font-size: 20px;
  line-height: 34px;
}

.font-18{
  font-size: 18px;
  line-height: 30px;
}

.font-17{
  font-size: 17px;
  line-height: 30px;
}

.font-14{
  font-size: 14px;
  line-height: 30px;
}

.font-12{
  font-size: 12px;
  line-height: 30px;
}

.txt-upr{
  text-transform: uppercase;
}

.section-devider{
  border: 0.5px solid #f3f3f3;
  position: relative;
}

.section-devider::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  top: -22px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #fff;
}

.section-devider::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-devider.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  top: -22px;
  border-radius: 50px;
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.4);
}

.section-devider2{
  border: 1px solid rgba(21,50,67,0.2);
  margin: 0 50px;
}

.section-devider3{
  border: 1px solid rgba(21,50,67,0.2);
  margin: 0 auto;
  max-width: 1100px;
}

.section-devider4 span{
  background-color: rgba(0,0,0,0.2) ;
  margin: 0 auto;
  height: 1px;
  max-width: 950px;  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
   color: #fff;
   z-index: 0;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.section-devider4 span::before{
  content: "";
  position: absolute;
  text-align: center;
  width: 48px;
  height: 48px;
  top:auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-radius: 50px;
  margin: 0 auto;
  background-color: rgba(237, 28, 36,1);
  z-index: -1;
}

.section-devider4 span::after{
  content: "";
  position: absolute;
  top:auto;
  left: auto;
  right: auto;
  bottom: auto;
  background-color: rgba(237, 28, 36,0.4);
  z-index: -1;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  margin: 0 auto;
 
}

.section-devider5 span{ 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 0;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 0px;
}

.section-devider5 span::before{
  content: "";
  position: absolute;
  text-align: center;
  width: 48px;
  height: 48px;
  top:-24px;
  left: auto;
  right: auto;
  bottom: auto;
  border-radius: 50px;
  margin: 0 auto;
  background-color: rgba(237, 28, 36,1);
  z-index: -1;
}

.section-devider5 span::after{
  content: "";
  position: absolute;
  top:-28px;
  left: auto;
  right: auto;
  bottom: auto;
  background-color: rgba(237, 28, 36,0.4);
  z-index: -1;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  margin: 0 auto;
 
}

.sectiondevider-width{
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid rgba(21,50,67,0.1);
}

.sectiondevider-width2{
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid rgba(21,50,67,0.1);
}

.sectiondevider-width3{
  margin: 0 auto;
  border: 1px solid rgba(155,155,155,0.2);
}

/******* Header CSS *******/

header {
  display: block;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
}
header.fixed-menu {
  position: fixed;
  background-color: #fff;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  opacity: 1;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}


header {
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

/* Frosted Glass Fixed Header */
header.fixed-menu {
 /* position: fixed;
  z-index: 999 !important;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); /* semi-transparent white */
/*  backdrop-filter: blur(10px); /* glass blur effect */
 /* -webkit-backdrop-filter: blur(10px); /* Safari support */
 /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  animation: fadeSlideDown 0.5s ease forwards;
  transition: background 0.3s ease, box-shadow 0.3s ease;*/
}


/* Prevent clipping or overflow issues */
body, html {
  overflow-x: hidden; /* Prevent horizontal scroll */
}

header *, .header-inner, header .container {
  overflow: visible; /* Allow dropdowns / menus to show */
}


/* Smooth Animation */
@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

header.fixed-menu .header-inner {
  padding: 5px 0 0;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  padding: 7px 0 0;
}
.logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: auto;
  height: auto;
  max-width: 150px;
  margin-top: -10px;
}

.header-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-icon,
.menu-icon:focus {
  display: none;
  color: #000;
  position: relative;
}

.headquick p,
.headquick a,
.headquick a:focus {
  font-size: 15px;
  color: #6d6e71;
  font-weight: 600;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #fd5e64),
    color-stop(50%, #6d6e71)
  );
  background: -o-linear-gradient(left, #fd5e64 50%, #6d6e71 50%);
  background: linear-gradient(90deg, #fd5e64 50%, #6d6e71 50%);
  background-size: 200%;
  background-position: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.5s ease-in-out;
  -webkit-transition: background-position 0.5s ease-in-out;
  -o-transition: background-position 0.5s ease-in-out;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.quick-devider {
  background-color: #e6ddcf;
  height: 1px;
  max-width: 84.1%;
  width: 100%;
  margin: 7px 0 5px;
  margin: 5px 0 2px;
}

.headquick p img {
  margin: 0 10px;
  max-width: 16px;
  height: auto;
}

/****** Toggle Menu CSS ********/

.navbardesktop {
  margin-top: 0px;
  padding: 0 0;
}

.headbtnmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headbtnmenu a,
.headbtnmenu a:focus {
  font-family: "Manrope", sans-serif;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  text-transform: uppercase;
  color: #231f20;
  font-weight: 600;
  padding: 3px;
  line-height: normal;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #ed1c24),
    color-stop(50%, #231f20)
  );
  background: -o-linear-gradient(left, #ed1c24 50%, #231f20 50%);
  background: linear-gradient(90deg, #ed1c24 50%, #231f20 50%);
  background-size: 200%;
  background-position: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
  -webkit-transition: background-position 0.5s ease-in-out;
}

.custom-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 375px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1050;
  padding: 25px 30px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
 /* -webkit-box-pack: start;
  -ms-flex-pack: start;*/
  justify-content: center;
}

body.show-custom-offcanvas .custom-offcanvas {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.custom-offcanvas-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.custom-offcanvas-nav__item {
  margin-bottom: 5px;
}

.humbgermenu {
  margin-left: 30px;
  margin-top: 0px;
}

.hamburger-toggle {
  background-color: transparent;
  outline: none;
  border: none;
}

.Mainmenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.Mainmenu__list li {
  padding: 0 7px;
}

.Mainmenu__list li .Mainmenu__link,
.Mainmenu__list li .Mainmenu__link:focus {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
  color: #ed1c24;
  font-weight: 600;
  position: relative;
  padding: 3px;
  background: -webkit-gradient(linear,left top,right top,color-stop(50%, #153243),color-stop(50%, #ed1c24));
  background: -o-linear-gradient(left, #153243 50%, #ed1c24 50%);
  background: linear-gradient(90deg, #153243 50%, #ed1c24 50%);
  background-size: 200%;
  background-position: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
  -webkit-transition: background-position 0.5s ease-in-out;
}

.Mainmenu__list li .Mainmenu__link:hover,
.headbtnmenu a:hover,
.custom-offcanvas-nav__link:hover {
  background-position: 0%;
}

.headquick a:hover {
  color: #fd5e64;
  background-position: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.custom-offcanvas-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #000;
  cursor: pointer;
  z-index: 1060;
}

.mainmenubox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-one {
  width: 23px;
  height: 3px;
  display: block;
  background-color: #231f20;
  margin-bottom: 5px;
}

.line-two {
  width: 17px;
  height: 3px;
  display: block;
  background-color: #000;
  margin-bottom: 5px;
}

.line-three {
  width: 12px;
  height: 3px;
  display: block;
  background-color: #000;
}

.headwhybtn img,
.headcallbtn img {
  margin-right: 10px;
}

.headwhybtn {
  margin-right: 10px;
}

.menudevider {
  margin: 0 15px;
}

/** New Design 12/11/2025 **/

/* Hamburger */
   /* .hamburger {
      position: fixed;
      top: 25px;
      right: 30px;
      width: 30px;
      height: 22px;
      cursor: pointer;
      z-index: 1001;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: opacity 0.3s ease;
    }

    .hamburger span {
      display: block;
      height: 3px;
      background-color: #000;
      border-radius: 2px;
      transition: 0.4s;
    }*/

    /* Overlay */
  /*  .overlay {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: right 1s cubic-bezier(0.77, 0, 0.175, 1);
      z-index: 1000;
      overflow: hidden;
    }

    .overlay.active {
      right: 0;
    }*/

    /* Logo animation */
 /*   .overlay-logo {
      position: absolute;
      top: 25px;
      left: 40px;
      opacity: 0;
      transform: translateX(-80px);
      transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1),
                  opacity 1.2s ease-in-out;
      z-index: 1002;
    }

    .overlay.active .overlay-logo {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.4s;
    }

    .overlay-logo img {
      height: 45px;
      width: auto;
    }*/

    /* Close button 
    .close-btn {
      position: absolute;
      top: 25px;
      right: 30px;
      border: none;
      color: #000;
      padding: 7px 15px;
      cursor: pointer;
      font-size: 14px;
      text-transform: lowercase;
      letter-spacing: 1px;
      z-index: 1002;
      background-color: #d8d8d8;
      -webkit-transition: 0.3s ease-in;
      -o-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
      border-radius: 5px;
      line-height: normal;
    }

    .close-btn:hover {
      -webkit-transition: 0.3s ease-in;
      -o-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
      background-color: #000;
      color: #fff;
    }



    .overlay.active .menu-links li:nth-child(1) { transition-delay: 0.5s; }
    .overlay.active .menu-links li:nth-child(2) { transition-delay: 0.65s; }
    .overlay.active .menu-links li:nth-child(3) { transition-delay: 0.75s; }
    .overlay.active .menu-links li:nth-child(4) { transition-delay: 0.85s; }

    .overlay.active .menu-links li:nth-child(5) { transition-delay: 0.9s; }
    .overlay.active .menu-links li:nth-child(6) { transition-delay: 1.0s; }
    .overlay.active .menu-links li:nth-child(7) { transition-delay: 1.5s; }
    .overlay.active .menu-links li:nth-child(8) { transition-delay: 2.0s; }
*/
/*** Dropdown ****/
.submenu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  /*padding-left: 15px;*/
  margin: 0;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.has-submenu.open > .submenu {
  max-height: 500px; /* adjust based on items */
}


/* Arrow animation */
.submenu-toggle .arrow {
  font-size: 24px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

/*.has-submenu.open .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); 
}*/

/****/

/* Radial expanding background */
/*.custom-offcanvas-overlay {
  width: 6000px;
  height: 6000px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: fixed;
  top: 0;
  right: 0;
  margin-top: -2950px;
  margin-right: -2945px;
  transform: scale(0.01);
  transition: transform 0.8s ease;
  z-index: 99;
}

.custom-offcanvas-overlay.open {
  transform: scale(1) !important;
  background-color: rgba(0, 0, 0, 0.9);
}*/

/* Menu panel content */

.custom-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}




.custom-offcanvas-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.custom-offcanvas-nav__item {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

/*MENU CSS*/
.custom-offcanvas-nav__link,
.custom-offcanvas-nav__link:focus {
  display: inline-block;
  vertical-align: middle;
  color: #231f20;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  background: -webkit-gradient(linear,left top,right top,color-stop(50%, #ed1c24),color-stop(50%, #231f20));
  background: -o-linear-gradient(left, #ed1c24 50%, #231f20 50%);
  background: linear-gradient(90deg, #ed1c24 50%, #231f20 50%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-clip: border-box;
  background-size: 200%;
  background-position: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-transition: background-position 0.5s;
  transition: background-position 0.5s;
  -webkit-transition: background-position 0.5s;
}

.custom-offcanvas-nav__link:hover {
  background-position: 0%;
}

.custom-offcanvas-nav__link.custom-submenulink,
.custom-offcanvas-nav__link.custom-submenulink:focus {
  text-transform: capitalize;
  font-size: 26px;
}

.custom-offcanvas-nav__link.submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** Main Banner ***/

.mainBanner {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bnrsbttl {
  position: relative;
  padding-bottom: 20px !important;
}

.bnrsbttlptrn {
  position: relative;
}

.bnrsbttlptrn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("../images/bnr-ptrn.png");
  background-repeat: no-repeat;
  width: 203px;
  height: 14px;
  bottom: -15px;
  background-size: 100%;
  background-position: center left;
  top: auto;
}

/** Challenge **/

.challenge .container {
  max-width: 1200px;
}

.chnglist {
  list-style: none;
}

.chnglist li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 35px;
}

.chnglist li:last-child {
  margin-bottom: 0px;
}

.chnglist li img {
  position: absolute;
  left: 0;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.3);
}

/** Solution **/

.solrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 45%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.solimg,
.solimg img,
.glbimg,
.glbimg img,
.chlngimgWrapper,
.chlngimgWrapper img {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.2);
  border-radius: 50px;
}

.solcol p {
  margin-left: 30px;
  text-align: left;
}

/****/
.video-wrapper {
  position: relative;
  width: 100%;

  margin: auto;
}

.video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  border-radius: 15px;
}

#homevideo {
  border-radius: 15px;
}

/** Story **/

.story {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.storycol {
  display: flex;
  flex: 1;
  padding: 0 44px;
}

.storycolinner {
  background-color: #fff;
  padding: 55px 45px 55px 60px;
  border-radius: 20px;
  position: relative;
}

.storycolinner::before {
  content: "";
  position: absolute;
  left: -20px;
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
}

.stathbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stathboxinner p {
  padding-bottom: 0;
  line-height: normal;
}

.stathboxinner {
  padding-left: 20px;
}

/** Product **/

.product .container {
  max-width: 1170px;
}

.procol {
  padding: 0 40px;
}

.procolimgwrapper,
.procolimgwrapper img {
  width: auto;
  height: auto;
  display: inline-block;
  cursor: pointer;
}

.procolinner .prottl {
  font-family: "Barlow Condensed", sans-serif;
  color: #153243;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.procolinner .prottl3 {
  margin-left: 15px;
}

.procolinner:hover .prottl {
  color: #ed1c24;
}

.procolinner:hover .prottl img {
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.prolink img {
  position: relative;
  top: -2px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/** Industry **/

.sectionDiv {
  position: relative;
}

.sectionDiv::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(21, 50, 67, 0.1);
  margin: 0 50px;
  left: 0;
  right: 0;
  top: 0px;
}

.sectionDiv2 {
  position: relative;
}

.sectionDiv2::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(21, 50, 67, 0.1);
  margin: 0 50px;
  left: 0;
  right: 0;
  bottom: 0px;
}

.industry .container {
  max-width: 1140px;
}

.indcolinner a,
.indcolinner a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.indiconCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 134px;
  height: 134px;
  background-color: rgba(21,50,67,1);
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.industryicon,
.industryicon img {
  display: inline-block;
  cursor: pointer;
  width: auto;
  height: auto;
}

.indiconCircle:hover {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 3px 10px 2px rgba(11, 26, 35, 0.2);
  box-shadow: 0px 3px 10px 2px rgba(11, 26, 35, 0.2);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.indcolinner:hover .indolink p {
  color: #ed1c24;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.indcolinner:hover .indiconCircle {
  background-color: rgba(21, 50, 67,0.9);
}

/** Distinction **/

.distinction .container {
  max-width: 950px;
}

.topdist {
  max-width: 950px;
}

.dstcol {
  padding: 0 30px;
}

.dstcolinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 30px 0 5px;
  border-top: 1px solid #ed1c24;
}

.dstcolwrapper {
  margin-top: 5px;
}

.dstcoldesc {
  margin-left: 30px;
}

/** Brands **/

.brand {
  position: relative;
  z-index: 0;
}

.brand::before {
  content: "";
  position: absolute;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 971px;
  height: 360px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
}

.brndrwmb {
  display: none;
}

.brndcol img {
  width: auto;
  height: auto;
}

/** Owner **/

.ownerletter {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.ownerletter .sectitle {
  position: relative;
  top: -30px;
}

.ownerletter::before {
  content: "";
  position: absolute;
  background-image: url("../images/letter-logo-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 336px;
  height: 483px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.ownerdesc {
  text-align: left !important;
  max-width: 800px;
  margin: 50px auto 0;
}

/*.ownerdesc p a, .ownerdesc p a:focus {
  color: #ed1c24;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}*/

.ownerdesc p a:hover {
  color: #153243;
  transition: 0.5s ease-in-out;
}

/** Letter **/
.sign {
  margin-left: -30px;
}

/** Book **/

.book {
  background-repeat: no-repeat;
  /*background-position: center right;*/
  background-position: bottom right;
  background-color: #153244;
}

.bookdesc {
  max-width: 750px;
  margin: 40px auto 0;
  text-align: left;
}

/** Form and Call**/

.calltopdesc {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.calltopdesc i,
.solcoldesc i {
  font-size: 22px;
  color: #ed1c24;
}

.formbox {
  margin-top: 370px;
}

.formboxinner {
  max-width: 1140px;
  margin: -430px auto 0;
  border-radius: 15px;
  padding: 60px 65px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 0.2);
}

.frmdesctop {
  padding-bottom: 10px;
}

.formlist {
  list-style: none;
}

.formlist li {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 34px;
  padding-left: 30px;
  color: #231f20;
  position: relative;
  margin-bottom: 15px;
}

.formlist li:before {
  content: "\F26A";
  position: absolute;
  left: 0;
  font-family: bootstrap-icons !important;
  color: #153242;
  font-size: 19px;
}

.formbtn img {
  margin-right: 15px;
  max-width: 30px;
  height: auto;
}

.formboxdesc .formbtnbtm{
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 34px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.formboxdesc .formbtnbtm a, .formboxdesc .formbtnbtm a:focus{
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.formimg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.formimg,
.formimg img {
  border-radius: 10px;
}

.formtestmncolinner {
  position: relative;
  padding: 0 0 0 10px;
  z-index: 1;
}

.formtestmncolinner:before {
  content: "\F6B0";
  position: absolute;
  left: -20px;
  font-family: bootstrap-icons !important;
  color: #2c4655;
  font-size: 55px;
  z-index: -1;
  top: -3px;
}

.formtestmonial .container {
  max-width: 1070px;
}

.formtestmonial .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fmtstmndevider {
  display: block;
  background-color: #444e63;
  height: 250px;
  width: 1px;
  text-align: center;
  margin: 0 auto;
}

.frmimgwrapper,
.frmimgwrapper img {
  display: inline-block;
  width: auto;
  height: auto;
}

.frmtstauth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.authwrapper {
  margin-left: 15px;
}

.frmtstauth p {
  line-height: normal;
  padding-bottom: 0;
}

/** Curve **/

.curve .container {
  max-width: 1170px;
}

.curvecol {
  padding: 0 25px;
}

.curvlink,
.curvlink:focus {
  display: inline-block;
}

.curvdesc {
  padding-bottom: 0;
  color: #231f20;
  font-size: 20px;
  line-height: 33px;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
  margin-top: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.curvdesc i {
  color: #313131;
  position: relative;
  top: 2px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.curvdesc3 i {
  top: 0px;
}

.curvecolinner:hover .curvdesc {
  color: #ed1c24;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.curvlink:hover i {
  position: relative;
  top: 2px;
  color: #ed1c24;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.curvlink3:hover i {
  top: 0px;
}

.curveimgwrapper,
.curveimgwrapper img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 2px 2px transparent;
  box-shadow: 0px 0px 2px 2px transparent;
  border-radius: 20px;
}

.curvecolinner:hover .curveimgwrapper,
.curvecolinner:hover img {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(11, 26, 35, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(11, 26, 35, 0.2);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 20px;
}

/** Chetan Quote **/

.chetan-quote {
  position: relative;
}

.chetan-quote::before {
  content: "";
  position: absolute;
  background-image: url("../images/quote-logo-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 336px;
  height: 483px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}

/** Footer **/

.footadd img {
  max-width: 230px;
  width: 100%;
  height: auto;
}

.footaddCountry{
  padding-bottom: 0;
}

.footaddlink,
.footaddlink:focus {
  text-decoration: none;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  display: block;
  line-height: 24px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #2e688a),
    color-stop(50%, #fff)
  );
  background: -o-linear-gradient(left, #2e688a 50%, #fff 50%);
  background: linear-gradient(90deg, #2e688a 50%, #fff 50%);
  background-size: 200%;
  background-position: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.5s ease-in-out;
  -webkit-transition: background-position 0.5s ease-in-out;
  -o-transition: background-position 0.5s ease-in-out;
}

.foottel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footellink,
.footellink:focus {
  text-decoration: none;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  display: block;
  line-height: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #2e688a),
    color-stop(50%, #fff)
  );
  background: -o-linear-gradient(left, #2e688a 50%, #fff 50%);
  background: linear-gradient(90deg, #2e688a 50%, #fff 50%);
  background-size: 200%;
  background-position: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.5s ease-in-out;
  -webkit-transition: background-position 0.5s ease-in-out;
  -o-transition: background-position 0.5s ease-in-out;
}

.foottel img {
  margin-right: 15px;
}

.footsociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.footsociallist li {
  margin-right: 20px;
}

.footsociallist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2e6080;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 2px solid transparent;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-box-shadow: 0px 0px 2px 2px transparent;
  box-shadow: 0px 0px 2px 2px transparent;
}

.footsociallist li a i {
  color: #153243;
  font-size: 18px;
}

.footsociallist li a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(11, 26, 35, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(11, 26, 35, 0.4);
}

.foottl {
  color: #ed1c24;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.fotcolinner2 {
  margin-left: 30px;
}

.fotcolinner3,
.fotcolinner4 {
  margin-left: 50px;
}

.footlink li {
  line-height: normal;
  list-style: none;
  margin-bottom: 10px;
}

.footlink li a,
.footlink li a:focus {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #2e688a),
    color-stop(50%, #fff)
  );
  background: -o-linear-gradient(left, #2e688a 50%, #fff 50%);
  background: linear-gradient(90deg, #2e688a 50%, #fff 50%);
  background-size: 200%;
  background-position: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
  -webkit-transition: background-position 0.5s ease-in-out;
}

.footlink li a:hover,
.footaddlink:hover,
.footellink:hover {
  background-position: 0%;
}

.fotweb p,
.weblink,
.weblink:focus {
  font-family: "Manrope", sans-serif;
  color: #776f71;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.weblink {
  margin-right: 7px;
}

.weblink:last-child {
  margin-right: 0;
}

.fotweb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.fotweb2 p .bi {
  margin: 0 2px;
  font-size: 13px;
  display: inline-block;
}

.footaddlink:hover,
.footellink:hover,
.footlink li a:hover,
.fotweb a:hover {
  color: #2e688a;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/**** privacy policy ****/
#privacy-policy h3 {
  font-size: 40px;
  margin-bottom: 25px;
}
#privacy-policy h3 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
}

#privacy-policy p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
/**** back to top ****/
.dmtop,
.dmtop:focus {
  background-color: #122a39;
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.dmtop:hover {
  background-color: #19394d;
}

/***************************************
************** Inner Page **************
****************************************/

.innermainBanner {
  height: 301px;
  background-position: center right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*
.innermainBanner2 {
  height: 374px;
}

.inrmnttl {
  padding-left: 50px;
}*/

.secinrvidDesc {
  max-width: 850px;
  margin: 0 auto 0;
}

.secinnervideo {
 /* max-width: 1000px;*/
  margin: 90px auto 0;
}

.vidWrapper,
.vidWrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.whybox {
  max-width: 1100px;
  margin: 0 auto;
}

.whyinrdescbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 40px;
  padding-right: 90px;
  position: relative;
}

.whyinrdescbox2 {
  padding-right: 20px;
  margin-left: 30px;
}

.whyinrdescbox i {
  position: absolute;
  left: 0;
  color: #1c4359;
  font-size: 25px;
}

.shrinkglobal .sectitle p {
  max-width: 630px;
  margin: 10px auto 0;
}

.flebglobal .sectitle p{
     max-width: 750px;
  margin: 10px auto 0;
}

.globalttl {
  max-width: 1000px;
  margin: 0 auto;
}

.glbbox {
  max-width: 1070px;
  margin: 0 auto;
}

.glbinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 20px;
}

.glbinrdesc {
  padding-left: 25px;
}

.progalbox {
  max-width: 1170px;
  margin: 60px auto 0;
}

.proglrw {
  position: relative;
  z-index: 2;
}

.productgal-arrows .slide-arrow {
  background-color: rgba(237, 28, 36, 1);
  outline: none;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.productgal-arrows {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  z-index: -1;
  /* left: -40px;
  right: -40px;*/
}

.productgal-arrows .slide-arrow.prev-arrow {
  left: -20px;
  position: absolute;
}

.productgal-arrows .slide-arrow.next-arrow {
  right: -20px;
  position: absolute;
}

.productgal-arrows .slide-arrow .fa-solid {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.productgal-arrows .slide-arrow::before {
  content: "";
  position: absolute;
  line-height: unset;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: rgba(237, 28, 36, 0.4);
  line-height: normal;
  vertical-align: middle;
  z-index: -1;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.productgal-arrows .slide-arrow:hover {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.productgal-arrows .slide-arrow:hover::before {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.productgal-arrows .slide-arrow:hover .fa-solid {
  color: #1d435a;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.productgallery {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.progalcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
}

.progallink,
.progallink:focus {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.progalcolinner {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 15px;
  width: 100%;
  height: 385px;
  overflow: hidden;
}

.progallpink {
  background-color: #ffdcc7;
}

.progallsky {
  background-color: #d9efef;
}

.progallylw {
  background-color: #fef7c9;
}

.progallwht {
  background-color: #ece7ff;
}

.progalboximgWrapper,
.progalboximgWrapper img {
  width: auto;
  /*height: auto;*/
  height: 100%;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.progalcolinner:hover .progalboximgWrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}


/*******/
.manprorw {
  max-width:85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.manprocolinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.manprowrapper {
 /* max-width: 450px;*/
  max-width: 40%;
  width: 100%;
  height: auto;
}

.manproboximgWrapper,
.manproboximgWrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.manprodescbox {
  /*max-width: 325px;*/
  max-width: 45%;
  margin-left: 75px;
  margin-right: 30px;
}

.manpro-arrows {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
}

.manpro-arrows .slide-arrow {
  background-color: #ed1c24;
  outline: none;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.manpro-arrows .slide-arrow::before {
  content: "";
  position: absolute;
  line-height: unset;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: rgba(237, 28, 36, 0.4);
  line-height: normal;
  vertical-align: middle;
  z-index: -1;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.manpro-arrows .slide-arrow.prev-arrow {
  left: -70px;
  position: absolute;
}

.manpro-arrows .slide-arrow.next-arrow {
  right: -70px;
  position: absolute;
}

.manpro-arrows .slide-arrow .fa-solid {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: normal;
  border-radius: 50%;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
/*
.manpro-arrows .slide-arrow .bi{
  content: "";
  position: absolute;
  box-shadow: 0px 3px 10px 0px rgba(237,28,36,0.7);
}*/

.manpro-arrows .slide-arrow:hover {
  background-color: rgba(21, 50, 67, 1);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.manpro-arrows .slide-arrow:hover::before {
  background-color: rgba(21, 50, 67, 0.4);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.othrprocol {
  padding: 0 25px;
}

.otherproLink img {
  position: relative;
  top: -2px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.otherproLink,
.otherproLink:focus {
  display: inline-block;
}

.otherprocolinner:hover .othrttl .otrimg {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 2px 2px transparent;
  box-shadow: 0px 0px 2px 2px transparent;
  border-radius: 20px;
}

.otherproboximgWrapper,
.otherproboximgWrapper .otrimg {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0px 2px 2px 0px transparent;
  box-shadow: 0px 2px 2px 0px transparent;
  display: inline-block;
  max-width: 450px;
  border-radius: 20px;
}

.otherprocolinner:hover .otherproboximgWrapper,
.otherprocolinner:hover .otrimg {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(11, 26, 35, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(11, 26, 35, 0.1);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 20px;
}

.otherproLink h4,
.castdcolLink h4 {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.otherproLink:hover h4,
.castdcolLink:hover h4 {
  color: #ed1c24;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.otherproLink:hover .othrttlarw {
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.footer-quote {
  position: relative;
}

.footer-quote::before {
  content: "";
  position: absolute;
  background-image: url("../images/quote-logo-bg2.png");
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 303px;
  height: 293px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.frmqtimgwrapperInner i {
  font-size: 24px;
  color: #ffd203;
}

/*****/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.slick-dots li {
  padding: 0 3px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  outline: none;
  border: none;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #92a2a7;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li.slick-active button {
  width: 13px;
  height: 13px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  border-color: #fff;
}

/****** Industry Page CSS *******/
.topdescInrarw span {
  color: #ed1c24;
}

.chlngInneList {
  /*max-width: 900px;*/
  max-width: 1070px;
 /* margin: 60px auto 0;*/
 margin: 30px auto 0;
}

.chlngcolInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
}

.chlnginrdesc {
  padding-left: 30px;
}

.helpinddsc {
  line-height: 34px;
  padding-bottom: 10px;
}


.helpBoxinrfood .titleInner p {
  max-width: 675px;
  margin: 10px auto 0;
  padding-bottom: 0;
}

.helpInneList,
.castdInneList {
  max-width: 1100px;
  margin: 30px auto 0;
}

.helpcolInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 25px;
}

.helpinrdesc {
  padding-left: 30px;
}

.helpimgWrapper,
.helpimgWrapper img {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.1);
  border-radius: 50%;
}

.foodcalltopdesc {
  max-width: 625px;
}

.whyinrdescboxbopp {
  padding-right: 20px;
  margin-left: 30px;
}

.glbboxflexible .glbinner {
  padding: 0 20px;
}

.hipDesc p {
  max-width: 800px;
  margin: 20px auto 0;
}

.topdeschipimgWrapper,
.topdeschipimgWrapper img,
.hipimgWrapper,
.hipimgWrapper img {
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.topBoxinrhipinner {
  /*max-width: 1000px;*/
  max-width: 100%;
  margin: 0 auto 0;
}

.hipdscWrapper {
  max-width: 900px;
  margin: 60px auto 0;
}

.hipdscWrapper {
  max-width: 825px;
}

.stepBoxinrhip,
.stepBoxinrsus {
  max-width: 1000px;
  margin: 80px auto 0;
  text-align: center;
}

.hipimgWrapper,
.hipimgWrapper img {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.stepBoxinradv2 {
  max-width: 1000px;
  margin: 90px auto 0;
}

.stepBoxinradv2 .advcoldesc {
  padding-right: 30px;
}

.advimgWrapper,
.advimgWrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 5px;
}

.psblBox {
  max-width: 1170px;
  margin: 100px auto 0;
}

.psblcol {
  position: relative;
}

.psblcol img {
  position: absolute;
  left: 50px;
  top: -60px;
  max-width: 70px;
  height: auto;
}

.psblcol2 img {
  position: absolute;
  right: -60px;
  top: -80px;
  left: auto;
  max-width: 95px;
  height: auto;
}

.psblcolinner {
  padding: 40px 50px;
}

.psblcolinner h3 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.psblist {
  list-style: none;
}

.psblist li {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  padding-left: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  line-height: 32px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 90px;
}

.psblist li span {
  color: #ed1c24;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 900;
}

.psblist2 li span {
  color: #48b02c;
}

.psblcolinner2 {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: rgba(156, 156, 156, 0.1) 0px 1px 15px 10px;
  box-shadow: rgba(156, 156, 156, 0.1) 0px 1px 15px 10px;
}

.psblist li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  height: auto;
}

.crtrcolInr {
  background-color: #fff;
  padding: 55px 65px 55px 75px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 15px rgba(200, 200, 200, 0.1);
  box-shadow: 0px 0px 15px 15px rgba(200, 200, 200, 0.1);
}

.crtrcolInr::before {
  content: "";
  position: absolute;
  left: -32px;
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
}

.crtrathbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crtrathboxinner {
  padding-left: 20px;
}

.crtrathbox p {
  padding-bottom: 0;
  line-height: normal;
}

.crtrauthboxWrapper,
.crtrauthboxWrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 70px;
}

/** Casestudy **/

.casestdbglgreen {
  background-color: #b7e7b7;
}

.castdwrapper {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 15px;
  width: 100%;
  height: 385px;
  overflow: hidden;
}

.castdimgWrapper,
.castdimgWrapper img {
  width: auto;
  height: auto;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.castdcolLink,
.castdcolLink:focus {
  display: block;
}

.castdcolInner:hover .castdimgWrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}

.cshmcareimgWrapper,
.cshmcareimgWrapper img {
  max-width: 200px;
}

/******* Sustainability *******/

.chetan-quote2::before {
  bottom: 0;
  top: 0;
}

.chtnName {
  padding-bottom: 0;
  line-height: normal;
}

.chtnDesg {
  line-height: normal;
  padding-bottom: 0;
}

.topdescsustablWrp,
.topdescsustablWrp img {
  width: auto;
  height: auto;
  display: inline-block;
}

.pillar2 {
  background-repeat: no-repeat;
  background-position: center right;
}

.pillardescBox,
.pillardescBox2 {
  max-width: 1170px;
  margin: 60px auto 0;
}

.plrcolinner {
  margin: 0 15px 0 19px;
  text-align: left;
}

.plrimgWrapper,
.plrimgWrapper img {
  width: 100%;
  display: inline-block;
  height: auto;
}

.plrimgWrapper2,
.plrimgWrapper2 img {
  width: auto;
  display: inline-block;
  height: auto;
}

.plrimgWrapper2 {
  margin-right: 40px;
}

.plrcolinner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chlngcolInner2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.chlngcolInner2 .chlngimgWrapper {
  margin-top: 8px;
}


/***** About *****/

.abtDesc {
  max-width: 940px;
}

.abtimgWrapper,
.abtimgWrapper img,
.careerimgWrapper,
.careerimgWrapper img {
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.abtDesc2 {
  max-width: 770px;
  margin: 60px auto 0;
}


.trnumcol {
  display: flex;
  flex: 0 0 33.33%;
}

.trnumclInner {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  width: 100%
}

.trsnumBox {
  max-width: 1170px;
  margin: 60px auto 0;
}


/** Infra **/

.infraDesc {
  max-width: 825px;
  margin: 60px auto 0;
}

.infraSliderbox {
  max-width: 1000px;
  margin: 0 auto;
}

.infrarw {
  position: relative;
  z-index: 2;
}

.infraboximgWrapper,
.infraboximgWrapper img {
  width: 100%;
  height: auto;
}

.infra-arrows {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
}

.infra-arrows .slide-arrow {
  background-color: #ed1c24;
  outline: none;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infra-arrows .slide-arrow::before {
  content: "";
  position: absolute;
  line-height: unset;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: rgba(237, 28, 36, 0.4);
  line-height: normal;
  vertical-align: middle;
  z-index: -1;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.infra-arrows .slide-arrow.prev-arrow {
  left: -70px;
  position: absolute;
}

.infra-arrows .slide-arrow.next-arrow {
  right: -70px;
  position: absolute;
}

.infra-arrows .slide-arrow .fa-solid {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: normal;
  border-radius: 50%;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.infra-arrows .slide-arrow:hover {
  background-color: rgba(21, 50, 67, 1);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.infra-arrows .slide-arrow:hover::before {
  background-color: rgba(21, 50, 67, 0.4);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.infra-carousel .slick-slide,
.infra-carousel .slideritem,
.infra-carousel .slick-list {
  border-radius: 17px !important;
  overflow: hidden;
}

.footercta .container {
  max-width: 1200px;
}

.ftrctalink .button-red,
.ftrctalink .button-red:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftrctalink .button-red span {
  margin-left: 5px;
}

.ftrctaimgWrapper {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(168, 168, 168, 0.3);
  box-shadow: 0px 0px 10px 2px rgba(168, 168, 168, 0.3);
  border-radius: 50%;
  display: inline-block;
}

.footerctabox {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 20px 2px rgba(168, 168, 168, 0.2);
  padding: 50px 50px;
  background-color: #fff;
  margin-top: 60px;
  border-radius: 17px;
}

.ftrctacolinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.ftrctaclinrttl {
  margin-left: 30px;
}

.ftrctacolDev {
  position: relative;
}

.ftrctacolDev::after {
  content: "";
  position: absolute;
  background-color: #eeeeee;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 256px;
  top: -50px;
  bottom: 0;
}

/***** Journey *****/

.trshisBox .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trnumimgWrapper,
.trnumimgWrapper img {
  width: auto;
  height: auto;
  display: inline-block;
}

.ldrimgWrapper,
.ldrimgWrapper img {
  width: auto;
  height: auto;
  display: inline-block;
}

.trshisWrapper,
.trshisWrapper img {
  display: inline-block;
  width: auto;
  height: auto;
}

/* Timeline bar */

.timeline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
  padding: 0 20px;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 40px;
  right: 40px;
  height: 2px;
  background-color: #153243;
  z-index: 1;
}

.timeline-point {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #333;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.timeline-point::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #153243;
  z-index: 2;
}

.timeline-point span {
  font-family: "Mulish", sans-serif;
  display: block;
  margin-top: 30px;
  font-size: 25px;
  line-height: 40px;
  color: #808285;
}

.timeline-point.active {
  color: red;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.timeline-point.active::before {
  background-color: red;
}

/* Content styling */
.timeline-content-wrapper {
  position: relative;
  max-width: 1060px;
  margin: 70px auto 0;
}

.timeline-content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;

}

.timeline-content.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
    -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;

}

/**** Leadership ****/
.ldrcolinnerbox {
  padding-right: 40px;
}

.ldrshiIBox p {
  max-width: 830px;
  margin: 60px auto 0;
}

.leader .container {
  max-width: 1000px;
}

.ldrcolinnerbox2 {
  text-align: right;
}

.ldrcnctbtn,
.ldrcnctbtn:focus {
  font-size: 30px;
  padding: 5px 10px;
 /* font-size: 20px;
  padding: 15px 15px;*/
  margin-right: 10px;
}

.ldrcnctbtn:last-child {
  margin-right: 10px;
}

.ldrcnctbtn .bi {
  margin-left: 10px;
}

.ldrcnctbtn .fa-phone, .ldrcnctbtn:focus .fa-phone {
  font-size: 22px;
  line-height: unset;
  width: auto;
  height: auto;
  vertical-align: 0;
  position: relative;
  top: -3px;
}

.ldrcnctbtn-two i {
  font-size: 26px;
}

/****** Contact Page *******/

.contact .container,
.office .container {
  max-width: 1140px;
}

.cnctchat-Shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 0.3);
  border-radius: 50%;
  margin-right: 25px;
}

.contactFormboxinner {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(168, 168, 168, 0.2);
}

.contactcolradio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.callpurposeCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


.contactcolradio input[type="radio"]:checked + label,
.contactcolradio input[type="radio"]:not(:checked) + label,
.careercolradio input[type="radio"]:checked + label,
.careercolradio input[type="radio"]:not(:checked) + label {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: normal;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  display: inline-block;
  color: #000;
  padding-right: 25px;
}

.common-input,
.common-input:focus {
  font-family: "Manrope", sans-serif;
  width: 100%;
  padding: 15px 10px 15px 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 16px;
  line-height: normal;
}

textarea {
  resize: none;
}

.common-input::-webkit-input-placeholder {
  color: #1a1a1a;
}

.common-input::-moz-placeholder {
  color: #1a1a1a;
}

.common-input:-ms-input-placeholder {
  color: #1a1a1a;
}

.common-input::-ms-input-placeholder {
  color: #1a1a1a;
}

.common-input::placeholder {
  color: #1a1a1a;
}

.contactbtn {
  display: block;
  width: 100%;
}

.contactbtn i {
  margin-right: 10px;
}

.ofcrow {
  background-color: #d12127;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ofclccolinner {
  padding: 40px 45px;
}

.cnctloc,
.cnctloc:focus {
  font-family: "Manrope", sans-serif;
  color: #fff;
  background-size: 200%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  line-height: 35px;
}

.cnctloc:hover {
  color: #fafafa;
}

.cnctcall,
.cnctcall:focus {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

.cnctcall i {
  margin-right: 10px;
}

.ofclccol2 .ofclccolinner2 a img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.country-header {
  background-color: transparent;
  position: relative;
}

.country-header h5 {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.country-header.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cntiteminner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cntiteminner h5 {
  margin-left: 15px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-body {
  padding: 0 0 30px 0;
}

.accordion-button {
  padding: 20px 0;
}

.country-header::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 40px;
  width: auto;
  height: auto;
  line-height: normal;
}

.country-header:not(.collapsed)::after {
  color: #fff;
}

.country-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.citynm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.citynm .bi {
  color: #ed1c24;
  margin-right: 10px;
  font-size: 26px;
}

.country-colwhitebox {
  background-color: #fff;
  padding: 25px;
  border-radius: 7px;
  margin-top: 20px;
}

.country-colwhitebox a,
.country-colwhitebox a:focus {
  font-size: 19px;
}

.crnclinrttl .crnlink,
.crnclinrttl .crnlink:focus {
  font-size: 22px;
  line-height: 32px;
  color: #231f20;
  font-family: "Manrope", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crnimgWrapper {
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(168, 168, 168, 0.4);
  border-radius: 50%;
  margin-right: 30px;
}

.crncolinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crnclinrttl p {
  padding-bottom: 5px;
}

.crnclinrttl .crnlink span {
  color: #ed1c24;
  margin-left: 3px;
  font-weight: bold;
  line-height: normal;
  font-size: 27px;
}

.ftrctacolconDev::after {
  height: 203px;
}

.crnclinrttl .crnlink:hover {
  color: #ed1c24;
}
/*** Conatct Radio ***/
/* Base custom radio */
#purposecall input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
 /* border: 2px solid #aaa;*/
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px #aaa;
  margin-right: 3px;
}

/* Inner dot (default state – grey) */
#purposecall input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #aaa;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s ease;
}

/* Glow + red border when selected */
#purposecall input[type="radio"]:checked {
 /* border-color: #ed1c24;*/
  box-shadow: 0 0 10px #ed1c24;
}

/* Red center dot when selected */
#purposecall input[type="radio"]:checked::before {
  background-color: #ed1c24;
/*box-shadow: 0 0 5px #ed1c24, 0 0 10px #ed1c24;*/
}

/* Optional: Hover effect (you can remove if not needed) */
#purposecall input[type="radio"]:hover {
  
  box-shadow: 0 0 10px #ed1c24;
}




/*** Contact Page End ****/

/*** Career ****/

.careerbtmDesc{
  max-width: 875px;
  margin: 60px auto 0;
}

.careerform .container {
  max-width: 1140px;
  margin: 0 auto;
}

.careerfrmDesc p {
  padding-bottom: 10px;
}

.careerFormboxinner {
  background-color: #fff;
  padding: 25px 55px 25px 65px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.1);
}

.careerbox {
  position: relative;
}

.careerbox::after {
  content: "";
  position: absolute;
  background-image: url("../images/contact/cnct-icon.png");
  width: 65px;
  height: 65px;
  left: -90px;
  top: 0;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.2);
  border-radius: 50px;
  background-repeat: no-repeat;
}

/* Hide the default input */
#cr-resume {
  display: none;
}

/* Custom label styling */
.file-upload {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #1a1a1a;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.file-upload:hover {
  background-color: transparent;
}

/* Icon styling */
.file-icon {
  max-width: 20px;
  width: 100%;
  height: auto;
}

.file-icon img {
  width: 100%;
  height: auto;
}

/* Selected file name */
.file-name {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  color: #1a1a1a;
  font-style: italic;
}

.careerbtn {
  width: 100%;
}

/**** Lab ****/

.facilityinner,
.helpinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 40px;
}

.facilityimg,
.facilityimg img,
.helpimg,
.helpimg img {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(200, 200, 200, 0.2);
  border-radius: 50px;
}

.facilityinrdesc {
  margin-left: 25px;
}

.facilitybox,
.helpbox,
.supportbox {
  max-width: 1070px;
  margin: 0 auto;
}

.helpinner,
.supportbox {
  padding: 0 45px;
}

.sprtlist {
  list-style: none;
}

.sprtlist li {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.sprtlist li::before {
  content: "\F287";
  position: absolute;
  left: 0;
  font-size: 8px;
  font-family: bootstrap-icons !important;
  color: #153242;
}

.calltopdescLab {
  max-width: 975px;
}

.calltopdescLab p {
  max-width: 750px;
  margin: 0 auto 0;
}

/**** POP UP MODEL *****/
#homeschedule-call {
  display: none;
  max-width: 600px;
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  border-left: 5px solid #ed1c24;
}

.mainBanner{
  height: 650px;
}

.mainBannerinner .row {
  display: flex;
  align-items: center;
}

.homebnrcolimgimgWrapper, 
.homebnrcolimgimgWrapper img {

  margin-right: 35px;
  display: inline-block;
  max-width: 650px;
  height: auto;
}


.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  aspect-ratio: 16 / 9; /* keeps standard horizontal video ratio */
  overflow: hidden;
  border-radius: 15px;
  background: #000; /* fills small gaps with black if needed */
  height: 600px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#homevideo .ytp-fit-cover-video .html5-main-video {
  border-radius: 15px !important;
}


/*
#homevideo {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}*/


 .breadcrumb-item + .breadcrumb-item::before{
  display: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item,
.breadcrumbSection .breadcrumb-item a,
.breadcrumbSection .breadcrumb-item a:focus {
  font-size: 16px;
  line-height: normal;
  color:#aaa;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding: 0 5px;
}

.breadcrumbSection .breadcrumb-item .bi-chevron-double-right {
  font-size: 12px;
}

.breadcrumb-item.active {
  color: #7b7b7b;
}

/***** Trial CSS ********/


.castdind {
  background-color: #fff;
  /*padding-top: 40px;*/
}

.sectionDevInner .secdivWrapper, 
.sectionDevInner .secdivWrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.pillarttl h2{
  margin-bottom: 15px;
}

.pillarttl p {
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto 10px;
}

.plrcolinner5 {
  max-width: 525px;
}

.plrimgWrapper5, .plrimgWrapper5 img {
  width: 100%;
  height: auto;
}

.ftrctalink .fa-phone-volume {
  margin-right: 10px;
  font-size: 20px;
  line-height: normal;
}

.topBoxinrsusinner .topdescsusimgWrapper, 
.topBoxinrsusinner .topdescsusimgWrapper img {
  max-width: 1100px;
  margin: 0 auto;
}

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

.trhscolsldr{
  position: relative;
}


.arrowbtnCmn{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent; 
  border: none; 
  border-radius: 8px; 
  color: #153243; 
  font-size: 35px; 
  cursor: pointer;
}

.arrowbtnCmn:hover{
  color: #ed1c24;
}

.arrowbtnCmn .bi::before {
  line-height: normal;
  vertical-align: unset;
  width: auto;
  height: auto;
}

.arrowbtn #prevBtn{
  position: absolute;
  left: 0px;
}

.arrowbtn #nextBtn{
  position: absolute;
  right: 0px;
}


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

.termsMaillink, .termsMaillink:focus{
  font-weight: 600;
}

.privacypolicyList{
  list-style-position: inside;
}

.privacypolicyList li{
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 5px;
}

.advcoldescinner {
  margin: 0 15px;
}

.advimgWrapper2, .advimgWrapper2 img {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 5px rgba(224, 224, 224, 0.12);
}

.innerBannerinfra .inrmnttl p{
  padding-bottom: 0;
}
/* --------------------- */
.industry-box-link-body , .industry-box-link-body:focus{
  display: block;
}
.industry-list-box{
  max-width: 1100px;
  margin: 60px auto 0;
}
.industry-img-box{
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 15px;
  width: 100%;
  height: 385px;
  overflow: hidden;
-webkit-box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(168, 168, 168, 0.2);
/* background-color: #f7f7f7; */
}
.industry-box-body {
  /* margin-bottom: 60px; */
  padding: 0 15px;
}
.industry-list-name:hover{
  transition: 0.3s;
  color: #fe2800 ;
}
.industry-img-box img:hover{
  transform: scale(1.1);
  transition: 0.4s;
}

/**** 404   *****/

.notfoundbtn {
  display: flex;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
}

.notfoundbtn a, .notfoundbtn a:focus {
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
}