/*
 Theme Name:   Weblms Child
 Theme URI:    https://www.webanaya.com
 Description:  
 Author:       Durgesh Gupta
 Author URI:   https://durgeshgupta.com/
 Template:     edubin
 Version:      4.0.6
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child
*/

.site-content {
  padding: 20px 0;
  clear: both;
}

.edubin-slider .slide {
  position: relative;
  padding: 30px 0px 40px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.edubin-wpforms-wrapper
  .wpforms-container
  .wpforms-head-container
  .wpforms-title {
  color: #ffc600;
  font-size: 22px;
  margin-bottom: 0;
}
.edubin-wpforms-wrapper
  .wpforms-container
  .wpforms-head-container
  .wpforms-description {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.edubin-wpforms-wrapper .wpforms-container .wpforms-head-container {
  background-color: #07294d;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.page-header {
  margin-top: 84px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0;
  width: 100%;
}

.page-header .page-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

.edubin-single-course-1 .course-content .course-title {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
}
