* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
/* font-family: 'Nunito', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

overflow-x: hidden;
}
p {
  /* font-family: 'Nunito', sans-serif; */
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Playfair Display', serif; */
  /* font-family: 'Jost', sans-serif; */
 font-family: 'Nunito', sans-serif;
  /* font-family: 'Martian Mono', monospace; */
/* font-family: 'Roboto Mono', monospace; */

  font-size: 1rem;
  line-height: 29px;
  color: #3c3c3c;
}

.w-5{
  width: 5%;
}
.w-95{
  width: 95%;
} 

.f-20{
  font-size: 20px;
}

.bg-light{
  background-color: #f5f5f7;
}
.blue-light-text{
  font-weight: 300;
  color: #389fd7;
}

.float-right{
  float: right;
}

.text-blue{
  color: #389fd7;
}


/* Navbar Dropdown */
.navbar {
  background-color: #18439f87 !important;
  padding:0px !important;
}
.dropdown-menu{
  padding: 10px 10px;
  background-color: #f5f5f5;
}
.sub-dropdown-menu{
  background-color: #ebebeb !important;
  margin-top: 3% !important;
}
.dropdown-menu li{
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.dropdown-menu li:hover{
  background-color: #2085bb;
 
}

.dropdown-menu li:last-child{
  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
  margin-bottom: 0px;

}
.sub-dropdown-navlink{
  font-size: 0.9rem !important;
  color: #000 !important;
  margin-left: 0px !important;
}
.dropend .dropdown-toggle {
  color: #389fd7;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #389fd7;
  color: #fff;
}
.main-dropdown{
  margin-top: -5% !important;

}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown-item{
  font-size: 0.9rem;
  font-family: 'Nunito', sans-serif;

}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.sub-dropdown--navlink{
  color: #000 !important;
}





.breadcrumb {
  margin-top: -6%;
  position: relative;
  margin-bottom: 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000094;
}
.bread-caption {
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.bread-caption ul {
  position: relative;
  display: flex;
  align-items: center;
}
.bread-caption a {
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  color: #fff;
  position: relative;

}
.bread-caption li:nth-child(1) a {
  color: #75c9f7;
  font-weight: 500;
  position: relative;

}
.bread-caption i {
  opacity: 0.5;
  font-size: 0.8rem;
  color: #fff;
  position: relative;

}
.text-justify {
  text-align: justify;
}
.sec-padding {
  padding: 80px 0px;
}
.w-10 {
  width: 10%;
  display: block;
}
.w-90 {
  width: 90%;
  display: block;
}
.float-left {
  float: left;
}
.navbar-color {
  background-color: #18439f87 !important;
  padding:0px !important;

}
.navbar-color .nav-link{
  color: #fff !important;
} 

.navbar-color .sub-dropdown-navlink{
  color: #000 !important;
}
/* .navbar-color .desk-dropdown .dropdown-toggle{
  color: #fff !important;
} */

/* Navbar */


/* #navbar .navbar-content{
  border-bottom: 1px solid transparent;
}
.dropdown{
  display: flex;
  align-items: center;
  position: initial;
  margin: 0px 15px;
}
.dropdown a{
 text-decoration: none;
 color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}
.navbar-nav > li > .dropdown-menu {
top: 70%;
  display: block;
  transform: scale(0);
  transition: ease-out 0.3s;
}
.dropdown-toggle i{
  font-size: 0.9rem;
}

.dropdown-toggle::after{
  display: none;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  padding: 21px;
  max-width: 250px;
  width: 100%;
  background-color: #ffffffde;
}

.dropdown-menu li{
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.dropdown-menu li:last-child{
  border-bottom: 1px solid transparent;
}
.dropdown-menu a{
  color: #000 !important;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
} */

.d-block {
  display: block !important;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scroll-wrap {
  position: relative;
  z-index: -2;
}
.scroll-wrap li {
  height: 100vh;
  z-index: -2;
  position: relative;
}
.movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  color: #fff;
  background: #111;
}
.movie .bg {
  width: 100vw;
  height: 100vh;
 /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.movie .bg img {
 /* height:100vh;
  */
  transition: 1s;
}
.movie.step-2 .bg img {
  transform: scale(0.9);
}
.movie.step-3 .bg img {
  transform: scale(0.8);
}
.story, .actor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  transition: 1s;
}
.story:before, .actor:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.story-content h2 {
  font-size: 3.5rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.story-content h2 span {
  color: #75c9f7;
  font-weight: 600;
}
.story-content p {
  font-size: 1.1rem;
  font-weight: 400;
font-family: 'Nunito', sans-serif;
  color: #fff;
}
.story-content, .actor ul {
  display: inline-block;
  text-align: center;
  margin-bottom: 15%;
  /* width: 800px; */
  transform: scale(2);
  transition: 1s;
}
.actor ul {
  margin-bottom: 20%;
}
.actor ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.actor ul li + li {
  text-align: center;
}
.movie.step-2 .story, .movie.step-3 .story {
  opacity: 1;
}
.movie.step-2 .story-content {
  transform: scale(1);
}
.movie.step-3 .story-content {
  transform: scale(0.5);
}
.movie.step-3 .actor {
  opacity: 1;
}
.movie.step-3 .actor ul {
  transform: scale(1);
}
.wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -7%;
}
.wrapper .wrapper__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nav-item {
  margin: 0px 9px;
}
#navbar .nav-link {
  color: #fff;
  font-family: 'Nunito', sans-serif;

}

/* #navbar .dropdown a {
  color: #fff;
} */
#innderheader .nav-link {
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  margin: 0;
}
.nav-link{
  color: #fff !important;
}
#innerheader .nav-link {
  color: #fff ;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
}

