/*Contact Page CSS*/

.reach{
    background-color: #555555;
    color: #fff;
  margin-top: 0;
    padding: 5px 0px 5px 20px;
}
.form-horizontal .has-feedback .form-control-feedback{
  left: 15px !important;
  top: 3px;
}
.has-feedback .form-control, .has-feedback textarea{
  padding-left: 30px;
}
.has-feedback .Comment{
  top: 10px !important;
}
.address-section, .contact-section{
      padding: 25px 60px;
}

/* Home Page Css */
.gallery_post li a{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}


.policies{
  text-align: left;
  list-style-type: none;
}
.policies li{
  border-bottom: 1px solid rgba(221, 226, 232, 0.5);
  padding-bottom: 10px;
}
.social li a{
  color: #fff;
    background: gray;
    padding: 10px;
}
.latest_article{
     width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.latest_article .la_title{
    background-color: #00ada7;
    width: auto;
    height: 40px;
    display: inline-block;
    position: relative;
}
.latest_article .la_title h2{
  display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 39px;
    font-size: 20px;
    color: #FFF;
    height: 40px;
    box-sizing: border-box;
}
.latest_article .la_title span{
    width: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-left-color: #00ada7;
    border-color: transparent transparent transparent #00ada7;
}
.bx-viewport{
  position: relative;
}
.bx-viewport p{
  position: absolute;
  bottom: 0;
  left: 18%;
}
.bx-viewport b{
  color: #00ada7;
}

/* Register Page Css*/
.register-box{
  background: #fff;
    padding: 20px 20px;
}
.page-title-head{
  background-color: #000;
    color: #fff;
    padding: 1px 20px;
}
.card-box{
  background-color: #fff;

}
.edit_detail{
  padding: 20px;
}
.au-title{
    padding: 5px;
    padding-left: 15px;
    margin-top: 0px;
    background-color: #555555;
    color: #fff;
}
.login-btn{
  background-color: #00ada7;
  border-radius:0;
  color: #fff;
}

.main_slider{
  background-color: #fff;
  margin-bottom: 30px;
}

.slider-shadow{
    margin-bottom: 30px;
    box-shadow: 3px 3px 8px 3px #888;
}
.latest-text .big-latest-content p{
  color: #b5b5b5;
}
.main_title{
  padding-left: 0px;
  color: #000;
}
.main_title:after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #235a7b;
    margin-top: 5px;
    display: block;
    height: 2px;
}
.my_name{
  text-align: left;
    padding-left: 20px;
    color: #000;
}
.article_post{
  padding: 20px;
}
.editorial-section{
  margin-top: 20px;
}
.editorial-image{
  height: 160px;
  width: 160px;
  margin-top: 10px;
  border: 3px solid #ddd;
}
.guide_line , .peer-list, .contri-list, .reviewers-list li{
  text-align: justify;
  list-style-position: outside;
}
.menu-item{
    padding: 10px !important;
    text-align: center;
}
.post-section, .link-section{
  margin-bottom: 30px;
}
.card-body{
      background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}
.latest_article{
  margin-bottom: 30px;
  margin-top: 30px;
}
.btn{
 background-color: #00ada7;
  color: #fff;
}
#wizard-validation-form{
  background-color: #fff;
    padding: 20px;
    margin: 0px 15px;
}
.textarea_model:active{
  border: 1px solid Yellow;
}

@media only screen and (max-width: 600px) {
  .gallery_post .nav-tabs li {
    width: 100%;
    margin-bottom: 5px;
  }
  .latest_article{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .bx-viewport p{
   position: relative;
    bottom: 0;
    left: 15px;
  }
  .latest_article .la_title span{
    display: none;
  }
  .latest_article .la_title h2{
        padding: 0 14px;
  }
}
@media screen and (min-device-width: 601px) and (max-device-width: 1300px){
  .bx-viewport p{
    left: 23%;
    font-size: 14px;
  }
  .latest_article .la_title h2{
    font-size: 14px;
  }
}
