/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 15:44:55 */
.custom-courses .slide-loop-1,
.custom-courses .slide-loop-3{
  padding: 30px;
  background: #8CC63E;
}

.custom-courses .slide-loop-2,
.custom-courses .slide-loop-4{
  padding: 30px;
  background: #1B75BB;
}

.custom-courses .slide-loop-1 .slide-btn a,
.custom-courses .slide-loop-3 .slide-btn a{
     background: #1B75BB;
    padding: 15px 40px;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
  transform: scale(1);
  transition: all .3s;
}

.custom-courses .slide-loop-2 .slide-btn a,
.custom-courses .slide-loop-4 .slide-btn a{
     background: #8CC63E;
    padding: 15px 40px;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
  	transform: scale(1);
  	transition: all .3s;
}

.custom-courses .slide-btn a:hover{
  transform: scale(1.1);
}

.custom-courses h3.slide-entry-title.entry-title{
	background: url(https://ashcroftmedicalenglish.com/wp-content/uploads/2022/03/graduation-hat.png);
    padding-top: 50px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top;
  	transition: all .3s;
  	font-size: 24px;
    text-align: center;
}

.custom-courses h3.slide-entry-title.entry-title:hover{
  background-size: 50px;
}

.custom-courses h3.slide-entry-title.entry-title a{
  text-decoration: none !important;
}

.course-hr{
  font-size: 16px;
    text-decoration: none !important;
    position: relative;
    top: -10px;
  	font-weight: 100;
}






.custom-courses-reverse .slide-loop-2{
  padding: 30px;
  background: #8CC63E;
}

.custom-courses-reverse .slide-loop-1{
  padding: 30px;
  background: #1B75BB;
}

.custom-courses-reverse .slide-loop-2 .slide-btn a{
     background: #1B75BB;
    padding: 15px 40px;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
  transform: scale(1);
  transition: all .3s;
}

.custom-courses-reverse .slide-loop-1 .slide-btn a{
     background: #8CC63E;
    padding: 15px 40px;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
  	transform: scale(1);
  	transition: all .3s;
}

.custom-courses-reverse .slide-btn a:hover{
  transform: scale(1.1);
}

.custom-courses-reverse h3.slide-entry-title.entry-title{
	background: url(https://ashcroftmedicalenglish.com/wp-content/uploads/2022/03/graduation-hat.png);
    padding-top: 50px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top;
  	transition: all .3s;
  	font-size: 24px;
    text-align: center;
}

.custom-courses-reverse h3.slide-entry-title.entry-title:hover{
  background-size: 50px;
}

.custom-courses-reverse h3.slide-entry-title.entry-title a{
  text-decoration: none !important;
}
