@charset "UTF-8";
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: Adelle Sans;
  --tp-ff-font-optical-sizing: auto;
  --tp-ff-heading: Adelle Sans;
  --tp-ff-p: Adelle Sans;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @font Size declaration
  */
  --tp-fz-body: 19px;
  --tp-fz-p: 19px;
  --tp-fz-a: 20px;
  --tp-fz-h1: 65px;
  --tp-fz-h2: 45px;
  --tp-fz-h3: 26px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 18px;
  --tp-fz-h6: 16px;
  --tp-fz-font: 10px;
  --tp-fz-font1: 12px;
  --tp-fz-font2: 13px;
  /**
   @font Weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 550;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**


  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-heading-primary: #B82129;
  --tp-heading-spanred: #FF7A00;
  --tp-bg-1: #F3F3F7;
  --tp-bg-2: #F8F8F8;
  --tp-bg-3: #F6F6F6;
  --tp-bg-4: #181818;
  --tp-grey-1: #525252;
  --tp-text-body: #4C4A4A;
  --tp-text-1: #444444;
  --tp-text-2: #343434;
  --tp-text-3: #9F9F9F;
  --tp-border-primary: #9C9C9C;
  --tp-border-secondary: #EAEAEA;
  --tp-border-1: #FFFAD5;
  --tp-border-2: #D2D2D2;
  --tp-icon-blue: #006EB1;
  --tp-icon-blue-light: #E7efFF;
  --tp-icon-green: #10D0A1;
  --tp-icon-green-light: #E7FAF6;
  --tp-icon-pink: #F72A75;
  --tp-icon-pink-light: #FEEAf1;
  --tp-icon-sky: #42BFFF;
  --tp-icon-sky-light: #ECF9FF;
  --tp-icon-red: #FF0000;
  --tp-icon-tweet: #1DA1F2;
  --tp-icon-fb: #4267B2;
  --tp-icon-skype: #00A6E4;
}

.header {
  padding: 30px 0px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 11;
  transition: all 0.5s;
}
.header .header-main {
  display: flex;
  align-items: center;
}
.header .header-main .head-logo {
  min-width: 120px;
  transition: all 0.5s;
}
.header .header-main .head-logo a {
  width: 100%;
  display: block;
}
.header .header-main .head-logo a img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header .header-main .head-logo {
    min-width: 100px;
    max-width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-main .head-logo {
    min-width: 80px;
    max-width: 80px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main .head-logo {
    min-width: 60px;
    max-width: 60px;
  }
}
.header .header-main .header-main-nav {
  width: 100%;
  padding-left: 50px;
}
.header .header-main .header-main-nav .header-top {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #9A9A9A;
}
.header .header-main .header-main-nav .header-top .header-right {
  display: flex;
  gap: 20px;
}
.header .header-main .header-main-nav .header-top .header-right a {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}
.header .header-main .header-main-nav .header-top .header-right a img {
  margin-right: 8px;
}
@media screen and (max-width: 576px) {
  .header .header-main .header-main-nav .header-top .header-right a img {
    width: 18px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1399px) {
  .header .header-main .header-main-nav .header-top .header-right a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-main .header-main-nav .header-top .header-right a {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main .header-main-nav .header-top .header-right a {
    font-size: 14px;
  }
}
.header .header-main .header-main-nav .header-top .header-right a:hover {
  color: #B82129;
}
.header .header-main .header-main-nav .header-top .header-right ul {
  display: flex;
  gap: 0px 15px;
}
.header .header-main .header-main-nav .header-top .header-right ul li a {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
}
.header .header-main .header-main-nav .header-top .header-right ul li a img {
  margin-right: 0px;
  width: auto;
}
.header .header-main .header-main-nav .header-top .header-right ul li a:hover {
  background: #B82129;
}
@media screen and (max-width: 576px) {
  .header .header-main .header-main-nav .header-top .header-right ul {
    gap: 0px 10px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main .header-main-nav .header-top {
    padding-bottom: 10px;
  }
}
.header .header-main .header-main-nav .header-bottom {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.header .header-main .header-main-nav .header-bottom nav.nav {
  position: relative;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul {
  display: flex;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul li {
  padding: 0px 26px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul li a {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}
@media screen and (max-width: 1399px) {
  .header .header-main .header-main-nav .header-bottom nav.nav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-main .header-main-nav .header-bottom nav.nav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399px) {
  .header .header-main .header-main-nav .header-bottom nav.nav ul li {
    padding: 0px 19px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-main .header-main-nav .header-bottom nav.nav ul li {
    padding: 0px 10px;
  }
}
.header .header-main .header-main-nav .header-bottom nav.nav ul li:hover a {
  color: #B82129;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul li:nth-child(6) {
  position: relative;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul li:nth-child(6) ul {
  min-width: 152px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul li:nth-child(4) {
  position: relative;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown {
  position: static;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown > a {
  background: url(../images/arrow-menu.png) no-repeat 100% center;
  padding-right: 20px;
  line-height: 20px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul {
  position: absolute;
  left: 0px;
  width: 100%;
  min-width: 250px;
  box-shadow: 0px 7px 10.2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  visibility: hidden;
  height: 0px;
  transition: all 0.5s;
  top: 45px;
  width: 250px;
  padding: 10px 0px;
  border-radius: 10px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul li {
  width: 100%;
  padding: 3px 10px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul li a {
  display: flex;
  color: #000;
  font-size: 15px;
  border: 1px solid rgb(204, 204, 204);
  padding: 6px 15px;
  border-radius: 8px;
  align-items: center;
  line-height: 20px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul li a .menu-ico {
  min-width: 16px;
  max-width: 16px;
  display: flex;
  margin-right: 10px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul li a .menu-ico img {
  width: 100%;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul li:last-child {
  border-bottom: none;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul li:hover > a {
  color: #B82129;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul .sub-drop {
  position: relative;
  background: url(../images/menu-sub-ico.png) no-repeat 97% center;
  background-size: 8px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul .sub-drop ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  min-width: unset;
  width: 100%;
  top: 0px;
  box-shadow: none;
  border-radius: 0px;
  border-left: 1px solid rgb(204, 204, 204);
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown ul .sub-drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  display: none;
  overflow: hidden;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .left-nav {
  width: 280px;
  border-right: 1px solid rgb(204, 204, 204);
  background: #fafafa;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .left-nav .tab-btn {
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 130%;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .left-nav .tab-btn .icon {
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  border-radius: 5px;
  background: #E9E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 6px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .left-nav .tab-btn .icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .left-nav .tab-btn.active {
  background: #F4F0F0;
  border-right: 3px solid #B82129;
  font-weight: 700;
  color: #B82129;
}
@media screen and (max-width: 1199px) {
  .header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .left-nav {
    width: 200px;
  }
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content {
  flex: 1;
  padding: 14px 20px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content {
  display: none;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content h3 {
  margin-bottom: 20px;
  color: #002a3b;
  font-size: 18px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item {
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  transition: 0.3s;
  align-items: center;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item:hover {
  background: #F4F0F0;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item:hover a {
  color: #B82129;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item .service-icon {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #E9E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 4px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item .service-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item .service-icon.logo-without-text {
  min-width: 100%;
  max-width: 100%;
  height: 31px;
  border-radius: 0px;
  background: none;
  padding: 0px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item a {
  font-size: 15px;
  color: #000;
  line-height: 130%;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content .service-grid .service-item.service-only-logo > a {
  width: 100%;
  display: block;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown .mega-menu .right-content .tab-content.active {
  display: block;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown:hover ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  top: 35px;
}
.header .header-main .header-main-nav .header-bottom nav.nav ul .dropdown:hover .mega-menu {
  display: flex;
}
@media screen and (max-width: 991px) {
  .header .header-main .header-main-nav .header-bottom nav.nav {
    display: none;
  }
}
.header .header-main .header-main-nav .header-bottom .contact-bx {
  display: flex;
  gap: 0px 20px;
  align-items: center;
}
.header .header-main .header-main-nav .header-bottom .contact-bx .search-bx {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.header .header-main .header-main-nav .header-bottom .contact-bx .search-bx .search-btn {
  background: rgba(173, 173, 173, 0.168627451);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header .header-main .header-main-nav .header-bottom .contact-bx .search-bx input {
  position: absolute;
  right: -6px;
  width: 0px;
  top: -5.5px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 3px;
  opacity: 0;
  color: #000;
  outline: none;
  box-shadow: none;
  padding: 0px 40px 0px 10px;
  transition: all 0.5s;
}
.header .header-main .header-main-nav .header-bottom .contact-bx .cont-btn {
  border-radius: 3px;
  background: #B82129;
  padding: 8px 20px;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .header .header-main .header-main-nav .header-bottom .contact-bx .cont-btn {
    padding: 4px 20px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main .header-main-nav .header-bottom .contact-bx .cont-btn {
    padding: 2px 15px;
    font-size: 13px;
  }
}
.header .header-main .header-main-nav .header-bottom .contact-bx .cont-btn:hover {
  background: #a71e25;
}
.header .header-main .header-main-nav .header-bottom .contact-bx .search-bx.open .search-btn {
  background: #b82129;
}
.header .header-main .header-main-nav .header-bottom .contact-bx .search-bx.open input {
  width: 250px;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .header .header-main .header-main-nav .header-bottom .contact-bx .search-bx.open input {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-main .header-main-nav .header-bottom {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main .header-main-nav .header-bottom {
    padding-top: 10px;
    position: static;
  }
}
@media screen and (max-width: 991px) {
  .header .header-main .header-main-nav .header-bottom.desktop-menu {
    display: none;
  }
}
.header .header-main .header-main-nav .header-bottom.mobile-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .header-main .header-main-nav .header-bottom.mobile-menu {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .header .header-main .header-main-nav {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 10px 0px;
  }
}

.header.sticky {
  position: fixed;
  background: #202020;
  top: -80px;
  padding-bottom: 15px;
}
.header.sticky .head-logo {
  position: absolute;
  top: 0px;
  opacity: 0;
}

footer {
  background: url(../images/footer-bg.webp) no-repeat;
  background-size: cover;
  padding: 30px 0px 20px;
}
footer .footer-top-line {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
footer .footer-top-line .footer-logo {
  min-width: 118px;
}
footer .footer-top-line .footer-logo a {
  display: block;
}
footer .footer-top-line .footer-logo a img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  footer .footer-top-line .footer-logo {
    min-width: 100px;
    max-width: 100px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top-line .footer-logo {
    min-width: 80px;
    max-width: 80px;
  }
}
footer .footer-top-line::before {
  width: calc(50% - 100px);
  height: 2px;
  content: "";
  position: absolute;
  background: url(../images/footer-bef-bg.webp) no-repeat;
  left: 0px;
  top: 0px;
  background-size: 100% auto;
  bottom: 0px;
  margin: auto 0px;
}
@media screen and (max-width: 600px) {
  footer .footer-top-line::before {
    display: none;
  }
}
footer .footer-top-line::after {
  width: calc(50% - 100px);
  height: 2px;
  content: "";
  position: absolute;
  background: url(../images/footer-bef-bg1.webp) no-repeat;
  right: 0px;
  top: 0px;
  background-size: 100% auto;
  bottom: 0px;
  margin: auto 0px;
}
@media screen and (max-width: 600px) {
  footer .footer-top-line::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top-line {
    margin-bottom: 20px;
  }
}
footer .footer-nav {
  margin-bottom: 40px;
}
footer .footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 0px 70px;
  flex-wrap: wrap;
}
footer .footer-nav ul li a {
  font-size: 20px;
  line-height: 172%;
  color: #fff;
  font-weight: 400;
}
footer .footer-nav ul li a:hover {
  color: #B82129;
}
@media screen and (max-width: 991px) {
  footer .footer-nav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-nav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-nav ul {
    gap: 0px 30px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-nav ul {
    gap: 0px 15px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-nav {
    margin-bottom: 20px;
  }
}
footer .footer-copy {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 172%;
  color: rgb(163, 163, 163);
  font-weight: 400;
  text-align: center;
}

.banner-outer .hero-slider {
  z-index: 1;
}
.banner-outer .hero-slider .hero-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-outer .hero-slider .hero-slide figure {
  height: 100vh;
  position: relative;
}
.banner-outer .hero-slider .hero-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .banner-outer .hero-slider .hero-slide figure img {
    -o-object-position: left;
       object-position: left;
  }
}
.banner-outer .hero-slider .hero-slide figure::after {
  background: url(../images/overlay-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
}
.banner-outer .hero-slider .hero-slide .slide-inner {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  top: 0px;
  bottom: 0px;
}
.banner-outer .hero-slider .hero-slide .slide-inner .container {
  display: flex;
  align-items: center;
  position: relative;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content {
  padding-top: 100px;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  max-width: 650px;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border::after {
  width: 4px;
  height: calc(100% - 20px);
  background: #FF7A00;
  left: 0px;
  top: 10px;
  content: "";
  position: absolute;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border h2 {
  font-size: 45px;
  color: #fff;
  font-family: "adelle-sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1399px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border h2 br {
    display: none;
  }
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 31px;
}
@media screen and (max-width: 1399px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border p {
    font-size: 18px;
    line-height: 150%;
  }
}
@media screen and (max-width: 991px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-text-border {
    padding-right: 20px;
  }
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta .arrow-btn1 {
  display: none;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta:hover .arrow-btn {
  display: none;
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.banner-outer .hero-slider .hero-slide .slide-inner .hero-content .hero-cta:hover {
  background: transparent;
}
@media screen and (max-width: 991px) {
  .banner-outer .hero-slider .hero-slide .slide-inner .hero-content {
    padding-top: 0px;
  }
}
.banner-outer .hero-slider .slick-dots {
  width: 50px;
  right: 0px;
  top: 100px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
  justify-content: flex-end;
}
.banner-outer .hero-slider .slick-dots li {
  width: 50px;
  height: 25px;
}
.banner-outer .hero-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .banner-outer .hero-slider .slick-dots li {
    width: 20px;
  }
}
.banner-outer .hero-slider .slick-dots li.slick-active {
  height: 43px;
}
.banner-outer .hero-slider .slick-dots li.slick-active button {
  height: 43px;
  background: #fff;
}
.banner-outer .hero-thumbs-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-outer .hero-thumbs-wrap .container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 36px;
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs {
  display: flex;
  width: 460px;
  z-index: 20;
  position: relative;
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .slick-list.draggable {
  width: 100%;
  padding: 0px !important;
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .slick-list.draggable .slick-slide {
  margin: 0px 10px;
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .slick-list.draggable .slick-current .thumb-card figure {
  border: 3px solid #FFFFFF;
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .slick-list.draggable .slick-current .thumb-card figure img {
  filter: grayscale(0);
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .slick-list.draggable .slick-current .thumb-card .thumb-label h3 {
  background: linear-gradient(104.07deg, #FF7A00 7.5%, #FFFFFF 90.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card {
  width: 212px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  transition: border-color 0.3s;
  flex-wrap: wrap;
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card figure {
  border: 1px solid #FFFFFF;
  display: flex;
  width: 100%;
  height: 126px;
}
@media screen and (max-width: 991px) {
  .banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card figure {
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card figure {
    height: 80px;
  }
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100);
}
.banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card .thumb-label h3 {
  font-size: 20px;
  font-family: "avantgarde_bk_btdemi";
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card .thumb-label h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card .thumb-label h3 {
    font-size: 16px;
  }
  .banner-outer .hero-thumbs-wrap .container .hero-thumbs .thumb-card .thumb-label h3 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .banner-outer .hero-thumbs-wrap .container .hero-thumbs {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .banner-outer .hero-thumbs-wrap .container {
    padding-bottom: 0px;
  }
}

.inner-banner-outer {
  position: relative;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.inner-banner-outer figure {
  display: flex;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}
.inner-banner-outer figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.inner-banner-outer figure::after {
  background: url(../images/overlay-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
}
.inner-banner-outer .inner-banner-text-outer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 148px;
  z-index: 2;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-left {
  max-width: 535px;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-left h1 {
  font-size: 45px;
  line-height: 130%;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .inner-banner-outer .inner-banner-text-outer .inner-banner-left h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .inner-banner-outer .inner-banner-text-outer .inner-banner-left h1 {
    font-size: 30px;
  }
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-left h2 {
  font-size: 45px;
  line-height: 130%;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .inner-banner-outer .inner-banner-text-outer .inner-banner-left h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .inner-banner-outer .inner-banner-text-outer .inner-banner-left h2 {
    font-size: 30px;
  }
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-left p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 0px;
  font-weight: 300;
}
.inner-banner-outer .inner-banner-text-outer .inner-banner-left p span {
  color: #B82129;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .inner-banner-outer .inner-banner-text-outer .inner-banner-left p {
    font-size: 18px;
  }
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px var(--tp-heading-orange);
}
.slicknav_menu .slicknav_icon-bar {
  background-color: var(--tp-heading-orange);
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px var(--tp-heading-orange);
  border-radius: 4px;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 78px;
  background: #fff;
  max-width: 720px;
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 991px) {
  .slicknav_nav {
    top: 69px;
  }
}
@media screen and (max-width: 576px) {
  .slicknav_nav {
    top: 96px;
  }
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: var(--tp-grey-1);
}
.slicknav_nav a {
  padding: 10px 10px;
  margin: 0px 5px;
  text-decoration: none;
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-medium);
  border-bottom: 1px solid var(--tp-border-secondary);
  font-weight: bold;
  text-transform: capitalize;
}
.slicknav_nav a span {
  margin-right: 8px;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  color: #FF7A00;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  border: none;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent ul li a {
  font-weight: var(--tp-fw-regular);
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 8px;
}

.slicknav_menu {
  *zoom: 1;
  display: none;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 30px;
  height: 25px;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  box-shadow: 0 1px 0 rgb(255, 255, 255);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .slicknav_menu {
    display: block;
  }
}

.slicknav_nav {
  clear: both;
  max-height: 363px;
  overflow: auto;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-grey-1);
  line-height: 31px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: var(--tp-fz-p);
  color: var(--tp-grey-1);
  font-weight: var(--tp-fw-regular);
  margin-bottom: 22px;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

.head {
  padding-bottom: 40px;
}
.head h2 {
  font-size: 46px;
  color: #2F2F2F;
  font-weight: 600;
  position: relative;
  display: block;
}
.head h2 span {
  position: relative;
  padding-bottom: 6px;
}
.head h2 span::after {
  width: 111px;
  height: 4px;
  background: #B82129;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 991px) {
  .head h2 span::after {
    width: 100px;
  }
}
@media screen and (max-width: 1640px) {
  .head h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .head h2 {
    font-size: 30px;
  }
}
.head h1 {
  font-size: 46px;
  color: #2F2F2F;
  font-weight: 600;
  position: relative;
  display: block;
}
.head h1 span {
  position: relative;
  padding-bottom: 6px;
}
.head h1 span::after {
  width: 111px;
  height: 4px;
  background: #B82129;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 991px) {
  .head h1 span::after {
    width: 100px;
  }
}
@media screen and (max-width: 1640px) {
  .head h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .head h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1640px) {
  .head {
    padding-bottom: 30px;
  }
}

.thank-you {
  padding: 180px 0px 160px;
  background-size: cover !important;
}
.thank-you .head {
  padding-top: 100px;
}
.thank-you .head h1 {
  color: #fff;
}
.thank-you .head p {
  color: #fff;
}
.thank-you a {
  width: 219px;
  height: 54px;
  background: #B82129;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #B82129;
  transition: all 0.3s;
  margin: 25px auto 0px;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .thank-you a {
    font-size: 16px;
  }
}
.thank-you a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.thank-you a:hover {
  background: #fff;
  color: #B82129;
}
@media screen and (max-width: 991px) {
  .thank-you {
    padding: 100px 0px 100px;
  }
}

.team-load-more {
  width: 219px;
  height: 54px;
  background: #B82129;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #B82129;
  transition: all 0.3s;
  margin: 25px auto 0px;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .team-load-more {
    font-size: 16px;
  }
}
.team-load-more:hover {
  background: #fff;
  color: #B82129;
}

.error-404 {
  padding: 180px 0px 160px;
  background-size: cover !important;
}
.error-404 .head {
  padding-top: 100px;
}
.error-404 .head h1 {
  color: #fff;
}
.error-404 .head p {
  color: #fff;
}
.error-404 .page_not_found a {
  width: 219px;
  height: 54px;
  background: #B82129;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #B82129;
  transition: all 0.3s;
  margin: 25px auto 0px;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .error-404 .page_not_found a {
    font-size: 16px;
  }
}
.error-404 .page_not_found a img {
  width: auto;
  position: relative;
  left: 10px;
  height: auto;
}
.error-404 .page_not_found a:hover {
  background: #fff;
  color: #B82129;
}
@media screen and (max-width: 991px) {
  .error-404 {
    padding: 100px 0px 100px;
  }
}

.Privacy-policy-outer {
  padding: 60px 0px;
}
.Privacy-policy-outer .head {
  text-align: center;
}
.Privacy-policy-outer .privacy-policy-main p {
  margin-bottom: 25px;
  color: rgb(76, 74, 74);
}
.Privacy-policy-outer .privacy-policy-main ul {
  margin-bottom: 15px;
}
.Privacy-policy-outer .privacy-policy-main ul li {
  font-size: 18px;
  line-height: 28px;
  color: rgb(76, 74, 74);
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.Privacy-policy-outer .privacy-policy-main ul li::before {
  width: 18px;
  height: 18px;
  background: url("../images/li-list-arrow.svg") left top no-repeat;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 7px;
}
@media screen and (max-width: 991px) {
  .Privacy-policy-outer .privacy-policy-main ul li {
    font-size: 16px;
  }
}
.Privacy-policy-outer .privacy-policy-main h5 {
  font-size: 20px;
  line-height: 162%;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.Privacy-policy-outer .privacy-policy-main h3 {
  font-size: 22px;
  line-height: 162%;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.privacy-content {
  padding: 60px 0;
}
.privacy-content .image-with-text {
  justify-content: space-between;
  background: #FCF7F8;
  border: 1px solid #F0C4C4;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  align-items: center;
}
.privacy-content .image-with-text .text {
  width: 100%;
}
.privacy-content .image-with-text .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.privacy-content .image-with-text .text h3 a {
  color: var(--tp-common-black);
  font-weight: 500;
}
.privacy-content .image-with-text .text h3 a:hover {
  color: #B82129;
  font-weight: 500;
}
.privacy-content .image-with-text .text p {
  font-size: 16px;
  line-height: 159%;
  margin-bottom: 0px;
}
.privacy-content .image-with-text .text p a {
  color: #B82129;
}
.privacy-content .image-with-text .text p a:hover {
  font-weight: bold;
}
.privacy-content .load-more {
  text-align: center;
  margin-top: 30px;
}
.privacy-content .load-more .load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #B82129;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}
.privacy-content .load-more .load-more-btn:hover {
  color: #B82129;
}
.privacy-content .load-more .load-more-btn:hover .icon {
  border-color: #B82129;
}
.privacy-content .load-more .load-more-btn .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #FF7A00;
  border-radius: 50%;
  display: flex;
  line-height: 17px;
  justify-content: center;
  font-size: 23px;
  font-weight: 400;
  flex-shrink: 0;
}

.who-we-area-outer {
  padding: 60px 0px;
}
.who-we-area-outer .who-we-area-main {
  display: flex;
}
.who-we-area-outer .who-we-area-main .who-we-area-left {
  width: 50%;
}
.who-we-area-outer .who-we-area-main .who-we-area-left h3 {
  font-size: 26px;
  color: #FF7A00;
  font-weight: 600;
  padding-bottom: 10px;
}
.who-we-area-outer .who-we-area-main .who-we-area-left p {
  font-weight: 300;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta .arrow-btn1 {
  display: none;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta:hover .arrow-btn {
  display: none;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta {
  border-radius: 3px;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta:hover {
  background: transparent;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1 {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1 img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1 .arrow-btn1 {
  display: none;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1:hover .arrow-btn {
  display: none;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1 {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1 {
  background: transparent;
  color: #FF7A00;
  border-radius: 3px;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1 .arrow-btn {
  display: none;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1 .arrow-btn1 {
  display: inline-block;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1:hover {
  background: #FF7A00;
  color: #fff;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1:hover .arrow-btn {
  display: inline-block;
}
.who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx .hero-cta1:hover .arrow-btn1 {
  display: none;
}
@media screen and (max-width: 600px) {
  .who-we-area-outer .who-we-area-main .who-we-area-left .download-who-bx {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .who-we-area-outer .who-we-area-main .who-we-area-left {
    width: 100%;
    padding-bottom: 40px;
  }
}
.who-we-area-outer .who-we-area-main .who-we-area-img {
  padding-left: 50px;
  width: 50%;
}
.who-we-area-outer .who-we-area-main .who-we-area-img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .who-we-area-outer .who-we-area-main .who-we-area-img {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .who-we-area-outer .who-we-area-main {
    flex-wrap: wrap;
  }
}

.our-products-outer {
  position: relative;
}
.our-products-outer .our-products-head {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 60px;
  z-index: 2;
}
.our-products-outer .our-products-head .head h2 {
  color: #fff;
}
.our-products-outer .products-grid {
  display: flex;
}
.our-products-outer .products-grid .product-card {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.our-products-outer .products-grid .product-card figure {
  position: relative;
  margin-bottom: 0px;
}
.our-products-outer .products-grid .product-card figure img {
  width: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 600px) {
  .our-products-outer .products-grid .product-card figure img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-products-outer .products-grid .product-card figure::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.51%, rgba(0, 0, 0, 0.67) 94.46%);
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
}
.our-products-outer .products-grid .product-card .card-center {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 50px;
  text-align: center;
  z-index: 3;
}
.our-products-outer .products-grid .product-card .card-center .hvac-gear {
  width: 117px;
  height: 110px;
  background: rgba(0, 0, 0, 0.52);
  border-radius: 14px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F3F3F7;
}
@media screen and (max-width: 991px) {
  .our-products-outer .products-grid .product-card .card-center .hvac-gear {
    width: 100px;
    height: 100px;
  }
  .our-products-outer .products-grid .product-card .card-center .hvac-gear img {
    max-width: 55%;
  }
}
.our-products-outer .products-grid .product-card .card-center a {
  display: flex;
  justify-content: center;
}
.our-products-outer .products-grid .product-card .card-center a span {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}
.our-products-outer .products-grid .product-card .card-center a span i {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .our-products-outer .products-grid .product-card .card-center a span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .our-products-outer .products-grid .product-card .card-center a span {
    font-size: 25px;
  }
}
.our-products-outer .products-grid .product-card:hover figure img {
  transform: scale(1.05);
}
.our-products-outer .products-grid .product-card:hover .card-center .hvac-gear {
  background: rgb(255, 122, 0);
}
.our-products-outer .products-grid .product-card:hover .card-center a span i {
  background: rgb(255, 122, 0);
  font-size: 14px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .our-products-outer .products-grid .product-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .our-products-outer .products-grid {
    flex-wrap: wrap;
  }
}

.brands-partners-outer {
  padding: 60px 0px;
  background: rgb(243, 243, 247);
}
.brands-partners-outer .head {
  padding-bottom: 50px;
}
.brands-partners-outer .brands-partners-main .nav {
  border: none;
  gap: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.brands-partners-outer .brands-partners-main .nav li .nav-link {
  border: 1px solid rgb(216, 216, 216);
  padding: 23px 50px;
  background: #fff;
  font-size: 26px;
  font-weight: 500;
  color: rgb(169, 169, 169);
  border-radius: 3px;
}
.brands-partners-outer .brands-partners-main .nav li .nav-link.active {
  background: rgb(184, 33, 41);
  color: #fff;
  box-shadow: 0px 14px 11.9px 0px rgb(223, 191, 193);
  font-weight: 600;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane {
  background: none;
  border: none;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .slick-slide {
  margin: 0px 10px;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .slick-slide .brand-slide-bx {
  height: 150px;
  background: #fff;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 5px;
  box-shadow: 0px 12px 22.8px 0px rgb(233, 233, 233);
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .slick-slide .brand-slide-bx img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .slick-slide .brand-slide-bx {
    height: 100px;
  }
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider {
  padding: 0px 70px;
  border-radius: 17px;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow {
  border: 1px solid rgb(255, 122, 0);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow::before {
  background: url(../images/slider-arrow.png) no-repeat center;
  opacity: 1;
  color: transparent;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow:hover {
  background: rgb(255, 122, 0);
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow.slick-prev {
  left: 0px;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow.slick-next {
  right: 0px;
}
.brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider .slick-arrow.slick-next::before {
  transform: rotate(-180deg);
  display: block;
}
@media screen and (max-width: 991px) {
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .brand-slider {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 991px) {
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .accordion-collapse {
    padding: 20px 0px;
    max-height: 140px;
    overflow: hidden;
    opacity: 1;
    transition: all 0.5s;
  }
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .accordion-collapse:not(.show) {
    display: block;
    max-height: 0px;
    opacity: 0;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .accordion-header .accordion-button {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-weight: 600;
  }
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed) {
    background: #B82129;
    color: #fff;
  }
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed)::after {
    filter: invert(100) brightness(100);
  }
  .brands-partners-outer .brands-partners-main .tab-content .tab-pane:last-child .accordion-header .accordion-button {
    border-bottom: none;
  }
}
.brands-partners-outer .brands-partners-main .slick-arrow {
  width: 67px;
  height: 67px;
  border: 1px solid rgb(255, 122, 0);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
}

.let-connect-outer {
  padding: 60px 0px;
}
.let-connect-outer .let-connect-main {
  display: flex;
  gap: 0px 20px;
}
.let-connect-outer .let-connect-main .let-connect-bx {
  width: 60%;
  padding: 30px 50px;
  background: rgb(243, 243, 247);
  border: 1px solid rgb(218, 218, 218);
}
.let-connect-outer .let-connect-main .let-connect-bx h3 {
  font-size: 36px;
  font-weight: 600;
  color: rgb(44, 44, 44);
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .let-connect-outer .let-connect-main .let-connect-bx h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .let-connect-outer .let-connect-main .let-connect-bx h3 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx h3 {
    font-size: 25px;
  }
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in {
  width: calc(50% - 10px);
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in input {
  width: 100%;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 6px;
  height: 53px;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.58);
  outline: none;
  box-shadow: none;
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in input::-moz-placeholder {
  color: #000;
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in input::placeholder {
  color: #000;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in input {
    height: 43px;
    font-size: 13px;
    padding: 0px 5px;
  }
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in select {
  width: 100%;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 6px;
  height: 53px;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.58) url(../images/select-ico.png) no-repeat 96% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in select {
    height: 43px;
    font-size: 13px;
    padding: 0px 5px;
  }
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in textarea {
  width: 100%;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 6px;
  height: 185px;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 400;
  resize: none;
  background: rgba(255, 255, 255, 0.58);
  outline: none;
  box-shadow: none;
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in textarea::-moz-placeholder {
  color: #000;
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in textarea::placeholder {
  color: #000;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in textarea {
    height: 143px;
    font-size: 13px;
    padding: 0px 5px;
  }
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in .submit {
  background: rgb(255, 122, 0);
  color: #fff;
  font-size: 22px;
  min-width: 195px;
  width: auto;
  font-weight: 600;
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in .submit:hover {
  background: rgb(204, 102, 6);
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in .submit {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in {
    width: calc(50% - 5px);
  }
}
.let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw .let-connect-in.full {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx .let-connect-rw {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .let-connect-outer .let-connect-main .let-connect-bx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .let-connect-outer .let-connect-main .let-connect-bx {
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .let-connect-bx {
    padding: 15px;
  }
}
.let-connect-outer .let-connect-main .head-office-bx {
  width: 40%;
  background: linear-gradient(180deg, #CB232C 37.24%, #9E131A 100%);
  padding: 45px;
  border-radius: 4px;
}
.let-connect-outer .let-connect-main .head-office-bx h3 {
  font-size: 36px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .let-connect-outer .let-connect-main .head-office-bx h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .head-office-bx h3 {
    font-size: 25px;
  }
}
.let-connect-outer .let-connect-main .head-office-bx figure {
  margin-bottom: 30px;
}
.let-connect-outer .let-connect-main .head-office-bx figure img {
  width: 100%;
  border-radius: 5px;
}
.let-connect-outer .let-connect-main .head-office-bx .head-office-text .head-office-rw {
  display: flex;
  margin-bottom: 20px;
}
.let-connect-outer .let-connect-main .head-office-bx .head-office-text .head-office-rw .head-ico {
  min-width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.let-connect-outer .let-connect-main .head-office-bx .head-office-text .head-office-rw .head-pera {
  padding-left: 15px;
}
.let-connect-outer .let-connect-main .head-office-bx .head-office-text .head-office-rw .head-pera p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .head-office-bx .head-office-text .head-office-rw .head-pera p {
    font-size: 16px;
    line-height: 22px;
  }
}
.let-connect-outer .let-connect-main .head-office-bx .head-office-text .head-office-rw .head-pera a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .head-office-bx .head-office-text .head-office-rw .head-pera a {
    font-size: 16px;
    line-height: 22px;
  }
}
.let-connect-outer .let-connect-main .head-office-bx .head-socail {
  margin-top: 32px;
}
.let-connect-outer .let-connect-main .head-office-bx .head-socail ul {
  display: flex;
  gap: 0px 10px;
}
.let-connect-outer .let-connect-main .head-office-bx .head-socail ul li a {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(203, 35, 44);
  background: #fff;
  border-radius: 100%;
  font-size: 23px;
}
.let-connect-outer .let-connect-main .head-office-bx .head-socail ul li a:hover {
  background: #FF7A00;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .head-office-bx .head-socail ul li a {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
}
.let-connect-outer .let-connect-main .head-office-bx .head-socail ul li:first-child a {
  align-items: flex-end;
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .head-office-bx .head-socail ul li:first-child a {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .let-connect-outer .let-connect-main .head-office-bx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .let-connect-outer .let-connect-main .head-office-bx {
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  .let-connect-outer .let-connect-main .head-office-bx {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .let-connect-outer .let-connect-main {
    flex-wrap: wrap;
    gap: 20px 0px;
  }
}

.about-overview-outer {
  padding: 60px 0px;
  background: linear-gradient(180deg, #F3F3F7 0%, #FFFFFF 100%);
}
.about-overview-outer .about-overview-main {
  display: flex;
}
.about-overview-outer .about-overview-main .about-overview-left {
  width: 50%;
}
.about-overview-outer .about-overview-main .about-overview-left h3 {
  font-size: 22px;
  color: #B82129;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 150%;
}
.about-overview-outer .about-overview-main .about-overview-left p {
  font-weight: 300;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta .arrow-btn1 {
  display: none;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta:hover .arrow-btn {
  display: none;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta {
  border-radius: 3px;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta:hover {
  background: transparent;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1 {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1 img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1 .arrow-btn1 {
  display: none;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1:hover .arrow-btn {
  display: none;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1 {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1 {
  background: transparent;
  color: #FF7A00;
  border-radius: 3px;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1 .arrow-btn {
  display: none;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1 .arrow-btn1 {
  display: inline-block;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1:hover {
  background: #FF7A00;
  color: #fff;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1:hover .arrow-btn {
  display: inline-block;
}
.about-overview-outer .about-overview-main .about-overview-left .download-who-bx .hero-cta1:hover .arrow-btn1 {
  display: none;
}
@media screen and (max-width: 600px) {
  .about-overview-outer .about-overview-main .about-overview-left .download-who-bx {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .about-overview-outer .about-overview-main .about-overview-left {
    width: 100%;
    padding-bottom: 40px;
  }
}
.about-overview-outer .about-overview-main .about-overview-img {
  padding-right: 50px;
  width: 50%;
}
.about-overview-outer .about-overview-main .about-overview-img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about-overview-outer .about-overview-main .about-overview-img {
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .about-overview-outer .about-overview-main {
    flex-wrap: wrap;
  }
}

.vpv-wrapper {
  background: url(../images/vission-mision-bg.webp);
  background-size: cover;
  padding: 60px 0;
  position: relative;
  padding-top: 120px;
}
.vpv-wrapper .head {
  position: absolute;
  top: -69px;
  left: calc(var(--bs-gutter-x) * 0.5);
}
.vpv-wrapper .head h2 {
  color: #fff;
}
.vpv-wrapper .head h2 span:after {
  background: #fff;
}
.vpv-wrapper .vpv-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #000;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
}
.vpv-wrapper .vpv-container .vpv-left {
  font-size: 60px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vpv-wrapper .vpv-container .vpv-left .vpv-label {
  transition: all 0.3s ease;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.2);
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 1px;
}
.vpv-wrapper .vpv-container .vpv-left .vpv-label.active {
  color: #fff;
  opacity: 1;
}
.vpv-wrapper .vpv-container .vpv-image-area {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  background: linear-gradient(90deg, #FF7C89 1.18%, #B82129 70.75%);
  border-radius: 100%;
  padding: 17px;
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 0.4s linear;
  opacity: 0;
  padding: 17px;
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image .vpv-image-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image .vpv-image-inner img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: 0 auto;
  transition: clip-path 0.4s linear;
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image:first-child img {
  clip-path: circle(25% at left 50px);
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image:first-child.active img {
  clip-path: circle(100% at left center);
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image:first-child.hover img {
  left: 0;
  background-position: 0 0;
  clip-path: circle(50% at left center);
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image:last-child img {
  clip-path: circle(25% at 100% 0);
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image:last-child.active img {
  clip-path: circle(100% at right center);
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image:last-child.hover img {
  left: 0;
  background-position: 0 0;
  clip-path: circle(50% at 100% center);
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image.hover {
  z-index: 99;
  display: block;
  opacity: 1;
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image.active {
  display: block;
  opacity: 1;
  clip-path: revert !important;
}
.vpv-wrapper .vpv-container .vpv-image-area .vpv-image.active img {
  opacity: 1;
}
.vpv-wrapper .vpv-container .vpv-right {
  flex: 1;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content {
  display: none;
  font-size: 1.3rem;
  font-weight: 500;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content p {
  color: #fff;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .vpv-wrapper .vpv-container .vpv-right .vpv-content p {
    font-size: 16px;
  }
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content ul li {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .vpv-wrapper .vpv-container .vpv-right .vpv-content ul li {
    font-size: 16px;
  }
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content ul li:before {
  width: 18px;
  height: 18px;
  background: url("../images/li-list-arrow.svg") left top no-repeat;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 5px;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content a span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 15px;
  background: #fff;
  transition: all 0.3s;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content a:hover {
  color: #f57e20;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content a:hover span {
  background: #f57e20;
  border-color: #f57e20;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content a:hover span img {
  filter: brightness(0) invert(1);
}
.vpv-wrapper .vpv-container .vpv-right .vpv-content.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-arrows {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 10px;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-arrows button {
  background: #373084;
  color: #fff;
  border: 0.6px solid #c0c0c0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vpv-wrapper .vpv-container .vpv-right .vpv-arrows button:hover {
  background: #645cb7;
  border-color: #fff;
}
@media (max-width: 991px) {
  .vpv-wrapper .vpv-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .vpv-wrapper .vpv-container .vpv-left, .vpv-wrapper .vpv-container .vpv-right {
    width: 100%;
  }
  .vpv-wrapper .vpv-container .vpv-left {
    order: 1;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 24px;
  }
  .vpv-wrapper .vpv-container .vpv-image-area {
    order: 2;
    margin: 30px auto;
  }
  .vpv-wrapper .vpv-container .vpv-right {
    order: 3;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .vpv-wrapper .vpv-container .vpv-image-area {
    width: 250px;
    height: 250px;
  }
  .vpv-wrapper .vpv-container .vpv-image-area .vpv-image {
    padding: 10px;
  }
  .vpv-wrapper .vpv-container .vpv-left .vpv-label {
    font-size: 20px;
    line-height: 40px;
  }
  .vpv-wrapper .vpv-container .vpv-left .vpv-label.active {
    font-size: 20px;
    line-height: 40px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.Our-Core-Values {
  padding: 60px 0px;
  background: #fff;
}
.Our-Core-Values ul {
  gap: 30px;
}
.Our-Core-Values ul li {
  transition: all 0.5s;
}
.Our-Core-Values ul li img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .Our-Core-Values ul li {
    width: calc(33.33% - 24px);
  }
}
@media screen and (max-width: 576px) {
  .Our-Core-Values ul li {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 414px) {
  .Our-Core-Values ul li {
    width: 100%;
  }
}
.Our-Core-Values ul li:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 991px) {
  .Our-Core-Values ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.capabilities-outer {
  background: #F3F3F7;
  padding: 60px 0px;
}
.capabilities-outer .head h2 {
  padding-bottom: 10px;
}
.capabilities-outer .capabilities-main {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.capabilities-outer .capabilities-main .capabilities-bx {
  width: calc(50% - 13px);
  display: flex;
  align-items: center;
  box-shadow: 0px 12px 72.5px 0px #FFEAEB;
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #EBE0E1;
  transition: all 0.5s;
}
.capabilities-outer .capabilities-main .capabilities-bx figure {
  width: 160px;
  margin-bottom: 0px;
  min-width: 160px;
  overflow: hidden;
}
.capabilities-outer .capabilities-main .capabilities-bx figure img {
  width: 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .capabilities-outer .capabilities-main .capabilities-bx figure {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .capabilities-outer .capabilities-main .capabilities-bx figure {
    min-width: 100px;
    width: 100px;
  }
}
.capabilities-outer .capabilities-main .capabilities-bx .capabilities-text {
  padding-left: 20px;
}
.capabilities-outer .capabilities-main .capabilities-bx .capabilities-text h4 {
  font-size: 26px;
  color: #B82129;
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .capabilities-outer .capabilities-main .capabilities-bx .capabilities-text h4 {
    font-size: 18px;
  }
}
.capabilities-outer .capabilities-main .capabilities-bx .capabilities-text p {
  font-size: 21px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .capabilities-outer .capabilities-main .capabilities-bx .capabilities-text p {
    font-size: 16px;
  }
  .capabilities-outer .capabilities-main .capabilities-bx .capabilities-text p br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .capabilities-outer .capabilities-main .capabilities-bx .capabilities-text {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .capabilities-outer .capabilities-main .capabilities-bx {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .capabilities-outer .capabilities-main .capabilities-bx {
    padding: 10px 15px;
  }
}
.capabilities-outer .capabilities-main .capabilities-bx:hover {
  transform: translateY(-4px);
}
.capabilities-outer .capabilities-main .capabilities-bx:hover figure img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .capabilities-outer .capabilities-main {
    gap: 15px;
  }
}

.our-workshop-outer {
  padding: 60px 0px;
}
.our-workshop-outer .our-workshop-main {
  display: flex;
}
.our-workshop-outer .our-workshop-main .our-workshop-left {
  width: 55%;
  padding-right: 50px;
}
.our-workshop-outer .our-workshop-main .our-workshop-left p {
  color: #343434;
  font-size: 19px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .our-workshop-outer .our-workshop-main .our-workshop-left p {
    font-size: 16px;
  }
}
.our-workshop-outer .our-workshop-main .our-workshop-left ul li {
  margin-bottom: 14px;
  font-size: 19px;
  line-height: 28px;
  color: #343434;
  position: relative;
  padding-left: 30px;
  text-align: left;
  font-weight: 400;
}
.our-workshop-outer .our-workshop-main .our-workshop-left ul li:before {
  width: 18px;
  height: 18px;
  background: url("../images/li-list-arrow.svg") left top no-repeat;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .our-workshop-outer .our-workshop-main .our-workshop-left ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .our-workshop-outer .our-workshop-main .our-workshop-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.our-workshop-outer .our-workshop-main .our-workshop-right {
  width: 45%;
}
.our-workshop-outer .our-workshop-main .our-workshop-right img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .our-workshop-outer .our-workshop-main .our-workshop-right {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .our-workshop-outer .our-workshop-main {
    flex-wrap: wrap;
  }
}

.technical-expertise-outer {
  background: #B71B23;
  padding: 60px 0px;
  overflow: hidden;
}
.technical-expertise-outer .head h2 {
  color: #fff;
}
.technical-expertise-outer .tech-section .tech-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 16px;
}
.technical-expertise-outer .tech-section .tech-header .tech-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 6px;
}
.technical-expertise-outer .tech-section .tech-header .tech-tabs .tab-btn {
  background: none;
  border: none;
  color: #E4676E;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  padding: 6px 0;
  position: relative;
  transition: color 0.25s ease;
}
@media screen and (max-width: 991px) {
  .technical-expertise-outer .tech-section .tech-header .tech-tabs .tab-btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .technical-expertise-outer .tech-section .tech-header .tech-tabs .tab-btn {
    font-size: 18px;
  }
}
.technical-expertise-outer .tech-section .tech-header .tech-tabs .tab-btn.active {
  color: #fff;
}
.technical-expertise-outer .tech-section .tech-header .tech-tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 11px;
  width: 12px;
  background: url(../images/active-after-bg.png) no-repeat;
  border-radius: 1px;
  margin: 0px auto;
}
.technical-expertise-outer .tech-section .tech-header .tech-tabs .tab-btn:before {
  width: 1px;
  height: 22px;
  background: #fff;
  content: "";
  background: #fff;
  position: absolute;
  right: -21px;
  top: 12px;
}
.technical-expertise-outer .tech-section .tech-header .tech-tabs .tab-btn:last-child::before {
  display: none;
}
.technical-expertise-outer .tech-section .tab-panel {
  display: none;
}
.technical-expertise-outer .tech-section .tab-panel .tech-desc {
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
  max-width: 766px;
  margin-bottom: 36px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .technical-expertise-outer .tech-section .tab-panel .tech-desc {
    font-size: 16px;
  }
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap {
  position: relative;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .tech-slider {
  padding: 0px 17px;
  margin-bottom: 0px;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .tech-slider .slick-track {
  display: flex;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .tech-slider .slick-track .slick-slide > div {
  height: 100%;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .tech-slider .slick-list.draggable {
  margin-bottom: 0px;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide {
  margin: 0px 6px;
  height: unset;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item {
  background: linear-gradient(180deg, #B82129 0%, #FF8E94 100%);
  padding: 1px;
  box-shadow: 0px 26px 19.2px 0px #AC121A;
  height: 100%;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item .card {
  background: linear-gradient(180deg, #B71B23 0%, #C7212A 100%);
  height: 100%;
  padding: 11px 18px 17px;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  border: none;
  border-radius: 0px;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item .card .card-img-placeholder {
  margin-bottom: 20px;
  overflow: hidden;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item .card .card-img-placeholder img {
  width: 100%;
  transition: all 0.5s;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item .card .card-body {
  padding: 0px;
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item .card .card-body p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item .card .card-body p {
    font-size: 16px;
  }
}
.technical-expertise-outer .tech-section .tab-panel .slider-wrap .slick-slide .slide-item .card:hover .card-img-placeholder img {
  transform: scale(1.05);
}
.technical-expertise-outer .tech-section .tab-panel.active {
  display: block;
}
.technical-expertise-outer .tech-section .tab-panel .slick-arrow {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  z-index: 1;
  background: rgb(255, 255, 255);
}
.technical-expertise-outer .tech-section .tab-panel .slick-arrow::before {
  background: url(../images/slider-arrow.png) no-repeat center;
  opacity: 1;
  color: transparent;
}
.technical-expertise-outer .tech-section .tab-panel .slick-arrow:hover {
  background: #B71B23;
}
.technical-expertise-outer .tech-section .tab-panel .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .technical-expertise-outer .tech-section .tab-panel .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.technical-expertise-outer .tech-section .tab-panel .slick-arrow.slick-prev {
  left: 0px;
}
.technical-expertise-outer .tech-section .tab-panel .slick-arrow.slick-next {
  right: 0px;
}
.technical-expertise-outer .tech-section .tab-panel .slick-arrow.slick-next::before {
  transform: rotate(-180deg);
  display: block;
}

.Certifications-outer {
  background: #F3F3F7;
  padding: 60px 0px 10px;
  overflow: hidden;
}
.Certifications-outer .Certifications-main .Certifications-slider {
  padding: 0px 70px;
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-list.draggable {
  padding: 0px 0px 50px !important;
  margin-bottom: 0px;
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-list.draggable .slick-track {
  display: flex;
  margin: 0px;
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-arrow {
  border: 1px solid rgb(255, 122, 0);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-arrow::before {
  background: url(../images/slider-arrow.png) no-repeat center;
  opacity: 1;
  color: transparent;
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-arrow:hover {
  background: rgb(255, 122, 0);
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .Certifications-outer .Certifications-main .Certifications-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-arrow.slick-prev {
  left: 0px;
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-arrow.slick-next {
  right: 0px;
}
.Certifications-outer .Certifications-main .Certifications-slider .slick-arrow.slick-next::before {
  transform: rotate(-180deg);
  display: block;
}
@media screen and (max-width: 991px) {
  .Certifications-outer .Certifications-main .Certifications-slider {
    padding: 0px 40px;
  }
}
.Certifications-outer .Certifications-main .slick-slide {
  margin: 0px 10px;
  display: flex;
  height: auto;
}
.Certifications-outer .Certifications-main .slick-slide > div {
  height: 100%;
}
.Certifications-outer .Certifications-main .Certifications-bx {
  background: rgba(255, 255, 255, 0.3098039216);
  border: 1px solid #EBEBEB;
  padding: 30px 50px;
  text-align: center;
  transition: all 0.5s;
  height: 100%;
}
.Certifications-outer .Certifications-main .Certifications-bx figure {
  overflow: hidden;
}
.Certifications-outer .Certifications-main .Certifications-bx figure img {
  width: 100%;
  transition: all 0.5s;
}
.Certifications-outer .Certifications-main .Certifications-bx figure a {
  opacity: 1;
}
.Certifications-outer .Certifications-main .Certifications-bx > a {
  display: inline-block;
  font-size: 16px;
  color: #FF7A00;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 0;
}
.Certifications-outer .Certifications-main .Certifications-bx > a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.Certifications-outer .Certifications-main .Certifications-bx:hover figure img {
  transform: scale(1.05);
}
.Certifications-outer .Certifications-main .Certifications-bx:hover > a {
  opacity: 1;
}
.Certifications-outer .Certifications-main .slick-slide.slick-current .Certifications-bx {
  background: #fff;
  box-shadow: 0px 19px 39.5px 0px #E5E1E1;
}
.Certifications-outer .Certifications-main .slick-slide.slick-current .Certifications-bx a {
  opacity: 1;
}

.global-presence-outer {
  padding: 60px 0px;
}
.global-presence-outer .global-presence-main .head {
  padding-bottom: 0px;
}
.global-presence-outer .global-presence-main .global-presence-map #chartdiv {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1199px) {
  .global-presence-outer .global-presence-main .global-presence-map #chartdiv {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .global-presence-outer .global-presence-main .global-presence-map #chartdiv {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .global-presence-outer .global-presence-main .global-presence-map #chartdiv {
    height: 200px;
  }
}
.global-presence-outer .am5-tooltip-container div {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.product-overview-outer {
  padding: 60px 0px;
}
.product-overview-outer .product-overview-main {
  display: flex;
  align-items: center;
}
.product-overview-outer .product-overview-main .product-over-left {
  width: 60%;
  padding-right: 100px;
}
.product-overview-outer .product-overview-main .product-over-left .head h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .product-overview-outer .product-overview-main .product-over-left {
    width: 100%;
    padding-right: 0px;
  }
}
.product-overview-outer .product-overview-main .product-over-images {
  width: 40%;
  height: 410px;
  background: url(../images/product-over-bg.webp) no-repeat center;
  background-size: cover;
  display: flex;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider {
  display: flex;
  width: 100%;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-list.draggable {
  display: flex;
  width: 100%;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-list.draggable .slick-track {
  display: flex;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-list.draggable .slick-track .slick-slide {
  height: auto;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-list.draggable .slick-track .slick-slide > div {
  height: 100%;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-list.draggable .slick-track .slick-slide > div .product-ovr-img {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-list.draggable .slick-track .slick-slide > div .product-ovr-img img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-list.draggable .slick-track .slick-slide > div .product-ovr-img {
    padding: 30px;
  }
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-dots {
  bottom: -60px;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-dots li {
  width: 11px;
  height: 11px;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #F39A48;
  border-radius: 5px;
  transition: all 0.5s;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-dots li.slick-active {
  width: 33px;
}
.product-overview-outer .product-overview-main .product-over-images .product-over-slider .slick-dots li.slick-active button {
  width: 33px;
  background: #FF7A00;
}
@media screen and (max-width: 991px) {
  .product-overview-outer .product-overview-main .product-over-images {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .product-overview-outer .product-overview-main {
    flex-wrap: wrap;
  }
}

.product-description-outer {
  background: #F4F2F6;
  padding: 60px 0px;
}
.product-description-outer .product-description-main .nav {
  gap: 10px;
  margin-bottom: 40px;
  border: none;
}
.product-description-outer .product-description-main .nav li .nav-link {
  border: 1px solid #D8D8D8;
  background: rgba(255, 255, 255, 0.5607843137);
  padding: 20px 50px;
  font-size: 26px;
  color: #A9A9A9;
  border-radius: 3px;
  font-weight: 600;
}
.product-description-outer .product-description-main .nav li .nav-link.active {
  background: #B82129;
  box-shadow: 0px 14px 11.9px 0px #DFBFC1;
  color: #fff;
  border-color: #B82129;
}
.product-description-outer .product-description-main .tab-content .tab-pane {
  border: none;
  background-color: transparent;
}
.product-description-outer .product-description-main .tab-content .tab-pane h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-description-outer .product-description-main .tab-content .tab-pane p {
  font-size: 19px;
  color: #343434;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  .product-description-outer .product-description-main .tab-content .tab-pane p {
    font-size: 16px;
  }
}
.product-description-outer .product-description-main .tab-content .tab-pane ul li {
  font-size: 19px;
  line-height: 28px;
  color: #343434;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.product-description-outer .product-description-main .tab-content .tab-pane ul li::before {
  width: 18px;
  height: 18px;
  background: url("../images/li-list-arrow.svg") left top no-repeat;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 5px;
}
@media screen and (max-width: 991px) {
  .product-description-outer .product-description-main .tab-content .tab-pane ul li {
    font-size: 16px;
  }
}
.product-description-outer .product-description-main .tab-content .tab-pane .specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr {
  border-bottom: 1px solid #eee;
}
.product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr th {
  width: 38%;
  padding: 12px 16px;
  font-weight: 600;
  color: #1a1a1a;
  font-weight: 600;
  background: #F3CCCE;
  border: 1px solid #f6eaea;
  text-align: left;
  font-size: 20px;
  border-radius: 0px;
}
@media screen and (max-width: 991px) {
  .product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr th {
    font-size: 17px;
    width: 40%;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr th {
    padding: 8px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr th {
    width: 50%;
  }
}
.product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr td {
  padding: 12px 16px;
  color: #555;
  border: 1px solid #f6eaea;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr td {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .product-description-outer .product-description-main .tab-content .tab-pane .specs-table tr td {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .product-description-outer .product-description-main .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
  .product-description-outer .product-description-main .tab-content .tab-pane .accordion-header .accordion-button {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-weight: 600;
  }
  .product-description-outer .product-description-main .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed) {
    background: #B82129;
    color: #fff;
  }
  .product-description-outer .product-description-main .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed)::after {
    filter: invert(100) brightness(100);
  }
  .product-description-outer .product-description-main .tab-content .tab-pane:last-child .accordion-header .accordion-button {
    border-bottom: none;
  }
  .product-description-outer .product-description-main .tab-content .tab-pane .accordion-collapse {
    padding: 30px 0px;
  }
}

.application-outer {
  background: url(../images/application-bg.webp) no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.application-outer .application-main .head {
  padding-bottom: 40px;
}
.application-outer .application-main .head h2 {
  color: #fff;
}
.application-outer .application-main .head h2 span::after {
  background: #fff;
}
.application-outer .application-main .application-main-rw {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.application-outer .application-main .application-main-rw .application-bx {
  width: calc(25% - 10px);
  padding: 19px 25px;
  background: #fff;
  border-radius: 4px;
}
.application-outer .application-main .application-main-rw .application-bx figure {
  overflow: hidden;
}
.application-outer .application-main .application-main-rw .application-bx figure img {
  width: 100%;
  transition: all 0.5s;
}
.application-outer .application-main .application-main-rw .application-bx h3 {
  font-size: 19px;
  color: #000000;
  text-align: center;
  margin: 0px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .application-outer .application-main .application-main-rw .application-bx {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .application-outer .application-main .application-main-rw .application-bx {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .application-outer .application-main .application-main-rw .application-bx {
    width: 100%;
  }
}
.application-outer .application-main .application-main-rw .application-bx:hover figure img {
  transform: scale(1.07);
}
@media screen and (max-width: 1199px) {
  .application-outer .application-main .application-main-rw {
    justify-content: center;
  }
}

.key-projects-outer {
  background: #fff;
  padding: 40px 0 40px;
  position: relative;
}
.key-projects-outer .kp-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 40px 0px;
}
.key-projects-outer .kp-wrapper .kp-left {
  flex-shrink: 0;
  padding-left: calc((100vw - 1320px) / 2 + 12px);
  padding-right: 40px;
  width: calc((100vw - 1320px) / 2 + 12px + 520px + 40px);
  margin-top: -30px;
}
.key-projects-outer .kp-wrapper .kp-left .head {
  padding-bottom: 10px;
}
.key-projects-outer .kp-wrapper .kp-left .head h2 {
  padding-bottom: 20px;
}
.key-projects-outer .kp-wrapper .kp-left .arrows {
  display: flex;
  gap: 15px;
}
.key-projects-outer .kp-wrapper .kp-left .arrows .arrow-btn {
  border: 1px solid rgb(255, 122, 0);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  z-index: 1;
  background: transparent;
  font-size: 0px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.key-projects-outer .kp-wrapper .kp-left .arrows .arrow-btn::before {
  background: url(../images/slider-arrow.png) no-repeat center;
  opacity: 1;
  color: transparent;
  position: absolute;
  content: "";
  width: 11px;
  height: 19px;
}
.key-projects-outer .kp-wrapper .kp-left .arrows .arrow-btn:hover {
  background: rgb(255, 122, 0);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
}
.key-projects-outer .kp-wrapper .kp-left .arrows .arrow-btn:hover::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .key-projects-outer .kp-wrapper .kp-left .arrows .arrow-btn {
    width: 50px;
    height: 50px;
  }
}
.key-projects-outer .kp-wrapper .kp-left .arrows .arrow-btn.next {
  right: 0px;
}
.key-projects-outer .kp-wrapper .kp-left .arrows .arrow-btn.next::before {
  transform: rotate(-180deg);
  display: block;
}
@media (max-width: 1399px) {
  .key-projects-outer .kp-wrapper .kp-left {
    padding-left: calc((100vw - 1140px) / 2 + 12px);
    width: calc((100vw - 1140px) / 2 + 12px + 320px + 40px);
  }
}
@media (max-width: 1199px) {
  .key-projects-outer .kp-wrapper .kp-left {
    padding-left: calc((100vw - 960px) / 2 + 12px);
    width: calc((100vw - 960px) / 2 + 12px + 300px + 40px);
  }
}
@media (max-width: 991px) {
  .key-projects-outer .kp-wrapper .kp-left {
    padding-left: calc((100vw - 720px) / 2 + 12px);
    width: calc((100vw - 720px) / 2 + 12px + 260px + 32px);
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .key-projects-outer .kp-wrapper .kp-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 28px;
    margin-top: 0px;
  }
}
.key-projects-outer .kp-wrapper .kp-right {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable {
  display: flex;
  width: 100%;
  padding-right: 290px;
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track {
  display: flex;
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide {
  height: auto;
  background: linear-gradient(251.61deg, #FFFFFF 21.94%, #FFC3C6 88.76%);
  margin: 20px 10px 26px;
  box-shadow: 0px 5px 17.4px 0px rgba(255, 177, 177, 0.2509803922);
  padding: 1px;
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div {
  height: 100%;
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card {
  background: linear-gradient(180deg, #FFFFFF 26.86%, #FFF3F3 100%);
  padding: 50px 35px;
  height: 100%;
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card .card-row {
  margin-bottom: 10px;
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card .card-row b {
  font-weight: 600;
  color: #000000;
  font-size: 20px;
}
@media (max-width: 991px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card .card-row b {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card .card-row b {
    font-size: 16px;
  }
}
.key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card .card-row span {
  font-size: 20px;
  color: #000000;
}
@media (max-width: 991px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card .card-row span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card .card-row span {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide > div .project-card {
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable {
    padding-right: 190px;
  }
}
@media (max-width: 991px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable {
    padding-right: 70px;
  }
}
@media (max-width: 576px) {
  .key-projects-outer .kp-wrapper .kp-right .slick-list.draggable {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .key-projects-outer .kp-wrapper .kp-right {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .key-projects-outer .kp-wrapper {
    flex-direction: column;
  }
}
.key-projects-outer .key-project-overlay {
  position: absolute;
  background: rgb(244, 242, 246);
  top: 0px;
  left: 0px;
  width: 60%;
  z-index: 1;
  height: 100%;
}

.faq-outer {
  padding: 60px 0px;
}
.faq-outer .head h2 span::after {
  width: 50px;
}
.faq-outer .faq-main .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #FAFAFA;
}
.faq-outer .faq-main .accordion-item .accordion-header .accordion-button {
  background: #FAF8FB;
  box-shadow: 0px 15px 30px 0px rgba(229, 243, 255, 0.0784313725);
  outline: none;
  border-radius: 12px 12px;
  padding: 31px 25px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  border: 1px solid #EEE2FA;
}
.faq-outer .faq-main .accordion-item .accordion-header .accordion-button::after {
  width: 39px;
  height: 39px;
  background: url(../images/eye-open.webp) no-repeat;
}
.faq-outer .faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-radius: 12px 12px 0px 0px;
}
.faq-outer .faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/eye-close.webp) no-repeat;
}
@media screen and (max-width: 991px) {
  .faq-outer .faq-main .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .faq-outer .faq-main .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 18px 13px;
  }
}
.faq-outer .faq-main .accordion-item .accordion-collapse {
  border: none;
  box-shadow: 1px 9px 5px 4px rgb(250, 248, 251);
  border-radius: 0px 0px 12px 12px;
}
.faq-outer .faq-main .accordion-item .accordion-collapse .accordion-body {
  padding: 30px 20px 10px;
}
.faq-outer .faq-main .accordion-item .accordion-collapse .accordion-body ul li {
  background: url("../images/li-list-arrow.svg") left top no-repeat;
  font-size: 19px;
  color: #4C4A4A;
  padding-left: 25px;
  line-height: 140%;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .faq-outer .faq-main .accordion-item .accordion-collapse .accordion-body ul li {
    font-size: 16px;
  }
}
.faq-outer .faq-main .accordion-item .accordion-collapse .accordion-body p {
  font-size: 19px;
  color: #000;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .faq-outer .faq-main .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
  }
}
.faq-outer .faq-main .accordion-item .accordion-collapse:not(.show) {
  box-shadow: none;
}
.faq-outer .faq-main .accordion-item:last-child {
  margin-bottom: 0px;
}

.ind-slider {
  padding: 60px 0 0 0;
}
.ind-slider .p-slider {
  padding: 0 40px;
}
.ind-slider .p-slider .slick-slide {
  padding: 0 15px;
}
.ind-slider .p-slider .slick-slide > div {
  text-align: center;
}
.ind-slider .p-slider .slick-slide > div img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  filter: grayscale(1);
}
.ind-slider .p-slider .slick-slide > div h3 {
  font-size: 22px;
  line-height: 30px;
  color: #6E6E6E;
}
.ind-slider .p-slider .slick-slide.slick-current > div img {
  filter: inherit;
}
.ind-slider .p-slider .slick-slide.slick-current > div h3 {
  color: #B82129;
}
.ind-slider .p-slider .slick-prev, .ind-slider .p-slider .slick-next {
  height: 40px;
  width: 40px;
}
.ind-slider .p-slider button::before {
  display: none;
}
.ind-slider .p-slider button.slick-prev {
  left: 0;
}
.ind-slider .p-slider button.slick-next {
  right: 0;
}

.Industry-overview-outer {
  padding: 60px 0 0 0;
  position: relative;
}
.Industry-overview-outer .industry-overview-main {
  display: flex;
  gap: 60px;
  padding: 60px 0;
  position: relative;
  z-index: 9;
}
.Industry-overview-outer .industry-overview-main .Industry-over-images {
  width: 45%;
}
.Industry-overview-outer .industry-overview-main .Industry-over-images img {
  width: 100%;
}
@media (max-width: 767px) {
  .Industry-overview-outer .industry-overview-main .Industry-over-images {
    width: 100%;
  }
}
.Industry-overview-outer .industry-overview-main .Industry-over-right {
  width: 55%;
  background: #F4F2F6;
  padding: 0;
  display: flex;
  align-items: center;
}
.Industry-overview-outer .industry-overview-main .Industry-over-right h3 {
  color: #B82129;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 20px;
}
.Industry-overview-outer .industry-overview-main .Industry-over-right p {
  color: #343433;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .Industry-overview-outer .industry-overview-main .Industry-over-right {
    width: 100%;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .Industry-overview-outer .industry-overview-main {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 0;
  }
}
.Industry-overview-outer:after {
  width: 60%;
  height: 80%;
  background: #F4F2F6;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .Industry-overview-outer:after {
    display: none;
  }
}

.industries-main-outer {
  padding-top: 60px;
}
.industries-main-outer .head {
  text-align: center;
}
.industries-main-outer .head h2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .industries-main-outer .head p br {
    display: none;
  }
}
.industries-main-outer .nav {
  gap: 10px;
  margin-bottom: 40px;
  border: none;
  justify-content: center;
}
.industries-main-outer .nav li .nav-link {
  border: 1px solid #D8D8D8;
  background: rgba(255, 255, 255, 0.5607843137);
  padding: 20px 50px;
  font-size: 26px;
  color: #A9A9A9;
  border-radius: 3px;
  font-weight: 400;
}
.industries-main-outer .nav li .nav-link.active {
  background: #B82129;
  box-shadow: 0px 14px 11.9px 0px #DFBFC1;
  color: #fff;
  border-color: #B82129;
}
@media screen and (max-width: 767px) {
  .industries-main-outer .nav li .nav-link {
    padding: 14px 35px;
    font-size: 19px;
  }
}
@media screen and (max-width: 576px) {
  .industries-main-outer .nav li .nav-link {
    padding: 14px 15px;
    font-size: 17px;
  }
}
.industries-main-outer .tab-content .tab-pane {
  border: none;
}

@media screen and (max-width: 576px) {
  .industries-main-outer > .container > .head > h2 > span {
    display: inline-block;
    padding-bottom: 8px;
  }
  .industries-main-outer > .container > .head > h2 > span::after {
    left: 0;
    margin: 0 auto;
  }
}
.solution-for-hospitality {
  padding: 60px 0;
  background: #B82129;
}
.solution-for-hospitality .head h2 {
  color: #fff;
  margin-bottom: 30px;
}
.solution-for-hospitality .head h2 span:after {
  background: #fff;
}
.solution-for-hospitality .head p {
  color: #fff;
}
.solution-for-hospitality .text-width-image {
  gap: 60px;
  align-items: center;
}
.solution-for-hospitality .text-width-image .text-box {
  width: 60%;
}
.solution-for-hospitality .text-width-image .text-box ul li {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  font-size: 19px;
  line-height: 30px;
  padding-left: 30px;
}
.solution-for-hospitality .text-width-image .text-box ul li::before {
  width: 18px;
  height: 18px;
  background: url(../images/li-list-arrow.svg) left top no-repeat;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 4px;
}
@media (max-width: 767px) {
  .solution-for-hospitality .text-width-image .text-box {
    width: 100%;
  }
}
.solution-for-hospitality .text-width-image .image-box {
  width: 40%;
}
.solution-for-hospitality .text-width-image .image-box img {
  width: 100%;
}
@media (max-width: 767px) {
  .solution-for-hospitality .text-width-image .image-box {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .solution-for-hospitality .text-width-image {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.capabilities-outer.Industries {
  background: #B82129;
  padding-top: 0px;
}
.capabilities-outer.Industries .head {
  text-align: left;
}
.capabilities-outer.Industries .head h2 {
  color: #fff;
}
.capabilities-outer.Industries .head h2 span::after {
  background: #fff;
  width: 90px;
}
.capabilities-outer.Industries .capabilities-main .slick-track {
  display: flex;
}
.capabilities-outer.Industries .capabilities-main .slick-slide {
  margin: 0px 10px;
  height: auto;
}
.capabilities-outer.Industries .capabilities-main .slick-slide > div {
  height: 100%;
}
.capabilities-outer.Industries .capabilities-main .capabilities-bx {
  box-shadow: none;
  width: calc(25% - 15px);
  flex-wrap: wrap;
  border: 0.6px solid rgb(226, 116, 122);
  background: none;
  border-radius: 3px;
  padding: 20px;
  align-items: flex-start;
  height: 100%;
}
.capabilities-outer.Industries .capabilities-main .capabilities-bx figure {
  width: 100%;
}
.capabilities-outer.Industries .capabilities-main .capabilities-bx .capabilities-text {
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}
.capabilities-outer.Industries .capabilities-main .capabilities-bx .capabilities-text p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.capabilities-outer.Industries .capabilities-main .capabilities-bx:hover {
  transform: unset;
}
.capabilities-outer.Industries .capabilities-main .slick-arrow {
  border: 1px solid rgb(255, 122, 0);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  top: -69px;
}
.capabilities-outer.Industries .capabilities-main .slick-arrow::before {
  background: url(../images/slider-arrow.png) no-repeat center;
  opacity: 1;
  color: transparent;
}
.capabilities-outer.Industries .capabilities-main .slick-arrow:hover {
  background: rgb(255, 122, 0);
}
.capabilities-outer.Industries .capabilities-main .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .capabilities-outer.Industries .capabilities-main .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}
.capabilities-outer.Industries .capabilities-main .slick-arrow.slick-prev {
  left: unset;
  right: 70px;
}
@media screen and (max-width: 991px) {
  .capabilities-outer.Industries .capabilities-main .slick-arrow.slick-prev {
    right: 50px;
  }
}
.capabilities-outer.Industries .capabilities-main .slick-arrow.slick-next {
  right: 0px;
}
.capabilities-outer.Industries .capabilities-main .slick-arrow.slick-next::before {
  transform: rotate(-180deg);
  display: block;
}

.key-projects-outer.Industries {
  padding-bottom: 60px;
  padding-top: 0px;
}
.key-projects-outer.Industries .head {
  text-align: left;
}
.key-projects-outer.Industries .head h2 {
  color: #fff;
}
.key-projects-outer.Industries .head h2 span::after {
  background: #fff;
  width: 90px;
}
.key-projects-outer.Industries .key-project-overlay {
  background: #B82129;
  width: 100%;
}
@media (max-width: 767px) {
  .key-projects-outer.Industries .key-project-overlay {
    width: 100%;
  }
}
.key-projects-outer.Industries .kp-wrapper {
  display: block;
}
.key-projects-outer.Industries .kp-wrapper .kp-right {
  overflow: visible;
  flex: unset;
  min-width: unset;
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-list.draggable {
  padding-right: 0px;
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-list.draggable .slick-track .slick-slide {
  margin: 0px 10px 0px;
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow {
  border: 1px solid rgb(255, 122, 0);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  top: -69px;
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow::before {
  background: url(../images/slider-arrow.png) no-repeat center;
  opacity: 1;
  color: transparent;
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow:hover {
  background: rgb(255, 122, 0);
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow.slick-prev {
  left: unset;
  right: 70px;
}
@media screen and (max-width: 991px) {
  .key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow.slick-prev {
    right: 50px;
  }
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow.slick-next {
  right: 0px;
}
.key-projects-outer.Industries .kp-wrapper .kp-right .slick-arrow.slick-next::before {
  transform: rotate(-180deg);
  display: block;
}

.services-overview-outer {
  padding: 60px 0px;
}
.services-overview-outer .services-overview-main {
  position: relative;
  min-height: 550px;
}
.services-overview-outer .services-overview-main .services-left {
  width: 50%;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  padding: 30px 50px;
}
.services-overview-outer .services-overview-main .services-left p {
  font-size: 19px;
  color: #343434;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  .services-overview-outer .services-overview-main .services-left p {
    font-size: 16px;
  }
}
.services-overview-outer .services-overview-main .services-left ul li {
  font-size: 19px;
  line-height: 28px;
  color: #343434;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.services-overview-outer .services-overview-main .services-left ul li::before {
  width: 18px;
  height: 18px;
  background: url("../images/li-list-arrow.svg") left top no-repeat;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 7px;
}
@media screen and (max-width: 991px) {
  .services-overview-outer .services-overview-main .services-left ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .services-overview-outer .services-overview-main .services-left {
    padding: 0px 40px 30px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .services-overview-outer .services-overview-main .services-left {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
}
.services-overview-outer .services-overview-main .services-right-img {
  width: 70%;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 60px;
}
.services-overview-outer .services-overview-main .services-right-img img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .services-overview-outer .services-overview-main .services-right-img {
    width: 100%;
    position: static;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .services-overview-outer .services-overview-main {
    min-height: unset;
  }
}

.deliverables-outer {
  background: rgb(244, 242, 246);
  padding: 60px 0px;
}
.deliverables-outer .deliverables-main {
  display: flex;
  align-items: center;
}
.deliverables-outer .deliverables-main .deliverables-left {
  width: 40%;
}
.deliverables-outer .deliverables-main .deliverables-left img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .deliverables-outer .deliverables-main .deliverables-left {
    width: 100%;
  }
  .deliverables-outer .deliverables-main .deliverables-left figure {
    margin-bottom: 30px;
  }
}
.deliverables-outer .deliverables-main .deliverables-right {
  width: 60%;
  padding-left: 60px;
}
.deliverables-outer .deliverables-main .deliverables-right ul {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.deliverables-outer .deliverables-main .deliverables-right ul li {
  width: calc(50% - 13px);
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #FFFFFF 32.67%, rgba(244, 242, 246, 0) 100%);
  box-shadow: -6px -9px 10.2px 0px rgba(228, 228, 228, 0.36);
  padding: 27px 44px;
  border-radius: 12px;
  position: relative;
  font-size: 19px;
  line-height: 130%;
  transition: all 0.5s;
}
.deliverables-outer .deliverables-main .deliverables-right ul li span {
  position: relative;
  display: block;
}
.deliverables-outer .deliverables-main .deliverables-right ul li span::before {
  width: 18px;
  height: 18px;
  background: url("../images/li-list-arrow.svg") left top no-repeat;
  position: absolute;
  display: block;
  content: "";
  left: -28px;
  top: 4px;
}
@media screen and (max-width: 1199px) {
  .deliverables-outer .deliverables-main .deliverables-right ul li {
    padding: 20px 0px 20px 44px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .deliverables-outer .deliverables-main .deliverables-right ul li {
    width: 100%;
  }
}
.deliverables-outer .deliverables-main .deliverables-right ul li:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 1199px) {
  .deliverables-outer .deliverables-main .deliverables-right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .deliverables-outer .deliverables-main .deliverables-right {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .deliverables-outer .deliverables-main {
    flex-wrap: wrap;
  }
}

.key-benefits-outer {
  padding: 60px 0px;
  background: rgb(184, 33, 41);
}
.key-benefits-outer .head {
  padding-bottom: 40px;
}
.key-benefits-outer .head h2 {
  color: #FFFFFF;
}
.key-benefits-outer .head h2 span:after {
  background: #fff;
}
.key-benefits-outer .key-benefits-main {
  display: flex;
  gap: 30px 60px;
  flex-wrap: wrap;
  justify-content: center;
}
.key-benefits-outer .key-benefits-main .key-benefits-bx {
  width: calc(25% - 45px);
  background: linear-gradient(180deg, #D01E28 0%, rgba(184, 33, 41, 0) 100%);
  padding: 40px 35px;
  border-radius: 5px;
  transition: all 0.5s;
}
.key-benefits-outer .key-benefits-main .key-benefits-bx .key-benefits-ico {
  width: 118px;
  height: 116px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.key-benefits-outer .key-benefits-main .key-benefits-bx .key-benefits-ico img {
  max-width: 59px;
  transition: all 0.5s;
}
.key-benefits-outer .key-benefits-main .key-benefits-bx p {
  font-size: 19px;
  color: #fff;
  text-align: center;
  line-height: 140%;
}
@media screen and (max-width: 1399px) {
  .key-benefits-outer .key-benefits-main .key-benefits-bx {
    width: calc(25% - 45px);
  }
}
@media screen and (max-width: 1199px) {
  .key-benefits-outer .key-benefits-main .key-benefits-bx {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .key-benefits-outer .key-benefits-main .key-benefits-bx {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .key-benefits-outer .key-benefits-main .key-benefits-bx {
    width: 100%;
  }
}
.key-benefits-outer .key-benefits-main .key-benefits-bx:hover {
  transform: translateY(-4px);
}
.key-benefits-outer .key-benefits-main .key-benefits-bx:hover .key-benefits-ico img {
  transform: scale(1.05);
}
@media screen and (max-width: 1399px) {
  .key-benefits-outer .key-benefits-main {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.services-application-outer {
  padding: 60px 0px;
  background: rgb(244, 242, 246);
}
.services-application-outer .services-application-main {
  display: flex;
  width: 100%;
}
.services-application-outer .services-application-main .slick-list.draggable {
  display: flex;
  width: 100%;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track {
  display: flex;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide {
  height: auto;
  margin: 0px 10px;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div {
  height: 100%;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx {
  position: relative;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx figure {
  margin-bottom: 0px;
  overflow: hidden;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx figure a {
  display: block;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx figure a:after {
  position: absolute;
  inset: 0;
  top: 0px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 55%, transparent 100%);
  transition: background 0.35s ease;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx figure img {
  width: 100%;
  transition: transform 0.45s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx h3 {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx h3 a {
  color: #fff;
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx:hover figure img {
  transform: scale(1.07);
}
.services-application-outer .services-application-main .slick-list.draggable .slick-track .slick-slide > div .services-application-bx:hover figure::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.22) 60%, transparent 100%);
}
.services-application-outer .services-application-main .slick-arrow {
  border: 1px solid rgb(255, 122, 0);
  box-shadow: 0px 6px 20.6px 0px rgba(0, 0, 0, 0.13);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  right: 0px;
  top: -60px;
}
.services-application-outer .services-application-main .slick-arrow::before {
  background: url(../images/slider-arrow.png) no-repeat center;
  opacity: 1;
  color: transparent;
}
.services-application-outer .services-application-main .slick-arrow:hover {
  background: rgb(255, 122, 0);
}
.services-application-outer .services-application-main .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .services-application-outer .services-application-main .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.services-application-outer .services-application-main .slick-arrow.slick-prev {
  right: 70px;
  left: unset;
}
@media screen and (max-width: 991px) {
  .services-application-outer .services-application-main .slick-arrow.slick-prev {
    right: 52px;
  }
}
.services-application-outer .services-application-main .slick-arrow.slick-next {
  right: 0px;
}
.services-application-outer .services-application-main .slick-arrow.slick-next::before {
  transform: rotate(-180deg);
  display: block;
}

.spare-part-outer {
  padding: 60px 0px;
  background: rgb(184, 33, 41);
}
.spare-part-outer .head h2 {
  color: #fff;
}
.spare-part-outer .spare-part-main {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.spare-part-outer .spare-part-main .spare-bx {
  width: calc(33% - 23px);
  border: 1px solid rgb(230, 225, 235);
  border-radius: 12px;
  background: rgb(244, 242, 246);
  overflow: hidden;
  box-shadow: -6px -9px 10.2px 0px rgba(228, 228, 228, 0.36);
}
.spare-part-outer .spare-part-main .spare-bx figure {
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 20px;
  background: #fff;
}
.spare-part-outer .spare-part-main .spare-bx figure img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.spare-part-outer .spare-part-main .spare-bx .spare-part-text {
  padding: 20px;
}
.spare-part-outer .spare-part-main .spare-bx .spare-part-text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  min-height: 62px;
}
@media screen and (max-width: 767px) {
  .spare-part-outer .spare-part-main .spare-bx .spare-part-text h3 {
    min-height: unset;
    font-size: 20px;
  }
}
.spare-part-outer .spare-part-main .spare-bx .spare-part-text ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(230, 225, 235);
  padding-bottom: 12px;
}
.spare-part-outer .spare-part-main .spare-bx .spare-part-text ul li .spare-head {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  min-width: 150px;
  line-height: 130%;
  color: #D01E28;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .spare-part-outer .spare-part-main .spare-bx .spare-part-text ul li .spare-head {
    font-size: 13px;
  }
}
.spare-part-outer .spare-part-main .spare-bx .spare-part-text ul li .spare-text {
  font-size: 14px;
  color: #000;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .spare-part-outer .spare-part-main .spare-bx .spare-part-text ul li .spare-text {
    font-size: 13px;
  }
}
.spare-part-outer .spare-part-main .spare-bx .spare-part-text ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .spare-part-outer .spare-part-main .spare-bx {
    width: calc(50% - 23px);
  }
}
@media screen and (max-width: 767px) {
  .spare-part-outer .spare-part-main .spare-bx {
    width: 100%;
  }
}

.getin-touch-out {
  padding: 0px 0px 60px;
  background: #F4F2F6;
}
.getin-touch-out .getin-touch-main {
  display: flex;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.getin-touch-out .getin-touch-main .getin-touch-map {
  width: 50%;
  height: 397px;
  overflow: hidden;
  position: relative;
}
.getin-touch-out .getin-touch-main .getin-touch-map iframe {
  width: 100%;
  height: 611px;
  margin-top: -145px;
}
.getin-touch-out .getin-touch-main .getin-touch-map a {
  height: 57px;
  width: 185px;
  background: #FF7A00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.getin-touch-out .getin-touch-main .getin-touch-map a img {
  margin-right: 10px;
}
.getin-touch-out .getin-touch-main .getin-touch-map a:hover {
  background: #B82129;
}
@media screen and (max-width: 1199px) {
  .getin-touch-out .getin-touch-main .getin-touch-map {
    height: 397px;
  }
}
@media screen and (max-width: 991px) {
  .getin-touch-out .getin-touch-main .getin-touch-map {
    width: 100%;
  }
}
.getin-touch-out .getin-touch-main .getin-touch-adress {
  width: 50%;
  padding: 40px;
  background: #FFFFFF;
}
.getin-touch-out .getin-touch-main .getin-touch-adress .getin-touch-adbx {
  margin-bottom: 24px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 21px;
}
.getin-touch-out .getin-touch-main .getin-touch-adress .getin-touch-adbx h3 img {
  width: 23px;
  margin-right: 10px;
  border-radius: 100%;
}
.getin-touch-out .getin-touch-main .getin-touch-adress .getin-touch-adbx h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #B82129;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.getin-touch-out .getin-touch-main .getin-touch-adress .getin-touch-adbx p {
  padding-left: 33px;
  font-size: 19px;
  color: #4F4F4F;
  margin-bottom: 0px;
}
.getin-touch-out .getin-touch-main .getin-touch-adress .getin-touch-adbx:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.getin-touch-out .getin-touch-main .getin-touch-adress .getin-touch-adbx a {
  padding-left: 33px;
  font-size: 18px;
  color: #4F4F4F;
  margin-bottom: 0px;
  display: block;
}
.getin-touch-out .getin-touch-main .getin-touch-adress .getin-touch-adbx a:hover {
  color: #B82129;
}
@media screen and (max-width: 991px) {
  .getin-touch-out .getin-touch-main .getin-touch-adress {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .getin-touch-out .getin-touch-main .getin-touch-adress {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .getin-touch-out .getin-touch-main {
    flex-wrap: wrap;
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .getin-touch-out {
    padding-top: 60px;
  }
}

.send-message-outer {
  padding: 60px 0px 60px;
}
.send-message-outer .head h1 {
  text-align: center;
}
.send-message-outer .send-message-main {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  max-width: 1000px;
  margin: 0 auto;
}
.send-message-outer .send-message-main .send-message-bx {
  width: calc(50% - 18px);
}
.send-message-outer .send-message-main .send-message-bx label {
  display: block;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.send-message-outer .send-message-main .send-message-bx input {
  width: 100%;
  height: 65px;
  background: #F4F2F6;
  border: 1px solid #F4F2F6;
  padding: 11px 10px;
}
.send-message-outer .send-message-main .send-message-bx input:focus {
  outline: none;
}
@media screen and (max-width: 576px) {
  .send-message-outer .send-message-main .send-message-bx input {
    height: 50px;
  }
}
.send-message-outer .send-message-main .send-message-bx textarea {
  width: 100%;
  height: 150px;
  background: #F4F2F6;
  border: 1px solid #F4F2F6;
  padding: 8px 10px;
  resize: none;
}
.send-message-outer .send-message-main .send-message-bx textarea:focus {
  outline: none;
}
.send-message-outer .send-message-main .send-message-bx select {
  width: 100%;
  height: 65px;
  border: 1px solid #F4F2F6;
  padding: 0px 10px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #F4F2F6 url(../images/select-arw.webp) no-repeat 97% center;
}
.send-message-outer .send-message-main .send-message-bx select:focus {
  outline: none;
}
.send-message-outer .send-message-main .send-message-bx input.submit {
  background: #FF7A00;
  color: #fff;
  border: none;
  font-weight: bold;
  width: 300px;
  font-size: 18px;
  border-radius: 5px;
}
.send-message-outer .send-message-main .send-message-bx input.submit:hover {
  background: #B82129;
}
@media screen and (max-width: 991px) {
  .send-message-outer .send-message-main .send-message-bx {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .send-message-outer .send-message-main .send-message-bx {
    width: 100%;
  }
}
.send-message-outer .send-message-main .send-message-bx.full {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .send-message-outer .send-message-main {
    gap: 20px;
  }
}

.blog-outer {
  padding: 60px 0px;
}
.blog-outer .head h2 {
  text-align: center;
}
.blog-outer .blog-main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-outer .blog-main .blog-bx {
  width: calc(33.33% - 24px);
  overflow: hidden;
}
.blog-outer .blog-main .blog-bx figure {
  margin: 0px;
  height: 320px;
  display: flex;
}
.blog-outer .blog-main .blog-bx figure a {
  display: flex;
}
.blog-outer .blog-main .blog-bx figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-outer .blog-main .blog-bx .blog-details {
  padding: 15px;
  width: calc(100% - 56px);
  margin-top: -50px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-outer .blog-main .blog-bx .blog-details h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
}
.blog-outer .blog-main .blog-bx .blog-details h3 span {
  display: inline-block;
  border-bottom: 1px solid #B82129;
  display: inline-block;
  padding-bottom: 10px;
}
.blog-outer .blog-main .blog-bx .blog-details p {
  font-size: 19px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 26px;
}
.blog-outer .blog-main .blog-bx .blog-details p a {
  color: #000;
}
.blog-outer .blog-main .blog-bx .blog-details a {
  font-size: 18px;
  color: #FF7A00;
  font-weight: 600;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.blog-outer .blog-main .blog-bx .blog-details a img {
  margin-right: 10px;
}
.blog-outer .blog-main .blog-bx .blog-details a:hover {
  color: #B82129;
}
@media screen and (max-width: 1199px) {
  .blog-outer .blog-main .blog-bx {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .blog-outer .blog-main .blog-bx {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 576px) {
  .blog-outer .blog-main .blog-bx {
    width: 100%;
  }
}
.blog-outer .load-more {
  text-align: center;
  margin-top: 30px;
}
.blog-outer .load-more .load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #B82129;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}
.blog-outer .load-more .load-more-btn:hover {
  color: #B82129;
}
.blog-outer .load-more .load-more-btn:hover .icon {
  border-color: #B82129;
}
.blog-outer .load-more .load-more-btn .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #FF7A00;
  border-radius: 50%;
  display: flex;
  line-height: 17px;
  justify-content: center;
  font-size: 23px;
  font-weight: 400;
  flex-shrink: 0;
}

.blog-details-banner-outer {
  height: 80vh;
  display: flex;
}
.blog-details-banner-outer figure {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}
.blog-details-banner-outer figure img {
  width: 100%;
}

.pagination {
  padding-top: 50px;
  text-align: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pagination ul li a.next {
  border: 1px solid #269AD7;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.pagination ul li a.Prev {
  border: 1px solid #269AD7;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.pagination ul li a.Prev img {
  transform: rotate(180deg);
}
.pagination ul li a {
  padding: 0px 10px;
  color: #000;
}

.blog-details-outer {
  overflow: hidden;
}
.blog-details-outer .blog-details-main {
  display: flex;
}
.blog-details-outer .blog-details-main .blog-details-left {
  width: 65%;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.blog-details-outer .blog-details-main .blog-details-left h6 {
  font-size: 18px;
  color: #000;
  padding-bottom: 8px;
  font-weight: 600;
}
.blog-details-outer .blog-details-main .blog-details-left h5 {
  font-size: 19px;
  color: #000;
  padding-bottom: 8px;
  font-weight: 600;
}
.blog-details-outer .blog-details-main .blog-details-left h1 {
  color: #B82129;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 30px;
  line-height: 150%;
}
@media screen and (max-width: 1199px) {
  .blog-details-outer .blog-details-main .blog-details-left h1 {
    font-size: 28px;
  }
}
.blog-details-outer .blog-details-main .blog-details-left h2 {
  color: #000;
  font-weight: 600;
  font-size: 27px;
  padding-bottom: 8px;
  line-height: 150%;
}
@media screen and (max-width: 1199px) {
  .blog-details-outer .blog-details-main .blog-details-left h2 {
    font-size: 25px;
  }
}
.blog-details-outer .blog-details-main .blog-details-left h3 {
  font-size: 22px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .blog-details-outer .blog-details-main .blog-details-left h3 {
    font-size: 18px;
  }
}
.blog-details-outer .blog-details-main .blog-details-left p {
  font-size: 18px;
  line-height: 150%;
}
.blog-details-outer .blog-details-main .blog-details-left > ul {
  margin-bottom: 30px;
}
.blog-details-outer .blog-details-main .blog-details-left > ul > li {
  background: url(../images/li-list-arrow.svg) 0px 5px no-repeat;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 5px;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-top: 20px;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail h4 {
  font-size: 16px;
  color: #FF7A00;
  font-weight: bold;
  margin: 0px;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail ul {
  display: flex;
  gap: 10px;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail ul li {
  box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.0196078431) inset;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail ul li a {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #616161;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail ul li a i {
  font-size: 20px;
  color: #000;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail ul li a:hover {
  background: #FF7A00;
  border-color: #FF7A00;
}
.blog-details-outer .blog-details-main .blog-details-left .share-socail ul li a:hover i {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .blog-details-outer .blog-details-main .blog-details-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 40px;
  }
}
.blog-details-outer .blog-details-main .blog-details-left .go-back {
  margin-top: 30px;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta .arrow-btn1 {
  display: none;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta:hover .arrow-btn {
  display: none;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta {
  min-width: unset;
  padding: 8px 26px;
  font-size: 16px;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta img {
  vertical-align: middle;
}
.blog-details-outer .blog-details-main .blog-details-left .go-back .hero-cta:hover {
  background: transparent;
}
.blog-details-outer .blog-details-main .blog-details-right {
  width: 35%;
  padding: 50px 30px 100px;
  background: #F4F2F6;
  position: relative;
}
.blog-details-outer .blog-details-main .blog-details-right::after {
  width: 400%;
  right: -400%;
  background: #F4F2F6;
  height: 100%;
  top: 0px;
  content: "";
  position: absolute;
}
@media screen and (max-width: 991px) {
  .blog-details-outer .blog-details-main .blog-details-right::after {
    display: none;
  }
}
.blog-details-outer .blog-details-main .blog-details-right h2 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx {
  padding-top: 18px;
  border-top: 1px solid #CCCCCC;
  padding-bottom: 20px;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx label {
  font-size: 16px;
  color: #212121;
  padding-bottom: 8px;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx h3 {
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx h3 a {
  color: #000;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx h5 {
  font-size: 13px;
  color: #535353;
  padding-bottom: 10px;
  font-weight: 400;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx figure {
  margin-bottom: 0px;
  width: 90%;
  overflow: hidden;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx figure img {
  width: 100%;
  transition: all 0.5s;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx:hover h3 a {
  color: #FF7A00;
}
.blog-details-outer .blog-details-main .blog-details-right .blog-details-bx:hover figure img {
  transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  .blog-details-outer .blog-details-main .blog-details-right {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .blog-details-outer .blog-details-main {
    flex-wrap: wrap;
  }
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
  line-height: 20px;
}

.career-life-outer {
  padding: 60px 0px;
}
.career-life-outer .career-life-main {
  display: flex;
}
.career-life-outer .career-life-main .career-life-left {
  width: 60%;
  padding-right: 100px;
}
.career-life-outer .career-life-main .career-life-left .head {
  padding-bottom: 0px;
}
.career-life-outer .career-life-main .career-life-left .head h2 {
  padding-bottom: 30px;
}
.career-life-outer .career-life-main .career-life-left .head h2 span:after {
  width: 75px;
}
@media screen and (max-width: 1024px) {
  .career-life-outer .career-life-main .career-life-left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .career-life-outer .career-life-main .career-life-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.career-life-outer .career-life-main .career-right-img {
  width: 40%;
}
.career-life-outer .career-life-main .career-right-img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .career-life-outer .career-life-main .career-right-img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .career-life-outer .career-life-main {
    flex-wrap: wrap;
  }
}

.job-listing {
  padding: 60px 0;
  background: #F3F3F7;
}
.job-listing .sub-head-job {
  border: 1px solid #F5F5F5;
  background: var(--tp-common-white);
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 16px 30px 16px 30px;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .job-listing .sub-head-job .search-filter {
    width: 100%;
    justify-content: space-evenly;
  }
}
@media (max-width: 576px) {
  .job-listing .sub-head-job {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .job-listing .sub-head-job {
    padding: 15px 10px 16px 10px;
  }
  .job-listing .sub-head-job .search-filter {
    width: 100%;
  }
}
.job-listing .sub-head-job label {
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-medium);
  font-size: 13px;
}
.job-listing .sub-head-job select {
  display: block;
  background: #fff url(../images/car-poly.png) no-repeat 90% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding-right: 70px;
  color: #B7B7B7;
}
.job-listing .sub-head-job .search-form {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background: #FF7A00;
  height: 50px;
  border-radius: 5px;
  padding: 10px 20px;
  width: 255px;
  position: relative;
}
.job-listing .sub-head-job .search-form input {
  background: transparent;
  color: #fff;
  border: none;
  width: 100%;
}
.job-listing .sub-head-job .search-form input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.job-listing .sub-head-job .search-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.job-listing .sub-head-job .search-form input::placeholder {
  color: #fff;
  opacity: 1;
}
.job-listing .sub-head-job .search-form button[type=submit] {
  border: none;
  background: none;
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .job-listing .sub-head-job .search-form {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .job-listing .sub-head-job .search-form {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .job-listing .sub-head-job .search-form {
    margin-top: 20px;
    justify-content: end;
  }
}
.job-listing .sub-head-job .search-form .carrer-search-input {
  position: relative;
  margin-right: 40px;
}
@media (max-width: 576px) {
  .job-listing .sub-head-job .search-form .carrer-search-input {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .job-listing .sub-head-job .search-form .carrer-search-input {
    margin-right: 20px;
  }
}
.job-listing .sub-head-job .search-form .carrer-search-input button {
  background: none;
  border: none;
}
@media (max-width: 576px) {
  .job-listing .sub-head-job .search-form .carrer-search-input button {
    left: 0;
    right: unset;
  }
}
.job-listing .sub-head-job .search-form .carrer-search-input input {
  background: var(--tp-common-white);
  border: none;
}
.job-listing .sub-head-job .search-form .submit-btn input {
  background: #FF7700;
  border: none;
  border-radius: 5px;
  color: var(--tp-common-white);
  padding: 10px 60px;
}
.job-listing .sub-head-job .search-form .search-form1 .search-box {
  position: absolute;
  top: 60px;
  right: 0;
  border-top: 4px solid var(--tp-heading-orange);
  display: none;
  z-index: 99;
}
.job-listing .sub-head-job .search-form .search-form1 .search-box input {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px 8px;
}
@media (max-width: 576px) {
  .job-listing .sub-head-job .search-form .search-form1 .search-box {
    width: 100%;
  }
  .job-listing .sub-head-job .search-form .search-form1 .search-box input {
    width: 100%;
  }
}
.job-listing .sub-head-job .search-form .search-form1 .search-box.showhide {
  display: block;
}
@media screen and (max-width: 767px) {
  .job-listing .sub-head-job {
    flex-wrap: wrap;
  }
}
.job-listing .job-listing-inner {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
.job-listing .job-listing-inner .job-box-area {
  background: linear-gradient(180deg, #FF9399 0%, #F4F2F6 100%);
  padding: 1px;
  margin-bottom: 0px;
  border-radius: 6px;
  width: calc(33.33% - 23px);
}
.job-listing .job-listing-inner .job-box-area .job-box {
  padding: 50px 25px;
  background: #fff;
  box-shadow: 0px 9px 25.9px 0px #EFEDFF;
  padding: 1px;
  border-radius: 6px;
  padding: 40px 35px;
}
.job-listing .job-listing-inner .job-box-area .job-box h4 {
  color: #B82129;
  font-style: normal;
  font-size: 22px;
  font-weight: var(--tp-fw-bold);
  line-height: 120%;
  margin-bottom: 10px;
}
.job-listing .job-listing-inner .job-box-area .job-box h6 {
  color: #242424;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  font-size: 16px;
}
.job-listing .job-listing-inner .job-box-area .job-box p {
  margin-bottom: 25px;
  font-size: 17px;
  color: #4C4A4A;
  line-height: 170%;
  font-weight: 300;
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a .arrow-btn1 {
  display: none;
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a:hover .arrow-btn {
  display: none;
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .job-listing .job-listing-inner .job-box-area .job-box .know-more a {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a {
  min-width: auto;
  border-radius: 3px;
  padding: 9px 21px;
  font-weight: 500;
}
.job-listing .job-listing-inner .job-box-area .job-box .know-more a img {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .job-listing .job-listing-inner .job-box-area .job-box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .job-listing .job-listing-inner .job-box-area {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .job-listing .job-listing-inner .job-box-area {
    width: 100%;
  }
}

.search-filter .form-group {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .search-filter .form-group {
    margin-right: 0px;
  }
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select-wrapper .custom-select {
  position: relative;
  display: block;
}
.custom-select-wrapper .custom-select .custom-select-trigger {
  position: relative;
  display: block;
  background: #fff url(../images/car-poly.png) no-repeat 90% center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding-right: 70px;
  color: #B7B7B7;
  font-size: 15px;
}
.custom-select-wrapper .custom-select .custom-options {
  position: absolute;
  display: block;
  top: 53%;
  left: 0px;
  right: 0;
  padding: 10px 15px 10px 15px;
  margin: 15px 0;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  min-width: 160%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 1;
}
@media (max-width: 576px) {
  .custom-select-wrapper .custom-select .custom-options {
    z-index: 9;
  }
}
.custom-select-wrapper .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-select-wrapper .custom-option {
  position: relative;
  display: block;
  font-size: 12px;
  color: #3D3D3D;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-select-wrapper .custom-option:hover {
  color: #FF7A00;
}

.inner-banner-outer.career-banner {
  height: auto;
}
.inner-banner-outer.career-banner figure img {
  height: auto;
}
@media (max-width: 991px) {
  .inner-banner-outer.career-banner figure img {
    height: 300px;
  }
}

.career-detail {
  padding: 60px 0px;
  background: #F3F3F7;
}
@media (max-width: 767px) {
  .career-detail {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.career-detail h1 {
  margin-bottom: 25px;
  font-weight: 700;
}
.career-detail h2 {
  color: var(--tp-common-black);
  font-size: calc(var(--tp-fz-h1) - 3px);
  margin-bottom: 30px;
  font-style: normal;
  font-weight: var(--tp-fw-medium);
}
@media (max-width: 767px) {
  .career-detail h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .career-detail h2 {
    font-size: 25px;
  }
}
.career-detail .form-left h3 {
  padding-bottom: 20px;
  text-align: left;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.career-detail .profile-detail {
  background: linear-gradient(180.02deg, #FFFFFF 34.39%, #F4F2F6 99.98%);
  padding: 40px;
  border: 1px solid #FFC5C8;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .career-detail .profile-detail {
    padding: 25px 15px;
  }
}
.career-detail .profile-detail h3 {
  color: var(--tp-icon-blue);
  margin-bottom: 15px;
  font-size: calc(var(--tp-fz-h2) - 6px);
  font-style: normal;
  font-weight: var(--tp-fw-sbold);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .career-detail .profile-detail h3 {
    font-size: var(--tp-fz-h3);
  }
}
.career-detail .profile-detail h4 {
  color: var(--tp-common-black);
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  font-size: calc(var(--tp-fz-h3) - 4px);
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .career-detail .profile-detail h4 {
    font-size: var(--tp-fz-h5);
  }
}
.career-detail .profile-detail .profile-first {
  margin-bottom: 20px;
}
.career-detail .profile-detail .profile-first .profile-exp {
  padding-bottom: 14px;
}
.career-detail .profile-detail .profile-first .profile-exp span {
  margin-left: 10px;
  color: #B82129;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .career-detail .profile-detail .profile-first .profile-exp span {
    font-size: var(--tp-fz-h5);
  }
}
.career-detail .profile-detail .profile-first .profile-exp span.pro-ico {
  margin-left: 0;
  display: inline-flex;
}
.career-detail .profile-detail .profile-first p {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.career-detail .profile-detail .job {
  padding-bottom: 20px;
}
.career-detail .profile-detail p {
  font-style: normal;
  font-weight: 300;
  color: #2D2F30;
  margin-bottom: 20px;
  font-size: calc(var(--tp-fz-a) - 1px);
}
@media screen and (max-width: 767px) {
  .career-detail .profile-detail p {
    font-size: 16px;
  }
}
.career-detail .profile-detail h5 {
  color: #383838;
  margin-bottom: 20px;
  font-size: calc(var(--tp-fz-h3) - 2px);
  font-style: normal;
  font-weight: var(--tp-fw-sbold);
}
@media screen and (max-width: 767px) {
  .career-detail .profile-detail h5 {
    font-size: 22px;
  }
}
.career-detail .profile-detail ul {
  list-style-type: none;
  margin-bottom: 15px;
}
.career-detail .profile-detail ul li {
  font-style: normal;
  margin-bottom: 15px;
  font-weight: var(--tp-fw-regular);
  font-size: var(--tp-fz-p);
  font-weight: 300;
  line-height: 150%;
  color: #2D2F30;
  padding-left: 25px;
  position: relative;
}
.career-detail .profile-detail ul li:before {
  width: 18px;
  height: 18px;
  background: url(../images/li-list-arrow.svg) left top no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .career-detail .profile-detail ul li {
    font-size: 16px;
  }
}
.career-detail .profile-detail h6 {
  font-size: calc(var(--tp-fz-h3) - 4px);
  font-style: normal;
  font-weight: var(--tp-fw-regular);
  line-height: 150%;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.career-detail .profile-detail .know-more a {
  background: #FF7A00;
  padding: 12px 26px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF7A00;
  min-width: 228px;
}
.career-detail .profile-detail .know-more a img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}
.career-detail .profile-detail .know-more a .arrow-btn1 {
  display: none;
}
.career-detail .profile-detail .know-more a:hover {
  background: #fff;
  border: 1px solid #FF7A00;
  color: #FF7A00;
}
.career-detail .profile-detail .know-more a:hover .arrow-btn {
  display: none;
}
.career-detail .profile-detail .know-more a:hover .arrow-btn1 {
  display: inline-block;
}
@media screen and (max-width: 1399px) {
  .career-detail .profile-detail .know-more a {
    font-size: 18px;
    padding: 10px 26px;
  }
}
.career-detail .profile-detail .know-more a {
  min-width: 202px;
  border-radius: 3px;
  font-weight: 500;
}
.career-detail .profile-detail .share-blog {
  position: relative;
  z-index: 1;
}
.career-detail .profile-detail .share-blog ul {
  margin: 25px 0 0 0;
  left: 0;
  transition: all 0.5s linear;
  top: 24%;
  overflow: hidden;
  display: block;
}
.career-detail .profile-detail .share-blog ul li {
  margin-right: 15px;
  padding-left: 0;
  margin-bottom: 0;
}
.career-detail .profile-detail .share-blog ul li::before {
  display: none !important;
}
.career-detail .profile-detail .share-blog ul li a {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.career-detail .profile-detail .share-blog ul li a i {
  color: #313131;
}
.career-detail .profile-detail .share-blog ul li a:hover {
  background: #5BD0B3;
  border-color: #fff;
}
.career-detail .profile-detail .share-blog ul li a:hover i {
  color: #fff;
}
.career-detail .profile-detail .share-blog ul.show {
  display: flex;
  width: 100%;
  margin-left: 265px;
}
.career-detail .apply-form-modify {
  padding: 25px;
  margin-left: 20px;
  width: auto;
  margin-top: 0px;
  z-index: 9;
  background: rgba(255, 255, 255, 0.631372549);
  border: 1px solid #FFC5C8;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .career-detail .apply-form-modify {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .career-detail .apply-form-modify {
    padding: 5px;
    margin-top: 30px;
  }
}
.career-detail .apply-form-modify #mobile_code {
  position: relative;
}
.career-detail .apply-form-modify #mobile_code:after {
  content: "";
  position: absolute;
  height: 10px;
  top: 0;
  width: 2px;
}
.career-detail .apply-form-modify .file-upload-1 {
  border: 1px solid #E7E8F2;
  margin-bottom: 13px;
  padding: 13px 13px;
  float: left;
  width: 100%;
}
.career-detail .apply-form-modify .file-upload-1 #custom-text {
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.5);
  float: left;
  font-size: 17px;
}
.career-detail .apply-form-modify #mob-custom .iti {
  margin-bottom: 13px;
  display: block;
}
.career-detail .apply-form-modify #mob-custom .iti__flag {
  display: none;
}
.career-detail .apply-form-modify #mob-custom .iti__selected-dial-code {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.career-detail .apply-form-modify #mob-custom .iti__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FF7A00;
  margin-left: 9px;
  margin-top: 3px;
}
.career-detail .apply-form-modify #mob-custom .iti__arrow--up {
  border-bottom: none;
}
.career-detail .apply-form-modify #mob-custom .iti__flag.iti__in {
  display: none;
}
.career-detail .apply-form-modify #mob-custom .iti__selected-flag {
  background-color: transparent;
}
.career-detail .apply-form-modify #mob-custom .iti__selected-flag:after {
  content: "";
  background: var(--tp-common-black);
  width: 1px;
  height: 24px;
  margin-left: 17px;
}
.career-detail .apply-form-modify input {
  background: #F6F6F6;
  border: 1px solid #F0F0F0;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 13px;
  padding: 13px 17px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 400px) {
  .career-detail .apply-form-modify input {
    font-size: var(--tp-fz-p);
  }
}
.career-detail .apply-form-modify input:focus {
  border: none;
  box-shadow: 0 0 0;
  border: 1px solid #F0F0F0;
}
.career-detail .apply-form-modify input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.career-detail .apply-form-modify input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.career-detail .apply-form-modify .modify {
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-black);
}
.career-detail .apply-form-modify textarea {
  background: #F6F6F6;
  border: 1px solid #F0F0F0;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  padding: 13px 17px;
  resize: none;
}
.career-detail .apply-form-modify textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.career-detail .apply-form-modify textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.career-detail .apply-form-modify textarea:focus {
  border: none;
  box-shadow: 0 0 0;
  border: 1px solid #F0F0F0;
}
.career-detail .apply-form-modify .custom-file .file-input .wpcf7-form-control-wrap {
  position: relative;
}
.career-detail .apply-form-modify .custom-file .file-input .wpcf7-form-control-wrap input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  font-weight: 300;
  border: 1px solid #F0F0F0;
  font-size: 20px;
  line-height: 100%;
  color: #353535;
  position: absolute;
  z-index: -1;
  padding: 0px;
}
@media (max-width: 400px) {
  .career-detail .apply-form-modify .custom-file .file-input .wpcf7-form-control-wrap input {
    font-size: var(--tp-fz-p);
  }
}
.career-detail .apply-form-modify .custom-file .file-input label {
  background: #F6F6F6;
  width: 100%;
  border: 1px solid #F0F0F0;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 100%;
  display: block;
  padding: 17px 17px !important;
  cursor: pointer;
}
.career-detail .apply-form-modify .custom-file .file-input label img {
  float: right;
  margin-top: -6%;
  width: 20px;
}
@media (max-width: 400px) {
  .career-detail .apply-form-modify .custom-file .file-input label img {
    margin-top: 0px;
    width: 15px;
  }
}
@media (max-width: 400px) {
  .career-detail .apply-form-modify .custom-file .file-input label {
    font-size: var(--tp-fz-p);
  }
}
.career-detail .apply-form-modify .custom-file .file-input label span {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.career-detail .apply-form-modify .form-apply {
  text-align: center;
  position: relative;
}
.career-detail .apply-form-modify .form-apply .learn-more {
  width: 100%;
  height: 56px;
  background: #FF7A00;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  border: 1px solid #FF7A00;
  font-size: 18px;
}
.career-detail .apply-form-modify .form-apply .learn-more:hover {
  background: #fff;
  color: #FF7A00;
}

.send-message-outer.career-form {
  background: rgb(244, 242, 246);
}

.send-message-outer.career-form .send-message-main .send-message-bx input {
  background: #fff;
  border: 1px solid #E4E4E5;
}

#job-functions + .select2 {
  width: 100% !important;
}

#job-functions + .select2 .select2-selection--multiple {
  min-height: 64px;
  border-radius: 0;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #E4E4E5;
}

#job-functions + .select2 .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#job-functions + .select2 .select2-selection__choice {
  background: transparent;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  color: #ed1c24;
  padding: 2px 8px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

#job-functions + .select2 .select2-selection__choice__remove {
  color: #ed1c24;
  border: 0;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 400;
}

#job-functions + .select2 .select2-selection__choice__remove:hover {
  background: transparent;
  color: #ed1c24;
}

#job-functions + .select2 .select2-search--inline {
  margin: 0;
}

#job-functions + .select2 .select2-search__field {
  margin-top: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ed1c24;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #333;
}

.send-message-outer .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  width: 100% !important;
  height: 40px !important;
  border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 8px !important;
  font-size: 12px;
  line-height: 19px;
}

.select2-dropdown {
  z-index: 44;
}

.send-message-outer.career-form .send-message-main .send-message-bx textarea {
  height: 65px;
  background: #fff;
  border: 1px solid #E4E4E5;
}

.send-message-outer.career-form .send-message-main .send-message-bx input.submit {
  background: #FF7A00;
}

.send-message-outer.career-form .send-message-main .send-message-bx input.submit:hover {
  background: #B82129;
}

.donwload-resource {
  padding: 50px 0;
}

.filter-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 35px;
}

.filter-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1a1a2e;
  margin-right: 10px;
}

.filter-btn {
  border: none;
  background: #eef0f5;
  color: #1a1a2e;
  font-weight: 700;
  font-size: 20px;
  padding: 14px 60px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .filter-btn {
    font-size: 15px;
    padding: 10px 49px;
  }
}
@media (max-width: 768px) {
  .filter-btn {
    padding: 10px 34px;
  }
}
.filter-btn:hover {
  background: #ffd9bd;
  transform: translateY(-2px);
}
.filter-btn.active {
  background: #FF7A00;
  color: #fff;
  box-shadow: 0 6px 15px rgba(245, 129, 31, 0.35);
}

.download-group-title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.cards-grid {
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px;
}
@media (max-width: 1200px) {
  .cards-grid {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  border: 1px solid #f8d6cd;
  border-radius: 4px;
  padding: 30px 25px 35px;
  text-align: center;
  background: linear-gradient(to bottom, #fdeae6 0%, #ffffff 70%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: inherit;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #f5811f;
  background: #fff;
}
.card:hover .pdf-icon {
  transform: scale(1.08) rotate(-2deg);
}

.card-tag {
  display: inline-block;
  background: #fff;
  color: #FF7A00;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 18px;
  border-radius: 50px;
  border: 1px solid #FF7A00;
  position: absolute;
  top: 25px;
  left: 25px;
  box-shadow: 0 6px 15px rgba(245, 129, 31, 0.35);
}

.pdf-icon {
  width: 110px;
  height: 130px;
  margin: 60px auto 25px;
  position: relative;
  transition: transform 0.35s ease;
}
.pdf-icon::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 8px;
  width: 90%;
  height: 14px;
  background: #d8d8d8;
  border-radius: 50%;
  filter: blur(4px);
  z-index: 0;
  display: none;
}
.pdf-icon i.fa-acrobat,
.pdf-icon .fa-signature,
.pdf-icon .fa-pen-nib,
.pdf-icon .fa-file-pdf {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 38px;
}

.pdf-body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pdf-fold {
  position: absolute;
  top: -22px;
  left: 0;
  width: 78%;
  height: 40px;
  background: linear-gradient(135deg, #ff6a5e, #e23b3b);
  border-radius: 4px 16px 0 0;
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%);
}

.card-text {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.5;
  margin-bottom: 25px;
  padding: 0 5px;
}

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FF7A00;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}
.download-link:hover {
  gap: 16px;
  color: #d96a0e;
}
.download-link:hover .arrow-circle {
  transform: translateX(4px) rotate(360deg);
  background: #d96a0e;
}
.download-link .arrow-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FF7A00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.hidden {
  display: none !important;
}

@media (max-width: 640px) {
  .filter-btn {
    padding: 4px 22px;
    font-size: 14px;
  }
  .filter-label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.our-brands-outer {
  background: #F3F3F7;
  padding: 60px 0px;
}
.our-brands-outer .our-brands-main .head {
  text-align: center;
  padding-bottom: 0px;
}
.our-brands-outer .our-brands-main .head h2 {
  padding-bottom: 20px;
}
.our-brands-outer .our-brands-main .our-brands-rw .nav {
  gap: 10px;
  margin-bottom: 40px;
  border: none;
  justify-content: center;
}
.our-brands-outer .our-brands-main .our-brands-rw .nav li .nav-link {
  border: 1px solid #D8D8D8;
  background: rgba(255, 255, 255, 0.5607843137);
  padding: 20px 50px;
  font-size: 26px;
  color: #A9A9A9;
  border-radius: 3px;
  font-weight: 400;
}
.our-brands-outer .our-brands-main .our-brands-rw .nav li .nav-link.active {
  background: #B82129;
  box-shadow: 0px 14px 11.9px 0px #DFBFC1;
  color: #fff;
  border-color: #B82129;
}
.our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane {
  border: none;
  background-color: transparent;
}
.our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx {
  width: calc(25% - 15px);
  box-shadow: 0px 21px 49.5px 0px #E9E9F2;
  background: #FFFFFF;
  min-height: 180px;
  padding: 15px;
  position: relative;
  border-radius: 6px;
  cursor: pointer;
}
.our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx figure {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
.our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx figure img {
  max-width: 100%;
}
.our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx .download-link {
  position: absolute;
  bottom: 11px;
  width: 100%;
  left: 0px;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
.our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx .download-link .arrow-circle {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 991px) {
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .our-brands-area .our-brands-bx {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .accordion-header .accordion-button {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-weight: 600;
  }
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed) {
    background: #B82129;
    color: #fff;
  }
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed)::after {
    filter: invert(100) brightness(100);
  }
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane:last-child .accordion-header .accordion-button {
    border-bottom: none;
  }
  .our-brands-outer .our-brands-main .our-brands-rw .tab-content .tab-pane .accordion-collapse {
    padding: 30px 0px;
  }
}

.brand-model-outer .modal-dialog {
  max-width: 775px;
  border-radius: 12px;
  border: none;
}
.brand-model-outer .modal-dialog .modal-content {
  border-radius: 12px;
  border: none;
}
.brand-model-outer .modal-dialog .modal-content .modal-static {
  border: 1px solid #F0C9CB;
  box-shadow: 0px 25px 53.9px 0px #FFE8E9;
  border-radius: 12px;
  border: none;
  padding: 50px 40px;
}
.brand-model-outer .modal-dialog .modal-content .modal-static p {
  font-weight: 300;
}
.brand-model-outer .modal-dialog .modal-content .modal-static .download-link {
  width: 100%;
  left: 0px;
  font-size: 18px;
  font-weight: 500;
}
.brand-model-outer .modal-dialog .modal-content .modal-static .download-link .arrow-circle {
  width: 22px;
  height: 22px;
}
.brand-model-outer .btn-close {
  background: none;
  opacity: 1;
  position: absolute;
  right: 40px;
  top: 12px;
  box-shadow: none;
  outline: none;
}

.inner-banner-text-outer .container {
  position: relative;
}
.inner-banner-text-outer .brands-banner-logo {
  position: absolute;
  right: 0px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -80px;
  bottom: 0px;
  margin: auto 0px;
  background: #fff;
  width: 350px;
  padding: 20px;
}
.inner-banner-text-outer .brands-banner-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .inner-banner-text-outer .brands-banner-logo {
    width: 250px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner-text-outer .brands-banner-logo {
    position: static;
    width: 250px;
    height: 120px;
    display: none;
  }
}

.our-brands-description-out {
  background: rgb(243, 243, 247);
  padding: 60px 0px;
}
.our-brands-description-out .our-brands-description-main {
  display: flex;
  flex-wrap: wrap;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left {
  width: 75%;
  padding-right: 100px;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .head h2 {
  padding-bottom: 30px;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .head h2 span:after {
  width: 80px;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out {
  padding-top: 20px;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .head {
  padding-bottom: 10px;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .head span:after {
  width: 90px;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx {
  width: calc(33.33% - 13px);
  background: url(../images/our-brnds-rgh-bg.webp) no-repeat;
  background-size: cover;
  padding: 30px 30px 50px;
  background-size: cover;
  border-radius: 4px;
  position: relative;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx figure {
  height: 118px;
  width: 100%;
  display: flex;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx figure a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx figure a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx h3 a {
  color: #fff;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx .download-link {
  position: absolute;
  bottom: 19px;
  width: 100%;
  left: 0px;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  z-index: 1;
  color: #FF7A00 !important;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx .download-link .arrow-circle {
  width: 16px;
  height: 16px;
  font-size: 9px;
  background: #FF7A00;
}
.our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx:hover .download-link {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 600px) {
  .our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out .barnd-product-details .barnd-product-deta-bx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .our-brands-description-out .our-brands-description-main .our-brands-des-left .barnd-product-details-out {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .our-brands-description-out .our-brands-description-main .our-brands-des-left {
    width: 70%;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .our-brands-description-out .our-brands-description-main .our-brands-des-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.our-brands-description-out .our-brands-description-main .our-brnds-right {
  width: 25%;
}
.our-brands-description-out .our-brands-description-main .our-brnds-right .head {
  padding-bottom: 40px;
}
.our-brands-description-out .our-brands-description-main .our-brnds-right .our-brnds-rgh-bx {
  border: 1px solid #e7d6d6;
  min-height: 116px;
  padding: 15px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 18px;
}
.our-brands-description-out .our-brands-description-main .our-brnds-right .our-brnds-rgh-bx figure {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  max-height: 55px;
}
.our-brands-description-out .our-brands-description-main .our-brnds-right .our-brnds-rgh-bx figure a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 55px;
}
.our-brands-description-out .our-brands-description-main .our-brnds-right .our-brnds-rgh-bx figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-brands-description-out .our-brands-description-main .our-brnds-right .our-brnds-rgh-bx .download-link {
  position: absolute;
  bottom: 12px;
  width: 100%;
  left: 0px;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  color: #FF7A00 !important;
}
.our-brands-description-out .our-brands-description-main .our-brnds-right .our-brnds-rgh-bx .download-link .arrow-circle {
  width: 16px;
  height: 16px;
  font-size: 9px;
  background: #FF7A00;
}
@media screen and (max-width: 1199px) {
  .our-brands-description-out .our-brands-description-main .our-brnds-right {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .our-brands-description-out .our-brands-description-main .our-brnds-right {
    width: 100%;
  }
}

.our-brands-outer.lighting-catgory-outer .our-brands-main .head {
  text-align: left;
  padding-bottom: 40px;
}
.our-brands-outer.lighting-catgory-outer .our-brands-main .our-brands-rw .head {
  padding-bottom: 20px;
}
.our-brands-outer.lighting-catgory-outer .our-brands-main .our-brands-rw .head span::after {
  width: 80px;
}

.project-outer {
  padding: 60px 0px;
  background: #F3F3F7;
}
.project-outer .head {
  text-align: center;
  padding-bottom: 50px;
}
.project-outer .head h2 span::after {
  width: 70px;
}
.project-outer .project-main .nav {
  gap: 10px;
  margin-bottom: 40px;
  border: none;
  justify-content: center;
}
.project-outer .project-main .nav li .nav-link {
  border: 1px solid #D8D8D8;
  background: rgba(255, 255, 255, 0.5607843137);
  padding: 20px 50px;
  font-size: 26px;
  color: #A9A9A9;
  border-radius: 3px;
  font-weight: 400;
}
.project-outer .project-main .nav li .nav-link.active {
  background: #B82129;
  box-shadow: 0px 14px 11.9px 0px #DFBFC1;
  color: #fff;
  border-color: #B82129;
}
.project-outer .project-main .tab-content .tab-pane {
  border: none;
  background-color: transparent;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main {
  display: flex;
  margin-bottom: 30px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box {
  width: 45%;
  position: relative;
  min-height: 350px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .media-slider {
  height: 100%;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .media-slider .slick-list.draggable {
  height: 100%;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .media-slider .slick-list.draggable .slick-track {
  height: 100%;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .media-slider .slick-slide {
  line-height: 0px;
  height: 100%;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .media-slider .slick-slide > div {
  height: 100%;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .media-slider .slick-slide .slide {
  line-height: 0px;
  height: 100%;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .media-slider .slick-slide .slide img {
  width: 100%;
  line-height: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider {
  width: 170px;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider .slick-slide {
  margin: 0px 5px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider .slick-slide .thumb-slide {
  width: 45px;
  height: 41px;
  overflow: hidden;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider .slick-slide .thumb-slide img {
  width: 100%;
  border: 1px solid #e8e5e5;
  height: 41px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider .slick-arrow {
  opacity: 1;
  background: #fff;
  top: 10px;
  border-radius: 4px;
  z-index: 1;
  transform: unset;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider .slick-arrow::before {
  background: url(../images/menu-sub-ico.png) no-repeat center;
  color: transparent;
  background-size: 6px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider .slick-next.slick-arrow {
  right: -6px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box .thumb-slider .slick-prev.slick-arrow {
  left: -6px;
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .project-outer .project-main .tab-content .tab-pane .project-slider-main .media-box {
    width: 100%;
  }
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area {
  width: 55%;
  background: #fff;
  padding: 30px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area .details-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area .details-row span.label {
  font-size: 19px;
  font-weight: 600;
  color: #B82129;
  line-height: 150%;
  min-width: 158px;
}
@media screen and (max-width: 767px) {
  .project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area .details-row span.label {
    font-size: 16px;
  }
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area .details-row .value {
  font-size: 19px;
  color: #000;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area .details-row .value {
    font-size: 16px;
  }
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area .details-row .value.strong {
  font-weight: bold;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area .details-row:last-child {
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .project-outer .project-main .tab-content .tab-pane .project-slider-main .details-area {
    width: 100%;
    padding: 15px;
  }
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main:nth-child(2n) {
  flex-direction: row-reverse;
}
.project-outer .project-main .tab-content .tab-pane .project-slider-main:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .project-outer .project-main .tab-content .tab-pane .project-slider-main {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .project-outer .project-main .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
  .project-outer .project-main .tab-content .tab-pane .accordion-header .accordion-button {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-weight: 600;
  }
  .project-outer .project-main .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed) {
    background: #B82129;
    color: #fff;
  }
  .project-outer .project-main .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed)::after {
    filter: invert(100) brightness(100);
  }
  .project-outer .project-main .tab-content .tab-pane:last-child .accordion-header .accordion-button {
    border-bottom: none;
  }
  .project-outer .project-main .tab-content .tab-pane .accordion-collapse {
    padding: 30px 0px;
  }
}/*# sourceMappingURL=main.css.map */