/********** anujgupta CSS **********/
:root {
  --primary: #1363C6;
  --secondary: #15ACE1;
  --light: #F4F7FE;
  --dark: #14183E;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap');

body {
  font-family: 'Rubik', sans-serif!important;
  font-style: normal;
  color: #333;
  font-weight: 400;
  font-size: 1.1rem;
}

@font-face {
  font-family: 'Punta';
  src: url('../fonts/Punta-Light.eot');
  src: url('../fonts/Punta-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Punta-Light.woff2') format('woff2'), url('../fonts/Punta-Light.woff') format('woff'), url('../fonts/Punta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


a {
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
}

button {
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}




/* Zoom in Keyframes */

@-webkit-keyframes zoomin {

  0% {

    transform: scale(1);

  }



  50% {

    transform: scale(1.5);

  }



  100% {

    transform: scale(1);

  }

}



@keyframes zoomin {

  0% {

    transform: scale(1);

  }



  50% {

    transform: scale(1.5);

  }



  100% {

    transform: scale(1);

  }

}



.wel-name {
  color: #fff;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-size: 1.7vw;
}

.wel-name>span {
  font-size: 0rem;
  display: block;
  margin-bottom: 1.3rem;
}

.wel-name>span>svg {
  height: 20px;
}

.hero-header h1 {
    font-size: 4vw;
    font-family: 'Poppins';
    margin: 0px !important;
    font-weight: 600;
}

.hero-header p {
  font-size: 1rem;
}

.hero-header small {
  font-size: 1.3rem;
  color: #fff;
  display: block;
}

.mb-5 {
  margin-bottom: 5rem;
}

/*** mouse-pointer-cursor ***/













/***slider-text  ***/
.slider-text {
  font-size: 0.9vw;
  color: #fff;
  margin: 0px;
  margin-top: 3vw;
}

.slider-text sup {
  font-size: 0.5vw;
  top: -1.0em;
}

.slider-line1 {
  background: rgb(180 180 180 / 38%);
  height: 0.1vw;
}

.slider-line2 {
  background: rgb(180 180 180);
  height: 0.1vw;
}

.slider-copyright {
  font-size: 0.7vw;
  letter-spacing: 1px;
  color: #999;
  padding: 10px 10px;
}

.slider-copyright>b {}


/*** images-hover-button ***/
#mouseFollow.ready {
  position: absolute;
  background: #FF9800;
  color: white;
  padding: 40px 0px;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  text-align: center;
}

#mouseFollow h1 {

  font-size: 16px;
  line-height: normal;
  margin: 0;
  color: #fff;
  font-weight: 500;
}



/* MAIN STYLES FOR PLAY BUTTON */


.video-wrap-title {
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 9px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 24%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 26%);
  -moz-clip-path: polygon(10% 0, 100% 0, 100% 24%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 26%);
  -ms-clip-path: polygon(10% 0, 100% 0, 100% 24%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 26%);
  clip-path: polygon(10% 0, 100% 0, 100% 24%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 26%);
  background-color: #232323;
  padding: 1vw 2vw;
  display: flex;
}

.video-wrap-title svg {
  height: 22px;
  position: relative;
  top: -38px;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
}

.video-wrap-title h2 {
  font-size: 0.8vw;
  color: #fff;
  display: inline-block;
  margin: 0px;
}

.video-wrap-title h2 span {
  font-size: 0.8vw;
  color: #fff;
  display: block;
  margin-top: 6px;
}
.video-wrap-title img {
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  float: left;
}


#video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 394px;
  width: 700px;
  border: 3px solid var(--brown);
  border-radius: 5px;
  position: relative;
  cursor: none;
  max-width: 100%;
}

.buttonbtn {
  display: inline-block;
  border: 0px;
  font-size: 1vw;
  color: #ff8800;
  font-weight: 200;
  line-height: normal;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: 1px solid #b1b1b1;
  border-radius: 100px;
  text-align: center;
  margin-right: 0.6vw;
}
.first {
  display: none;
}
.close-btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 0px;
  background: #de5e25;
  font-size: 28px;
  color: #fff;
  font-weight: 200;
  line-height: 40px;
  position: relative;
  top: -1px;
}

.video {
  height: 100vh;
  width: 100%;
  object-fit: fill;
}


.pause-icon {
  font-size: 30px;
  color: #111;
  position: fixed;
  top: 62px;
  left: 68px;
}







/*** slider-button ***/
a.link.style-7 {
  width: 16vw;
  height: auto;
  margin-top: 0.7vw;
}

a.link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

a.link.style-7 .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5vw;
  height: 3.5vw;
  background: #dfe7fa;
  border-radius: 100px;
}

a.link.style-7 .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  margin: 0 0 0 1rem;
  color: #fff;
  font-size: 0.8vw;
  font-weight: 100;
  line-height: 3.6vw;
  text-align: center;
  letter-spacing: 1px;
}

a.link.style-7 .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 1vw;
  width: 1vw;
  height: 0.2vw;
  background: none;
}

a.link.style-7 .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

a.link.style-7 .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.2vw;
  right: -0.0vw;
  width: 0.6vw;
  height: 0.6vw;
  border-top: 0.2vw solid #000;
  border-right: 0.2vw solid #000;
  transform: rotate(45deg);
}

a.link:hover .circle {
  width: 100%;
}

a.link:hover .circle .icon.arrow {
  background: #000;
  transform: translate(2rem, 0);
}

a.link:hover .button-text {
  color: #000;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }

  10% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }

  10% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

@-ms-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }

  10% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }

  10% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

.scroll-down {
  margin: 0;
  border: 2px solid #dadee1;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  rotate: 181deg;
  background-color: #dadee1;
}

.scroll-down a {
  display: block;
  opacity: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
}

.scroll-down a:before,
.scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/arrow-down.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}

.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

.scroll-down a:hover {}

.back-right-top {
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  z-index: 99;
  background-color: rgb(78 78 78 / 59%);
  height: 3.5vw;
  width: 2vw;
  border-radius: 100px;
  color: #fff;
  font-size: 1vw;
  padding: 1vw 0vw;
  text-align: center;
  border: 1px solid #878484;
}

.back-right-top:hover {
  background-color: #333;
  color: #fff;
}










.back-to-down {
  position: absolute;
  z-index: 1;
  right: -150px;
  top: 50%;
  font-weight: normal;
  border-radius: 50px;
  font-size: 25px;
  text-align: center;
  padding: 23px 7px;
  color: #000000;
  width: 44px;
  background-color: #FFF56A;
  line-height: normal;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
}

.back-to-down:hover {
  color: #000;
}


/* flipY class and keyframes*/
.waviy {
  -webkit-box-reflect: below -11px linear-gradient(transparent, rgb(0 0 0 / 44%));
  display: inline-block;
  position: relative;
}

/* .waviy span {
  position: relative;
  display: inline-block;
  color: #FF8800;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  font-weight: bold;
  top: -12px;
} */
.waviy img {
  width: 100%;
}

@keyframes waviy {

  0%,
  40%,
  100% {
    transform: translateY(0)
  }

  20% {
    transform: translateY(-5px)
  }
}

/* flipY class and keyframes*/
.navbar-dark .navbar-brand {
  line-height: normal;
  margin: 0px;
  padding: 0px;
  /* width: 230px; */
  width: 14vw;
}

.navbar-dark .navbar-brand img {
  width: 100%;
}

.searchbtn {
  font-size: 1.2vw;
}

.socialbtn {
  font-size: 1.2vw;
  color: #fff;
  padding: 0px 12px;
}

.socialbtn:hover {
  color: #ff8800;
}

.modal-fullscreen .modal-content {
  background: #141414;
  -webkit-clip-path: polygon(29% 0%, 100% 0%, 100% 16%, 100% 100%, 71% 100%, 37% 100%, 32% 84%, -7050% 0%);
  -moz-clip-path: polygon(29% 0%, 100% 0%, 100% 16%, 100% 100%, 71% 100%, 37% 100%, 32% 84%, -7050% 0%);
  -ms-clip-path: polygon(29% 0%, 100% 0%, 100% 16%, 100% 100%, 71% 100%, 37% 100%, 32% 84%, -7050% 0%);
  clip-path: polygon(29% 0%, 100% 0%, 100% 16%, 100% 100%, 71% 100%, 37% 100%, 32% 84%, -7050% 0%);
}

.modal-fullscreen {
  height: auto;
}

/*** Heading ***/
/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
  border: 1px solid #979797;
  line-height: normal;
  font-size: 1.3vw;
  padding: 0.3vw;
  color: #939393;
  float: right;
  right: 3vw;
  position: absolute;
  width: 2vw;
  height: 2vw;
}

.btn-square,
.btn-sm-square,
.btn-lg-square:hover {
  border: 1px solid #979797;
  background-color: #fff;
  color: #939393;
}


.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -0.5rem 1rem 5rem auto;
}

/* .modal-backdrop {
  height: auto;
} */

/***video-popup*****/
.modal-videofullscreen .modal-content {
  clip-path: none;
}

.modal-videofullscreen .btn-close {}

.modal-disticfullscreen {
  margin: auto;
  max-width: 70%;
}

.modal-disticfullscreen .modal-content {
  clip-path: none;
  background: transparent;
}

#disticmatrix-group {
  transform: scale(3, 3);
}

.modal-backdrop.show {
  opacity: 1;
}

.distic-checkgate {
  position: relative;
  padding: 20px;
  margin-top: 11rem;
}

.distic-checkgate>h3 {
  font-size: 3rem;
  font-weight: 100;
  line-height: normal;
  padding: 0px;
  color: #fff;
  margin-bottom: 1rem;
}

.distic-checkgate>ul {
  margin: 0px;
  line-height: normal;
  padding: 0px;
  width: 100%;
}

.distic-checkgate>ul>li {
  line-height: 42px;
  font-size: 18px;
  font-weight: 100;
  margin: 0px;
  list-style: none;
  padding: 5px 20px;
  margin-bottom: -1px;
  color: #d8d7d7;
  border: 1px solid #474747;
}

.distic-checkgate>ul>li span {
  float: right;
}

.distic-checkgate>ul>li:last-child {}













.modal-body-video {
  width: 80%;
  margin: auto;
  display: block;
}

.button.is-play {
  background-color: #FFC3A8;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 1vw;
  right: 12vw;
}

.button.is-play span {
  position: relative;
  top: 1vw;
  margin-left: -6vw;
}

