@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";
:root {
  --montserrat: "Montserrat", sans-serif;
  --primary-color: 5, 79, 165;
  --secondary-color: 1, 172, 228;
  --white: 254, 254, 254;
  --light-bg-2: 235, 235, 235;
  --primary-text-color: 37, 37, 37;
  --secondary-text-color: 99, 99, 99;
  --light-bg: 245, 250, 249;
  --text-color: #545454;
  --light-bg-3: #F5FAF9;
  --text-color2: #252525;
  --border-color: 84, 84, 84 ;
}

html {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.section-padding {
  padding: 80px 0;
}

.section-padding-b {
  padding-bottom: 80px;
}

.section-padding-t {
  padding-top: 80px;
}

.pad-tb-50 {
  padding: 50px 0;
}

.slick-disabled {
  opacity: 0.3;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.link-arrow:hover {
  gap: 15px;
}

a {
  color: rgb(var(--secondary-color));
}
a:hover {
  color: rgba(var(--primary-color), 1);
}

@media (max-width: 1199px) {
  html {
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
    font-weight: 400;
    line-height: 16px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .section-padding-b {
    padding-bottom: 40px;
  }
  .section-padding-t {
    padding-top: 40px;
  }
}
body {
  font-family: var(--montserrat);
  color: rgba(var(--text-color), 1);
  background-repeat: no-repeat;
}

.flex-container {
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

.row > * {
  padding: 0 15px;
}

.row.pad-0 {
  margin: 0px;
}

.row.pad-0 > * {
  padding: 0;
}

.title-global-border-center {
  text-align: center;
}
.title-global-border-center h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(var(--primary-text-color), 1);
  position: relative;
}
.title-global-border-center h5::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: rgba(var(--secondary-color), 1);
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}
.title-global-border-center h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(var(--primary-color), 1);
  margin: 0;
  padding-top: 10px;
}
.title-global-border-center p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  text-align: center;
  color: rgba(var(--secondary-text-color), 1);
  margin: 0;
  padding-top: 10px;
}
.title-global-border-center.left-align * {
  text-align: left;
}
.title-global-border-center.left-align h5 {
  position: relative;
}
.title-global-border-center.left-align h5:after {
  left: 0;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.error {
  color: #fd0000 !important;
  font-size: 12px !important;
}

.light-bg {
  background-color: rgb(var(--light-bg));
}

.title-with-border-left p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #252525;
  position: relative;
}
.title-with-border-left p::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: rgba(var(--secondary-color), 1);
  left: 0;
  top: -15px;
}
.title-with-border-left h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 30px;
  text-transform: uppercase;
  color: rgba(var(--primary-color), 1);
}
.title-with-border-left.small-title h5 {
  font-weight: 500;
  color: rgba(var(--primary-text-color), 1);
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.title-with-border-left.small-title h5:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: rgba(var(--secondary-color), 1);
  left: 0%;
  top: -15px;
}
.title-with-border-left.small-title h2 {
  font-size: 2.2rem;
  line-height: 1.2em;
}

*::-webkit-scrollbar {
  width: 7px;
  background-color: #E8E8E8;
  border-radius: 200px;
  height: 7px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ACACAC;
}

ul.tab-head {
  margin-bottom: 40px;
}
ul.tab-head li {
  font-size: 15px;
  line-height: 27px;
  color: rgb(var(--primary-text-color));
  padding: 8px 15px;
  margin-left: 20px;
  cursor: pointer;
  background-color: rgb(var(--white));
}
ul.tab-head li.active {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--white));
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

header {
  padding: 10px 0;
  position: absolute;
  z-index: 11;
  width: 100%;
}
header .flex-container {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .flex-container nav ul {
  margin: 0;
  padding: 0;
}
header .flex-container nav ul li {
  list-style: none;
  padding: 10px 27px;
  position: relative;
}
header .flex-container nav ul li a {
  color: rgba(var(--white), 1);
  font-weight: 500;
  font-size: 1.5rem;
  transition: all 0.4s ease-in-out;
  display: block;
  position: relative;
  text-transform: uppercase;
}
header .flex-container nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0%;
  transition: all 0.3s ease-in-out;
  background-color: rgb(var(--secondary-color));
}
header .flex-container nav ul li a:hover, header .flex-container nav ul li a.active, header .flex-container nav ul li a.focus {
  color: rgb(var(--secondary-color));
}
header .flex-container nav ul li a:hover:after, header .flex-container nav ul li a.active:after, header .flex-container nav ul li a.focus:after {
  width: 100%;
}
header .flex-container .right-icons > div {
  margin: 0px 0 0 30px;
  width: 30px;
}
header .flex-container .right-icons > div svg {
  cursor: pointer;
  fill: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .flex-container .right-icons > div svg:hover {
  fill: rgb(var(--secondary-color));
  transform: scale(1.2);
}
header .flex-container .dd_arrow {
  display: block;
  background: url(../images/dropdown_arrow.svg) center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 2px;
}
header .flex-container .container_dropdown .dd_arrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
header .flex-container .container_dropdown .container_submenu {
  z-index: 10;
  opacity: 0;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  visibility: hidden;
}
header .flex-container .container_dropdown:hover .dd_arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .flex-container .container_dropdown:hover .container_submenu {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  visibility: visible;
}
header .flex-container ul .container_submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 250px;
  margin-left: -125px;
  padding-top: 10px;
}
header .flex-container ul .container_submenu ul {
  margin: 0;
  padding: 15px 0;
  display: block;
  background: rgba(var(--white), 1);
  background: rgb(242, 244, 247);
  border-radius: 6px;
}
header .flex-container ul .container_submenu ul li {
  display: block;
}
header .flex-container ul .container_submenu ul li:last-child {
  border-bottom: 0px;
}
header .flex-container ul .container_submenu ul li a {
  color: rgba(var(--primary-text-color), 1);
  display: inline-block;
}
header .flex-container ul .container_submenu ul li a:hover {
  color: rgb(var(--secondary-color));
}
header .input-search-box {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  top: 100px;
  padding: 100px 0;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(var(--black), 0.1);
  display: none;
  overflow-y: auto;
}
header .input-search-box .close {
  border: none;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .input-search-box .close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
header .input-search-box .container {
  position: relative;
}
header .input-search-box input {
  width: 100%;
  padding: 20px 0;
  font-size: 2rem;
  border-bottom: 2px solid rgba(var(--secondary-text-color), 0.2) !important;
  border: none;
  margin-bottom: 30px;
}
header .input-search-box input:focus {
  outline: none;
  border: 1px solid rgba(var(--black), 0.1);
}
header .input-search-box .search-btn {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 20px;
}
header .input-search-box .not-found {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 900px;
}
header .input-search-box .not-found img {
  margin: 80px 0 40px;
}
header .input-search-box .not-found h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
  color: rgba(var(--primary-text-color), 1);
}
header .input-search-box .not-found p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: rgba(var(--secondary-text-color), 1);
}
header .side-box {
  width: 100%;
  position: absolute;
  top: 90px;
  background-color: #fff;
  z-index: 9;
  display: none;
}
header .side-box .close {
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
}
header .side-box .container {
  position: relative;
}
header .side-box .side-nav {
  border-right: 1px solid rgba(var(--primary-text-color), 0.2);
  height: 100%;
  width: 360px;
  padding: 50px 0 100px;
  min-height: calc(100vh - 158px);
}
@media (max-width: 767px) {
  header .side-box .side-nav {
    min-height: 1px;
  }
}
header .side-box .side-nav > ul {
  margin: 0;
  padding: 0;
}
header .side-box .side-nav > ul > li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  border-bottom: 1px solid rgba(var(--primary-text-color), 0.2);
}
header .side-box .side-nav > ul > li > a {
  padding: 20px 0px;
  color: rgba(var(--primary-text-color), 1);
  font-weight: 600;
  font-size: 1.7rem;
  transition: all 0.4s ease-in-out;
  display: block;
  position: relative;
  text-transform: uppercase;
  min-width: 300px;
}
header .side-box .side-nav > ul > li > a:hover {
  color: rgb(var(--secondary-color));
}
header .side-box .side-nav > ul > li .right-arrow {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .side-box .side-nav > ul > li .right-pannel {
  width: calc(100% - 370px);
  position: absolute;
  min-height: 700px;
  top: 0;
  right: 0;
  padding: 70px 50px;
  display: none;
}
header .side-box .side-nav > ul > li .right-pannel .s-home-section {
  min-height: 600px;
}
header .side-box .side-nav > ul > li .right-pannel .s-home-section img {
  width: 100%;
  margin-bottom: 30px;
}
header .side-box .side-nav > ul > li .right-pannel .s-home-section .flex-container {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
header .side-box .side-nav > ul > li .right-pannel .s-home-section .flex-container .img-box {
  width: 90px;
  padding: 0 20px 20px;
}
header .side-box .side-nav > ul > li .right-pannel .s-home-section .flex-container .text-box {
  width: calc(100% - 90px);
}
header .side-box .side-nav > ul > li .right-pannel .s-home-section .flex-container .text-box h2 {
  color: rgba(var(--primary-color), 1);
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 5px;
}
header .side-box .side-nav > ul > li .right-pannel .s-home-section .flex-container .text-box p {
  font-size: 1.5rem;
  color: rgba(var(--secondary-text-color), 1);
  max-width: 440px;
}
header .side-box .side-nav > ul > li .right-pannel .s-nav-section {
  min-height: 600px;
  background-color: #fff;
  height: 100%;
}
header .side-box .side-nav > ul > li .right-pannel .s-nav-section h2 {
  color: rgba(var(--primary-color), 1);
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 17px;
  text-transform: uppercase;
}
header .side-box .side-nav > ul > li .right-pannel .s-nav-section ul {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0;
}
header .side-box .side-nav > ul > li .right-pannel .s-nav-section ul li {
  list-style: none;
}
header .side-box .side-nav > ul > li .right-pannel .s-nav-section ul li > a {
  padding: 10px 0px;
  color: rgba(var(--primary-text-color), 1);
  font-weight: 500;
  font-size: 1.7rem;
  transition: all 0.4s ease-in-out;
  display: block;
  position: relative;
  text-transform: uppercase;
  min-width: 300px;
}
header .side-box .side-nav > ul > li .right-pannel .s-nav-section ul li > a:hover {
  color: rgb(var(--secondary-color));
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section {
  min-height: 600px;
  background-color: #fff;
  height: 100%;
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section h2 {
  color: rgba(var(--primary-color), 1);
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 17px;
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container {
  flex-wrap: wrap;
  align-items: flex-start;
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item {
  width: 50%;
  margin-bottom: 20px;
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item h3 {
  color: rgba(var(--primary-color), 1);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 5px;
  margin-bottom: 15px;
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item h3 span {
  font-size: 1.5rem;
  color: rgba(var(--secondary-text-color), 1);
  margin-bottom: 20px;
  display: block;
  margin-left: 20px;
  font-weight: 400;
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item address,
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item p,
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item span {
  font-size: 1.5rem;
  color: rgba(var(--secondary-text-color), 1);
  margin-bottom: 10px;
  display: block;
  line-height: 1.7em;
}
header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item p strong {
  display: block;
  color: rgba(var(--primary-text-color), 1);
  font-weight: 500;
}
header .side-box .side-nav > ul > li.active .right-pannel {
  display: block;
}
header .side-box .side-nav > ul > li.active a {
  color: rgb(var(--secondary-color));
}
header .side-box .s-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(var(--primary-text-color), 0.2);
}
header .side-box .s-bottom .s-bottom-nav {
  padding: 0;
}
header .side-box .s-bottom .s-bottom-nav li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  padding: 10px 20px;
  color: rgba(var(--secondary-text-color), 1);
}
header .side-box .s-bottom .s-bottom-nav li:nth-child(1) a {
  padding-left: 0;
}

@media (min-width: 992px) {
  header .side-box .side-nav > ul > li .right-arrow {
    padding-right: 10px;
    padding-left: 0px;
  }
  header .side-box .side-nav > ul > li:hover .right-arrow {
    padding-right: 0px;
    padding-left: 10px;
  }
  header .side-box .side-nav > ul > li:hover .right-pannel {
    display: block !important;
  }
  header .side-box .side-nav > ul > li .right-pannel .item {
    position: relative;
  }
  header .side-box .side-nav > ul > li .right-pannel .item.deeper {
    background: url(../images/arrow-right.svg) right 70px center no-repeat;
    padding-right: 80px;
    /* &:hover {
      background: url(../images/arrow-right-hover.svg) right 70px center
        no-repeat;
    } */
  }
  header .side-box .side-nav > ul > li .right-pannel .item .sub-nav {
    background-color: rgba(var(--light-bg), 1);
    padding: 20px;
    position: absolute;
    left: 70%;
    z-index: 1;
    display: none;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  header .side-box .side-nav > ul > li .right-pannel .item .sub-nav ul {
    display: block;
    max-height: 500px;
    overflow: auto;
  }
  header .side-box .side-nav > ul > li .right-pannel .item:hover .sub-nav {
    display: block;
    left: 0;
  }
}
@media (max-width: 1199px) {
  header .flex-container nav ul li {
    padding: 10px 15px;
  }
  header .flex-container nav ul li .dd_arrow {
    right: -6px;
  }
}
@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
  header .side-box .close {
    display: none;
  }
  header .side-box .side-nav {
    width: 250px;
    padding: 20px 0 400px;
  }
  header .side-box .side-nav > ul > li a {
    min-width: 200px;
    padding: 16px 0px;
  }
  header .side-box .side-nav > ul > li .right-pannel {
    width: calc(100% - 260px);
    padding: 20px;
  }
  header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* rayeesh code */
@media (max-width: 991px) {
  body.transeparentLayer {
    overflow: auto;
  }
  header .side-box {
    top: 100px;
    padding: 15px 0;
  }
  header .side-box .side-nav {
    border: 1px solid rgba(var(--primary-text-color), 0.2);
    width: 100%;
    padding: 0px;
    border-bottom: none;
  }
  header .side-box .side-nav > ul > li {
    flex-wrap: wrap;
    padding-right: 0;
  }
  header .side-box .side-nav > ul > li a {
    min-width: calc(100% - 80px);
    padding: 16px 10px;
  }
  header .side-box .side-nav > ul > li .right-arrow {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid rgba(var(--primary-text-color), 0.2);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--primary-text-color), 0.1);
  }
  header .side-box .side-nav > ul > li .right-arrow img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
  header .side-box .side-nav > ul > li.active .right-pannel {
    display: none;
  }
  header .side-box .side-nav > ul > li.active .right-arrow img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  header .side-box .side-nav > ul > li .right-pannel {
    width: 100%;
    padding: 10px;
    position: static;
    min-height: auto;
  }
  header .side-box .side-nav > ul > li .right-pannel .s-home-section,
  header .side-box .side-nav > ul > li .right-pannel .s-nav-section {
    min-height: auto;
  }
  header .side-box .side-nav > ul > li .right-pannel .s-nav-section {
    min-height: auto;
  }
  header .side-box .side-nav > ul > li .right-pannel .s-nav-section h2 {
    display: none;
  }
  header .side-box .side-nav > ul > li .right-pannel .s-nav-section ul {
    display: grid;
    grid-template-columns: auto;
  }
  header .side-box .side-nav > ul > li .right-pannel .s-contact-section .flex-container .flex-item {
    width: 100%;
    margin-bottom: 10px;
  }
  header .side-box .side-nav > ul > li .right-pannel .deeper {
    padding-left: 20px;
  }
  header .side-box .s-bottom {
    border: none;
  }
  header .side-box .flex-container {
    flex-wrap: wrap;
  }
  header .side-box .flex-container .s-bottom-nav {
    border: none;
  }
  header .side-box .flex-container .s-bottom-nav li {
    min-width: 29%;
  }
  header .side-box .flex-container .s-bottom-nav li:nth-child(1) a {
    padding-left: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .side-box .flex-container .s-bottom-nav li:nth-child(1) a {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  header .side-box .flex-container .list-inline {
    padding: 10px 20px;
  }
  header .input-search-box {
    padding: 10px;
  }
  header .input-search-box .close {
    display: none;
  }
  header .input-search-box .not-found img {
    max-width: 100%;
  }
}
.footer-unominda {
  background: #f5faf9;
  padding: 50px 0px 20px 0px;
}
.footer-unominda h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #252525;
  position: relative;
  pointer-events: none;
}
.footer-unominda h3 .hide-in-dekstop {
  display: none;
}
.footer-unominda p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #636363;
  margin: 0;
  padding-top: 17px;
}
.footer-unominda ul.list-footer-info {
  margin: 0;
  padding-top: 10px;
}
.footer-unominda ul.list-footer-info li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #636363;
  text-decoration: none;
  display: block;
  padding: 7px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-unominda ul.list-footer-info li a:hover {
  color: #054fa5;
  padding-left: 10px;
}
.footer-unominda ul.list-contact-info {
  padding-top: 10px;
  margin: 0;
}
.footer-unominda ul.list-contact-info li {
  position: relative;
  padding: 7px 0 7px 27px;
}
.footer-unominda ul.list-contact-info li span {
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-unominda ul.list-contact-info li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #636363;
  text-decoration: none;
  word-break: break-all;
}
.footer-unominda ul.list-contact-info li a:hover {
  color: #054fa5;
}
.footer-unominda ul.list-contact-info li p {
  padding-top: 0;
}
.footer-unominda ul.list-contact-info li:hover span {
  transform: scale(1.2);
}
.footer-unominda ul.social-list-icon {
  padding-left: 20px;
  margin-top: 10px;
}
.footer-unominda ul.social-list-icon li {
  width: 40px;
  margin: 0;
}
.footer-unominda ul.social-list-icon li a {
  transition: all 0.8s;
  display: block;
}
.footer-unominda ul.social-list-icon li a:hover {
  transform: scale(1.2);
}
.footer-unominda .footer-copyright {
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-top: 10px;
}
.footer-unominda .footer-copyright p {
  margin: 0;
}
.footer-unominda .footer-copyright ul {
  margin-bottom: 0;
}
.footer-unominda .footer-copyright ul li:not(:last-child) {
  margin-right: 1.5rem;
}
.footer-unominda .footer-copyright ul a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #636363;
  text-decoration: none;
}
.footer-unominda .footer-copyright ul a:hover {
  color: #054fa5;
}

@media (max-width: 767px) {
  .footer-unominda h3 {
    cursor: pointer;
    pointer-events: all;
    font-size: 16px;
  }
  .footer-unominda h3::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../images/icon-plus.svg") 0 no-repeat;
    background-size: auto;
    background-size: cover;
    right: 0;
    top: 4px;
  }
  .inner-element-wrapper {
    margin-bottom: 20px;
  }
  .inner-element-wrapper .hide-in-mob {
    display: none;
  }
  .inner-element-wrapper ul.social-list-icon {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
  }
  .bottom-copyright {
    border-top: 1px solid #e0e0e0;
  }
  .footer-copyright {
    display: block !important;
    margin-top: 0 !important;
    border: none !important;
  }
  .footer-copyright p {
    text-align: center;
  }
  .footer-copyright ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .inner-element-wrapper {
    margin-top: 30px;
  }
  .inner-section-connected-system .col-xs-12 {
    width: 50%;
  }
  .section-3-connected-system .right-side-video-section {
    padding-left: 0 !important;
    margin-top: 40px !important;
  }
  .section-4-connected-system .col-xs-12 {
    width: 50%;
  }
  .footer-unominda p {
    padding: 0;
  }
}
.group-company {
  background: linear-gradient(270deg, #01ace4 0%, #054fa5 100%);
  padding: 18px 0;
}
.group-company ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.group-company ul li {
  list-style: none;
}
.group-company ul li a {
  color: rgb(var(--white));
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 23-07-2023 */
.go-top {
  /* position: fixed;
    right: 43px;
    bottom: 130px;
    width: 40px;
    height: 40px;
    color: rgb(var(--white));
    font-size: 21px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    transition: all .5s;
    z-index: 999;
    background: rgba(var(--secondary-color), 1);
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center; */
  position: fixed;
  right: 43px;
  bottom: 130px;
  width: 40px;
  height: 40px;
  color: rgb(var(--white));
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  transition: all 0.5s;
  z-index: 999;
  background: rgba(var(--secondary-color), 1);
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.06);
}
.go-top img {
  width: 30px;
}

.go-top:hover {
  background: rgba(var(--primary-color), 1);
}

.ui-widget.ui-widget-content {
  box-shadow: 5px 5px 5px #b0afaf;
}
.ui-widget.ui-widget-content li {
  padding: 0 !important;
  border: none;
}
.ui-widget.ui-widget-content li > div {
  padding: 17px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 17px;
  color: rgba(var(--primary-text-color), 1);
  font-family: var(--montserrat) !important;
}
.ui-widget.ui-widget-content li:nth-child(odd) {
  background-color: rgba(var(--light-bg));
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* nav-icon-5 */
.nav-icon-5 {
  width: 35px;
  height: 23px;
  margin: 4px 0 0 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-5 > div {
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 3px;
  transition-duration: 500ms;
}

.nav-icon-5 > div:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav-icon-5 > div:nth-child(2) {
  top: 10px;
  left: 0px;
  opacity: 1;
}

.nav-icon-5 > div:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.nav-icon-5:not(.open):hover > div:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover > div:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover > div:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}

.nav-icon-5.open > div:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}

.nav-icon-5.open > div:nth-child(2) {
  opacity: 0;
}

.nav-icon-5.open > div:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}

/* overlay */
.active-menu-overlay {
  position: relative;
}
.active-menu-overlay .nav-icon-5 {
  z-index: 2;
}
.active-menu-overlay::after {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(var(--primary-color), 0.5);
  z-index: 1;
}

@media (max-width: 991px) {
  header .side-box .side-nav {
    min-height: 1px;
  }
  header .side-box .flex-container .s-bottom-nav li {
    min-width: 1px;
    margin-right: 0;
  }
  header .side-box .flex-container .s-bottom-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .side-box .flex-container .list-inline {
    padding-right: 0px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  header .side-box .flex-container {
    flex-direction: column;
    text-align: center;
  }
}
.connected-system {
  padding: 93px 0px;
}
.connected-system .car-banner-system {
  margin-top: 50px;
  text-align: center;
}
.connected-system .car-banner-system p {
  padding-top: 30px;
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  text-align: center;
  color: #252525;
}

.inner-section-connected-system .inner-wrapper-connected-system {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
.inner-section-connected-system .inner-wrapper-connected-system div {
  margin-left: 10px;
}
.inner-section-connected-system .inner-wrapper-connected-system h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 25px;
  text-transform: uppercase;
  color: #252525;
}
.inner-section-connected-system .inner-wrapper-connected-system p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  color: #636363;
}

.section-3-connected-system {
  background: #F5FAF9;
  margin-top: 80px;
  padding: 80px 0px;
}
.section-3-connected-system .left-side-video-section .play-video-icon {
  display: flex;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  border-radius: 50%;
}
.section-3-connected-system .left-side-video-section .play-video-icon:after {
  width: 120px;
  height: 120px;
  position: absolute;
  content: "";
  background: #FFFFFF;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.section-3-connected-system .left-side-video-section .play-video-icon::before {
  width: 150px;
  height: 150px;
  position: absolute;
  content: "";
  background: #FFFFFF;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -2;
}
.section-3-connected-system .right-side-video-section {
  padding-left: 85px;
}
.section-3-connected-system .right-side-video-section .title-with-border-left p {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #252525;
}
.section-3-connected-system .right-side-video-section h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 39px;
  text-transform: uppercase;
  color: #054FA5;
  padding-top: 10px;
  margin: 0;
}
.section-3-connected-system .right-side-video-section p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  color: #636363;
  margin: 0;
  padding-top: 7px;
}
.section-3-connected-system .right-side-video-section ul li {
  padding: 7px 25px;
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 19px;
  color: #636363;
}
.section-3-connected-system .right-side-video-section ul li::after {
  position: absolute;
  content: "";
  background: url("../images/check-blue-borderless.svg") 0 no-repeat;
  width: 16px;
  height: 18px;
  left: 0;
  top: 10px;
}

.section-4-connected-system {
  padding: 80px 0px;
}
.section-4-connected-system .inner-section-4-connected-system {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.section-4-connected-system .inner-section-4-connected-system::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F5FAF9;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-height: 155px;
}
.section-4-connected-system .inner-section-4-connected-system:hover h2 {
  color: #fff;
}
.section-4-connected-system .inner-section-4-connected-system:hover p {
  color: #fff;
}
.section-4-connected-system .inner-section-4-connected-system:hover::after {
  background: #054FA5;
}
.section-4-connected-system .inner-section-4-connected-system div {
  margin-left: 15px;
}
.section-4-connected-system .inner-section-4-connected-system h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 22px;
  text-transform: uppercase;
  color: #252525;
}
.section-4-connected-system .inner-section-4-connected-system p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 21px;
  color: #636363;
}

