html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

:root {
  --green-deep: #0a5a2a;
  --green: #2f7d32;
  --red-bright: #fe1a1f;
  --red: #e31d1d;
  --ink: #00160f;
  --ink-2: #001b12;
  --paper: #f7f9f7;
  --paper-2: #eef2ee;
  --white: #ffffff;
  --line: #e3e8e3;
  --text: #1c231d;
  --text-soft: #5b665c;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 14px;
  --container: 1280px;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body {
  font-size: 14px;
  color: #505864;
  line-height: 1.6;
  background-color: #f5f5f5;
  font-family: 'OpenSansRegular', sans-serif;
}

/* Background page lock */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  inset: 0;
}

/* Don't apply to all children */
body.modal-open {
  overscroll-behavior: none;
}

/* Allow modal content to scroll */
.modal {
  overflow-y: auto;
}

.modal-dialog {
  pointer-events: none;
}

.modal-content {
  pointer-events: auto;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.customMenu .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.row.mapMarkers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.btn-getintouch {
  background: var(--green);
  color: #fff !important;
  font-weight: 700;
  font-size: .8em;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
}

.btn-getintouch:hover {
  background: var(--green-deep);
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
}

/* .text{line-height: 1.6;font-size: 1.3em;/*margin-bottom: 2em;*} */
/* common css S*/
.imgBlk {
  border-radius: 5px;
}

.owl-carousel .owl-item img {
  border-radius: 8px;
}

.owl-carousel .owl-item img.imgCircle {
  border-radius: 50%
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2
}

picture .imgBlk {
  border-radius: 0 !important;
}

.paraxify {
  background-attachment: scroll !important;
}

.quoteUi {
  position: relative;
  width: auto;
  display: inline-block;
}

.quoteUi:before {
  content: "‘‘";
  font-size: 2em;
  position: absolute;
  top: -5%;
  left: -13%;
  color: #ffffff;
  font-family: auto;
  line-height: 1;
  height: 0
}

.quoteUi:after {
  content: "’’";
  font-size: 2em;
  position: absolute;
  bottom: 25%;
  color: #ffffff;
  font-family: auto;
  line-height: 1;
  height: 0
}

* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper {
  padding: 0;
  margin: 0 auto;
  background-color: #fcfcfc;
}

.container {
  max-width: 1366px;
  /*width: inherit;*/
}

.section {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.bulletVList li {
  list-style-type: circle;
  list-style-position: outside;
  margin: 8px 0;
  margin-left: 20px;
}

.webRupee {
  font-family: 'WebRupee';
}

.videoBoxModal .modal-content {
  padding: 0;
  border: 1px solid #893f94;
  font-size: 1.2em;
  font-weight: bold;
  background: #f1f1f1;
  overflow: hidden;
}

.videoBoxModal .modal-dialog .close {
  position: absolute;
  right: 3px;
  top: 9px;
  display: block;
  background: #893f94;
  width: 30px;
  height: 30px;
}

.videoBoxModal .modal-header {
  background: #893f94;
  color: #fdc031;
  padding: 10px;
  border-color: #893f94;
}

.outerTablCell {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middleTablCell {
  display: table-cell;
  vertical-align: middle;
}

.innerTablCell {
  margin-left: auto;
  margin-right: auto;
  /*whatever width you want*/
}

a,
button {
  display: inline-block;
  color: inherit;
  font-size: inherit
}

a:hover,
button:hover {
  color: #34a34a;
  text-decoration: none;
  outline: inherit;
}

.absolContainer {
  position: absolute;
  top: inherit;
  /* width: inherit; */
}

.blockContainer .blockTitle {
  font-size: 3.5em;
}

/* .blockContainer .subHeadTitle {
  font-size: 2.3em;
} */

.mainHeadTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: inherit;
  font-family: 'manrope-extrabold', sans-serif;
}

.subHeadTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: inherit;
  font-family: 'manrope-extrabold', sans-serif;
}

.btn-more {
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 28px;
  border-radius: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: .25s ease;
  white-space: nowrap;
}

.btn-more:hover {
  background: linear-gradient(160deg, #0d6b34 0%, #14753f 140%);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.yellowColor {
  color: #34a34a !important;
}

span.green-text {
  color: #2d7d2f;
}

.softgreen-text {
  color: var(--red-bright);
}

/* .blockContainer .blockTitle,
.blockContainer .subHeadTitle {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
} */

.blockContainer .blockText {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  color: inherit;
  padding-left: 2px;
}

.blockContainer .blockBtn {
  margin: 20px 0 0;
}


.modal-content {
  background: #000000;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#readModalLong .modal-header {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  font-size: 1.2em;
  font-weight: bold;
  background: #dddddd;
  overflow: hidden;
}

#exampleModalLong .modal-header {
  padding: 15px;
  border-bottom: 0;
}

.modal-dialog .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}


/* common css E*/

/*Navigation*/
#backBtnLnk,
.customMenuLink .caret {
  display: none
}

.mobile_menu {
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1);
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fixed-bg-color,
.bg-black {
  background: rgba(0, 0, 0, 0.9) !important;
}

.linkTxt {
  font-size: 1em;
  margin-top: 5px;
  display: inline-block;
  color: #cd2c8d;
  cursor: pointer;
}

.customMenu {
  background: none;
  margin: 0;
  border-radius: 0;
  border-bottom: transparent;
}

.customMenu .customMenuWrapper {
  margin-bottom: 0;
  float: right;
  width: 850px;
  max-height: initial;
}

.customMenu .customMenuBar {
  margin: 0;
  /*padding: 15px;width: 100%;*/
  float: right;
}

.customMenu .customMenuBrand {
  height: auto;
}

.customMenu .customMenuItem {
  padding: 0;
  float: left;
  /*width: 100px;*/
}

.customMenuWrapper .customMenuLink,
.customMenuWrapper .customSubMenuLink {
  text-transform: uppercase;
  font-size: 1.0em;
  color: #fff !important;
  line-height: 30px !important;
  font-family: 'manrope-extrabold', sans-serif;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 15px;
  cursor: pointer;
}

.customMenu .mobile_menu_inner {
  float: right;
}

.customSubMenuBar .customSubMenuLink {
  padding: 10px 15px;
}

.customSubMenuBar .customSubMenuFull {
  width: 48%;
  float: left;
  margin-right: 1%;
}

.customSubMenuBar .threeColMen .customSubMenuFull {
  width: 30%;
}

.customMenuWrapper .customMenuLink:hover,
.customMenuWrapper .customMenuLink.active,
.customMenuWrapper .customSubMenuLink.active,
.customMenuWrapper .customSubMenuLink:hover,
.customMenuWrapper .customSubMenuLink:active {
  color: #34a34a !important;
}

.customMenuWrapper .customSubMenuBar .customSubMenuTitle {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.4);
  /*border-bottom: 1px solid rgba(255,255,255,0.2);*/
  line-height: 2;
  margin-bottom: 2%;
  cursor: pointer;
  display: block;
  padding-left: 15px
}

.customMenuWrapper .customSubMenuBar .customSubMenuTitle:hover {
  text-decoration: none;
  color: #34a34a;
}

.customMenuWrapper .customSubMenuBar {
  padding-left: 20px;
}

.customMenuWrapper .customSubMenuBar .customSubMenuLink {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1 !important;
  font-family: 'manrope-light', sans-serif;
  font-weight: normal;
  text-transform: inherit;
  padding: 5px 0;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
}

.customMenuWrapper .customSubMenuBar .customSubMenuLink em {
  display: block;
  font-size: 0.7em;
}

.customMenuWrapper .customSubMenuBar ul {
  margin: 5px 0 15px;
  padding: 0;
}

.customMenuWrapper .customSubMenuBar ul li {
  float: left;
}

.customSubMenuBar {
  opacity: 0;
}

.customSubMenuBar.in {
  opacity: 1;
}

/*Homepage Slider*/
.introSlider .blockContainer {
  padding: 0;
  position: relative;
}

.introSlider .homeSliderContainer {
  height: 100vh;
}

.introSlider .homeSliderContainer .loader {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.introSlider .homeSliderContainer .loader .loader-img {
  width: 45px;
}

.homepage_slider .item {
  overflow: hidden;
  position: relative;
}

.homepage_slider .owl-item {}

.homepage_slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.homepage_slider>.item>img {
  display: block;
  line-height: 1;
}

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

.videoContainer {
  height: 100vh;
}

.homepage_slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15%;
  text-align: center;
}

.homepage_slider .owl-dot {
  background: #843090 !important;
  margin: 0 0.5%;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.homepage_slider .owl-dot.active {
  background: #fff !important;
}

.homepage_slider {
  position: absolute;
  bottom: 45%;
  width: 40%;
}

.homepage_slider .caption_title {
  color: #fff;
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.aboutCompMessage h2.subHeadTitle {
  text-align: left;
}

.about-img {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #fff;
}

.stat-box.last {
  padding-bottom: 0;
}

.homepage_slider .caption_text {
  font-size: 1.3em;
  color: #34a34a;
}

/*Values*/
.companyNumbers {
  background: #fff;
  padding: 45px 0;
}

.companyNumbers .stat-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 20px 30px;
  border-right: 1px solid #e2e2e2;
}

.companyNumbers .border-none {
  border-right: none;
}

.companyNumbers .stat-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #0b6b34;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

.companyNumbers .stat-icon i {
  color: #fff;
  font-size: 34px;
}

.companyNumbers .stat-content {
  text-align: left;
}

.companyNumbers .stat-content h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #222;
  line-height: 1;
}

