
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 font-family: 'Poppins', sans-serif;
}

section{
position: relative;
width: 100%; 
display: flex;
justify-content: space-between;
align-items: center;
margin: 00px 10px 0px 0px;
padding: 0px;
transition: 0.5;
}

.padding15{
  padding: 15px;
}

.cardborder{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
h2 ,h4{ font-weight: bold;}

.img{
  
  width: 90%;
  height: 90%;
  background-size: auto;
  image-rendering: pixelated;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;

}

.Content{
  position: relative;
  justify-content: space-between;
  align-items: center;
  transition: 0.5;
}

.linesection{  
  padding: 30px;
  background-color:  #032087;
}

.jobspan{color: #DE3163;font-size: 50px;}

.linesection h2 {color: #ABB2B9;}

.linesection p {color: white;}

.phone{color: #1b00ff;}

.numbera{color: #1b00ff;
font-weight: 600;}

.mainHeader { 
  height:750px;  
   background-attachment:fixed;
    background-color:#fff;
    background-image: linear-gradient(to top, rgb(25 68 163 / 58%) 0%,rgb(173 173 173 / 0%) 75%,rgb(255 255 255) 100%), url(../img/recro/main-01.svg);
    background-position:top center;
    background-repeat:no-repeat;
    background-size:100% auto;
}

.footerimage { 
  height: 350px;
  background-image:url(../img/recro/why.jpg);      

}

.homebackground {background-color: #f6f7f9;}

.jobviewheader{
 height: 350vh;
 

  background-image: url('../img/recro/job.jpeg');
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.newshome{
  background-color: #EAEFFF;
  color: #0738C4;
}

.newsHeader{
     margin-top: 20px;
     background-image: url('../img/recro/news.jpeg');
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.newsHeader h1{
  color: white;
}

.newsHeader h5{
  color: white;
}

.readmore{
  color: #263e78;
}


.jobviewcatheader{


   background-attachment:fixed;
    background-color:#fff;
   background-image: linear-gradient(to top, rgb(25 68 163) 0%,rgb(26 27 28 / 50%) 75%,rgb(255 255 255) 100%), url(../img/recro/jobhand.jpg); background-position:top center;
    background-repeat:no-repeat;
    background-size:100% auto;
}

.jobviewcatheader h1{
  padding-top: 20px;
  color: #0322bb;
 

}

.jobviewcatheader h6{
  
  color: #f1f1f1;
  

}

.contactus{
    background-image: url('../img/recro/sucess.jpg');
   background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
 background-size: cover;
}

.contactus h4{
  color: #fff;
  font-weight: 700;
}

.imagecentertext{
   display: flex;
  flex-direction: column;
  justify-content: center;
}

.imagecentertext h1{
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  color: #fff;
}

.imagecentertext p{
  margin-top: 5px;
  font-size: 17px;
  color: #fff;
}



.contactverticalcenter{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #EBF5FB;
}

.contactverticalcenter h1{
  font-weight: 700;
  padding-bottom: 20px;
}


.contactverticalcenter p{
  margin: 20px 20px 50px 20px;
}

.aboutusheader{
  background-color: #ABB2B9;

}

.vertical-center {
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.aboutus{
   height: 500px;
    background-image: url('../img/recro/aboutus.jpg');
   background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
 background-size: cover;
}



  .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: auto;
    background-color: #212F3D;
    border-radius: 30px;
   
    }

    .search_input{
      padding-left: 50px;
    color: white;
    border: 0;
    outline: 0;
    background: none;
  
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{

    caret-color:red;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }








}

.jobviewbody{
  margin: 30px 30px 0px 30px;
  padding-top: 10px;
}

.jobviewbody p,{
  color: #fff;
}



.loginbackground { 
  padding: 0px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.labalestyle{ padding: 10px;color: black }

.logintext{ padding-top: 20px;}

.logintext h3 span{
  color: #263e78;
  font-weight: 800;
  font-size: 50px;
}

.loginfirstletter span {
  font-size: 250%;
  font-weight: 800;
  color: #263e78;
}

.loginfirstletter p {
    color: black;
}

.mainHeader h1{
     text-shadow: 2px 2px #218d9f;
  font-size: 80px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.mainHeader h6{
  font-weight: 300;
  color: #fff;

  font-size: 17px;
}

.mainHeader span{
  color: #263e78;
}



header{ 
}

.mainheaderdiv{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  z-index:5;
}

header.sticky{
  position: fixed;
  top:0;
  padding-bottom: 0px;
  z-index: 1;
  background:#fff;
}




header img{  
  max-width: 400px;
  min-width: 80px;
  height: auto;
  padding: 0px;
}


header ul
{
    margin: 0;
    padding: 0;
  
      position: relative;
  display: flex;
}

header ul li
{
    list-style: none;
    /*display: block;
    position: relative;
    float: left;*/
}

header li ul
{
    display: none;

}
.bbtn{
   background-color: #089f95;
  border: none;
  color: white;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  margin: 20px 2px;
}

.bbtn:hover{
  color: white;
}

header ul li a 
{
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 600;  
    padding: 5px 15px 5px 15px;   
    margin-left: 1px;
    white-space: nowrap;

}










header ul li a:hover 
{ 
    color: #263e78;
    text-decoration: none;
}
header li:hover ul 
{
    display: block;
    position: absolute;
    
}

header li:hover li
{
    float: none;
   
}

header li:hover a 
{
      color: #36363d;
}

header li:hover li a:hover 
{
    color:  #263e78;
}

.activereg:hover {
  background-color: #00BFA6;
  color:black;
}

.activereg{

   background-color: #2659df;
  color:#fff;
}

.activelog:hover {

   background-color: #F1AB4B;
  color:black;
}

.activelog{

   background-color: #2659df;
  color:#fff;
}





header li ~ li.line {
  border-right:  2px solid #233d81;
  margin-right: 10px;
   margin-left: 10px;

}



/*media query*/


@media (max-width: 991px) { 

 
header{
  padding: 20px 40px;
}

header img{
  position: relative;
  max-width: 60px;
}

header ul
{
     position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 height: 100%;
 background: #fff;
 z-index: 1;
 flex-direction: column;
  align-items: center;
 justify-content: center;
 transition: 0.2s;
 visibility: hidden;
 opacity: 0;
}


header ul.active
{

 visibility: visible;
 opacity: 1;
}

header ul li a 
{
    display: inline-block;
    text-decoration: none;
    color: #36363d;    
    margin-left: 0px;
    text-decoration: none;
    font-size: 1em;
    margin: 10px 0;
   

}

header ul li a:hover 
{ 
    color: #263e78;
}

.toggleMenu{
  position: relative;
  width: 40px;
  height: 40px;
  background:url(../img/menu.png);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
}

.toggleMenu.active{
 
  background:url(../img/close.png);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
 

}

section{
  margin: 0px;
  padding: 0px;
}




 }


@media (max-width: 767px) {


.formheaderrow  {
padding-bottom: 15px;
}







  }





@media (min-width: 1200px) { 
 }


 @media (max-width: 1350px) { 
.numberVisible{
 visibility: hidden;
}
}




.formHeder {
    width: 100%;
    margin: 10px auto;
}

.formHeder span{
  color: #263e78;

}

.formheaderrow{

  margin-bottom: 0px;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;



}



.applynowbtn {
  background-color: #263e78;
  color: #fff;  
  font-weight: bold;
  border: none;
  cursor: pointer;    
  width: 25%;
  padding: 10px 30px;
  font-size: 16px;
 
}


.applynowbtn:hover {
  background-color:  rgba(55,145,45,.75);
  color: black;  
  font-weight: bold;
  border: none;
  cursor: pointer;    
  width: 25%;
  padding: 10px 30px;
  font-size: 16px;
 
}

.formHederf{
  width: 100%;
  align-items:center;
}

.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  padding: 10px 10px 10px 10px;
  background: #263e78;
  color: white;
  min-width: 10%;
  text-align: center;
}

/* Style the input fields */
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.email-input-container {
  display: flex;
  width: 100%;
 
}

.btn {
  background-color: #233d81;
  color: white;  
  border: none;
  cursor: pointer;    
  width: fit-content;
 
  font-size: 15px;
 
}

.input-field:focus {
  border: 2px solid dodgerblue;
}



.btn-primary:hover,
.btn-primary:focus {
    background-color: #263e78;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #263e78;
    border-color: #263e78;
}





.btn-light {
    color: #263e78;
    background-color: white;
    border-color: white;
}

section {
    padding: 0px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

img{
  height:150px;
  width:100%;
}

.iconjob{
  font-size: 50px;
  color: #02A00A;
}

.item{
  padding-left:8px;
  padding-right:8px;

}
.item-card{
  transition:0.5s;
 
   padding-top: 50px;
}
.item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.item-card-title i{  
  font-size:15px;
  transition:1s;
 
  color:#ffa710
}

.card{
  border-radius: 2px;
 border:  1px solid #eef2fd;
}



.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.cardJob:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  height:10px;  
}

.cardJob::before, .cardJob::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.cardJob::before {
  transform-origin: left top;
}
.cardJob::after {
  transform-origin: right bottom;
}
.cardJob:hover::before, .cardJob:hover::after, .cardJob:focus::before, .cardJob:focus::after {
  transform: scale3d(1, 1, 1);
}


.testimonial {
  background-color: #fff;
  text-align: center;
  padding: 20px 3px 50px;
  margin: 0px 15px 160px;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;

}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #016d9b;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 15px;
  color: #061199;
  text-align: justify;
  margin-bottom: 30px;
  font-weight: 600;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #016d9b;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 125px;
  height: 125px;
}

.testimonial .name {
  font-size: 15px;
  
  color: #263e78;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: black;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}

.owl-carousel {
  touch-action: none;
}



.process-wrapper {
  margin:auto;
  max-width:1080px;
}

#progress-bar-container {
  position:relative;
  width:100%;
  margin:auto;
  height:100px;
  margin-top:65px;
}

#progress-bar-container ul {
  padding:0;
  margin:0;
  padding-top:15px;
  position:absolute;
  width:100%;
  margin-top:-40px
}

#progress-bar-container li:before {
 
  display:block;
  margin:auto;
  width:30px;
  height:30px;
  border-radius:50%;
  border:solid 2px #263e78;
  transition:all ease 0.3s;

     
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
  border:solid 2px #fff;
         
  background: #263e78;
}



#progress-bar-container li {
  list-style:none;
  float:left;
  width:33%;
  text-align:center;
  color:#90C3FB;
  text-transform:uppercase;
  font-size:11px;
  cursor:pointer;
  font-weight:700;
  transition:all ease 0.2s;
  vertical-align:bottom;
  height:60px;
  position:relative;
}

#progress-bar-container li .step-inner {
  position:absolute;
  width:100%;
  bottom:0;
  font-size: 14px;
}

#progress-bar-container li .step-inner p{
 padding-top: 0px;
}

#progress-bar-container li .step-inner h6{
font-weight: 700;
padding-top: 10px;
text-transform:none;
}




#progress-bar-container li.active, #progress-bar-container li:hover {
  color:#263e78;
}

