@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&amp;display=swap";

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html,
body {
  background-color: white;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* temporary-header start */

.temporary-header {
  width: 100%;
  background-color: transparent;
  position: sticky;
  top: 0;
  z-index: 300;
  /* border: 2px solid black; */
}

.temp-header {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

.temp-log {
  width: 25%;
}

.item-body {
  width: 50%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* border: 2px solid rgb(0, 0, 0); */
}

.list-t {
  list-style: none;
  margin: 10px auto;
  margin-left: 0 !important;
}

.items-ul {
  width: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: start;
  /* border: 2px solid red; */
}

.list-t a {
  text-decoration: none;
  text-align: left;
  color: #050506;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.9rem !important;
}

.temp-btn {
  width: 25%;
  /* border: 2px solid blue; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem !important;
}

/* temporary-header end */
.font-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.easy-font {
  width: 60% !important;
}

.card-body h3 {
  font-size: 1.2rem;
}

.card-body p {
  font-size: 1.1rem !important;
}

.full-navbar {
  width: 100%;
  background-color: transparent;
  position: fixed !important;
  top: 0;
  z-index: 110;
  transition: all 600ms;
}

.white-bg {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 3px 1px rgb(208, 200, 200);
}

/* second-section-Real EState Start  */

.about {
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: white !important;
  margin-top: -20px !important;
  margin: 100px 0;
  margin-bottom: 125px !important;
}

.real {
  background-color: white !important;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto;
}

.heading h1 {
  width: 90%;
  font-size: 2.3rem;
  text-align: left;
  margin: 10px auto;
  margin-top: 40px !important;
  color: #050506;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.paragraph {
  width: 72%;
  background-color: white;
  text-align: left;
  display: flex;
}

.paragraph p {
  margin-top: 50px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #777a96;
}

.hiring {
  width: 100%;
  margin: 80px auto;
}

.hiring-image-one {
  position: absolute;
  right: -7%;
  top: 0;
  /* filter: hue-rotate(200deg); */
}

.hiring-image-two {
  position: absolute;
  left: -2%;
  top: 40%;
  /* filter: hue-rotate(700deg); */
}

.hiring-image-three {
  position: absolute;
  bottom: 0;
  /* filter: hue-rotate(300deg); */
  right: -5%;
}

.all-hiring {
  width: 90%;
  margin: 20px auto;
  /* margin-bottom: 80px !important; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: 2px solid red; */
  /* border: 1px solid #c8cfcf; */
  /* background-color:white; */
}

.head-developer {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  text-align: center;
}

.head-developer h1 {
  font-size: 2.3rem;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 70px !important;
}

.head-developer p {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 500;
}

.location {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  /* border:2px solid #000000; */
  /* border-left:1px solid #eaf1f1; */
}

.developer-box {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 25px auto;
  /* background-color: #000000; */
  /* border: 2px solid teal; */
}

.developer {
  width: 25%;
  display: flex;
  flex-direction: column;
  /* padding-bottom: 12px; */
  /* border: 2px solid rgb(15, 92, 225); */
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  background-color: #0d5dbf;
  /* background: linear-gradient(180deg,#222529, #0f0b10); */
  /* border-top:1px solid #c8cfcf; */
  transition: all 400ms;
  height: 260px;
  border-radius: 20px;
  /* border-bottom:1px solid  #d2d3ed; */

  cursor: pointer;
  transition: all 600ms;
}

.developer:hover {
  transform: scale(1.05);
}

.left-box {
  width: 100%;
  text-align: left;
}

.left-box h2 {
  font-size: 1.1rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: 80%;
  margin: 15px auto;
  /* margin-bottom: 30px; */
}

.first-developer {
  /* height: 100px; */
}

.first-left-box div p {
  width: 100% !important;
}

.left-box div {}

.left-box div p {
  /* margin-right: 20px; */
  width: 80%;
  margin: 10px auto;
  /* margin-bottom: 15px; */
  font-size: 1.05rem;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  /* border: 2px solid white; */
  font-weight: 400;
}

.developer:hover i {
  /* transition: transform linear 300ms; */
  color: #6366f1 !important;
}

.developer:hover .right-box button {
  background-color: #6366f1 !important;
  color: white;
}

.right-box {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  margin-bottom: -5px !important;
}

.right-box button {
  border: 2px solid rgba(99, 102, 241, 0.35);
  text-align: center;
  width: 70%;
  border-radius: 10px;
  height: 40px;
  background-color: #ffffff;
  color: #6366f1;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 600ms;
}


#read {
  font-size: 1.1rem;
  line-height: 30px;
  margin: 10px auto;
  font-family: "Inter", sans-serif;
  color: #ef5d08;
  font-weight: 500;
  cursor: pointer;
}

/* second-section-Real EState End  */

/* Memories start */

.Memories {
  width: 100%;
  margin: 60px auto;
}

.Memories-one {
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub-Memories-one {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

.memory-heading {
  width: 80%;
  text-align: center;
  margin: 10px auto;
}

.memory-heading h1 {
  width: 80%;
  margin: 10px auto;
  font-size: 2.3rem;
  margin-bottom: 30px !important;
  color: #050506;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.items {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.items p {
  margin: 0 0;
  width: 15%;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  color: #25282d;
  font-weight: 600;
}

.active {}

.sub-Memories-two {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  justify-content: space-evenly;
}

.photos {
  width: 66%;
  margin: 10px auto;
  display: flex;
  justify-content: end;
}

.photos img {
  width: 100%;
  border-radius: 10px;
}

.plus-photos {
  width: 33%;
}

.more-photos {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: start;
}

.more-photos img {
  width: 100%;
  border-radius: 10px;
}

.btn-view {
  width: 70%;
  margin: 10px auto;
  text-align: center;
}

.btn-view button {
  width: 145px;
  height: 33px;
  background-color: #1cc7d0;
  color: #fff;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border: none;
  cursor: pointer;
  padding-bottom: 3px;
  border-radius: 5px;
}

.btn-view button:hover {
  background-color: #050506;
}

/* memories end  */

/* Our Team Start  */

.team {
  width: 100%;
  margin: 80px 0;
  margin-top: 20px !important;
}

.our-team {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-box-one {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.our-box-one h1 {
  width: 80%;
  margin: 10px auto;
  font-size: 2.3rem;
  margin-bottom: 30px !important;
  color: #050506;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.our-box-two {
  width: 90%;
  margin: 35px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-member {
  width: 30%;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  /* border: 2px solid black; */
}

.profile-one {
  height: 73%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.play-btn {
  position: absolute;
  bottom: -14px;
  filter: hue-rotate(595deg);
  left: 45%;
  width: 55px !important;
}

.mittal {
  left: 42% !important;
}

.profile-one img {
  width: 70%;
  border-radius: 50%;
}

.profile-two {
  height: 27%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.profile-two h2 {
  font-size: 1.3rem;
  color: #050506;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}

.profile-two p {
  font-size: 1.1rem;
  font-family: "Inter", sans-serif;
  color: #3a4143;
  font-weight: 500;
  margin: 5px auto;
}

.our-box-three {
  width: 70%;
  text-align: center;
}

.our-box-three button {
  border: 2px solid rgba(99, 102, 241, 0.35);
  text-align: center;
  width: 175px;
  height: 50px;
  background-color: #ffffff;
  color: #6366f1;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 2px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.our-box-three button:hover {
  color: white;
  background-color: #6366f1;
}

/* Our Team End  */

/* hiring start  */

.hiring {
  width: 100%;
  margin: 80px auto;
  margin-top: 120px !important;
  /* background-color: rgba(99, 102, 241); */
  /* border-radius: 100px; */
  /* position: relative; */
  /* background: url(./home-image/team-image/hero-bg.svg);  */
  /* background-size: cover; */
  /* background: linear-gradient(180deg, white,rgba(5, 255, 247, 0.6), white);  */
  /* border: 2px solid black; */
}

.hiring-image-one {
  position: absolute;
  right: -7%;
  top: 0;
  /* filter: hue-rotate(200deg); */
}

.hiring-image-two {
  position: absolute;
  left: -2%;
  top: 40%;
  /* filter: hue-rotate(700deg); */
}

.hiring-image-three {
  position: absolute;
  bottom: 0;
  /* filter: hue-rotate(300deg); */
  right: -5%;
}

.all-hiring {
  width: 90%;
  margin: 20px auto;
  /* margin-bottom: 80px !important; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: 2px solid red; */
  /* border: 1px solid #c8cfcf; */
  /* background-color:white; */
}

.head-developer {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  text-align: center;
}

.head-developer h1 {
  font-size: 2.3rem;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 70px !important;
}

.head-developer p {
  font-size: 1.25rem;
  width: 70%;
  font-family: "Inter", sans-serif;
  color: #4a4b4e;
  font-weight: 500;
}

.location {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.developer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 25px auto;
}

.developer {
  width: 28%;
  display: flex;
  flex-direction: column;
  /* border: 2px solid rgb(15, 92, 225); */
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  /* background-color:#edf9ff; */
  background-color: #f3f9ff;
  transition: all 500ms;
  height: 270px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 600ms;
}

.developer:hover {
  /* transform: scale(1.02); */
  outline: 1px solid #94c6e2;
  translate: 0 -2px;
  box-shadow: 7px 7px 20px -8px #a3a3a3;
}

.left-box {
  width: 100%;
  text-align: left;
}

.left-box h2 {
  font-size: 1.1rem;
  color: #393939;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  width: 80%;
  margin: 15px auto;
  /* border: 2px solid black; */
}

.first-developer {
  /* height: 100px; */
}

.first-left-box div p {
  width: 100% !important;
}

.left-box div {}

.left-box div p {
  /* margin-right: 20px; */
  width: 80%;
  margin: 10px auto;
  /* margin-bottom: 15px; */
  font-size: 1.05rem;
  font-family: "Inter", sans-serif;
  color: #677788;
  /* border: 2px solid white; */
  font-weight: 400;
}

.developer:hover i {
  /* transition: transform linear 300ms; */
  color: #0087cf !important;
}

.developer:hover .right-box button {
  background-color: #066ea6 !important;
  color: white;
}

.right-box {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  margin-bottom: -5px !important;
}

.right-box button {
  border: 2px solid rgba(99, 102, 241, 0.35);
  text-align: center;
  width: 70%;
  border-radius: 10px;
  height: 40px;
  color: white;
  background-color: #0087cf;
  box-shadow: 0px 7px 14px -7px #00a6fff5;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 600ms;
}

/* hiring end  */

/* footer Start  */

/* .footer{
    width: 100%;
    position: relative;
}
*/
.shape-pic {
  /* position: absolute; */
  /* bottom: 8%; */
  /* right: 10%; */
  width: 70%;
  filter: hue-rotate(300deg);
}

/* footer end  */

.keep-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  /* font-family: arial; */
}

.container-card {
  width: 90%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px auto;
}

.container-card .card {
  position: relative;
}

.container-card .card .face {
  width: 335px;
  height: 180px;
  transition: 0.4s;
  border-radius: 20px;
}

.first-left-box {
  width: 80%;
  /* border: 2px solid black; */
}

.first-left-box h2 {
  width: 100%;
  /* border: 2px solid black; */
  /* margin-left: 20px; */
}

.front-zero {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px !important;
}

.front-two {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: -15px !important;
}

.front-two p {
  font-family: "Inter", sans-serif;
  color: #434444;
  font-weight: 500;
  width: 70%;
  font-size: 1rem;
  padding-left: 27px;
  /* border: 2px solid black ; */
  margin-top: 7px;
  /* text-align: center; */
}

.front-two span {
  font-family: "Inter", sans-serif;
  color: #434444;
  font-weight: 500;
  width: 30%;
  font-size: 1rem;
  /* padding-right:0px ; */
  /* border: 2px solid black ; */
  margin-top: 7px;
  /* text-align: center; */
}

.front-zero h3 {
  width: 115px;
  text-align: center;
  padding-top: 5px;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px !important;
  font-weight: 500;
  height: 30px;
  font-size: 0.85rem;
  color: white;
  background-color: #252528;
  border: 1px solid rgb(66, 78, 85);
}

.cont-right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid black; */
  /* padding: 15px; */
}

.container-card .card .face.face1 {
  position: relative;
  background: #ecf4fd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: start;
  z-index: 1;
  cursor: pointer;
}

.front-one {
  display: flex;
  width: 85%;
  margin: 0 auto;
}

.container-card .card:hover .face.face1 {
  transform: translateY(0);
  box-shadow: inset 0 0 60px whitesmoke, inset 20px 0 80px rgb(194, 232, 247),
    inset -20px 0 80px rgb(217, 245, 245), inset 20px 0 300px rgb(197, 230, 243),
    inset -20px 0 300px rgb(216, 237, 237), 0 0 50px #fff,
    -10px 0 30px rgb(247, 247, 247), 10px 0 30px rgb(255, 255, 255);
}

.container-card .card .face.face1 .content {
  transition: 0.5s;
  text-align: center;
}

.container-card .card:hover .face.face1 .content {
  opacity: 1;
}

.container-card .card .face.face1 .content img {
  width: 170px;
  color: rgb(25, 7, 7);
  display: inline-block;
  margin-top: -5px;
}

.container-card .card .face.face1 .front-one .left-box h2 {
  font-size: 1.1rem;
  color: rgb(67, 67, 70);
  text-align: left;
  font-weight: 550;
  font-family: "Heebo", sans-serif;
}

.cont-right img {
  width: 40px !important;
  /* border: 2px solid red; */
}

.container-card .card .face.face1 .content a {
  transition: 0.5s;
}

.container-card .card .face.face2 {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 55px;
  box-sizing: border-box;
  box-shadow: 0 8px 10px -5px rgba(183, 202, 222, 0.8);
}

.container-card .card .face.face2 p {
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #0c0c0c;
  font-weight: 500;
  font-size: 1.05rem;
}

.container-card .card:hover .face.face2 {}

.card {
  border: none !important;
  margin: 25px auto;
}

.pt-4 p {
  font-size: 1rem;
}

.container-card .card .face.face2 .content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Inter", sans-serif;
  border: 2px solid black;
}

.cont-btn {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}

.cont-btn a {
  width: 160px;
  margin: 10px auto;
  display: flex;
  box-shadow: 4px 4px 5px rgb(143, 148, 157);
  justify-content: center;
  background-color: #252528;
  align-items: center;
  font-family: "Inter", sans-serif;
  text-align: center;
  border: 2px solid black;
}

.container-card .card .face.face2 .content a {
  text-decoration: none;
  color: white;
  height: 33px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  border-radius: 20px;
  padding-top: -5px;
  display: inline-block;
}

.container-card .card .face.face2 .content a:hover {
  background: #333;
  color: whitesmoke;
  box-shadow: 4px 4px 5px rgb(143, 148, 157);
}

.box-card {
  width: 23%;
  border: 1px solid #f7e9c3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 5px;
  margin-bottom: 25px !important;
  border-radius: 10px;
  background-color: #ffffff;
  /* transition: 1s all ease; */
}

.box-card:hover {
  border: 1px solid #eecc6f;
  background-color: white;
  transform: translateY(-8px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.top-box {
  width: 90%;
  display: flex;
  margin: 10px auto;
}

.left-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.left-top img {
  width: 45px;
  /* height: 60px; */
}

.card-name-first {
  width: 85%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: start; */
}

.card-name-first p {
  margin: 0 15px;
  font-size: 17px !important;
  line-height: 28px !important;
  font-weight: 600;
  color: #05264e;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.card-name-first span {
  margin: 0 15px;
  margin-top: 2px !important;
  font-weight: 400;
  color: #a0abb8;
  font-size: 0.85rem !important;
  line-height: 1.25rem !important;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.fa-location-dot {
  margin-right: 5px !important;
}

.right-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  margin-top: 6px !important;
  margin: 3px auto;
}

.right-top span {
  width: 35%;
  text-align: left;
  font-size: 0.84rem;
  font-weight: 400;
  color: #a0abb8;
  margin-right: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.fa-briefcase {
  color: #a0abb8;
  margin-right: 7px;
}

.right-top p {
  font-size: 0.86rem;
  line-height: 28px !important;
  font-weight: 400;
  color: #a0abb8;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0 auto;
  text-align: center;
  padding-left: 2px;
  width: 65%;
}

.right-top p i {
  margin-right: 5px;
  color: #a0abb8;
}

.mid-box {
  width: 90%;
  margin: 10px auto;
  /* display: flex; */
  /* border: 2px solid black; */
  /* align-items: center; */
  /* justify-content: center; */
}

.mid-box h2 {
  font-size: 1.09rem !important;
  line-height: 22px !important;
  font-weight: 600;
  color: #05264e;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0 auto;
  width: 98%;
  /* height: 40px; */
}

.w-full {
  width: 90%;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 10px auto;
  margin-top: 2px !important;
}

.w-full p {
  width: 100%;
  color: #4f5e64;
  font-size: 14px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.apps {
  width: 90%;
  margin: 10px auto;
  text-align: left;
}

.grey-small {
  background-color: #eff3fc;
  font-size: 14px;
  margin-right: 5px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #4f5e64;
}

.rounded-full {
  background-color: #5a74ff;
  height: 8px;
  border-radius: 10px;
}

.applied {
  width: 90%;
  text-align: left;
  display: flex;
  margin: 15px auto;
  margin-top: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amount {
  width: 50%;
  font-size: 14.5px !important;
  line-height: 28px !important;
  font-weight: 600;
  color: #161c2d;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.applied span {
  font-size: 14.5px !important;
  line-height: 28px !important;
  font-weight: 500;
  color: rgb(124, 135, 152);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.app-bttn {
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
}

.applied .price {
  color: #df9000;
  font-weight: 600;
  font-size: 1.05rem !important;
}

.amount .muted {
  font-size: 0.9rem !important;
  color: #2c2c2c;
  font-weight: 500;
}

.app-bttn a {
  width: 78%;
  /* border: 2px solid black; */
}

.app-bttn a button {
  width: 100%;
  font-size: 0.9rem !important;
  line-height: 28px !important;
  font-weight: 600;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: rgb(255, 145, 0);
  /* border: none; */
  border: none;
  border-radius: 5px;
  height: 38px;
  margin-bottom: 2px;
  padding-bottom: 4px;
  cursor: pointer;
  /* box-shadow: 0 0 2px 2px rgb(241, 244, 247); */
}

.app-bttn button:hover {
  /* background-color:#5a74ff; */
  /* color: white; */
}

.box-card:hover .app-bttn button {
  background-color: rgb(255, 72, 0);
  color: white;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.fnc {
  /* you can add color names and their values here
   and then simply add classes like .m--blend-$colorName to .fnc-slide 
   to apply specific color for mask blend mode */
}

.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 87vh;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
  box-sizing: border-box;
}

.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #f5b11e;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #f59a12;
}

.fnc-slider .m--navbg-dark {
  background-color: #fab31a;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #f5a40e;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #f5b70e;
}

.fnc-slider .m--navbg-green {
  background-color: #f5ac0e;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #ecc410;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #f7a610;
}

.fnc-slider .m--navbg-red {
  background-color: #f3d00b;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #f5f107;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #f15c06;
}

.fnc-slider .m--navbg-blue {
  background-color: #f15c06;
}

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  /* top: 1%; */
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}

.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}

.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 40%;
}

.fnc-slide__heading {
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 70px;
  color: #fff;
  word-spacing: 10px;
}

.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}

.fnc-slide__heading-line span {
  display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}

.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  /* text-transform: uppercase; */
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}

.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}

.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}

.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #fcbc0d;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}

.fnc-nav__controls {
  font-size: 0;
  background-color: #ff8a00 !important;
}

.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 36px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  /* background-color: #ff8a00 !important; */
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}

.fnc-nav__control.m--active-control {
  background: #1F2833;
}

.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 87vh;
  perspective: 1500px;
  background: #000;
}

.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}

.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
  box-sizing: border-box;
}

.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.demo-cont__credits-close:before {
  transform: rotate(45deg);
}

.demo-cont__credits-close:after {
  transform: rotate(-45deg);
}

.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
}

