@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,800;0,900;1,300;1,800&display=swap");
html {
  scroll-behavior: smooth;
}

.pageArea {
  overflow-x: hidden;
}

.color-row {
  background-color: #205897;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #FFF;
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #FFF;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'Mont Demo';
  src: url("../css/font/MontDemo-ExtraLight.otf") format("opentype");
  font-display: swap;

}

@font-face {
  font-family: 'Segoe UI';
  src: url("../css/font/Segoe UI.ttf") format("truetype");
  font-display: swap;

}

@font-face {
  font-family: 'MontDemo';
  src: url('font/MontDemo-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* fallback shown until font loads */
}

/* Use your custom font with a fallback stack */
body {
  font-family: 'MontDemo', Arial, Helvetica, sans-serif;
  font-display: swap;

}

.jumbotron {
  background-color: #fffdfd;
  border-radius: 0px !important;
}

.main {
  max-width: 100vw !important;
}

.custom-font-bold {
  font-family: 'Mont Demo Heavy', sans-serif !important;
}

.custom-font-light {
  font-family: 'Mont Demo', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #0a0327 !important;
  line-height: 1;
}

#job_svg {
  color: red !important;
}

.job_link {
  color: #0a0327;
  text-decoration: none;
}

.job_link:hover {
  color: #05002A;
  text-decoration: none;
}

body, p {
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0.5px !important;
}

.connect {
  background-image: url("../imgs/bk-connect.png");
  background-size: cover;
  background-position: center;
  background-color: #fbfbfb;
}

.box-round {
  height: 85px;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 20px;
}

.box-round img {
  opacity: 0.3;
}

.box-round:hover {
  height: 85px;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
}

.box-round:hover img {
  opacity: 1;
}

.box {
  height: 250px;
  padding-bottom: 25px;
}

.navbar-nav li a {
  color: #05002A !important;
  font-size: 1.3em !important;
  
}

.main-nav{
  /* background-color: ; */
  
  /* background: linear-gradient(to right, rgba(247, 247, 247), rgba(5, 0, 42,1)); */
}
.active {
  font-family: 'Montserrat', sans-serif !important;
}

.nav-login-btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
  letter-spacing: 1px;
  border-radius: 50px;
}

.btn-primary {
  background-color: #05002A !important;
  border: none !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
}

.btn-primary:hover {
  background-color: #05002A !important;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#c-code {
  background-color: #FFF;
  color: #aaa;
}

.part-1 {
  background-image: url("../svgs/business-deal.svg");
  background-repeat: no-repeat;
  background-size: 60% 75%;
  background-position: bottom right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 700px) {
  .part-1 {
    background-image: none;
  }
}

.part {
  height: 100vh;
  max-width: 100vw;
}