.companyNumbers .stat-content p {
  margin: 8px 0 0;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.companyValues {
  position: relative;
}

.blockValues {
  background-color: #fff;
  margin: 0 auto;
  width: 80%;
  padding: 2em;
  border: 1px solid #fdfdfd;
  border-radius: 1em;
  position: relative;
  left: 0;
  right: 0;
  top: -4em;
  z-index: 9;
  box-shadow: 0px 2px 6px #ddd;
  padding-bottom: 0;
}

.aboutCompMessage .blockValues {
  background: linear-gradient(90deg, #02240f, #06381a, #02240f);
}

.aboutCompMessage .blockValues p.text {
  color: #fff;
}

.aboutCompMessage .blockValues h2.subHeadTitle {
  color: #fff;
}

.core-value {
  display: inline-block;
}


.homepage .companyValues .text {
  line-height: 1.8;
  font-size: 1.2em;
  text-align: justify;
}

.homeCompanyValue .rightSideValue {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0
}

.homepage .aboutCompMessage .leftSideValue {
  text-align: center;
  width: 60%;
  padding-bottom: 50px;
}

.homepage .charimanMessage .leftSideValue {
  text-align: center;
  padding-left: 10%
}

.homepage .charimanMessage .leftSideValue .designation {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.homepage .charimanMessage {
  background: linear-gradient(90deg, #ECEEEA 0%, #EBEDE9 45%, #E9ECE8 100%);
}

.homepage .charimanMessage .leftSideValue img.img-fluid {
  text-align: left;
  display: block;
}

.homepage .charimanMessage .subHeadTitle {
  text-align: left;
}

.homepage .charimanMessage .blockValues {
  overflow: hidden;
  width: 100%;
  background: none;
  box-shadow: inherit;
  top: 0;
  border: 0;
  padding-top: 0;
}

span.red-text {
  color: #fc1a20;
}

.homepage .charimanMessage .leftSideValue img.img-fluid {
  text-align: left;
  display: block;
}

.about-small-title {
  top: 5%;
  color: #2d7d2f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-align: left;
}

.history .about-small-title {
  color: #fff;
}

.homepage .charimanMessage .subHeadTitle,
.homepage .charimanMessage h2 {
  margin-top: 0 !important;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* ===== Our Inspiration — redesigned to match mockup (person image bleeding in from the right, content on the left) ===== */
.homepage .charimanMessage {
  overflow: visible;
}

.homepage .charimanMessage .blockValues {
  overflow: visible;
  padding-top: 0;
}

.homepage .charimanMessage .row.blockText {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: stretch;
}

.homepage .charimanMessage .leftSideValue {
  flex: 0 0 65%;
  max-width: 65%;
  text-align: left;
  padding: 0 3% 0 15%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* centers the text against the photo's height */
}

.homepage .charimanMessage .leftSideValue .about-small-title {
  position: relative;
  padding-bottom: 16px;
}

.homepage .charimanMessage .leftSideValue .subHeadTitle {
  font-size: 2.6em;
  font-weight: 800;
  color: #16181b;
}

.homepage .charimanMessage .leftSideValue .text {
  max-width: 460px;
}

.homepage .charimanMessage .leftSideValue img.img-fluid {
  max-width: 220px;
  margin-top: 8px;
}

.homepage .charimanMessage .rightSideValue {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  z-index: 1;
  padding: 0;
  pointer-events: none;
}

.homepage .charimanMessage .rightSideValue img.core-value {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 30%);
  mask-image: linear-gradient(to right, transparent 0%, #000 30%);
}

@media (max-width: 991px) {
  .homepage .charimanMessage .row.blockText {
    min-height: 520px;
  }

  .homepage .charimanMessage .leftSideValue {
    padding: 0 4% 40px 6%;
  }

  .homepage .charimanMessage .rightSideValue {
    width: 40%;
    max-height: 440px;
  }
}

@media (max-width: 767px) {
  .homepage .charimanMessage .row.blockText {
    min-height: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .homepage .charimanMessage .leftSideValue {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 6% 0;
    text-align: center;
  }

  .homepage .charimanMessage .leftSideValue .about-small-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .homepage .charimanMessage .leftSideValue .text {
    max-width: 100%;
    margin: 0 auto;
  }

  .homepage .charimanMessage .leftSideValue img.img-fluid {
    margin-left: auto;
    margin-right: auto;
  }

  .homepage .charimanMessage .rightSideValue {
    position: static;
    width: 100%;
    height: 320px;
    justify-content: center;
  }

  .homepage .charimanMessage .rightSideValue img.core-value {
    height: 100%;
    width: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/*Business*/
.homepage .ourBusiness {
  padding: 3% 0
}

.homepage .ourBusiness .subHeadTitle {
  padding-bottom: 2%;
}

.homepage .ourBusiness .item {
  text-align: center;
}

/* ===========================
   Key Businesses Hover Effect
=========================== */

.logo-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* Default */
.logo-carousel .horiSlideCont {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  overflow: hidden;
  transition: all .35s ease;
  position: relative;
}

.logo-carousel .horiSlideLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 20px;
}

.logo-carousel .horiSlideImg {
  max-width: 150px;
  object-fit: contain;
  transition: .35s ease;
}

/* Hover Item */
.logo-carousel .owl-item:hover {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: scale(1.02);
  z-index: 5;
}

.logo-carousel .owl-item:hover .horiSlideCont {
  border: 1px solid rgb(43 119 55);
  background: #fff;
}


.logo-carousel .owl-item {
  opacity: 1;
  filter: none;
  transition: .35s;
}

.logo-carousel .owl-item {
  opacity: 1;
  filter: none;
  transition: all .35s ease;
}

.logo-carousel .owl-item:hover .horiSlideCont {
  border: 1px solid #2b7737;
  box-shadow: 0 0 18px rgba(43, 119, 55, .25);
}

.logo-carousel .owl-item:hover .horiSlideCont::after {
  border: 1px solid #2b7737;
}

.logo-carousel .owl-item.active-hover .horiSlideCont {
  border: 1px solid #2b7737;
  box-shadow: 0 0 18px rgba(43, 119, 55, .25);
}

.logo-carousel .owl-item:hover {
  opacity: 1 !important;
  filter: none !important;
  transform: none;
  /* scale remove */
}

.logo-carousel .owl-item:hover .horiSlideCont {
  border: 1px solid #00c8ff;
  box-shadow: 0 0 18px rgba(0, 200, 255, .25);
}

/* Optional Glow */
.logo-carousel .horiSlideCont::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  pointer-events: none;
  transition: .35s;
}

.logo-carousel .owl-item:hover .horiSlideCont::after {
  border: 1px solid rgb(43 119 55);
}

.homepage .ourBusiness .item.horiSlideCont {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 14px;
  padding: 18px 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(236, 236, 236);
  border-image: none;
  transition: transform 0.35s, box-shadow 0.35s, background-color 0.35s, border-color 0.35s;
}

.homepage .ourBusiness .owl-nav .owl-prev,
.homepage .ourBusiness .owl-nav .owl-next {
  position: absolute;
  top: 20%;
  font-size: 3rem !important;
}

.homepage .ourBusiness .owl-nav .owl-prev {
  left: -4%
}

.homepage .ourBusiness .owl-nav .owl-next {
  right: -4%;
}

/*Company Info*/
.homepage .highLgthCont .gradientBg {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  left: 0;
  right: 0;
}

/* Geadient Classes S */
.gradientBg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d05b6b+0,df7f8b+17,c55353+50,bf4746+84,c04637+100 */
  background: #d05b6b;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #d05b6b 0%, #df7f8b 17%, #c55353 50%, #bf4746 84%, #c04637 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #d05b6b 0%, #df7f8b 17%, #c55353 50%, #bf4746 84%, #c04637 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #d05b6b 0%, #df7f8b 17%, #c55353 50%, #bf4746 84%, #c04637 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d05b6b', endColorstr='#c04637', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.8;
}

.gradientBgTransOne {
  background: linear-gradient(135deg, #0a2417, #132e1c 40%, #1c3a24 70%, #e31d1d10);
}

.gradientBgTrans {
  background: linear-gradient(135deg, #0a2417, #132e1c 40%, #1c3a24 70%, #e31d1d10);
}

.gradientPnkOrange {
  background: #d72b8f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d72b8f 0%, #d72b8f 17%, #d72b8f 50%, #ed6047 51%, #ed6047 59%, #ed6047 71%, #ed6047 84%, #ed6047 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d72b8f 0%, #d72b8f 17%, #d72b8f 50%, #ed6047 51%, #ed6047 59%, #ed6047 71%, #ed6047 84%, #ed6047 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d72b8f 0%, #d72b8f 17%, #d72b8f 50%, #ed6047 51%, #ed6047 59%, #ed6047 71%, #ed6047 84%, #ed6047 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d72b8f', endColorstr='#ed6047', GradientType=1);
  /* IE6-9 */
}

/* Geadient Classes E */
/* Hori Carousel S*/
.horiCarousel {
  width: 95%;
  margin: 0 auto;
}

.fullCarousel {
  width: 100%;
  position: relative;
}

.fullCarousel.owl-carousel .owl-item img {
  border-radius: 0;
}

/* Hori Carousel E*/
.homepage .highLgthCont {
  /*background-color: #fff;*/
  padding: 3% 0;
}

/* .mapMarkers {
  padding: 3% 0;
} */

.homepage .highLgthCont .highLgthBox {
  position: relative;
  font-size: 3em;
}

.homepage .highLgthCont .highLgthBox .details {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 7% 0;
  border-right: 2px solid #cecece;
}

.homepage .highLgthBox .details .head3Text {
  margin: 0;
  padding: 0;
  color: #888888;
  text-transform: uppercase;
  font-family: 'manrope-extrabold', sans-serif;
}

.homepage .highLgthBox .details .head4Text {
  color: #9a9a9a;
  text-transform: uppercase;
  font-family: 'manrope-extrabold', sans-serif;
}

.homepage .highLgthCont .pictureGroup {
  position: relative;
  margin-top: 8%;
}

.homepage .highLgthCont .companyBlockHistory {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75%;
  text-align: center;
  font-size: 1.3em;
}

/*Leadership*/

.ldrshpArea .subHeadTitle {
  color: #ffffff;
}

.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3);
}

.ldrshpCont {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 10px;
  list-style: none;
  border-radius: 10px;
  margin: 8px 0;
}

.ldrshpBox {
  text-align: center;
}

.imgCircle {
  border-radius: 50%;
  width: 130px !important;
  margin: 0 auto;
}

.ldrshpBox .titleHead {
  color: #ffffff;
  margin: 5px 0 2px;
  font-size: 1.1em;
}

.ldrshpBox .ldrshpTxt .lrdComp {
  color: rgba(255, 255, 255, 0.8);
  display: block;
}

.leadershipModal .lrdComp {
  color: rgba(0, 0, 0, 0.4);
  display: block;
}

.ldrshpBox span {
  text-transform: uppercase;
  font-style: normal;
  display: block;
  color: #fc7b2a;
  margin-bottom: 15px;
  font-size: 0.9em;
}

.ldrshpBox p {
  color: #ffffff;
}

.contArea {
  height: 175px;
  overflow: auto;
  color: #ffffff;
  text-align: justify;
  padding: 0 3%;
}

.contLink {
  text-align: center;
  margin: 30px 0 0;
  text-align: center;
  display: inline-block;
  color: #ffffff;
}

.knowMoreBtn {
  text-align: center;
  margin: 15px 0 0 0;
}

.knowMoreBtn a {
  display: inline-block;
  padding: 8px 20px;
  background: #ffffff;
  color: #222222;
  border-radius: 5px;
}

.ldrshpContHeight {
  height: 480px;
}

.ldrshpContHeight2 {
  height: 237px;
  width: 250px;
}

.leadership_slider .owl-stage-outer {
  margin-left: 5%;
}

.leadership_slider .owl-stage {
  margin: 0 auto;
}

.leadership_slider .owl-nav button.owl-next,
.leadership_slider .owl-nav button.owl-prev {
  position: absolute;
  top: 44%;
  font-size: 3em;
  color: #e8722c;
}

.leadership_slider .owl-nav button.owl-prev {
  left: 2%;
}

.leadership_slider .owl-nav button.owl-next {
  right: 0%;
}

/*video carousel S */
.video-carousel {
  position: relative;
  padding: 8% 0;
  background: #f3f3f3
}

.video-carousel .blockContainer {
  padding: 0;
}

.video-carousel .owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.video-carousel .owl-carousel .owl-video-tn {
  background-size: cover;
  border-radius: 10px;
}

.video-carousel .owl-theme .owl-controls {
  z-index: 2;
  position: absolute;
  bottom: 73%;
  width: 100%;
}

.video-carousel .owl-nav {
  top: inherit;
  position: absolute;
  bottom: 55%;
  width: 49%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.video-carousel .owl-prev,
.video-carousel .owl-next {
  position: absolute;
  height: 100%;
  width: auto;
}

.video-carousel .owl-next {
  right: -5%;
}

.video-carousel .owl-prev {
  left: -5%;
}

.video-carousel .fa {
  font-size: 3em;
  opacity: 0.7;
  color: #949494;
}

.video-carousel .owl-carousel .item-video {
  border-radius: 0;
  height: 360px;
}

.video-carousel .owl-carousel .owl-video-wrapper {
  border-radius: 0;
  position: relative;
  height: 100%;
  background: #f3f3f3;
}

.video-carousel .owl-carousel .owl-video-tn {
  border-radius: 0;
}

.videoHomeThumb .item {
  text-align: center;
}

.videoHomeThumb .item a {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #000000;
  display: block;
  text-align: center;
}

.videoHomeThumb .item .playIco {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 2;
  top: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.videoBoxModal .modal-dialog {
  max-width: 560px;
  width: 96%
}

.videoBoxIframeModal {
  position: relative;
  width: 100%;
}

.videoBoxModal .modal-body {
  padding: 0;
}

.videoBoxIframeModal video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.videoBoxIframeModal iframe {
  width: 100%;
}

/*Location*/
.mapMarkers {
  position: relative;
  margin: 0;
}

.mapMarkers .map-contains {
  margin: 0;
}

.mapMarkers .map-contains .mainHeadTitle {
  color: #fff;
  font-size: 3em;
  text-align: left;
  line-height: 1.2;
  padding-bottom: 2%;
  margin-bottom: 15px;
}

.mapMarkers .map-contains .mainHeadTitle:after {
  content: "";
  position: absolute;
  left: 15px;
  width: 56px;
  height: 3px;
  background: red;
  bottom: 90px;
}

.mapMarkers .maplistUl {
  list-style-type: none;
  padding: 0;
}

.mapMarkers .maplistUl .maplistLi {
  color: #ffce95;
  vertical-align: middle;
}

.mapMarkers .maplistUl .maplistLi .mapHead {
  padding: 0 8px 0 0;
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 800;
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #ffffff;
}

.mapMarkers .maplistUl .maplistLi .mapText {
  color: #fff;
}

.mapMarkers .map-holder {
  position: relative;
}

.mapMarkers .map {
  opacity: 0.5;
}

.mapMarkers .map-holder .pin {
  position: absolute;
  color: #fff;
  font-size: 1.4em;
  cursor: pointer;
  transition: transform .25s ease, color .25s ease;
  transform-origin: bottom center;
  z-index: 2;
}

.mapMarkers .map-holder .pin:hover,
.mapMarkers .map-holder .pin:focus {
  color: #ffce00;
  transform: scale(1.35);
  z-index: 5;
}

.mapMarkers .map-holder .pin .pin-label {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  white-space: nowrap;
  background: #06381a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.mapMarkers .map-holder .pin .pin-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #06381a;
}

.mapMarkers .map-holder .pin:hover .pin-label,
.mapMarkers .map-holder .pin:focus .pin-label {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* World map pins — % positions from lat/long, equirectangular projection */
.map-holder .pin1 {
  top: 37.5%;
  left: 74.5%;
}

/* Kolkata, India */
.map-holder .pin2 {
  top: 39.4%;
  left: 70.2%;
}

/* Mumbai, India */
.map-holder .pin3 {
  top: 36.0%;
  left: 65.3%;
}

/* Dubai, UAE */
.map-holder .pin4 {
  top: 21.4%;
  left: 50.0%;
}

/* London, UK */
.map-holder .pin5 {
  top: 28.3%;
  left: 22.6%;
}

/* USA (central) */

/*Building Section*/
.buildingSection {
  margin-bottom: 0;
  background-position: center center;
  background-image: url(../images/imageBackgrd1.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  background-attachment: fixed;
}

.buildingSection .blockText {
  text-align: center;
  font-size: inherit;
  font-family: 'manrope-medium', sans-serif;
  font-size: 1.4rem;
  color: #851274;
  line-height: 1.8;
}

.media-carousel .owl-stage {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*Advertiesment*/
.advertiesment {
  padding: 3% 0
}

.advertiesment h2.subHeadTitle {
  padding-bottom: 2%;
}

.advertiesment .bannerSec {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.advertiesment .bannerSec .btnSec {
  position: absolute;
  bottom: 5%;
  right: 2%;
}

.advertiesment .adverCol {
  margin: 2% 0;
  color: rgba(0, 0, 0, 0.6)
}

.advertiesment .adverList {
  list-style-type: none;
  margin: 5% 0;
  padding: 0;
}

.advertiesment .adverList li {
  display: inline-block;
}

.advertiesment .adverList .iconList {
  font-size: 2em;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #505864;
  border-radius: 50%;
}

.advertiesment .adverList .textList {
  font-size: 2em;
  padding-left: 1em;
  font-family: 'manrope-extrabold', sans-serif;
}

.advertiesment .text {
  margin-bottom: 0;
}

.advertiesment .owl-dots {
  position: absolute;
  bottom: 2%;
  text-align: center;
  left: 0;
  right: 0;
}

.advertiesment .owl-dot {
  background: #ddd !important;
  margin: 0 0.5%;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.advertiesment .owl-dot.active {
  background: #fe1a1f !important;
}

/*History*/
.history .historyView h2.subHeadTitle {
  color: #fff;
  text-align: center;
}

.history {
  /* margin-bottom: 3px; */
  position: relative;
  background: url("../assets/images/before-footer-bg.webp") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.history picture {
  position: absolute;
  overflow: hidden;
  inset: 0;
  z-index: 0;
}

.history picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
  transition: none;
}

/* Dark Overlay */

.history::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(to bottom,
      rgba(6, 35, 18, .35) 0%,
      rgba(6, 35, 18, .15) 20%,
      rgba(6, 35, 18, .10) 45%,
      rgba(6, 35, 18, .35) 70%,
      rgba(6, 35, 18, .70) 100%),
    linear-gradient(to right,
      rgba(5, 32, 15, .55) 0%,
      rgba(5, 32, 15, .35) 28%,
      rgba(5, 32, 15, .15) 55%,
      rgba(5, 32, 15, .35) 78%,
      rgba(5, 32, 15, .55) 100%);
}

.historyView {
  position: relative;
  z-index: 5;
  padding: 3% 0;
}

.historyWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

/* .historyLeft {

  width: 48%;
} */

.historyLine {
  width: 90px;
  height: 4px;
  background: var(--red-bright);
  margin: 0 auto;
  margin-bottom: 16px;
}

.historyLeft {
  text-align: center;
  width: 70%;
  padding-left: 5%;
}

.historyLeft a.btn-more {
  margin-top: 25px;
}

.historyLeft p {
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.historyRight {

  width: 42%;
  position: relative;
}

.historyRight:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 45px;
  width: 4px;
  background: #06381a;
}

.historyItem {

  display: flex;
  align-items: center;
  gap: 25px;

  margin-bottom: 35px;

  color: #fff;

  position: relative;
}

.historyItem i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* border: 2px solid var(--red-bright); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  background: #06381a;
  position: relative;
  z-index: 2;
}

.historyItem span {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
}

.historyRight .btn-more {

  margin-left: 95px;
  margin-top: 30px;
}

.history .historyView {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.history .historyList {
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  width: 85%
}

.history .historyList li {
  display: inline-block;
  width: 48%;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 1em;
  vertical-align: top;
  text-align: left;
}

.history .historyList li .topText {
  font-size: 4em;
  line-height: 1;
}

.history .historyList li .bottomText {
  font-size: 6em;
  color: var(--red-bright);
  line-height: 1;
}

.history .historyList li .text {
  font-size: 1.2em;
  font-style: italic;
  line-height: 2;
  text-align: justify;
}

.socialMedia {
  background: #eeeeee;
  padding: 8% 0;
  margin: 0;
}

.socialMedia .item {
  border: 1px solid #e8e8e8;
  background: #ffffff;
}

.socialMedia .owl-carousel .owl-item img {
  width: auto !important;
}

.vertScroll {
  height: 507px;
  overflow: hidden;
  overflow-x: auto;
}

/*Footer*/
.heart {
  display: inline-block;
  animation: blink 2s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .4;
    transform: scale(1.2)
  }
}

span.fp-contact-heading {
  font-size: 15px;
  font-weight: 800;
  color: rgb(255 255 255);
  display: block;
  margin-bottom: -14px;
}

.ssb-footer {
  background: linear-gradient(90deg, #02240f, #06381a, #02240f);
  color: #fff;
  padding: 40px 0 15px;
  font-family: 'Inter', sans-serif;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 14px;
  transition: .3s;
}

.footer-contact a i {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s ease;
}

.footer-contact a:hover {
  color: #7cc242;
  /* optional hover color */
}

.footer-contact a:hover i {
  color: #7cc242;
}

.footer-logo {
  width: 145px;
  margin-bottom: 12px;
}

.ssb-footer h4 {
  color: #69b42e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-address {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.7;
}

.footer-address strong {
  display: block;
  color: #69b42e;
  margin-bottom: 8px;
}

.footer-address a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 45px;
}

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

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

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

/* .social-icons a {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
} */

.social-icons a {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s ease;
}

/* Facebook */
.social-icons a:nth-child(1):hover {
  background: #1877F2;
  border-color: #1877F2;
  color: #fff;
}

/* Twitter / X */
.social-icons a:nth-child(2):hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* Instagram */
.social-icons a:nth-child(3):hover {
  background: linear-gradient(45deg,
      #f58529,
      #feda77,
      #dd2a7b,
      #8134af,
      #515bd4);
  border-color: #dd2a7b;
  color: #fff;
}

/* LinkedIn */
.social-icons a:nth-child(4):hover {
  background: #0A66C2;
  border-color: #0A66C2;
  color: #fff;
}

.footer-links a:hover {
  color: #69b42e;
}

.social-icons a:hover {
  background: #69b42e;
  border-color: #69b42e;
}

.footer-bottom a:hover {
  color: #69b42e;
}

.footer-bottom {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
  font-size: 13px;
  color: #cfcfcf;
}

.footer-bottom a {
  color: #cfcfcf;
  text-decoration: none;
}

/*Back to top*/
.top-of-page {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  opacity: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 2em;
  color: var(--red-bright);
  z-index: 999;
}

.top-of-page:hover,
.top-of-page:active,
.top-of-page:focus {
  color: #fff;
}

.top-of-page.show {
  opacity: 0;
}

/*Down-scroll*/
.down-scroll {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3%;
  display: inline-block;
  text-align: center;
  z-index: 10;
  animation: bounce 0.7s infinite alternate;
  -webkit-animation: bounce 0.7s infinite alternate;
  box-sizing: border-box;
}

.down-scroll span {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}

.down-scroll img {
  width: 30px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.up-scroll {
  left: inherit;
  right: 10px;
}

.up-scroll img {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

/*Brand Page S*/
.brandSection section {
  min-height: 300px
}

.brandSection {
  margin-top: 67px;
}

.brandSection .brandFirstSection {
  padding: 7% 0;
}

.brandSection .brandFirstSection .compInfoTitl {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.brandSection .brandGradBox {
  padding-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
  border-left: 1px solid #f3eeee;
}

.brandSection .brandGradBox img {
  border-radius: 0;
}

.brandSection .compInfoCont {
  font-size: 1.5em;
}

.brandSection .brandAbout .blockValues {
  position: relative;
  top: -12em;
  width: 80%;
  border-radius: 10px;
  border: 1px solid #ca2c8d;
  box-shadow: 0px 0px 0px #ddd;
  padding: 4% 3% 6%;
  z-index: 2;
}

.brandSection .brandFirstPromo {
  position: relative;
  z-index: 0;
}

.brandSlider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.brandSlider .playIco {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 2;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
}

.brandSlider a {
  display: block;
}

.brandSection .brandAbout .blockTitle {
  font-family: 'manrope-extrabold', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.brandSection .brandAbout .blockText {
  text-align: justify;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.5);
}

.brandSection .brandAbout .brandLogoSec {
  text-align: center;
}

.brandSection .aboutContentLftArea {
  position: relative;
}

.brandSection .about-content {
  padding-top: 16%
}

.brandSection .about-content {
  padding-top: 0%
}

.brandSection .brandFirstSection .about-content .text {
  padding-top: 17px;
}

.brandSection .brandFirstSection .about-content .text img {
  width: 250px;
}

.brandSection .brandFirstSection .container {
  border: 1px solid #ddd;
  padding: 0 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 0px 0px rgba(222, 222, 222, 0.8);
  text-align: center;
}

.brandSection .padRght0 {
  padding-right: 0
}

.brandSection .padLft0 {
  padding-left: 0
}

.brandSection .brandGradBox {
  border-radius: 0 10px 10px 0;
  padding-bottom: 0;
}

.brandViewWebBtnArea {
  position: absolute;
  bottom: -18px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.brandViewWebBtn {
  background: #cd2c8d;
  color: #ffffff;
  display: inline-block;
  padding: 6px 12px 6px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  width: 150px;
  margin: 0 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 15px rgba(255, 255, 255, 0.3);
}

.brandViewWebBtn:hover {
  color: #ffffff;
  text-decoration: none;
}

.iconDes {
  border: 2px solid #ffffff;
  border-right: 0;
  border-top: 0;
  height: 17px;
  width: 17px;
  display: inline-block;
  text-align: right;
  float: right;
  position: relative;
  top: 2px;
}

.iconDes .fa {
  transform: rotate(-40deg);
  position: relative;
  top: -5px
}

.brandViewBuyBtn {
  background: #fdc031;
  color: #ffffff;
  /* width: 120px;
	text-shadow: 1px 0px 1px #000000; */
  color: rgba(56, 55, 52, 1);
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 15px rgba(255, 255, 255, 0.3);
}

.brandViewWebBtn:hover {
  color: inherit;
  text-decoration: none;
}

.iconBuyDes {
  height: 17px;
  width: 17px;
  display: inline-block;
  text-align: right;
  float: right;
  position: relative;
  font-size: 17px;
  color: rgba(56, 55, 52, 1);
}

.iconBuyDes .fa {
  position: relative;
  top: -5px
}

.brandLogoSec {
  position: relative;
  top: -88px
}


.brandSection .brandFirstSection .compInfoTitl {
  text-align: center;
  width: 90%;
  margin: 20px auto 0;
  font-family: 'manrope-medium', sans-serif;
  font-size: 2.1em;
  line-height: 1.4;
  text-transform: inherit;
}

.brandSection .blockTitle {
  font-family: 'manrope-extrabold', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.brandSection .brandLogoSec .blockTitle {
  font-size: 1.5em;
  margin: 0 20px 0 0;
  position: relative;
  top: -30px;
  display: block;
}

.brandLogoSec .blockTitle,
.brandLogoSec .brandLogoImg {
  display: inline-block;
}

.brandLogoSec .brandLogoImg {
  margin: 0 1%;
}

.brandLogoImg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.brandSlider .owl-dots,
.brandInfoSlider .owl-dots,
.brandComSlidDot .owl-dots {
  text-align: center;
}

.brandSlider .owl-dots .owl-dot span,
.brandInfoSlider .owl-dots .owl-dot span,
.brandComSlidDot .owl-dots .owl-dot span {
  background: #e2dfeb;
  display: block;
  height: 4px !important;
  width: 40px !important;
  margin: 20px 2px 0;
  border-radius: 10px;
}

.brandSlider .owl-dots .owl-dot.active span {
  background: #240259;
}

.brandSlider .item {
  background: #460067;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 9px -12px rgba(70, 0, 103, 1);
  -moz-box-shadow: 0px 12px 9px -12px rgba(70, 0, 103, 1);
  box-shadow: 0px 12px 9px -12px rgba(70, 0, 103, 1);
  margin-bottom: 10px;
}

.brandInfoSlider .owl-dots .owl-dot.active span {
  background: #cd2c8d;
}

.brandInfoSlider .owl-nav {
  width: 78%;
  position: absolute;
  top: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
}

.brandInfoSlider .owl-item img {
  border-radius: 10px
}

.brandInfoSlider .overlaySlider {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  text-align: center;
  border-radius: 10px
}

.brandInfoSlider .owl-item img {
  transition: all 1700ms ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 10px;
}

.brandInfoSlider .owl-item.active img {
  transition: all 1700ms ease;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);

}

.brandInfoSlider .owl-nav .owl-prev {
  float: left;
}

.brandInfoSlider .owl-nav .owl-next {
  float: right;
}

.brandInfoSlider .owl-nav .fa {
  font-size: 3em
}

.brandInfoSlider .sliderContent {
  width: 80%;
  margin: 0 auto;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brandSection .brandFullSlider {
  position: relative;
  top: -59px;
}

.brandInfoSlider .blckSlidTitle {
  font-size: 2em;
  line-height: 1.2;
  font-family: 'manrope-light';
  text-align: justify;
}

.brandInfoSlider .blckSlidCont {
  font-size: 1.2em
}

.brandTrending .blockText {
  background: #f5f5f5;
  padding: 4%;
  border-radius: 10px;
}

.brandTrending .owl-stage {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.brandTrending .owl-carousel .owl-item img {
  width: auto !important;
}

/* .brandTrending .blockText .item{border:1px solid #eeeeee;padding: 10px;background: #eeeeee;} */
.brandTrendSlider .owl-dots .owl-dot.active span {
  background: #cd2c8d;
}

.brandInfoSlider .owl-item .blckSlidTitle {
  opacity: 0
}

.brandInfoSlider .owl-item.active.center .blckSlidTitle {
  opacity: 1
}

.brandFooter {
  width: 85%;
  margin: 0 auto;
  border-radius: 0;
  padding: 3em 0;
}

.brandFooter .container {
  width: 100%;
}

.brandFooter .footer_col_second {
  text-align: right;
  color: #2a2a2a;
  border-right: 1px solid #bdb3b3
}

/* .brandFooter .footer_col_second .text{border-right: 1px solid #bdb3b3} */
.brandFooter .brandFooterArea {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1367f+0,f1693a+89 */
  background: #d1367f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d1367f 0%, #f1693a 89%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d1367f 0%, #f1693a 89%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d1367f 0%, #f1693a 89%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1367f', endColorstr='#f1693a', GradientType=1);
  /* IE6-9 */
}

.brandFooterLogo {
  display: inine-block;
  max-width: 90%;
  margin-right: 15px;
}

.brandFooter .footer_col {
  border-right: 0;
  margin-top: 13px;
  /* border-left: 1px solid #bdb3b3 */
}

/* .brandFooter .footer_col .text{padding-left: 30px} */
.brandFooter .socialList {
  text-align: left;
  margin-top: 2.5em;
}

.brandFooter .socialList li {

  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 1.9em;
  margin-right: 0.2em;
}

.brandFooter .socialList li i {
  color: #222222;
  font-size: 1.4em;
  display: block;
  opacity: 0.1;
}

.brandFooter .socialList li a i {
  opacity: 0.7
}

.brandFooter .socialList li a:hover i {
  opacity: 1
}

.brandFooter .text,
.brandFooter .text a {
  color: inherit;
}

.brandFooter .socialList li a {
  font-size: inherit
}

.brandSection .brandAbout .linkTxt {
  font-size: 1em;
  margin-top: 5px;
  display: inline-block;
  color: #cd2c8d;
}

/*Brand Page E*/

/*Buisness Page S*/

.businessSection .brandTrending .blockText .item {
  border: 1px solid #eeeeee;
  padding: 2px;
  background: #ffffff;
}

.businessSection .brandFooter .text {
  font-size: inherit !important;
}

.businessSection {
  background: #f1f1f1
}

.businessSection .businessPage_slider .owl-dots {
  left: inherit;
  right: 10%;
  width: auto;
  bottom: 50%;
}

.businessSection .businessPage_slider .owl-dot {
  background: #ffffff !important;
  margin: 8px 0;
  height: 30px;
  width: 3px;
  border-radius: 3px;
  display: block;
}

.businessSection .businessPage_slider .owl-dot.active {
  background: #fcb315 !important;
}

.businessSection .absolContainer {
  top: 30%;
  width: 100%;
  margin: 0 auto;
}

.businessSection .iconBusSlide {
  float: left
}

.businessSection .iconBusSlide img {
  width: auto;
}

.businessSection .txtBusSlide {
  border-left: 2px solid #25b5e9;
  margin-left: 30px;
  padding-left: 30px;
  width: 70%
}

.businessSection .businessPage_slider .blockTitle {
  margin-bottom: 0;
  font-size: 2em;
  color: #25b5e9;
}

.businessSection .businessPage_slider .blockText {
  margin-bottom: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.businessSection .blockValues {
  width: 80%;
  padding: 5px;
  height: 150px;
  position: absolute;
  top: -5.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.businessSection .businessFullHoverCont a {
  background: #ffffff;
  display: block;
  padding: 0;
  color: #fab314;
  text-align: center;
  text-decoration: none;
}

.businessSection .businessFullHoverCont .fa {
  opacity: 0;
  display: block;
  text-align: center;
  margin: 0 auto 0;
  height: 0;
  font-size: 2em;
}

.businessSection .businessFullHoverCont a:hover {
  height: 230px;
  position: relative;
  background: #852889;
  top: -50px;
  border-radius: 5px;
  padding-top: 20px;
  transition: all .5s ease;
}

.businessSection .businessFullHoverCont a:hover .fa {
  opacity: 1;
  height: auto;
  margin: 30px auto 0;
}

.businessSection .businessSlide {
  position: relative;
}

.businessSection .businessSlide .absolContainer {
  top: 0;
}

.businessSection .businessSlide .carosel_busiSlider {
  width: 80%;
  margin: 7% auto 0;
}

.businessSection .carosel_busiSlider .owl-nav,
.businessSection .carosel_busiFullSlider .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  z-index: 0
}

.businessSection .businessSlide .carosel_busiFullSlider {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 13px;
  z-index: 1
}

.businessSection .businessSlide .carosel_busiSlider .owl-stage-outer,
.businessSection .businessSlide .carosel_busiFullSlider .owl-stage-outer {
  position: relative;
  z-index: 1
}

.businessSection .carosel_busiSlider .owl-prev,
.businessSection .carosel_busiFullSlider .owl-prev,
.businessSection .carosel_busiSlider .owl-next,
.businessSection .carosel_busiFullSlider .owl-next {
  color: #ffffff !important;
  margin-top: 0;
  display: inline-block;
  padding: 0;
  width: 25px;
  float: left;
  font-size: 4rem !important;
  left: 0;
  margin-left: -40px;
}

.businessSection .carosel_busiSlider .owl-next,
.businessSection .carosel_busiFullSlider .owl-next {
  float: right;
  margin-left: inherit;
  margin-right: -40px;
}

.businessSection .carosel_busiSlider .item {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}


.businessSection .businessSlide .blockTitle {
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'manrope-extrabold';
}

.businessSection .businessSlide .blockText {
  font-size: 1.2em;
  color: #ffffff;
  font-family: 'OpenSansLight';
}

.businessSlide .owl-carousel .owl-item a {
  display: inline-block;
}

.businessSection .businessSlide .fullbgOverlay {
  background: rgba(0, 0, 0, 0.3);
}

.businessSection .businessSlide .availBusText {
  float: left;
  width: 60%;
}

.businessSection .businessSlide .availBusTextFull {
  float: none;
  width: 100%;
}

.businessSection .businessSlide .availBusText .availColArea {
  padding: 10% 5%;
}

.businessSection .businessSlide .availBusTextFull .availColArea {
  padding: 5%;
}

.businessSection .txtBusSlide {
  width: 100%
}

.businessSection .businessSlide .availBusSlide {
  float: right;
  width: 30%;
  background: #ffffff;
  border-radius: 10px;
}

.businessSection .txtBusSlideArea {
  float: left;
  width: 90%;
}

.businessSection .logoSlide {
  margin-top: 5%;
}

.businessSection .logoSlide .owl-stage-outer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto
}

.businessSection .logoSlide .owl-stage {
  margin: 0 auto;
}


.businessSection .logoSlide .owl-prev,
.businessSection .logoSlide .owl-next {
  color: #ffffff !important;
  margin-top: 0;
  display: inline-block;
  padding: 0;
  width: 25px;
  float: left;
  font-size: 3rem !important;
  left: 0;
  margin-left: -40px;
}

.businessSection .logoSlide .owl-next {
  float: right;
  margin-left: inherit;
  margin-right: -40px;
  right: 0
}

.businessSection .logoSlide .owl-nav {
  position: absolute;
  bottom: 9px;
  width: 100%;
  z-index: 0
}

.businessSection .businessSlide .iconTextSlide,
.businessSection .businessSubComp .txtContSlide {
  float: left;
  width: 10%;
  text-align: left;
}

.businessSection .businessSubComp .iconTextSlide {
  width: 8%;
  text-align: center;
}

.businessSection .businessSubComp .availBusText {
  float: none;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  padding-top: 8%;
}

.businessSection .businessSubComp .availBusText .availColArea {
  padding: 0;
}

.businessSection .businessSlide .txtContSlide,
.businessSection .businessSubComp .txtContSlide {
  float: left;
  width: 80%;
  padding-left: 30px;
}

.businessSection .businessSubComp .blockValues,
.businessSection .businessLogoArea .blockValues {
  width: 100%;
  padding: 0;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
  border: 0;
  box-shadow: 0px 0 0 #ddd;
}

.businessSection .businessSubComp .owl-carousel .owl-stage-outer {
  z-index: 2
}

.businessSection .businessSubComp .businessFullHover,
.businessSection .businessLogoArea .businessFullHover {
  /*float: left;width: 20%;*/
  position: relative;
  padding: 30px 0;
}

.businessSection .businessSubComp .businessFullHover a,
.businessSection .businessLogoArea .businessFullHover {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  /* width:192px; */
  margin: 0 auto;
}

.businessSection .businessSubComp .businessFullHover .fa,
.businessSection .businessLogoArea .businessFullHover .fa {
  color: #fab314;
  opacity: 0;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  height: 0;
  font-size: 2.5em;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.businessSection .businessFullHover .businessFullHoverCont {
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 0 20px;
  /* width:192px; */
  height: 200px;
}

.businessSection .businessLogoArea .businessFullHoverImg {
  padding-top: 48px !important;
  display: block;
}

.businessSection .businessSubComp .businessFullHoverImg {
  padding-top: 37px;
  display: block;
}

.businessSection .businessSubComp .businessFullHover a:hover .businessFullHoverCont,
.businessSection .businessLogoArea .businessFullHover a:hover .businessFullHoverCont {
  transition: all .5s ease-in-out;
  height: 240px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  display: block;
  top: -18px;
  border: 2px solid #fbb315;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}

.businessSection .businessSubComp .businessFullHoverTxt,
.businessSection .businessLogoArea .businessFullHoverTxt {
  font-size: 0.7em;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  height: 58px;
  overflow: hidden;
}

.businessSection .businessLogoArea .businessFullHover img {
  margin: 0 auto;
  width: 90%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7
}

.businessSection .businessLogoArea .businessFullHover img {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  opacity: 0.7 !important
}

.businessSection .businessSubComp .businessFullHover img {
  margin: 0 auto;
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}

.businessSection .businessSubComp .businessFullHover a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}

.businessSection .businessLogoArea .businessFullHover a:hover img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  opacity: 1 !important
}

.businessSection .businessFullHover .businessFullHoverImg {
  height: 130px;
  display: block;
}

/*
.businessSection .businessLogoArea .businessFullHover a:hover .businessFullHoverCont {
    background: #852889;
    border:1px solid #852889;
}
*/
.businessSection .businessLogoArea .businessFullHoverImg,
.businessSection .businessLogoArea .businessFullHoverTxt {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
}

.businessSection .businessLogoArea .businessFullHoverTxt {
  height: 50px;
}

.businessSection .businessLogoArea .businessFullHoverTxt em {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  line-height: 1.4;
  font-size: 0.6em;
}

.businessSection .businessSubComp .businessFullHover a:hover .fa {
  opacity: 1;
  height: auto;
}

/*
.businessLogoArea a:hover .businessFullHoverTxt,
.businessLogoArea a:hover .businessFullHoverTxt em{
  color:#ffffff;
}*/

.businessSection .businessLogoArea .businessFullHover .fa {
  opacity: 0;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  height: 0;
  font-size: 2.5em;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.businessSection .section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  background-attachment: fixed;
}

.businessSection .backImage {
  position: relative;
  height: 100%;
}

.businessSection .businessFirstOne {
  background-image: url('../images/business/firstSlideBg.jpg');
}

.businessSection .businessSlideOne {
  background-image: url('../images/business/Energy.jpg');
}

.businessSection .businessSlideTwo {
  background-image: url('../images/business/Natural-Resources.jpg');
}

.businessSection .businessSlideThree {
  background-image: url('../images/business/Carbon-Black-1.jpg');
}

.businessSection .businessSlideFour {
  background-image: url('../images/business/Business-Process-Outsourcing.jpg');
}

.businessSection .businessSlideFive {
  background-image: url('../images/business/Consumer-Retail.jpg');
}

.businessSection .businessSlideSix {
  background-image: url('../images/business/Sports.jpg');
}

.businessSection .businessSlideSeven {
  background-image: url('../images/business/Media-Entertainment.jpg');
}

.businessSection .businessSlideEight {
  background-image: url('../images/business/Education-Infrastructure.jpg');
}

.businessSection .businessSlideOne .blockTitle {
  color: #00aacd;
}

.businessSection .businessSlideOne .txtBusSlide {
  border-left: 2px solid #00aacd;
}

.businessSection .businessSlideTwo .blockTitle,
.businessSection .businessSlideEight .blockTitle {
  color: #c8d92c;
}

.businessSection .businessSlideEight .txtBusSlide,
.businessSection .businessSlideTwo .txtBusSlide {
  border-left: 2px solid #c8d92c;
}

.businessSection .businessSlideThree .blockTitle,
.businessSection .businessSlideSeven .blockTitle {
  color: #ec2027;
}

.businessSection .businessSlideThree .txtBusSlide,
.businessSection .businessSlideSeven .txtBusSlide {
  border-left: 2px solid #ec2027;
}

.businessSection .businessSlideFour .blockTitle {
  color: #00aacd;
}

.businessSection .businessSlideFour .txtBusSlide {
  border-left: 2px solid #00aacd;
}

.businessSection .businessSlideFive .blockTitle {
  color: #fbb315;
}

.businessSection .businessSlideFive .txtBusSlide {
  border-left: 2px solid #fbb315;
}

.businessSection .businessSlideSix .blockTitle {
  color: #cb198b;
}

.businessSection .businessSlideSix .txtBusSlide {
  border-left: 2px solid #cb198b;
}

.businessSection .firstSlideMenuLink {
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  display: block;
  width: 150px;
  margin: 0 auto;
}

.businessSection .slideMenuHoverTxt {
  display: inline-block;
  margin: 2px;
}

.businessSection .businessfirstSlideHoverImg {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  height: 150px;
  line-height: 142px;
  width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 2px solid rgba(90, 9, 47, 0.5);
}

.businessSection .subHeadTitle {
  text-transform: uppercase;
  letter-spacing: 12px;
  text-align: center;
  font-size: 2em;
  font-family: 'manrope-light', sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

.businessSection .firstSlideMenuLink:hover .businessfirstSlideHoverImg {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #fab314;
}

.businessSection .businessfirstSlideHoverImg img {
  opacity: 0.5;
}

.businessSection .businessfirstSlideHoverImg:hover,
.businessSection .businessfirstSlideHoverImg:hover img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
  box-sizing: border-box;
}

.businessSection #fp-nav.right {
  right: 30px;
}

.businessSection #fp-nav ul li .fp-tooltip.right {
  right: 10px;
}

.businessSection #fp-nav ul li,
.businessSection .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 23px;
  margin: 7px 0;
  position: relative;
}

.businessSection .fp-slidesNav ul li {
  display: inline-block;
}

.businessSection #fp-nav ul li a,
.businessSection .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.businessSection #fp-nav ul li a.active span,
.businessSection .fp-slidesNav ul li a.active span,
.businessSection #fp-nav ul li:hover a.active span,
.businessSection .fp-slidesNav ul li:hover a.active span {
  height: 21px;
  width: 5px;
  margin: -10px 0 0 -2px;
  border-radius: 0;
  background: #fcb315;
  border-radius: 11px;
}

.businessSection #fp-nav ul li a span,
.businessSection .fp-slidesNav ul li a span {
  border-radius: 11px;
  position: absolute;
  z-index: 1;
  height: 21px;
  width: 5px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.businessSection #fp-nav ul li:hover a span,
.businessSection .fp-slidesNav ul li:hover a span {
  width: 4px;
  height: 21px;
  margin: -6px 0 0 -2px;
  background: #fcb315;
}

.businessSection #fp-nav ul li .fp-tooltip {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 80px;
  cursor: pointer;
  background: #fcb315;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 20px;
}

.businessSection #fp-nav ul li:hover .fp-tooltip,
.businessSection #fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

.businessSection .buinessClickText {
  text-align: right;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.6);
}

.historyRight .historyItem:last-child {
  margin-bottom: 0;
}

/*Buisness Page E*/
/*About Page S*/
/*About page Slider*/
.about .about .section {
  margin: 0;
}

.about .about_slider {
  position: relative;
}

.about .about_slider .item {
  overflow: hidden;
}

.about .about_slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.about .about_slider>.item>img {
  display: block;
  line-height: 1;
}

.about .aboutContainer .container {
  position: absolute;
  top: 35%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1
}

.about .aboutContainer .caption {
  color: #fff;
  width: 70%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px;
  border-radius: 5px;
}

.about .aboutContainer .item_title {
  font-size: 3em;
  font-family: 'manrope-extrabold', sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.about .aboutContainer .item_title .letters {
  display: block;
  line-height: 1.1;
}

.about .item_title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.about .item_title .letter {
  display: inline-block;
  line-height: 1em;
  letter-spacing: 2px;
}

.about .aboutContainer .item_text {
  color: #fff;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #222;
  text-align: justify;
}

.about .content-carousel .bulletVList li {
  text-align: center;
  list-style-type: none;
  margin: 0 0 10px 0;
}

/*Company Legacy*/
.about {
  background-attachment: fixed;
  margin-bottom: 0;
  background-image: url(../images/about/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about .companylegacy .companylegacyContainer {
  top: 0;
  width: 90%;
  margin: 5% auto 2%;
  left: 0;
  right: 0;
}

.about .companylegacy .companylegacyContainer .rightside {
  padding: 0% 2% 0%;
  font-size: 1.1em;
}

.about .companylegacy_leftside_block {
  border: 3px double #dedede;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.about .milestone .owl-stage-outer {
  width: 90%
}

.about .companylegacy_leftside_block img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
  width: 100% !important;
  margin: 0 auto;
}

.about .companylegacy_leftside_block:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 41%;
  border-top: 15px solid #dedede;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
  display: none;
}

.about .companylegacy_leftside_block h5 {
  font-family: 'manrope-medium', sans-serif;
  margin-top: 1em;
  font-size: 1.3em;
}

.about .milestone {
  min-height: 150px;
  padding: 10px 0 0;
  border: 1px solid transparent;
}

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

.about .leftside {
  padding: 0
}

.about .milestone .owl-item a {
  text-decoration: none;
  color: #6c6c6c;
  background: #fff;
  padding: 3px;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.about .milestone .owl-item.active.center a {
  font-weight: bold;
}

.about .years-carousel {
  width: 100%;
  margin: 20px auto 0
}

.about .years {
  position: relative;
  height: 60px;
}

.about .years a {
  display: block;
  text-align: center;
  margin-left: 0;
  line-height: 1;
  color: #7a7c7b;
  opacity: 0.3;
}

.about .years span {
  position: relative;
  top: 8px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
}

.about .years span.endDot {
  float: right;
  top: -2px
}

.about .years:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ddd;
  top: 44%;
}

.about .owl-stage>div:last-child>div.years:after {
  width: 0;
}

.about .active.center .years a {
  opacity: 1;
  font-family: 'manrope-extrabold', sans-serif;
  color: #8a288f;
  font-size: 1.1em;
  margin-left: 0;
}

.about .active.center .years a {
  display: block;
  text-align: center;
}

.about .active.center .years span {
  background-color: #8a288f;
}

.about .active.center .years:after {
  background-color: #8a288f;
}

.about .milestone {
  opacity: 0.2
}

.companylegacyContainer .owl-nav {
  position: absolute;
  top: 43%;
  width: 100%;
  font-size: 4em !important;
  z-index: 1
}

.companylegacyContainer .owl-prev.disabled,
.companylegacyContainer .owl-next.disabled {
  color: #dddddd !important
}

.companylegacyContainer .owl-prev {
  margin-left: -5%;
  float: left
}

.companylegacyContainer .owl-next {
  margin-right: -5%;
  float: right
}

.about .active.center .milestone {
  opacity: 1
}

/*Company Value*/
.about .companyValues .logo-rpsg {
  margin-bottom: 15px;
}

.about .companyValues .rightSideValue p {
  font-size: 1.1em;
  line-height: 1.6;
}

/*Core Values*/
.about .horiCoreCont {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  position: relative;
}

.about .coreValueFlowr {
  position: relative;
  width: 70%;
  margin: 0 auto;
  -webkit-animation: spin 85s linear infinite;
  -moz-animation: spin 85s linear infinite;
  animation: spin 85s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.about .coreValueFlowr .coreValList {
  position: absolute;
  top: 8%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* .about .coreValList .coreSlide{width: 23%} */
.about .coreValList .corTitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: 'AmplitudeMedium', sans-serif;
  background: -webkit-linear-gradient(#d18a2c, #e82e8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about .coreValueFlowr .coreValTitle {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bolder;
  color: #ffffff;
  position: absolute;
  top: 44%;
  width: 160px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  -webkit-animation: spin2 85s linear infinite;
  -moz-animation: spin2 85s linear infinite;
  animation: spin2 85s linear infinite;
  font-family: 'AmplitudeMedium';
}

.about .coreValueFlowr .coreValTitle a:hover {
  color: #ffffff;
}

.about .coreValList .corTitle i {
  font-style: normal;
  font-size: 23px;
}

.about .coreValList .corCnt {
  color: #000;
  font-size: 14px;
}

.videoModal_js {
  cursor: pointer;
}

.about .coreValList .coreSlide {
  width: 23%;
  text-align: center;
  position: absolute;
  -webkit-animation: spin2 85s linear infinite;
  -moz-animation: spin2 85s linear infinite;
  animation: spin2 85s linear infinite;
}

@-moz-keyframes spin2 {
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.about .coreValList .slide1 {
  margin-left: 38%;
  margin-top: 2%;
}

.about .coreValList .slide2 {
  margin-left: 63%;
  margin-top: 14%;
}

.about .coreValList .slide3 {
  margin-left: 69%;
  margin-top: 42%;
}

.about .coreValList .slide4 {
  margin-left: 53%;
  margin-top: 67%;
}

.about .coreValList .slide5 {
  margin-left: 23%;
  margin-top: 64%;
}

.about .coreValList .slide6 {
  margin-left: 8%;
  margin-top: 41%;
}

.about .coreValList .slide7 {
  margin-left: 13%;
  margin-top: 15%;
}

.about #third .fp-tableCell {
  height: auto !important;
  padding-top: 6%;
}

.about .coreValues {
  /*background-color: #f2f2f2;background-image: radial-gradient(#f2f2f2, #e0e0e0);  Standard syntax (must be last) */
  padding: 4em 0 1em;
}

.about .core_values .item {
  position: relative;
}

.about .core_values .item img {
  border-radius: 50%;
  height: 350px;
}

.about .core_values .active.center {
  transform: scale(1);
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.about .core_values .active {
  transform: scale(.7);
  transition: .6s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.about .core_values .item .overlay-value {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding-top: 45%;
  display: none;
  background-image: linear-gradient(to bottom, rgba(182, 80, 164, 0.8), rgba(249, 127, 61, 0.8));
  height: 350px;
}

.about .core_values .active.center .overlay-value {
  display: block;
}

.about .core_values .item .overlay-value h2 {
  font-family: 'manrope-extrabold', sans-serif;
  font-size: 1.5em;
  text-transform: capitalize;
}

.about .core_values .owl-dots {
  display: block;
  text-align: center;
  margin: 2% 0;
}

.about .core_values .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 5px;
}

.about .core_values .owl-dots .owl-dot.active {
  background-color: #ba5aa0;
  transform: scale(1);
}

.about .subTitle {
  font-size: 1.3em;
  text-align: left;
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
}

.about .blockValues {
  top: 0;
}

.about .logo-transform {
  margin-top: 15%;
}

.about .rightSideValue .subTitle {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.about .rightSideValue p {
  font-size: 1.1em;
  margin-bottom: 8px;
  line-height: 1.4;
}

.about #seventh {
  padding: 7% 0;
}

.about .text-top {
  font-size: 1.1em;
  text-align: center;
  margin: 6% 0;
}

.about .text-bottom {
  font-size: 1.8em;
  text-align: center;
  font-family: 'manrope-extrabold';
  text-transform: uppercase;
}

/*Awards*/
.about .awards .container {
  position: relative;
}

.about .awards {
  padding: 8% 0;
}

.about .awards_slider {
  width: 90%
}

.about .awards_slider .awards-item {
  margin: 0;
  /*border: 0.2px solid rgba(0,0,0,0.2);background: rgba(255,255,255,0.4);*/
}

.about .awards_slider .awards-item .rightSlider {
  padding: 0 3%;
  font-size: 1.1em;
  line-height: 1.5;
}

.about .awards_slider .awards-item .rightSlider .bulletVScroll {
  height: 330px;
  overflow: hidden;
  overflow-y: auto;
}

.about .awards_slider .owl-nav {
  position: absolute;
  /*bottom: -20%;right: 25%;*/
  top: 45%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.about .awards_slider .awards-item .rightSlider h5 {
  font-size: 1.3em;
  border-bottom: 1px solid #dddddd;
  color: #46484a;
}

.about .awards_slider .owl-nav .owl-next,
.about .awards_slider .owl-nav .owl-prev {
  font-size: 4em;
  line-height: 0;
  margin-right: 1px;
}

.about .awards_slider .owl-nav .owl-next {
  float: right;
  margin-right: -5%
}

.awards_slider .owl-nav .owl-prev {
  float: left;
  margin-left: -5%
}

.about .awards_slider .owl-item img {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
  opacity: 0.5 !important;
  transition: .6s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.about .awards_slider .active.owl-item img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  opacity: 1 !important;
}

/* .about .awards_slider .owl-nav .fa{padding: 5px 20px;background: rgba(105, 105, 105,0.6);color: #fff;} */
/* .about .awards_slider .owl-prev:hover .fa,
.about .awards_slider .owl-next:hover .fa{background: rgba(105, 105, 105,1);} */
.about .overlay_blue_awards {
  position: absolute;
  left: -6px;
  height: 420px;
  width: 420px;
  background-color: #8a288f;
  z-index: 0;
  text-align: center;
  top: -32px;
}

.about .overlay_blue_awards .subHeadTitle {
  font-size: 1.4em;
  color: #fff;
  margin: 30px 0 0;
  text-transform: capitalize;
  font-family: 'manrope-medium', sans-serif;
}

.about .companyinfo {
  /*background: rgba(0,0,0,0.5);*/
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 0;
}

.about .companyinfo .companyinfo-item img {
  border-radius: 15px;
}

.about .companyinfo .leftside {
  padding: 8em;
  color: #2a2a2a;
  text-align: left;
}

.about .companyinfo .leftside .subHeadTitle {
  color: #fbaa18;
  font-size: 5em;
  line-height: 1;
  text-align: left;
}

.about .companyinfo .owl-dots {
  display: block;
  text-align: center;
  margin: 2% 0;
  position: relative;
  margin-top: -8%;
}

.about .companyinfo .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #5f5f5f;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
}

.about .companyinfo .owl-dots .owl-dot.active {
  background-color: #fff;
  transform: scale(1);
}

.about .groupInfo {
  /*background:rgba(210, 210, 210, 0.3);*/
  margin-top: 2em;
  padding: 4em 0;
}

.groupInfo .subTitle {
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: normal;
  display: block;
  text-transform: initial;
  text-align: center;
  font-family: 'manrope-light', sans-serif;
}

.groupInfo_slider {
  width: 90%;
  margin: 0 auto;
}

.groupInfo_slider .item {
  position: relative;
}

.groupInfo_slider .item img {
  position: relative;
  z-index: 0;
  border: 2px solid #ddd
}

.groupInfo_slider .item-text {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 300;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-family: 'manrope-light', sans-serif;
  line-height: 1.6;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
  /* center items horizontally, in this case */
}

.groupInfo_slider .abtSlidTtle {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
  font-family: 'manrope-extrabold', sans-serif;
}

.groupInfo_slider .owl-stage-outer {
  z-index: 2
}

.groupInfo_slider .owl-nav {
  /* position: absolute;
    left: 0;
    right: 0;
    top: 40%; */
  width: 100%;
  font-size: 4em !important;
  z-index: 1;
  margin: 0 auto;
}

.groupInfo_slider .owl-prev,
.groupInfo_slider .owl-next {
  top: 40%;
  position: absolute;
  z-index: 2;
}

.groupInfo_slider .owl-prev {
  left: -37px;
}

.groupInfo_slider .owl-next {
  right: -37px
}

/*About Page E*/

/*Investor Page S*/
.investor #fp-nav {
  right: 5% !important;
}

.investor #fp-nav li {
  width: 6px !important;
  height: 30px !important;
}

.investor #fp-nav ul li a span {
  width: 6px !important;
  height: 30px !important;
  border-radius: 10px !important;
  background: #848484;
  margin: 0 !important;
}

.investor .fp-sr-only {
  display: none;
}

.investor #fp-nav ul li .fp-tooltip {
  top: 5px;
  left: 10px;
}

.investor #fp-nav ul li a.active span {
  background-color: #34a34a;
}

.investor .introSlider {
  margin-bottom: 0;
}

.investor .investorContainer .absolContainer {
  bottom: 13%;
  left: 0;
  right: 0;
}

.investor .investorContainer .glowLightFirst {
  bottom: -6%;
  height: 64px;
  overflow: hidden;
}

.investor .investorContainer .caption {
  position: relative;
  color: #fff;
  width: 55%;
  z-index: 99;
  text-align: justify;
}

.investor .investorContainer .item_title {
  font-size: 1.6em;
  font-family: 'manrope-light', sans-serif;
  margin-bottom: 5px;
  display: block;
  line-height: 1.5;
}

.investor .investorContainer .quoteUi:before {
  left: -5%;
  top: -2%;
}

.investor .investorContainer .quoteUi:after {
  bottom: 13%;
}

.investor .quoteWriter {
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
}

.investor .investorContainer .item_title .letters {
  display: block;
  line-height: 1.1;
}

.investor .investorContainer .item_text {
  color: #ffc20e;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.investor .investorContainer .item_text_link {
  color: #fff;
}

.investor .section {
  overflow: hidden;
}

.investor #second {
  background-image: url('../images/investors/investor_second_bg.jpg');
  background-size: cover;
  font-size: 1.5em;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 0;
  z-index: 0
}

.investor .investors_section {
  text-align: center;
}

.investor .investors_section .group_investor {
  margin-top: 8%;
}

.investor .investors_section .innerBlock {
  background-color: #2c2b48;
  border-radius: 10px;
  padding: 5%;
}

.investor .investors_section .inner_text {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.5em;
}

.investor .investors_section .inner_second_text {
  text-transform: capitalize;
  color: #34a34a;
  font-size: 0.5em;
  margin-bottom: 8px;
  margin-top: 0px;
}

.investor .investors_section .inner_head {
  text-transform: capitalize;
  color: #34a34a;
  font-size: 2.5em;
  margin-bottom: 20px;
  font-family: 'manrope-extrabold', sans-serif;
  line-height: 1;
}

.investor #third {
  background-image: url('../images/investors/share_screen_bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 0;
}

.investor .company_section_left {
  text-align: center;
  padding-top: 5%;
}

.investor .company_section_right {
  font-size: 1.3em;
  color: #fff;
}

.investor .company_features_list {
  padding: 0;
  list-style-type: none;
  width: 100%;
  margin-top: 10%;
}

.investor .company_features_list .company_features_list_inner {
  display: inline-block;
  border-right: 1px solid #4e4e4e;
  text-align: center;
  width: 24%;
}

.investor .company_features_list .company_features_list_inner:last-child {
  border-right: none;
}

.investor .company_features_list .company_features_list_inner a {
  color: #fff;
}

.investor .company_features_list .company_features_list_inner img {
  width: 90px;
  margin: 0 auto;
}

.investor .list_inner_text {
  font-size: 0.8em;
}

.investor .share_section {
  background-color: #f1f1f1;
  margin-bottom: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}

.investor .share_section .horiCarousel {
  margin: 2% 0;
}

.investor .share_section .share_graph {
  margin: 0 auto;
}

.investor #fifth {
  background-image: url('../images/investors/goenka_story.jpg');
  background-size: cover;
  margin-bottom: 0;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  padding-bottom: 20%;
}

.investor .views_section .caption {
  position: relative;
  left: 20%;
  width: 50%;
  margin: 0 auto;
}

.investor .views_section .inner_head {
  font-family: 'manrope-extrabold', sans-serif;
  color: #34a34a;
  font-size: 3em;
}

.investor .views_section .inner_text {
  font-family: 'manrope-extrabold', sans-serif;
  color: #fff;
  font-size: 1.3em;
}

.investor .views_section .caption:before {
  content: "‘";
  font-size: 27em;
  position: absolute;
  top: -66%;
  left: -21%;
  color: #34a34a;
  font-family: auto;
  line-height: 1;
}

.investor .views_section .caption:after {
  content: "’";
  font-size: 27em;
  position: absolute;
  top: -5%;
  right: -14%;
  color: #34a34a;
  font-family: auto;
  line-height: 1;
}

.investor .investorParal {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  background-attachment: fixed;
}

.investor .backImage {
  position: relative;
  height: 100%;
}

.investor .investorParal .stockUl {
  padding: 0;
  margin-top: 1%;
}

.investor .investorParal .stockUl .stockLi {
  display: inline-block;
  border: 1px solid #fff;
  padding: 15px;
  color: #fff;
  font-size: 1.3em;
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}

.investor .investorParal .dateTime {
  color: #958e8e;
  font-size: 0.8em;
  margin: 8px 0;
  text-transform: uppercase;
}

.investor .investorCompOne {
  background-image: url('../images/investors/slideComp1.jpg');
}

.investor .investorCompTwo {
  background-image: url('../images/investors/slideComp2.jpg');
}

.investor .investorCompThree {
  background-image: url('../images/investors/slideComp5.jpg');
}

.investor .investorCompFour {
  background-image: url('../images/investors/slideComp7.jpg');
}

.investor .investorCompFive {
  background-image: url('../images/investors/slideComp4.jpg');
}

.investor .investorCompSix {
  background-image: url('../images/investors/slideComp6.jpg');
}

.investor .investorCompSeven {
  background-image: url('../images/investors/slideComp3.jpg');
}



/*Investor Page E*/
/*Media Page S*/
.mediaPage.photoListing,
.mediaPage.videoListing,
.mediaPage.newsListing {
  margin-top: 57px;
}

.mediaPage .introSlider {
  margin-bottom: 0;
}

.mediaPage .mediaContainer .absolContainer {
  bottom: 15%;
  left: 0;
  right: 0;
}

.mediaPage .mediaContainer .caption {
  position: relative;
  color: #fff;
  width: 45%;
  z-index: 99;
}

.mediaPage .mediaContainer .item_title {
  font-size: 3em;
  font-family: 'manrope-extrabold', sans-serif;
  margin-bottom: 5px;
  display: block;
  line-height: 1.1;
}

.mediaPage .section {
  overflow: hidden;
}

.mediaPage .photo_video_section {
  padding: 2% 0;
}

.mediaPage .photo_video_section_Ulist {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: transparent;
}

.mediaPage .photo_video_section_list {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #aeaeae;
  cursor: pointer;
  margin-right: 10px;
  float: inherit;
}

.mediaPage .photo_video_section_list a {
  padding: 0;
  border: 1px solid #fff !important;
}

.mediaPage .photo_video_section_list.active,
.mediaPage .photo_video_section_list:hover,
.mediaPage .photo_video_section_list a:hover {
  color: #585858;
  border-bottom: 1px solid #bb2d93;
  background-color: transparent;
}

.mediaPage .gallery_slider {
  padding: 3% 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.mediaPage .gallery_block {
  display: none;
}

.mediaPage .gallery_slider img {
  border-radius: 15px;
  opacity: .5;
}

.mediaPage .gallery_slider .owl-item.active.center {
  transform: scale(1);
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.mediaPage .gallery_slider .owl-item.active {
  transform: scale(.7);
  transition: .6s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.mediaPage .gallery_slider .owl-item.active.center img {
  opacity: 1;
}

.mediaPage .gallery_slider .owl-nav.disabled {
  display: block;
}

.mediaPage .gallery_slider .owl-nav .owl-next,
.mediaPage .gallery_slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 50%;
}

.mediaPage .gallery_slider .owl-nav button {
  font-size: 2em;
  line-height: 0;
}

.mediaPage .gallery_slider .owl-nav button.owl-next {
  right: 0%;
}

.mediaPage .gallery_slider .owl-nav button.owl-prev {
  left: 0%;
}

.mediaPage .gallery_slider .owl-nav .fa {
  padding: 5px 35px;
  background-color: #969696;
  color: #fff;
}

.mediaPage .gallery_slider .owl-dots {
  text-align: center;
  margin: 2% 0 0;
}

.mediaPage .gallery_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  margin: 5px;
  border-radius: 50%;
}

.mediaPage .gallery_slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #ba5aa1;
}

.mediaPage .gallery_slider .playIco {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 2;
  top: 108px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
}

.mediaPage .news_section {
  background-color: #efefef;
  padding: 2% 0;
  margin-bottom: 0;
}

.mediaPage .news_section .compMediaTitl {
  font-family: 'RobotoBold', sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.mediaPage .newsFeedCaro {
  display: block;
  width: 100%;
}

.mediaPage .imageArea {
  position: relative;
  height: 100%;
}

.mediaPage .imageArea img {
  width: 100%;
  height: 100%;
}

.mediaPage .imageNewsOverlay {
  position: absolute;
  /*background: rgba(0, 0, 0, 0.7);*/
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}

.mediaPage .imageNewsOverlay.bg {
  background: rgba(0, 0, 0, 0.7);
}

.mediaPage .newsFeedCont {
  padding: 15px;
}

.mediaPage .newsFeedCont .twoCol {
  width: 48%;
  float: left;
  margin: 1%;
}

.mediaPage .contNewsBox .colAreaTxt {
  padding: 15px;
}

.mediaPage .boxNewsArea {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(212, 211, 214, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(212, 211, 214, 1);
  box-shadow: 0px 2px 5px 0px rgba(212, 211, 214, 1);
  background: #ffffff;
  margin: 10px;
  height: 275px;
  overflow: hidden;
}

.mediaPage .imgContRightNws .colAreaTxt {
  border-right: 1px solid #CAD5E0;
  position: relative;
  z-index: 1;
}

.mediaPage .imgContRightNws .colAreaTxt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-right: 1px solid #CAD5E0;
  border-bottom: 1px solid #CAD5E0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mediaPage .imgContLeftNws .colAreaTxt {
  border-left: 1px solid #CAD5E0;
  position: relative;
  z-index: 1;
}

.mediaPage .imgContLeftNws .colAreaTxt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-left: 1px solid #CAD5E0;
  border-bottom: 1px solid #CAD5E0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mediaPage .linkOutNews {
  color: #d80b8c;
  font-size: 1.1em;
  margin: 10px 0 0;
}

.mediaPage .iconOut {
  position: relative;
  display: inline-block;
  color: #939191;
  font-size: 20px;
}

.mediaPage .contNewsBox .blockTitle,
.mediaPage .colAreaTxt .blockTitle {
  font-size: 1.3em;
  line-height: 1.4;
  font-family: 'manrope-extrabold', sans-serif;
}

.mediaPage .fullImgNws .blockTitle,
.mediaPage .fullImgNws .blockText,
.mediaPage .fullImgNws .iconOut {
  color: #ffffff;
}

.mediaPage .fullImgNws .blockLink {
  color: #34a34a;
}

.mediaPage .fullImgNws {
  position: relative;
}

.mediaPage .fullImgNws .absolContainer {
  bottom: 30px;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.newsFeedCaro .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.newsFeedCaro .owl-dot {
  background: #ddd !important;
  margin: 0 0.5%;
  height: 10px;
  width: 10px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}

.newsFeedCaro .owl-dot.active {
  background: #ba5aa0 !important;
}

/*Media Page E*/
/*Leadership Page S*/
.leadershipPage .section {
  position: relative;
}

.investor .backImage {
  position: relative;
  height: 100%;
}

.leadershipPage .leadershipOne {
  background-image: url('../images/leadership/SG.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  background-attachment: fixed;
}

.leadershipPage .leadershipTwo {
  background-image: url('../images/leadership/SHG.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  background-attachment: fixed;
}

.leadershipPage .fullbgOverlay {
  background: rgba(0, 0, 0, 0.3);
}

.leadershipPage .availBusText .availColArea {
  padding: 5%;
}

.leadershipPage .blockTitle {
  margin-bottom: 10px;
  font-size: 2.2em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'manrope-extrabold';
  color: #ffffff;
}

.leadershipPage .blockTitle small {
  font-size: 16px;
  color: #34a34a;
}

.leadershipPage .blockText {
  font-size: 1.2em;
  color: #ffffff;
}

.leadershipPage .blockBtn {
  margin-top: 20px;
}

.leadershipPage .modal-content {
  background: #fff
}

.leadershipPage .close {
  float: right;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

.leadershipThree {
  padding: 4% 0;
}

.leadershipThree .subHeadTitle {
  margin-bottom: 1%;
}

.leadershipThree .leadershipColBlock {
  padding: 3%;
  text-align: center;
}

.leadershipThree .leadershipColBlockInner {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  overflow: hidden;
}

.leadershipThree .leadershipTitle {
  font-size: 1.3em;
  font-family: 'manrope-extrabold';
  line-height: 1.4;
  margin: 10px 0 5px;
  text-transform: uppercase;
  color: #fff;
}

.leadershipThree .leadershipDesig {
  font-size: 1.1em;
  color: #34a34a;
  padding-bottom: 8px;
}

.leadershipThree .lrdComp {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 1em;
}

.leadershipModal .modal-header {
  border-bottom: 1px solid transparent;
  padding: 10px 15px 0;
}

.leadershipModal .popuptitle {
  font-size: 2.5em;
  font-family: 'manrope-extrabold';
  line-height: 1;
  margin: 0px 0 5px;
  text-transform: uppercase;
  padding-left: 5%;
}

.leadershipModal .popupdesig {
  font-size: 1.3em;
  line-height: 1.4;
  margin: 0px 0 15px;
  text-transform: uppercase;
  padding-left: 5%;
  color: rgba(0, 0, 0, 0.8)
}

.leadershipModal .popupdesig .lrdComp {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8em
}

.leadershipModal .content-text {
  font-size: 1.2em;
  line-height: 1.8;
  font-family: 'manrope-light';
  padding-left: 5%;
  border-left: 1px solid #000;
  font-style: italic;
}

.leadershipModal .popupMainContent {
  margin-top: 2%;
}

.leadershipModal .popupMainContent .content-text-all {
  line-height: 1.4;
  font-size: 1.1em;
  font-family: 'manrope-medium';
}

.leadershipModal .popupMainContent .popupUl {
  padding-left: 4%;
  font-size: 1.1em;
  font-family: 'manrope-medium';
  margin-top: 20px;
}

.leadershipModal .popupMainContent .popupLi {
  list-style-type: disc;
  line-height: 1.8;
}

/*Leadership Page E*/
/*Career Page S*/

.careerPage .section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  background-attachment: fixed;
}

.careerPage .careerFirstSec {
  background-image: url('../images/careers/firstBanner.jpg');
  height: 100vh;
}

.careerPage .carSecBox {
  position: relative;
}

.careerPage .highltBox {
  background: #893f94;
  color: #fdc031;
  display: block;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  letter-spacing: 6px;
  bottom: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'manrope-bold', sans-serif;
}

.careerPage .carSecImg {
  width: 85%;
  margin: 0 auto;
}

.careerPage .careerFirstSec .txtLdrInfo {
  color: #fdc031;
  font-size: 2.3em;
  line-height: 1;
  bottom: 20%;
  text-shadow: 1px 1px #000;
  font-family: 'manrope-medium', sans-serif;
}

.careerPage .joinUsBtn {
  background: #893f94;
  color: #fdc031;
  border: 1px solid #893f94;
  border-radius: 10px;
  padding: 6px 15px;
  text-transform: uppercase;
  width: 120px;
  -moz-box-shadow: 3px 3px 3px #3c3838;
  -webkit-box-shadow: 3px 3px 3px #3c3838;
  box-shadow: 3px 3px 3px #3c3838;
  margin-top: 20px;
  font-size: 1em
}

.careerPage .careerFirstSec .blockText {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.7;
  font-family: 'manrope-light', sans-serif;
}

.careerPage .careerSecondSec {
  background-image: url('../images/careers/secondBanner.jpg');
  background-color: #831e56;
  height: 100vh;
}

.careerPage .careerSecondSec .specificScreen {
  display: none;
  opacity: 0.7
}

.careerPage .careerSecondSec .specificScreen img {
  display: block;
  max-width: 100%
}

.careerPage .careerSecondSec .txtLdrInfo {
  color: #ffffff;
  font-size: 2.8em;
  line-height: 1;
  text-align: center;
  bottom: 20%;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
  font-family: 'manrope-extrabold', sans-serif;
  position: absolute;
  top: 40vh;
}

.careerPage .careerSecondSec .txtLdrInfo span {
  font-size: 1.2em;
}

.careerPage .careerSecondSec .blockTitle {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'manrope-bold', sans-serif;
  margin-bottom: 12px;
}

.careerPage .careerSecondSec .blockText {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.7;
  font-family: 'manrope-light', sans-serif;
  text-align: justify;
}

.careerPage .careerThirdSec {
  background: #262626;
  padding: 5% 0;
  color: rgba(255, 255, 255, 0.6);
}

.careerPage .carSecImg {
  border-radius: 30px;
  overflow: hidden;
}

.careerPage .careerThirdSec {
  text-align: center;
}

.careerPage .careerThirdSec .subHeadTitle {
  display: inline-block;
  /* border: 1px solid #fdc031; */
  padding: 3px 2%;
  width: auto;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}


.careerPage .careerThirdSec .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 1em;
}

.careerPage .careerThirdSec .owl-prev,
.careerPage .careerThirdSec .owl-next {
  position: absolute;
  top: 10%;
  width: 100%;
  font-size: 3em !important;
}

.careerPage .careerThirdSec .owl-prev {
  left: 0px;
  width: auto;
}

.careerPage .careerThirdSec .owl-next {
  right: 0px;
  width: auto;
}

.careerPage .careerThirdSec .blockText {
  font-size: 1.2em;
  font-weight: 300;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-family: 'manrope-light', sans-serif;
  line-height: 1.9;
}

.careerPage .careerThirdSec .blockTestiText {
  font-style: italic;
  line-height: 1.2;
  display: inline-block;
  margin-top: 20px;
}

.careerPage .careerThirdSec .blockTestiTitle {
  font-size: 1.3em;
  font-family: 'manrope-bold', sans-serif;
  padding: 0;
  margin: 0;
}

.careerPage .careerThirdSec .blockTestiSmTitle {
  font-size: 0.9em;
  font-family: 'manrope-light', sans-serif;
  margin: 8px 0 0 0;
  display: block;
}


.careerPage .careerFourthSec {
  background-image: url('../images/careers/career-banner.jpg');
  height: 726px;
  background-position: center center;
}


.careerPage .careerFourthSec .blockText {
  color: #ffffff;
  font-size: 2.5em;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto;
  text-shadow: 1px 1px #000;
  font-family: 'manrope-bold', sans-serif;
  text-align: center;
}

.careerPage .careerFourthSec .blockText span {
  display: block;
  font-size: 0.6em;
  font-family: 'manrope-medium', sans-serif;
  margin-top: 20px;
}

.careerPage .careerFiftSec {
  padding: 8% 0;
}

.careerPage .careerFiftCont {
  text-align: left;
}

.careerPage .careerFiftCont .subHeadTitle {
  text-align: inherit;
  color: #893f94;
}

.careerPage .careerFiftCont .blockText {
  color: #555555;
  font-family: 'manrope-light', sans-serif;
}

.careerPage .careerFiftSec .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  text-align: center;
}

.careerPage .careerFiftSec .owl-dot {
  background: #ddd !important;
  margin: 0 0.5%;
  height: 5px;
  width: 50px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.careerPage .careerFiftSec .owl-dot.active {
  background: #ba5aa0 !important;
}

.careerPage .careerFiftSec .carSecBox {

  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(212, 211, 214, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(212, 211, 214, 1);
  box-shadow: 0px 2px 5px 0px rgba(212, 211, 214, 1);
  background: #ffffff;
}

.careerPage .careerSixthSec {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb901+0,ffb901+33,ffb901+33,ff8201+100 */
  background: #ffb901;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffb901 0%, #ffb901 33%, #ffb901 33%, #ff8201 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffb901 0%, #ffb901 33%, #ffb901 33%, #ff8201 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffb901 0%, #ffb901 33%, #ffb901 33%, #ff8201 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb901', endColorstr='#ff8201', GradientType=1);
  /* IE6-9 */

  padding: 4% 0
}


.careerPage .careerSixthSec .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 1em;
}

.careerPage .careerSixthSec .owl-prev,
.careerPage .careerSixthSec .owl-next {
  position: absolute;
  top: 10%;
  width: 100%;
  font-size: 3em !important;
}

.careerPage .careerSixthSec .owl-prev {
  left: 0px;
  width: auto;
}

.careerPage .careerSixthSec .owl-next {
  right: 0px;
  width: auto;
}

.careerPage .careerSixthSec .carSecImg {
  border-radius: 100%;
  overflow: hidden;
}


.careerPage .careerSixthSec .caption {
  position: relative;
  width: 78%;
  margin: 0 auto;
  text-align: center;
}

.careerPage .careerSixthSec .caption:before {
  content: "‘‘";
  font-size: 12em;
  position: absolute;
  top: -45%;
  left: -17%;
  color: #57400a;
  font-family: auto;
  line-height: 1;
}

.careerPage .careerSixthSec .caption:after {
  content: "‘‘";
  font-size: 12em;
  position: absolute;
  top: -45%;
  right: -16%;
  color: #57400a;
  font-family: auto;
  line-height: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  unicode-bidi: bidi-override;
  direction: rtl;
}

.careerPage .careerSixthSec .subHeadTitle {
  font-size: 1.4em;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}

.careerPage .careerSixthSec .blockTestiText {
  font-style: normal;
  line-height: 1.2;
  display: inline-block;
  margin-top: 20px;
}

.careerPage .careerSixthSec .blockTestiTitle {
  font-size: 1.3em;
  font-family: 'manrope-bold', sans-serif;
  padding: 0;
  margin: 0;
}

.careerPage .careerSixthSec .blockTestiSmTitle {
  font-size: 0.9em;
  font-family: 'manrope-light', sans-serif;
  margin: 8px 0 0 0;
  display: block;
}

.careerPage .careerSixthSec .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 1em;
}

.careerPage .careerSixthSec .owl-prev,
.careerPage .careerSixthSec .owl-next {
  position: absolute;
  top: 10%;
  width: 100%;
  font-size: 3em !important;
}

.careerPage .careerSixthSec .owl-prev {
  left: 0px;
  width: auto;
}

.careerPage .careerSixthSec .owl-next {
  right: 0px;
  width: auto;
}

.careerPage .careerSevenSec {
  background-image: url('../images/careers/career-bannerTwo.jpg');
  height: 726px;
  background-position: center center;
}

.careerPage .careerSevenSec .txtLdrInfo {
  color: #fdc031;
  font-size: 2.3em;
  line-height: 1;
  bottom: 20%;
  text-shadow: 1px 1px #000;
  font-family: 'manrope-medium', sans-serif;
}

.careerPage .careerSevenSec .txtLdrInfo span {
  display: block;
  color: #ffffff;
  font-size: 0.8em;
  font-family: 'manrope-light', sans-serif;
  line-height: 1.4;
}

.careerPage .careerSixthSec .subHeadTitle {
  color: inherit;
}

.careerPage .careerSixthSec .blockContainer,
.careerPage .careerSixthSec .caption:before,
.careerPage .careerSixthSec .caption:after {
  color: #353434;
}


.careerPage .careerEightSec {
  background-image: url('../images/careers/wood-repeat.jpg');
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
}

.careerPage .careerEightSec .carSecImg {
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 11px -4px #000000;
  box-shadow: 0px 0px 11px -4px #000000;
}

.careerPage .careerFormBox {
  background-color: rgb(26, 29, 35, 0.5);
}

.careerPage .careerFormCont {
  padding: 5% 10% 0;
  position: relative;
}

.careerFormCont .h3_title {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin-bottom: 3%;
}

.careerFormCont .form-group {
  margin-bottom: 34px;
  position: relative;
}

.careerFormCont .form-control {
  height: 44px;
  padding: 6px 12px;
  /*	background: #cecece;*/
  color: #676767;
  font-size: 1.1em
}

.careerFormCont .form-group .errorMsg {
  position: absolute;
  color: red;
  font-size: 0.8em;
  display: none;
}

.careerFormCont .btn {
  padding: 12px 2px;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.1em
}

.careerFormCont .careerUploadBtn {
  background: #5c5c5c;
  border: 1px solid #5c5c5c;
  color: #ffffff;
}

.careerFormCont .hidden {
  display: none;
}

.careerFormCont .table {
  margin-bottom: 0;
}

.careerFormCont .table,
.careerFormCont .table td {
  border: none;
}

.careerFormCont .table label {
  color: #fff;
  margin-bottom: 5px;
}

.careerFormCont .bg-light {
  background-color: #cacaca;
  color: #000;
}

.uploadFileName {
  position: relative;
  font-size: 0.9em;
  width: 100%;
  top: 5px;
  display: none;
  color: #fff;
  left: 0;
  font-family: 'manrope-medium', sans-serif;
  animation: fadeInDown 1.5s alternate;
  -webkit-animation: fadeInDown 1.5s alternate;
}

.careerFormCont .careerSubBtn {
  background: #fdc031;
  border: 1px solid #fdc031;
  color: #000000;
}

.careerFormCont .careerFormSuccess {
  text-align: center;
}

.careerPage #thankYouModal .modal-content {
  padding: 0;
  border: 1px solid #893f94;
  font-size: 1.2em;
  font-weight: bold;
  background: #f1f1f1;
  overflow: hidden;
  text-align: center;
}

.careerPage .modal-dialog .close {
  position: absolute;
  right: 3px;
  top: 9px;
  display: block;
  background: #893f94;
  width: 30px;
  height: 30px;
}

.careerPage .modal-header {
  background: #893f94;
  color: #fdc031;
  padding: 10px;
}

.careerPage .experienceColBlk .titleHead {
  color: #c4c1c1
}

.careerPage .experienceColBlk .expNoYear,
.careerPage .experienceColBlk .expNoMnth {
  float: left;
  padding: 0;
  width: 48%
}

.careerPage .experienceColBlk .expNoMnth {
  float: right;
}

/* ===========================
   OUR SERVICES
=========================== */

.servicesArea {
  padding: 3% 0;
  background: linear-gradient(90deg, #02240f, #06381a, #02240f);
  position: relative;
  overflow: hidden;
}

.servicesArea::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg,
      rgba(255, 255, 255, .04) 28%,
      transparent 29%,
      transparent 55%,
      rgba(255, 255, 255, .03) 56%,
      transparent 57%);
}

.servicesArea .subHeadTitle {
  color: #fff;
  padding-bottom: 2%;
}


/* LEFT LARGE CARD */

.service-large,
.service-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  display: block;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .12);
  box-sizing: border-box;
}

.service-large:hover,
.service-box:hover {

  border-color: rgba(255, 255, 255, .22);

  box-shadow:
    0 18px 45px rgba(0, 0, 0, .35),
    0 0 0 1px rgba(255, 255, 255, .08);
}

.service-large img,
.service-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .6s ease;
}

.service-large:hover img,
.service-box:hover img {
  transform: scale(1.08);
}

.service-large::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.25) 75%,
      transparent 100%);
  border-radius: 15px;
  transition: .4s ease;
  border: 1px solid #4fc65b;
}

.service-large:hover::after {
  background: rgba(2, 40, 18, .88);
}

.service-large:hover img {
  transform: scale(1.08);
}

.service-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 35px;
  color: #fff;
}

.service-content h3 {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  transition: .35s ease;
}

.service-content p {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .35s ease;
}

.service-large:hover .service-content h3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.service-large:hover .service-content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-content a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.service-content a:hover {
  color: #f8b74d;
}


/* RIGHT BOXES */

.service-box {
  display: block;
  height: 295px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #35a24a;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.service-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.25) 75%,
      transparent 100%);
  transition: .4s ease;
}

.service-box::before {
  display: none;
}

.service-box:hover::after {
  background: rgba(2, 40, 18, .88);
}

/* Overlay */
.service-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s ease;
}