.button.is-play .button-outer-circle {
  background: #FFC3A8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}

.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  fill: #000;
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

/***video-popup-end*****/




/*** Navbar ***/
/* .sticky-top {
  top: -150px;
  transition: .5s;
  z-index: 99;
} */

/* .sticky-top {
  top: 0px !important;
  transition: .5s;
  z-index: 99;
  position: fixed;
} */

.navbar {
  padding: 19px 0 !important;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  display: flex;
  gap: 1rem;
  z-index: 99;
}

.bg-primary-fixed {
  background: #000;
}

.bg-primary-fixed .navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 14px 0px;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.bg-primary-fixed .navbar {
  padding: 10px 0 !important;
}

.bg-primary-fixed .navbar-dark .navbar-brand {
  width: 200px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 20px 0px;
  color: #fff;
  outline: none;
  font-size: 1vw;
  /* text-transform: lowercase; */
  font-weight: 400;
}

.navbar .navbar-nav .nav-link i {
  font-size: 0.6vw;
  margin-left: 6px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
}

.navbar .dropdown-toggle::after {
  /* border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 12px;
  position: relative;
  top: -1px; */
  display: none;
}

/* .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  } */
.navbar-nav .nav-link {
  color: #fff;
}

.dropend .dropdown-toggle {
  color: #333;
  margin-left: 1em;
  padding: 10px 0px;
  margin-left: 0px;
  /* text-transform: lowercase; */
  font-weight: 400;
}

.dropend .dropdown-toggle:hover {
  background-color: transparent;
  color: #f80;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #f80;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin: 0px;
  padding: 10px 0px;
}

.dropdown:hover>.dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 20%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.dropend:hover>.dropdown-menu {
  position: absolute;
  top: -8px;
  left: 100%;
  border-radius: 0px 10px 10px 0px;
  border: 0px;
}

.dropend .dropdown-toggle {
  margin-left: 0em !important;
  font-size: 0.9vw;
  font-weight: 400;
}

.dropend .dropdown-toggle i {
  font-size: 12px;
  margin-left: 6px;
}

.dropend .dropdown-toggle::after {
  display: none;
}

.dropdown-menu li {
  line-height: normal;
  padding: 0.5vw 0.7vw;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  line-height: normal;
  font-size: 0.9vw;
  /* text-transform: lowercase; */
}




/*** Hero Header ***/
.hero-header {
  margin-top: 0px;
  background-size: cover !important;
  height: 100vh;
  /* padding-top: 7vw !important; */
}

.hero-header-inner {
  height: 50%;
  padding-top: 8vw !important;
}

/* .hero-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 7 44 / 81%);
  background: rgb(41, 15, 6);
  background: linear-gradient(90deg, rgba(41, 15, 6, 1) 0%, rgba(41, 15, 6, 0.3113620448179272) 100%);
} */

.hero-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.carousel .carousel-item img {
  height: 100vh;
  -webkit-animation: zoomin 30s ease-in infinite;
  animation: zoomin 30s ease-in infinite;
  transition: all .3s ease-in-out;
}


.hero-tile {
  position: absolute;
  bottom: 2vw;
  width: 100%;
  left: 0vw;
}

.video-header {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.carousel-caption {
  right: 7%;
  left: 7%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-indicators {
  display: none;
}

/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--dark);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 50px;
  background: var(--dark);
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -25px;
}

.section-title.text-center::after {
  left: 50%;
  margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
  background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
  top: 5px;
  left: 3px;
}

/*** About ***/
.about-img {
  position: relative;
  overflow: hidden;
}

/*
.about-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-about-img.png) top left no-repeat;
  background-size: contain;
}
*/

.boxfeatures {
  background: #e8672e;
  /* background: url(../img/blue-box.svg) no-repeat; */
  /* background-size: cover; */
  text-align: left;
  /* border: 1px solid #C77112; */
  transition: all 0.3s ease-in;
  min-height: 15vw;
  padding: 2rem;
  width: 330px;
  /* justify-content: start; */
  /* align-items: center; */
  display: grid;
  /* padding-right: 1rem; */
  /* padding-top: 4rem; */
  vertical-align: middle;
  box-shadow: 10px 10px 0px #e5e5e5;
}

.boxfeatures>span {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 30px;
  width: 1vw;
  font-size: 1vw;
}

.boxfeatures .image {
  /* background: url(../img/key-features-icon/Icons-border.svg) no-repeat; */
  transition: all 0.3s ease-in-out 0.1s;
  /* background-size: contain; */
  height: 6vw;
  text-align: center;
  padding: 1.4vw;
  width: 6vw;
  margin-bottom: 1vw;
  background-color: #d7dadf;
  border-radius: 100px;
  position: relative;
  margin-top: -5vw;
  left: -2.5vw;
}

.boxfeatures .image img {
  max-width: 4vw;
  object-fit: contain;
  text-align: center;
}

.boxfeatures .title {
  margin-top: 0px;
  font-weight: 100;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 1.4vw;
  white-space: initial;
  line-height: 1.6vw;
}

.boxfeatures:hover {
  /* background: url(../img/blue-box-hover.svg) no-repeat; */
  /* box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px; */
  transform: scale(1.1);

}

.boxfeatures:hover .image {
  transform: scale(1.1) translatex(9px);
}

.boxfeatures:hover .image img {
  animation: bouncing 0.5s 0.3s;
}



@keyframes bouncing {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}













/*** Service ***/
.service-item {
  position: relative;
  padding: 55px 20px;
  /* background: #202738; */
  background: url(../img/blue-box.svg) no-repeat;
  transition: .5s;
  /* -webkit-clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% );
  -moz-clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% );
  -ms-clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% );
  clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% ); */
  background-size: cover;

  height: 329px;
  width: 280px;

}



/* .service-item::after {
  content: " ";
  position: absolute;
  clip-path: polygon(0% 0%, 81% 0%, 91% 50%, 100% 100%, 0% 100%);
  background-color: #202738;
  height: 50px;
  width: 100%;
  top: -49px;
  left: 1px;
}


.service-item::before{
  content: " ";
  position: absolute;
  clip-path: polygon(0% 0%, 81% 0%, 91% 50%, 100% 100%, 0% 100%);
  background-color: #202738;
  height: 50px;
  width: 100%;
  top: -49px;
  left: 1px;
} */

.service-item:hover {}

.service-item .service-icon {
  margin: 0 auto 20px auto;
  width: 90px;
  height: 90px;
  color: var(--primary);
  background: var(--light);
  transition: .5s;
}

.service-item:hover .service-icon {
  background: #FFFFFF;
}

.service-item h5,
.service-item p {
  transition: .5s;
  white-space: initial;
  text-align: left;
  color: #fff;
  font-size: 18px;
}

.service-item:hover h5,
.service-item:hover p {
  color: #FFFFFF;
}

.service-item a.btn {
  position: relative;
  display: flex;
  color: var(--primary);
  transition: .5s;
  z-index: 1;
}

.service-item:hover a.btn {
  color: var(--primary);
}

.service-item a.btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 35px;
  background: var(--light);
  transition: .5s;
  z-index: -1;
}

.service-item:hover a.btn::before {
  width: 100%;
  background: var(--light);
}

/*** Feature ***/
.feature {
  background: url(../img/bg-hero.png) center center no-repeat;
  background-size: cover;
}

/*** Newsletter ***/
.newsletter {
  background: url(../img/bg-hero.png) center center no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .newsletter .container {
    max-width: 100% !important;
  }

  .newsletter .newsletter-text {
    padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}

/*** Case Study ***/
.case-item img {
  transition: .5s;
}

.case-item:hover img {
  transform: scale(1.2);
}

.case-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
  z-index: 1;
}

.case-overlay small {
  display: inline-block;
  padding: 3px 15px;
  color: #FFFFFF;
  background: rgba(20, 24, 62, .7);
  border-radius: 25px;
  margin-bottom: 15px;
}

.case-overlay span.btn:hover {
  color: var(--primary);
  background: #FFFFFF;
  border-color: #FFFFFF;
}

/*** FAQs ***/

/*** Testimonial ***/

/*** Team ***/
.team-item {
  transition: .5s;
  border: 1px solid transparent;
  transition: .5s;
}

.team-item:hover {
  border-color: var(--primary);
}

/*** Footer ***/
.footer-grid {
  background: #DADEE1;
  padding: 8rem 0rem;
  padding-bottom: 0px;
  position: relative;
  font-weight: 400;
  z-index: 1;
}

.footer-grid h5 {
  font-weight: 400;
  font-size: 1.1vw;
}

.footer-grid h4 {
    font-weight: 400;
    margin-bottom: 1vw;
    font-size: 0.9vw;
}

.footer-grid .border-line {
  background-color: #5B5B5B;
  height: 1px;
  display: block;
  margin: 3vw 0px;
}

.footer-brand {
  line-height: normal;
  margin: 0px;
  padding: 0px;
  width: 230px;
  display: block;
}

.footer-brand img {
  width: 100%;
}

.footer-grid .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(256, 256, 256, .1);
  border-radius: 40px;
  transition: .3s;
}

.footer-grid .btn.btn-social:hover {
  color: var(--primary);
}

.footer-grid .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    color: #202020;
    font-weight: normal;
    transition: .3s;
    font-size: 0.9vw;
    text-align: inherit;
}

.footer-grid .btn.btn-link:hover {
  color: #000;
}

.footer-grid .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer-grid .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer-grid .copyright {
  padding: 2vw 0;
  font-size: 0.8vw;
  border-top: 1px solid #5B5B5B;
  margin-top: 4vw;
}

.footer-grid .copyright a {
  color: #202020;
}

.footer-grid .copyright a:hover {
  color: #000;
}

.footer-grid .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer-grid .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  padding: 0rem 4rem;
}

/***video-grid***/



.key-features-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  z-index: -2;
}

.key-features-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}


.bg-video-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(360deg, rgb(0 16 68 / 32%) 50%, rgb(0 16 68 / 32%) 50%);
  background-size: 1px 2px;
}


/***overview-grid***/