#progress-bar-container li:after {
  
  display:block;
  width:10px;
  height:10px;
  background:#777;
  margin:auto;
  border:solid 10px #DADADA;
  border-radius:50%;
  margin-top:45px;
  box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
  transition:all ease 0.2s;
     
}

#progress-bar-container li:hover:after {
  background:#555;
}

#progress-bar-container li.active:after {
  background:#263e78;
}

#progress-bar-container #line {
  width:80%;
  margin:auto;
  background:#DADADA;
  height:6px;
  position:absolute;
  left:10%;
  top:57px; 
  border-radius:50px;
  transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
  content:" ";
  width:3%;
  height:100%;
  background: #263e78;   
  background: linear-gradient(to right, #75baf8, #6099d6, #4c79b4, #395b93, #263e73);
  position:absolute; 
  border-radius:50px;
  transition:all ease 0.9s;
}

#progress-content-section {
  width:90%;
  margin: auto;
  background: #0ba79817;
  border-radius: 4px;
}

#progress-content-section .section-content {
  padding:30px 40px;
  text-align:center;
}

#progress-content-section .section-content h2 {
  font-size:17px;
  text-transform:uppercase;
  color:#333;
  letter-spacing:1px;
}

#progress-content-section .section-content p {
  padding-top: 20px;
  font-size:16px;
  line-height:1.8em;
  color:#424243;
}

