/* LOADER */
.ig-loader {
  background-color: #333333;
  opacity: 0.9;
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

.spinner {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 40%;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
80%,
100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
80%,
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.top-5 {
  margin-top: 5px;
}

.date .date-style {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.date .input-group-addon {
  background: none;
  border: 1px solid #eeeeee;
  border-left: 0;
}

footer > .container {
  padding-top: 60px;
  border-top: 1px solid #efefef;
}

.bootstrap-select {
  border: 1px solid #eeeeee;
  padding: 0;
  border-radius: 5px;
}

.bootstrap-select button {
  padding-left: 16px;
  padding-right: 16px;
}

.bootstrap-select button .bs-caret:before {
  color: #6f6f6f !important;
}

.bootstrap-select button .filter-option {
  font-size: 15px;
  position: relative;
  top: 8px;
}

.bootstrap-select .dropdown-menu li a {
  background: none !important;
}

.bootstrap-select .dropdown-menu li a span.text {
  color: #6f6f6f !important;
}

.bootstrap-select .dropdown-menu li:hover a {
  background: none !important;
}

.bootstrap-select .dropdown-menu li.selected a {
  background: none !important;
}

.contact-us-form input[type='submit'] {
  margin-top: 20px;
}

.dropify-wrapper .dropify-preview .dropify-render img {
  vertical-align: middle !important;
  display: inline-block !important;
}

.parsley-errors-list {
  margin-bottom: 0px !important;
}

.parsley-errors-list li {
  margin-top: 5px;
  color: red;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
  color: #6f6f6f;
  background-color: transparent;
}

#login-form .parsley-errors-list {
  margin-bottom: 0px !important;
  padding-top: 0px;
  position: relative;
  top: -10px;
}

.alert-wrapper .wrapper {
  color: white;
}

.avatar-wrapper h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}

.avatar-wrapper span {
  font-style: italic;
  color: #b0b0b0;
  display: block;
  margin: 5px 0 25px 0;
}

.no-result {
  min-height: 250px;
  text-align: center;
  margin-top: 100px !important;
}

.loader {
  width: 70px;
  height: 70px;
  background: url("../images/loader.gif") no-repeat center center;
  margin: 0 auto;
  clear: both;
  position: relative;
  top: 20px;
}

.timezone-style {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  padding-top: 5px;
  line-height: 33px;
}

button.swal2-styled {
  display: inline-block;
}

.status-active {
  color: #41B314;
}

.status-reject {
  color: #F9354C;
}

.dashboard-frontend .course-style-filter .bootstrap-select {
  min-width: 500px;
  border: 0;
}

.dashboard-frontend .course-style-filter .bootstrap-select button {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000;
  padding: 0 18px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-transform: uppercase;
}

.dashboard-frontend .course-style-filter .bootstrap-select button .filter-option {
  font-size: 13px;
  font-weight: 700;
  color: #000 !important;
}

.dashboard-frontend .course-style-filter .bootstrap-select button .bs-caret:before {
  line-height: 38px !important;
}

.dashboard-frontend .course-style-filter .bootstrap-select ul.dropdown-menu li a {
  border: 0;
  font-weight: normal;
}

.dashboard-frontend .course-style-filter .bootstrap-select ul.dropdown-menu li a span {
  font-size: 15px;
}

@media all and (max-width: 1200px) {
  .dashboard-frontend .course-style-filter .left-container {
    float: none;
  }
  .dashboard-frontend .course-style-filter .right-container {
    float: none;
    margin-top: 15px;
  }
  .dashboard-frontend .course-style-filter .right-container li {
    display: block !important;
  }
  .dashboard-frontend .course-style-filter .bootstrap-select {
    min-width: auto;
  }
}

.dashboard-frontend .shop-details h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 38px 0;
}

.dashboard-frontend .shop-details .review-tab {
  margin: 38px 0 38px 0;
}

