#Group_1:hover .dropdown {
  display: block;
}
.dropdown {
  position: absolute;
  top: 35px;
  right: -1px;
  background-color: white;
  border-radius: 3px;
  font-family: Arial;
  width: 220px;
  z-index: 90;
  display: none;
}
.dropdown ul {
  list-style: none;
  padding: 4px;
}
.dropdown ul li {
  margin-bottom: 5px;
}
.dropdown ul li a {
  background-color: rgba(59, 85, 230, 1);
  padding: 5px;
  text-decoration: none;
  width: 100%;
  display: block;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 15px;
  text-align: left;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
}
#Login a {
  color: white;
  text-decoration: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.scrol_disable {
  overflow: hidden;
  height: 100%;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
  display: none;
}
.overlay .popup {
  width: 1000px;
  position: relative;
  margin: 20px auto;
  background-color: white;
}
.overlay .popup .popup_header {
  background-color: rgba(59, 85, 230, 1);
  padding: 15px 25px;
  white-space: nowrap;
  text-align: left;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
}
.overlay .popup .popup_header h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: rgba(255, 255, 255, 1);
  float: left;
}
.overlay .popup .popup_header h3 span {
  margin-top: 0;
  padding-left: 10px;
  text-decoration: none;
}
.overlay .popup .popup_header span {
  float: right;
  text-decoration: underline;
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.overlay .popup .popup_body {
  padding: 40px;
  font-family: Poppins;
}
.overlay .popup .popup_body ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.overlay .popup .popup_body .popup_body_left{
  width: 70%;
  float: left;
}
.overlay .popup .popup_body .popup_body_right{
  width: 25%;
  float: right;
}
.overlay .popup .popup_body .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
  font-family: Poppins, arial;
}
.overlay .popup .popup_body .job_title{
  margin-bottom: 30px;
}
.overlay .popup .popup_body .sub_title{
  text-transform: uppercase;
  margin: 25px 0 5px;
}
.experience_items{
  margin-bottom: 10px;
}
.experience_items span{
  font-size: 12px;
}
.experience_items h5{
  line-height: 1em;
}
.experience_items .company_year{
  float: left;
  width: 25%;
}
.experience_items .desc{
  float: right;
  width: 70%;
}
.overlay .popup .popup_body .address, .overlay .popup .popup_body .phone, .overlay .popup .popup_body .email{
  font-size: 14px;
  margin-bottom: 5px;
}
.skills li{
  font-size: 14px;
  margin-bottom: 5px;
}
.education li{
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.education li span{
  font-weight: bold;
}