body {
  /* font-family: "OpenSans", serif; */
  background-color: #efefef;
  /* background-color: blue; */
}
.fs-8{
	font-size: 16px !important;
}
.back-img {
  /* background-image: url("Images/photo-1595661671412-e20c4a3e65cc.avif"); */

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-bg-img {  
  /* min-height: 400px;  
  background-size: cover;  
  background-image: url("Images/cloud-light.webp"); */
  /* background-image: url("Images/officeblock.png");  */
  /* background-image: url("Images/cloud1.webp"); */

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}  
.back-img-footer {
  background-image: url("Images/doodad.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0.8; */
}
.back-img-teams{
  background-image: url("Images/Gallery/teamatoff/office\ block.png");
  /* opacity: 0.6; */

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.file-area {
  width: 100%;
  position: relative;
}
.file-area input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.file-area .file-dummy {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #0075ff;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.file-area .file-dummy .success {
  display: none;
}

.file-area input[type="file"]:valid + .file-dummy .success {
  display: inline-block;
}
.file-area input[type="file"]:valid + .file-dummy .default {
  display: none;
}
a {
  text-decoration: none;
}
/* li {
  list-style: none;
 } */
.text-justify {
  text-align: justify;
}
.card-height {
  min-height: 22rem;
  max-width: 30rem;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.card-height-1 {
  min-height: 33rem;
}
.box-odd {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1fr;
  /* gap: 20px; */
  grid-auto-flow: row;
  grid-template-areas: "word image";
  margin-bottom: 30px;
}

.word {
  grid-area: word;
}

.image {
  grid-area: image;
}

.box-even {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  grid-template-rows: 1fr;
  /* gap: 20px; */
  grid-auto-flow: row;
  grid-template-areas: "image-even word-even";
  margin-bottom: 30px;
}

.word-even {
  grid-area: word-even;
}

.image-even {
  grid-area: image-even;
}

/* .text-shadow {
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
} */

/* Navbar code*/
nav {
  display: flex;
  height: 100px;
  width: 100%;
  background: white;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 0 25px;

  flex-wrap: wrap;
  overflow: hidden;
}

nav .logo {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

nav ul li {
  margin: 10px 5px;
}

nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
  /* border-radius: 5px; */
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

nav ul li a:hover {
  text-decoration: none;
  background-color: #26aae2;
  color:#ffffff;
}

.dropdown-menu li a:hover{
  text-decoration: none;
  background-color: #192a53;
  color:#ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #192a53 !important;
}
.nav-link{
  color:#000000 !important;
}
/* nav ul li > a.active {
  color: blue;
  font-weight: bolder;
} */
.hover-underline-animation {
  /* display: inline-block; */
  position: relative;
  color: black;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.get-started {
  background: #3498db;
  color: white;
  /* border-radius: 20px; */
  margin: 0 0 0 30px;
}

.get-started > a {
  color: white;
}

.nav-menu .get-started a:hover {
  color: #fff;
}

nav .menu-btn i {
  color: rgb(10, 1, 1);
  font-size: 22px;
  cursor: pointer;
  display: none;
}

#click {
  display: none;
}
.text-success{
  color: #192a53 !important;
}
.bg-test{
  background-color: #192a53;
}
.bg-darkblue{
  background-color: #192a53 !important;
}
.btn-success{
  background-color: #192a53 !important;
  border:none !important;
  box-shadow:none !important;
}
.btn-success:active{

  box-shadow:none !important;
}
.bg-blue{
  background-color: #26aae2;
}

.how-card{
  height: 300px;
  /* width:50%; */
}
.how-width{
  width:50%;
}
.shadow-box{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 2em;
  
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
  
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}
.services_card_height{
     height:200px;
     max-width: 362px;
}
.t1 {
  /* color: #262626; */
  font-size: 16px;
  /* line-height: 24px; */
  /* font-weight: 700; */
  margin-bottom: 4px;
}
.t2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* color: #666666; */
}
.btn-hover {
  background-color: #192a53 !important;
  border:none !important;
  box-shadow:none !important;
  color:#ffffff !important;
}
.t2.small {
  font-size: 14px;
}
.card1 {
  display: block;
  position: relative;
   /*text-align: center;*/
  
  justify-content: center;
  align-items: center;
  
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #192a53;
  height: 45px;
  width: 45px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}
.card1:hover .t2 {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover .t1 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.card1:hover .btn-hover {
  /*transition: all 0.3s ease-out;*/
  color: #192a53 !important;
  background-color:#ffffff !important;
   
  border:none !important;
  box-shadow:none !important;
}
/* Team card starts */
.wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.card-team {
  width: 250px;
  height: 300px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.card-team:hover {
  transform: translateY(20px);
}
.card-team:hover:before {
  opacity: 1;
}
.card-team:hover .info {
  opacity: 1;
  transform: translateY(0px);
}
.card-team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* border-radius: 15px; */
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.card-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* border-radius: 15px; */
}
.card-team .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.card-team .info h1 {
  margin: 0px;
}
.card-team .info p {
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 8px;
}
.card-team .info button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}
.card-team .info button:hover {
  background: dodgerblue;
  color: white;
}

.career-card-hover {
  border: 2px solid #192a53;
}
.career-card-hover:hover {
  background-color: #192a53;
  color: #ffffff;
  border: 2px solid #ffffff;
}
/* Team card ends */
.button-job{
 opacity: 1;
 border:none !important;
}
.button-job:hover {
opacity: 0.9;
 border:none !important;
 
}




/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #192a53;
  height: 2px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* .footer-hover:hover{
font-weight: 500;
} */
/* Reveal */

.reveal {
  position: relative;

  opacity: 0;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.active.fade-left {
  animation: fade-left 0.50s ease-in;
}
.active.fade-right {
  animation: fade-right 0.50s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 0.50s ease-in;
}
.active.fade-top {
  animation: fade-top 0.50s ease-in;
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Reveal ends */



@media (max-width: 1230px) {
  nav {
    padding: 0 40px 0 10px;
  }

  nav ul li a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 4px;
    /* border-radius: 5px; */
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
}

@media (max-width: 910px) {
  nav .menu-btn i {
    display: block;
    overflow-y: hidden;
  }

  .get-started > a {
    color: black;
  }

  .get-started {
    color: black;
  }

  #click:checked ~ .menu-btn i:before {
    content: "\f00d";
  }

  nav ul {
    position: fixed;
    top: 80px;
    left: -100%;
    background: lightgray;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 5000;
  }

  #click:checked ~ ul {
    left: 0;
  }

  nav ul li {
    width: 100%;
    margin: 25px 0;
  }

  nav ul li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #click:checked ~ ul li a {
    margin-left: 0px;
  }

  /* nav ul li a:hover {
    background: none;
  } */
}
@media (max-width: 992px) {
  .card1{
    min-height: 100px;
  }
  .how-card{
    height:300px;
    width:100%;
  }
  .how-image{
    opacity: 0.8;
  }
  .how-width{
    width:100%;
  }
  .wrapper{
    display: flex;
    flex-direction: column;
    gap:40px;
    align-items: center;

  }
  .box-odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-even {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-height,
  .card-height-1 {
    min-height: 10rem;
  }
}


@media (max-width: 430px) {
      .how-card{
    height:500px;
    width:100%;
  }
    .how-width{
    width:100%;
  }
}