body {
  /* background: linear-gradient( to right, #e0d8c5, #e45796, #ccbec5);
  background-size: 400% 400%; */
}


/* about */
.section-title {
  text-align: center;
  padding-bottom: 30px;
  background: linear-gradient( to right, #e6d7de, #df5b96, #f3e0b4);
  background-size: 400% 400%;


}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #cc005f;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  text-align: justify;
}
.section-intro {
  max-width: 1865px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 3.6rem;
  position: relative;
}

.section-intro h1 {
  font-family: "poppins-semibold", serif;
  font-size: 3.6rem;
  color: #313131;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}

.section-intro h5 {
  color: #ff0077;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 0.3rem;
  letter-spacing: 0.4rem;
}

.intro-info {
  margin-top: 4.2rem;
  margin-right: 0;
}

.intro-info img {
  height: 8rem;
  width: 9rem;
  border-radius: 50%;
  margin: -0.39rem 0 0 0;
  float: left;
}

.intro-info .lead {
  text-align: justify;
}

.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #cc005f;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/* courses */
.section-padding {
  padding: 70px 0;
  position: relative;
}
.font-extra {
  font-size: 12px;
  color:#ce8460;
  font-family: "Lora", serif;
}
.post-parent {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;  padding: 30px;
  background: linear-gradient( to right, #a3ffb4, #989496, #ffffff);
  background-size: 400% 400%;
  /* margin: 10px; */
}
.courseTitle {
  transition: all 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
  font-family: "poppins-semibold", serif;

}
.courseTitle:hover {
  transition: all 0.3s ease-in-out;
  color: #ce8460;
}
.text-muted{
  font-size: 12px;
  font-family: "poppins-semibold", serif;
}
.btnLinks a{
  text-decoration: none;
  color: inherit;
}
.courseSummery {
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.courses {
  margin-top: 35px !important;
}

/*footer*/
.col_white_amrc {
    color: #fff;
  }
  
  footer {
    width: 100%;
    background-color: #263238;
    min-height: 167px;
    padding: 10px 0px 25px 0px;
    margin-top: 300px !important;
  }
  
  .foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  
  .foote_bottom_ul_amrc li {
    display: inline;
  }
  
  .foote_bottom_ul_amrc li a {
    text-decoration: none;
    color: #999;
    margin: 0 12px;
  }
  
  .social_footer_ul {
    display: flex;
    flex-direction:row;
    justify-content:center;
    list-style-type: none;
  }
  
  .social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
  }
  
  .social_footer_ul li a {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 50%;
  }
  
  .social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
  }
  /* go top */
  
#go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 600;
  display: none;
}

#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 6.4rem;
  width: 4rem;
  line-height: 6.6rem;
  text-align: center;
  background: #cc005f;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go-top a i {
  font-size: 1.6rem;
  line-height: inherit;
}

#go-top a:hover {
  background: #000000;
}

@media only screen and (max-width: 720px) {
  .section-intro {
    margin-top: 0px !important;
  }
  .social_footer_ul {
    margin-left:-32px !important;
  }
}