@media (max-width: 767px) {
  .right-side-video-section {
    padding-left: 0 !important;
    margin-top: 40px;
  }
  .right-side-video-section img {
    width: 100%;
  }
}
.banner {
  position: relative;
}
.banner .t-layer {
  position: relative;
}
.banner .t-layer:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(9, 9, 9, 0.6);
  z-index: 99;
}
.banner .hero-slider {
  overflow: hidden;
  position: relative;
}
.banner .hero-slider .slick-list {
  padding: 0 !important;
}
.banner .hero-slider img {
  width: 100%;
}
.banner .hero-slider .slick-arrow {
  top: calc(100% - 100px);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner .hero-slider .slick-arrow::before {
  display: none;
}
.banner .hero-slider .slick-next {
  background-image: url(../images/hero-right.svg);
  right: calc(100% - 200px);
}
.banner .hero-slider .slick-next:hover {
  right: calc(100% - 208px);
}
.banner .hero-slider .slick-prev {
  left: 150px;
  background-image: url(../images/hero-left.svg);
}
.banner .hero-slider .slick-prev:hover {
  left: 142px;
}
.banner .hero-slider .banner-caption {
  padding: 56px 40px;
  position: absolute;
  top: 40%;
  color: #fff;
  width: 640px;
  z-index: 99;
}
.banner .hero-slider .banner-caption h1 {
  font-weight: 700;
  font-size: 4.8rem;
  text-shadow: 0px 5.76842px 1.44211px rgba(var(--black) 0.1);
}
.banner .hero-slider .banner-caption p {
  font-size: 1.7rem;
  margin-bottom: 18px;
}
.banner .hero-slider .banner-caption a {
  padding: 10px 14px;
  display: inline-block;
  background-color: rgb(var(--secondary-color));
}
.banner .hero-slider .banner-caption a span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--white));
}
.banner .hero-slider .banner-caption a span img {
  max-width: 100% !important;
  width: auto;
}
.banner .hero-slider .banner-caption:before {
  width: 90px;
  height: 100%;
  position: absolute;
  content: "";
  border: 4px solid #fff;
  border-right: none;
  top: 0;
  left: 0;
}
.banner .sticky-box {
  color: rgb(var(--white));
  width: 350px;
  position: absolute;
  right: 0;
  bottom: -90px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner .sticky-box .flex-container {
  display: block;
  background: rgba(var(--secondary-color), 1);
}
.banner .sticky-box .flex-container a {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 17px 20px;
  height: 90px;
  position: relative;
}
.banner .sticky-box .flex-container a > div {
  z-index: 1;
  position: relative;
}
.banner .sticky-box .flex-container a .img-box {
  width: 40px;
}
.banner .sticky-box .flex-container a .text-box {
  width: calc(100% - 50px);
  color: rgb(var(--white));
}
.banner .sticky-box .flex-container a .text-box h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 5px;
}
.banner .sticky-box .flex-container a .text-box p {
  font-size: 1.5rem;
  max-width: 440px;
  margin: 0;
}
.banner .sticky-box .flex-container:nth-child(2) {
  background: linear-gradient(0deg, #01ACE4, #01BEFC);
}
.banner .sticky-box.fixed {
  color: rgb(var(--white));
  position: fixed;
  right: 0;
  bottom: -90px;
}
.banner .scroll-down {
  position: fixed;
  bottom: 60px;
  left: 50%;
}
.banner .scroll-down .mouse {
  width: 25px;
  height: 40px;
  border: 2px solid rgba(var(--white), 0.5);
  border-radius: 60px;
  position: relative;
}
.banner .scroll-down .mouse::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(var(--white), 0.5);
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
.about-home {
  background: rgba(var(--light-bg), 1);
  padding: 96px 0px;
}
.about-home .left-side-img-section {
  position: relative;
}
.about-home .left-side-img-section .experiance-box {
  width: 216px;
  background-color: rgb(var(--primary-color));
  color: rgb(var(--white));
  padding: 20px 30px;
  position: absolute;
  right: -60px;
  top: 50%;
  padding-right: 80px;
}
.about-home .left-side-img-section .experiance-box h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
.about-home .left-side-img-section .experiance-box h3 span {
  display: block;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1em;
}
.about-home .left-side-img-section .experiance-box:after {
  width: 50px;
  height: calc(100% - 50px);
  position: absolute;
  content: "";
  border: 4px solid #fff;
  border-left: none;
  top: 25px;
  right: 20px;
}
.about-home .right-text-section {
  padding-left: 85px;
}
.about-home .right-text-section .title-with-border-left p {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: rgb(var(--primary-text-color));
}
.about-home .right-text-section h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 39px;
  text-transform: uppercase;
  color: rgb(var(--primary-color));
  padding-top: 10px;
  margin: 0;
}
.about-home .right-text-section p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  color: rgb(var(--secondary-text-color));
  margin: 0;
  padding-top: 7px;
  margin-bottom: 15px;
}
.about-home .right-text-section a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-home .right-text-section a:hover {
  gap: 15px;
}
.about-home .right-text-section a img {
  max-width: 100% !important;
  width: auto;
}

.technology-section {
  padding: 80px 0px 40px;
}
.technology-section .title-global-border-center {
  margin-bottom: 70px;
}
.technology-section .inner-technology-section {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
  min-height: 230px;
  padding: 50px 50px 50px 260px;
  background-color: rgba(var(--light-bg), 1);
}
.technology-section .inner-technology-section > img {
  position: absolute;
  left: 30px;
  top: -30px;
}
.technology-section .inner-technology-section div {
  margin-left: 15px;
}
.technology-section .inner-technology-section div h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 22px;
  text-transform: uppercase;
  color: rgb(var(--primary-text-color));
  transition: all 0.3s ease-in-out;
}
.technology-section .inner-technology-section div p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  color: rgb(var(--secondary-text-color));
  transition: all 0.3s ease-in-out;
}
.technology-section .inner-technology-section div a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  opacity: 0;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.technology-section .inner-technology-section div a:hover {
  gap: 15px;
}
.technology-section .inner-technology-section div a img {
  max-width: 100% !important;
  width: auto;
}
.technology-section .inner-technology-section:hover h2 {
  color: #fff;
}
.technology-section .inner-technology-section:hover p {
  color: #fff;
}
.technology-section .inner-technology-section:hover::after {
  background: #054FA5;
}
.technology-section .inner-technology-section:hover a {
  opacity: 1;
}

.itemBox {
  display: none;
}

.advance-technical {
  height: 700px;
  overflow: hidden !important;
}