#progress-content-section .section-content {
  display:none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode:forwards;
  transform:translateY(15px);
  opacity:0;
}

#progress-content-section .section-content.active {
  display:block;
}

@keyframes FadeInUp {
  0% {
    transform:translateY(15px);
    opacity:0;
  }
  
  100% {
    transform:translateY(0px);
    opacity:1;
  }
}




.counter {  
    padding: 10px 0;
    border-radius: 5px;
}



.count-title {
    font-size: 40px;
    padding-top: 10px;
    font-weight: normal;
  color: black;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 18px;
    font-weight: normal;   
    margin-bottom: 0;
    text-align: center;
}
.footer{
  color: #EBF5FB;
  background-color: black;
  margin-bottom: 0px;


}



/*
dkfd*/

.wrapper{

}

.wrapper form{
  padding: 0px 0px 0px 0px;
}
.wrapper form .field{
  height: 50px;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.wrapper form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 17px; 
  border: 1px solid lightgrey;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.wrapper form .field select {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 17px;
  padding-left: 20px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.wrapper form .field input:focus,
form .field input:valid{
  border-color: #4158d0;
}

.wrapper form .field select:focus,
form .field select:valid{
  border-color: #4158d0;
  height: 50px;
}

.wrapper form .field label{
  position: absolute;
  top: 50%;
  left: 20px;
  color: #999999;
  font-weight: 400;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
form .field input:focus ~ label,
form .field input:valid ~ label{
  top: 0%;
  font-size: 16px;
  color: #4158d0;
  background: #fff;
  transform: translateY(-50%);
}

form .field select:focus ~ label,
form .field select:valid ~ label{
  top: 0%;
  font-size: 16px;
  color: #fff;
  background: #fff;
  transform: translateY(-50%);
}



form .content label{
  color: #262626;
  user-select: none;
  padding-left: 5px;
}

form .field input[type="submit"]{
  color: #fff;
  border: none;
  padding-left: 0;
  margin-top: -10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  transition: all 0.3s ease;
}
form .field input[type="submit"]:active{
  transform: scale(0.95);
}
form .signup-link{
  color: #262626;
  margin-top: 20px;
  text-align: center;
}
form .pass-link a,
form .signup-link a{
  color: #4158d0;
  text-decoration: none;
}
form .pass-link a:hover,
form .signup-link a:hover{
  text-decoration: underline;
}
  
.header{
 
   background-image: url('~/img/recro/cvheader.jpg');
   height: 300px; /* You must set a specified height */
   background-color: black;
   
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}






.jobcatcard {
   
    margin: 10px 0 20px 0;
    background-color: #F6F7F6;

  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

      position: relative;
    


}

 .card-heading {
    background-color: #2E86C1;
    color: #fff;
    font-weight: bold;
    padding: 10px
}

 .card-heading h3{
  
    color: #fff;
    font-weight: bold;
   
}

 .card-heading-title {
    background-color: #233d81;
    color: #fff; 
    padding: 5px
   }

    .card-heading-title h5 {
      color: #fff;
   
   }

.invalid{
  margin: 20px;
}

.banner {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  width: 180px; /* Width of new image */
  height: 236px; /* Height of new image */
  padding-left: 180px; /* Equal to width of new image */
}



.fotterbar{  
     height: 50px;
     background-color: #CB4335;
}

.fottesec{
  height: 50px;
  background-color: #17202A;
  color: #FDFEFE;  
}
.foottitle{
  padding-top:20px;
   font-weight: bold;
   
}

.foottitle_p{
  font-size: 18px;
  font-weight: bold;
  color: #233d81;
 
}

.keyHeading{
  
}
.keyHeading h1{
  color: #fff; 
}

.keyHeading h3{
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
}

.keyHeading p{
  color: #fff;
  font-weight:300;
}

.keyHeading i{
font-size: 100px;
color: #0071bd;
padding-top: 20px;
}








.wrapperr{
  width:100%;
}
@media(max-width:992px){
 .wrapperr{
  width:100%;
} 
}
.panel-title {
  position: relative;


}
  
.panel-title::after {
  content: "\f107";
  color: #fff;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"

}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";

}


.panel-body > img {
  width: 100%;
  height: auto;
}

/*
 * Added 12-27-20 to showcase full title clickthrough
 */

.panel-heading-full.panel-heading {
  padding: 0;
}

.panel-heading-full .panel-title {
  padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

.card-columns {
   column-count: 4;

}

.blacklink{
   color: #2C3E50;
  
}




label {display:block; width:x; height:y; text-align:left;font-weight: bold;}

.wrapper .top_navbar{
  width: 100%;
  height: 65px;
  display: flex;
  position: fixed;
  top: 0;
}



.wrapper .top_navbar .logo{
  width: 250px;
  height: 100%;
  background: #3421C0;
  border-bottom: 1px solid #22119d;
}

.wrapper .top_navbar .logo a{
  display: block;
    text-align: center;
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
}

.wrapper .top_navbar .top_menu{
  width: calc(100% - 250px);
  height: 100%;
  background: #fff;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper .top_navbar .top_menu .home_link a{
  display: block;
    background: #3421C0;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
}

.wrapper .top_navbar .top_menu .home_link a:hover,
.wrapper .top_navbar .right_info .icon_wrap:hover {
    background: #5343c7;
}

.wrapper .top_navbar .right_info{
  display: flex;
}

.wrapper .top_navbar  h4{
    padding: 8px ;
    margin: 0 5px;
    color: black;
}

.wrapper .top_navbar .right_info .icon_wrap{
  padding: 8px 15px;
    border-radius: 3px;
  background: #3421C0;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}


.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;

  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }



  .roundbtn-success {
 
  font-size: 15px;
  color: #186A3B;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #186A3B;
  border-radius: 100px;
  background: transparent;
  transition: all 0.3s ease 0s;
  padding: 5px
}

.roundbtn-success:hover {
  color: #FFF;
  background:#186A3B;
  border: 2px solid #186A3B;
}

.profile{
  height: 200px;
  border-radius: 50%; 
  border: 3px solid #263e78;
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:200px;
}


.signatuer{
  height: 200px;
  border: 3px solid #263e78;
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: 10px;
  width:250px;
}

.imgesqure{
  height: 384px; 
  border: 1px solid #1f1a32; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:576px;
}


.passportimgesqure{
  height: 480px; 
  border: 1px solid #1f1a32; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:672px;
}

.drivingimgesqure{
  height: 816px; 
  border: 1px solid #1f1a32; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:528px;
}




.modelimg{
  height: 250px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:250px;

}



.profile-name{
  font-size: 18px;
  font-weight: bold;
  color: #233d81;
  padding: 10px;
}
.btn-round-lg{
border-radius: 22.5px;
align-items: center;
}

.card-img-top {
width: 100%;
height: 50%;
object-fit: cover;
}



.imgcenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.welcomesearch{
  background-color: #22469b;
  padding:  30px;
}

.viewlintbtn{
  display: block;
  width: 100%;
  border: none; 
  padding: 14px 28px;  
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #1066D3;
}

.loginbtn{  
  width: 50%;
  border: none; 
 padding: 10px ; 
  margin: 8px;
  cursor: pointer;
  text-align: center;
  color: black;
  background-color: #00BFA6;
}

.primarbtn{
   border: none; 
   padding: 10px ;
 margin: 8px;
   background-color: #F1C40F;
   color: black;
}

.partvacancy{
     border: none; 
  padding:  8px;
   background-color: #FEF9E7;
   color: #D68910;
}

.fullvacancy{
   border: none; 
  padding:  8px;
   background-color: #F2F4F4;
   color: #16A085;
}

.quntityvacancy{
     border: none; 
  padding:  8px;
   
   color: #808B96;
}




.tg-themetag {
    
    left: -5px;
   
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
     background: #ff526c;
    padding: 5px 3px 3px 10px;
    text-transform: uppercase;
}



.forgotbtn{
   width: 50%;
  border: none; 
  padding: 10px ; 
  margin: 8px; 
  cursor: pointer;
  text-align: center;
  color: black;
  background-color: #F1AB4B;
}




.viewlintbtn:hover{
  color: #fff;
  background-color: #263e78;
}

.viewbtntabale{
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 10px 50px 10px  50px;
  background-color: #1066D3;
}


.viewbtntabaleyello{
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 10px 50px 10px  50px;
  background-color: #f39f00;
}

.viewbtntabalegreen{
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 10px 50px 10px  50px;
  background-color: #1baf65;
}



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.immediate{
  background-color: #FEDDDD;
  color: #FF3002;
  padding:  20px;
}

.immediate-title::after {
  content: "\f107";
  color: #FF3002;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"

}



.myprofile{
  background-color: #002758;
  padding:  20px;
}

.catagory{
  background-color: #EBF5FB;
  padding:  20px;
  color: #024AFD;
}

.userdashboard{
  background-color: #fff;
  padding:  20px 20px 0px 20px;
  color: #23293D;
}

.userdashboard i{
   color: #b0bad6;
}



.catagorypanel-title {
  position: relative;


}
  
.catagorypanel-title::after {
  content: "\f107";
  color: black;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"

}

.catagorypanel-title[aria-expanded="true"]::after {
  content: "\f106";

}









.immediatevacancies {
  position: relative;
  width: 100%;
  
}

.immediatevacancies img {
  width: 100%;
  height: auto;
}

.immediatevacancies .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #00BFA6;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  text-align: center;
}

.immediatevacancies .btn:hover {
  background-color: #263e78;
}


.Homesearchbtn{
  height: 100%;
  width: 100%; 
  padding: 12px;
  border-radius: 2px; 
}


.welcomesearchbtn{
  height: 100%;
  width: 100%; 
  padding: 12px;
  border-radius: 2px; 
  background-color: #fff;
  color: #263e78;
  font-weight: 600;
}





.verticalLine {
  border-right: thin solid #f39f00;
}

.verticalLinestrong {
font-size: 18px;
font-weight: 500;
color: #2B344F;
}



.icon-small i{
  height: 38px;  
  width: 38px; 
  color: #fff;
  background-color: #263e78;
  border-radius: 10%;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;

}
.icon-small{
  display:flex;
  flex-direction:row;
  align-items:center;
  padding: 20px;
 
}
.details{
  padding:0 1em;
}

.details hr{
 
}

hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #263e78 inset;
}



.icon-small + p {
    margin-top: 15px;
}

.icon-small h4 {
    font-size: 16px;
  font-weight: bold;
  color: #333;
}

.icon-small h5 {
  font-size: 14px;
  font-weight: normal;
  color: #5F6A6A;
}


.jobviewapplu{
  width: 50%;
  border: none; 
  padding: 14px 28px;  
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #00BFA6;
}


.jobviewappluied{
  width: 50%;
  border: none; 
  padding: 14px 28px;  
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #B03A2E;
}



/*application*/
.application{
  padding-top: 0px;
}



.vld-overlay.is-full-page {
    z-index: 1110 !important;
}




.modal {
    z-index: 1101 !important;
}





.swal2-container{
    z-index: 1102 !important;
}



.green{ color: #1ABC9C; }

.red{  color: #E74C3C; }



.applicationhead{ 

  background-attachment:fixed;
    background-color:#fff;
   background-image: linear-gradient(to top, rgb(25 68 163) 0%,rgb(26 27 28 / 50%) 75%,rgb(255 255 255) 100%), url(../img/recro/cvmain.jpg); background-position:top center;
    background-repeat:no-repeat;
    background-size:100% auto;
}




.application form{
   padding: 0px 0px 0px 0px;
}
.application form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;

  position: relative;
}



.application form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 17px;
  padding-left: 20px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  transition: all 0.3s ease;
}



.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



.application form .field select {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 17px;
  padding-left: 20px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  transition: all 0.3s ease;
}



.application form .field input:focus,
form .field input:valid{
  border-color: #4158d0;
}


.application form .field select:focus,
form .field select:valid{
  border-color: #4158d0;
}




.application form .field label{
  position: absolute;
  top: 50%;
  left: 20px;
  color: #999999;
  font-weight: 400;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
form .field input:focus ~ label,
form .field input:valid ~ label{
  top: 0%;
  font-size: 16px;
  color: #4158d0;
  background: #fff;
  transform: translateY(-50%);
}

form .field select:focus ~ label,
form .field select:valid ~ label{
  top: 0%;
  font-size: 16px;
  color: #4158d0;
  background: #fff;
  transform: translateY(-50%);
}



form .content{
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 16px;
  align-items: center;
  justify-content: space-around;
}
form .content .checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
form .content input{
  width: 15px;
  height: 15px;
  background: red;
}
form .content label{
  color: #262626;
  user-select: none;
  padding-left: 5px;
}

form .field input[type="submit"]{
  color: #fff;
  border: none;
  padding-left: 0;
  margin-top: -10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  transition: all 0.3s ease;
}
form .field input[type="submit"]:active{
  transform: scale(0.95);
}
form .signup-link{
  color: #262626;
  margin-top: 20px;
  text-align: center;
}
form .pass-link a,
form .signup-link a{
  color: #4158d0;
  text-decoration: none;
}
form .pass-link a:hover,
form .signup-link a:hover{
  text-decoration: underline;
}




.removeicon{
    padding-top: 10px;
    font-size: 30px;
color: #FE0045;
   }



   .immediatevacancies {
  position: relative;

  
}

.immediatevacancies img {
 
}

.immediatevacancies .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #00BFA6;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  text-align: center;
}

.immediatevacancies .btn:hover {
  background-color: #263e78;
}
  













.viewbtntabaleread{
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #E74C3C;
}

.selectoptioncolour{
  color:#4158d0;
}




@media (min-width: 1200px){
  .container_body {
    max-width: 100%;
}
}



.responsive {
  width: 40%;
  height: auto;
}

.cardpadding{
  padding-top:120px; 
  padding-bottom:75px;
  padding-left:0px;
  padding-right:0px;
}