.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}

.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  /* background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/blackwidow.jpg'); */
  background-image: url('./job-img/banner-01.jpg');
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url('./job-img/03.jpg');
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url('./job-img/banner-02.jpg');
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url('./job-img/01.jpg');
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* COLORFUL SWITCH STYLES 
 ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}

.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}

.colorful-switch:hover:before {
  background: #4C735F;
}

.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}

.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__dot {
  transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__on {
  transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}

.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}

.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off {
  transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before,
.colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:before,
.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:after {
  transition-delay: 0s;
}

.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked~.colorful-switch__label .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}



.heading {
  width: 100%;
  margin: 60px auto;
  margin-top: 40px !important;
}

.sub-heading {
  margin: 15px auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.input-sec {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  padding-left: 70px;
}

.sub-heading {
  width: 90%;
}

.sub-heading h1 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #141414;
}

.sub-heading p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 10px auto;
  color: #141414;
}

.what {
  width: 40%;
  margin: 10px auto;
}

.left-icon {
  position: relative !important;
}

.what label {
  font-weight: 500;
  color: #2b2e30;
}

.where label {
  font-weight: 500;
  color: #2b2e30;
}

.left-icon input {
  width: 90%;
  padding-left: 40px;
  height: 50px;
  box-shadow: none;
  border: 1px solid #ff8a00;
  position: relative;
  margin: 5px auto;
}