/* Title always visible */
.service-overlay h4 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  transition: .4s ease;
}

/* Description hidden initially */
.service-overlay p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.7;
  color: #f5f5f5;

  opacity: 0;
  transform: translateY(25px);
  max-height: 0;
  overflow: hidden;

  transition: all .45s ease;
}

.service-box:hover .service-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover effect */
.service-box:hover .service-overlay p {
  opacity: 1;
  transform: translateY(0);
  max-height: 180px;
}

/* Title moves slightly up */
.service-box:hover .service-overlay h4 {
  margin-bottom: 8px;
}

.service-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.service-box:hover img {
  transform: scale(1.08);
}

.service-large {
  height: 620px;
}

.service-box h4 {
  position: absolute;
  left: 20px;
  bottom: 18px;
  right: 15px;
  color: #fff;
  z-index: 2;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .35s ease;
}

.service-box:hover h4 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.service-large:hover::after,
.service-box:hover::after {

  /* background: linear-gradient(to top,
      rgba(6, 55, 24, .98) 0%,
      rgba(6, 55, 24, .90) 40%,
      rgba(6, 55, 24, .65) 70%,
      transparent 100%); */
  /* background: linear-gradient(to top, rgb(180 0 20 / 73%) 0%, rgb(220 10 30 / 24%) 45%, rgb(254 26 31 / 0%) 75%, transparent 100%); */
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .85) 55%, rgba(10, 10, 10, .96) 100%);
}