@media only screen and (max-width: 700px) {
  .part {
    height: auto;
    max-width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .part .part-1 {
    background-color: red !important;
    background-position: center;
  }
  .part .big {
    font-size: 2em !important;
    color: #05002A !important;
  }
  .part section {
    padding-top: 55px;
  }
  .part .box {
    height: auto;
  }
}

.content-1 {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

input {
  letter-spacing: 0.5px !important;
  font-family: 'montserrat';
  color: #0a0327 !important;
}

textarea {
  letter-spacing: 0.5px !important;
  font-family: 'montserrat';
  color: #0a0327 !important;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-shadow: 0px 0px 1px 1px #ddd !important;
          box-shadow: 0px 0px 1px 1px #ddd !important;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-shadow: 0px 0px 1px 1px #ddd !important;
          box-shadow: 0px 0px 1px 1px #ddd !important;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #05002A !important;
}

td, th {
  line-height: 1.8;
  text-align: center !important;
}

::-webkit-input-placeholder {
  font-family: 'montserrat';
  color: #ccc !important;
}

:-ms-input-placeholder {
  font-family: 'montserrat';
  color: #ccc !important;
}

::-ms-input-placeholder {
  font-family: 'montserrat';
  color: #ccc !important;
}

::placeholder {
  font-family: 'montserrat';
  color: #ccc !important;
}

.big {
  font-size: 3.2em !important;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .big {
    height: auto;
    max-width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .big .part-1 {
    background-color: red !important;
    background-position: center;
  }
  .big .big {
    font-size: 2em !important;
    color: #05002A !important;
  }
  .big section {
    padding-top: 55px;
  }
  .big .box {
    height: auto;
  }
}

.about-para {
  line-height: 1.6;
}

@media only screen and (max-width: 700px) {
  .about-para {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .job-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.job-input {
  height: 43px;
  padding-left: 25px;
  border-radius: 50px !important;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: 0px;
}

@media only screen and (max-width: 700px) {
  .job-input {
    text-align: center;
    width: 280px;
  }
}

.job-input:focus {
  height: 43px;
  border: 0px;
  padding-left: 25px;
  border-radius: 50px !important;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
}

@media only screen and (max-width: 700px) {
  .job-input:focus {
    text-align: center;
    width: 280px;
  }
}

.job-btn {
  border-radius: 50px !important;
  background-color: #05002A;
  border: 0px;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  left: -120px;
  height: 38px;
  top: 2.7px;
}

@media only screen and (max-width: 700px) {
  .job-btn {
    text-align: center;
    margin-left: 220px;
    margin-top: 10px;
  }
}

.part-2 {
  height: 100vh;
  max-width: 100vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .part-2 {
    height: auto;
    max-width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .part-2 .part-1 {
    background-color: red !important;
    background-position: center;
  }
  .part-2 .big {
    font-size: 2em !important;
    color: #05002A !important;
  }
  .part-2 section {
    padding-top: 55px;
  }
  .part-2 .box {
    height: auto;
  }
}

.part-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f2f2f2;
}

.part-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.part-5 {
  background-color: #0a0327;
}

.part-5 h1 {
  padding: 25px !important;
  padding-top: 120px !important;
  text-align: center;
}

.footer {
  background: #cccc;
}

.active {
  font-weight: bolder;
}

#backjob {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 700px) {
  #backjob {
    background-image: none;
  }
}

.ml9 {
  position: relative;
  font-weight: 200;
  font-size: 4em;
}

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

.ml9 .letter {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}

.custom-radio, .custom-control-label {
  cursor: pointer !important;
}

.main-box {
  max-width: 100vw !important;
  padding: 20px !important;
}

.register_main_btn {
  margin-top: 35px !important;
  font-family: 'Montserrat';
  font-size: 1.2em;
  color: #0a0327;
  border: 1px solid #0a0327;
}

.register_main_btn:hover {
  margin-top: 35px !important;
  background-color: #0a0327;
  font-family: 'Montserrat';
  font-size: 1.2em;
  color: #fff !important;
  border: 1px solid #0a0327;
}

.eye_field {
  background: none;
  cursor: pointer;
}

.job-card {
  background: #f2f2f2;
  border-radius: 0px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.job-card:hover {
  background: #f2f2f2;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 10px 1px #ccc;
          box-shadow: 0px 2px 10px 1px #ccc;
  cursor: pointer;
}

.job-card .card-header {
  background-color: #fff !important;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.job-card-header:hover {
  background: #f7f9ff !important;
  cursor: pointer !important;
  -webkit-transition: 0.2s ease-in !important;
  transition: 0.2s ease-in !important;
  color: #fff !important;
}

.sp {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 45px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  padding: 5px;
  width: 40%;
}

.sp-btn {
  background-color: #05002A;
  color: #fff !important;
  border: 0px;
  width: 60px;
  height: 45px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.sp-btn:hover {
  background-color: #338000;
  color: #fff !important;
  border: 0px;
  width: 60px;
  height: 45px;
}

.sp:focus {
  background-color: #fff;
  border-color: #05002A;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  width: 40%;
  padding: 5px;
}

.sp:nth-child(1) {
  margin-left: 0px;
}

.job-apply-btn {
  color: #05002A !important;
  font-weight: bold;
  border-radius: 0px;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.job-apply-btn:hover {
  color: #fff !important;
  font-weight: bold;
  background: #05002A;
  border-radius: 0px;
  letter-spacing: 1px;
  border: 1px solid #05002A;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.job-card .card-body {
  background-color: #fff !important;
}

[data-scroll] {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

[data-scroll="in"] {
  opacity: 1;
}

[data-scroll="out"] {
  opacity: 0;
}

/* text animation */
.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}

.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;
}

#contact {
  background-color: #05002A;
  color: #fff !important;
  margin-top: 55px;
  padding-top: 55px;
}

.custom-control-label {
  font-size: 0.8em;
  padding-top: 2px;
}

.ui-menu .ui-menu-item a {
  color: #96f226;
  border-radius: 0px;
  border: 1px solid #454545;
}

.candidate-dashboard {
  background-color: #fafafa;
}

.candidate-card {
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 10px 1px #ccc;
          box-shadow: 0px 2px 10px 1px #ccc;
}

.custom-select option {
  height: 30px !important;
}

.adminDpImage {
  width: 200px;
  border-radius: 50%;
}

.box-collab-round {
  height: 90px;
  width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 20px;
}

.box-collab-round img {
  height: 55%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-collab-round:hover {
  height: 120px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #05002A;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 20px;
}

.box-collab-round:hover img {
  height: 65%;
  width: 80%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-box {
  height: 220px;
  width: 220px;
  border-radius: 50%;
}

.team-box img {
  width: 220px;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}

.web-visitor-body {
  height: 500px !important;
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.app-main {
  padding-top: 99px;
  max-height: 95vh;
  max-width: 100vw;
  overflow-y: hidden;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.app-main .app-sidebar {
  width: 800px;
  background-color: #fff;
}

.app-main .app-showcase {
  width: 100%;
  background-color: #fff;
  padding: 0px;
}

.app-main .sidebar-content {
  background-color: #f4f4f4 !important;
  height: calc(95vh - 180px);
  overflow-y: scroll;
  padding-bottom: 50px;
}

.app-main .showcase-content {
  background-color: #f2f2f2 !important;
  height: calc(100vh - 100px);
  overflow-y: scroll;
}

.c-list:hover {
  background-color: #72a9dc;
  cursor: pointer;
}

.sel-img-box {
  position: relative;
}

.sel-img-box:after, .sel-img-box:before {
  mix-blend-mode: multiply;
  -webkit-filter: none;
          filter: none;
  z-index: -1;
  content: '';
  width: calc(100% + (5px));
  height: calc(100% + (5px));
  position: absolute;
  display: block;
  -webkit-animation: border 10s ease-in-out infinite;
          animation: border 10s ease-in-out infinite;
  -webkit-transform: translateX(-50px) translateY(-50px);
          transform: translateX(-50px) translateY(-50px);
}

@-webkit-keyframes border {
  0%, 100% {
    -webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
    clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
  }
  50% {
    -webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
    clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
  }
}

@keyframes border {
  0%, 100% {
    -webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
    clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
  }
  50% {
    -webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
    clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
  }
}

.sel-img-box:after {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  background-color: rgba(32, 88, 151, 0.7);
  -webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
          clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
}

.sel-img-box:before {
  background-color: rgba(255, 68, 0, 0.2);
  -webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
          clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
}

/* .box:hover:after{
	animation-delay: -0.1s;
}
.box:hover:before, .box:hover:after {

          animation-duration: 0.2s;
} */
.cand-img {
  -webkit-animation: changeBorder 5s ease infinite;
          animation: changeBorder 5s ease infinite;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

@-webkit-keyframes changeBorder {
  0% {
    border: 4px double #f9581e;
  }
  25% {
    border: 4px solid #eef91e;
  }
  50% {
    border: 4px solid #1e22f9;
  }
  75% {
    border: 4px solid #f91e79;
  }
  100% {
    border: 4px solid #bf008f;
  }
}

@keyframes changeBorder {
  0% {
    border: 4px double #f9581e;
  }
  25% {
    border: 4px solid #eef91e;
  }
  50% {
    border: 4px solid #1e22f9;
  }
  75% {
    border: 4px solid #f91e79;
  }
  100% {
    border: 4px solid #bf008f;
  }
}
/*# sourceMappingURL=custom.css.map */