#IntroduceACM {
    padding: 4em 0;
}
.bs-docs-section h3{
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    color: #c9302c;
    margin-bottom: 60px;
}
#IntroduceACM .container .row .col-lg-6 h1 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 400;
    color: #c9302c;
}

#IntroduceACM .container .row .col-lg-6 p {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 1.5px;
    color:#1C3544;
}

.MyImgs {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5%;
}

#SkillForACM {
    padding: 5em 0;
}

.MySkillBox .Icon {
    width: 100px;
    height: 100px;
    background: #000;
    border-radius: 50%;
    margin:0 auto;
    text-align: center;
    position: relative;
    transition: all 0.5s;
}
.MySkillBox .Icon:hover {
    background: #0b96e5;
}

.MySkillBox .Icon h3 {
    padding: 22px 0;
}
.MySkillBox .Icaption h5 {
    text-align: center;
    color:#ff6a33;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0.6em 0 0 0 ;
}
.MySkillBox .Icaption p {
    color: #1a242f;
    font-size: 1.0em;
    margin: 0.4em auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
    width: 95%;
}
#ACMHonor{
    padding: 4em 0;
}
#OurTeam {
    padding: 4em 0;
}
.post-slide{
    height: 100%;
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #0b96e5;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide p {
    word-break:break-word;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    text-align: center;
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #0b96e5;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}

.jumbotron-a{
    float: right;
    display: block;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.jumbotron-a:hover{
    background: #5bc0de;
    text-decoration: none;
}

.single-member{width: 230px; float: left; margin: 30px 2.5%; background-color: #fff; text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.effect{border-radius: 5px 5px 0 0; padding-bottom: 40px;}
.effect .member-image {border: 2px solid #fff; border-radius: 60px 0; display: inline-block; margin-top: -72px; overflow: hidden; transition: 0.3s;}
.effect .social-touch{background-color: #e13157; position: absolute; left: 0; bottom: 0; height: 5px; overflow: hidden; padding: 5px 0 0; width: 100%; transition: 0.3s;}
.effect .member-image img{transition: 0.3s; border-radius: 60px 0;}
.effect:hover .member-image{border-color: #e13157; transition: 0.3s; border-radius: 50%;}
.member-info h4 {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.member-info h5 {font-size: 16px; font-weight: 300; margin: 0 0 15px; line-height: 22px;}
.member-info p {font-size: 14px; font-weight: 300; line-height: 22px; padding: 0 30px; margin-bottom: 10px;}
.member-info a {display: inline-block;  font-size: 12px;  color: #808080;  transition: all 0.3s ease 0s;}
.member-info a:hover {color: #0b96e5;  text-decoration: none;}