.overview-grid {
  background-color: #DBE1E9;
  padding: 7vw 0vw;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.overview-grid h1 {
  font-family: 'Punta';
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 2vw;
  margin-bottom: 2vw !important;
  line-height: 2.5vw;
  padding-right: 2vw;
  font-size: 2vw;
}

.overview-grid p {
  font-size: 1.0vw;
  color: #2c2c2c;
  margin-right: 4rem;
  font-weight: 400;
}

.overview-title {
  margin-top: 0px;
}

.overview-title img {
  height: 25px;
  position: relative;
  top: -7px;
  margin-right: 5px;
}


.overview-title svg {
  height: 26px;
  position: relative;
  top: -6px;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
}

.overview-title span {
  font-size: 1.1vw;
  font-weight: 400;
}






.cta {
  position: relative;
  padding: 1.0vw 3vw;
  transition: all 0.2s ease;
  margin-right: 3rem;
  color: #fff;
  display: inline-block;
  line-height: 1.6vw;
  height: 3.5vw;
}

.cta:hover {
  color: #111;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  display: block;
  border-radius: 38px;
  background: #1A1A1A;
  width: 17vw;
  height: 3.5vw;
  transition: all 0.3s ease;
}

.cta span {
  font-family: 'Punta';
  position: relative;
  line-height: normal;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1.0vw;
}

.cta svg {
  position: relative;
  top: -2px;
  margin-left: 19px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 1px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  height: 0.8vw;
}

.cta:hover:before {
  background: #ff8800;
  right: 1.5vw;
  width: 20%;
}

.cta:hover svg {
  transform: translateX(0);

}

.cta:active {
  transform: scale(0.96);
}

.brochure-btn:before {
  background: transparent;
  border: 1px solid #111;
}

.brochure-btn span {
  color: #111;
}

.brochure-btn:hover:before {
  width: 19%;
  background: #ff8800;
  right: 1.5vw;
  border: 1px solid #ff8800;
}

.brochure-btn svg {
  stroke: #111;
}

.brochure-btn:hover svg {
  transform: translateX(0);
  stroke: #fff;
}


/****Key Features-start*****/

.key-features-grid {
  /* background: url(../img/key-feature.jpg) no-repeat center top; */
  background-size: cover;
  margin-top: 0px;
  background-attachment: fixed;
  padding: 10rem 0rem;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.key-features-grid h1 {
  font-family: 'Punta';
  font-size: 3.2vw;
  margin-top: 1vw;
}

.key-features-grid h2 {
  font-size: 14px;
  display: inline-block;
  color: #000;
  font-size: 1.0vw;
}

.key-features-grid h3 {
  font-weight: 100;
  color: #000;
  font-size: 1.1vw;
}

.space_holder_one {
  position: relative;
  width: 100%;
  margin-top: -10px;

}

.sticky_one {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  /* overflow-x: hidden; */
  padding-top: 7vw;

}

.horizontal_one {
  position: absolute;
  height: 100%;
  will-change: transform;
}

.key-features-cards {
  position: relative;
  height: 100%;
  padding: 6rem 0 0 8rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0vw;
}

.sample-card {
  position: relative;
  height: auto;
  width: 360px;
  margin-left: 0px;
  flex-shrink: 0;
}

/****Key Features-end*****/

.title-top {
  top: 2.8vw;
  position: relative;
}


/**howitworks-grid**/

.howitworks-grid {
  background: #fff;
  position: relative;
  height: 100vh;
  /* display: flex; */
  /* align-items: center; */
  padding-top: 0px;
  margin-top: -12px;
}

.howitworks-grid h1 {
  margin-top: 1rem;
  font-family: 'Punta';
  font-size: 3.2vw;
}

.howitworks-grid h2 {
  display: inline-block;
  color: #000000;
  font-weight: 100;
  font-size: 1.1vw;
}

.howitworks-grid h3 {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  font-size: 1vw;
  margin-bottom: 1vw;
  min-height: 50px;
}


.space_holder_two {
  position: relative;
  width: 100%;
  padding-bottom: 20vw;
}

.sticky_two {
  position: sticky;
  top: 0;
  height: 70vh;
  width: 100%;
  /* overflow-x: hidden; */
  padding-top: 0vw;
}

.sticky_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  background: #DBE1E9;
  z-index: -1;
}



.horizontal_two {
  position: absolute;
  height: 100%;
  will-change: transform;
}

.key-features-cards2 {
  position: relative;
  height: 100%;
  padding: 5rem 0 0 25rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.sample-card2 {
  position: relative;
  height: auto;
  width: 360px;
  margin-left: 25px;
  flex-shrink: 0;
}



.slide-carousel {
  margin-left: 20px;
}

.slide-carousel .slide-item {
  background-color: #fff;
  border: 1px solid #C6CCD1;
  display: block;
  padding: 40px;
  overflow: hidden;
  -webkit-clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
  -moz-clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
  -ms-clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
  clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
  margin-bottom: 2rem;
  transition: all 0.3s ease-in;
}

.slide-carousel .slide-item h5 {
  color: #E15124;
  font-size: 1.2vw;
}

.slide-carousel .slide-item h3 {
  margin-left: 0px;
  font-size: 1.3rem;
  display: inline-block;
  color: #000000;
  /* font-size: 1vw; */
  margin-bottom: 1vw;
  min-height: 50px;
  font-weight: 500;
  line-height: 1.6vw;
}

.slide-carousel .slide-item h3 sup {
  font-size: 0.6vw;
  top: -0.8em;
}
.slide-carousel .slide-item p {
  color: #000000;
  font-size: 0.7vw;
  overflow: hidden;
  width: 97%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3vw;
}

.slide-carousel .slide-item span {
  overflow: hidden;
  display: block;
}

.slide-carousel .slide-item span img {
  width: 100%;
}

.slide-carousel .slide-item:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px;
  transform: scale(1.1);
}



/**components-grid**/

.line-bottom {
  width: 100%;
  background-color: rgb(108 106 106 / 63%);
  height: 1px;
  margin: 2vw;
}

.space_holder_thard {
  position: relative;
  width: 100%;
}


.sticky_thard {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  /* overflow-x: hidden; */
  padding-top: 2vw;
  padding-bottom: 4vw;
}

.horizontal_thard {
  position: absolute;
  height: 100%;
  will-change: transform;
  width: 100%;
}

.horizontal_thard_carousel {
  position: relative;
  height: auto;
  width: 50%;
  margin-left: 20px;
  flex-shrink: 0;
  padding: 10px 0px;
}

.components-cards {
  position: relative;
  height: 100%;
  padding: 3rem 0 0 37rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.components-grid {
  background: url(../img/Components.png) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100vh;
  /* display: flex; */
  /* align-items: center; */
  padding-top: 6rem;
  background-attachment: fixed;
  padding-bottom: 10rem;
}

.components-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 26 42 / 78%);
  /* z-index: -1; */
}

.components-grid h1 {
  font-size: 3.2vw;
  color: #fff;
  font-family: 'Punta';
}

.components-grid h1 span {
  display: inline-block;
  color: #FF8800;
}

.components-grid h1 sup {
  display: inline-block;
  color: #cfcfcf;
  font-size: 1.1vw;
  margin-bottom: 0px;
  top: -30px;
}

.components-grid h3 {
  font-size: 3.2vw;
  display: inline-block;
  color: #000000;
}

.components-grid p {
  font-size: 0.9vw;
  display: inline-block;
  color: #fff;
}

.components-grid h2 {
  font-size: 1.3vw;
  display: inline-block;
  color: #ffffff;
  margin: 1vw;
  margin-top: 5vw;
}




.section {
  height: 100vh;
  position: relative;
}

.section span {
  max-width: 100%;
  max-height: auto;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: auto;
}

.section span img {
  width: 100%;
}

.text-wr {
  /* position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */

}

.text-wr {
  display: flex;
}

.component-title-tx {
  padding: 0vw 2vw 0vw 0vw;
  color: #FFB055;
  font-size: 3vw;
  line-height: normal;
}

.component-title {}

.component-title p {
  margin-top: 0vw;
  padding-right: 2vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 6vw;
  display: table-cell;
  vertical-align: middle;
}

.component-title-top {
  font-size: 1.5vw;
  color: #ffb055;
  line-height: normal;
  height: 3vw;
  font-weight: 400;
}


.mt-10 {
  margin-top: 10rem;
}

.sticky-tab-grid {
  margin-top: 0vw;
  border-top: 1px solid #767676;
  padding-top: 2vw;
  border-bottom: 1px solid #767676;
  padding-bottom: 2vw;
}

.sticky-tab-grid h4 {
  color: #fff;
  display: inline-block;
  font-size: 1.2vw;
  margin: 0;
}





/**Success-Story-grid**/

.story-grid {
  background: #fff;
  position: relative;
  /* height: 100vh; */
  padding-top: 6rem;
  margin-top: 0px;
  padding-bottom: 6rem;
}

.story-grid h1 {
  font-size: 3.2vw;
  font-family: 'Punta';
  margin-top: 1vw;
}

.story-grid h1 img {
  height: 30px;
  position: relative;
  left: 3vw;
}

.story-grid h2 {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  font-size: 1.2vw;
}

.story-grid h3 {
  display: inline-block;
  color: #000000;
  font-size: 1.1vw;
  margin-bottom: 1vw;
  line-height: 1.5vw;
  padding-left: 8vw;
  margin-top: 3vw;
  font-weight: 400;
}

.story-grid span {
  display: block;
  margin-top: 5vw;
  position: relative;
}

.story-grid span img {    
  width: 100%;
  animation: left 3s ease-in-out infinite alternate;
}



@keyframes left {
  100% {
    filter: hue-rotate(0deg);
    transform: translateX(2%);
  }
}



.story-grid p {
  padding-left: 8vw;
  padding-top: 0vw;
  display: block;
  font-weight: 400;
}

.couter-6box {
  z-index: 9;
  position: relative;
}

.couter-6box li {
  list-style: none;
  width: 33%;
  color: #1c1c1c;
  vertical-align: middle;
  position: relative;
  padding: 20px 15px;
  border-bottom: 1px solid #b9b9b9;
  float: left;
  border-right: 1px solid #b9b9b9;
}

.couter-6box li:nth-child(3) {
  border-right: 0px solid #b9b9b9;
}

.couter-6box li:nth-child(4) {
  border-bottom: 0px solid #b9b9b9;
}

.couter-6box li:nth-child(5) {
  border-bottom: 0px solid #b9b9b9;
}

.couter-6box li:nth-child(6) {
  border-bottom: 0px solid #b9b9b9;
  border-right: 0px solid #b9b9b9;
  border-left: 0px solid #b9b9b9;
}

.couter-6box li:nth-child(7) {
  border-bottom: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}

.couter-6box li:nth-child(8) {
  border-bottom: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}

.couter-6box li:nth-child(9) {
  border-bottom: 1px solid #b9b9b9;
  border-right: 0px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}

.couter-6box li:nth-child(10) {
  border-bottom: 0px solid #b9b9b9;
  border-right: 0px solid #b9b9b9;
  border-top: 0px solid #b9b9b9;
}

.couter-6box li:nth-child(11) {
  border-bottom: 0px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-top: 0px solid #b9b9b9;
}

.couter-6box li:nth-child(12) {
  border-bottom: 0px solid #b9b9b9;
  border-right: 0px solid #b9b9b9;
  border-top: 0px solid #b9b9b9;
}


.couter-6box li span {
  font-size: 24px;
  font-weight: 800;
  vertical-align: top;
  float: left;
  width: 36%;
}

.couter-6box li aside {
  float: left;
  position: relative;
  top: 2px;
  font-size: 20px;
}

.couter-6box li b {
  font-size: 14px;
  font-weight: 700;
  width: 64%;
  float: left;
  line-height: normal;
  padding-left: 14px;
}


.checkgates-box {
  margin: 1vw 0vw;
  padding: 0px;
  padding-left: 7vw;
  display: inline-block;
}

.checkgates-box li b {
  font-size: 0.7vw;
  font-weight: 400;
  width: 100%;
  line-height: normal;
  padding-left: 2px;
}

.checkgates-box li article {
  float: left;
  width: 100%;
  position: relative;
}

.checkgates-box li strong {

  color: #131313;
  float: left;
  width: auto;
  font-size: 2.2vw;
  font-weight: 500;
}