/* #innerheader .dropdown a{
  color: #000;
font-weight: 400;
} */

/* .navbar-color .dropdown-toggle{
  color: #fff !important;
} */
.about-sec {
  background-image: url(../images/home-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 999;
  background-color: #fff;
  background-attachment: fixed;
  padding: 100px 0px;
}
.about-img {
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  top: 6%;
  left: -4%;
  width: 90%;
  height: 100%;
  background-image: url(../images/img-bg2.jpg);
  border-radius: 15px;
  opacity: 0.5;
}
.about-img img {
  border-radius: 15px;
  position: relative;
}
.bold-title {
  font-size: 3.5rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
}
.bold-title span {
  color: #75c9f7;
  font-weight: 200;
}
.title {
  font-size: 3rem;
  /* font-family: 'Nunito', sans-serif; */
  /* font-family: 'Playfair Display', serif; */
  /* font-family: 'Jost', sans-serif; */
 font-family: 'Nunito', sans-serif;
/* font-family: 'Roboto Mono', monospace; */


  margin-bottom: 5%;
}
.title .bold-text {
  font-weight: 700;
}
.title .inner-title-span {
  position: relative;
}
.title .inner-title-span::before {
  content: "";
  position: absolute;
  top: 21%;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #ccc;
}
.title .inner-title-span::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 39%;
  width: 50%;
  height: 50%;
  background-image: url(../images/title-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.sub-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--main);
}
.bigmain-text{
  font-size: 1.5rem;
  line-height: 33px;
  font-weight: 500;
}

.main-text{
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 50px;
  line-height: 33px;
}

.sec-main-text{
  font-size: 1.9rem;
    margin-bottom: 50px;
    line-height: 46px;
    font-family: 'Nunito', sans-serif;
}
.about-content {
  padding: 20px 0px 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* hide scrollbar */
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}
.external {
  overflow: hidden;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.horizontal-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80vh;
  transform: rotate(-90deg) translate3d(0, -80vh, 0);
  transform-origin: right top;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  height: 100vw;
  perspective: 1px;
  transform-style: preserve-3d;
  padding-bottom: 5rem;
}
.img-wrapper {
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  transform-origin: 50% 50%;
  transform: rotate(90deg) translateZ(0.1px) scale(0.9) translateX(0px) translateY(-3vh);
  transition: 1s;
  position: relative;
}
.img-wrapper a {
position: relative;
}
.img-wrapper a:hover::before{
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 10px;
  transition: ease-in-out 0.5s;

}
.img-wrapper a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-color: #000000bf;
  border-radius: 10px;
  border-bottom-right-radius: 99px;
  transition: ease-in-out 0.8s;
  overflow: hidden;
}


