/** Global classes start **/
.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.pad-none{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pad-left-none{
  padding-left: 0px !important;
}
.pad-right-none{
  padding-right: 0px !important;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px !important;
}
.p-para {
  margin-bottom: 0px;
}
/** Global classes end **/
body{
  margin: 0;
  padding: 0;
  background-color: #141414;
  color: #fff;
  font-family: verdana; 
}
.main-wrapper{
  background: url(../assets/backgroundimg.png) no-repeat;
  min-height: 1000px;
  width: 1044px;
}
.logo-img{
  display: inline-block;
  height: auto;
  margin-top: 25px;
  outline: none;
}
.logo-img:focus{
  outline: none;
}
.pagig-row ul{
  margin-top: 17px;
  color: #b0aeae;
  font-size: 18px;
}
.pagig-row ul li{
  padding-left: 2px;
  padding-right: 2px;
}
.texas-job, .texas-job:hover{
  color: #0bea3f;
  font-size: 18px;
  text-decoration: none;
}
.hidalgo, .hidalgo:hover{
  font-size: 18px;
  color: #df941e;
  text-decoration: none;
}
.gov, .edu, .health, .gov:hover, .edu:hover, .health:hover{
  color: #b0aeae;
  text-decoration: none;
}
.pagig-row ul li a:hover{
  border-bottom: 1px solid #fff;
}
.desc-row h1{
  color: #ffffff;
  font-size: 36px;
}
.desc-row p{
  color: #b0aeae;
  font-size: 18px;
  line-height: 1.5;
}
.social-row{
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
.social-row hr{
  background-color: #434343;
  height: 20px;
  margin: 0;
  opacity: 0.8;
  border: none;
}
.social-row ul{
  position: absolute;
  right: 170px;
  top: -7px;
}
.hidalgo-row h2{
  font-size: 24px;
  color: #ffffff;
  margin: 0;
}
.hidalgo-row p{
  font-size: 18px;
  color: #b0aeae;
  padding-top: 5px;
}
.anything-link{
  color: #0bea3f;
  font-size: 18px;
  display: inline-block;
}
.anything-link:hover{
  color: #0bea3f;
}
.cut-img{
  margin-top: 80px;
}
.hidalgo-row2 h2{
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}
.hidalgo-row2 p{
  font-size: 18px;
  color: #b0aeae;
  padding-top: 5px;
}
.hidalgo-row2 .anything-link{
  color: #0bea3f;
  font-size: 18px;
  display: inline-block;
}
.hidalgo-row2 .anything-link:hover{
  color: #0bea3f;
}
hr.seperator{
  background-color: #434343;
  height: 20px;
  margin: 10px 0;
  opacity: 0.8;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
}
.seperator-link{
  background-color: #434343;
  height: 20px;
  padding-left: 0px;
  margin: 10px 0;
  opacity: 0.8;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  height: auto;
}
.seperator-link a{
  display: inline-block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding-bottom: 2px;
  text-decoration: none;
  outline: none;
}
.seperator-link li{
  list-style: none;
}
.university-medi-row h2{
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}
.university-medi-row p{
  font-size: 18px;
  color: #b0aeae;
  padding-top: 5px;
}
.university-medi-row .anything-link{
  color: #0bea3f;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 10px;
}
.university-medi-row .anything-link:hover{
  color: #0bea3f;
}
.footer-row ul{
  margin-bottom: 0px;
  padding-top: 10px;
}
.footer-row ul li a{
  font-size: 18px;
  color: #b0aeae;
  text-decoration: none;
  display: inline-block;
}
.footer-row p{
  font-size: 14px;
  color: #b0aeae;
}
.explore-btn{
  display: none;
}
.desc-row button:hover, .desc-row button:focus{
  color: #ffffff;
  background: transparent;
  outline: none;
}
.more-class{
  display: none;
}
.blog-content{
  display: block;
}

/** home page css**/
.home-table{
  margin-left: 17px;
}
.home-td{
  padding: 9px 0 3px 8px;
}
.p-para-table {
  padding-right: 35px;
  text-align: justify;
}

@media screen and (min-width: 768px) and (max-width: 1000px){
  .main-wrapper {
    width: 750px;
  }
  .university-medi-row h2 {
    font-size: 21px;
  }
  .home-td {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px){
  .main-wrapper {
    width: 970px;
  }
  .home-td {
    padding-left: 12px;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px){
  .blog-content{
    display: none;
  }
  .explore-btn{
    display: block;
    background: transparent;
    color: #b0aeae;
    text-decoration: underline;
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
    outline: none;
    padding-top: 0px;
    border-radius: 0;
    padding-left: 0px;
  }
  .main-wrapper {
    width: 100%;
    background-size: cover;
  }
  .logo-img img{
    max-width: 100%;
    display: block;
    width: 100%;
  }
  .pagig-row ul {
    margin-top: 15px;
  }
  .desc-row h1 {
    font-size: 30px;
  }
  .social-row ul {
    right: auto;
  }
  .social-row {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .cut-img {
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .home-td {
    padding-left: 12px;
  }
  .p-para-table {
    padding-right: 10px;
    text-align: left;
  }
}

/*** New CSS style Start***/
.space-para{
  padding-bottom: 168px;
}
/*** New CSS style End***/
