.social_icon a{color:#ddd;}
.search-box a { color:#ddd; float: right; font-size: 12px;}
.title { font-weight: 600; line-height: 36px; text-transform: uppercase; font-size:28px; color:#565656; margin-bottom:2%;}
.welcome_content{width:75%; margin:0 auto;  color: #818181; font-family: 'Raleway', sans-serif;  font-size: 13px; letter-spacing: 0.2px; line-height:28px;}
.project-detail { width: 100%; text-align: center;}
.center-block {display: block; margin-left: auto; margin-right: auto;}
.footer_links li{line-height:36px;}
.footer_links a{text-decoration:none; color:#969595; text-transform:uppercase;}
.footer-widget-title iframe {margin-top: 35px;}
.upcoming_course{height:350px;}
.upcoming_1{padding-left:15px; margin-bottom:15px; border-bottom:dashed 1px #ccc;}
.upcoming_1 li{list-style:square; line-height:28px; font-family: 'Raleway', sans-serif;}
.news_wrap{width:100%; float:left;}
.news_1{ border-bottom:dashed 1px #ccc; padding-bottom:10px; margin-bottom:10px;}
.news_1:last-child{border-bottom:none; padding-bottom:0px; margin-bottom:0px;}
.news_1 h3 { font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: bold; line-height: 19px;}
.news_1 p{font-size:12px; font-family: 'Raleway', sans-serif; margin:10px 0; color:#818181;}
.margin-right { border-right: 1px solid; margin-right: 10px; padding-right: 10px;}
.news_1 > a {color: #4fc0aa;}
.association_section p{line-height:30px;}
.border_bottom{border-bottom:dashed 1px #ccc; padding-bottom:15px;}
.established{margin-top:2%; padding-left:15px;}
.established li{list-style-type:square; line-height:28px;}
.association_section{margin-bottom:2%;}
.recognition_list li{line-height:28px;}
.membership_list{padding-left:15px;}
.membership_list li{list-style-type:square; line-height:28px;}
.box_shadow{box-shadow:0 0 5px rgba(0, 0, 0, 0.25);}
.text_color{color:#4FC0AA;}


.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0, 0, 0, 0.6);
	z-index:9;
}
 
/* Inner */
.popup-inner {
    max-width:350px;
    width:90%;
   
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}


.login_section_2 input {
  margin: 40px 25px 25px 0;
  width: 100%;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #1abc9c;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background-position: -200px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #0e6252;
}

.login_section_2{padding:40px;}
.login_section_2 input:focus, .login_section_2 input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

.login_section_2 input::-webkit-input-placeholder {
 font-family: 'roboto', sans-serif;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.login_section_2 input:focus::-webkit-input-placeholder, .login_section_2 input:valid::-webkit-input-placeholder {
 color: #1abc9c;
 font-size: 11px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}
.login_btn{width:100%; background-color:#4FC0AA !important; padding:15px; color:#fff !important; border-bottom:none !important;}
.membership_form{margin-bottom:15px;}
.membership_label { margin-top: 8px;}
.membership_input input{padding:7px; border:solid 1px #ccc; background:transperant; width:100%;}
.membership_input select{padding:7px; border:solid 1px #ccc; background:transperant; width:100%;}
.submit_btn{width:30% !important; background-color:#4FC0AA !important; border:none !important; color:#fff;}