.Pages-cardcaption{
  position: absolute;
  top: 0;
  transform: translate(50%, -100%);
  left: 15%;
  transition: ease-in-out 0.4s;
}

.Pages-cardcaption h3{
  font-family: 'Nunito', sans-serif;
  color: #fff;
}

#solutions-crousel .Pages-cardcaption {
  position: absolute;
  top: 0;
  transform: translate(0%, 0%);
  left: 15%;
  transition: ease-in-out 0.4s;
  top: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }

  .home-mobile-solution{
    background-color: #f5f5f7;
    padding: 40px 0px;
  }
  #solutions-crousel img{
    border-radius: 10px;
  }
  #solutions-crousel .carousel-inner{
    border-radius: 10px;
  }


  .carousel-inner{
    border-bottom: 1px solid #7b7a7a;
  }
  .prevention-thumb a:hover .Pages-cardcaption {
    transition: ease-in-out 1s;
    transform: translate(0%, 135px) !important;
}
.img-wrapper a:hover .Pages-cardcaption{
  transition: ease-in-out 1s;
  transform: translate(18%, 100px);
}
.slower {
  transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%) translateY(-10vh);
}
.slower1 {
  transform: rotate(90deg) translateZ(-0.25px) scale(1.05) translateX(0%) translateY(8vh);
}
.slower2 {
  transform: rotate(90deg) translateZ(-0.3px) scale(1.3) translateX(0%) translateY(2vh);
}
.slower-down {
  transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%) translateY(16vh);
}
.faster {
  transform: rotate(90deg) translateZ(0.15px) scale(0.8) translateX(12%) translateY(17vh);
}
.faster1 {
  transform: rotate(90deg) translateZ(0.05px) scale(0.8) translateX(0%) translateY(10vh);
}
.fastest {
  transform: rotate(90deg) translateZ(0.22px) scale(0.7) translateX(-10vh) translateY(-15vh);
}
.vertical {
  transform: rotate(90deg) translateZ(-0.15px) scale(1.15) translateX(0%) translateY(0%);
}
.last {
  transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(18vh) translateY(-8vh);
}
.scroll-info, header {
  position: absolute;
  left: 1rem;
}
header {
  bottom: 1rem;
}
.scroll-info {
  top: 1rem;
}

.img-wrapper a {
  overflow: hidden;
  display: block;
  padding: 1vh;
  background: #fff;
  box-shadow: 0 10px 50px #5f2f11 82;
  border-radius: 15px;
}
.product-sec img {
  max-width: 50vh;
  max-height: 50vh;
  transition: 0.5s;
  vertical-align: top;
 /* filter: saturate(40%) sepia(30%) hue-rotate(5deg);
  */
  border-radius: 15px;
}
a:hover img {
  filter: none;
}
p {
  margin: 0;
}
.scroll-info {
  display: flex;
  align-items: center;
}
.icon svg {
  width: 50px;
  fill: currentcolor;
}
.product-sec {
  position: relative;
}
#product-section .wrapper {
  width: 100%;
  height: 85vh;
  overflow: hidden;
  margin-top: 0%;
  position: relative;
}
#product-section .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.734);
}
#product-section .wrapper .wrapper__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
footer { 
  padding: 80px 0px 5px 0px; 
  background-color: #000;
}
footer p {
  font-size: 0.9rem;
  margin-top: 20px;
  color: #fff;

}
footer h3 {
  font-size: 1.5rem;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 20px;
  color: #389fd7;
}
footer ul {
  padding-left: 10px;
}
.imp-links {
  padding-left: 7%;
}
.imp-links li {
  width: 50%;
  float: left;
  line-height: 30px;
}
footer a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #fff;
}
footer .imp-links i {
  margin-right: 10px;
  opacity: 0.5;
  font-size: 0.9rem;
}
footer .get-touch li {
  display: flex !important;
  width: 100%;
  margin-bottom: 10px;
}
footer .get-touch a {
  width: 100%;
}
footer .get-touch i {
  opacity: 0.5;
  font-size: 0.9rem;
}
.social-links {
  margin-left: 4%;
  margin-top: 5%;
}
.social-links a {
  margin: 0px 20px;
}
.social-links a:hover i {
  opacity: 1;
}
.social-links i {
  font-size: 1.4rem;
  opacity: 0.5;
}

