body{
	font-family:'open sans', Arial, Helvetica, sans-serif;	
}
.banner{
  display: inline-block;
  width: 100%;
  position: relative;
  background: #182058;
  min-height: 400px;
  text-align: center; 
  background: rgb(0,74,193);
  background: -moz-linear-gradient(-45deg, rgba(0,74,193,1) 40%, rgba(80,192,202,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,74,193,1) 40%,rgba(80,192,202,1) 100%);
  background: linear-gradient(135deg, rgba(0,74,193,1) 40%,rgba(80,192,202,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ac1', endColorstr='#50c0ca',GradientType=1 );
}
.psection {
    background: #F1F1F1;
    display: inline-block;
    text-align: center;
    width: 100%;
    vertical-align: top;
    margin-top: -5px;
}
.portfolio {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: -75px;
    background: rgb(255, 255, 255);
    padding: 10px 30px;
}
.portfolio:after{
        position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: -5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}
.banner .banner-content {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
    margin: -115px auto 0px;
}
.banner .logo {
    position: relative;
    margin-bottom: 35px;
    /*width: 90px;*/
    z-index: 100;
}
.banner .banner-content h2 {
    margin-top: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 20px;
}
.banner .banner-content span {
    color: rgba(255, 255, 255, 0.901961);
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 15px;
}
.eupfolio{
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 25px 0px;
}
a#psgbtn {
    width: 45%;
    display: inline-block;
    margin: 0px 15px 35px;
    
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 13px;
    overflow: hidden;
    border: 1px solid rgb(204, 204, 204);
    vertical-align: top;
}
a#psgbtn img{
        transform: scale(1);
    transition: all ease 0.5s;
}
a#psgbtn img:hover{
     transform: scale(1.2);
}
.copyright{
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 14px;
  padding: 20px;
}


@media(max-width: 767px){
 .banner .banner-content{
        width: 90%;
        padding: 0px 15px;
            margin-top: -155px;
    
  }
    a#psgbtn{
            width: 41%;
    }
}

@media(max-width: 500px){
    .banner .banner-content h2{
        font-size: 24px;
    }
   a#psgbtn{
    width: 100%;
    margin: 25px 0px;
  }
}
@media(max-width: 380px){
    .banner .banner-content{
            margin-top: -169px;
    }
}