.checkgates-box li aside {

  float: left;
  position: relative;
  top: 0px;
  color: #131313;
  font-size: 2.2vw;
  font-weight: 500;
  left: 5px;
}





/****Key Features-start*****/

.awards-recognition-grid {
  background: url(../img/awards-recognition.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 0px;
  background-attachment: fixed;
  padding: 10rem 0rem;
  padding-top: 0px;
}

.awards-recognition-grid h1 {
  font-size: 3.2vw;
  color: #fff;
  font-family: 'Punta';
  margin-top: 1vw;
}

.awards-recognition-grid h2 {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  font-size: 1.2vw;
}


.space_holder_five {
  position: relative;
  width: 100%;
}

.sticky_five {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  /* overflow-x: hidden; */
  padding-top: 7vw;
}

.horizontal_five {
  position: absolute;
  height: 100%;
  will-change: transform;
}





.awards-carousel {
  margin-left: 20px;
}

.awards-carousel .awards-item {
  background-color: #fff;
  border: 1px solid #C6CCD1;
  display: block;
  padding: 30px;
  overflow: hidden;
  height: 490px;
  -webkit-clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
  -moz-clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
  -ms-clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
  clip-path: polygon(29% 0, 82% 0, 100% 14%, 100% 100%, 71% 100%, 0% 100%, 0 84%, 0 0%);
}



.awards-carousel .awards-item h5 {
  color: #EC7600;
  font-size: 28px;
  margin-top: 1vw;
  /* height: 90px; */
  /* display: table-cell; */
  /* vertical-align: middle; */
  font-weight: 400;
}

.awards-carousel .awards-item h3 {
  font-size: 24px;
  color: #000;
  margin-left: 0px;
}

.awards-carousel .awards-item p {
  color: #000000;
  font-size: 0.8vw;
  padding-bottom: 1vw;
  margin: 0px;
  line-height: normal;
}

.awards-carousel .awards-item span {
  overflow: hidden;
  display: block;
  height: 220px;
}

.awards-carousel .awards-item span img {
  width: 90%;
  margin: auto;
  display: block;
}


.awards-inner-box {
  display: inline-block;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 1vw;
  margin-bottom: 2rem;
  border-radius: 5px;
}

.awards-inner-box span {
  overflow: hidden;
  display: block;
  width: 14vw;
  height: 14vw;
  margin-right: 2vw;
  float: left;
}

.awards-inner-box span img {
  width: 100%;
}

.awards-box {
  width: 80%;
  padding: 1.5vw;
  float: left;
  position: relative;
}

.awards-box h3 {
  font-size: 1vw;
  font-weight: 400;
  color: #000;
  margin-left: 0px;
}

.awards-box h3 b {
  font-weight: 500;
}

.awards-box h5 {
  color: #EC7600;
  font-size: 1.6vw;
  font-weight: 500;
}

.awards-box p {
  color: #000000;
  font-size: 1vw;
  padding-top: 1vw;
  margin: 0px;
}

.more-btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  font-size: 0.8vw;
  padding: 0.4vw 2vw;
  margin-top: 2vw;
}

.more-btn:hover {
  border: 1px solid #ff9800;
  color: #fff;
  background: #FF9800;
}

.more-btn:focus {
  overflow: 0;
}

.awards-images .awards-item {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  height: 286px;
  background: #f9f9f9;
  transition: all 0.2s ease-in;
}

.awards-images .awards-item:hover {
  transform: scale(1.1);
  cursor: zoom-in;
}

.awards-images .awards-item img {
  width: 100%;
  display: block;
  margin: auto;
}

/****News and Updates-start*****/

.news-updates-grid {
  background: #000;
  margin-top: 0px;
  padding: 10rem 0rem;
  padding-top: 0px;
  padding-bottom: 8vw;
}

.news-updates-grid h1 {
  font-size: 3.2vw;
  color: #fff;
  margin-top: 1rem;
  font-family: 'Punta';
}

.news-updates-grid h2 {
  display: inline-block;
  color: #fff;
  font-size: 1vw;
}

.view-all-title {
  margin-top: 2.7vw;
}

.view-all-title>a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  line-height: normal;
}

.view-all-title>a>img {
  position: relative;
  top: -2px;
  left: 10px;
  height: 14px;
}

.space_holder_six {
  position: relative;
  width: 100%;
}

.sticky_six {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  /* overflow-x: hidden; */
  padding-top: 7vw;
}

.horizontal_six {
  position: absolute;
  height: 100%;
  will-change: transform;
}





.news-carousel {
  margin-right: 0px;
}

.news-carousel .news-item {
  /* background: #fff; */
  display: block;
  padding: 20px; 
  /* overflow: hidden; */
  height: auto;
  /* -webkit-clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% ); 
  -moz-clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% );
  -ms-clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% );
  clip-path: polygon( 29% 0, 85% 0, 100% 16%, 100% 100%, 71% 100%, 15% 100%, 0 84%, 0 0% ); */
  width: 100%;
}

.news-carousel .news-item span {
  overflow: hidden;
  display: block;
}

.news-carousel .news-item span img {
  width: 100%;
}





/**FAQ-grid****/
.FAQ-grid {
  background: #3F51B5;
  margin-top: 0px;
  padding: 5vw 0vw;
  padding-top: 8rem;
}

.FAQ-grid h1 {
  font-size: 3.2vw;
  color: #fff;
  font-family: 'Punta';
  margin-bottom: 1vw;
}

.FAQ-grid h3 {
  display: inline-block;
  color: #fff;
  font-size: 1vw;
}

.FAQ-grid .border-line {
  background-color: rgb(255 255 255 / 34%);
  height: 1px;
  display: block;
  margin: 3vw 0px;
}

.accordion {}

.accordion .accordion-item {
  border: none;
  padding: 1vw 0vw;
  background-color: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 34%);
  border-radius: 0px;
}

.accordion .accordion-item:last-child {
  border-bottom: 0px;
}

.accordion .accordion-button {
  background: transparent;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3vw;
  padding: 1.2vw 1vw 1.2vw 0vw;
}

.accordion .accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background: transparent;
  box-shadow: none;
}

.accordion .accordion-body {
  padding: 15px 0 15px 44px;
  color: #ffffff;
  font-size: 1.2vw;
}

.accordion-button::after {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("../img/plus.svg");
  background-size: 1.8rem;
}

.accordion .accordion-button:not(.collapsed)::after {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("../img/minus.svg");
  background-position-y: 5px;
  background-position-x: 5px;
  background-size: 2.2rem;
}

.accordion .accordion-button:focus {
  outline: 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}



/********** Testimonial Start **********/
.testimonial-grid {
  background: #000;
  margin-top: 0px;
  padding: 7vw 0vw;
  /* padding-bottom: 0px; */
  position: relative;
}

.testimonial-grid h1 {
  font-size: 3.2vw;
  color: #fff;
}

.testimonial-grid h3 {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  font-size: 1.2vw;
}

.testimonial-item {
  padding-right: 3vw;
}

.testimonial-item i {
  font-size: 4vw;
  color: #fff;
  padding-right: 0vw;
  position: absolute;
}

.owl-carousel.owl-drag .owl-item {
  padding: 20px;
}

.testimonial-item p {
  font-size: 2.0vw;
  color: #fff;
  line-height: 2.5vw;
  padding: 2vw 0px;
  padding-left: 5vw;
  font-family: 'Punta';
}

.testimonial-grid .border-line {
  background-color: #4e4e4e;
  height: 1px;
  display: block;
  margin: 3vw 0px;
}

.testimonial-carousel {
  position: relative;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: auto;
  padding: 0px 20px;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: transparent;
  border: 1px solid #7e7e7e;
  border-radius: 100px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 4px 4px;
  width: 38px;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddd;
  background: transparent;
  border: 0px solid #7e7e7e;
  border-radius: 40px;
  font-size: 25px;
  transition: .5s;
  line-height: normal;
}

.testimonial-carousel .owl-nav .owl-prev i,
.testimonial-carousel .owl-nav .owl-next i {
  line-height: 22px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {

  color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  margin-left: 3rem;
  display: none;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid var(--primary);
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--primary);
}

.user-name-text {
  color: #fff;
  padding-left: 5vw;
}

.user-name-text h5 {
  color: #fff;
}

.owl-carousel .owl-item img {
  background: #dddddd url(../img/user-icon.png) no-repeat center center;
  background-size: cover;
  height: 70px;
  width: 70px;
}

.circle-play {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9D438;
  right: 0px;
  left: 0px;
  margin: auto;
  margin-top: -90px;
  z-index: 1;
}

.circlelogo {
  position: absolute;
  width: 50px;
  height: 70px;
  background: url(../img/play-button.svg) no-repeat center center;
  background-size: contain;
  border-radius: 100vmax;
  background-position: center;
}

.circletext {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #000;
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.circletext span {
  position: absolute;
  left: 50%;
  top: 5%;
  font-size: 15px;
  transform-origin: 0px 77px;
}




:root {
  --marquee-speed: 40s;
  --marquee-hover-offset: -50px;
  --marquee-hover-transition-speed: .7s;
  --marquee-fade-edges: 30%;
}

.marquee {
  overflow: hidden;
  /* -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%); */
  /* mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 var(--marquee-fade-edges), #000 calc(100% - var(--marquee-fade-edges)), rgba(0, 0, 0, 0) 100%); */
  padding-bottom: 1vw;
}

.marquee,
.marquee>.marqueescroll {
  display: flex;
  white-space: nowrap;
  gap: 30px;
  line-height: normal;
}

.marquee>.marqueescroll {
  font-size: 10vw;
  color: #030303;
  font-family: 'Punta';
}

.marquee>.marqueescroll {
  -webkit-animation: animate-marquee var(--marquee-speed) infinite linear;
  animation: animate-marquee var(--marquee-speed) infinite linear;
  transition: var(--marquee-hover-transition-speed) margin-left ease-out;
  will-change: transform, margin-left;
}

/* .marquee:hover > .marqueescroll {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  margin-left: var(--marquee-hover-offset);
} */

@-webkit-keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }

  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes animate-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }

  100% {
    transform: translateX(-100%) translateZ(0);
  }
}



.brochure-link {
    color: #000;
    display: inline-block;
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 1rem;
    margin: 10px;
    margin-top: 0vw;
    padding-bottom: 1rem;
    border-bottom: 0px solid #ccc;
    text-align: center;
    line-height: normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: right;
}

.brochure-link:hover {
  background-color: transparent;
  border-bottom: 0px solid #2B2B2B;
  display: inline-block;
  color: #2B2B2B;

}

.btncall-link {
  background-color: #2B2B2B;
  display: inline-block;
  border: 1px solid #2B2B2B;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 100;
  padding: 0.9vw 3vw;
  border-radius: 100px;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  float: right;
}

.btncall-link:hover {
  background-color: transparent;
  border: 1px solid #2B2B2B;
  display: inline-block;
  color: #2B2B2B;

}