section#about {
  background: linear-gradient(90deg, #ECEEEA 0%, #EBEDE9 45%, #E9ECE8 100%);
}

button#scrollTopBtn {
  position: fixed;
  right: 8px;
  bottom: 100px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(145deg, #fe191e, #282828);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .35s ease;
  box-shadow: 0 10px 25px rgba(11, 74, 47, .18);
}

#scrollTopBtn {
  animation: floatArrow 2s ease-in-out infinite;
}

@keyframes floatArrow {

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

  50% {
    transform: translateY(-4px);
  }
}

/* GAP */

.servicesArea .row>[class*="col"] {
  margin-bottom: 30px;
}

.servicesArea .col-lg-8>.row>[class*="col"]:nth-last-child(-n+3) {
  margin-bottom: 0;
}

/* BUTTON */

.servicesArea .knowMoreBtn {
  text-align: center;
  margin-top: 15px;
}

.servicesArea .knowMoreBtn a {
  background: #fff;
  color: #2c2c2c;
  padding: 12px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.servicesArea .knowMoreBtn a:hover {
  background: #f8b74d;
  color: #fff;
}

/*Career Page E*/
/*Contact Page S*/
.orangeColor {
  color: #f16122;
}

.contactPage .introSlider {
  margin-bottom: 0;
}

.contactPage .introSlider .blockContainer {
  padding: 0;
  position: relative;
  height: 300px
}

.contactPage .contact_slider .item .imgBlk {
  border-radius: 0;
}

.contactPage .contactContainer .absolContainer {
  bottom: 30%;
  left: 0;
  right: 0;
}

.contactPage .contactContainer .caption {
  position: relative;
  color: #fff;
  width: 45%;
  z-index: 99;
}

.contactPage .contactContainer .home_logo_rpsg {
  width: 60%;
  margin-bottom: 5%;
}

.contactPage .contactContainer .item_title {
  font-size: 3em;
  font-family: 'manrope-extrabold', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
}

.contactPage .section {
  overflow: hidden;
}

.contactSecond {
  /* padding: 5% 0;  */
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0;
  height: 80vh;
  background-attachment: fixed;
  background-position-y: 58px;
  background-image: url('../images/contact/contact-bg.jpg');
}

.contactSecond .fullbgOverlay {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 2%
}

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

.contactSecondUl .contactSecondLi {
  float: left;
  display: inline-block;
  width: 49%;
  padding: 4% 0 4% 7%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}

.contactSecondUl .contactUsIcon {
  float: left;
  width: 15%;
  text-align: right;
  margin-top: 10px
}

.contactSecondUl .contactUsTxt {
  float: right;
  text-align: left;
  width: 82%
}

.contactSecondUl .contactSecondLi.mediali .contactUsIcon .imgBlk {
  width: 70%;
  margin: 0 auto;
}

.contactSecondUl .contactSecondLi.investorli .contactUsIcon .imgBlk,
.contactSecondUl .contactSecondLi.otherli .contactUsIcon .imgBlk {
  width: 80%;
  margin: 0 auto
}

.contactSecondUl .contactSecondLi.careerli .contactUsIcon .imgBlk {
  width: 100%;
  margin: 0 auto
}

.contactSecondUl .contactSecondLi.otherli .contactUsIcon,
.contactSecondUl .contactSecondLi.careerli .contactUsIcon {
  margin-top: 4px
}

.contactSecondUl .contactSecondLi .h2_title {
  font-size: 3em;
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
  color: #949494;
}

.contactSecondUl .contactSecondLi.active .h2_title,
.contactSecondUl .contactSecondLi:hover .h2_title,
.contactSecondUl .contactSecondLi:hover .h2_title a {
  color: #f16122;
}

.contactSecondUl .contactSecondLi p {
  width: 70%;
  color: #949494;
  font-size: 1.1em
}

/*Popup*/
#contactForm .modal-dialog {
  width: 800px;
}

