/*
 Theme Name:   KGUTLEDI Theme
 Theme URI:    http://localhost:8080/kgu/
 Description:  Child Theme for Divi
 Author:       Just Imaging Design Studio
 Author URI:   http://justimaging.co.ke
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* Social Media Icons */
li.menu-icons.first-icon {
  margin-left: 50px!important;
}

li.menu-icons {
  padding-right: 0!important;
}

span.select_page {
  color: black !important;
}


.dot-wrap {
  text-align: center;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
}

.red.dot{
  background-color: #d11919;
}

.white.dot{
  background-color: #fff;
}

.main-slider h1 {
  font-size: 48px;
  font-weight: bold;
}

.main-slider h3 {
  font-size: 28px
}

.main-slider p {
  font-size: 20px;
  margin-top:30px;
  font-weight: bold;
}


.promise h2 {
  border-left: 3px solid #d11919;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 480px) {
 
  .two-columns .et_pb_column {
  width: 50%!important;
  }

.main-slider h3 {
  font-size: 24px
}
 

 
}