.subscribe-form {
  position: relative;
  overflow: hidden;
  margin-top: 3vw;
  clear: both;
  display: inline-block;
  width: 100%;
}

.subscribe-form label {
  font-size: 0.9vw;
  margin-bottom: 0.7vw;
  margin-left: 1.2vw;
}

.subscribe-form form {
  position: relative;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: 0px;
  color: #000;
  border-radius: 100px;
  font-size: 0.8vw;
}

.subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.8vw;
}

.subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.8vw;
}

.subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.8vw;
}

.subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.8vw;
}

.subscribe-form button {
  position: absolute;
  right: 0px;
  background: #2B2B2B;
  padding: 15px 20px;
  border: 0px solid #2B2B2B;
  top: 0;
  line-height: normal;
  border-radius: 0px 100px 100px 0px;
  height: 100%;
}

.subscribe-form button i {
  color: #fff;
  font-size: 1vw;
  transform: rotate(-6deg);
}

.subscribe-form input:focus {
  outline: 0;
}

.top-circle-play {
  position: absolute;
  width: 8vw;
  height: 8vw;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  right: 10vw;
  margin-top: 0px;
  top: 13vw;
  border: 2px solid #C5C5C5;
}

.top-circle-play-index {
  top: 10rem;
}

.top-circlelogo {
  position: absolute;
  width: 4vw;
  height: 4vw;
  background: url(../img/top-arrow.svg) no-repeat center center;
  background-size: 1.5vw;
  border-radius: 100vmax;
  background-position: center;
  border: 2px solid #C5C5C5;
}

.top-circletext {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #eee;
  animation: textRotation 18s linear infinite;
  padding: 10px;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

/* .top-circletext span {
  position: absolute;
  left: 50%;
  font-size: 17px;
  transform-origin: 0px 85px;
} */

.top-circletext span {
  position: absolute;
  left: 51%;
  font-size: 0.6vw;
  transform-origin: 0 3.4vw;
  text-transform: uppercase;
  top: 7%;
}


/****mega menu****/

.megamenu-navbar-brand {
  color: #fff;
  width: 90%;
  display: block;
  position: relative;
  top: -11px;
}

.megamenu-navbar-brand img {
  width: 200px;
}

.top-megamenu {
  padding: 3% 0vw;
}

.single_footer {
  margin-top: 1rem;
}

.single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 100;
  font-size: 1vw;
}

.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #FF7E3B;
  margin-top: 20px;
}

.single_footer p {
  color: #fff;
}

.single_footer ul {
  margin: 0;
  padding: 0;
  /* list-style: none; */
  color: #fff;
  margin-left: 0.8vw;
}

.single_footer ul li {}

.single_footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1.6vw;
  font-size: 0.8vw;
  font-weight: 300;
}

.single_footer ul li a:hover {
  color: #FF7E3B;
}


.social_profile {
  padding-top: 22px;
  display: block;
  float: right;
  border-top: 1px solid #606060;
}

.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social_profile ul li {
  float: left;
  color: #fff;
  font-size: 0.8vw;
}

.social_profile ul li a {
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  /* margin-left: 2vw; */
  font-size: 0.9vw;
  color: #fff;
  padding-left: 1rem;
  width: auto;
  display: block;
  line-height: normal;
}

.social_profile ul li a:hover {
  color: #fff;
  border: 0px;
}


/*** contact page ***/
.contact-header {
  margin-top: 0px;
  background: #000 url(../img/contact-bg.png) no-repeat top center;
  background-size: cover;
  height: auto;
  padding-top: 7rem !important;
  background-attachment: fixed;
}

.contact-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 7 44 / 81%);
  z-index: -1;
}

.contact-header h1 {
  font-family: 'Punta';
  font-size: 4vw;
}

.contact-header p {
  font-size: 1.5vw;
  color: #fff;
  line-height: 1.8vw;
  clear: both;
  margin-bottom: 1.3vw;
}

.call-search-btn {
  margin-bottom: 3vw;
  position: relative;
}

.call-search-btn>span {
  background-color: #141414;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  line-height: normal;
  border-radius: 100px;
  float: right;
  margin-bottom: 4vw;
  margin-right: 5vw;
  position: relative;
  width: 260px;
  text-align: center;
}

.call-search-btn>input {
  display: block;
  border-radius: 10px;
  border: 0px;
  height: 85px;
  width: 90%;
  padding: 0px 40px;
  color: #333;
  font-size: 1vw;
  line-height: normal;
}

.call-search-btn>input:focus {
  outline: 0;
}

.contct-marquee {
  margin-top: 3vw;
}

.call-search-btn button {
  float: right;
  background-color: transparent;
  color: #000;
  border: 0px;
  position: absolute;
  right: 5vw;
  margin-top: -53px;
}

.call-search-btn button svg {
  height: 22px;
}

.call-search-btn button:focus {
  outline: none;
}

.contact-grid {
  background-color: #DBE1E9;
  padding: 6rem 0rem;
  position: relative;
  display: flex;
  align-items: center;
}

.contact-grid form {
  margin-left: 4vw;
}

.contact-grid h1 {
  font-family: 'Punta';
  padding-bottom: 0rem;
  margin-top: 9rem;
  line-height: normal;
  font-size: 4vw;
}

.contact-grid h2 {
  padding-bottom: 0rem;
  margin-top: 9rem;
  line-height: normal;
  font-size: 1.5vw;
}

.contact-grid p {
  font-size: 1.3vw;
  color: #2c2c2c;
  padding-right: 4rem;
  font-weight: 100;
}

.contact-grid ul {
  margin: 0px;
  padding: 0px;
  margin-top: 2.1vw;
}

.contact-grid ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1vw;
  color: #000;
  border-bottom: 1px solid #A4A4A4;
  display: inline-block;
  padding-bottom: 0.6vw;
  margin-right: 6vw;
  margin-bottom: 2vw;
}

.contact-grid ul li span {
  display: block;
  font-size: 0.9vw;
}


.contactform-control {
  color: #000;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #A4A4A4;
  border-radius: 0px;
}

.contactform-control:focus {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #161616;
}

.form-floating>label {
  padding: 1rem 0rem;
  border: 0px solid rgba(0, 0, 0, 0);
  font-size: 0.9vw;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(4.5rem + 2px);
  padding: 1rem .75rem;
}

.form-control:disabled,
.form-control:read-only {
  background-color: transparent;
  opacity: 1;
}

.form-floating>.form-control,
.form-floating>.form-select {

  padding: 1rem 0.2rem;
}


/* check box
---------------------------------------------------------*/
.form__privacy {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

/* Default style reset */
.form__privacy [type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

.form__privacy [type=checkbox] {
  position: relative;
  width: 44px;
  height: 27px;
  cursor: pointer;

  border-radius: 3px;
}

.form__privacy [type=checkbox]::before,
.form__privacy [type=checkbox]::after {
  position: absolute;
  display: block;
  content: "";
}

.form__privacy [type=checkbox]::before {
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #fff;
}

.form__privacy [type=checkbox]::after {
  top: 7px;
  left: 6px;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #ee8013;
  border-left: 3px solid #ee8013;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  opacity: 0;
}

.form__privacy [type=checkbox]:checked::after {
  opacity: 1;
}

.form__privacy label {
  margin-left: 16px;
  color: #202020;
  font-size: 0.9vw;
  font-weight: 100;
}


.convinced-grid {
  background: url(../img/key-feature.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 0px;
  background-attachment: fixed;
  padding: 10rem 0rem;
}

.convinced-grid .convinced-img {
  text-align: center;
}

.convinced-grid .convinced-img img {}


.convinced-text {
  height: 20vw;
  display: table-cell;
  vertical-align: middle;
  padding: 40px;
}

.convinced-grid h1 {
  font-family: 'Punta';
  color: #fff;
  font-size: 3.2vw;
}

.convinced-grid p {
  display: inline-block;
  color: #e9e9e9;
  font-size: 1.2vw;
  margin-top: 1vw;
}

.convincedcta {
  position: relative;
  padding: 25px 60px;
  transition: all 0.2s ease;
  margin-right: 1rem;
  color: #1A1A1A;
  display: inline-block;
  height: 30px;
  line-height: normal;
  text-wrap: nowrap;
}

.convincedcta:hover {
  color: #fff;
}

.convincedcta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  display: block;
  border-radius: 38px;
  background: #fff;
  width: 96%;
  height: 66px;
  transition: all 0.3s ease;
}

.convincedcta span {
  font-family: 'Punta';
  position: relative;
  font-size: 1vw;
  line-height: normal;
  font-weight: 100;
  letter-spacing: 1px;
}

.convincedcta svg {
  position: relative;
  top: -2px;
  margin-left: 20px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #1A1A1A;
  stroke-width: 1px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  height: 16px;
}

.convincedcta:hover:before {
  width: 66px;
  background: #ff8800;
  right: 32px;
}

.convincedcta:hover svg {
  transform: translateX(0);

}

.convincedcta:active {
  transform: scale(0.96);
}

.convinced-btn:before {
  background: transparent;
  border: 1px solid #fff;
}

.convinced-btn span {
  color: #fff;
}

.convinced-btn:hover:before {
  width: 66px;
  background: #ff8800;
  right: 34px;
  border: 1px solid #ff8800;
}

.convinced-btn svg {
  stroke: #fff;
}

.convinced-btn:hover svg {
  transform: translateX(0);
  stroke: #1A1A1A;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
}

.rvNotification {
  width: 260px !important;
  left: auto !important;
  right: 0px !important;
  padding: 0px !important;
}





/***map***/

.map-grid {
  background: #000 url(../img/map-bg1.jpg) no-repeat top center;
  position: relative;
  /* height: 100vh; */
  padding-top: 7rem;
  margin-top: 0px;
  padding-bottom: 7rem;
  background-attachment: fixed;
  background-size: cover;
}

.map-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 85%);
}


.map-grid h1 {
  font-size: 3.2vw;
}

.map-grid h1 img {
  height: 30px;
  position: relative;
  left: 3vw;
}

.map-grid h2 {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  font-size: 1.2vw;
}


.map-grid span {}

.map-grid span img {
  width: 100%;
}




#bars {
  height: 30px;
  left: 45px;
  margin: -24px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.bar {
  background: #ff8800;
  bottom: 1px;
  height: 1px;
  position: absolute;
  width: 2px;
  animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 2px;
  }

  100% {
    opacity: 1;
    height: 15px;
  }
}

.bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

.bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}

.bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}

.bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

.bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}

.bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}

.bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}

.bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}






/****Overview-top-bg********/

.Overview-top-bg {
  background: url(../img/Overview-top-bg.png) no-repeat top center;
  background-size: cover;
}

/* .Overview-top-bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0);
  z-index: -1;
}  */
.Overview-top-bg p {
  font-size: 1.5vw;
  color: #fff;
}

.Overview-top-bg .top-circle-play {
  position: relative;
  bottom: 0px;
  margin-top: 0px;
  right: 0px;
  top: 0px;
  float: right;
}