.left-icon input:focus {
  outline: 0;
}

.what .left-icon i {
  left: 15px;
  top: 50%;
  right: auto;
  font-size: 16px;
  position: absolute;
  color: #ff8a00;
  transform: translateY(-50%);
  transform: translateY(-50%);
}

.where .left-icon i {
  left: 15px;
  top: 50%;
  right: auto;
  font-size: 16px;
  position: absolute;
  color: #ff8a00;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-holder {
  border: 1px solid #eeeeee;
  color: #626262;
  border-radius: 0px;
  height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
}

.where {
  width: 40%;
  margin: 10px auto;
}

.find-btn {
  width: 20%;
  margin: 10px auto;
}

.find-btn i {
  margin-right: 4px;
}

.find-boost {
  width: 130px;
  height: 50px;
  background: #ff8a00;
  border-color: #ff8a00;
  color: white;
  font-size: 0.9rem;
  margin-top: 23px;
  cursor: pointer;
}

.find-boost:hover {
  background: #e07900;
  border-color: #e07900;
}

/* Cards Start  */
.keep-card h1 {
  border-bottom: 3px solid rgb(255, 153, 0);
  color: #212529;
  font-weight: 600;
  font-size: 2.1rem;
}

.keep-card h1 i {
  font-size: 1.8rem !important;
}