.card {
	position: sticky;
	top: 0;
	padding-top: calc(var(--index) * var(--card-top-offset));
}

@supports (animation-timeline: works) {

	@scroll-timeline cards-element-scrolls-in-body {
		source: selector(body);
		scroll-offsets:
			/* Start when the start edge touches the top of the scrollport */
			selector(#cards) start 1,
			/* End when the start edge touches the start of the scrollport */
			selector(#cards) start 0
		;
		start: selector(#cards) start 1; /* Start when the start edge touches the top of the scrollport */
		end: selector(#cards) start 0; /* End when the start edge touches the start of the scrollport */
		time-range: 4s;
	}

	.card {
		--index0: calc(var(--index) - 1); /* 0-based index */
		--reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
		--reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
	}
	
	.card__content {
		transform-origin: 50% 0%;
		will-change: transform;

		--duration: calc(var(--reverse-index0) * 1s);
		--delay: calc(var(--index0) * 1s);

		animation: var(--duration) linear scale var(--delay) forwards;
		animation-timeline: cards-element-scrolls-in-body;
	}

	@keyframes scale {
		to {
			transform:
				scale(calc(
					1.1
					-
					calc(0.1 * var(--reverse-index))
				));
		}
	}
}


.card__content li{
  display: flex;
  margin-bottom: 10px;
}
.card__content li img{
  opacity: 0.8;
}
.card__content li a{
  text-decoration: none;
  margin-left: 15px;
  font-family: 'Nunito', sans-serif;
  color: #000;
}

#cards {
  list-style: none;
  outline: calc(var(--outline-width) * 10) solid blue;
  display: table;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
}

#cards .card{
  background-image: none !important;
}
.card {
  margin-bottom: 20px;

}
.card__content {
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #0a0507;
  border-radius: 10px;
  overflow: hidden;
}
figure {
  margin-bottom: 0 !important;
}
.innercard__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 80px;
  background-image: url(../images/about-bg.png);
  background-size: cover;
}





#caring-environment .wrapper {
  width: 100%;
  height: 45vh;
  overflow: hidden;
  margin-top: 0px;
  position: relative;
}
#caring-environment .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.741);
}
.wrapper .wrapper__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#caring-environment{
  background-image: linear-gradient(45deg, #42a133, #0c7313);
  padding: 15px 0px;
}
.caring-caption {
  margin-right: 20%;
}
.caring-caption h1 {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
.caring-caption p {
  color: #fff;
  margin-bottom: 0px;
}
.scroll-downs {
  position: absolute;
  top: 90%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 34px;
  height: 55px;
}
.mousey:hover {
  opacity: 1;
  transition: ease-in-out 0.5s;
}
.mousey {
  position: relative;
  z-index: 9999;
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  transition: ease-in-out;
  transition: ease-in-out 0.5s;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
 }
  10% {
    transform: translateY(0);
    opacity: 1;
 }
  100% {
    transform: translateY(15px);
    opacity: 0;
 }
}
.arrow {
  position: absolute;
  top: 45%;
  left: 3%;
  transform: translate(-50%, -50%);
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 99;
}
.arrow span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 5px solid #75c9f7;
  border-right: 5px solid #75c9f7;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
 }
  50% {
    opacity: 1;
 }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
 }
}
.right-arrow {
  position: absolute;
  top: 45%;
  right: 3%;
  transform: translate(-50%, -50%);
  transform: rotate(271deg);
  cursor: pointer;
  z-index: 99;
}
.right-arrow span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 5px solid #75c9f7;
  border-right: 5px solid #75c9f7;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.right-arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.right-arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
 }
  50% {
    opacity: 1;
 }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
 }
}
/* Buttons Css */
.button:focus {
  outline: none;
}
.button {
  display: inline-flex;
  height: 35px;
  width: 125px;
  border: 2px solid #b0e4fc;
  color: #537598;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e2f2ff;
  border-radius: 25px;
  transition: ease-in-out 0.5s;
}