.Overview-top-bg .gate-img {
  height: 21vw;
  position: absolute;
  top: -2.5vw;
}

.bd-black {
  color: #fff;
  background-color: #000;
  margin-top: -11px;
  padding-bottom: 15rem;
  z-index: 1;
}


.bd-explore:before {
  background: #5B5B5B;
}

.bd-explore:hover {
  color: #fff;
}





.overview-modules-grid {
  background-color: #fff;
  padding: 5rem 0rem;
  padding-bottom: 0px;
}


.overview-modules-grid h1 {
  font-size: 3.2vw;
  margin-top: 1rem;
}

.overview-modules-grid h2 {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  font-size: 1.2vw;
}

.overview-modules-grid h3 {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  font-size: 1.1vw;
  margin-bottom: 1vw;
  min-height: 50px;
}

.modules-wizard {}

.modules-wizard .nav {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 0px;
  display: block !important;
}

.modules-wizard .nav .nav-item {
  width: auto;
  margin-right: 2rem;
  display: inline-block;
}

.modules-wizard .nav .nav-link {
  background: url(../img/blue-box-small.svg) no-repeat;
  background-size: cover;
  border-radius: 0px;
  padding: 9px 35px;
  font-size: 24px;
  line-height: 103px;
  font-weight: 100;
  position: relative;
  padding-left: 48px;
  text-align: left;
  width: 300px;
  color: #fff;
}

.modules-wizard .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background: url(../img/blue-box-small-active.svg) no-repeat;
  border: 1px solid #fff;
}

.modules-wizard .nav .nav-link span {
  position: absolute;
  left: 12px;
  font-size: 4rem;
  top: 1rem;
  opacity: 0.3;
  margin: 0px;
}

.overview-modules-grid .tab-content {
  background-color: #ebebeb;
  /* position: relative; */
  padding: 3rem 0rem;
}

.modules-wizard .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border: 1px solid #fff;
}

.modules-wizard .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:before {
  content: '';
  border-top: 30px solid #ffffff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -94px;
  left: 40%;
  z-index: 9;
}

.overview-modules-grid .tab-content>.active {
  display: block;
  padding: 6rem 0rem;
  padding-bottom: 12rem;
}


/* .circle1 {
  width: 750px;
  height: 750px;
  margin: 0px auto;
  position: relative;
}
.circle2 {
  width: 750px;
  height: 750px;
  margin: 0px auto;
  position: relative;
}
.circle3 {
  width: 750px;
  height: 750px;
  margin: 0px auto;
  position: relative;
} */

.circle1 {
  width: 34vw;
  height: 34vw;
  margin: 0px auto;
  position: relative;
}

.circle2 {
  width: 34vw;
  height: 34vw;
  margin: 0px auto;
  position: relative;
}

.circle3 {
  width: 34vw;
  height: 34vw;
  margin: 0px auto;
  position: relative;
}



.circleWrapper {
  width: 100%;
  height: 100% !important;
  border-radius: 100%;
  position: relative;
}

.circleWrapper {
  list-style-type: none;
  padding: 0;
  display: block;
}

.circleWrapper li {
  display: block;
}

.circleFeature {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  width: 7vw;
  height: 7vw;
  background: #3E3E3E;
  line-height: normal !important;
  color: #000;
  font-weight: 500;
}

.circleFeature small {
  position: absolute;
  top: -20px;
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 0.8vw;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 22%);
  color: #3c3c3c;
  left: 50px;
}
.circleBox {
  width: 22vw;
  height: 22vw;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 17vw;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-49%);
  display: none;
  background: #000;
  border-radius: 100%;
  padding: 5rem 3rem;
  /* padding-bottom: 57px; */
}

ul.circleWrapper li:first-child .circleBox {
  display: block;
}

.circleSelect {
  box-sizing: content-box;
  border: 0px solid #fff;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 36%);
  background: #E57607;
}
.circleSelect small {
  color: #E57607;
}

.circleFeature span {
  display: block;
  width: 7vw;
  padding: 1.7vw;
  line-height: normal;
  margin-bottom: 1vw;
}

.circleFeature b {
  font-weight: 400;
  /* text-wrap: nowrap; */
  font-size: 0.8vw;
  position: absolute;
  left: -10px;
  line-height: normal;
  top: 7.3vw;
}

.circleFeature span img {
  width: 100%;
  line-height: normal;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.wStyle1 {
  border: 1px dashed rgb(195 191 191);
}

.circleBox .tab-content-circleBox {
  display: table-cell;
  vertical-align: middle;
  height: 15vw;
}

.circleBox .tab-content-circleBox h4 {
  color: #ff9327;
  font-size: 1.5vw;
}

.circleBox .tab-content-circleBox h4 sup {
  font-size: 1.1vw;
  top: -1.2em;
}

.circleBox .tab-content-circleBox p {
  color: #fff;
  font-size: 0.8vw;
  margin-top: 1rem;
}

.circleBox .tab-content-circleBox a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 100px;
  line-height: normal;
  font-size: 0.8vw;
  letter-spacing: 1px;
}

.circleBox .tab-content-circleBox a:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .circleWrapper:not(.noResponsive) {
    border-radius: 0;
    border: none;
    width: 100%;
  }

  .circleWrapper:not(.noResponsive) li {
    margin-bottom: 20px;
  }

  .circleBox:not(.noResponsive) {
    padding: 16px 10px;
    display: block !important;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .circleFeature:not(.noResponsive) {
    position: static;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px !important;
    margin: auto;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

}







.core-modules-grid {
  background-color: #000;
  padding: 7rem 0px;
  padding-bottom: 10rem;
}

.core-data {
  margin-top: 0rem;
  margin-bottom: 0rem;
  display: table-cell;
  vertical-align: middle;
  height: 30vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

.core-data h2 {
  color: #fff;
  font-size: 3.5vw;
  margin-bottom: 2rem;
  font-family: 'Punta';
}

.core-data h2 sup {
  color: #fff;
  font-size: 2vw;
  top: -2.5vw;
}

.core-data p {

  color: #fff;
  font-size: 1.2vw;
  line-height: 2vw;
  margin-bottom: 2rem;

}

.core-img {
  padding: 0px 0px;
  display: table-cell;
  vertical-align: middle;
  height: 30vw;
}

.core-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
}

.core-data ul {
  padding-left: 1rem;
}

.core-data ul li {
  color: #ddd;
  font-weight: 100;
  font-size: 1vw;
  margin-bottom: 10px;
}

.state-wise {
  font-family: 'Punta';
}










.minor-minerals-list {}

.minor-minerals-list li {
  font-size: 1.2rem;
  color: rgb(44, 44, 44);
  padding-right: 4rem;
  font-weight: 100;
}

.border-primary {
  border-color: #000000 !important;
}

.table-mining .table-dark tr th {
  font-weight: 100;
  padding: 7px 15px;
  line-height: normal;
  font-size: 16px;
  vertical-align: middle;
}

.table-mining tbody tr td {
  padding: 5px 15px;
  color: #000;
  line-height: normal;
  font-size: 0.8vw;
  font-weight: 400;
  vertical-align: middle;
}


.keyfeatures {
  background: #e8672e;
  /* background: url(../img/blue-box.svg) no-repeat; */
  /* background-size: cover; */
  text-align: left;
  /* border: 1px solid #C77112; */
  transition: all 0.3s ease-in;
  min-height: 15vw;
  padding: 2rem;
  width: 96%;
  /* justify-content: start; */
  /* align-items: center; */
  display: grid;
  /* padding-right: 1rem; */
  /* padding-top: 4rem; */
  vertical-align: middle;
  box-shadow: 10px 10px 0px #e5e5e5;
  margin-bottom: 0vw;
  margin-top: 6vw;
}

.keyfeatures>span {
  color: #FFF;
  display: inline-block;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 30px;
  width: 1vw;
  font-size: 1vw;
}

.keyfeatures .image {
  /* background: url(../img/key-features-icon/Icons-border.svg) no-repeat;  */
  transition: all 0.3s ease-in-out 0.1s;
  /* background-size: contain; */
  height: 6vw;
  text-align: center;
  padding: 1.4vw;
  width: 6vw;
  margin-bottom: 1vw;
  background-color: #d7dadf;
  border-radius: 100px;
  position: relative;
  margin-top: -5vw;
  left: -2.5vw;
}

.keyfeatures .image img {
  max-width: 5vw;
  object-fit: contain;
  text-align: center;
}

.keyfeatures .title {
  margin-top: 0px;
  font-weight: 100;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 1.4vw;
  white-space: initial;
  line-height: 1.6vw;
}

.keyfeatures:hover {
  transform: scale(1.1);
}

.keyfeatures:hover .image {
  transform: scale(1.1) translatex(9px);
}

.keyfeatures:hover .image img {
  animation: bouncing 0.5s 0.3s;
}

.key-btn {
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: 1px;
  line-height: 29px;
  margin-top: 1rem;
  font-size: 15px;
}



.slide-overview {
  margin-left: 0px !important;
  margin-top: 3rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ccc;
}

.slide-overview .slide-item {
  background-color: #fff;
  border: 1px solid #C6CCD1;
  display: block;
  padding: 40px;
  overflow: hidden;
  -webkit-clip-path: none;
  -moz-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in;
}

.text-warning {
  color: #FFBA6B !important;
}

.pb-10 {
  padding-bottom: 10rem;
}

.district-img {
  padding: 0;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.district-img>img {
  position: relative;
  top: -2px;
  left: 20px;
}

.district-img li {
  list-style: none;
  display: inline-block;
  margin-bottom: 2rem;
}

.district-img li img {
  width: 100%;
  height: 140px;
}

.district-img li span {

  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 0.7vw;
  font-weight: 400;
  color: #fff;
}

.district-img li:last-child {}

.district-gallery {
  display: block;
  transition: all 0.3s ease-in;
}

.district-gallery:hover {
  transform: scale(1.1);
  cursor: zoom-in;
}


.faq {
  background: white;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 2vw;
  padding: 60px;
}

.faq .faq-left-mobile {

}
.faq .faq-left-mobile > img {
  position: absolute;
  top: 32%;
  left: -18%;
  width: 30%;
}
.faq .faq-left-mobile .faq-left-image-mobile {
  position: relative;
}
.faq .faq-left-mobile .faq-left-image-mobile img:nth-of-type(1) {

  width: 100%;

}
.faq .faq-left-mobile .faq-left-image-mobile::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(0.9);
  position: absolute;
  top: -15px;
  left: 0px;
}

.faq .faq-right {
  width: 100%;
  height: 100%;

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.impactbenefits {
  margin-left: 3vw;
}
.impactbenefits>img {
  width: 100%;
}

.impactbenefits h3 {
  font-size: 24px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 1.9rem;
  margin-top: 4.2rem;
  color: #000;
  font-family: 'Punta';
  letter-spacing: 1px;
}

.impactbenefits>h3>img {
  height: 17px;
  position: relative;
  top: 0px;
  left: 8px;
}

.impactbenefits h4 {
  font-size: 2vw;
  line-height: normal;
  margin-bottom: 2rem;
  display: flex;
  font-weight: 400;
}

.impactbenefits h4 img {
  height: 18px;
  position: relative;
  top: 12px;
  left: 21px;
}

.impactbenefits ul {
  margin-top: 0rem;
  padding-left: 21px;
  padding-right: 0px;
  margin: 0;
}

.impactbenefits ul li {
  color: #000;
  font-weight: 100;
  font-size: 1vw;
  line-height: 1.5vw;
  border-bottom: 1px solid #d3d3d3;
  padding: 11px 0px;
}

.impactbenefits ul li:last-child {
  border: 0;
}



.district-detiles {
  width: 670px;
  position: absolute;
  right: 0px;
  top: 5rem;
  z-index: 1;
}

.district-detiles>h2 {
  display: inline-block;
  color: #fff;
  font-size: 4.2vw;
  font-family: 'Punta';
}

.district-detiles>p {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.7vw;
  padding-right: 3vw;
}





#testimonials {}

#testimonials>h2 {
  font-family: 'Punta';
  font-size: 3rem;
}

.testimonial-box {
  padding: 50px 0px;
  margin: 0px 0px;
  cursor: pointer;
  border-bottom: 1px solid #dbdbdb;
}

.testimonial-box:first-child {
  border-top: 1px solid #dbdbdb;
}

.testimonial-box:last-child {
  border: 0;
}

.testimonial-box-container {
  margin-top: 4rem;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: #e3e3e3;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile {
  display: flex;
  align-items: center;
}

.name-user {
  display: flex;
  flex-direction: column;
}

.name-user strong {
  font-size: 1.1rem;
  font-weight: 500;
}

.name-user span {
  color: #878787;
  font-size: 12px;
}

.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.client-comment p {
  font-size: 1.3rem;
  padding: 0px;
}

.testimonial-box:hover {}






.gallery-box-container {
  display: flex;
  justify-content: space-between;
  flex: 0 1 90%;
  flex-wrap: wrap;
}

.gallery-box {
  display: block;
  color: #FFF;
  flex: 0 1 calc(25% - 15px);
  height: 330px;
  background: #ff8800;
  border-radius: 10px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.gallery-box__img-container {
  display: block;
  width: 135%;
  height: 350px;
  /* background: #FFF; */
  border-radius: 0 0 40px 40px;
  /* border: 2px solid #FFFFF8; */
  transform: rotate(25deg);
  position: absolute;
  left: -15%;
  top: -75px;
  transition: all 0.4s ease;
  overflow: hidden;
}

.gallery-box__img {
  display: block;
  width: 100%;
  transform: rotate(-25deg) scale(1.1);
  transition: all 0.4s ease;
}

.gallery-box__text-wrapper {
  transition: all 0.4s ease;
  position: absolute;
  left: 15px;
  top: 250px;
  width: 80%;
}

.gallery-box__text {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  box-shadow: 8px 0 0 rgba(0, 0, 0, 0.7), -8px 0 0 rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2;
  background: rgba(0, 0, 0, 0.7);
}

.gallery-box:hover .gallery-box__img-container {
  width: 110%;
  height: 450px;
  border-radius: 0;
  transform: rotate(0);
  left: -2px;
  top: 0px;
}

.gallery-box:hover .gallery-box__img {
  display: block;
  width: 100%;
  transform: rotate(0deg) scale(1);
}

.gallery-box:hover .gallery-box__text-wrapper {
  /* top: 288px; */
  color: #fff;
}



.exampleModal {

  top: auto;
  bottom: 0px;
  height: auto;
}

.exampleModal .modal-dialog {
  max-width: 80%;
  margin: 0px auto;
}

.exampleModal .modal-content {
  padding: 25px 30px;
}

.privacy-header {}


.exampleModal .modal-body {
  padding: 0;
}

.exampleModal h3 {
  padding: 0;
  font-weight: 500;
  font-size: 0.9vw;
  margin-top: 1rem;
  color: #000;
}

.exampleModal p {
  padding: 0;
  font-weight: 400;
  font-size: 0.8vw;
}

.privacy-header .modal-title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: normal;
}

.privacy-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.privacy-header .btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.exampleprivacy {
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1dede;
  position: relative;
  line-height: normal;
}

.exampleprivacy:last-child {
  border: 0;
}

.exampleprivacy label {
  margin-left: 27px;
  font-weight: 400;
  /* color: #333; */
  font-size: 12px;
  position: absolute;
  top: 13px;
}

.exampleprivacy label b {
  font-weight: 500;
}

.exampleprivacy [type=checkbox] {
  position: relative;
  width: 14px;
  height: 18px;
  cursor: pointer;
  border-radius: 3px;
}

.exampleprivacy [type=checkbox]::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 0px;
  background: #fff;
}