.advance-technical {
  background: rgba(var(--light-bg), 1);
  padding: 100px 0;
}
.advance-technical .advanceTechSlider,
.advance-technical .advanceTechSliderfourwheel,
.advance-technical .advanceTechSlideroffroad {
  overflow: hidden;
}
.advance-technical .advanceTechSlider .slick-list,
.advance-technical .advanceTechSliderfourwheel .slick-list,
.advance-technical .advanceTechSlideroffroad .slick-list {
  padding: 0 !important;
}
.advance-technical .title-global-border-center {
  margin-bottom: 40px;
}
.advance-technical .title-global-border-center h2,
.advance-technical .title-global-border-center p {
  text-align: left;
}
.advance-technical .title-global-border-center h5 {
  text-align: left;
}
.advance-technical .title-global-border-center h5:after {
  left: 20px;
}
.advance-technical .title-global-border-center h2 {
  padding: 0;
}
.advance-technical ul.tab-head {
  margin-bottom: 40px;
}
.advance-technical ul.tab-head li {
  font-size: 15px;
  line-height: 27px;
  color: rgb(var(--primary-text-color));
  padding: 8px 15px;
  margin-left: 20px;
  cursor: pointer;
  background-color: rgb(var(--white));
}
.advance-technical ul.tab-head li.active {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--white));
}
.advance-technical ul.tab-head li:hover {
  color: rgb(var(--white));
}
.advance-technical figure {
  margin: 0 10px;
}
.advance-technical figure .img-box {
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  margin-bottom: 30px;
}
.advance-technical figure .img-box img {
  max-width: 200px;
}
.advance-technical figure h3 {
  color: rgb(var(--primary-text-color));
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
.advance-technical figure p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(var(--secondary-text-color));
  text-align: center;
}
.advance-technical .explore-more {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.advance-technical .explore-more:hover {
  padding-left: 20px;
}
.advance-technical .explore-more img {
  max-width: 100% !important;
  width: auto;
}

.investors-section {
  padding: 120px 0;
}
.investors-section .title-global-border-center {
  margin-bottom: 40px;
}
.investors-section .title-global-border-center p,
.investors-section .title-global-border-center h2 {
  text-align: left;
}
.investors-section .title-global-border-center h5 {
  text-align: left;
}
.investors-section .title-global-border-center h5:after {
  left: 20px;
}
.investors-section .title-global-border-center h2 {
  padding: 0;
}
.investors-section .bg-white {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investors-section .row.pad-0 {
  align-items: stretch !important;
}
.investors-section .row.pad-0 > div.inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--light-bg), 1);
}
.investors-section .row.pad-0 > div.inner-box .img-box {
  width: 100%;
  height: 100%;
}
.investors-section .row.pad-0 > div.inner-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.investors-section .row.pad-0 > div.inner-box figure {
  text-align: center;
  padding: 0 75px;
  z-index: 9;
}
.investors-section .row.pad-0 > div.inner-box figure h3 {
  font-weight: 700;
  font-size: 2.2rem;
  color: rgb(var(--primary-text-color));
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.investors-section .row.pad-0 > div.inner-box figure p {
  font-size: 15px;
  color: rgb(var(--secondary-text-color));
  transition: all 0.3s ease-in-out;
}
.investors-section .row.pad-0 > div.inner-box figure a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  opacity: 0;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.investors-section .row.pad-0 > div.inner-box figure a:hover {
  gap: 15px;
}
.investors-section .row.pad-0 > div.inner-box figure a img {
  max-width: 100% !important;
  width: auto;
}
.investors-section .row.pad-0 > div.inner-box:hover:before {
  content: "";
  background-image: url(../images/s-graph.svg);
  background-position: right -31px bottom -51px;
  background-repeat: no-repeat;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 170px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.investors-section .row.pad-0 > div.inner-box:hover figure p,
.investors-section .row.pad-0 > div.inner-box:hover figure a,
.investors-section .row.pad-0 > div.inner-box:hover figure h3 {
  color: rgb(var(--white));
}
.investors-section .row.pad-0 > div.inner-box:hover figure > img {
  filter: brightness(0) invert(1);
}
.investors-section .row.pad-0 > div.inner-box:hover figure a {
  opacity: 1;
  color: rgba(var(--secondary-color), 1);
}
.investors-section .row.pad-0 > div.inner-box.in-hover-2:hover:before {
  content: "";
  background-size: 130px;
  background-image: url(../images/s-report.svg);
}
.investors-section .row.pad-0 > div.inner-box.in-hover-3:hover:before {
  background-size: 130px;
  content: "";
  background-image: url(../images/s-guid.svg);
}

.events-news {
  background-color: rgba(var(--light-bg), 1);
  padding: 120px 0 100px;
}
.events-news .newsSlider {
  overflow: hidden;
}
.events-news .newsSlider .slick-list {
  padding: 0 !important;
}
.events-news .title-global-border-center {
  margin-bottom: 40px;
}
.events-news .title-global-border-center h2 {
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.2em;
}
.events-news .title-global-border-center h5 {
  line-height: 1.2em;
  margin-bottom: 10px;
  text-align: left;
}
.events-news .title-global-border-center h5:after {
  left: 20px;
}
.events-news .title-global-border-center h2 {
  padding: 0;
}
.events-news .events-box figure {
  margin: 0 10px;
  height: 420px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.events-news .events-box figure .upcoming {
  position: absolute;
  background-color: rgb(var(--primary-color));
  color: rgb(var(--white));
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  left: 12px;
  top: 12px;
  display: inline-block;
  padding: 5px 7px;
  z-index: 9;
}
.events-news .events-box figure .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.events-news .events-box figure .hide-show-box {
  background-color: rgba(var(--primary-color), 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgb(var(--white));
  padding: 25px 20px;
  height: 105px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.events-news .events-box figure .hide-show-box .date {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 7px;
  display: inline-block;
}
.events-news .events-box figure .hide-show-box .news-heading {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.events-news .events-box figure .hide-show-box .news-detsils {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
}
.events-news .events-box figure .hide-show-box a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.events-news .events-box figure .hide-show-box a:hover {
  gap: 15px;
}
.events-news .events-box figure .hide-show-box a img {
  max-width: 100% !important;
  width: auto;
}
.events-news .events-box figure:hover img {
  transform: scale(1.08);
}
.events-news .events-box figure:hover .hide-show-box {
  height: 250px;
}
.events-news .events-box figure:hover .hide-show-box .news-heading {
  white-space: normal;
  text-overflow: unset;
  line-height: 1.4;
  margin-bottom: 10px;
}
.events-news .news-box .mb-10 {
  margin-bottom: 20px;
}
.events-news .news-box .news-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: rgb(var(--white));
  padding: 0 18px;
}
.events-news .news-box .news-content .date {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 8px;
  display: inline-block;
  color: rgb(var(--secondary-color));
}
.events-news .news-box .news-content .news-heading {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.47;
  color: rgb(var(--primary-text-color));
  text-transform: uppercase;
  margin-bottom: 10px;
}
.events-news .news-box .news-content .news-detsils {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgb(var(--secondary-text-color));
}
.events-news .news-box .news-content .news-heading,
.events-news .news-box .news-content .date,
.events-news .news-box .news-content .news-detsils {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.events-news .news-box .news-content:hover .news-heading,
.events-news .news-box .news-content:hover .date,
.events-news .news-box .news-content:hover .news-detsils {
  color: rgb(var(--white));
}
.events-news .news-box .news-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.culture-section {
  padding: 100px 0;
}
.culture-section .banner-box {
  position: relative;
}
.culture-section .banner-box img.culture-banner {
  width: 100%;
}
.culture-section .banner-box .banner-tumbs {
  background-color: rgba(var(--light-bg), 1);
  padding: 20px;
  max-width: 670px;
  margin-top: -132px;
  position: relative;
}
.culture-section .banner-box .banner-tumbs img.culture-thumb {
  width: 100%;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center {
  padding-left: 10px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center h2 {
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.2em;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center h5 {
  line-height: 1.2em;
  margin-bottom: 10px;
  text-align: left;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center h5:after {
  left: 20px;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center h2 {
  padding: 0;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center a:hover {
  gap: 15px;
}
.culture-section .banner-box .banner-tumbs .title-global-border-center a img {
  max-width: 100% !important;
  width: auto;
}

.key-section {
  padding: 100px 0;
  background-color: rgb(var(--primary-color));
  margin-top: 130px;
}
.key-section .title-global-border-center {
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.key-section .title-global-border-center p,
.key-section .title-global-border-center h2 {
  text-align: left;
  color: rgb(var(--white));
}
.key-section .title-global-border-center h5 {
  color: rgb(var(--white));
  text-align: left;
}
.key-section .title-global-border-center h5:after {
  left: 20px;
}
.key-section .title-global-border-center h2 {
  padding: 0;
}
.key-section .key-banner {
  width: 100%;
  margin-top: -230px;
}
.key-section .keys {
  margin-top: 65px;
  text-align: center;
  color: rgb(var(--white));
}
.key-section .keys > div {
  border-right: 1px solid rgba(var(--primary-text-color), 0.2);
}
.key-section .keys > div:last-child {
  border: none;
}
.key-section .keys h3 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.key-section .keys h4 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.39;
  max-width: 118px;
  margin: 8px auto;
}
.key-section .keys p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 198px;
  margin: 0px auto;
}

.advanceTechSlider {
  padding: 0 40px;
}
.advanceTechSlider .slick-arrow {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  top: 35%;
  z-index: 9;
}
.advanceTechSlider .slick-arrow::before {
  display: none;
}
.advanceTechSlider .slick-next {
  background-image: url(../images/m-arrow-right.png);
  right: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.advanceTechSlider .slick-next:hover {
  right: 7px;
}
.advanceTechSlider .slick-prev {
  left: 15px;
  background-image: url(../images/arrow-left.png);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.advanceTechSlider .slick-prev:hover {
  left: 7px;
}

@media (max-width: 1366px) {
  .technology-section .inner-technology-section {
    padding-right: 20px;
  }
  .technology-section .inner-technology-section div {
    margin-left: 5px;
  }
  .technology-section .inner-technology-section div h2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .banner .hero-slider img {
    min-height: 700px;
    object-fit: cover;
    object-position: center;
  }
  .banner .hero-slider .banner-caption {
    width: 700px;
    top: 30%;
  }
  .banner .hero-slider .banner-caption img {
    min-height: auto;
  }
  .technology-section .inner-technology-section {
    padding: 20px 20px 20px 190px;
    min-height: 170px;
  }
  .technology-section .inner-technology-section > img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .banner .hero-slider img {
    min-height: 700px;
    object-fit: cover;
    object-position: center;
  }
  .banner .hero-slider .banner-caption {
    width: 700px;
    top: 30%;
  }
  .banner .hero-slider .banner-caption img {
    min-height: auto;
  }
  .banner .hero-slider .slick-next {
    right: calc(100% - 80px);
  }
  .banner .hero-slider .slick-prev {
    left: 30px;
  }
  .banner .sticky-box {
    width: 330px;
    position: absolute;
    right: 0;
    bottom: -70px;
  }
  .banner .sticky-box .flex-container a {
    padding: 7px 13px;
    height: 70px;
  }
  .about-home {
    padding: 100px 0 40px;
  }
  .about-home .right-text-section {
    padding: 0;
    margin-top: 50px;
  }
  .about-home .left-side-img-section .experiance-box {
    right: -15px;
  }
  .technology-section .title-global-border-center {
    margin-bottom: 60px;
  }
  .technology-section .title-global-border-center p,
  .technology-section .title-global-border-center h2 {
    text-align: left;
  }
  .technology-section .title-global-border-center h5 {
    text-align: left;
  }
  .technology-section .title-global-border-center h5:after {
    left: 20px;
  }
  .technology-section .title-global-border-center h2 {
    padding: 0;
  }
  .advance-technical ul.tab-head {
    margin-bottom: 40px;
    justify-content: center !important;
  }
  .investors-section .row.pad-0 > div.inner-box figure {
    padding: 15px;
  }
  .events-news .newsSlider {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .culture-section .banner-box .banner-tumbs {
    max-width: 100%;
    margin-top: 0;
  }
  .key-section {
    margin-top: 0;
  }
  .key-section .md-order-2 {
    order: 2;
    margin-top: 20px;
  }
  .key-section .key-banner {
    width: 100%;
    margin-top: 0;
  }
  .key-section .keys {
    margin-top: 30px;
  }
  .key-section .keys > div {
    padding: 20px 15px;
  }
  .key-section .keys > div:nth-child(2) {
    border: none;
    border-bottom: 1px solid rgba(var(--primary-text-color), 0.2);
  }
  .key-section .keys > div:nth-child(1) {
    border-bottom: 1px solid rgba(var(--primary-text-color), 0.2);
  }
}
@media (max-width: 767px) {
  .banner .hero-slider img {
    min-height: 670px;
  }
  .banner .hero-slider .banner-caption {
    width: 500px;
    padding: 40px;
  }
  .banner .hero-slider .banner-caption h1 {
    font-size: 3.8rem;
  }
  .banner .hero-slider .banner-caption p,
  .banner .hero-slider .banner-caption a {
    font-size: 1.9rem;
  }
  .banner .sticky-box {
    width: 275px;
  }
  .banner .sticky-box.fixed {
    right: 0;
    bottom: -70px;
    z-index: 99;
  }
  .title-global-border-center p {
    font-size: 1.9rem;
  }
  .about-home .right-text-section p,
  .about-home .right-text-section a {
    font-size: 1.9rem;
  }
  .technology-section {
    padding: 60px 0 0;
  }
  .technology-section .inner-technology-section {
    min-height: auto;
    margin-bottom: 30px;
  }
  .technology-section .inner-technology-section div h2 {
    font-size: 2rem;
  }
  .technology-section .inner-technology-section div p {
    font-size: 1.63rem;
    line-height: 1.8;
  }
  .technology-section .inner-technology-section div a {
    font-size: 1.9rem;
  }
  .advance-technical ul.tab-head li {
    padding: 5px 6px;
    margin-left: 4px;
  }
  .investors-section {
    padding: 60px 0 40px;
  }
  .investors-section .bg-white {
    padding: 0;
  }
  .investors-section .row.pad-0 > div.inner-box {
    border-bottom: 5px solid rgb(var(--white));
  }
  .events-news .news-box .news-img {
    height: auto;
  }
  .events-news .news-box .news-content {
    padding: 8px;
  }
  .events-news .news-box .news-content .news-heading,
  .events-news .news-box .news-content .date {
    font-size: 1.6rem;
  }
  .events-news .news-box .news-content .news-detsils {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  .culture-section {
    padding: 60px 0 40px;
  }
  .culture-section .banner-box .banner-tumbs .title-global-border-center a,
  .culture-section .banner-box .banner-tumbs .title-global-border-center p {
    font-size: 1.9rem;
  }
  .culture-section .banner-box .banner-tumbs .title-global-border-center h2 {
    font-size: 2.74rem;
  }
  .key-section {
    padding: 40px 0 40px;
  }
  .key-section .keys {
    margin-top: 30px;
  }
  .key-section .keys h4,
  .key-section .keys p {
    font-size: 1.9rem;
  }
  .key-section .keys h3 {
    font-size: 2.74rem;
  }
  .newsSlider {
    padding: 0 40px;
  }
  .newsSlider .slick-arrow {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    z-index: 9;
  }
  .newsSlider .slick-arrow::before {
    display: none;
  }
  .newsSlider .slick-next {
    background-image: url(../images/m-arrow-right.png);
    right: 15px;
  }
  .newsSlider .slick-prev {
    left: 15px;
    background-image: url(../images/arrow-left.png);
  }
  .advanceTechSlider .slick-arrow {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .banner .hero-slider .banner-caption {
    width: 300px;
    padding: 20px;
  }
  .technology-section {
    padding: 60px 0 0;
  }
  .technology-section .inner-technology-section {
    padding: 13px 13px 13px 115px;
  }
  .technology-section .inner-technology-section img {
    width: 105px;
    left: 10px;
    top: -10px;
  }
  .advance-technical {
    padding: 60px 0 40px;
  }
  .advance-technical figure {
    text-align: center;
  }
  .advance-technical figure h3 {
    font-size: 2rem;
  }
  .advance-technical figure p {
    font-size: 1.9rem;
  }
  .advance-technical a {
    font-size: 1.9rem;
  }
  .investors-section {
    padding: 60px 0 40px;
  }
  .investors-section .img-box {
    display: none;
  }
  .investors-section .row.pad-0 > div.inner-box figure {
    padding: 15px;
  }
  .investors-section .row.pad-0 > div.inner-box figure a {
    font-size: 1.9rem;
  }
  .events-news {
    padding: 60px 0 40px;
  }
  .events-news .title-global-border-center {
    margin-bottom: 20px;
  }
  .events-news .events-box figure .hide-show-box .news-detsils {
    font-size: 1.9rem;
    line-height: 1.8;
  }
  .events-news .news-box .news-content .news-heading,
  .events-news .news-box .news-content .news-detsils {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  .culture-section {
    padding: 60px 0 40px;
  }
  .culture-section .banner-box .banner-tumbs {
    padding: 10px;
  }
  .culture-section .banner-box .banner-tumbs .title-global-border-center p {
    padding-top: 0;
    line-height: 1.5em !important;
  }
  .culture-section .banner-box .banner-tumbs .row {
    margin: 0 -5px;
  }
  .culture-section .banner-box .banner-tumbs .row > * {
    padding: 0 5px;
  }
  .key-section {
    padding: 40px 0 40px;
  }
  .key-section .title-global-border-center h2 {
    font-size: 2.8rem;
    line-height: 20px;
  }
}
.inner-banner {
  background-size: cover;
  padding: 180px 0 80px;
}
.inner-banner h1 {
  color: rgba(var(--white), 1);
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 39px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.inner-banner .breadcrumb {
  align-items: center;
}
.inner-banner .breadcrumb li a,
.inner-banner .breadcrumb li {
  color: rgba(var(--white), 0.9);
  font-size: 1.5rem;
  line-height: 15px;
  margin-right: 5px;
}
.inner-banner .breadcrumb li a:before,
.inner-banner .breadcrumb li:before {
  color: rgba(var(--white), 0.9);
  font-size: 1.5rem;
  margin-right: 10px;
}
.inner-banner.rivised {
  background-image: none;
  padding: 0px;
  position: relative;
  height: 340px;
  overflow: hidden;
}
.inner-banner.rivised img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner.rivised .banner-caption {
  position: absolute;
  padding: 180px 0 80px;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 479px) {
  .inner-banner .breadcrumb li,
  .inner-banner .breadcrumb li:before {
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1.4rem;
  }
  .inner-banner .breadcrumb li a {
    margin-right: 2px;
  }
}
.about-first-section {
  padding: 100px 0px 80px;
}
.about-first-section .mb-30 {
  margin-bottom: 30px;
}
.about-first-section .mt-60 {
  margin-top: 60px;
}
.about-first-section .right-text-section .title-with-border-left p {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: rgb(var(--primary-text-color));
  margin-bottom: 10px;
}
.about-first-section .right-text-section h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 39px;
  text-transform: uppercase;
  color: rgb(var(--primary-color));
  margin: 0;
  margin-bottom: 10px;
}
.about-first-section .right-text-section p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  color: rgb(var(--secondary-text-color));
  margin: 0;
  padding-top: 7px;
  margin-bottom: 20px;
}
.about-first-section .img-box img {
  width: 100%;
}
.about-first-section .content-box {
  padding: 25px 36px;
  text-align: center;
  color: rgb(var(--white));
  background-color: rgb(var(--secondary-color));
}
.about-first-section .content-box h3 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.about-first-section .content-box h4 {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.39;
  margin: 8px auto;
}
.about-first-section .content-box p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 198px;
  margin: 0px auto;
}
.about-first-section .content-box img {
  filter: brightness(0) invert(1);
}

.video-section {
  background: #F5FAF9;
  padding: 80px 0;
}
.video-section .left-side-video-section .play-video-icon {
  display: flex;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  border-radius: 50%;
}
.video-section .left-side-video-section .play-video-icon:after {
  width: 120px;
  height: 120px;
  position: absolute;
  content: "";
  background: #FFFFFF;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.video-section .left-side-video-section .play-video-icon::before {
  width: 150px;
  height: 150px;
  position: absolute;
  content: "";
  background: #FFFFFF;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -2;
}
.video-section .right-side-video-section .title-with-border-left {
  padding-top: 17px;
}
.video-section .right-side-video-section .title-with-border-left p {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #252525;
}
.video-section .right-side-video-section h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 39px;
  text-transform: uppercase;
  color: #054FA5;
  padding-top: 10px;
  margin: 0;
}
.video-section .right-side-video-section p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 27px;
  color: #636363;
  margin: 0;
  padding-top: 7px;
}
.video-section .right-side-video-section ul li {
  padding: 7px 25px;
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 19px;
  color: #636363;
}
.video-section .right-side-video-section ul li::after {
  position: absolute;
  content: "";
  background: url("../images/check-blue-borderless.svg") 0 no-repeat;
  width: 16px;
  height: 18px;
  left: 0;
  top: 10px;
}

.mission-vission {
  padding: 80px 0;
}
.mission-vission .title-global-border-center {
  background-color: rgb(var(--light-bg));
  background-color: rgb(var(--light-bg));
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.mission-vission .news-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.aboutus-slider {
  position: relative;
}
.aboutus-slider .tab-box-section {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 60px;
}
.aboutus-slider .tab-box-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.aboutus-slider .tab-box-section ul li {
  list-style: none;
  font-weight: 600;
  font-size: 2rem;
  line-height: 21px;
  display: flex;
  align-items: stretch;
  text-transform: uppercase;
  color: rgba(var(--light-bg), 0.5);
  max-width: 205px;
  gap: 25px;
  cursor: pointer;
}
.aboutus-slider .tab-box-section ul li span {
  border-left: 3px solid rgba(var(--light-bg), 0.5);
  font-size: 2rem;
  display: flex;
  align-items: flex-end;
  padding: 0 0 0 10px;
}
.aboutus-slider .tab-box-section ul li:last-child span {
  border: none !important;
}
.aboutus-slider .tab-box-section ul li.active {
  color: rgb(var(--white));
}
.aboutus-slider .tab-box-section ul li.active span {
  border-left: 3px solid rgb(var(--white));
}
.aboutus-slider .slides-section {
  overflow: hidden;
}
.aboutus-slider .slides-section .slide-items {
  position: relative;
}
.aboutus-slider .slides-section .slide-items > img {
  width: 100%;
}
.aboutus-slider .slides-section .slide-items .slider-caption {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
}
.aboutus-slider .slides-section .slide-items .slider-caption .left-box {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  position: relative;
}
.aboutus-slider .slides-section .slide-items .slider-caption .left-box:before {
  width: 90px;
  height: 80%;
  position: absolute;
  content: "";
  border: 4px solid #fff;
  border-right: none;
  top: 10%;
  left: 40px;
  z-index: 9;
}
.aboutus-slider .slides-section .slide-items .slider-caption .left-box img {
  filter: grayscale(1);
  opacity: 0.8;
  width: 285px;
  height: 350px;
  object-fit: cover;
}
.aboutus-slider .slides-section .slide-items .slider-caption .left-box .text-box {
  width: 260px;
}
.aboutus-slider .slides-section .slide-items .slider-caption .left-box .text-box h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  color: rgb(var(--white));
  text-transform: uppercase;
  margin-bottom: 10px;
}
.aboutus-slider .slides-section .slide-items .slider-caption .left-box .text-box p {
  font-size: 1.6rem;
  color: rgb(var(--white));
  font-weight: 500;
  line-height: 1.62;
}
.aboutus-slider .slides-section .slide-items .right-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.aboutus-slider .slides-section .slide-items .right-box .bor-setting {
  position: relative;
  width: 300px;
  margin-left: auto;
}
.aboutus-slider .slides-section .slide-items .right-box .bor-setting:before {
  width: 90px;
  height: 80%;
  position: absolute;
  content: "";
  border: 4px solid #fff;
  border-right: none;
  top: 10%;
  left: 30px;
  z-index: 9;
}
.aboutus-slider .slick-dots {
  display: none !important;
}
.aboutus-slider .slick-arrow {
  top: calc(100% - 100px);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.aboutus-slider .slick-arrow::before {
  display: none;
}
.aboutus-slider .slick-next {
  background-image: url(../images/hero-right.svg);
  right: calc(100% - 200px);
}
.aboutus-slider .slick-prev {
  left: 150px;
  background-image: url(../images/hero-left.svg);
}
.aboutus-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.map-section {
  padding: 80px 0;
}
.map-section .title-global-border-center {
  margin-bottom: 50px;
  padding-top: 15px;
}
.map-section .map-box {
  position: relative;
}
.map-section .click-to-open {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(var(--secondary-color));
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  cursor: pointer;
  position: absolute;
  font-size: 0;
}
.map-section .tooltip-box {
  display: none;
  border-radius: 8px;
  width: 281px;
  margin: 15px 0 0 -137px;
  min-height: 122px;
  z-index: 9;
  text-align: center;
  padding: 15px;
  position: absolute;
  background-color: rgb(var(--white));
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.map-section .tooltip-box h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 22px;
  color: rgb(var(--primary-text-color));
}
.map-section .tooltip-box h4 {
  font-size: 1.5rem;
  line-height: 27px;
  color: rgb(var(--secondary-text-color));
}
.map-section .tooltip-box .office-details {
  background-color: rgb(var(--secondary-color));
  color: rgb(var(--white));
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 4px 8px 4px;
  padding: 4px 7px;
}
.map-section .country1 {
  top: 34%;
  left: 16%;
}
.map-section .country2 {
  top: 35%;
  left: 48%;
}
.map-section .country3 {
  top: 32%;
  left: 50%;
}
.map-section .country4 {
  top: 38%;
  left: 51%;
}
.map-section .country5 {
  top: 45%;
  right: 19%;
}
.map-section .country6 {
  top: 38%;
  right: 12.5%;
}
.map-section .country7 {
  top: 57%;
  right: 22%;
}
.map-section .country8 {
  top: 63%;
  right: 19%;
}
.map-section .country9 {
  top: 47%;
  left: 69%;
}
.map-section .country10 {
  top: 48%;
  left: 45%;
}
.map-section .country11 {
  top: 63%;
  left: 29%;
}
.map-section .country12 {
  top: 39%;
  left: 46%;
}
.map-section .country13 {
  top: 47%;
  left: 18.5%;
}

.testimonials {
  padding: 80px 0;
  background-color: rgb(var(--light-bg));
}
.testimonials .title-global-border-center {
  padding-top: 17px;
  margin-bottom: 40px;
}
.testimonials .testimonials-box {
  background-color: rgb(var(--white));
  padding: 30px;
  margin: 10px 10px 50px;
}
.testimonials .testimonials-box .title-bar {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonials .testimonials-box .title-bar h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  color: rgb(var(--primary-text-color));
}
.testimonials .testimonials-box .title-bar span {
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgb(var(--secondary-text-color));
}
.testimonials .testimonials-box q {
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgb(var(--secondary-text-color));
}
.testimonials .testimonials-box .star {
  display: block;
  font-size: 20px;
  color: #FF8F1F;
}
.testimonials .testimonials-box .star img {
  display: inline-block;
}
.testimonials .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
  margin: 7px;
}
.testimonials .slick-dots li button {
  background: rgba(var(--primary-text-color), 0.4);
  opacity: 0.4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.testimonials .slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  background: rgba(var(--secondary-color), 1);
  border-radius: 100px;
  opacity: 1;
}
.testimonials .slick-arrow {
  display: none;
}
.testimonials .slick-dots li button:before {
  display: none;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(var(--secondary-color), 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(var(--primary-color), 0);
  }
}
@media (max-width: 1199px) {
  .aboutus-slider .tab-box-section ul li {
    max-width: 190px;
    gap: 21px;
  }
  .aboutus-slider .slides-section .slide-items > img {
    min-height: 900px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .about-first-section .right-text-section {
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about-first-section,
  .video-section,
  .mission-vission,
  .map-section,
  .testimonials {
    padding: 40px 0;
  }
  .about-first-section p,
  .video-section p,
  .mission-vission p,
  .map-section p,
  .testimonials p {
    font-size: 1.9rem !important;
  }
  .about-first-section .content-box {
    padding: 25px 16px;
  }
  .aboutus-slider .tab-box-section ul li {
    font-size: 0;
    gap: 10px;
  }
  .aboutus-slider .slides-section .slide-items > img {
    min-height: 500px;
    object-fit: cover;
  }
  .aboutus-slider .slides-section .slick-next {
    right: calc(100% - 80px);
  }
  .aboutus-slider .slides-section .slick-prev {
    left: 30px;
  }
  .aboutus-slider .slides-section .slide-items .slider-caption {
    top: 120px;
  }
  .aboutus-slider .slides-section .slide-items .slider-caption .left-box:before {
    width: 30px;
    border: 2px solid #fff;
    border-right: none;
    left: 15px;
    z-index: 9;
  }
  .aboutus-slider .slides-section .slide-items .slider-caption .left-box img {
    filter: grayscale(1);
    opacity: 0.8;
    width: 134px;
    height: auto;
  }
  .aboutus-slider .slides-section .slide-items .slider-caption .left-box .text-box h2 {
    font-size: 1.5rem;
  }
  .aboutus-slider .slides-section .slide-items .slider-caption .left-box .text-box p {
    line-height: 1.2;
  }
  .aboutus-slider .slides-section .slide-items .right-box .bor-setting {
    width: 200px;
  }
  .aboutus-slider .slides-section .slide-items .right-box .bor-setting img {
    width: 100%;
  }
  .mission-vission .news-img {
    height: 100%;
  }
  .order-m-3 {
    order: 3;
    margin-top: 30px;
  }
  .order-m-4 {
    order: 4;
  }
  .testimonials .testimonials-box {
    margin: 0;
  }
  .testimonials .slick-arrow {
    display: none !important;
  }
}
ul.vehicle-type li a {
  font-size: 15px;
  line-height: 27px;
  color: rgb(var(--primary-text-color));
  padding: 8px 15px;
  margin-left: 20px;
  cursor: pointer;
  background-color: rgb(var(--white));
  display: block;
  background-color: rgba(var(--light-bg), 1);
}
ul.vehicle-type li.active a, ul.vehicle-type li:hover a {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--white));
}

.proctucts-details {
  padding: 100px 0;
}
.proctucts-details .title-global-border-center {
  margin-bottom: 30px;
}
.proctucts-details .head-tite {
  margin: 30px 0 0;
  font-size: 1.5rem;
  color: rgb(var(--secondary-text-color));
}
.proctucts-details .products-img {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.proctucts-details .products-img img {
  max-width: 100%;
  margin: 0 auto 60px;
}
.proctucts-details .products-img .product-details-link {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: rgb(var(--secondary-color));
  background-color: rgba(var(--white));
  animation-name: w-wave;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 0;
  padding: 7px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.proctucts-details .products-img .product-details-link small {
  position: absolute;
  bottom: 130%;
  z-index: 99;
  display: none;
  min-width: auto;
  padding: 3px 10px;
  font-size: 13px;
  color: rgb(var(--white));
  background: rgb(var(--primary-color));
  line-height: 1.6;
}
.proctucts-details .products-img .product-details-link:hover small {
  display: block;
}
.proctucts-details .products-img .cpoint1 {
  top: 52%;
  left: 56%;
}
.proctucts-details .products-img .cpoint2 {
  top: 47%;
  left: 55%;
}
.proctucts-details .products-img .cpoint3 {
  top: 46%;
  left: 45%;
}
.proctucts-details .products-img .cpoint4 {
  top: 67%;
  left: 49%;
}
.proctucts-details .products-img .fwpoint1 {
  top: 52%;
  left: 56%;
}
.proctucts-details .products-img .fwpoint2 {
  top: 53%;
  left: 51%;
}
.proctucts-details .products-img .fwpoint3 {
  top: 42%;
  left: 52%;
}
.proctucts-details .products-img .fwpoint4 {
  top: 67%;
  left: 55%;
}
.proctucts-details .products-img .fwpoint5 {
  top: 26%;
  left: 10%;
}
.proctucts-details .products-img .fwpoint6 {
  top: 35%;
  left: 58%;
}
.proctucts-details .products-img .fwpoint7 {
  top: 39%;
  left: 58%;
}
.proctucts-details .products-img .fwpoint8 {
  top: 45%;
  left: 10%;
}
.proctucts-details .products-img .fwpoint9 {
  top: 50%;
  left: 29%;
}
.proctucts-details .products-img .fwpoint10 {
  top: 42%;
  left: 41%;
}
.proctucts-details .products-img .fwpoint11 {
  top: 33%;
  left: 55%;
}
.proctucts-details .products-img .fwpoint12 {
  top: 58%;
  left: 39%;
}
.proctucts-details .products-img .fwpoint13 {
  top: 75%;
  left: 68%;
}
.proctucts-details .products-img .fwpoint14 {
  top: 44%;
  left: 43%;
}
.proctucts-details .products-img .fwpoint15 {
  top: 39%;
  left: 38%;
}
.proctucts-details .products-img .fwpoint16 {
  top: 22%;
  left: 12%;
}
.proctucts-details .products-img .fwpoint17 {
  top: 29%;
  left: 53%;
}
.proctucts-details .products-img .fwpoint18 {
  top: 23%;
  left: 28%;
}
.proctucts-details .products-img .fwpoint19 {
  top: 31%;
  left: 9%;
}
.proctucts-details .products-img .fwpoint20 {
  top: 41%;
  left: 11%;
}
.proctucts-details .products-img .fwpoint21 {
  top: 55%;
  left: 48%;
}
.proctucts-details .products-img .fwpoint22 {
  top: 67%;
  left: 49%;
}
.proctucts-details .products-img .fwpoint23 {
  top: 65%;
  left: 68%;
}
.proctucts-details .products-img .fwpoint24 {
  top: 45%;
  left: 52%;
}
.proctucts-details .products-img .fwpoint25 {
  top: 44%;
  left: 55%;
}
.proctucts-details .products-img .fwpoint26 {
  top: 77%;
  left: 70%;
}
.proctucts-details .products-img .fwpoint27 {
  top: 25%;
  left: 60%;
}
.proctucts-details .products-img .fwpoint28 {
  top: 32%;
  left: 50%;
}
.proctucts-details figure {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
}
.proctucts-details figure .img-box {
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-bottom: 30px;
}
.proctucts-details figure .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.proctucts-details figure h3 {
  color: rgb(var(--primary-text-color));
  font-weight: 600;
  font-size: 1.8rem;
}
.proctucts-details figure > p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(var(--secondary-text-color));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proctucts-details figure.active {
  background-color: rgb(var(--secondary-color));
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 7px 4px;
  padding: 10px;
}
.proctucts-details figure.active p,
.proctucts-details figure.active h3 {
  color: #fff;
}
.proctucts-details figure .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-color), 0.94);
  top: 0;
  left: -100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
  transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
}
.proctucts-details figure .hover-box h3 {
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3rem;
  height: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.proctucts-details figure .hover-box > p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #fff;
  height: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.vehicle-type {
  margin-bottom: 4rem;
}

@media (max-width: 1199px) {
  ul.vehicle-type {
    gap: 15px 0;
  }
  .proctucts-details figure .img-box {
    height: auto;
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .product-main-img {
    display: none;
  }
}
@media (max-width: 767px) {
  ul.vehicle-type {
    margin: 20px 0 0;
  }
  ul.vehicle-type li {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px;
    margin: 0 5px;
  }
  ul.vehicle-type li a {
    margin-left: 0;
  }
  .proctucts-details {
    padding: 60px 0 40px;
  }
  .proctucts-details figure {
    text-align: center;
  }
  .proctucts-details figure h3 {
    font-size: 2rem;
  }
  .proctucts-details figure p {
    font-size: 1.9rem;
  }
  .proctucts-details a {
    font-size: 1.9rem;
  }
  .proctucts-details .title-global-border-center {
    margin-bottom: 0;
  }
}
@keyframes w-wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(var(--white), 0.9);
  }
  100% {
    box-shadow: 0 0 0px 8px rgba(var(--white), 0);
  }
}
.result-not-found {
  padding: 100px 0;
}
.result-not-found .not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.result-not-found .not-found img {
  margin: 80px 0;
}
.result-not-found .not-found h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6rem;
  margin-bottom: 15px;
  color: rgba(var(--primary-text-color), 1);
}
.result-not-found .not-found p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: rgba(var(--secondary-text-color), 1);
}

.hover-left {
  position: relative;
}
.hover-left:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(var(--primary-color));
  -webkit-transition: all 0 4s ease-in-out;
  transition: all 0 4s ease-in-out;
  -moz-transition: all 0 4s ease-in-out;
  -ms-transition: all 0 4s ease-in-out;
  -o-transition: all 0 4s ease-in-out;
}
.hover-left:hover:after {
  width: 100%;
}

.hover-left *,
.hover-bottom * {
  z-index: 1;
  position: relative;
}

.hover-bottom {
  position: relative;
}
.hover-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: rgb(var(--primary-color));
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.hover-bottom:hover:after {
  height: 100%;
}

.company-wrapper a {
  position: relative;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.company-wrapper a h2,
.company-wrapper a p {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.company-wrapper a:hover {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.company-wrapper a:hover h2,
.company-wrapper a:hover p {
  color: #fff !important;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.company-wrapper a:hover .hover-bottom {
  position: relative;
  display: none;
}
.company-wrapper a:hover .hover-bottom:after {
  height: 100%;
}

.key_to_heighlight .img-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.key_to_heighlight .content-box {
  padding: 32px 36px;
  text-align: center;
  color: rgb(var(--white));
  background-color: rgb(var(--secondary-color));
  height: 260px;
}
.key_to_heighlight .content-box h3 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.key_to_heighlight .content-box h4 {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.39;
  margin: 8px auto;
}
.key_to_heighlight .content-box p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 198px;
  margin: 0px auto;
}
.key_to_heighlight .content-box img {
  filter: brightness(0) invert(1);
}

.diffrentitiation-block {
  background-color: rgb(var(--light-bg));
  padding: 35px 0;
}
.diffrentitiation-block .chart img {
  max-width: 100%;
}
.diffrentitiation-block .legends {
  padding: 0;
}
.diffrentitiation-block .legends li {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 25px;
  color: rgb(var(--primary-text-color));
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.diffrentitiation-block .legends li:before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: rgb(var(--light-bg-2));
}
.diffrentitiation-block .legends li:nth-child(2):before {
  background-color: rgb(var(--secondary-color));
}
.diffrentitiation-block .legends li:nth-child(3):before {
  background-color: rgb(var(--primary-color));
}
.diffrentitiation-block .legends li:last-child {
  margin-bottom: 0;
}

.section-text-black * {
  color: rgb(var(--primary-text-color));
}

.bg-traparent {
  background-color: transparent;
  margin-top: 0;
}
.bg-traparent .keys {
  margin: 0;
}

@media (max-width: 767px) {
  .diffrentitiation-block {
    background-color: rgb(var(--light-bg));
    padding: 35px 0;
  }
  .diffrentitiation-block .legends {
    padding: 0;
  }
  .diffrentitiation-block .chart {
    margin: 20px 0;
  }
}
.management-team .tablist {
  padding: 0;
  margin-top: 20px;
}
.management-team .tablist li {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  list-style: none;
  color: rgba(var(--primary-text-color), 1);
  cursor: pointer;
  padding: 8px 15px;
  background-color: rgb(var(--light-bg));
}
.management-team .tablist li span {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.management-team .tablist li:hover span {
  color: #fff;
}
.management-team .tablist li.active {
  background-color: rgb(var(--primary-color));
}
.management-team .tablist li.active span {
  color: #fff;
}
.management-team .team-details.w-0 ul {
  opacity: 0;
  visibility: hidden;
}
.management-team .team-details > ul {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}
.management-team .team-details > ul > li {
  list-style: none;
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgb(var(--light-bg));
  cursor: pointer;
}
.management-team .team-details > ul > li .management-team-member img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
}
.management-team .team-details > ul > li .about-team-menber {
  margin-top: 15px;
}
.management-team .team-details > ul > li .about-team-menber h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: rgba(var(--primary-text-color), 1);
}
.management-team .team-details > ul > li .about-team-menber h5 small {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: var(--text-color);
}
.management-team .team-details > ul > li .about-team-menber p,
.management-team .team-details > ul > li .about-team-menber .p {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: var(--text-color);
  display: none;
}
.management-team .modal-body {
  list-style: none;
  width: 100%;
  margin-bottom: 0px;
  padding: 60px 0px 15px;
}
.management-team .modal-body .management-team-member {
  margin-bottom: 15px;
}
.management-team .modal-body .management-team-member img {
  width: 250px;
  height: 240px;
  object-fit: cover;
  object-position: top;
}
.management-team .modal-body .about-team-menber h5 {
  color: rgba(var(--primary-color), 1);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.management-team .modal-body .about-team-menber h5 small {
  color: var(--heading-2-color, #252525);
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.management-team .modal-body .about-team-menber p,
.management-team .modal-body .about-team-menber .p {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: var(--text-color);
}
.modal-body {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-body .about-team-menber {
  width: calc(100% - 290px);
}

@media (max-width: 991px) {
  .management-team .team-details > ul > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .modal-body .about-team-menber {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .management-team .team-details > ul > li .management-team-member img {
    height: 150px;
  }
  .management-team .team-details > ul > li .about-team-menber h5 {
    font-size: 14px;
    line-height: 1.6;
  }
  .management-team .team-details > ul > li .about-team-menber h5 small {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  .modal-body img {
    max-width: 100%;
  }
}
.management-team .modal {
  background: rgba(0, 0, 0, 0.73);
}
.management-team .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px 30px 30px 60px;
  border: 1px solid #888;
  max-width: 1000px;
  position: relative;
  border-radius: 0px;
  margin-top: 100px;
  width: calc(100% - 30px);
  margin-bottom: 50px;
}
.management-team .modal-content .close {
  background: url(../images/close-icon-popup.svg) no-repeat center;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  right: 15px;
  top: 15px;
}
.management-team .modal-content .modal-body {
  padding: 50px 0px 0px;
}
.management-team .modal-content .management-team-member {
  position: relative;
}
.management-team .modal-content .management-team-member::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 100%;
  height: 100%;
  max-height: 190px;
  max-width: 130px;
  background: rgb(var(--primary-color));
  z-index: 1;
}
.management-team .modal-content .management-team-member img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .management-team .modal-content {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .management-team .modal-content {
    margin-top: 50px;
    padding: 30px 15px;
  }
  .management-team .modal-content .modal-body {
    gap: 0;
  }
  .management-team .modal-content .close {
    width: 44px;
    height: 44px;
    right: 10px;
    top: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

.close {
  float: right;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 99;
  font-weight: 300;
  line-height: 1;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.removeScroll {
  overflow: hidden;
}

.contact-details .mt-50 {
  margin-top: 50px;
}
.contact-details .location-details {
  background-color: rgba(var(--light-bg), 1);
  padding: 30px;
  height: 100%;
}
.contact-details .location-details h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: var(--primary-text-color);
  padding: 10px 0px 10px 50px;
  background-image: url(../images/blue-mark-map.svg);
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.contact-details .location-details h3 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  display: block;
  color: var(--text-color);
}
.contact-details .location-details h3.telicom {
  background-image: url(../images/blue-telicom.svg);
}
.contact-details .location-details h3.envelop {
  background-image: url(../images/blue-envelop.svg);
}
.contact-details .location-details p {
  margin-bottom: 20px;
}
.contact-details .location-details p:last-child {
  margin-bottom: 0;
}
.contact-details .location-details address,
.contact-details .location-details p,
.contact-details .location-details a {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  display: block;
  color: var(--text-color);
}
.contact-details .location-details address strong,
.contact-details .location-details p strong,
.contact-details .location-details a strong {
  display: block;
  color: var(--primary-text-color);
  font-weight: 400;
}

.form-box {
  padding-bottom: 80px;
}
.form-box h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--primary-text-color);
  margin-bottom: 0px;
  text-transform: uppercase;
}
.form-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.form-box .location-details {
  height: auto;
}
.form-box form .mb-20 {
  margin-bottom: 25px;
}
.form-box form label {
  color: var(--primary-text-color);
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
}
.form-box form label sup {
  color: #CF1313;
  font-weight: 500;
  font-size: 15px;
}
.form-box form input.form-control {
  height: 47px;
  padding: 10px 15px;
  border: 1px solid rgba(99, 99, 99, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 15px;
  line-height: 27px;
}
.form-box form textarea.form-control {
  border: 1px solid rgba(99, 99, 99, 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 15px;
  line-height: 27px;
}
.form-box form .btn {
  font-size: 17px;
  line-height: 27px;
  color: rgb(var(--white));
  padding: 8px 15px;
  background-color: rgb(var(--secondary-color));
  transition: 0.3s ease-in;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}

.location-continemtal-wise {
  background-color: rgba(var(--light-bg), 1);
}
.location-continemtal-wise .title-global-border-center p {
  margin-bottom: 50px;
}
.location-continemtal-wise .location-details-single {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.location-continemtal-wise .location-details-single h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  z-index: 99;
  text-align: center;
}
.location-continemtal-wise .location-details-single::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.4;
}
.location-continemtal-wise .location-details-single img {
  width: 100%;
  height: 350px;
  object-fit: c;
}

@media (max-width: 767px) {
  .location-continemtal-wise .location-details-single {
    margin-bottom: 15px;
  }
  .contact-details .location-details {
    background-color: rgba(var(--light-bg), 1);
    padding: 20px;
  }
  .form-box {
    padding-bottom: 40px;
  }
  .location-continemtal-wise .title-global-border-center p {
    margin-bottom: 20px;
  }
  .contact-details .location-details address,
  .contact-details .location-details p,
  .contact-details .location-details a {
    font-size: 13px;
  }
  .contact-details .mt-50 {
    margin-top: 20px;
  }
  .form-box form .mb-20 {
    margin-bottom: 10px;
  }
}
.newsroom .title-global-border-center p {
  margin-bottom: 60px;
}
.newsroom .events-box figure {
  height: 300px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsroom .events-box figure .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.newsroom .events-box figure .hide-show-box {
  background-color: rgba(var(--primary-color), 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgb(var(--white));
  padding: 10px 20px;
  height: 70px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.newsroom .events-box figure .hide-show-box .date {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 7px;
  display: inline-block;
}
.newsroom .events-box figure .hide-show-box .news-heading {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsroom .events-box figure .hide-show-box .news-detsils {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
}
.newsroom .events-box figure .hide-show-box a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.newsroom .events-box figure .hide-show-box a:hover {
  gap: 15px;
}
.newsroom .events-box figure .hide-show-box a img {
  max-width: 100% !important;
  width: auto;
}
.newsroom .events-box figure:hover img {
  transform: scale(1.08);
}
.newsroom .events-box figure:hover .hide-show-box {
  height: 250px;
}
.newsroom .events-box figure:hover .hide-show-box .news-heading {
  white-space: normal;
  text-overflow: unset;
  line-height: 1.4;
  margin-bottom: 10px;
}
.newsroom .letest-news {
  padding-top: 10px;
}
.newsroom .letest-news .latest-newslist {
  background-color: rgba(var(--light-bg));
}
.newsroom .letest-news .latest-newslist ul {
  margin-top: 35px;
  padding: 0 20px;
  margin-bottom: 0;
}
.newsroom .letest-news .latest-newslist ul li {
  list-style: none;
  border-bottom: 1px solid rgba(84, 84, 84, 0.2);
}
.newsroom .letest-news .latest-newslist ul li:last-child {
  border: none;
}
.newsroom .letest-news .latest-newslist ul li a {
  padding: 30px 0;
  display: block;
}
.newsroom .letest-news .latest-newslist ul li a .date {
  font-size: 15px;
  color: rgb(var(--secondary-color));
  font-weight: 500;
  line-height: 22px;
  display: block;
  margin-bottom: 8px;
}
.newsroom .letest-news .latest-newslist ul li a p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: rgb(var(--primary-text-color));
  margin-bottom: 0;
}

.previous-news .small-title {
  margin-bottom: 30px;
}
.previous-news figure {
  margin-bottom: 30px;
}
.previous-news figure a {
  display: block;
}
.previous-news figure a .img-holder img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.previous-news figure a .news-title-container {
  padding: 25px;
}
.previous-news figure a .news-title-container .date {
  font-size: 13px;
  color: rgb(var(--secondary-color));
  font-weight: 500;
  line-height: 22px;
  display: block;
  margin-bottom: 3px;
}
.previous-news figure a .news-title-container .news-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: rgb(var(--primary-text-color));
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.previous-news figure a .news-title-container .news-discriptiobn {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  line-height: 27px;
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
}

.events-page.newsroom .events-box figure {
  height: 420px !important;
}
.events-page.newsroom .small-title {
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .events-page.newsroom .events-box figure {
    height: 366px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .newsroom .events-box figure {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  .newsroom .letest-news {
    margin-bottom: 20px;
  }
  .newsroom .letest-news .latest-newslist ul li a {
    padding: 15px 0;
  }
  .newsroom .letest-news .latest-newslist ul li a .date {
    margin-bottom: 0;
  }
  .newsroom .letest-news .latest-newslist ul li a p {
    font-size: 16px;
    line-height: 24px;
  }
  .previous-news figure {
    margin-bottom: 15px;
  }
  .previous-news figure a .news-title-container {
    padding: 10px;
  }
  .previous-news figure a .news-title-container .news-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .previous-news figure a .img-holder img {
    height: 115px;
  }
  .events-page.newsroom .events-box figure {
    height: 250px !important;
  }
}
.faq-box {
  padding-bottom: 80px;
}
.faq-box .title-global-border-center h2 {
  margin-bottom: 50px;
}
.faq-box .global-typo .accordion_c_b {
  margin: 0;
  display: none;
}
.faq-box .global-typo .accordion_c_b.activetab {
  display: block;
}
.faq-box .small-title {
  margin-top: 15px;
}
.faq-box .faq-categoryl-list,
.faq-box ul {
  padding: 0;
  padding-right: 40px;
  margin-top: 20px;
}
.faq-box .faq-categoryl-list li,
.faq-box ul li {
  list-style: none;
  padding: 20px 18px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: rgba(var(--light-bg), 1);
  border-bottom: 1px solid #E1E1E1;
}
.faq-box .faq-categoryl-list li a,
.faq-box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-text-color);
}
.faq-box .faq-categoryl-list li:last-child,
.faq-box ul li:last-child {
  border: none;
}
.faq-box .faq-categoryl-list li:hover a, .faq-box .faq-categoryl-list li.active a,
.faq-box ul li:hover a,
.faq-box ul li.active a {
  color: rgba(var(--secondary-color), 1);
}
.faq-box .top-strip {
  background-color: rgba(var(--secondary-color), 1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
}
.faq-box .top-strip p {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.faq-box .faq-category-wise .accordion_c_b .investers-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 18px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.faq-box .faq-category-wise .accordion_c_b .investers-link h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary-text-color);
}
.faq-box .faq-category-wise .accordion_c_b .investers-link a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--secondary-color), 1);
}
.faq-box .faq-category-wise .accordion_c_b .investers-link:nth-child(even) {
  background-color: rgba(var(--light-bg), 1);
}
.faq-box .w-80 {
  width: 80%;
}
.faq-box .w-20 {
  width: 20%;
}

.group-companies-discription .group-companies-right {
  margin-top: 15px;
}
.group-companies-discription .group-companies-right h2 {
  margin-bottom: 20px;
}
.group-companies-discription .group-companies-right .img-box {
  margin-bottom: 15px;
}
.group-companies-discription .group-companies-right .img-box img {
  width: 100%;
}
.group-companies-discription .group-companies-right p {
  margin-bottom: 20px;
}
.group-companies-discription .accordian-body ul {
  padding: 0;
}
.group-companies-discription .accordion_c_b {
  margin-bottom: 20px;
  margin-top: 15px;
}
.group-companies-discription .global-typo-accordian {
  position: relative;
  width: 100%;
}
.group-companies-discription .global-typo-accordian-title {
  list-style: none;
  padding: 15px 18px;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: rgba(var(--light-bg), 1);
  border-bottom: 1px solid #E1E1E1;
}
.group-companies-discription .global-typo-accordian-title.active {
  background-color: rgba(var(--primary-color), 1);
  color: #fff;
}
.group-companies-discription .global-typo-accordian-title.active:after {
  content: "-";
}
.group-companies-discription .global-typo-accordian-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  font-size: 30px;
  line-height: 0px;
  font-weight: 300 !important;
}

.investor-innner-csa .tab-list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  border-bottom: 2px solid rgba(var(--secondary-color), 1);
}
.investor-innner-csa .tab-list.with-scroll {
  white-space: nowrap;
  overflow-x: auto;
}
.investor-innner-csa .tab-list li {
  list-style: none;
  background-color: rgba(var(--light-bg), 1);
  font-size: 15px;
  line-height: 27px;
  padding: 6px 15px;
  color: rgba(var(--primary-text-color), 1);
  cursor: pointer;
}
.investor-innner-csa .tab-list li.active, .investor-innner-csa .tab-list li:hover {
  background-color: rgba(var(--primary-color), 1);
  color: #fff;
}
.investor-innner-csa .faq-category-wise .accordion_c_b .investers-link a img {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .blog-container p {
    font-size: 14px;
  }
  .faq-box .w-80 {
    width: 70%;
    padding-right: 10px;
  }
  .faq-box .w-20 {
    width: 30%;
  }
  .faq-box .tab-list {
    display: none;
  }
  .faq-box .tab-list.visible {
    display: block;
  }
  .faq-box .faq-category-wise .accordion_c_b .investers-link {
    padding: 10px;
  }
  .faq-box .faq-categoryl-list {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .faq-box .global-typo h5 {
    margin-top: 0;
  }
  .faq-box .global-typo .accordion_c_b {
    display: block;
  }
  .faq-box .global-typo .global-typo-accordian-title:after {
    top: -3px;
  }
  .faq-box .global-typo h5 {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 10px 20px 10px 0;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  .faq-box .global-typo h5.mobile-active:after {
    content: "-";
  }
  .faq-box .global-typo h5:after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    font-size: 23px;
    line-height: 20px;
    font-weight: 300 !important;
  }
  .faq-box .global-typo .mobile-main-accr {
    display: none;
  }
  .faq-box .global-typo .annual-report .ar-wrapper h5:after {
    display: none;
  }
  .faq-box .investor-innner-csa .faq-category-wise .accordion_c_b .investers-link a {
    font-size: 12px;
  }
  .faq-box .investor-innner-csa .faq-category-wise .accordion_c_b .investers-link a img {
    margin-left: 5px;
  }
  .m-drop-dpwm-box .faq-categoryl-list {
    display: none;
  }
  .m-drop-dpwm-box .m-drop-down {
    position: relative;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: rgba(var(--light-bg), 1);
  }
  .m-drop-dpwm-box .m-drop-down h5 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .m-drop-dpwm-box .m-drop-down h5:after {
    display: none;
  }
  .m-drop-dpwm-box .m-drop-down.active:after {
    content: "-";
  }
  .m-drop-dpwm-box .m-drop-down:after {
    content: "+";
    position: absolute;
    top: 50%;
    line-height: 20px;
    right: 15px;
    width: 12px;
    height: 12px;
    font-size: 23px;
    line-height: 0px;
    font-weight: 300 !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
.feature-product-list .title-global-border-center {
  margin-top: 15px;
}
.feature-product-list p {
  margin-bottom: 30px;
}

.title-with-date-left {
  margin-bottom: 20px;
}
.title-with-date-left h2 {
  color: rgba(var(--primary-color), 1);
  font-size: 2.8rem;
  line-height: 3.7rem;
  margin-bottom: 10px;
}
.title-with-date-left h4 {
  color: rgba(var(--secondary-color));
}

.news_left_section p {
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: var(--text-color);
  margin: 20px 0;
}
.news_left_section h3 {
  font-size: 2.2rem;
}
.news_left_section img.banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news_left_section .social-list-icon {
  margin-top: 40px !important;
  display: flex;
  align-items: center;
}
.news_left_section .social-list-icon .share_label {
  font-size: 1.6rem;
}

.sider-bar .newsdetail_aside .title-global-border-center {
  text-align: left;
  margin-top: 20px;
}
.sider-bar .newsdetail_aside .title-global-border-center h5 {
  font-size: 1.6rem;
  font-weight: 500;
}
.sider-bar .newsdetail_aside .title-global-border-center h5:after {
  left: 20px;
}
.sider-bar .newsdetail_aside .title-global-border-center h2 {
  text-align: left;
  font-size: 2.2rem;
  line-height: 3rem;
}
.sider-bar .news_download_btn {
  background: rgb(var(--primary-color));
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 22px;
  border: none;
  font-weight: 600;
  margin-top: 30px;
}
.sider-bar .news_download_btn svg {
  margin-right: 10px;
}
.sider-bar .category_listing {
  background: var(--light-bg-3);
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.sider-bar .category_listing ul li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #E1E1E1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 5px 0;
  color: var(--text-color2);
}
.sider-bar .news_listing {
  margin-top: 30px;
}
.sider-bar .news_listing .news_item {
  display: grid;
  grid-template-columns: 150px auto;
  background-color: var(--light-bg-3);
  margin-bottom: 25px;
  align-items: center;
}
.sider-bar .news_listing .news_item .img_section {
  width: fit-content;
}
.sider-bar .news_listing .news_item .img_section img {
  height: 97px;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.sider-bar .news_listing .news_item .news_content {
  padding: 15px;
}
.sider-bar .news_listing .news_item .news_content h3 {
  text-transform: uppercase;
}
.sider-bar .news_listing .news_item .news_content .news_date {
  font-size: 13px;
  color: rgba(var(--secondary-color));
  line-height: 22px;
  margin-bottom: 0;
}
.sider-bar .news_listing .news_item .news_content .news_heading {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sider-bar .news-details.section-padding {
  padding-bottom: 50px;
}
.sider-bar .news-details .social-list-icon li:first-child {
  margin-right: 1.5rem;
}
.sider-bar .news-details .social-list-icon li a {
  transition: all 0.8s;
  display: block;
}
.sider-bar .news-details .social-list-icon li a:hover {
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .news_download_btn {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  .news_download_btn svg {
    width: 12px;
  }
}
@media (max-width: 991px) {
  .news_listing .news_item {
    grid-template-columns: 100px auto;
  }
  .news_listing .news_item .news_content {
    padding: 10px;
  }
  .news_listing .news_item .news_content .news_date {
    font-size: 12px;
  }
  .news_listing .news_item .news_content .news_heading {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .newsdetail_aside {
    margin-top: 2.5rem;
  }
  .news_listing .news_item {
    margin-bottom: 10px;
  }
  .news_listing .news_item .img_section img {
    height: 80px;
  }
  .news_left_section p {
    margin: 10px 0;
  }
  .news_download_btn {
    font-size: 1.6rem;
  }
  .news_download_btn svg {
    width: 16px;
  }
}
.diff_section .row {
  background-color: var(--light-bg-3);
}
.diff_section .row .content-sec {
  padding: 50px 20px 30px;
}
.diff_section .row .content-sec p {
  max-width: 95%;
}
.diff_section .row .img-sec {
  padding: 0;
}
.diff_section .row .img-sec img {
  width: 100%;
}

.common_thematic_row {
  display: grid;
  grid-template-columns: 45% calc(55% + 20px);
  margin: 100px -15px 0;
}
.common_thematic_row .content_sec {
  margin-left: -20px;
  margin-top: -20px;
}
.common_thematic_row .content_sec .content-bg {
  background-color: var(--light-bg-3);
  padding: 45px 20px;
}
.common_thematic_row .content_sec .content-bg p {
  max-width: calc(100% - 40px);
  direction: ltr;
}
.common_thematic_row .content_sec .content-transparent p {
  max-width: 75%;
}
.common_thematic_row .img_sec img {
  width: 100%;
}
.common_thematic_row .img_sec.map-section {
  padding-top: 0;
}
.common_thematic_row.reverse {
  direction: rtl;
  grid-template-columns: calc(45% + 20px) 55%;
  margin-left: 0;
  margin-right: -30px;
}
.common_thematic_row.reverse p {
  margin-right: auto;
}
.common_thematic_row.reverse .content_sec {
  margin-left: 0;
}
.common_thematic_row.reverse .img_sec {
  margin-left: -20px;
}
.common_thematic_row.national_row {
  align-items: center;
}

.initative_section {
  background-color: var(--light-bg-3);
}
.initative_section .title-global-border-center {
  padding-top: 15px;
}
.initative_section .initiate_col_row {
  margin-top: 60px;
}
.initative_section .initiate_col_row .initiate_col {
  padding: 0 10px;
}
.initative_section .initiate_col_row .initiate_col img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.initative_section .initiate_col_row .initiate_col .content {
  padding: 15px;
}
.initative_section .initiate_col_row .initiate_col .content h3 {
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(var(--primary-text-color));
}
.initative_section .initiate_col_row .initiate_col .content p {
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: var(--text-color);
}
.initative_section .initiate_col_row .initiate_col .bg-white {
  min-height: 100%;
}

.csr_section .title-global-border-center {
  padding-top: 15px;
  margin-bottom: 60px;
}
.csr_section ul {
  padding-left: 0;
  margin-bottom: 0;
}
.csr_section ul li {
  padding: 17px 15px;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.csr_section ul li a {
  margin-left: auto;
  color: rgb(var(--secondary-color));
  display: inline-flex;
  align-items: center;
}
.csr_section ul li a img {
  margin-left: 10px;
  width: 14.4px;
}

.indian_map-box .tooltip-box {
  bottom: 20px;
  left: 0;
}
.indian_map-box .state1 {
  top: 25%;
  left: 30%;
}
.indian_map-box .state7 {
  top: 33%;
  left: 20%;
}
.indian_map-box .state2 {
  top: 20%;
  left: 35%;
}
.indian_map-box .state3 {
  top: 51%;
  left: 16%;
}
.indian_map-box .tooltip-box {
  bottom: 20px;
  left: 0;
}
.indian_map-box .state4 {
  top: 63%;
  left: 22%;
}
.indian_map-box .state5 {
  top: 81%;
  left: 28%;
}
.indian_map-box .state6 {
  top: 91%;
  left: 37%;
}

@media (max-width: 991px) {
  .diff_section .row {
    flex-direction: column-reverse;
  }
  .common_thematic_row {
    display: block;
  }
  .common_thematic_row .content_sec {
    margin-left: 0;
    margin-top: 0;
  }
  .common_thematic_row.reverse {
    margin: 80px -15px 0;
  }
  .common_thematic_row.reverse .img_sec {
    margin-left: 0;
  }
  .thematic_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .common_thematic_row {
    margin: 0px -15px 0;
  }
  .common_thematic_row.reverse {
    margin: 0px -15px 0;
  }
  .common_thematic_row.education_row {
    margin-top: 40px;
  }
  .common_thematic_row.national_row {
    margin-top: 40px;
  }
  .common_thematic_row p {
    max-width: 100% !important;
  }
  .initative_section .initiate_col_row {
    margin-top: 20px;
  }
  .initative_section .initiate_col_row .initiate_col {
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .common_thematic_row.national_row {
    padding: 0 15px;
  }
  .common_thematic_row.national_row .content-transparent p {
    max-width: 100%;
  }
}
.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.morecontent .morelink {
  display: block;
  width: fit-content;
  color: rgb(var(--secondary-color));
  border-bottom: 1px solid rgb(var(--secondary-color));
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-top: 10px;
  position: relative;
}
.morecontent .morelink::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: rgb(var(--secondary-color));
  transition: width 0.3s;
  position: absolute;
  bottom: -1px;
}
.morecontent .morelink:hover {
  border-bottom: 0;
}
.morecontent .morelink:hover:after {
  width: 100%;
}

.timeline {
  position: relative;
}
.timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  background: rgba(var(--secondary-color), 1);
  margin: 15px 10px !important;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  outline: none;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.timeline-nav__item:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 20px;
}
.timeline-nav__item:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  right: -10px;
  border: solid #fff;
  border-left-color: rgba(var(--secondary-color), 1);
  border-width: 20px;
}
.timeline-nav__item.slick-current {
  background-color: rgba(var(--primary-color), 1);
  opacity: 1;
}
.timeline-nav__item.slick-current:after {
  background-color: rgba(var(--primary-color), 1);
}
.timeline-nav__item.slick-current:before {
  border-left-color: rgba(var(--primary-color), 1);
}
.timeline .timeline-wrapper {
  margin-top: 70px;
}
.timeline .timeline-wrapper .awards-list {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #C4C4C4;
}
.timeline .timeline-wrapper .awards-list .title-with-border-left {
  padding-left: 40px;
}
.timeline .timeline-wrapper h2 {
  margin-top: 15px;
  position: relative;
  color: rgba(var(--primary-text-color), 1);
  margin-bottom: 10px;
  line-height: 30px;
}
.timeline .timeline-wrapper h2:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: rgba(var(--secondary-color), 1);
  left: 0%;
  top: -15px;
}
.timeline .timeline-wrapper p {
  color: var(--text-color);
  text-transform: none;
  font-size: 15px;
  line-height: 27px;
}
.timeline .timeline-wrapper p:before {
  display: none;
}
.timeline .timeline-wrapper .img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .timeline-wrapper .img-holder img {
  width: auto;
  height: 100%;
  max-height: 250px;
}
.timeline .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.timeline .slick-arrow {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  top: 35%;
  z-index: 9;
}
.timeline .slick-arrow::before {
  display: none;
}
.timeline .slick-next {
  background-image: url(../images/award-next.png);
  right: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 40px;
  background-position: center;
  margin-top: 10px;
}
.timeline .slick-next:hover {
  right: 7px;
}
.timeline .slick-prev {
  left: 15px;
  background-image: url(../images/award-prew.png);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 40px;
  background-position: center;
  margin-top: 10px;
}
.timeline .slick-prev:hover {
  left: 7px;
}

.timeline-slide.only-text .awards-list {
  margin: 10px 0;
  padding: 10px 0;
}
.timeline-slide.only-text .awards-list .title-with-border-left {
  padding-left: 0;
}

.slick-list {
  height: 100%;
  padding: 0 !important;
}

.timeline-nav {
  padding: 0 20px !important;
}
@media (min-width: 1080px) {
  .timeline-nav {
    padding: 0 60px !important;
    overflow: hidden;
  }
}

.slick-track {
  height: 100%;
}

@media (max-width: 767px) {
  .timeline .timeline-wrapper .awards-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .timeline .timeline-wrapper .awards-list .title-with-border-left {
    padding-left: 0;
    margin-top: 40px;
  }
  .timeline .slick-prev {
    left: 0;
  }
  .timeline .slick-next {
    right: 0;
  }
}
.explore-more-common-btn {
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--primary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 500;
  line-height: 2rem;
}

.financial-result-section .counter-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
}
.financial-result-section .counter-wrapper .counter-col {
  background-attachment: fixed;
  text-align: center;
  padding: 30px;
}
.financial-result-section .counter-wrapper .counter-col h3 {
  font-weight: 700;
  font-size: 4rem;
  color: rgb(var(--primary-color));
}
.financial-result-section .counter-wrapper .counter-col p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
.financial-result-section .counter-wrapper .counter-col:nth-child(-n+2) {
  border-bottom: 1px solid rgba(var(--border-color), 0.1);
}
.financial-result-section .counter-wrapper .counter-col:nth-child(odd) {
  border-right: 1px solid rgba(var(--border-color), 0.1);
}
.financial-result-section .title-global-border-center p:not(:last-child) {
  margin-bottom: 30px;
}

.investor-technology-section .inner-technology-section div h2 {
  line-height: 3rem;
}

.investor-contact-section .faq-box {
  padding-bottom: 0;
}
.investor-contact-section .faq-box .title-global-border-center h2 {
  margin-bottom: 10px;
}
.investor-contact-section .faq-box .category_listing {
  padding: 15px 18px;
  margin-bottom: 0;
}
.investor-contact-section .faq-box .category_listing .tab-list {
  display: block;
  border-bottom: none;
}
.investor-contact-section .faq-box .category_listing .tab-list li {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 15px 0;
}
.investor-contact-section .faq-box .category_listing .tab-list li:hover, .investor-contact-section .faq-box .category_listing .tab-list li.active {
  background-color: transparent !important;
}
.investor-contact-section .faq-box .category_listing .tab-list li:hover a, .investor-contact-section .faq-box .category_listing .tab-list li.active a {
  color: rgb(var(--secondary-color));
}
.investor-contact-section .faq-box .category_listing .tab-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-text-color);
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 25px));
  grid-gap: 50px;
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person {
  padding: 15px;
  background: var(--light-bg-3);
  transition: all 0.3s ease-in-out;
  height: min-content;
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person .name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 0;
  margin-top: 10px;
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person .designation {
  font-size: 1.5rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person .phone, .investor-contact-section .faq-box .faq-category-wise .persons-grid .person .email {
  display: none;
  font-size: 1.3rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person .phone {
  margin-top: 1rem;
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person:hover {
  background-color: rgb(var(--primary-color));
  color: var(--light-bg-3);
}
.investor-contact-section .faq-box .faq-category-wise .persons-grid .person:hover .phone, .investor-contact-section .faq-box .faq-category-wise .persons-grid .person:hover .email {
  display: block;
}

.section-padding.investor-contact-section {
  padding-top: 50px;
  padding-bottom: 115px;
}
.section-padding.investor-contact-section .title-global-border-center {
  padding-top: 15px;
}

.technology-section .inner-technology-section div button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  opacity: 0;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: none;
  border: none;
  outline: none;
}

.technology-section .inner-technology-section:hover button {
  opacity: 1;
}

.investor-blog-section {
  margin-bottom: 25px;
}

@media (max-width: 1399px) {
  .investor-contact-section .faq-box .faq-category-wise .persons-grid .person .email, .investor-contact-section .faq-box .faq-category-wise .persons-grid .person .phone {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .investor-innner-csa .category_listing {
    display: none;
  }
  .investor-contact-section .faq-box .faq-category-wise .persons-grid {
    grid-template-columns: repeat(auto-fill, calc(50% - 5px));
    grid-gap: 10px;
  }
  .investor-contact-section .faq-box .global-typo {
    width: 100%;
  }
  .investor-contact-section .faq-box .global-typo .accordion_c_b {
    display: block;
  }
  .investor-contact-section .faq-box .global-typo h5 {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #eee;
    padding: 10px 20px 10px 0;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  .investor-contact-section .faq-box .global-typo h5.mobile-active:after {
    content: "-";
  }
  .investor-contact-section .faq-box .global-typo h5:after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    font-size: 23px;
    line-height: 20px;
    font-weight: 300 !important;
  }
  .investor-contact-section .faq-box .global-typo .persons-grid .person img {
    height: auto;
  }
  .investor-contact-section .faq-box .global-typo .mobile-main-accr {
    display: none;
  }
  .investor-event-news .events-box figure {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .investor-event-news {
    padding: 80px 0 60px;
  }
}
@media (max-width: 767px) {
  .investor-event-news .events-box figure {
    height: 250px;
  }
  .investor-event-news .events-box figure:hover .hide-show-box {
    height: auto;
  }
  .investor-event-news .events-box figure .hide-show-box .date {
    width: 100%;
    text-align: right;
  }
  .investor-event-news .events-box figure .hide-show-box p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .investor-event-news .events-box figure .hide-show-box h2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .investor-technology-section .inner-technology-section {
    margin-bottom: 60px;
    min-height: 18rem;
  }
  .investor-technology-section .inner-technology-section div button {
    display: none;
  }
  .investor-contact-section .faq-box .global-typo h5 {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-right: 3.5rem;
  }
  .investor-contact-section .faq-box .faq-category-wise .persons-grid .person img {
    height: auto;
  }
  .financial-result-section .counter-wrapper {
    margin-top: 50px;
  }
  .investor-event-news {
    padding: 60px 0 60px;
  }
  .investor-event-news .newsSlider {
    margin-bottom: 0;
  }
}
.analyst-tabbing-wrapper .investers-link {
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .analyst-tabbing-wrapper .investers-link .w-50 {
    width: 100% !important;
  }
  .analyst-tabbing-wrapper .investers-link .w-50.text-end {
    padding-top: 10px;
    text-align: left !important;
  }
  .analyst-tabbing-wrapper .investers-link .w-50.text-end audio {
    max-width: 95%;
  }
}

.input_wrapper {
  display: block;
  position: relative;
  margin-right: 30px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 18px;
}

.input_wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 5px;
  height: 18px;
  width: 18px;
  z-index: 1;
}

.checkmark {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid rgb(194, 194, 194);
  border-radius: 50%;
}

.input_wrapper input:checked ~ .checkmark {
  background-color: rgb(var(--primary-color));
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input_wrapper input:checked ~ .checkmark:after {
  display: block;
}

.input_wrapper .checkmark:after {
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  left: 0;
  right: 0;
  margin: auto;
}

.product_listing_ul {
  padding-left: 0;
  border-bottom: 1px solid #E1EBF5;
}
.product_listing_ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 22px;
  color: var(--text-color);
}
.product_listing_ul li .list-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

.product-list .title-global-border-center p {
  max-width: 80%;
  margin: auto;
}

.product-list-content .product-col {
  padding: 0 10px;
}
.product-list-content .product-col figure {
  margin-bottom: 4rem;
}
.product-list-content .product-col figure h3 {
  color: var(--text-color);
  font-size: 1.6rem;
  line-height: 2rem;
}
.product-list-content .product-col figure .img-box {
  margin-bottom: 15px;
}

.product_category_names {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 2.5rem;
}
.product_category_names li {
  list-style: none;
  font-size: 1.5rem;
  line-height: 2.7rem;
  background-color: rgb(var(--light-bg));
}
.product_category_names li a {
  padding: 8px 15px;
  color: inherit;
  display: block;
}
.product_category_names li.active, .product_category_names li:hover {
  background-color: rgba(var(--primary-color), 1);
  color: #fff;
}

.product-list-sider .title-with-border-left p {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.product-list-sider .title-with-border-left p i {
  transform: rotate(-90deg);
  font-size: 1.3rem;
  color: rgba(var(--primary-text-color), 0.4);
}
.product-list-sider .title-with-border-left p::before {
  bottom: -10px;
  top: auto;
}

.product-list-sider .title-with-border-left p.active_category.rotate i {
  transform: rotate(90deg);
}

.faq-box.product-filter-accordion .global-typo-accordian {
  margin-bottom: 1rem;
}
.faq-box.product-filter-accordion .global-typo-accordian .c_part_o_d {
  max-height: 32rem;
  overflow: auto;
}
.faq-box.product-filter-accordion .global-typo-accordian-title, .faq-box.product-filter-accordion ul li a {
  font-size: 1.4rem;
  font-weight: 400;
}
.faq-box.product-filter-accordion .global-typo-accordian-title {
  border-bottom: none;
  padding: 8px 15px;
}
.faq-box.product-filter-accordion .global-typo-accordian-title:after {
  font-weight: 600 !important;
  color: rgba(var(--secondary-color), 1);
}
.faq-box.product-filter-accordion ul {
  padding: 10px;
  background-color: rgba(var(--light-bg), 1);
  margin-top: 10px;
  width: calc(100% - 8px);
}
.faq-box.product-filter-accordion ul li {
  padding: 0px 0;
  margin: 5px 0;
}
.faq-box.product-filter-accordion ul li:first-child {
  margin-top: 0;
}
.faq-box.product-filter-accordion ul li a {
  padding: 10px 0;
  grid-gap: 20px;
}

.main_aside_wrapper {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 30px;
}
.main_aside_wrapper .pl_wrapper .product_listing_ul {
  max-height: calc(40vh - 25px);
  overflow: hidden;
  overflow-y: scroll;
}

.proctucts-details.group-companies-heading-section {
  padding: 95px 0 50px;
}
.proctucts-details.group-companies-heading-section .title-global-border-center {
  padding: 0 100px;
  margin-bottom: 0;
}

.group-company-faq-box {
  padding-bottom: 55px;
}
.group-company-faq-box .joint-company-tabbing .tab-list {
  border-bottom: none;
  margin-bottom: 5rem;
}
.group-company-faq-box .joint-company-tabbing .tab-list li {
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: var(--text-color2);
  padding: 27px 20px;
  text-align: center;
}
.group-company-faq-box .joint-company-tabbing .tab-list li:hover {
  color: #fff;
}
.group-company-faq-box .joint-company-tabbing .tab-list li.active {
  position: relative;
  color: #fff;
}
.group-company-faq-box .joint-company-tabbing .tab-list li.active::after {
  content: "";
  width: 22px;
  height: 15px;
  background: url("../images/arrow-bottom.svg") no-repeat;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}
.group-company-faq-box .faq-category-wise .title-global-border-center h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.group-company-faq-box .faq-category-wise .title-global-border-center p {
  padding: 0;
}
.group-company-faq-box .company-listing-row {
  justify-content: center;
  margin-top: 50px;
}
.group-company-faq-box .company-listing-row .company-wrapper {
  margin-bottom: 45px;
  padding: 0 10px;
}
.group-company-faq-box .company-listing-row .company-wrapper .bg-box {
  display: block;
  height: 250px;
  background-color: rgb(var(--light-bg));
  padding: 25px;
}
.group-company-faq-box .company-listing-row .company-wrapper .bg-box h2 {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 700;
  color: var(--text-color2);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54px;
}
.group-company-faq-box .company-listing-row .company-wrapper .bg-box p {
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: var(--text-color);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.group-company-faq-box .company-listing-row .company-wrapper .bg-box:hover h2,
.group-company-faq-box .company-listing-row .company-wrapper .bg-box:hover p {
  color: #fff !important;
}
.group-company-faq-box .company-listing-row .company-wrapper img {
  display: block;
  width: calc(100% - 50px);
  margin: -100px auto 0;
  position: relative;
  z-index: 1;
  height: 150px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .group-company-faq-box .joint-company-tabbing .tab-list li {
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .group-company-faq-box {
    padding-bottom: 0;
  }
  .group-company-faq-box .joint-company-tabbing .tab-list {
    gap: 10px;
    justify-content: space-between;
  }
  .group-company-faq-box .joint-company-tabbing .tab-list li {
    padding: 15px 10px;
    font-size: 1.2rem;
  }
  .proctucts-details.group-companies-heading-section .title-global-border-center,
  .group-company-faq-box .faq-category-wise .title-global-border-center p {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .group-company-faq .mobile-main-accr {
    padding-top: 5rem !important;
  }
  .group-company-faq-box .company-listing-row {
    margin-top: 20px;
  }
  .global-typo.group-company-faq .title-global-border-center h5 {
    text-align: center;
    border-bottom: 0;
    display: block;
    padding: 0 0;
  }
  .global-typo.group-company-faq .title-global-border-center h5::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: rgba(var(--secondary-color), 1);
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
  }
  .joint-company-tabbing {
    padding-bottom: 4rem;
  }
  .proctucts-details.group-companies-heading-section {
    padding: 55px 0 50px;
  }
}
@media (max-width: 575px) {
  .group-company-faq-box .company-listing-row .company-wrapper {
    margin-bottom: 25px;
  }
  .group-company-faq-box .company-listing-row .company-wrapper .bg-box {
    height: auto;
    padding-bottom: 0px;
  }
  .group-company-faq-box .company-listing-row .company-wrapper .bg-box p {
    padding-bottom: 1.4rem;
    display: block !important;
    margin-bottom: 0 !important;
    font-size: 1.9rem;
  }
  .group-company-faq-box .company-listing-row .company-wrapper .bg-box h2 {
    min-height: auto;
  }
  .group-company-faq-box .company-listing-row .company-wrapper img {
    margin-top: 0;
    background-color: rgb(var(--light-bg));
    width: 100%;
    padding: 0 25px 25px;
  }
}
.joint-upper-content-section.section-padding {
  padding-bottom: 70px;
}
.joint-upper-content-section.section-padding .title-global-border-center {
  margin-bottom: 0;
}

.venture-partner-section {
  background-color: var(--light-bg-3);
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.venture-partner-section .venture_wrapper {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.venture-partner-section .venture_wrapper .venture_box {
  width: calc(25% - 2px);
  background: white;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.venture-partner-section .venture_wrapper .venture_box > img {
  display: block;
  margin: auto;
  width: 200px;
  max-width: 100%;
}
.venture-partner-section .venture_wrapper .venture_box .content {
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 25px;
  color: #fff;
  background: rgba(var(--primary-color), 0.89);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.venture-partner-section .venture_wrapper .venture_box .content h5 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.venture-partner-section .venture_wrapper .venture_box .content p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 479px) {
  .venture-partner-section .venture_wrapper .venture_box .content p {
    font-size: 1.4rem;
    line-height: 1.7;
    -webkit-line-clamp: 6;
  }
}
.venture-partner-section .venture_wrapper .venture_box .content a {
  color: rgba(var(--secondary-color));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.venture-partner-section .venture_wrapper .venture_box .content a img {
  display: inline-block;
}
.venture-partner-section .venture_wrapper .venture_box:hover .content {
  bottom: 0px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

@media (max-width: 991px) {
  .venture-partner-section .venture_wrapper .venture_box {
    width: calc(33% - 16px);
  }
  .venture-partner-section .venture_wrapper .venture_box .content {
    padding: 15px;
  }
  .venture-partner-section .venture_wrapper > img {
    width: 90%;
  }
  .venture-partner-section .venture_wrapper a img {
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .venture-partner-section .venture_wrapper .venture_box {
    width: calc(50% - 16px);
  }
  .venture-partner-section .venture_wrapper .venture_box > img {
    width: 80%;
  }
}
.vission-group-section .title-global-border-center {
  background-color: transparent;
}
.vission-group-section .news-img {
  width: 100%;
}
.vission-group-section .pad-5 {
  padding: 20px;
}
.vission-group-section ul {
  padding: 0;
}
.vission-group-section ul li {
  padding-left: 2.7rem;
  list-style: none;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.7rem;
  color: var(--text-color);
  position: relative;
}
.vission-group-section ul li:before {
  content: url(../images/b-right-arrow.svg);
  position: absolute;
  left: 0;
  width: 12px;
  height: auto;
}

.mt-50 {
  margin-top: 50px;
}

.single-bar h2 {
  position: relative;
  margin-top: 15px;
}
.single-bar h2:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: rgba(var(--secondary-color), 1);
  left: 0%;
  top: -15px;
}
.single-bar p {
  color: var(--text-color);
  text-transform: none;
  font-size: 15px;
  line-height: 27px;
  text-transform: none;
}
.single-bar p:before {
  display: none;
}

.stakeholders .single-bar {
  margin-top: 15px;
}
.stakeholders .inner-wrapper-connected-system {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .or-sm-2 {
    order: 2;
  }
  .or-sm-1 {
    order: 1;
  }
}
.title-global-border-center .group-vision-main-text {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 40px;
}

.auto-expo-top-section .expoSlider {
  margin-top: 4rem;
}
.auto-expo-top-section .expoSlider .slick-track img {
  width: 100%;
  height: auto;
}
.auto-expo-top-section .expoSlider .slick-dots li button:before {
  color: var(--text-color);
  opacity: 0.4;
  font-size: 11px;
}
.auto-expo-top-section .expoSlider .slick-dots li.slick-active button:before {
  color: rgba(var(--secondary-color), 1);
  opacity: 1;
}
.auto-expo-top-section h3 {
  font-size: 2.2rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color2);
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.auto-expo-top-section p,
.auto-expo-top-section ul.expo-point li {
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}
.auto-expo-top-section ul.expo-point {
  padding-left: 0;
}
.auto-expo-top-section ul.expo-point li {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 2.7rem;
  position: relative;
}
.auto-expo-top-section ul.expo-point li::before {
  content: url("../images/b-right-arrow.svg");
  position: absolute;
  left: 0;
  width: 12px;
  height: auto;
}

.align-left p {
  text-align: left;
}

.innovation-video-section .row.reverse {
  flex-direction: row-reverse;
  margin-top: 8rem;
}

.random-heading-text {
  color: rgba(var(--primary-color), 1);
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 36px;
  margin: 30px 0;
}

.expo-component-section {
  padding-bottom: 45px;
}
.expo-component-section p {
  max-width: 90%;
  margin: auto;
  margin-bottom: 50px;
}
.expo-component-section .col-md-6 {
  padding: 0 10px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .expoSlider .slick-next {
    display: none !important;
  }
  .auto-expo-top-section {
    padding-bottom: 4rem;
  }
  .auto-expo-top-section .expoSlider {
    margin-top: 2rem;
  }
  .auto-expo-top-section h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .auto-expo-top-section p,
  .auto-expo-top-section ul li {
    font-size: 1.9rem !important;
  }
  .expo-component-section {
    padding-bottom: 5px;
  }
  .expo-component-section p {
    margin-bottom: 30px;
  }
  .innovation-video-section .row.reverse {
    margin-top: 4rem;
  }
}
.custom-venbox-wrapper .vbox-close {
  right: 50px;
  top: 20px;
}

@keyframes video-wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 22px rgba(255, 255, 255, 0);
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.innovation-video-section .play-video-icon {
  position: relative;
}
.innovation-video-section .play-video-icon::after {
  display: none;
}

@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.innovation-video-section .left-side-video-section .play-video-icon:before {
  width: 150%;
  height: 150%;
  position: absolute;
  content: "";
  background: transparent;
  top: -25%;
  left: -25%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -2;
  border: 15px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  animation: pulsate 1.6s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  z-index: -1;
}

.auto-expo-top-section .title-global-border-center h5 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.common-value-section .title-global-border-center.left-align h2 {
  position: relative;
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 3rem;
}
.common-value-section .title-global-border-center.left-align h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: rgba(var(--secondary-color), 1);
  left: 0;
  top: 0px;
}
.common-value-section .cust-row {
  display: grid;
  grid-template-columns: 45% calc(55% + 20px);
  margin: 0 0px 50px;
  align-items: center;
}
.common-value-section .cust-row .content-col {
  padding: 30px;
  direction: ltr;
}
.common-value-section .cust-row .content-col ul {
  padding-left: 0;
}
.common-value-section .cust-row .content-col ul li {
  padding-left: 2.7rem;
  list-style: none;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.7rem;
  color: var(--text-color);
  position: relative;
}
.common-value-section .cust-row .content-col ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.common-value-section .cust-row .content-col ul li::before {
  content: url(../images/b-right-arrow.svg);
  position: absolute;
  left: 0;
  width: 12px;
  height: auto;
}
.common-value-section .cust-row:last-child {
  margin-bottom: 70px;
}
.common-value-section .cust-row.reverse {
  flex-direction: row-reverse;
  direction: rtl;
  grid-template-columns: calc(45% + 20px) 55%;
  background: var(--light-bg-3);
}
.common-value-section .cust-row.reverse .content-col {
  padding-left: 50px;
}

.bottom-vision-section {
  margin-bottom: 70px;
}
.bottom-vision-section .title-global-border-center h5 {
  margin-bottom: 0;
}
.bottom-vision-section ul {
  padding-left: 0;
}
.bottom-vision-section ul li {
  list-style: none;
  padding: 7px 25px;
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 19px;
  color: #636363;
}
.bottom-vision-section ul li::after {
  position: absolute;
  content: "";
  background: url("../images/check-blue-borderless.svg") 0 no-repeat;
  width: 16px;
  height: 18px;
  left: 0;
  top: 10px;
}
.bottom-vision-section a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.bottom-vision-section a:hover {
  gap: 15px;
}
.bottom-vision-section a img {
  max-width: 100% !important;
  width: auto;
}

@media (max-width: 991px) {
  .common-value-section .cust-row {
    display: block;
    margin-bottom: 30px;
  }
  .common-value-section .cust-row .content-col {
    padding: 20px 20px;
    background-color: var(--light-bg-3);
  }
  .common-value-section .cust-row.reverse .content-col {
    padding-left: 20px;
  }
  .common-value-section .cust-row:last-child {
    margin-bottom: 40px;
  }
  .auto-expo-top-section {
    padding: 40px 40px;
  }
  .bottom-vision-section {
    margin-bottom: 40px;
  }
}
.read-expend-btn {
  position: relative;
}
.read-expend-btn::after {
  content: url("/images/b-right-arrow.svg");
  transition: all 0.4s ease;
  position: absolute;
  right: -25px;
}
.read-expend-btn:hover::after {
  right: -30px;
}

.common-value-section.common-video-section .cust-row {
  margin-bottom: 60px;
  grid-template-columns: 40% calc(60% + 20px);
}
.common-value-section.common-video-section .cust-row.reverse {
  grid-template-columns: calc(40% + 20px) 60%;
}
.common-value-section.common-video-section .cust-row .title-global-border-center.left-align h2 {
  margin-bottom: 1.5rem;
}
.common-value-section.common-video-section .cust-row .title-global-border-center.left-align p {
  padding-top: 0;
}
.common-value-section.common-video-section .cust-row:last-child {
  margin-bottom: 75px;
}

.career-top-section {
  margin-top: 30px;
}
.career-top-section .title-global-border-center {
  margin-top: 15px;
}

.career-box-wrapper {
  position: relative;
  margin-bottom: 35px;
}
.career-box-wrapper span {
  position: absolute;
  background-color: rgb(var(--primary-color));
  color: #fff;
  left: -10px;
  bottom: -10px;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.support-data {
  display: grid;
  grid-template-columns: max-content max-content;
  margin-top: 30px;
}
.support-data div:first-child {
  border-right: 1px solid rgba(var(--primary-text-color), 0.1);
  padding-right: 25px;
}
.support-data div:last-child {
  padding-left: 25px;
}
.support-data div .count {
  color: rgb(var(--primary-color));
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
}
.support-data div .count sup {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.support-data div .define {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
}

.co-box {
  background-color: rgb(var(--light-bg));
  padding: 30px 18px;
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-rows: max-content max-content max-content;
}
.co-box img {
  display: block;
  margin: auto;
}
.co-box h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
  margin-top: 25px;
  color: var(--text-color2);
}
.co-box p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: var(--text-color);
}
.co-box a {
  opacity: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
.co-box a img {
  display: inline-block;
}
.co-box img.hover {
  display: none;
}
.co-box:hover p, .co-box:hover h2 {
  color: rgb(var(--white));
}
.co-box:hover a {
  opacity: 1;
}
.co-box:hover img.hover {
  display: block;
}
.co-box:hover img.not-hover {
  display: none;
}

.career-explore-section {
  margin-bottom: 70px;
  margin-top: 30px;
}
.career-explore-section .grid-row {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .co-box h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .co-box {
    margin-bottom: 1.5rem;
  }
  .career-explore-section .grid-row {
    grid-gap: 30px 0;
  }
  .career-explore-section .grid-row h2 br {
    display: none;
  }
  .career-top-section {
    margin-top: 0;
    padding: 40px 0;
  }
  .career-top-section .title-global-border-center.left-align * {
    text-align: center;
  }
  .career-top-section .title-global-border-center.left-align h5:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .career-top-section .support-data {
    margin: 30px auto 20px;
    justify-content: center;
  }
  .career-explore-section {
    margin-top: 0;
  }
}
.job-position-wrapper {
  border-bottom: 1px solid rgba(var(--border-color), 0.1);
}
.job-position-wrapper .job-highlight-wrapper {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
}
.job-position-wrapper h2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: rgba(var(--primary-color), 1);
  margin: 0;
  margin-top: 35px;
  padding-top: 10px;
}
.job-position-wrapper h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  color: rgba(var(--primary-text-color), 1);
}
.job-position-wrapper p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(var(--text-color));
}
.job-position-wrapper .job-desc-box {
  margin: 15px 0 25px;
}
.job-position-wrapper .job-resp-box p {
  margin-bottom: 1.5rem;
}
.job-position-wrapper .apply-job-btn {
  background-color: rgba(var(--secondary-color), 1);
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 10px;
  display: inline-block;
  margin-top: 50px;
}

.arrow-list-ul-wrapper {
  padding-left: 0;
}
.arrow-list-ul-wrapper li {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 2.7rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}
.arrow-list-ul-wrapper li::before {
  content: url(../images/b-right-arrow.svg);
  position: absolute;
  left: 0;
  width: 12px;
  height: auto;
}

.accordion-box .show-toggle-btn {
  color: rgb(var(--secondary-color));
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 20px;
  position: relative;
  padding-right: 40px;
}
.accordion-box .show-toggle-btn:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  font-size: 30px;
  line-height: 0px;
  font-weight: 300 !important;
}
.accordion-box .show-toggle-btn.active:after {
  content: "-";
}

.apply-to-section {
  margin-top: 80px;
}

.dividend-tab-wrapper .tab-list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  justify-content: center;
}
.dividend-tab-wrapper .tab-list li {
  padding: 20px;
  list-style: none;
  cursor: pointer;
  color: var(--text-color2);
  background-color: rgba(var(--light-bg), 1);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.5rem;
  position: relative;
  text-align: center;
}
.dividend-tab-wrapper .tab-list li.active, .dividend-tab-wrapper .tab-list li:hover {
  background-color: rgba(var(--primary-color), 1);
  color: #fff;
}
.dividend-tab-wrapper .tab-list li.active::after {
  content: "";
  width: 22px;
  height: 15px;
  background: url(../images/arrow-bottom.svg) no-repeat;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}

.group-companies-heading-section.unclaimed-content-section {
  padding-bottom: 4rem;
}
.group-companies-heading-section.unclaimed-content-section .title-global-border-center h5 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 3.9rem;
  color: rgba(var(--primary-color), 1);
}

.list-unclaimed-section .title-global-border-center h5 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  color: rgba(var(--primary-color), 1);
}
.list-unclaimed-section .container {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.list-unclaimed-section .input_folio_wrapper {
  margin-top: 30px;
  margin-bottom: 12px;
}
.list-unclaimed-section .input_folio_wrapper label {
  color: var(--text-color2);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.list-unclaimed-section .input_folio_wrapper input {
  padding: 10px 15px;
  border: 1px solid rgba(var(--secondary-text-color), 0.2);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  font-size: 15px;
  line-height: 27px;
  width: 40rem;
  margin: 0 8px;
}
.list-unclaimed-section .input_folio_wrapper button {
  background-color: rgb(var(--primary-color));
  color: #fff;
  border: none;
  outline: none;
  padding: 14px 22px 13px 22px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2rem;
}
.list-unclaimed-section p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: var(--text-color);
  margin-bottom: 0;
}

.user-data-section {
  padding: 50px 0;
}
.user-data-section p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: var(--text-color);
  margin-bottom: 0;
}

.dividend_table_wrapper {
  width: 75%;
  margin: auto;
  overflow-x: auto;
}
.dividend_table_wrapper .user-data-table {
  margin: 15px auto;
}
.dividend_table_wrapper .user-data-table thead th {
  background-color: rgb(var(--secondary-color));
  color: #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #eee;
}
.dividend_table_wrapper .user-data-table tbody tr td {
  padding: 15px;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: 500;
  color: rgb(var(--secondary-color));
}
.dividend_table_wrapper .user-data-table tbody tr td a {
  color: rgb(var(--secondary-color));
}
.dividend_table_wrapper .user-data-table tbody tr td:first-child {
  color: var(--text-color2);
}
.dividend_table_wrapper .user-data-table tbody tr td:nth-child(2) {
  color: rgb(var(--primary-color));
}
.dividend_table_wrapper.full-width-table {
  width: 100%;
}
.dividend_table_wrapper.full-width-table table {
  width: 100%;
}

.dividend-tab {
  display: none;
}

@media (min-width: 767px) {
  .financial-result .tab-list {
    pointer-events: none;
  }
  .financial-result .accordion_c_b {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .list-unclaimed-section .input_folio_wrapper label,
  .list-unclaimed-section .input_folio_wrapper button,
  .list-unclaimed-section .input_folio_wrapper input {
    display: block;
    margin: 15px auto;
  }
  .dividend_table_wrapper {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .group-companies-heading-section.unclaimed-content-section .title-global-border-center h5 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
.primary-text-color {
  color: rgb(var(--primary-color)) !important;
}

.secondary-text-color {
  color: rgb(var(--secondary-color)) !important;
}

.award-recognition-section .news-title-container {
  background: #fff;
}
.award-recognition-section .news-title-container h3 {
  margin-bottom: 5px;
}
.award-recognition-section figure {
  margin-bottom: 0;
}

.certificate-img-wrapper {
  padding-top: 40px;
  text-align: center;
}
.certificate-img-wrapper img {
  display: inline-block;
  margin: 0 50px 50px;
  height: 100px;
  width: auto;
}

@media (max-width: 1399px) {
  .certificate-img-wrapper img {
    margin: 0 30px 30px;
  }
}
.techno-key-sec .custom-key-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.techno-key-sec .custom-key-row.key-highlight-row .top-box {
  min-height: 230px !important;
}
.techno-key-sec .custom-key-row.key-highlight-row .bottom-box::before {
  top: auto !important;
  bottom: 110px;
}
.techno-key-sec .custom-key-row .custom-key-item {
  width: calc(25% - 15px);
  text-align: center;
  background-color: #F5FAF9;
  border: 1px solid #D8E9EE;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .techno-key-sec .custom-key-row .custom-key-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 479px) {
  .techno-key-sec .custom-key-row .custom-key-item {
    width: 100%;
    flex-direction: row;
  }
  .techno-key-sec .custom-key-row .custom-key-item .top-box {
    min-height: auto !important;
    width: 45%;
  }
  .techno-key-sec .custom-key-row .custom-key-item .bottom-box {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
  }
}
.techno-key-sec .custom-key-row .custom-key-item .top-box {
  padding: 30px;
  min-height: 190px;
}
@media (max-width: 479px) {
  .techno-key-sec .custom-key-row .custom-key-item .top-box {
    padding: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.techno-key-sec .custom-key-row .custom-key-item .top-box .item-count {
  color: #FFF;
  font-size: 35px;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .techno-key-sec .custom-key-row .custom-key-item .top-box .item-count {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 0;
  }
}
.techno-key-sec .custom-key-row .custom-key-item .bottom-box {
  margin-top: auto;
  padding: 25px 15px;
  position: relative;
}
.techno-key-sec .custom-key-row .custom-key-item .bottom-box::before {
  content: url(../images/top-arrow.svg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
  width: 15px;
  height: 15px;
}
@media (max-width: 479px) {
  .techno-key-sec .custom-key-row .custom-key-item .bottom-box::before {
    left: -15px;
    right: auto;
    transform: rotate(270deg);
    top: 50%;
  }
}
.techno-key-sec .custom-key-row .custom-key-item .bottom-box .item-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
@media (max-width: 479px) {
  .techno-key-sec .custom-key-row .custom-key-item .bottom-box .item-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.techno-key-sec .custom-key-row .custom-key-item:nth-child(odd) .top-box {
  background-color: #01ACE4;
}
.techno-key-sec .custom-key-row .custom-key-item:nth-child(even) .top-box {
  background-color: #054FA5;
}

.technical-licence-agreement-section {
  background-color: #fff;
}

.technical-licence-agreement-section .venture_wrapper .venture_box {
  border-right: #ececec 1px solid;
}

.technical-licence-agreement-section .venture_wrapper .venture_box:last-child {
  border-right: #ececec 0px solid;
}

.diffrentitiation-block .legends li::before {
  background-color: #40CAF7;
}

@media (max-width: 575px) {
  .techology-mob-accordion .inner-technology-section p {
    display: block !important;
    margin-bottom: 0 !important;
  }
}
.techology-mob-accordion .company-listing-row .company-wrapper h2 {
  display: block !important;
}
.techology-mob-accordion .company-listing-row .company-wrapper img {
  margin-top: -110px !important;
}

.group-company-faq-box .company-listing-row.india-creat-row .company-wrapper .bg-box {
  height: 200px;
}

@media (max-width: 575px) {
  .group-company-faq-box .company-listing-row .company-wrapper .bg-box {
    height: auto !important;
  }
  .group-company-faq-box .company-listing-row .company-wrapper .bg-box h2 {
    margin-bottom: 0;
  }
  .group-company-faq-box .company-listing-row .company-wrapper .bg-box h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .group-company-faq-box .company-listing-row .company-wrapper img {
    margin-top: 0 !important;
    padding-top: 10px;
  }
}

.competencies-section {
  background-color: transparent;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.competencies-section .venture_wrapper {
  gap: 30px 20px;
}
.competencies-section .venture_wrapper .venture_box {
  width: calc(33% - 16px);
  height: 317px;
  flex-direction: column;
  overflow: hidden;
}
.competencies-section .venture_wrapper .venture_box > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.competencies-section .venture_wrapper .venture_box h4.heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 15px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  background: rgba(var(--primary-color), 0.4);
  color: white;
}
.competencies-section .venture_wrapper .venture_box:hover .content {
  height: 100%;
  top: 0;
}
.competencies-section .venture_wrapper .venture_box:hover .heading {
  display: none;
}
.competencies-section .venture_wrapper .venture_box .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -100%;
}

@media (max-width: 991px) {
  .competencies-section .venture_wrapper .venture_box {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .competencies-section .venture_wrapper .venture_box {
    width: calc(100% - 16px);
    height: auto;
  }
}
/*add 8 july*/
.bor-setting img {
  filter: grayscale(1);
  opacity: 0.8;
  width: 285px;
  height: 350px;
  object-fit: cover;
}

.inner-banner.investors-banner {
  background: url(../images/investors-banner.jpg) no-repeat center;
}

.inner-banner.creat-banner {
  background: url(../images/creat-banner.jpg) no-repeat center;
}

.inner-banner.initia-banner {
  background: url(../images/initia-banner.jpg) no-repeat center;
}

.inner-banner.abouts-us-banner {
  background: url(../images/abouts-us-banner.jpg) no-repeat center;
}

.inner-banner.group-vision-banner {
  background: url(../images/group-vision-banner.jpg) no-repeat center;
}

.single-bar p {
  font-weight: 400;
}

/* ray code 8 july */
.inner-banner.initia-banner {
  background-size: cover;
}

.ray-no-dd-arrow li:after {
  display: none !important;
}

.ray-v-icon-cb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.ray-v-icon-cb .play-video-icon {
  display: flex;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}

.ray-v-icon-cb .play-video-icon::before {
  width: 120px;
  height: 120px;
  position: absolute;
  content: "";
  background: #ffffff;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -2;
}

.ray-v-icon-cb .play-video-icon:after {
  width: 90px;
  height: 90px;
  position: absolute;
  content: "";
  background: #ffffff;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

/* bharat code 8 july */
.proctucts-details figure {
  border: 1px solid rgb(var(--light-bg-2));
  padding: 15px;
}

.proctucts-details figure h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advance-technical .title-global-border-center h5:after {
  left: 50%;
}

.advance-technical ul.vehicle-type li:not(.active) a {
  background-color: #fff;
}

.advance-technical ul.vehicle-type li:hover a {
  background-color: rgb(5, 79, 165);
}

@media (max-width: 479px) {
  .banner.home-banner .hero-slider .banner-caption {
    top: 100px;
  }
  .banner.home-banner .hero-slider .banner-caption h1 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
  .banner.home-banner .t-layer video {
    height: 32rem;
    width: auto;
  }
  .banner.home-banner .hero-slider .banner-caption a {
    padding: 5px 10px;
    margin-top: 10px;
  }
  .about-home.up {
    padding-top: 40px;
  }
}
/* bharat code 8 july */
/* ashwani  code */
@media (max-width: 768px) {
  .banner video {
    min-height: 414px;
    object-fit: cover;
  }
  .banner .hero-slider .banner-caption {
    width: 80%;
    padding: 20px;
  }
}
.popup-wrapper {
  margin-top: 20px;
}
.popup-wrapper a {
  font-size: 1.5rem;
  line-height: 20px;
  color: rgba(var(--secondary-color), 1);
  border: 1px solid rgb(var(--secondary-color));
  padding: 10px 15px;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.popup-wrapper a img {
  margin-left: 5px;
}
.popup-wrapper a:hover {
  border-color: rgba(var(--primary-color), 1);
  color: rgb(var(--white));
}

/* ashwani  code */
.tick-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tick-list li {
  list-style: none;
  padding: 7px 25px;
  position: relative;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 19px;
  color: #636363;
  text-align: left;
  width: 49%;
}
.tick-list li:after {
  position: absolute;
  content: "";
  background: url(../images/check-blue-borderless.svg) 0 no-repeat;
  width: 16px;
  height: 18px;
  left: 0;
  top: 10px;
}

@media (max-width: 768px) {
  .tick-list li {
    width: 100%;
  }
}
/* === ashwani = */
.previous-news figure a .news-title-container .news-discriptiobn.max-height-auto {
  min-height: 270px;
}

.tech-mission.previous-news figure a .news-title-container .news-title {
  overflow: inherit;
  white-space: normal;
}

.g-0 {
  margin: 0;
}
.g-0 > div {
  padding: 0;
}

.previous-news figure a .news-title-container .news-discriptiobn.max-height-auto {
  height: 85px;
}

.tech-mission.previous-news figure a .img-holder img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.section-p-0 {
  padding: 0;
}

.faq-box ul.padding-setting li {
  padding: 15px 20px !important;
}
.faq-box ul.padding-setting li:last-child {
  border-bottom: 1px solid #e1e1e1 !important;
}

.previous-news figure {
  height: 100%;
}
.previous-news figure a {
  display: block;
  height: 100%;
  background: #fff;
}

.previous-news figure a .news-title-container .news-discriptiobn.max-height-auto {
  min-height: 0;
  height: auto;
}

@media (max-width: 767px) {
  .padding-setting {
    display: none !important;
  }
}
/* ========ray===== */
header .flex-container .container_dropdown .container_submenu {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

header .flex-container nav ul li a {
  transition: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  header .side-box .side-nav > ul > li:hover .right-pannel .item .sub-nav {
    left: 0px;
    width: 500px;
  }
  header .side-box .side-nav > ul > li .right-pannel .s-nav-section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  header .side-box .side-nav > ul > li .right-pannel .s-nav-section ul > li {
    width: 100%;
  }
  header .side-box .side-nav {
    min-height: 730px;
  }
}
.hover-scroll-set.events-news .events-box figure .hide-show-box {
  height: 96px;
}
.hover-scroll-set.events-news .events-box figure:hover .hide-show-box {
  height: calc(100% - 100px);
}
@media (max-width: 767px) {
  .hover-scroll-set.events-news .events-box figure .hide-show-box {
    height: 86px;
  }
  .hover-scroll-set.events-news .events-box figure:hover .hide-show-box {
    height: calc(100% - 100px);
  }
}

@media (min-width: 992px) {
  /* header .side-box .side-nav > ul > li .right-pannel .s-nav-section {
    min-height: 1px;
  } */
  header .side-box .side-nav > ul > li:hover .right-pannel .item.deeper:hover > a {
    color: rgb(var(--secondary-color)) !important;
  }
  header .side-box .side-nav > ul > li:hover .right-pannel .item.deeper:hover > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    background-color: rgb(var(--secondary-color));
  }
  header .side-nav .grid-box li a {
    display: inline-block !important;
    min-width: 1px !important;
    position: relative;
  }
  header .side-nav .grid-box li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 0%;
    transition: all 0.3s ease-in-out;
    background-color: rgb(var(--secondary-color));
  }
  header .side-nav .grid-box li a:hover:after {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}
/* ====bharat annual report css==== */
.ar-wrapper {
  padding: 1.5rem;
  border: 1px solid #e9e9e9;
  gap: 20px;
  margin-bottom: 20px;
  transition: all 0.4s ease-out;
}
.ar-wrapper h5 {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(var(--primary-color), 1);
}
.ar-wrapper img {
  max-width: 160px;
}
@media (max-width: 1199px) {
  .ar-wrapper img {
    max-width: 130px;
  }
}
.ar-wrapper a {
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
  color: rgba(var(--secondary-color), 1);
}
.ar-wrapper a img {
  margin-left: 10px;
}
.ar-wrapper:hover {
  border-color: rgba(var(--primary-color), 1);
  transition: all 0.4s ease-out;
}
.ar-wrapper:hover h5 {
  color: #fff;
}
.ar-wrapper:hover h5:after {
  background-color: #fff;
}
.ar-wrapper:hover a {
  color: #fff;
}

/* =====ray=== */
.popupContaianer {
  z-index: 101;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  color: rgb(var(--secondary-color));
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.read-more-btn:hover {
  gap: 15px;
}

.dividend_table_wrapper a {
  color: rgb(var(--secondary-color));
}

.country92 {
  top: 54%;
  left: 68%;
}

.country93 {
  top: 59%;
  left: 69%;
}

.country94 {
  top: 57%;
  left: 70%;
}

.csr_section ul li {
  padding: 15px 18px;
  border-bottom: 1px solid #eee;
  background-color: rgba(var(--white), 1);
}
.csr_section ul li:nth-child(even) {
  background-color: rgba(var(--light-bg), 1);
}/*# sourceMappingURL=style.css.map */




.btn-group {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
            margin-top: 20px;
        }

        .btn-group a {
            background-color: rgb(var(--secondary-color));
            padding: 15px 25px !important;
            font-size: 18px;
            font-weight: 600;
            color: #fff;

        }

        .btn-group .read-more img {
            height: 30px
        }

        .pad-90 img {
            max-width: 100%;
        }

        .pad-90 {
            padding: 90px 22px;
            margin-bottom: 30px;

        }
 /* modal */
        .sp-o-cb {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, .5);
            z-index: 99;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            display: none;
            overflow: initial
        }

        .sp-o-cb .sp-ic-cb {
            position: relative;
            overflow: hidden;
            overflow-y: auto;
            width: 100%;
            height: 100%;
            padding: 15px;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sp-o-cb .sp-i-cb {
            max-width: 700px;
            border: 7px solid rgba(var(--primary-color), 1);
            padding: 15px;
            background: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            padding: 50px;
        }

        .sp-o-cb .sp-i-cb .sp-close-popup {
            border-radius: 50%;
            opacity: 1;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            display: flex;
            text-indent: -99999px;
            cursor: pointer;
            position: absolute;
            right: 20px;
            top: 20px;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

        .sp-o-cb .sp-i-cb .sp-close-popup:before {
            content: "";
            position: absolute;
            height: 2px;
            width: 24px;
            background-color: #7a7a7a;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
            transition: ease-out .3s all;
        }

        .sp-o-cb .sp-i-cb .sp-close-popup:after {
            content: "";
            position: absolute;
            height: 2px;
            width: 24px;
            background-color: #7a7a7a;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            transition: ease-out .3s all;
        }

        .sp-i-cb p {
            font-size: 16px;
            line-height: 1.8;
        }

        .events-news .events-box figure .hide-show-box .news-heading {
            color: #fff;
        }

        /* modal-end */
  .testimonials-read-more {
            display: flex;
            font-size: 1.4rem;
            margin: 20px 0;
        }

        .testimonials-box q {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 3;

        }

        .modal-body .title-bar {
            display: flex;
            align-items: center;
            font-size: 16px;
            gap: 20px;
        }

        .testimonials-popup .modal-content {
            max-width: 1000px;
        }

        .modal-body q {
            font-size: 1.5rem;
            line-height: 1.8;
            color: rgb(var(--secondary-text-color));
        }

        .modal-body .testimonials-read-more {
            display: none;
        }
.right-side-video-section.reverse
{
padding-right: 85px;    padding-left: 0;}


.newsroom .events-box figure:hover .hide-show-box {
    height: auto;
    transition: all 0.6s ease-out;
max-height:100%
}
.newsroom .events-box figure .hide-show-box{

transition: height 0.6s ease-in-out;
    -webkit-transition: height 0.6s ease-in-out;

}
.proctucts-details .product-details figure
{
height:calc(100% - 50px);
}
.proctucts-details .product-details figure > p{
white-space:inherit;margin-bottom:0;}

.investor-event-news .events-box figure .hide-show-box .news-heading a{
color:#fff;
}


.events-page.newsroom .events-box figure .hide-show-box {
    box-sizing: content-box;
    width: calc(100% - 40px);
 transition: height 0.6s ease;
height:50px
}
.previous-news .row {
gap:30px 0;}