.logo .header-logo img,
.single-footer-widget .widget-head img {
    width: 180px;
}

.intro-wrapper.style1 .intro-content .intro-section-title .intro-subtitle {
    padding: 5px 10px 5px 7px;
}

.h4-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 20px;
}

.section-padding {
    padding: 60px 0;
}

/* Custom Button */
.theme-btn.style1 {
  display: inline-block;
  background-color: var(--theme2);
  border: 1px solid var(--theme2);
  color: #fff;
}
.theme-btn.style1 i, .theme-btn.style1 svg {
  margin-left: 6px;
}
.theme-btn.style1:before {
  transition-duration: 800ms;
  background-color: var(--theme4);
}

.style3 img.wh-40,
.news-widget-categories img.wh-40 {
  width: 40px;
  height: 40px;
}

.breadcumb-container-wrapper {
    padding: 150px 0;
}

.pl-2 {
  padding-left: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.header-main .main-menu ul li a:hover, .main-menu ul > li.active a {
    color: var(--theme4) !important;
}

.h2-title {
  font-size: 24px;
}

input::placeholder {
  color: var(--text4) !important;
  font-style: italic;
}

.p-lr {
  padding-left: 60px;
  padding-right: 60px;
}

.wh-30 {
  width: 30px;
  height: 30px;
}

.wh-20 {
  width: 20px;
  height: 20px;
}

.icon-box.style2 {
    width: 60px;
    height: 60px;
    line-height: 60px;;
}

.course-details ul {
  list-style: disc;
  padding-left: 40px;
}