.secbutton {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #7c7c7c;
  color: #7c7c7c;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #d7d7d79e;
  border-radius: 25px;
  transition: ease-in-out 0.5s;
}
button:hover {
  border-color: #1991f4;
  transition: ease-in-out 0.5s;
}
button:hover span {
  color: #fff;
  transition: "ease-in-out 0.5s";
}
button span {
  position: relative;
  transition: "ease-in-out 0.5s";
}
#button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#button-3 a {
  position: relative;
  transition: all 0.45s ease-Out;
}
#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #1991f4;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 70px;
}
#button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
/* Contact Page */
.contact-form input {
  border-radius: 25px;
  border-right: none;
  border-color: #b9bbbd;
}

.contact-form .input-group-text{
  border-color: #b9bbbd;

}

.contact-form .form-select {
  border-radius: 25px;
  border-right: none;
}

.contact-form textarea {
  border-right: none;
  border-radius: 25px;
  border-color: #b9bbbd;

}
.input-box {
  margin-bottom: 10px;
}


.contact-form .input-group-text {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: transparent;
  border-left: none;
}
.contact-form label {
  padding-left: 10px;
  color: #686868;
  margin-bottom: 0px;
  font-size: 0.9rem;
}
.contact-form input::placeholder {
font-family: 'Nunito', sans-serif;
  color: #d0cfcf;
  font-weight: 300;
  font-size: 0.9rem;
}
.contact-form .form-control:focus {
  border-color: #dee2e6;
  box-shadow: none;
}
.contact-form .input-group-text i {
  opacity: 0.8;
  font-size: 0.9rem;
  color: #ccc;
}

.contact-form{
  background-color: #ffffffba;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e1dddd;
}
#accountLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2%;
}

#earth {
  position: relative;
  width: 350px;
  height: 350px;
  margin: auto;
  border-radius: 50%;
  background: transparent url(../images/video-map.png);
  background-size: cover;
  box-shadow: inset 0px -20px 50px 10px rgba(255, 255, 255, 0.5), 0px 0px 30px 6px rgba(226, 226, 226, 0.44);
  transform-style: preserve-3d;
  animation: rotate 15s linear infinite;
  opacity: 0.6;
}
@keyframes rotate {
  0% {
    background-position: 0 0;
 }
  100% {
    background-position: 530px 0;
 }
}


/* career */
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform .button{
  margin-left: 15px;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;

  /*stacking fieldsets above each other*/
  position: relative;
}

.form-card {
text-align: left;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}


#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0;
}



/*The background card*/
.card {
  z-index: 0;
  border: none;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
color: #673AB7;
  font-weight: normal;
}