.exampleprivacy [type=checkbox]::after {
  top: 4px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #ee8013;
  border-left: 2px solid #ee8013;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  opacity: 0;
}

.exampleprivacy [type=checkbox]::before,
.exampleprivacy [type=checkbox]::after {
  position: absolute;
  display: block;
  content: "";
}

.exampleModal .modal-footer {
  border: 0;
  padding: 0px;
}

.privacy-btn {
  border-radius: 100px;
  border: 1px solid #ccc;
  padding: 5px 18px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

.privacy-btn:hover {
  border: 1px solid #ff9800;
  color: #fff;
  background: #FF9800;
}

.privacy-btn:focus {
  outline: 0;
  box-shadow: none;
}

.privacy-btn-all {
  border: 1px solid #ff9800;
  color: #fff;
  background: #FF9800;
}

.privacy-btn-all:hover {
  border: 1px solid #ccc;
  color: #000;
  background: #ccc;
}


.table-bg-secondary tr th {
  background-color: rgb(108 117 125 / 22%) !important;
  color: #000;
}



.inner-pages-bg {

  background-color: #ffffff;
  padding: 4rem 0rem;
  position: relative;
  padding-bottom: 10rem;
}

/***Mining-Sector-page*******/



.mining-sector-box {
  background: url(../img/Mining-Sector-box.png) no-repeat center center;
  background-size: cover;
  background-color: #FF6F00;
  border-radius: 20px;
  overflow: hidden;
  padding: 5rem;
  margin-right: 5rem;
  margin-bottom: 0rem;
}

.mining-sector-box h3 {
  font-family: 'Punta';
  margin: 0px;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 500;
  padding-top: 0rem;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 285px;
}

.Mining-Sector-pic {
  border: 1px solid #999;
  margin-top: 2rem;
}

.Mining-Sector-pic img {
  width: 100%;
}

.para-4 {
  font-size: 26px !important;
  border-bottom: 1px solid #585858;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}

.para-data {
  padding-right: 7rem;
}

.para-4 {
  font-size: 26px !important;
  border-bottom: 1px solid rgb(255 255 255 / 39%);
  padding-bottom: 3rem !important;
  margin-bottom: 3rem;
}

.para-data p {
  font-size: 1vw;
  color: rgb(44, 44, 44);
  padding-bottom: 1rem;
  font-weight: 400;
  line-height: 1.5vw;
}

.para-data p b {
  font-weight: 500;
}

.para-data1 {
  padding-right: 5rem;
}

.para-data1 p {
  font-size: 18px;
  color: rgb(44, 44, 44);
  padding-bottom: 1rem;
}


.para-data p span {
  color: #FF8800;
}

/***Minor Minerals Mining *******/


.map-pic {
  padding: 0rem 3rem;
}

.map-pic>img {
  width: 100%;
  padding: 4vw;
  padding-top: 0vw;
}

/***Bottlenecks/Challenges In Mining Sector *******/



/***Government Guidelines *******/

.gov-guid-grid {

  background-color: #fff;
  padding: 6rem 0rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.gov-guid-grid h1 {
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 3rem;
  margin-bottom: 3rem !important;
  font-size: 1vw;
  color: #2c2c2c;
  font-weight: 400;
  line-height: 1.5vw;
}

.gov-guid-grid p {
  font-size: 0.8vw;
  color: #2c2c2c;
  font-weight: 400;
  line-height: 1.4vw;
}

.gov-guid-grid p b {
  color: #0042B5;
  padding-top: 20px;
  display: block;
  font-weight: 500;
  font-style: italic;
}

.country-wide {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
}

.country-wide>h2 {
  font-family: 'Punta';
  font-size: 3.2rem;
  margin-bottom: 1.3rem;
}

.country-wide>p {
  font-size: 18px;
}

.country-wide-img {
  padding: 5rem;
}

.country-wide-img img {
  width: 80%;
}


.img-data {
  padding-right: 2rem;
  position: relative;
  margin-top: -5px;
  margin-bottom: 3vw;
}
.img-data>img {}

.img-data>p {
  margin-top: 1rem;
  padding-right: 0px;
  font-size: 16px;
}

.facts-figures-couter {
  margin-left: 3vw;
}

.facts-figures-couter .checkgates-box {
  padding: 0px;
}

.facts-figures-couter p {
  padding-left: 15px;
  display: block;
  font-size: 16px;
}

.status-gates {}

.status-gates h4 {
  font-size: 18px;
  background: #E5E5E5;
  padding: 15px 20px;
}

.district-h2 {
  color: #fff;
  margin-bottom: 2rem;
}


.testimonials-video {
  position: relative;
  width: 100%;
  border: 1px solid #525252;
  background: #fff;
}



.busines-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 86%;
  margin: auto;
}

.column {
  flex: 25%;
  padding: 1rem;
  width: calc(33.3% - 30px);
  box-sizing: border-box;
}

.column .core-box {
  background-color: #0080ff;
}

.column .core-box .buy-button-box .buy-now:hover {
  color: #fff !important;
}

.column .enterprise-box {
  background-color: #eaf7ff;
}

.column .turnkey-box {
  background-color: #fff;
}

.pricing-card {
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
  background-color: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  transition: all 0.4s;
  padding: 5vw 3vw;
  min-height: 40vw;
}

.pricing-card:hover {
  transform: scale(1.05);
}

.pricing-card .badge-box b {
  background-color: #D5D5D5;
  height: 2px;
  display: inline-block;
  width: 140px;
}

.pricing-card .badge-box p {
  font-size: 14px;
  text-align: left;
  color: #000;
  line-height: 20px;
  padding: 0px;
  margin-bottom: 1.5rem;
}

.pricing-card .badge-box span {
  display: block;
  padding: 8px 22px;
  border-radius: 25px;
  margin: auto;
  overflow: hidden;
  font-size: 15px;
  line-height: normal;
  color: #000000;
  background-color: #cdebff;
  margin-bottom: 2rem;
}

.pricing-card .pricing-header {
  width: 100%;
  margin-bottom: 1.5rem;
}

.pricing-card .pricing-header .plan-title {
  font-size: 2rem;
  color: black;
  position: relative;
  margin-bottom: 2rem;
}

.pricing-card .pricing-header .price-circle .price-title small {
  font-size: 18px;
}

.pricing-card .pricing-header h2 {
  position: relative;
  top: 40%;
  color: #fff;
}

.pricing-card ul {
  margin: 2rem 0rem;
  padding: 0;
}

.pricing-card ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  text-align: left;
  color: #000;
  line-height: 25px;
  display: flex;
  padding: 0.5vw;
}

.pricing-card ul li i {
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.pricing-card .buy-button-box {
  width: 70%;
  position: absolute;
  bottom: 4vw;
  margin: auto;
}

.pricing-card .buy-button-box .buy-now {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
  background-color: #000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
}

.pricing-card .buy-button-box .buy-now:hover {
  background: #0080ff !important;
}

.bg-light-turnkey {
  background-color: #E6E6E6 !important;
}

.our-join {
  background-color: #5A5A5A;
  padding: 3rem;
  border-radius: 20px;
  height: 330px;
  display: block;
  position: relative;
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
}

.our-join:hover {
  background-color: rgb(255 155 26);

}

.our-join:hover h3,
.our-join:hover h4,
.our-join:hover h5,
.our-join:hover h1 {
  color: #FFF;
}

.our-join h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.our-join h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.our-join h5 {
  margin: 0px;
  position: absolute;
  right: 42px;
  color: #fff;
}

.our-join h5 img {
  height: 30px;
}

.our-join-foot {
  position: absolute;
  bottom: 33px;
}

.our-join-foot h1 {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  line-height: normal;
  padding-right: 0px;
  font-size: 4rem;
  color: #fff;
}

.our-join-foot h2 {
  margin: 0px;
}

.our-join-foot h2 img {
  height: 30px;
}

.our-join-foot a {
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 5px 20px;
  margin-top: 1rem;
  display: inline-block;
}

.our-join-foot a:hover {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}

.overview-grid-bg {
  background: url(../img/i-icon-big-grey.png) no-repeat left bottom;
  background-size: 13vw;
  background-position-x: -4vw;
}


.business-grid {
  background-color: #000;
  padding: 7vw 0vw;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.ff-grey {
  background-color: #fff;
  padding: 7vw 0vw;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.text-info {
  color: #2196F3 !important;
}


.item-integrated-system {
  padding: 1vw;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  will-change: transform;
  background-color: #ff8800;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1vw;
  height: 5vw;
  padding-left: 1.5vw;
}
.item-integrated-system .filename p {
  margin: 0px;
  color: #fff;
  font-weight: 500;
}

.item-integrated-system .filedata {
  display: flex;
  gap: 0px;
  margin-top: 0px;
  color: #888888;
}
.item-integrated-system .filedata{

}
.item-integrated-system .filedata span {
  font-size: 0.7vw;
  color: #fff;
  border-right: 1px solid #e7e7e7;
  margin-right: 1vw;
  padding-right: 0.6vw;
}
.item-integrated-system .filedata span:last-child{
  border: 0;
  margin-right: 0px;
}
.item-integrated-system img {
  width: 16px;
  transition: all 0.3s ease-in-out;
  margin-right: 0.4vw;
  position: absolute;
  left: -7px;
}


.success-story-grid{
  background-color: #000;
  padding: 7vw 0vw;
  position: relative;
}

.success-story-grid .para-data{
  padding-right: 5rem;
}

.success-story-grid .para-data h1 {
  font-weight: 400;
  color: #fff;
  font-size: 3vw;
  margin-bottom: 3vw;
}
.success-story-grid .para-data h1 span {
  color: #FF8800;
}
.success-story-grid .para-data h2 {
  font-weight: 200;
  line-height: 1.7vw;
  margin-bottom: 2vw;
  font-size: 1.3vw;
}
.success-story-grid .para-data h2 span {
  color: #FF8800;
}
.success-story-grid .para-data p {
  font-weight: 400;
  line-height: 1.3vw;
  margin-bottom: 2vw;
  font-size: 1.0vw;
}
.success-story-grid .para-data p span {
  color: #FF8800;
}

.para-data-2{

}
.para-data-2 h3 {
  font-weight: 500;
  line-height: 1.8vw;
  margin-bottom: 2vw;
  font-size: 1.3vw;
}
.para-data-2 h3 span {
  color: #FF8800;
}
.para-data-2 h4 {
  font-weight: 500;
  line-height: 1.3vw;
  margin-bottom: 1vw;
  font-size: 1.2vw;
  margin-top: 1.5vw;
  padding: 0vw 0vw;
}
.para-data-2 p {
  font-weight: 400;
  line-height: 1.3vw;
  margin-bottom: 1vw;
  font-size: 1.0vw;
  margin-top: 1.5vw;
  padding: 0vw 0vw;
  padding-right: 3vw;
}

.container-box {
  max-width: 100%;
  position: relative;
  background: #ffffff;
  padding: 50px 36px 30px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .1);
  min-height: 320px;
  margin-top: 2vw;
}
.container-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ef8e00;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.container-box:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.container-box h2 {
  position: absolute;
  right: 0px;
  top: -13px;
  font-size: 5vw;
  font-weight: 800;
  z-index: 1;
  /* opacity: 0.1; */
  transition: 0.5s;
  transform: translateY(-19px);
  color: #e3e3e3;
}
.container-box h2 sup {
  font-size: 1.5vw;
  font-weight: 500;
  top: -3.0vw;
}
.container-box:hover h2 {
  opacity: 1;
  color: #fff;
  transform: translateY(34px);
  font-size: 3vw;
  right: 12px;
}
.container-box:hover h2 sup {
  font-size: 1.2vw;
  font-weight: 500;
  top: -2vw;
}
.container-box span {
    position: relative;
    z-index: 2;
    transition: 0.5s;
    border: 2px solid #ef8e00;
    background: #ef8e00;
    width: 100px;
    display: block;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 2vw;
}
.container-box:hover span {
  border: 2px solid #fff;
}

.container-box h3 {
  position: relative;
  font-size: 1.4em;
  z-index: 2;
  color: #000;
  transition: 0.5s;
  font-weight: 500;
}

.container-box p {
  position: relative;
  z-index: 2;
  color: #5a5a5a;
  transition: 0.5s;
}

.container-box:hover h3,
.container-box:hover p {
  color: #FFF;
}


.breadcrumb-item {
  font-size: 0.7vw;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumb-item.active {
  color: #ff8800 !important;
}







.swiper {
  padding-bottom: 3vw !important;
  height: 570px;
}
.swiper .swiper-wrapper {
  align-items: center;
}
.swiper .swiper-slide {
  border-radius: 10px;
  height: 300px !important;
  background-color: #000;
  border: 2px solid #fff;
  transition: 0.2s;
  overflow: hidden;
}
.swiper .swiper-slide img{
  width: 100%;
}
.swiper .swiper-slide.active {
  height: 400px !important;
}
.swiper .prev,
.swiper .next {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.65;
  transition: 0.2s;
}
.swiper .prev:hover,
.swiper .next:hover {
  opacity: 1;
}
.swiper .prev svg,
.swiper .next svg {
  width: 20px;
  height: 20px;
}
.swiper .prev svg path,
.swiper .next svg path {
  fill: #fff;
}
.swiper .prev {
  left: 25px;
}
.swiper .next {
  right: 25px;
}
.swiper .pagination {
  margin-left: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  z-index: 100;
}
.swiper .pagination span {
  font-size: 0;
  opacity: 1;
  margin: 0px 6px !important;
  border: 1px solid #fff;
}
.swiper .pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  transform: scale(1.5);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  display: none;
}



#contactform {
  padding: 1vw 2vw;
}
#contactform .modal-body {
  padding: 1rem 0rem;
}

#contactform .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

#contactform .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}
.btn-get {
  margin: 0px !important;
  float: right;
  right: 20px;
  position: absolute;
}

.get-submit-btn {
  border-radius: 100px;
  border: 1px solid #26892a;
  padding: 8px 48px;
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 0.9vw;
  background: #26892a;
  margin: auto;
  text-align: center;
  width: 180px;
  margin-top: 1.5vw;
}
.get-submit-btn:hover {
  border: 1px solid #111;
  color: #fff;
  background: #111;
}

.get-submit-btn:focus {
  outline: 0;
  box-shadow: none;
}







.rating-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1vw;
}
.rate {
  display: inline-block;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:35px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '\2605';
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}



