@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
@import 'https://fonts.googleapis.com/css?family=Raleway';
* {
  box-sizing: border-box;
  font-family: Lora, serif;
}

html,body{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0px;
  position: relative;
  text-align: center;
  overflow: auto;
 -webkit-overflow-scrolling: touch;
}

/****************************************INTRO LOGO************************************************************/
.intro{
	z-index: 6;
	background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.intro1{
    z-index: 6;
	background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.st0{
	fill:#ffffff; 
	stroke-width: 1px;
}
.st1{
	font-family:'MyriadPro-Regular';
}
.st2{
	font-size:23.7378px;
}
.st3{
	fill:none;
	stroke:#ffffff;
	stroke-width:2;
	stroke-miterlimit:10;
}
.path{
	fill:#ffffff;
    stroke-width: 0.5pt;
}
.logo_svg{
    position: absolute;
    margin: auto;
    /* left: 25px; */
    right: 0px;
    /* bottom: -11%; */
    top: 29%;
    z-index: 10;
    }
/****************************************page divided**********************************************/
.header{
 height: 220px;
 width: auto; 
}
.rest-page{
 overflow-y: scroll;
 height:  calc(100% - 220px);
    
}
body{
  padding-bottom: 100px;
}

.language-container{
  position: absolute;
  top: 20px;
  right: 20px;
  letter-spacing: 3px;
  color: rgb(112, 84, 0);
  text-transform: unset;
}
.language-container a{
  color: rgb(112, 84, 0);
  text-decoration: none;
}

.language-container a.selected{
  font-weight: bold;
}

.language-container a:hover{
  color: rgb(48, 89, 137);
}

.language-container-mobile a{
  color: rgb(112, 84, 0);
  text-decoration: none;
}

.language-container-mobile a.selected{
  font-weight: bold;
}

.language-container-mobile a:hover{
  color: rgb(48, 89, 137);
}
.mobile-menu-toggle{
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  top: 0px;
  left: 0px;
}
.mobile-menu-toggle img{
  position: relative;
  width: 100%;
  height: 100%;
}
.mobile-menu{  
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  background: #fff;
  transition: all ease-in-out .5s;
  left:-100%;
  width: 100%;
}
.mobile-menu.show{
  transform:translate3d(100%,0,0);
}
.mobile-menu .close{
  text-align: right;
  line-height: 50px;
  height: 50px;
  padding-top: 17px;
  padding-right: 17px;
  margin-bottom: 40px;
}
.mobile-menu .close img{
  width: 20px;
  cursor: pointer;
} 
.mobile-menu div{
  line-height: 70px;
  text-align: left;
  padding-left: 50px;
}

.mobile-menu div a{
  text-decoration: none;
  font-size: 28px;
  letter-spacing: 1px;
  color:rgb(112, 84, 0);
}

.mobile-menu div a:hover{
  color: rgb(95, 11, 53);
}

.mobile-menu div a.selected{
  color: rgb(95, 11, 53);
}

.logo-container{
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 50px;
    padding-bottom: 30px;
}
/* menu properties*/
div.menu-container
{
    font-family: Raleway;
    margin: 0 auto;
	text-align: center;
}

div.menu-container a
{
    color: #705400;
    text-decoration: none;
    font: 20px Raleway;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
/* Top border go down and Left border appears */
div.topLeftBorders a:before
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 0px;
    background: #705400;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}

div.topLeftBorders a:after
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #705400;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}
div.topLeftBorders a.selected
{
    font-weight: bold;
}

div.topLeftBorders a:hover:before
{
    height: 100%;
}

div.topLeftBorders a:hover:after
{
    opacity: 0;
    top: 100%;
}
/*.menu-container{
  height: 40px;
  border-bottom: 5px solid #f9f5f7;
  margin: 0 50px 0 50px;
}

.menu-container li{
  list-style: none;
  display: inline;
  padding: 0px 20px;
}

.menu-container li a{
  text-decoration: none;
  letter-spacing: 4px;
  color:rgb(112, 84, 0);
}
.menu-container li a:hover{
  color: rgb(48, 89, 137);
}

.menu-container li a.selected{
  color: rgb(48, 89, 137);
}
*/
.main-img-container{
  width: 100%;
  max-width: 615px;
  height: auto;
  top: 45px;
  border: 25px solid #fff;
  left: calc(50% - 312px);
  box-shadow: 0 2px 6px 4px rgba(0,0,0,0.1);
}

.site-caption-container{
  position: relative;
  padding: 120px 0 60px 0;
  font-family: Lora, serif;
  font-size: 33px;
}

.info-container{  
  margin: 0 50px;
  padding-bottom: 70px;
}
.info-container p{
  padding-top: 70px;
  width: 620px;
  margin: 0 auto;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-word;
  color:#666;
  font-size: 16px;
  font-family: Lora, serif;
}

.info-container span{
  color:#444;
  font-style: italic;
}

.contact-container{
  position: relative;
  margin: 0 50px;
}

/*#contact_us{
  position: relative;
  width: 685px;
  margin: 0 auto;
  background: url(images/contact_us.png);
  background-repeat: no-repeat;
  background-size: contain;
}*/

.contact-title{
  padding-top: 50px;
}
.captcha-ela{
    margin-bottom: 20px;
    margin-left: 250px;
}
.submit{
  border-radius: 0px;
  border: 2px solid rgb(95, 11, 53);
  background: transparent;
  color: rgb(95, 11, 53);
  padding: 10px 43px;
  font-size: 14px;
  font-weight: 700;
}

.contact-info{
  padding-top: 20px;
  color:#777;
}
.contact-info p span{
  color: rgb(95, 11, 53);
}
.contact-info p span a{
  text-decoration: none;
  color: rgb(95, 11, 53);
}

.services-container{
  margin: 0 50px;
  padding-bottom: 70px;
  margin-top: 35px;
  position: relative;
  padding-top: 35px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: calc(100% - 100px);
}
.page-title {
    font-family: Palatino; 
    font-size: 49px; 
    color: rgb(112, 84, 0);
}
.services-employers {
  float: left;
  position: relative;
  width: 47%;
  text-align: justify;
  text-justify: inter-word;
}

.services-employees{
  float: right;
  position: relative;
  width: 47%;
  text-align: justify;
  text-justify: inter-word;
}

.services-employers p, .services-employees p{
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.services-employers li, .services-employees li{
  line-height: 35px;
}

.about-container{
  position: relative;
  float: left;
  width: 100%;
  }
.profile-img-container{
  float: left; 
  width: 50%;
  padding-top: 23px;
}
.profile-desc-container{
  float: left; 
  width: 50%; 
  text-align: justify;
  text-justify: inter-word;
}
.profile-name {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 20px;    
}
.p-dsc{
  width:70%;
}
.expertise-container{
  border-top: 5px solid #f9f5f7;
  padding-bottom: 70px;
  margin-top: 35px;
  position: relative;
  float: right;
  width: 50%;
  text-align: left;
}

.expertise-container p{
  line-height: 32px;
  color:#666;
}
.expertise-container p.h{
  font-weight:bold;
  font-size:20px;
  letter-spacing: 1px;
  color:#222;
}
.response_msg{
margin-top:10px;
margin-left: 180px;
font-size:14px;
background:#25c11b;
color:#333;
width:200px;
padding:3px;
display:none;
}
.response_msg.error{
margin-top:10px;
margin-left: 180px;
font-size:14px;
background:#ad371c;
color:#fff;
width:200px;
padding:3px;
display:none;
}
.contact_pos{
  margin-left:430px;
  width: 50%;
}

@media screen and (min-width: 800px){
.intro{
    display: none;
    }
    }
@media screen and (max-width: 1200px){
.captcha-ela{
    margin-bottom: 20px;
    margin-left: 80px;
}
}
@media screen and (max-width: 800px) {

  .intro1{
        display: none;
    }
    
.path{
		stroke-width: 1pt;
    }
.header{
 height: 140px;
 width: auto; 
}
.rest-page{
 overflow-y: scroll;
 height:  calc(100% - 80px);
    
}
 
 .language-container{		
    display: none; 
}
.mobile-menu-toggle{
    display: block
  }
  .menu-container{
    display: none;
  }
  .main-img-container{
    width: 100%;
    height: auto;
    border-width: 20px;
  }
  .logo-container {
    width: 100%;
    padding: 40px;
    padding-top:80;
    padding-bottom: 20px;
 }
  .contact_pos {
    width: 100%;
    padding: 20px;
    margin: 0px;
 }
  .site-caption-container{
    font-size: 28px;
    padding: 30px 0 30px 0;
  }
  .info-container{
    margin: 0 10px;
  }
  .info-container p {
    width: 95%;
    padding-top: 10px;
  }
  .contact-container{
    margin: 0 10px;
  }
  #contact_us{
    width: 95%;
  }
  .services-container{
    background: none;
    padding: 10;
    margin: 10px 10px 10px 10px;
    width: 90%;
  }
.captcha-ela{
    margin-bottom: 20px;
    margin-left: 15px;
}
.response_msg{
margin-left: 0;
width:100%;
}
.response_msg.error{
margin-left: 0;
width:100%;
}
  .page-title {
    font-size: 32px; 
  }
  .services-employers, .services-employees{
    width: 100%;
  }
  .profile-img-container {
    width: 100%;
  }
  
  .profile-desc-container{
    width: 100%;
    padding: 20px;
  }
  .profile-name {
  text-align: center;  
}
      
  .p-dsc{
    width: 95%;
  }
  
  .expertise-container
{
  width: 100%;
  text-align: left;
  padding: 20px;
}
  .expertise-container 
{
    font-size: 16px;
}
  .expertise-container p.h
{
    font-size: 20px;
}
    .menu-container 
{
    display: none;
}
}

/* ----- form material design style --------- */
.group {
  position: relative;
  margin: 45px 0;
}

textarea {
  resize: none;
}
input,
textarea {
  background: none;
  color: #c6c6c6;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
input:focus,
textarea:focus {
  outline: none;
}
input:focus ~ label, input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  top: -14px;
  font-size: 12px;
  color: rgb(95, 11, 53);
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 100%;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

label {
  color: #c6c6c6;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 300ms ease all;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: rgb(95, 11, 53);
  transition: 300ms ease all;
  left: 0%;
}