/*Step Count*/
.steps {
font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

/*Field names*/
.fieldlabels {
color: gray;
text-align: left;
}

/*Icon progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #6ec2f0;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f129";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f3c5";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #6ec2f0;
}

/*Animated Progress Bar*/
.progress {
height: 20px;
}

.progress-bar {
background-color: #6ec2f0;
}

/*Fit image in bootstrap div*/
.fit-image{
  width: 100%;
  object-fit: cover;
}


/* Awards Page */
.is-sticky {
  position: fixed;
}

.is-sunk {
  position: absolute;
  bottom: 0;
}

.is-sunk-wrapper {
  position: relative;
}

.o-box {
  background-color: #ff7f83;
  margin-bottom: 3rem;
}
.about{
  background-color: #fafafa;
}
.about p{
  text-align: center;
  margin-top: 40px;
}

.secure-network{
  background-image: linear-gradient(to bottom right, #000000, #343746);
  background-attachment: fixed;
}

.secure-content p{
  color: #cfcfcf;
}



.managed-content h6{
color: #000;
text-align: center;
}

.mission-statement {
  margin: 100px 0;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .mission-statement {
    padding: 0 90px;
  }
}
.mission-statement .sub-title {
font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
}
.mission-statement .title {
font-family: 'Nunito', sans-serif;
  font-size: 46px;
  letter-spacing: 1px;
  color: #706aaf;
  margin-top: 24px;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1), transform 0.83s cubic-bezier(0.17, 0.17, 0.05, 1), -webkit-transform 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
  transition-delay: 0.13s;
}
@media screen and (min-width: 1024px) {
  .mission-statement .title {
    font-size: 62px;
    letter-spacing: -0.5px;
  }
}
.mission-statement .description {
  max-width: 336px;
font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 24px;
  line-height: 1.56;
  opacity: 0;
  transition: opacity 0.83s cubic-bezier(0.17, 0.17, 0.05, 1);
  transition-delay: 0.26s;
}
@media screen and (min-width: 1024px) {
  .mission-statement .description {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
}

.mission-statement.visible .sub-title {
  opacity: 1;
}
.mission-statement.visible .title {
  opacity: 1;
  transform: translateY(0);
}
.mission-statement.visible .description {
  opacity: 1;
}

.image-group {
  margin: 100px 0;
  margin-bottom: 100vh;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .image-group {
    padding: 0 90px;
  }
}

.overlapping-images {
  padding-top: 91.746%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .overlapping-images {
    padding-top: 46.03%;
  }
}

.image {
  width: 78.73%;
  overflow: hidden;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .image {
    width: 50%;
  }
}
.image img {
  width: 100%;
  display: block;
}
.image.back-image {
  left: 0;
  bottom: 0;
  transform: translate(0, -17.5%);
}
.image.front-image {
  right: 0;
  top: 0;
  transform: translate(0, 20%);
}
@media screen and (min-width: 768px) {
  .image.front-image {
    width: 57.14%;
  }
}

.image-wrapper {
  transform: scale(1.2);
}

.managed-content img{
  width: 50%;
  display: block;
  margin: 30px auto 0px auto;
}

/* AboutUs */

	.overlay-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: -10;
	background-color:#000;
	}

  .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -10;
    /* background-color:#000; */
    background-image: url(../images/background1.jpg);
    background-size: cover;
    opacity: 0.5;
    background-attachment: fixed;
    }


  .overlay-img-sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -10;
    background-image: url(../images/background3.jpeg);
    background-size: contain;
    opacity: 0.5;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right;
    }
	.about-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #000;
	animation: expand .8s ease forwards;
	/* background-color: #000000; */
	position: relative;
	transition: all .8s ease;
	}
	.container_content {
	width: 40%;
	}
	.container_content_inner {
	margin-left: 5%;
	}
	.container_outer_img {
	width: 50%;
	overflow: hidden;
	}   
	.container_img {
	width: 100%;
	animation: slideIn 1.5s ease-in-out forwards;
	}
	.par {
	height: auto;
	overflow: hidden;
	}
	.about-box p{
	transform: translateY(300px);
	animation: slideUp .8s ease-in-out forwards .8s;
	}
	.btns {
	height: 100%;
	position: relative;
	width: 150px;
	overflow: hidden;
	}
	.btns_more {
	transform: translateY(50px);
	animation: slideUp .8s ease-in-out  forwards 1s;
	}
	.about-box h1 {
	margin-bottom: 20px;
	transform: translateY(100px);
	animation: slideUp .8s ease forwards .5s;
	}
	@keyframes slideIn {
	0% {
	transform: translateX(500px) scale(.2);
	}
	100% {
	transform: translateX(0px) scale(1);
	}
	}
	@keyframes slideUp {
	0% {
	transform: translateY(300px);
	}
	100% {
	transform: translateY(0px);
	}
	}
	@keyframes expand {
	0% {
	transform: translateX(1400px);
	}
	100% {
	transform: translateX(0px);
	}
	}



  .parallax {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://images.unsplash.com/photo-1477353822394-80a4b0a3c493?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=ff04213f3d2f0c54aaa47a34bb91df30");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  
  .screen {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, black 95%);
  }
  
  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .item {
    /* height: 300px; */
    margin: 10px 0;
    width: 30%;
    color: #000;
    font-size: 1em;
  }

  .item p{

    color: #000 !important;
  }
  
  .double {
    width: 65%;
    background-image: url("https://static.pexels.com/photos/371633/pexels-photo-371633.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .double-2 {
    background-image: url("https://images.unsplash.com/photo-1437422061949-f6efbde0a471?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=3743c450231eda3df43a243f1cca2fc0");
  }
  
  
  #more {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-image: url("https://static.pexels.com/photos/371633/pexels-photo-371633.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .second-screen {
    background: rgba(0, 0, 0, 0.77);
  }
  
  .second-screen p {
    color: white;
    width: 80%;
    margin: 7% auto;
    font-size: 20px;
    line-height: 170%;
  }
  

  .screen a {
    font-size: 16px;
  }