.location {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.up-location {
  width: 90%;
  margin: 20px auto;
}

.up-location h1 {
  width: 100%;
  text-align: center;
  font-size: 2.15rem;
  color: #212529;
  font-weight: 600;

}

.up-location p {
  width: 100%;
  text-align: center;
  color: #66789C;
  font-size: 1.15rem;
}

.lower-location {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.lower-one {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.denmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24%;
  margin: 10px 15px;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.denmark:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}




.country {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

.country h3 {
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
}

.companies {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
}

.companies p {
  color: #66789C;
  width: 50%;
  font-size: 12px;
}

.companies span {
  color: #66789C;
  width: 50%;
  font-size: 12px;
  text-align: right;
}

.france a img{
  width: 100%;
  margin-top: 7px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.france {
  display: flex;
  min-width: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  margin: 10px 15px;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.france a{
  width: 94%;
  border-radius: 16px;
}

.france:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.germany {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 41%;
  margin: 10px 15px;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.germany:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.lower-two {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.Holland {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.333;
  margin: 10px 15px;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.Holland img {
  width: 93%;
  margin-top: 10px;
}

.Holland:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.London {
  width: 41.666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 15px;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.London img {
  width: 93%;
  margin-top: 10px;
}

.London:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.usa {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 15px;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.usa img {
  width: 93%;
  margin-top: 10px;
}

.usa:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}




.one-slide {
  border-radius: 3px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.1rem;
  height: 300px;
}



/* job page CSS  */
.modalContainer.show .main-loader.submitModal {
  right: 0;
}

.modalContainer .main-loader.submitModal .application {
  position: sticky;
  top: 8px;
  background-color: white;
}

.modalContainer .main-loader.submitModal {
  position: fixed;
  top: 84px !important;
  right: -150%;
  background: white;
  margin: 0;
  width: 750px;
  max-width: 90vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 56;
  transition: all 0.5s ease-in-out;
}

.modalContainer.show .overlay {
  display: block;
}

.modalContainer .overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: #00000075;
  z-index: 55;
}

.searchcountry {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.searchcountry input {
  width: 30%;
  height: 38px;
  border: 1px solid #f8a74a;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 20px;
  font-size: 13.5px;
  font-weight: 500;
}

.searchcountry input:focus {
  outline: 0;
}

.searchcountry button {
  width: 42px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: none !important;
  border: 1px solid #f8a74a;
}

.searchcountry button i {
  font-size: 1.2rem;
}
.searchcountry button i:hover {
  color: #2c2c31 !important;
}

/* .searchcountry input .searchcountry button i:hover {
  background-color: rgb(255, 72, 0);
} */

/* countries box slider start */


.happyheaders{
  width: 100%;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  position:fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
  }


  .shadowmerge{
  box-shadow: 0 0 2px 2px #b9c2d7;
}


.resumeheaders{
  width: 90%;
  display: flex;
  margin: 5px auto;
}
.happylogos{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.happylogos img{
  width: 132px;
}

.happylogos a{
  width: 42%;
  display: flex;
  align-items: center;
 
  justify-content: start;
}


/* dropdown sign in */

/* end */


.linksicon{
  width: 63%;
  display: flex;
  align-items: center;
  gap:"30px";
  justify-content: end;
  /* margin-right: 10px; */
}
.linksicon ul{
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0px 0;
}
.linksicon ul a{
 text-decoration: none;  
}
.linksicon ul a li{
  list-style: none;  
  padding: 0.6875rem 1rem;
    font-size: .875rem;
    padding: 0.5rem 1rem;
    font-weight: 400;
    color: #2F281E;
    text-decoration: none;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
}
.linksicon ul a li:hover{
  color: #FF9900;
}
.signbtn{
  /* width: 100%; */
  display: flex;
  align-items: center;
  /* justify-content: end; */
 
}
/* .signbtn a{
  padding: 0.5rem 1.1rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    background-color: #ff9900;
    border-color: #FF9900;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 0.5rem;
    transition: color .2s ease-in-out;
} */
.signbtn a:focus{
  outline: 0;
}

/* .signbtn:hover{
  background-color: #fd390e;
    border-color: #fd390e;
    color: #fff;
    box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(253, 86, 49, .1), 0 0.375rem 0.75rem -0.125rem rgba(253, 86, 49, .4);
} */


@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-108rem, 0, 0);
  }
}

.img-ticker {
  animation: ticker-kf 50s linear infinite;
}

.img-ticker:hover {
  animation-play-state: paused;
}



@keyframes ticker-kf-two {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(108rem, 0, 0);
  }
}

.img-ticker-two {
  animation: ticker-kf-two 50s linear infinite;
}

.img-ticker-two:hover {
  animation-play-state: paused;
}






/* countries box slider end  */


/* responsive header start  */

.navbar-expand-lg {
  /* background-color: #ffffff; */
}

nav .logo {
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
}

nav .links {
  float: right;
  padding: 0;
  margin: 0;
  width: 60%;
  height: 100%;
  max-height: 500px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all .5s ease-in-out;
}

nav .links li {
  list-style: none;
}

nav .links a {
  display: block;
  padding: 1em;
  font-size: 15px !important;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  position: relative;
}

nav .links a:hover {
  color: rgb(10, 46, 176);
}

nav .links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

nav .links a:hover::before {
  visibility: visible;
  transform: scaleX(1);
  color: rgb(1, 1, 3);
}

#nav-toggle {
  position: absolute;
  top: -100px;
}

nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

nav .icon-burger .line {
  width: 25px;
  height: 3px;
  background: #d3531a;
  margin: 3px;
  border-radius: 3px;
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 768px) {
  nav .logo {
    float: none;
    width: auto;
    justify-content: center;
  }

  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 100%;
    width: auto;
    height: auto;
    max-height: 500px;
    flex-direction: column;
    justify-content: space-evenly;
    background: url(./job-img/Solid_white.svg.webp);
    background-size: cover;
    /* background-color: rgba(255, 255, 255, 0.8); */
    overflow: hidden;
    transition: all .5s ease-in-out;
  }

  nav .links a {
    font-size: 20px;
  }

  nav :checked~.links {
    bottom: 0;
  }

  nav .icon-burger {
    display: block;
  }

  nav :checked~.icon-burger .line:nth-child(1) {
    transform: translateX(0px) rotate(360deg);
  }

  nav :checked~.icon-burger .line:nth-child(3) {
    transform: translateX(0px) rotate(360deg);
  }

  nav :checked~.icon-burger .line:nth-child(2) {
    /* opacity: 0; */
    transform: translateX(0px) rotate(360deg);
  }
}

@media screen and (max-width: 764px) {
  .happyheaders{
    display: none;
  }
  .demo-cont{
    margin-top: -40px;
  }
}
@media screen and (min-width: 764px) {
  .hamburger{
    display: none !important;
  }
  .demo-cont{
    margin-top: 62px;
  }
 
}

/* responsive header end  */


/* blog section CSS start  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-blog{
  width: 100% !important;
}
.col-md-4{
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.btn-sm{
  border: 1px solid rgb(213, 224, 247);
  background-color: rgb(219, 225, 243);
}

.sub-blog{
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  margin-top: -80px !important;
}
.col-md-8{
  width: 88%;
  /* border: 2px solid black; */
}
.swiper-slide{
  width: 359px !important;
  margin-top: 10px !important;
  border-radius: 16px;
  border: 1px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 0px;
  
  margin-right:22px !important;
  background: #ffffff;
}
.swiper-slide:hover{
  border:1px solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
      transform: translateY(-3px);
      transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.only-img{
margin-top: -25px !important;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.only-img img{
  width: 93%;
  border-radius: 15px;
  margin: 10px auto !important;
}
.event{
  width: 90%;
}
.event button{
padding: 1px 10px;
  background: #E0E6F7;
  border: none;
  border-radius: 5px;
  color: #3C65F5;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.only-para{
  width: 100%;
}
.only-para h2{
  width: 90%;
  color: #05264E;
  font-weight: 600;
  font-size: 20px;
  margin: 15px auto;
}
.only-para p{
  font-size: 15px;
  width: 90%;
  line-height: 1.5;
  margin: 0 auto;
  color:  #4F5E64;
}
.admin{
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
  margin-bottom: 10px;
}
.profile{
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile img{
  
  border-radius: 50%;
}
.month{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.month span{
  color: #475566;
  font-size: 0.85rem;
  font-weight: 600;
  /* text-align: left; */
  width: 90%;
}
.month p{
  color: #66789C;
  font-size: 0.8rem;
}
.time{
  color: #66789C;
  width: 35%;
  font-size: 0.75rem;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: -20px !important;
}
.headingupper{
position: relative;
width: 70%;
margin: 0 auto;
margin-left: 60px;
margin-bottom: -108px !important;
} 

.headingupper img{
position: absolute;
bottom: -10px;
left: 20px;
}

.blogheading{
width: 95%;
margin: 0 auto !important;
font-weight: 600;
color: #05264E;
font-size: 2.3rem;
}

/* blog section css end  */

/* Apply Form JD CSS start  */

.apply {
  width: 100%;
  margin-top: 46px;
  /* border: 2px solid black; */
}

.back-image {
  /* background: url(./home-image/hiring.webp); */
  background: url(./job-img/office-5.jpg) no-repeat top center; 
  background-blend-mode: darken;
  background-size:cover;
  /* background-size: contain; */
    /* resize: both; */
  /* opacity: 0.9; */
  height: 400px;
  width: 100%;
  margin-top: -10px;
  display: flex;
  border-bottom-left-radius: 30px ;
  border-bottom-right-radius: 30px ;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(3, 38, 32, 0.7) !important; */
}

.bg-emerald-900\/90 {
  border-bottom-left-radius: 30px ;
  border-bottom-right-radius: 30px ;
  background: rgba(30, 34, 40, .2);
  height: 400px;
  margin: 0 auto;
  margin-top: 35px !important;
  width: 100%;
  /* background-color: rgba(20, 21, 21, 0.4) !important; */
}

.inset-0 {
  inset: 0px !important;
}

.absolute {
  position: absolute !important;
  top: 0;
}



.form-heading p {
  font-size: 1.3rem;
  letter-spacing: 0.025em !important;
}
.form {
  width: 100%;
  /* margin-bottom: 50px; */
}

.sub-form {
  width: 90%;
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 0 auto;
}

.information {
  position: sticky;
  top: 20px;
  /* bottom: 0 !important; */
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 45px auto;
  background-color: white;
  /* border-right: 2px solid rgb(200, 215, 229); */
  /* border: 2px solid black; */
}

.job-info {
  /* border: 2px solid blue; */
  border-bottom: 2px solid rgb(200, 215, 229);
  width: 100%;
}

.job-info h1 {
  /* border: 2px solid black; */
  margin-left: 12px;
  padding-left: 20px;
  color: #161c2d;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.employee {
  width: 100%;
}

.employee ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 15px;
  /* border: 2px solid black; */
  margin-right: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgb(200, 215, 229);
  padding-bottom: 12px;
}

.employee ul li i {
  font-size: 1.1rem;
  margin-top: 15px;
  /* color: #3f3f3f; */
  color: #141414;
  opacity: 0.8;
}

.employee ul li div {
  margin-left: 20px;
}

.employee ul li div p {
  margin-bottom: 5px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #161c2d;
  font-weight: 500;
  font-size: 1.1rem;
}

.employee ul li div span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #388bff;
  font-weight: 500;
  font-size: 1rem;
}

.description {
  width: 70%;
  /* background-color: #f3f4f7; */
  /* border: 2px solid black; */
  margin: 40px auto;
}

.long-para {
  width: 90%;
  /* border: 2px solid rgb(198, 26, 26); */
  margin: 0 auto;
  margin-bottom: 50px !important;
}

.long-para h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #161c2d;
  font-size: 1.3rem;
  margin-bottom: 20px !important;
}

.long-para p {
  /* margin: 0px 0px; */
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: rgb(102, 108, 116);
  font-weight: 500;
  line-height: 1.625;
  margin-top: 0.7rem !important;
  font-size: 1.05rem;
}

.fa-circle-right,
.fa-right-long {
  /* background-color: white; */
  color: #388bff;
  margin-right: 8px;
  font-size: 0.8rem;
}

.para-line {
  margin: -3px auto !important;
}

.apply-btn {
  width: 85%;
  /* border: 2px solid black; */
  margin: 20px auto;
  /* margin-bottom: 0px !important; */
  /* margin-right: 60px !important; */
}

.apply-btn button {
  width: 150px;
  height: 45px;
  background-color: #1167e1;
  border: none;
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 20px;
  border-radius: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 400ms ease;
}

.apply-btn button:hover {
  transform: scale(0.95);
}

.btn-one {
  background-color: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
}

.submit {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
}

.main-loader {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  /* border: 2px solid black; */
}
.loader-line{
  /* border: 2px solid black; */
}
.head-loader{
  width: 80% !important;
  /* border: 2px solid red; */
  margin: 0 auto;
}
.head-loader h1{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 16px;
  letter-spacing: 0.025em !important;
}
.head-loader p{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  color: #091e42;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: .02rem;
}

.name-loader {
  width: 80%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.name input {
  width: 75%;
  font-family: Muli, sans-serif;
  font-size: .8rem;
  appearance: none;
  /* outline: 2px solid blue; */
  background-color: #fff;
  border: 2px solid #ebedf5;
  padding: 13px 10px;
  color: #091e42;
  border-radius: 4px;
  transition: all .5s;
  font-size: .88rem;
  /* border: 2px solid black; */
}
.name label{
  color: #091e42;
line-height: 1.3rem;
text-align: left;
margin-bottom: 8px;
font-size: 0.98rem;
font-weight: 600;
font-family: 'Plus Jakarta Sans', sans-serif;
}
.name input:focus {
  outline: 1px solid #0065ff;
}

.headline-loader {
  width: 80%;

  display: flex;
  flex-direction: column;
}
.headline-loader input{
  width: 88%;
  font-weight: 600;
  letter-spacing: .02rem;
     appearance: none;
  /* outline: 2px solid blue; */
  background-color: #fff;
  border: 2px solid #ebedf5;
  padding: 13px 10px;
  color: #091e42;
  border-radius: 4px;
  transition: all .5s;
  font-size: .88rem;
}
.headline-loader label{
      color: #091e42;
      line-height: 1.3rem;
      text-align: left;
      margin-bottom: 8px;
      font-size: 0.98rem;
      font-weight: 600;
      font-family: 'Plus Jakarta Sans', sans-serif;
}
.headline-loader input:focus{
  outline: 1px solid #0065ff;
}
.gh-form-box{
  width: 80%;
  display: flex;
  flex-direction: column;
}
.gh-form-box label{
      color: #091e42;
      line-height: 1.3rem;
      text-align: left;
      margin-bottom: 8px;
      font-size: 0.98rem;
      font-weight: 600;
      font-family: 'Plus Jakarta Sans', sans-serif;
}
.resume-upload label{
  color: #091e42;
  line-height: 1.3rem;
  text-align: left;
  margin-bottom: 8px;
  font-size: 0.98rem;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.gh-widget-tip p{
  color: #6d7074;
      line-height: 1.3rem;
      text-align: left;
      margin-bottom: 38px;
      font-size: 0.98rem;
      font-weight: 600;
      font-family: 'Plus Jakarta Sans', sans-serif;
}
.gh-form-box textarea{
  width: 88%;
  background-color: var(--primary-03);
  border: 1px solid  #ebedf5;
  resize: none;
  min-height: 160px;
  padding: 10px;
  font-size: .82rem;
  outline: none;
  overflow: auto;
  max-width: 100%;
  border-radius: 3px;
  color: #091e42;
  transition: all .2s;
  line-height: 1.6;
}
.gh-form-box textarea:focus{
  outline: 1px solid #0065ff;
 }
 .resume-upload{
  margin-top: 40px;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  /* border: 2px solid black; */
 }
 .resume-upload label, input{
  /* border: 2px solid black; */
  width: 25%;
 }
 .submit-btn{
  width: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
 }
 .submit-btn button{
  background-color:#0065ff;
      height: 40px;
      color: white;
      padding-bottom: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      border-radius: 4px;
      cursor: pointer;
      width: 150px;
      margin:10px 10px;
      line-height: 1.3rem;
      font-size: 0.98rem;
      font-weight: 600;
      border: none;
      font-family: 'Plus Jakarta Sans', sans-serif;
 }
 .sub-mit{
  background-color: #fff !important;
  box-shadow: inset 0 0 0 1px #dce0e8 !important;
  color:#091e42 !important;
 }
 .sub-mit:focus{
      outline: 1px solid #0065ff;
 }
 .gh-widget-upload{
  background-color: #fff !important;
  box-shadow: inset 0 0 0 1px #dce0e8 !important;
  color:#091e42 !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px ;
  width: 200px !important;
  cursor: pointer;
  margin-top: 7px;
  /* padding: 0 5px 0 0!important; */
 }
 .gh-widget-upload i{
  margin: 0 10px;
  margin-left: -25px !important;
 }
 .loader-line{
width: 100%;
/* display: block; */
border-bottom:1px solid  #ebedf5;
margin-bottom: 20px;
 }
 .head-loader{
  width: 70%;
 }

 .position-name{
  width: 90%;
  margin: 0px auto;
  /* border: 2px dotted rgb(2, 2, 2); */
  display: flex;
  align-items: center;
  /* background-color: white; */
  /* border-bottom-right-radius: 10px; */
  /* border-bottom-left-radius: 10px; */
  /* box-shadow: 0 0 2px 2px rgb(238, 243, 255); */
 }
 .com-logo{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 2px solid blue; */
 }
 .com-name{
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-top: 18px;
    margin-top: -15px;
    margin-bottom: 43px;
  /* border: 2px solid red; */
 }
 .com-name h1{
  color: #161c2d;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em !important;
  margin: 0 0;
 }
 .com-location p{
  color: #6d7074;
  line-height: 1.3rem;
  font-size: 1rem;
  
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
 }
 .background-logo{
  width:170px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fdffff;
  box-shadow: 0 0 2px 2px rgb(226, 240, 249);
  margin: 10px 0;
  /* border: 2px solid rgb(102, 127, 235); */
 }
 .background-logo img{
  width: 140px;
 }
 .com-location{
  display: flex;
  margin-top: 10px;
 }

       /* apply form CSS  */

       .modalContainer.show .main-loader.submitModal {
        right: 0;
      }
      .modalContainer .main-loader.submitModal .application {
        position: sticky;
        top: 0;
        background-color: white;
      }
      .modalContainer .main-loader.submitModal {
        position: fixed;
        top: 0;
        right: -150%;
        background: white;
        margin: 0;
        width: 750px;
        max-width: 90vw;
        height: calc(100vh - 87px);
        overflow-y: auto;
        z-index: 56;
        transition: all 0.5s ease-in-out;
      }
      
      .modalContainer.show .overlay {
        display: block;
      }
      .modalContainer .overlay {
        display: none;
        position: fixed;
        inset: 0;
        background-color: #00000075;
        z-index: 55;
      }

      body.scrollStop{
        overflow: hidden;
      }
      
      /* Apply form CSS end */