@import url(font-awesome/css/font-awesome.min.css);



@font-face {
  font-family: 'LatoReg';
  src: url(lato-regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Satoshi';
  src: url(satoshi-black.ttf) format('truetype');
}

@font-face {
  font-family: 'Caveat';
  src: url(Caveat.ttf) format('truetype');
}


body{

	background-color: #FFFFFF;	
  padding-top: 126px;
	
}

.form-control::placeholder { color: black; }

h1{
  color:#1f93c1;
}
.navbar{
  border-bottom: 1px solid #ebebeb;
}

.navSignLink {
  box-sizing: border-box;
  display: inline-block;
  width: 130px;
  height: 50px;
  font-family: verdana;
  font-size: 0.9rem;
  margin: 5px;
  padding-top:15px;
  background-color: #1f93c1;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: 0.4s ease-in-out;
}


.navSignLink:hover {
  box-sizing: border-box;
  display: inline-block;
  width: 130px;
  height: 50px;
   font-size: 0.9rem;
  background-color: #063f84;
  text-decoration: none;
  color: #ffffff;
  text-align: center;

}



.menuLink {
  font-size: 19px;
  color: #000000;
}


.menuLink {
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 3px;
  display: inline-block;
  color: #000;
  font-family: sans-serif;
  font-size: 18px;
  transition: all .6s ease;

  position: relative;
  z-index: 1;
}

.menuLink:hover,
.menuLink.active {
  background: #ffffff;
  color: #1f93c1;
}

.menuLink::before {
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: 3px;
  background: #1f93c1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all .6s ease;
}

.menuLink.active::before,
.menuLink:hover::before {
  visibility: visible;
  opacity: 1;
}


.homeSlider{
  margin: 0px;
  background: #000000 url("../images/home4.jpg") no-repeat center; 
  background-size: cover;
  /*background-color: #1f93c1;
  background-image: linear-gradient(to bottom right, #1f93c1, #ffffff, #1f93c1);*/
  height: 400px;
  text-align: center;
}

.homeSlider h1 {
  color: #ffffff;
  padding: 30px 0px;
  font-size: 2.8rem;
}

.homeSlider form{
  background-color: #ffffff; /*rgba(255, 255, 255, 0.5);*/
  padding:20px;
  margin: 10px;
}

.homeSlider form input, select{
  border: none; /*1px solid #ffffff;*/
  border: 0;
  box-shadow: none;
  height: 50px;
}
.homeSlider form input::placeholder {
  color: #212529;
}
.formSelect{
  border:0;
}
.formSelect option{
  color: #212529;
}

.searchButton {
   width: 170px;
  height: 50px;
  font-family: verdana;
  font-size: 1.1rem;
  margin: 5px;
   background-color: #1f93c1;
  border: 1px solid #1f93c1;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: 0.4s ease-in-out;
}


.searchButton:hover {
  font-size: 1.12rem;
  background-color: #063f84;
  text-decoration: none;
  color: #ffffff;
  text-align: center;

}

.searchButtonSmall{

  width: 110px;
  height: 46px;
  font-family: verdana;
  font-size: 1.0rem;
  margin: 5px;
  background-color: #1f93c1;
  border: 1px solid #1f93c1;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: 0.4s ease-in-out;
}

.searchButtonSmall:hover {
  font-size: 1.0rem;
  background-color: #063f84;
  text-decoration: none;
  color: #ffffff;
  text-align: center;

}


.sideCities {

  background: #e0ffff;
  padding: 4px;

}

.sideCities h1{
  font-size: 1rem;
  color:  #000000;
}

.sideCities ul{
  list-style: none;
}

.sideCities a{
  color: #063f84;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
.sideCities a:hover{
  color: #000000;
  font-size: 1.05rem;
  text-decoration: underline;
}



.footerBox {


}

.footerBox h4{
  color: #1f93c1;
  font-family: verdana;
}
.footerLinks a{
  color: #212529;
  text-decoration: none;
  font-size: 17px;
}

.footerLinks li::marker {
  content: "-";
  color: #1f93c1;
  font-weight: bold;
  font-size: 24px;
  margin-right: 3px;
}

.companySmall{
  margin: 3px;
  border: 3px solid #e3e8ee;
  padding: 3px;
  transition: 0.6s ease-in-out;
}

.companySmall:hover{
  border: 3px solid #e0ffff;
  cursor: pointer;
}

.catList{

  list-style: none;
  column-count: 2;
  column-gap:20px;
  
}

.cvSmall{
  margin: 3px;
  border: 3px solid #e3e8ee;
  padding: 3px;
  height: 150px;
  transition: 0.6s ease-in-out;
}

.cvSmall:hover{
  border: 3px solid #e0ffff;
  cursor: pointer;
}

.cvSmall img {
  margin: 5px;
}

.paymentTypeDiv {
  border: 2px solid #1f93c1;
  cursor: pointer;
  padding:4px;
  margin: 6px;
  transition: 0.5s ease-in-out;
  font-size: 1rem;
}

.paymentTypeDiv:hover {
  border: 2px solid #1f93c1;
  scale: 1.03;
}

.paymentTypeSelected {

    color: #ffffff;
    background-color: #1f93c1;

}

.smallAd{
  border-top: 1px solid #e3e8ee;
  padding: 10px 0px;
  transition: 0.6s ease-in-out;
}

.smallAd:hover{
  background: #e0ffff;
  cursor: pointer;
}

.smallAdButton{
  border-top: 1px solid #888888;
  padding: 10px 0px;
  transition: 0.6s ease-in-out;
 
}


.smallAdButton button{
  margin: 0px auto;
  width: 90%;
  height: 60px;
   background-color: #1f93c1;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: 0.4s ease-in-out;
  font-size: 24px;
}


.smallAdButton button:hover {
  box-sizing: border-box;
  display: inline-block;
  
   font-size: 25px;
  background-color: #063f84;
  text-decoration: none;
  color: #ffffff;
  text-align: center;

}

.adTytle{
  color: #1f93c1;
  font-size: 24px;
}

.jobTypeGreen{
  display: box;
  padding: 4px;
  background: #cbf4c9;
  color: #0e6245;
  font-size: 12px;
}


.jobTypePurple{
  display: box;
  padding: 4px;
  background: #e0d4ff;
  color: #5c3eb7;
  font-size: 12px;
}

.jobTypeYellow{
  display: box;
  padding: 4px;
  background: #f8e5b9;
  color: #983705;
  font-size: 12px;
}

.jobTypeGray{
  display: box;
  padding: 4px;
  background: #e3e8ee;
  color: #4f566b;
  font-size: 12px;
}



.jobPostTime{
  display: box;
  padding: 4px;
  color: #888888;
  font-size: 12px;
}

.adInfo{
  color:#212529;
  font-size: 14px;
}

.hrquote{
  margin: 5px auto;
  height: 200px;
  font-family:Caveat;
  font-size: 2.0rem;
  border: 5px solid #1f93c1;
  border-radius: 10px;
  padding: 2px 5px;
  /*background-color: #d9edf5;*/
  
}


.pageSmallTitle{
  margin: 0px;
  padding: 0px 10px;
  background-color: #1f93c1;
  background-image: linear-gradient(to bottom right, #1f93c1, #d9edf5);
  height: 100px;
  text-align: left;
}

.pageSmallTitle h1 {
  color: #ffffff;
  padding: 6px 0px;
  font-size: 1.9rem;
}


.pageTitle{
  margin: 0px;
  background: #000000 url("../images/top.jpg") no-repeat center;
  height: 300px;
  text-align: center;
}

.pageTitle h1 {
  color: #ffffff;
  padding: 30px 0px;
  font-size: 2.8rem;
}

.titleBreadcrumbs{
  color: #ffffff;
}

.titleBreadcrumbs i{
  color: #ffffff;
  font-size: 20px;
  font-weight: lighter;
}

.titleBreadcrumbs span{
  color: #ffffff;
  font-size: 20px;
  font-weight: lighter;
}

.titleBreadcrumbs a{
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  font-weight: lighter;
}

.titleBreadcrumbs a:hover{
  color: #000000;
  font-weight: lighter;
}

.signup{
  margin: 20px auto;
  width: 80%;
}

.signUpTab {
  list-style: none;
  padding: 10px;
  border-bottom: 5px solid #1f93c1;
}

.signUpTab li {
  display: inline;
  margin-right: 20px; /* optional, adds some spacing between list items */
  
}

.normalTab {
  text-decoration: none;
  font-family: verdana;
  color: #000000; 
  padding: 10px 15px;
  border: 1px solid #ffffff;
  transition: 0.4s ease-in-out; 

}

.normalTab:hover {
  text-decoration: none;
  color: #1f93c1; 
  border: 1px solid #1f93c1;
}

.activeTab {
 font-family: verdana;
 font-size: 1.1rem;
 background-color: #1f93c1;
 border: 1px solid #1f93c1;
 text-decoration: none;
 color: #ffffff;
 text-align: center;
 padding: 10px 15px;
 transition: 0.4s ease-in-out; 
}

.activeTab:hover {
  font-family: verdana;
  font-size: 1.1rem;
  background-color: #1f93c1;
  border: 1px solid #1f93c1;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  
 }

 .profileMenu {
  list-style: none;
 }
 .profileMenu a {
  box-sizing: border-box;
  display: inline-block;
  width: 300px;
  height: 40px;
  font-family: verdana;
  font-size: 1.2rem;
  margin: 5px;
  background-color: #1f93c1;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: 0.4s ease-in-out;
}


.profileMenu a:hover {
  box-sizing: border-box;
  display: inline-block;
   font-size: 1.2rem;
  background-color: #063f84;
  text-decoration: none;
  color: #ffffff;
  text-align: center;

}

.cvHeader {
  color: #1f93c1;
  font-weight: bold;
  font-size: 1.0 rem;
}

.cvHeaderBottomBorder {
  border-bottom: 3px solid #1f93c1;
}

.cvItemDelimiter {
  margin: 20px auto;
  width: 80%;
  color: #000000;
  height: 8px;
}

@media only screen and (max-width: 1000px) {
.hrquote{
  font-size: 1.8rem;
  height: 320px;
}
}

@media only screen and (max-width: 800px) {
  .hrquote{
    font-size: 1.8rem;
    height: 380px;
  }

  .homeSlider {
    height: 400px;
  }
  

  }

  @media only screen and (max-width: 576px) {
    .hrquote{
      font-size: 1.8rem;
      height: 200px;
    }
    .topSearch {
      height: 330px;
    }
    }