.about-first-sec{
  margin-top: -6%;
  padding-top: 10%;
}
.about-first-sec img{
  border-radius: 25px;
}

/* .about-first-sec::before{
  content: "";
  position: fixed;
  top: 7%;
  left: 0;
  width: 100%;
  height: 26%;
  background-image: linear-gradient(to top, transparent, #000);
  z-index: 2;
} */

  .about-section{
    background-image: url(../images/about-banner.jpg);
    background-size: cover;
    position: relative;
    margin-top: 0%;
    /* padding-top: 0%; */
    background-attachment: fixed;
    height: 62vh;
    background-position: bottom;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
  }
  /* .about-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #56544feb;
  } */

  .about-caption{
    position: relative;
  }
 
  .maintitle span{
    font-weight: 300;
  }


  .about--sec-section{
    background-image: url(../images/about-bg.png);
    background-attachment: fixed;
    position: relative;
    z-index: 99;
    padding-top: 8%;
  }

  
  .about--sec-section .sec-main-text{
    opacity: 0;
    transition: ease-in-out 2s;
  }

 .about--sec-section .visible-text{
    opacity: 1;
    transition: ease-in-out 2s;
  } 

  .lightvisible-text{
    opacity: 0.1 !important;
    transition: ease-in-out 2s;
  }

  .history-sec{
    margin-top: -6%;
    padding-top: 8%;
  }

/* Particles */
canvas {
	display: block;
	vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
	position: fixed;
  width: 100%;
  height: 118vh;
  /* background-image: linear-gradient(to top, transparent, #000 63%); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: -12%;
}
.industry-sec
{
  height: 75vh;
}

.event-sec {
  /* background-image: url(../images/background4.jpeg);
  background-size: cover;
  position: relative; */
  z-index: 999;
  background-color: #fff;
  background-attachment: fixed;
  padding: 100px 0px;
}
.textalign{
  margin-left: -66px !important;
}

.industry li a{
  text-decoration: none !important;
  color: #000 !important;
}
.news-card:hover li a{
  color: #fff !important;
}

 .ulli li{
  list-style: decimal;
  margin-left: 14px;
  line-height: 29px;
 }

 .client-sec img{
  /* background-color: #fff; */
  padding: 6px 13px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(154,160,185,0.05), 0 15px 40px rgba(166,173,201,0.2);
  position: relative;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  height: 100%;

 }

 .client-sec img::before{
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #39a0d7, #1b5092);
  transform: translateY(101%);
  transition: ease-in-out 0.5s; */

 }

 .offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
  width: 500px !important;
}
.client-caption{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: ease-in-out 0.5s;
  padding: 0px 10px;
}


.smc-numbersbox {
  position: relative;
   transition: ease-in-out 0.5s;
   /* border: 10px solid #fff; */
   /* box-shadow: 0 0 3px rgba(189, 189, 189, 0.63); */
   /* overflow: hidden; */
   background: #fff;
   border-radius: 10px;
   box-shadow: 0 0 3px #ccc;
   overflow: hidden;
 }
 
 .smc-numbersbox::before{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 0%;
   height: 100%;
   background-color: #0000009a;
   transition: ease-in-out 0.8s;
 }  

 /* .client-caption
{
  position: absolute;
  top: 0%;
  transform: translateX(-100%);
  transition: ease-in-out 0.5s;
} */
.client-caption p{
  color: #fff;
  position: relative;
}
.smc-numbersbox:hover::before{
  width: 100%;
  transition: ease-in-out 0.5s;  
}
.smc-numbersbox {
  transition: ease-in-out 0.5s;
}