#contactForm .modal-dialog .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#contactForm .modal-body {
  margin: 0;
}

#contactForm .modal-header {
  border-bottom: 1px solid transparent;
}

#contactForm .contactFormTitle {
  font-size: 2.5em;
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  color: #949494;
  padding: 20px 0
}

#contactForm .form-group {
  margin: 0 0 28px 0;
  position: relative;
}

#contactForm .form-control {
  border-radius: 2px;
  height: 54px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5
}

#contactForm .error {
  color: red;
  font-size: 10px;
  font-style: italic;
  position: absolute;
  bottom: -18px
}

#contactForm .messagetextarea {
  height: 303px;
}

#contactForm .btn-submit,
#contactForm .btn-submit:hover {
  background-color: #ffc40d;
  border-color: #ffc40d;
  border-radius: 2px;
  height: 54px;
  font-size: 1em
}


#thankYouModal .modal-content {
  padding: 0;
  border: 1px solid #893f94;
  font-size: 1.2em;
  font-weight: bold;
  background: #f1f1f1;
  overflow: hidden;
  text-align: center;
}

#thankYouModal .modal-dialog .close {
  position: absolute;
  right: 3px;
  top: 9px;
  display: block;
  background: #893f94;
  width: 30px;
  height: 30px;
}

#thankYouModal .modal-header {
  background: #893f94;
  color: #fdc031;
  padding: 10px;
}

