body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
}

video {
  width: 100%;
  height: auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 1170px;
  padding: 15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

h1 {
  font-size: 48px;
  font-weight: 300;
  text-align: left;
  margin: 0 0 20px 0;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px;
  font-size: 19px;
  /* theme font-size */
}

hr {
  border-top: 2px solid #eee;
}

.policy p {
  font-size: 14px;
}

a {
  color: #3282e6;
  text-decoration: none;
  font-size: 19px;
}

/* mouse over link */
.navbar-nav>li>a:hover {
  background-color: white;
  color: hotpink;
}

.active {
  background-color: #eee;
}

::selection {
  color: red;
  background: yellow;
}

.contact-container {
  margin-bottom: 10px;
}

header {
  min-height: 170px;
}

footer{
  text-align: center;
}

footer p,
a {
  font-size: 16px;
}

.site-map a{
  font-size: 19px;
}

.blog-author {
  display: flex;
  /* justify-content: center; */
  margin-bottom: 30px;
  gap: 10px;
  font-size: 16px;
}

article.post p,
section {
  color: #252525;
}

article {
  font-size: 19px;
  background-color: #FFFDE4;
  padding: 1rem;
}

article img {
  margin: 15px auto;
}

article ul li {
  text-align: left;
}

.related-posts a {
  font-size: 19px;
}

.post-heading {
  text-align: left;
}

.page-heading {
  text-align: center;
}

.margin-top-60 {
  margin-top: 60px;
}

.col-md-12.margin-top-64 {
  margin-top: 4rem;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

.space-devider {
  height: 100px;
  width: 100%
}

.courses-container-main {
  background-color: #00adef;
  margin: 50px 0px;
}

.course-container {
  background-color: #CED718;
  margin: 100px 0px;
  padding: 50px 17px;
}

 .course-container ul li:before {
    content: "✓";
    color: green;
    margin-right: 5px;
    font-size: 30px;
}

.course-item {
  background-color: white;
  width: 200px;
  margin: auto;
  padding: 5px;
}

#iframe-container {
  padding: 53.75% 0 0 0;
  position: relative;
}

#iframe-id {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.list-group {
  height: 300px;
  overflow-y: scroll
}

.custom-payment{
  color: #072654;
  display: block;
}

.syllabus li{
    font-size: 18px;
}

.breadcrumb>li+li:before { padding: 0 5px; color: #ccc; content: ">"; }

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.article-container .col-sm-12{
    border-bottom: 4rem;
}

/* mega menu */
.navbar-nav>li>.dropdown-menu {
  margin-top:20px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
  width:200px;
  font-weight:bold;
}
.mega-dropdown {
  position: static !important;
  width:100%;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.open .dropdown-toggle:after {
  border-bottom: 15px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  content: "";
  left: 163px;
  position: absolute;
  bottom: -21px;
  z-index: 1500;
}
.open .dropdown-toggle span:after {
  border-bottom: 17px solid #ccc;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  content: "";
  left: -10px;
  position: absolute;
  bottom: -41px;
  z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
  margin:3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/* mega menu end */
#business-skill-heading{
  background-image: url(/images/pyramid.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.disabled{
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: line-through;
}