.smc-numbersbox:hover img{
  opacity: 0;                            
  transition: ease-in-out 0.5s;

}

.smc-numbersbox:hover .client-caption{
  transform: translateX(0);
  transition: ease-in-out 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
 

.blog-list { 
  margin-top: 10vh;
  background-color: #e2e2e2;
  box-shadow: 0px 10px 14px 0px rgb(23 43 77 / 20%);
  border-radius: 10px;
  padding: 16px 16px 35px;
  border: 1px solid #cccccc54 !important;
}
.blog-list ul li a{
  list-style: none;
  color: #075177;
  text-decoration: none;
  /* line-height: 42px; */

}

.blog-list ul li a:hover{
  list-style: none;
  color: #3eb3ed;
  text-decoration: none;
}
.blog-list ul li span i{
  margin-left: -20px;
} 
.padd{
  padding: 25px;
}

.blog-list ul li{
  padding: 10px 22px 10px;
}

	/*PEN STYLES*/
	.newsevent-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: 'Nunito', sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    }
    .newsevent-card a {
    color: inherit;
    }
    .newsevent-card a:hover {
    color: #389fd7;
    }
    .newsevent-card:hover .photo {
    transform: scale(1.3) rotate(3deg);
    }
    .newsevent-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
    }
    .newsevent-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
    }
    .newsevent-card .details,
    .newsevent-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
    }
    .newsevent-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 20px;
    }
    .newsevent-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
    }
    .newsevent-card .details ul li {
    display: inline-block;
    }
    /* .blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "";
    }
    .blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "";
    } */
    /* .blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 10px;
    } */
    .newsevent-card .details .tags li {
    margin-right: 2px;
    }
    .newsevent-card .details .tags li:first-child {
    margin-left: -4px;
    }
    .newsevent-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
    }
    .newsevent-card .description h1,
    .newsevent-card .description h2 {
    font-family: 'Nunito', sans-serif;
    }
    .newsevent-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.6rem;
    }
    .newsevent-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
    }
    .newsevent-card .description .read-more {
    text-align: right;
    }
    .newsevent-card .description .read-more a {
    color: #389fd7;
    display: inline-block;
    position: relative;
    }
    /* .newsevent-card .description .read-more a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
    } */
    .newsevent-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
    }
    .newsevent-card p {
    position: relative;
    margin: 1rem 0 0;
    }
    .newsevent-card p:first-of-type {
    margin-top: 1.25rem;
    }
    .newsevent-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #389fd7;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
    }
    .newsevent-card:hover .details {
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    @media (min-width: 640px) {
    .newsevent-card {
    flex-direction: row;
    }
    .newsevent-card .meta {
    flex-basis: 40%;
    height: auto;
    }
    .newsevent-card .description {
    flex-basis: 60%;
    }
    .newsevent-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
    }
    .newsevent-card.alt {
    flex-direction: row-reverse;
    }
    .newsevent-card.alt .description::before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
    }
    .newsevent-card.alt .details {
    padding-left: 25px;
    }
    }

    .location-box{
      background-color: #fff;
      border-radius: 10px;
      border: 1px solid #ccc;
      padding: 20px;
    }

    .location-sec {
      z-index: 999;
      background-color: #dfdfdf;
      background-attachment: fixed;
      padding: 100px 0px;
  }

  .location-dcb {
    margin-top: 30px !important;
  }

  .location-dcb1 {
    margin-top: 46px !important;
  }

 
 
    .myBtn {
      cursor: pointer;
      color: #56b8df;
      display: flex;
      align-items: center;
      justify-content: end;
  }
 
#founder {display: none;}
#ashokData{
  display: none;
}

#naithaniData{
  display: none;

}

 .img-service img{
  width: 100% !important;
 }

 .logo{
  width: 15vh;
 }
/* 
 .column-reverse{
  flex-direction: column;
 } */

 .desktop-hide{
  display: none;
 }

 .icon-country i{
  padding: 14px 0px 14px 0px;
  color: #075177;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gray{
  background-color: #dfdfdf;
}