/*Contact Page E*/
/*Community Page S*/
.communityPage .communityContainer .absolContainer {
  bottom: 13%;
  left: 0;
  right: 0;
}

/* .fullHoriCal .container{padding: 0px 3%;}
.fullHoriCal .owl-nav{
	display: block;
    position: absolute;
    top: 46%;
    margin: 0 auto;
    left: 0;
    right: 0;
	} */
.communityPage .communityContainer .caption {
  position: relative;
  color: #fff;
  width: 45%;
  z-index: 99;
}

.communityPage .communityContainer .item_title {
  font-size: 3em;
  color: #ffc100;
  font-family: 'manrope-extrabold', sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #676767;
}

.communityPage .communityContainer .item_text {
  color: #fff;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #676767;
  text-align: justify;
}

.communityPage .commonSection {
  padding: 3% 0;
}

.communityPage .blockTitle {
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: 'manrope-extrabold', sans-serif;
  margin-bottom: 20px;
}

.communityPage .blockText {
  font-size: 1.2em;
  margin-bottom: 3%;
  text-align: justify;
}

.communityPage .h2_title {
  text-align: center;
  color: #c3168c;
  font-size: 2.3em;
  text-transform: uppercase;
  font-family: 'manrope-extrabold', sans-serif;
  margin-bottom: 30px;
}

