::-moz-selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::-webkit-scrollbar {
  width: 20px;
  border-radius:10px;
  background: rgb(85,85,85)
}
::-webkit-scrollbar-track {
  background: rgb(85,85,85);
}
::-webkit-scrollbar-thumb {
  background: rgb(255,140,0); 
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {background: rgb(85,85,85);
border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255,140,0,0.85); 
}
::-webkit-scrollbar-thumb:active {background: rgba(255,140,0,0.7)}
@font-face {
    font-family: "Brushed";
    src: url(JoinUs/Brushed.ttf);
}
@font-face {
    font-family: "Daneehand Demo";
    src: url(JoinUs/DaneehandDemo.otf);
}
@font-face {
    font-family: "Painting With Chocolate";
    src: url(JoinUs/PaintingWithChocolate.ttf);
}
@font-face {
    font-family: "Satisfy";
    src: url(JoinUs/Satisfy.ttf);
}
@font-face {
    font-family: "Waterlily";
    src: url(Joinus/Waterlily.otf);
}
*{
  box-sizing: border-box;
}
body, html {
  height: 100%;
  margin: 0;
}
p {
    font-family: "Waterlily";
    color: rgb(255, 140, 0);
    font-size: 3vw;
}
.bgimg1, .bgimg2, .bgimg3{
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg1 {
  background-image: url("JoinUs/JoinUs1.jpg");
  min-height: 100%;
}

.bgimg2 {
  background-image: url("JoinUs/JoinUs2.jpg");
  min-height: 400px;
}

.bgimg3 {
  background-image: url("JoinUs/JoinUs3.jpg");
  min-height: 400px;
}
.headcontainer {
  font-family: "Painting With Chocolate";
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.85);
}
.headcontainer span.headtagline {
  color: rgba(255,255,255,0.85);
  padding: 20px;
  font-size: 8vw;
  letter-spacing: 7px;
}
.jobintroduction{
  background-color:white;
  text-align:center;
  padding: 0vw 2vw;
}
.jobintroductionheading{
  color: rgba(255, 140, 0, 1);
  text-align: center;
  font-family: "Brushed";
  font-size: 45px;
}
.jobintroductioncontent{
  color: rgba(0, 0, 0, 1);
  font-family: "Satisfy";
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .jobintroductionheading{
    font-size: 30px;
  }
  .jobintroductioncontent {
    font-size: 25px;
  }
}
.joinusform{
  background-color:rgba(0, 0, 0, 0.85);
  text-align: center;
margin: 0;
padding: 0;
}
.givejoinusform {
  color: rgb(255, 140, 0);
  font-family: "Brushed";
  font-size: 40px;
}
.spacejoinusform {
  color: rgba(0, 0, 0, 0);
  font-size: 10px;
  margin: 0;
}
.firstname {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.lastname {
width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.phonenumber {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.email {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.jobpost {
  width: 80%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.qualification {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.salaryexpected {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.submit {
background-color: rgba(255, 140, 0, 1);
  color: rgb(255, 255, 255 );
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.submit:hover {
  background-color: rgba(255, 140, 0, 0.85);
}
.firstname {
  outline: none;
}
.firstname:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.firstname:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.lastname {
  outline: none;
}
.lastname:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.lastname:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.phonenumber {
  outline: none;
}
.phonenumber:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.phonenumber:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.email {
  outline: none;
}
.email:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.email:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.jobpost {
  outline: none;
color: rgba(0, 0, 0, 0.6);
}
.jobpost:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.jobpost:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.qualification {
  outline: none;
}
.qualification:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.qualification:focus {
  background-color: rgba(255, 140, 0, 0.5);
}
.salaryexpected {
  outline: none;
}
.salaryexpected:hover {
background-color: rgba(255, 140, 0, 0.5);
}
.salaryexpected:focus {
  background-color: rgba(255, 140, 0, 0.5);
}

.submit {
outline: none;
}
input {
font-family: "Satisfy";
font-size: 25px;
}
textarea {
font-family: "Satisfy";
font-size: 25px;
}
option {
  font-family: "Satisfy";
font-size: 25px;
}
select {
  font-family: "Satisfy";
  font-size: 25px;
  color: (0, 0, 0, 0.5);
}
.call{
  font-family: "Satisfy";
  font-size: 25px;
  color: rgb(255, 255, 255);
}
#navbar {position: fixed;
    top: -90px;
    transition: 0.3s;
    display: block;
    width: 100vw;}
.topnav {
  overflow: hidden;
  background-color: rgba(255,255,255,1);
  height: 90px;
  padding-right: 20px;

}

.topnav a {
  cursor: pointer;
  float: right;
  display: block;
  color: rgba(0,0,0,1);
  text-align: center;
  margin: 30px 16px;
  text-decoration: none;
  font-size: 30px;
  font-family: "Daneehand Demo";
}

.topnav a:hover {
  color: rgba(255,140,0,1);
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}

.topnav a:active {
  color: rgba(255,140,0,1);
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}


@media screen and (max-width: 1000px) {
  .topnav a {display: none;}
  }
  .navbarlogo {height: 100px; 
  float: left;
  display: block;
  padding: 16px 16px;}
  .resnavbardropdown {display: none}
@media only screen and (max-width:1000px)
{.resnavbardropbutton {
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,1);
  padding: 27px;
  padding-right: 50px;
  font-size: 27px;
  border: none;
  cursor: pointer;
}

.resnavbardropbutton:hover  {
  color: rgb(255,140,0,1);
  outline: none;
}
.resnavbardropbutton:focus {outline: none; }
.resnavbardropdown {
  position: relative;
  float: right;
  display: inline-block;
}

.resnavbardropdowncontenta {
  display: none;
position:relative;
  background-color: rgba(255,255,255,1);
  overflow: auto;
  z-index: 1;
  float: right;}

.resnavbardropdowncontenta a {
  cursor: pointer;
  color: black;
  padding-top: 10px;
  margin: 12px 25px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
text-align: center;
font-size: 20px;
margin-right: 40px;
font-family: "Daneehand Demo";
}

.resnavbardropdown a:hover {
background-color: rgba(255,255,255,1);   
border-bottom-style: solid;
  border-bottom-size: 1px; 
  border-bottom-color: rgba(255,140,0,1);
}
.resnavbardropdown a:active {  
margin-left: 18px;
  margin-right: 40px;
  padding-left: 5px;
  padding-right: 5px;}
.resnavbardropdownshowcontent {display: block;}}