.dashboard-frontend .shop-details .review-tab .tab-pane {
  padding-top: 0px;
  padding-left: 8px;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel {
  margin: 0px;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group {
  border-top: 0px;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group .panel-body {
  margin-top: -10px;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul {
  margin-left: 12px;
  margin-top: 12px;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul li .action-btn {
  padding: 0 16px;
  margin: 16px 10px 16px 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 500;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul li .action-btn.accept-btn, .dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul li .action-btn.attend-btn {
  background-color: #41B314;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul li .action-btn.reject-btn, .dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul li .action-btn.absent-btn {
  background-color: #F9354C;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul .attend-style {
  color: #41B314;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul .absent-style {
  color: #F9354C;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul .view-student-responses {
  cursor: pointer;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul .view-student-responses:active, .dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul .view-student-responses:hover, .dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group ul .view-student-responses:focus {
  text-decoration: underline;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group .panel-heading a:before {
  line-height: 40px;
}

.dashboard-frontend .shop-details .review-tab .tab-pane .curriculum-panel .panel-group .panel-heading h5.panel-title {
  margin: 5px 0 0 14px;
}

.theme-title a.default-link {
  color: #337ab7 !important;
  text-decoration: none;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  border: none;
  position: static;
  text-transform: none;
  font-size: 15px;
  width: auto;
  line-height: normal;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-36 {
  margin-bottom: 36px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.language-switcher {
  padding-bottom: 20px;
}

.pre-wrap {
  white-space: pre-wrap;
}

.line-height {
  line-height: 1.5em;
}

.text-white {
  color: #FFFFFF !important;
}

.no-border {
  border: 0 !important;
}

.blog-title {
  font-size: 0.8em !important;
}

.blog-caption {
  font-size: 0.85em !important;
}

.no-gap-left {
  padding-left: 0px;
}

.no-gap-right {
  padding-right: 0px;
}

.btn-style {
  font-family: 'Montserrat', sans-serif;
  padding: 0 20px;
  color: #fff !important;
  border-radius: 3px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  text-align: center;
}

#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a {
  text-transform: none;
}

#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu {
  min-width: 250px;
}

@media (max-width: 991px) {
  .contact-us-page .contactUs-address {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0px;
  }
}

header.menu-style-one .header-wrapper .logo:before {
  background: #E80000;
}

.our-event .single-event .text {
  padding: 20px 20px 20px 20px;
}

.our-event .single-event .text p {
  margin: 15px 0 20px 0;
}

.theme-sidebar .sidebar-recent-news li .post h6 a {
  font-size: 16px;
}

.theme-sidebar .sidebar-categories ul li a {
  display: inline-block;
}

.theme-sidebar .sidebar-categories ul li a:hover {
  color: #FF3A46;
}

.single-blog strong {
  color: black;
}

.delete-style {
  color: #FF3A46;
}

.sidebar-recent-news {
  padding-top: 0px !important;
}

.our-event .single-event .text h4, .our-event .single-event .text p {
  min-height: 85px;
}

.our-event .single-event .text p {
  margin-top: 0px;
}

.resource-list-item {
  padding: 40px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}

.resource-list-item .single-event {
  margin-bottom: 0px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #e9e9e9;
}

.resource-list-item .single-event:first-child {
  padding-top: 0px;
  border-top: none;
}

.resource-list-item .single-event .left-resource h4 {
  margin-bottom: 5px;
}

.resource-list-item .single-event .left-resource ul {
  font-size: 14px;
}

.resource-list-item .single-event .left-resource ul li {
  padding-right: 10px;
}

.forum-content {
  margin-top: 20px;
}

.comment-heading {
  font-weight: 500 !important;
}

.our-blog.blog-details .comment-area .comment-title {
  margin-bottom: 40px;
}

.comment-area .single-commnet p {
  white-space: pre-wrap;
  line-height: 22px;
}

#theme-main-banner a.banner-button {
  width: 220px;
}

.our-blog .single-blog {
  margin-bottom: 30px;
}

.our-blog .single-blog h6 {
  min-height: 50px;
  line-height: 1.4em;
}

header.menu-style-one .header-wrapper .logo {
  padding: 0px;
  line-height: 0;
}

header.menu-style-one .header-wrapper .logo:before {
  width: auto;
}

#mega-menu-wrapper {
  min-height: 100px;
}

@media (max-width: 991px) {
  header.menu-style-one .header-wrapper .logo {
    height: 100px;
  }
}

@media (max-width: 991px) {
  #mega-menu-wrapper .navbar-toggle {
    margin: 35px 15px 35px 0;
  }
}

footer .footer-list ul li {
  margin-bottom: 16px;
}

footer .footer-list ul li a {
  line-height: 22px;
}

.our-blog .single-blog:hover .image img {
  opacity: 1;
}

.our-blog .single-blog .image img {
  transform: none;
  -webkit-transform: none;
}

.generic-lang ul li {
  display: inline-block;
}

.generic-lang ul li a {
  border: none !important;
}

.generic-lang ul li a:hover {
  background: none !important;
}

.top-lang-switch {
  position: absolute;
  right: 0px;
  top: -45px;
  z-index: 9999;
}

@media (max-width: 767px) {
  .top-lang-switch {
    top: -37px;
  }
}

.top-lang-switch .generic-lang ul li:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 767px) {
  header.menu-style-one {
    top: 40px;
  }
}

#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a {
  line-height: initial !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

/** Standardize **/
.blog-content {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000;
}

.blog-content a {
  color: #337ab7 !important;
}

.blog-content a div, .blog-content a span, .blog-content a i, .blog-content a p {
  color: #337ab7 !important;
}

.blog-content span, .blog-content div, .blog-content p, .blog-content table, .blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6, .blog-content i {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000;
  line-height: 2em !important;
}

.blog-content span, .blog-content div, .blog-content p, .blog-content table {
  font-size: 14px !important;
}

.blog-content span i, .blog-content div i, .blog-content p i, .blog-content table i {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000;
  line-height: 2em !important;
  font-size: 14px !important;
}

.blog-content table {
  width: 100% !important;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  text-align: left;
}

.blog-content ol li {
  list-style: decimal;
  line-height: 2em;
}

.blog-content ul, .blog-content ol {
  margin-left: 25px;
}

.blog-content ul li {
  list-style: disc;
  line-height: 2em;
}

.our-blog.blog-details .single-blog p {
  overflow-wrap: anywhere;
}

#mega-menu-wrapper .dropdown-holder .sub-menu li .small-line {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}

/** End Standardize **/
