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

h1{
  color:#2253d0;/*#1f93c1;*/
}

a{
  color: #000000;
}

a:hover{
  color: #2253d0;
}

.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: 10px !important;
  border-radius: 10px;
  background-color: #2253d0;/*#1f93c1;*/
  border:2px solid #ffffff;
  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.93rem;
  background-color:#2253d0; /* #063f84;*/
  text-decoration: none;
  border:2px solid #C5DAEE;
  color: #C5DAEE;
  text-align: center;

}

.btn{
  border:2px solid #2253d0;
  text-decoration: none;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}

.btn:hover{
  border:2px solid #000000;
  text-decoration: none;
  color: #ffffff;
}

.logoImg {
 /*width: 200px;*/
 height: 100px;
}

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


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

  position: relative;
  z-index: 1;
}

.menuLink:hover,
.menuLink.active {
  background: #2253d0;
  color: #C5DAEE !important; /* #1f93c1;*/
}

.menuLink::before {
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: 3px;
  background: #C5DAEE; /* #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/home.jpg") no-repeat center;
  height: 500px;
  text-align: center;
}

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

.homeSlider form{
  background-color: #ffffff;
  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: 60px;
  font-family: verdana;
  font-size: 1.1rem;
  margin: 5px;
   background-color: #2253d0; /*#1f93c1;*/
  border: 1px solid #2253d0; /*#1f93c1;*/
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: 0.4s ease-in-out;
}


.searchButton:hover {
  font-size: 1.12rem;
  background-color: #2253d0; /* #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;

}

.footerBox {


}

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

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

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

}

.pageSmallTitle{
  margin: 0px;
  padding: 0px 10px;
  background-color: #d2b396; /*#1f93c1;*/
  background-image: linear-gradient(to bottom right, #d2b396, #e6e1c8);
  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 #2253d0; /*#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: #2253d0;/* #1f93c1; */ 
  border: 1px solid #2253d0;
}

.activeTab {
 font-family: verdana;
 font-size: 1.1rem;
 background-color: #2253d0;/* #1f93c1;*/
 border: 1px solid #2253d0;/* #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: #2253d0;/* #1f93c1;*/
  border: 1px solid #2253d0;/* #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: #2253d0;
  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: #1f93c1;
  text-decoration: none;
  color: #ffffff;
  text-align: center;

}



.requestItem {
  display: flex;
  margin: 5px;
  width: 360px;
  padding: 4px;
  border: 2px solid #d2b396;
  font-size: 1rem;
  transition: 0.4s ease-in-out;

}

.requestItem:hover {
  border: 2px solid #2253d0;
  background-color: #e6e1c8;
  font-size: 1rem;
  cursor: pointer;
  transform: scale(1.02);
}

.requestItem H1 {

  color: #000000;
  font-size: 1.2rem;

}

.profileArea {
   border: 3px solid #2253d0;
   background-color: #FFFFFF;
   color: #2253d0;
   border-radius: 10px;
   padding: 5px;
   

}

.profileArea A {
 color: #2253d0;
}

.profileArea B {
  color: #000000;
 }

.profileArea HR {
  color: #2253d0;
  width: 96%;
  margin: auto;
}

.galleryGrid {
    display: flex;
    flex-wrap: wrap;
}

.panelArea {
  border-bottom: 3px solid #2253d0;
}

.areaHeader {
  color:  #2253d0;
}

.requestRow {

  cursor: pointer;
  transition: transform 0.6s;

}

.requestRow:hover {

  background-color: #b7ddf4;
  cursor: pointer;
  transform: scale(1.02);

}

.leftMenu {
  padding: 4px 0px;
  border-bottom: 1px solid #000000;
  transition: transform 0.6s;
}

.leftMenu:hover {
  border-bottom: 1px solid #2253d0;
  transform: scale(1.01);
}

.leftMenu A {
  display: block;
  text-decoration: none;
  font-family: sans-serif;
}

.activeMainCat {
  color: #2253d0;
}

.leftSubMenu {
  padding: 4px;
  background-color: #d2b396;
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  transition: transform 0.6s;
}

.leftSubMenu:hover {
  border-bottom: 1px solid #2253d0;
  transform: scale(1.02);
}

.leftSubMenu A {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

.msgForm {
  position: absolute;
 display: none;
  top: 25%;
  left: 25%;
   margin: auto;
  width: 50%;
  border: 3px solid #2253d0;
  padding: 10px;
  z-index: 100;
  background: rgba(11, 102, 238, 0.5);
}

.msgForm textarea{
  width: 96%;
  height:120px;
}

.messageBox {
  margin: 6px auto;
  padding: 4px;
  border: 2px solid #d2b396;
  font-size: 1rem;
}

.ourMission {
 background-color: #b7ddf4;
 padding:14px;
 margin: 3px !important;

}

.ourMission P{

 color: #2253d0;
 font-size: 1.2rem;
 font-weight: bold;

}

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


.dropdown-menu {
  width: 250px;
}

.dropdown-item {
  width: 250px;
}

}

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

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