.communityPage .txtBusSlide {
  padding-top: 6%;
}

.communityPage .communitySecondSec .txtBusSlide {
  padding-top: 20%;
}

.communityPage .imgCol {
  padding: 0;
}

.communityPage .commonSlider .container {
  padding: 0 5%;
  width: auto;
}

.communityPage .commonSlider .owl-nav {
  display: block;
}

.communityPage .commonSlider .owl-dots {
  display: block;
  text-align: center;
  margin-top: 2%;
}

.communityPage .commonSlider .owl-dots .owl-dot {
  margin: 0 5px;
  width: 40px;
  height: 5px;
  border-radius: 10px;
  background-color: #ddd;
}

.communityPage .commonSlider .owl-dots .owl-dot.active {
  background-color: #b4b4b4;
}

.communityPage .commonSlider .owl-nav .owl-prev,
.communityPage .commonSlider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  font-size: 4em;
  line-height: 1;
}

.communityPage .commonSlider .owl-nav .owl-prev {
  left: -3%;
}

.communityPage .commonSlider .owl-nav .owl-next {
  right: -3%;
}

.communityPage .communitySixSec {
  padding-bottom: 0;
}

.communityPage .communitySevenSec {
  padding-top: 1%;
}

.communityPage .communitySixSec .h2_title {
  margin-bottom: 13px;
}

.communityPage .communitySixSec .blockText {
  font-size: 1.3em;
}

.communityPage .buildingSlider.commonSlider .item {
  position: relative;
}

.communityPage .buildingSlider.commonSlider .caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 40%;
  z-index: 2;
}

.communityPage .buildingSlider .h2_caption_text {
  color: #fff;
  font-size: 3em;
}

.communityPage .buildingSlider.commonSlider .owl-dots {
  display: none;
}

.communityPage .buildingSlider.commonSlider .owl-nav .owl-prev {
  left: 5%;
  color: #fff;
  top: 45%;
}

.communityPage .buildingSlider.commonSlider .owl-nav .owl-next {
  right: 5%;
  color: #fff;
  top: 45%;
}

.communityPage .communityFourSec .blockText {
  margin-bottom: 3%;
}

.communityPage .communitySevenSec .h2_title {
  color: #ff5a0c;
  text-align: left;
  font-size: 3em;
  margin-bottom: 10px;
}

.communityPage .communitySevenSec .rightside {
  margin-bottom: 30px;
}

/* .communityPage .communityFiveSec .blockContainer{background: #fdb912;} */
.communityPage .communityFiveSec .colFifthCont {
  padding: 5% 5% 0;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.9)
}

.communityPage .communityEightSec {
  padding-bottom: 0 !important;
}

.communityPage .communityEightSec .buildingSlider.commonSlider .caption {
  /* top: 38%; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.communityPage .communityEightSec .buildingSlider.commonSlider .h2_title {
  color: #ff5a0c;
  line-height: 1;
  margin-bottom: 10px;
}

.communityPage .communityEightSec .buildingSlider.commonSlider .h3_title {
  color: #ffa798;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.communityPage .communityEightSec .buildingSlider.commonSlider .blockText {
  color: #fff;
  line-height: 1.4;
  font-size: 1.2em;
  text-align: justify;
}

.communityPage .twoColCarousel .owl-nav {
  position: absolute;
  top: 50%;
  /* right: 1%; */
  width: 100%;
}

.communityPage .twoColCarousel .owl-nav .owl-prev,
.communityPage .twoColCarousel .owl-nav .owl-next {
  font-size: 4em;
  text-align: center;
  /* background:  rgba(255,255,255,0.8);
		border-radius: 40px; */
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.communityPage .twoColCarousel .owl-nav .owl-prev {
  float: left;
  margin-left: -5%;
}

.communityPage .twoColCarousel .owl-nav .owl-next {
  float: right;
  margin-right: -5%;
}

.communityPage .communityEightSec .threeColCarousel .container {
  width: 100%
}

.communityPage .communityEightSec .threeColCarousel .item img {
  opacity: 0.7;
  transition: all 1700ms ease;
  -webkit-filter: grayscale(100%) blur(0);
  -moz-filter: grayscale(100%) blur(0);
  -o-filter: grayscale(100%) blur(0);
  -ms-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
  border-radius: 10px;
}

.communityPage .communityEightSec .threeColCarousel .item .caption {
  opacity: 0
}

.communityPage .communityEightSec .threeColCarousel .active .item img {
  opacity: 1;
  transition: all 1700ms ease;
  -webkit-filter: grayscale(0) blur(1);
  -moz-filter: grayscale(0) blur(1);
  -o-filter: grayscale(0) blur(1);
  -ms-filter: grayscale(0) blur(1);
  filter: grayscale(0) blur(1);

}

.communityPage .communityEightSec .threeColCarousel .active .item .caption {
  opacity: 1
}


.communityPage .communityEightSec .threeColCarousel .owl-nav .owl-prev,
.communityPage .communityEightSec .threeColCarousel .owl-nav .owl-next {
  top: 47%
}

.communityPage .communityEightSec {
  position: relative;
}

.communityPage .communityEightSec .overlayComunity {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.communityPage .communityEightSec .caption {
  width: 90%
}

.communityPage .communityEightSec .owl-carousel .owl-item .container {
  opacity: 0;
}

.communityPage .communityEightSec .owl-carousel .owl-item.active .container {
  opacity: 1;
}

/*Community Page E*/

/*More Photos Media S*/
.mediaPage .moreMedBox {
  display: inline-block;
  float: left;
  height: 275px;
  width: 32%;

  margin: 0.5%;

}

.mediaPage .moreConten {
  padding: 3% 0 4%
}

.mediaPage .mediaMoreTitle {
  font-size: 1.8em;
  text-transform: uppercase;
  border-bottom: 1px solid #e0dede;
  padding-bottom: 5px;
  text-align: center;
}

.moreMediaPhotos .photoMediaCont {
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  height: 275px;
  width: 100%;
  border: 1px solid #e4e4e4
}

.moreMediaPhotos .photoMediaCont .photoMediaHover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  bottom: 0;
  padding: 20px;
  font-size: 1em;
  margin: 0
}

.moreMediaPhotos .photoMediaCont a {
  display: block;
  height: 100%;
  width: 100%
}

.photoVideoModal .modal-content {
  color: #000000;
  font-size: 1.4em;
  text-align: center;
  background: #ffffff
}

.photoVideoModal .modal-header {
  padding: 25px 15px;
  line-height: 1.2
}

.photoVideoModal .modal-dialog .close {
  color: #ffffff;
  background: #000000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: -3px;
}

.photoVideoModal .modal-body {
  font-size: inherit;
  text-align: center;
}

.photoVideoModal #photoMedSrc {
  border: 1px solid #dddddd
}



.mediaPage .videoMediaCont {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 275px;
  width: 100%;
  background-size: cover;
  position: relative;
}

.mediaPage .videoMediaCont .videoMediaHover {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  bottom: 0;
  padding: 20px;
  font-size: 1em;
  margin: 0
}

.mediaPage .videoMediaCont a {
  display: block;
  cursor: pointer;
  height: 100%;
  width: 100%
}

.mediaPage .videoMediaCont .videoMediaHover .playIco {
  width: 35px;
  height: 35px;
  display: block;
  float: right;
  position: relative;
  bottom: -8px;
  right: -8px
}

.mediaPage .videoMediaCont .videoMediaHover .playIco img {
  width: 100% !important;
  height: 100% !important;
}

/*Desclaimer*/
.disclaimerPage {
  margin-top: 75px;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: 'manrope-regular', sans-serif;
}

.disclaimerPage p {
  margin-bottom: 10px;
}

.disclaimerPage strong {
  font-weight: bold;
  font-size: 110%;
  font-family: 'manrope-bold', sans-serif;
}

.disclaimerPage .disclaimerLi {
  margin-bottom: 15px;
}


/*Cookie banner*/
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 60px;
  width: 280px;
  padding: 5px 14px;
  display: block;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 1.1em;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(216, 46, 197, 0.2);
  z-index: 999;
}

.cookie-banner a {
  text-decoration: underline;
}

.cookie-banner .cookieBtn {
  padding: 4px 14px;
  border: none;
  color: #ffffff;
  border-radius: 2px;
  font-size: 0.9em;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0 10px 0;
  border-radius: 20px;
  background: #2f7d32;
}

.cookie-banner .cookieBtn:hover {
  background: var(--green-deep);
  color: #fff !important;
}

.video-js {
  width: 100%
}


/* ============ Leadership Section ============ */
.ldrshpArea {
  --gold: #fff;
  --gold-soft: #fe1a1f;
}

.ldrshpTop {
  background: linear-gradient(160deg, rgb(8, 19, 13) 0%, rgb(10, 90, 42) 140%);
  color: rgb(255, 255, 255);
  padding: 3% 0;
  text-align: center;
}

.ldrshpHeading {
  color: var(--gold-soft);
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 14px !important;
}

.ldrshpDivider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 22px;
  max-width: 260px;
}

.ldrshpDivider::before,
.ldrshpDivider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}

.ldrshpDivider i {
  color: var(--gold);
  font-size: 11px;
  transform: rotate(45deg);
}

.ldrshpDivider.dark::before,
.ldrshpDivider.dark::after {
  background: linear-gradient(90deg, transparent, #b8901f 50%, transparent);
}

.ldrshpDivider.dark i {
  color: #b8901f;
}

.ldrshpSub {
  color: rgba(255, 255, 255, .72);
  max-width: 620px;
  margin: 0 auto 46px;
  font-size: 16px;
}

/* ============ Top 3 leadership cards ============ */
.ldrshpTopGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  text-align: left;
}

.ldrshpTopCard {
  background: #141414;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgb(43 119 55);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .35);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ldrshpTopCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(0, 0, 0, .5);
  border-color: var(--gold);
}

.ldrshpTopImgWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3.6;
  overflow: hidden;
  background: radial-gradient(circle at top right, #123726 0%, #0C2819 45%, #081F14 100%);
}

.ldrshpTopImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.ldrshpTopCard:hover .ldrshpTopImgWrap img {
  transform: scale(1.06);
}

.ldrshpBadge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #1a1300;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 18px 10px 14px;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.ldrshpHoverDesc {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .85) 55%, rgba(10, 10, 10, .96) 100%);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  padding: 20px;
}

.ldrshpTopCard:hover .ldrshpHoverDesc,
.ldrshpTopImgWrap:focus-within .ldrshpHoverDesc,
.ldrshpTopCard.ldrshpTapActive .ldrshpHoverDesc {
  opacity: 1;
  transform: translateY(0);
}

.ldrshpHoverDescInner {
  max-height: 165px;
  overflow: hidden;
  padding-right: 6px;
}

.ldrshpHoverDescInner p {
  color: rgba(255, 255, 255, .88);
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
}

.ldrshpTopInfo {
  padding: 18px 20px 22px;
  position: relative;
  background: #141414;
  margin-top: auto;
}

.ldrshpName {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 4px !important;
  letter-spacing: .3px;
}

.ldrshpDesig {
  display: block;
  color: var(--gold-soft);
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.ldrshpUnderline {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
  margin-top: 14px;
  border-radius: 2px;
  transition: width .35s ease;
}

.ldrshpTopCard:hover .ldrshpUnderline {
  width: 54px;
}

/* ============ "Our Leadership Team" carousel strip ============ */
.ldrshpTeam {
  background: #f2f1ee;
  padding: 64px 0 60px;
  text-align: center;
  overflow-x: hidden;
}

.ldrshpTeamTitle {
  color: #1a1a1a;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 14px !important;
}

.ldrshpTeamSub {
  color: #5f5f5f;
  max-width: 560px;
  margin: 0 auto 40px;
  font-size: 15.5px;
}

.ldrshpCarouselWrap {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 40px auto 0;
  padding: 0;
  overflow: visible;
  --imgH: 200px;
  --cardMinH: 320px;
}

.ldrshpCarousel.owl-carousel {
  width: 100%;
}

.ldrshpCarousel .owl-stage-outer {
  overflow: hidden;
  padding: 10px 2px 26px;
  margin: 0 -6px;
}

.ldrshpMember {
  background: linear-gradient(180deg, #123923, #0b2216);
  border: 1px solid rgba(64, 166, 92, .45);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
  min-height: var(--cardMinH);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.ldrshpMember:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, .4);
  border-color: var(--gold);
}

.ldrshpMemberImg {
  width: 100%;
  height: var(--imgH);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #143824;
  flex-shrink: 0;
}

.ldrshpMemberImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.ldrshpMember:hover .ldrshpMemberImg img {
  transform: scale(1.08);
}

.ldrshpMemberInfo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ldrshpMember h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 6px;
  line-height: 1.3;
}

.ldrshpMember span {
  display: block;
  color: #fe1a1f;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 1.4;
}

.ldrshpMemberLine {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--gold);
  margin-top: 12px;
  border-radius: 2px;
  transition: width .35s ease;
}

.ldrshpMember:hover .ldrshpMemberLine {
  width: 46px;
}

.ldrshpCarouselWrap .owl-nav .owl-prev,
.ldrshpCarouselWrap .owl-nav .owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(45, 111, 62, .92) !important;
  color: #fff !important;
  top: calc(var(--imgH) / 2 + 26px);
  transform: translateY(-50%);
  transition: background .3s ease, color .3s ease, transform .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .35);
  z-index: 5;
}

.ldrshpCarouselWrap .owl-nav .owl-prev:hover,
.ldrshpCarouselWrap .owl-nav .owl-next:hover {
  background: #fff !important;
  color: #111 !important;
}

.ldrshpCarouselWrap .owl-nav .owl-prev {
  left: 6px;
}

.ldrshpCarouselWrap .owl-nav .owl-next {
  right: 6px;
}

.ldrshpCarousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.ldrshpCarousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: rgba(64, 166, 92, .45);
  transition: background .3s ease, transform .3s ease;
}

.ldrshpCarousel .owl-dots .owl-dot.active span,
.ldrshpCarousel .owl-dots .owl-dot:hover span {
  background: var(--gold);
  transform: scale(1.15);
}

.ldrshpViewAll {
  margin-top: 42px;
}

.ldrshpBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #1a1300;
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
}

.ldrshpBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(212, 175, 55, .35);
  color: #1a1300;
}

/* ============ Responsive: all breakpoints ============ */

/* Large desktop */
@media (max-width: 1400px) {
  .ldrshpCarouselWrap {
    --imgH: 190px;
    --cardMinH: 305px;
  }
}

/* Small desktop / large tablet landscape */
@media (max-width: 1199px) {
  .ldrshpTopGrid {
    gap: 20px;
  }

  .ldrshpCarouselWrap {
    --imgH: 190px;
    --cardMinH: 305px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .ldrshpTopGrid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 620px;
    margin: 0 auto;
  }

  .ldrshpCarouselWrap {
    --imgH: 200px;
    --cardMinH: 315px;
  }
}

/* Tablet portrait / large mobile */
@media (max-width: 767px) {
  .ldrshpTop {
    padding: 10% 0;
  }

  .ldrshpTopGrid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    gap: 22px;
  }

  .ldrshpSub {
    margin-bottom: 34px;
    font-size: 14.5px;
  }

  .ldrshpCarouselWrap {
    margin-top: 30px;
    --imgH: 230px;
    --cardMinH: 345px;
  }

  .ldrshpMember {
    padding: 14px;
  }
}

/* Mobile landscape */
@media (max-width: 575px) {
  .ldrshpCarouselWrap {
    --imgH: 220px;
    --cardMinH: 335px;
  }

  .ldrshpCarouselWrap .owl-nav .owl-prev,
  .ldrshpCarouselWrap .owl-nav .owl-next {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .ldrshpMember h4 {
    font-size: 15px;
  }

  .ldrshpMember span {
    font-size: 12px;
  }
}

/* Small mobile */
@media (max-width: 479px) {
  .ldrshpCarouselWrap {
    --imgH: 210px;
    --cardMinH: 320px;
  }

  .ldrshpMember {
    padding: 12px;
  }

  .ldrshpMemberImg {
    margin-bottom: 12px;
  }

  .ldrshpMember h4 {
    font-size: 14px;
  }

  .ldrshpMember span {
    font-size: 11.5px;
  }

  .ldrshpCarouselWrap .owl-nav .owl-prev,
  .ldrshpCarouselWrap .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

/* Extra small mobile */
@media (max-width: 360px) {
  .ldrshpCarouselWrap {
    --imgH: 190px;
    --cardMinH: 295px;
  }
}

/* new css */
img.logo {
  height: 70px;
}

/* Social / Follow Us - redesigned */
.socialMedia {
  position: relative;
  /* background: radial-gradient(120% 140% at 15% 0%, #241318 0%, #120a0c 45%, #0a0708 100%); */
  padding: 3% 0;
  color: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(254, 26, 31, .18);
}

/* .socialMedia::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 46%;
  padding-top: 46%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 26, 31, .18) 0%, rgba(254, 26, 31, 0) 70%);
  pointer-events: none;
} */

/* 
.socialMedia .subHeadTitle {
  color: #fff;
}

.socialMedia .subHeadTitle span {
  color: var(--red-bright);
} */

.followSub {
  text-align: center;
  color: #222;
  max-width: 560px;
  margin: 0 auto 40px;
}

.followGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

@media(max-width:900px) {
  .followGrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:520px) {
  .followGrid {
    grid-template-columns: 1fr;
  }
}

.followCard {
  background: rgba(255, 255, 255, .06);
  border: 1px solid #b1b1b1;
  border-radius: 14px;
  padding: 26px 22px;
  transition: .25s;
  display: block;
}

.followCard .fIco {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 18px !important;
  margin: 0 auto;
}

.fIco.fb {
  background: #3c5a9b;
}

.fIco.ig {
  background: linear-gradient(45deg, #f99b4a, #dd3071, #c72e8d);
}

.fIco.x {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, .2);
}

.fIco.li {
  background: #0a66c2;
}

.followCard .fHandle {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 4px;
  color: #2d7d2f;
}

.followCard .fSub {
  color: gray;
  font-size: 16px;
  margin-bottom: 16px;
}

.followCard .fStats {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 12px;
  color: rgba(255, 255, 255, .75);
}

.followCard .fStats b {
  display: block;
  font-family: var(--font-head);
  font-size: 17px;
  color: #fff;
}

.followCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #0a5a2a, #2d7d2f);
  transition: .45s ease;
}

/* Glow Background */
.followCard::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 70%;
  height: 25px;
  background: rgba(10, 90, 42, .12);
  filter: blur(18px);
  opacity: 0;
  transition: .35s;
  z-index: -1;
}

.followCard:hover::after {
  opacity: 1;
}

.followCard:hover {
  transform: translateY(-10px);
  border-color: #0A5A2A;
  background: linear-gradient(180deg, #fff, #f6fcf7);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, .08),
    0 4px 15px rgba(10, 90, 42, .12);
  transform: translateY(-8px);
  color: inherit;
}

.followCard:hover .fHandle {
  transform: translateY(-2px);
}

.followCard:hover .fSub {
  transform: translateY(-2px);
}

.followCard .fHandle,
.followCard .fSub {
  transition: all .35s ease;
}

.followCard .fBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid #0a5a2a;
  color: #0a5a2a;
  background: #fff;
  border-radius: 8px;
  font-weight: 700;
  transition: .35s;
}

.followCard .fBtn i {
  transition: .35s;
}

.followCard:hover .fBtn {
  background: #0a5a2a;
  color: #fff;
  box-shadow: 0 10px 20px rgba(10, 90, 42, .25);
}

.followCard:hover .fBtn i {
  transform: translateX(4px);
}

.tagMarquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 14px 0;
  background: #063418;
}

.tagTrack {
  display: flex;
  gap: 36px;
  white-space: nowrap;
  width: max-content;
  animation: tagScroll 24s linear infinite;
}

/* Desktop nav centering — must not apply below the mobile-menu breakpoint (1024px),
   otherwise it forces the slide-out mobile menu into one overflowing horizontal row. */
@media (min-width: 1025px) {
  .customMenu .container {
    display: flex;
    align-items: center;
  }

  .customMenuHead {
    flex: 0 0 230px;
    /* logo width */
  }

  .customMenu .navbar-collapse {
    flex: 1;
    display: flex !important;
    justify-content: center;
  }

  .customMenu .customMenuWrapper {
    width: auto !important;
    float: none !important;
    margin: 0 auto;
  }

  .customMenu .customMenuBar {
    float: none !important;
    display: flex;
    justify-content: center;
  }
}

.tagTrack span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

.subHeadTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #222;
}

.mainHeadTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-head);
  font-weight: 800;
}

@keyframes tagScroll {
  from {
    transform: translateX(0);
  }

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

/* ================================
   GET IN TOUCH MODAL
================================ */
/* html {
  overflow-y: scroll;
}

body {
  padding-right: 0 !important;
} */

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

#getInTouchModal .modal-dialog {
  width: 92%;
  max-width: 620px;
  margin: 60px auto;
  transform: none !important;
  transition: none !important;
}

#getInTouchModal.modal {
  opacity: 0;
  transition: opacity .15s ease;
}

#getInTouchModal.modal.in {
  opacity: 1;
}

#getInTouchModal .modal-content {
  border-radius: 14px;
  border: none;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
}

#getInTouchModal .modal-header {
  background: linear-gradient(120deg, #06381a, #0a5a2a);
  border-bottom: none;
  padding: 28px 30px 24px;
  position: relative;
}

#getInTouchModal .modal-header .close {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #fff;
  opacity: .8;
  text-shadow: none;
  font-weight: 400;
  font-size: 26px;
}

#getInTouchModal .modal-header .close:hover {
  opacity: 1;
  color: #fff;
}

#getInTouchModal .getInTouchTitle {
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 1.6em;
  color: #fff;
  margin: 0;
}

#getInTouchModal .getInTouchTitle span {
  color: var(--red-bright);
}

#getInTouchModal .getInTouchSub {
  color: rgba(255, 255, 255, .7);
  font-size: .95em;
  margin: 6px 0 0;
}

#getInTouchModal .modal-body {
  padding: 30px;
  background: #fff;
}

#getInTouchModal .form-group {
  margin-bottom: 18px;
}

#getInTouchModal label {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #5b665c;
  font-weight: 700;
  margin-bottom: 6px;
}

#getInTouchModal .form-control {
  height: 48px;
  border: 1px solid #e3e8e3;
  border-radius: 8px;
  background: #f7f9f7;
  font-size: .95em;
  box-shadow: none;
}

#getInTouchModal .form-control:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 125, 50, .12);
  outline: none;
}

#getInTouchModal textarea.form-control {
  height: 110px;
  padding-top: 12px;
  resize: vertical;
}

#getInTouchModal .btn-submit-touch {
  width: 100%;
  background: var(--green);
  color: #fff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .9em;
  padding: 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

#getInTouchModal .btn-submit-touch:hover {
  background: var(--green-deep);
  transform: translateY(-2px);
  color: #fff;
}

#getInTouchModal .formSuccessState {
  display: none;
  text-align: center;
  padding: 20px 0 10px;
}

#getInTouchModal .formSuccessState .successIcon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 16px;
}

#getInTouchModal .formSuccessState h4 {
  font-family: 'manrope-extrabold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #1c231d;
}

#getInTouchModal .formSuccessState p {
  color: #5b665c;
}

/* Honeypot - visually hidden, still in the tab/DOM flow for bots to fill */
#getInTouchModal .hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#getInTouchModal .field-error {
  display: block;
  color: #d9534f;
  font-size: .78em;
  margin-top: 4px;
  min-height: 14px;
}

#getInTouchModal .form-control.is-invalid {
  border-color: #d9534f;
  background: #fff6f6;
}

#getInTouchModal .formServerError {
  display: none;
  background: #fdeaea;
  color: #a12b2b;
  border: 1px solid #f1c2c2;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: .88em;
  margin-bottom: 14px;
}

.mobile.nav-cta {
  display: none;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-left {
  flex: auto;
  margin-top: -40px;
  padding: 40px 0;
}

.about-right {
  flex: 0 0 42%;
  text-align: center;
}

.about-right img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

#getInTouchModal .g-recaptcha {
  transform: scale(0.94);
  transform-origin: left top;
}

@media (max-width: 380px) {
  #getInTouchModal .g-recaptcha {
    transform: scale(0.85);
  }
}

#getInTouchModal .btn-submit-touch:disabled {
  opacity: .75;
  cursor: not-allowed;
  transform: none !important;
}

#getInTouchModal .btn-submit-touch .btnLoading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/*=========================================
 LOGISTICS HERO BANNER
==========================================*/

.service-banner{
    position: relative;
    min-height: 500px;

    background-image: url("./images/logistics-banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.banner-overlay{
    display:none;
    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.55);

}

.banner-content{

    position:relative;

    z-index:2;

    max-width:650px;

}

.breadcrumb-list{

    padding:0;

    margin:0 0 20px;

    list-style:none;

}

.breadcrumb-list li{

    display:inline-block;

    color:#fff;

    font-size:16px;

}

.breadcrumb-list li::after{

    content:"›";

    margin:0 12px;

    color:#ddd;

}

.breadcrumb-list li:last-child::after{

    display:none;

}

.breadcrumb-list li a{

    color:#fff;

    text-decoration:none;

}

.breadcrumb-list li a:hover{

    color:#d62027;

}

.banner-content h1{

    color:#fff;

    font-size:58px;

    font-weight:700;

    line-height:1.15;

    margin-bottom:20px;

}

.banner-content p{

    color:#f3f3f3;

    font-size:18px;

    line-height:32px;

    max-width:600px;

}

@media(max-width:991px){

.service-banner{

    padding:140px 0 90px;

}

.banner-content h1{

    font-size:42px;

}

}

@media(max-width:767px){

.service-banner{

    padding:120px 0 70px;

}

.banner-content h1{

    font-size:34px;

}

.banner-content p{

    font-size:16px;

    line-height:28px;

}

.breadcrumb-list li{

    font-size:14px;

}

}