.qu-aus {
  border: 1px solid #dee2e6;
  padding: 1vw;
  border-radius: 5px;
}

.qu-aus h2 {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.8vw;
}

.qu-aus label {
  font-size: 0.8vw;
}
/********** anujgupta CSS **********/




#sideNavi {
  position: fixed;
  right: 35px;
  top: 340px;
  z-index: 9;
  transition: all 0.3s linear;
}

#sideNavi:hover {
  right: 40px;
}

.side-navi-item {
  font-size: 16px;
  position: absolute;
  display: inline-block;
  width: 190px;
  height: 46px;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  color: #000;
  background-color: #dfe7fa;
  cursor: pointer;
  animation: blinkingText 2s infinite;
  border-radius: 8px 8px 0px 0px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 8px 12px;
  color: #000;
}
.side-navi-item>img {
  float: left;
  width: 20px;
}
.side-navi-item a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.side-navi-item a img {
  display: inline-block;
  height: 22px;
  float: left;
  position: relative;
  top: -2px;
}

.side-navi-item.item1 {
  top: 0px;
}

.side-navi-item.active,
.side-navi-item:hover {
  background-color: #dfe7fa;
}

.side-navi-item>div {
  padding-top: 15px;
  text-align: center;
}

/* @keyframes blinkingText {
  0% {
    background: #3b7c00;
  }

  25% {
    background: #421f19;
  }

  50% {
    background: #3b7c00;
  }

  75% {
    background: #421f19;
  }

  100% {
    background: #3b7c00;
  }
} */

.foot-social {
  margin: 7px;
  margin-top: 2vw;
}

.foot-social h3 {
  font-weight: 400;
  font-size: 1.1vw;
}

.foot-social a {
  padding: 0px;
  padding-right: 1vw;
  color: #6e6767;
  font-size: 1.1vw;
  margin-top: 0.5vw;
  display: inline-block;
}

.foot-social a:hover {
  color: #333;
}

.foot-social a svg {
  height: 1.2vw;
  position: relative;
  top: -2px;
}

.foot-social a svg path {
  fill: #6e6767;
  stop-color: #ffffff;
  stroke: #6c6c6c;
}

.foot-social a:hover svg path {
  fill: #333;
}

.powered-by {
  margin-top: 4vw;
  clear: both;
  display: block;
  float: right;
  text-align: right;
}

.powered-by a {
  width: 100%;
  display: block;
  color: #000;
  font-weight: 600;
  transition: .3s;
}
.powered-by a span{
  display: block;
}
.powered-by a img {

}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
  opacity: inherit;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
