/*
 Theme Name: iLeap
 Template: oceanwp
 Author: Bluesparc
 Version: 1.0.0
 */
/*VARIABLES*/
.btn, .button, input[type=button], input[type=submit], input[type=reset], .widget .caldera-grid .btn, .footer-widget .caldera-grid .btn, .widget .caldera-grid .btn-default, .footer-widget .caldera-grid .btn-default {
  color: #fff;
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0.8em 1.5em;
  margin: 10px 0;
  border-radius: 3px;
  border: 0;
  background: #03a9f4;
  transition: all 0.3s ease-in;
}
/*GLOBAL*/
html {
  font-size: 100%;
}
body {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  line-height: 1.4;
  padding-bottom: 20px;
  margin: 0;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin-top: 0;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
p {
  margin-bottom: 0;
}
p + p, p + table {
  margin-top: 20px;
}
.content-area a:not(.btn) {
  color: #03a9f4;
  text-decoration: underline;
}
ul, ol {
  margin: 20px 0 0 20px;
}
ul + p, ol + p {
  margin-top: 20px;
}
ol > li + li {
  margin-top: 20px;
}
blockquote {
  font-size: 1.1em;
  font-style: normal;
  padding: 20px 30px;
  margin: 20px;
  border-color: #111 !important;
  background: #f8f8f8;
}
blockquote > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.btn:hover, .button:hover, input[type=button]:hover, input[type=submit]:hover {
  color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.42);
}
.btn-2 {
  color: #fff;
  background-color: #ffa726;
}
.btn-2:hover {
  color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.42);
}
.btn-full {
  display: block;
  width: 100%;
  margin: 0;
}
input[type=reset] {
  color: #03a9f4;
  border: 1px solid #03a9f4;
}
table {
  max-width: 100%;
  margin-bottom: 30px;
}
table tr th:first-child, table tr td:first-child {
  padding-left: 10px;
}
table.tablepress thead th, table.tablepress thead td {
  color: #fff;
  font-weight: 600;
  background: #03a9f4;
}
@media screen and (max-width: 500px) {
  table {
    table-layout: fixed;
  }
  table.tablepress {
    font-size: 0.9em;
  }
}
p + .table-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .table-wrap {
    overflow-x: scroll;
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
  .table-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-wrap::-webkit-scrollbar-thumb {
    background: #888;
  }
  .table-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .table-wrap table {
    table-layout: auto;
    max-width: none;
    margin: 0;
  }
}
/*HEADER*/
#top-bar-wrap {
  font-size: 1em;
}
#top-bar-wrap #top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
#top-bar-wrap #top-bar-inner:after {
  display: none;
}
#top-bar-wrap .topbar-content > span {
  padding-right: 2em;
  margin-right: 2em;
  border-right: 1px solid #f2f2f2;
}
#top-bar-wrap .topbar-content > span i.fa {
  margin-right: 0.5em;
}
#top-bar-wrap #top-bar-social {
  position: static;
  top: 0;
  height: auto;
  line-height: 1.5;
  margin: 0;
}
#top-bar-wrap #top-bar-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 1em;
}
#site-header {
  background-image: url(images/grass.jpg);
  background-size: 300px 30px;
  background-repeat: repeat-x;
  background-position: 100% 115%;
}
#site-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(images/line.jpg);
}
.home #site-header {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1260px;
  background-color: #fff;
}
.home #site-header #site-header-inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #site-header.transparent-header {
    position: static;
  }
  .home #site-header #site-header-inner {
    max-width: 90%;
  }
}
#site-navigation-wrap .dropdown-menu > li:nth-child(5n + 1) {
  color: #ffa726;
}
#site-navigation-wrap .dropdown-menu > li:nth-child(5n + 2) {
  color: #03a9f4;
}
#site-navigation-wrap .dropdown-menu > li:nth-child(5n + 3) {
  color: #f44336;
}
#site-navigation-wrap .dropdown-menu > li:nth-child(5n + 4) {
  color: #8bc34a;
}
#site-navigation-wrap .dropdown-menu > li:nth-child(5n + 5) {
  color: #8373ce;
}
#site-navigation-wrap .dropdown-menu > li > a {
  color: inherit !important;
  letter-spacing: 0;
  overflow: hidden;
}
#site-navigation-wrap .dropdown-menu > li > a:after {
  content: '';
  position: absolute;
  z-index: 0;
  height: 20px;
  width: 25px;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(images/menu_bot.png);
  background-repeat: no-repeat;
  background-size: 25px 20px;
  transition: all 0.2s ease-in;
}
#site-navigation-wrap .dropdown-menu > li > a:hover:after {
  transform: translateY(-20px);
}
#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
  padding-left: 0;
}
#site-navigation-wrap .dropdown-menu .sub-menu {
  border-top: 0;
}
.after-header-content {
  margin-left: 30px;
}
.after-header-content .after-header-content-inner > a, .after-header-content .after-header-content-inner > div > a {
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  body.default-breakpoint .after-header-content {
    display: block;
  }
  body.default-breakpoint .oceanwp-mobile-menu-icon {
    text-align: center;
    width: 100%;
  }
  body.default-breakpoint .oceanwp-mobile-menu-icon a {
    line-height: inherit;
  }
}
.page-header-title {
  padding: 0;
}
/*FOOTER*/
#footer-widgets {
  border-top: 1px solid #ccc;
}
#footer-widgets .footer-box {
  padding: 15px;
}
#footer-widgets .footer-box:nth-child(4n + 1) .widget-title {
  color: #f44336;
}
#footer-widgets .footer-box:nth-child(4n + 2) .widget-title {
  color: #8bc34a;
}
#footer-widgets .footer-box:nth-child(4n + 3) .widget-title {
  color: #ffa726;
}
#footer-widgets .footer-box:nth-child(4n + 4) .widget-title {
  color: #03a9f4;
}
#footer-bottom {
  font-size: 1em;
  position: relative;
}
#footer-bottom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 110px;
  top: -50px;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*CUSTOMIZED STYLE*/
@media screen and (max-width: 780px) {
  .panel-grid-cell + .panel-grid-cell {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .widget-area.sidebar-primary, .widget-area.sidebar-secondary {
    padding-top: 50px !important;
    border-top: 1px solid #f1f1f1;
  }
}
.oceanwp-recent-posts .recent-posts-thumbnail {
  border-radius: 3px;
  overflow: hidden;
}
.oceanwp-recent-posts .recent-posts-title {
  letter-spacing: 0;
}
.oceanwp-recent-posts .recent-posts-info {
  letter-spacing: 0;
  text-transform: capitalize;
}
.oceanwp-recent-posts .recent-posts-info .recent-posts-comments {
  display: none;
}
.widget-title {
  color: #ffa726;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 0;
  margin: 0;
  border: 0;
}
.title-style1 .widget-title {
  color: #ffa726;
}
.title-style2 .widget-title {
  color: #8bc34a;
}
.title-style3 .widget-title {
  color: #f44336;
}
.title-style4 .widget-title {
  color: #8373ce;
}
.title-style5 .widget-title {
  color: #03a9f4;
}
.widget .caldera-grid .row, .footer-widget .caldera-grid .row {
  max-width: none;
}
.widget .caldera-grid .form-control, .footer-widget .caldera-grid .form-control {
  color: inherit;
  font-size: 1em;
  line-height: 1.4;
  height: auto;
  padding: 0.5em 1em;
  border-radius: 10px;
  box-shadow: none;
}
.widget .caldera-grid h3, .footer-widget .caldera-grid h3 {
  font-weight: 400;
  text-transform: uppercase;
}
.widget .caldera-grid h4, .footer-widget .caldera-grid h4, .widget .caldera-grid h5, .footer-widget .caldera-grid h5, .widget .caldera-grid h6, .footer-widget .caldera-grid h6 {
  font-weight: 400;
}
.widget .caldera-grid .btn:hover, .footer-widget .caldera-grid .btn:hover, .widget .caldera-grid .btn-default:hover, .footer-widget .caldera-grid .btn-default:hover {
  color: #fff;
}
.widget .caldera-grid .btn-dark, .footer-widget .caldera-grid .btn-dark {
  color: #fff;
  border-color: #333;
  background: #333;
}
.widget .caldera-grid .btn-full, .footer-widget .caldera-grid .btn-full {
  display: block;
  margin: 0;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature, .footer-widget .so-widget-sow-features .sow-features-list .sow-features-feature {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature.sow-features-feature-last-row, .footer-widget .so-widget-sow-features .sow-features-list .sow-features-feature.sow-features-feature-last-row {
  margin-bottom: 0px;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature h5, .footer-widget .so-widget-sow-features .sow-features-list .sow-features-feature h5 {
  font-weight: 700;
  margin: 0;
}
.widget .lsow-testimonials .lsow-testimonial .lsow-testimonial-text, .footer-widget .lsow-testimonials .lsow-testimonial .lsow-testimonial-text {
  color: #fff;
  font-size: 1em;
  line-height: inherit;
  text-align: left;
  font-style: normal;
  padding: 20px;
  margin-bottom: 30px;
  border: 0;
}
.widget .lsow-testimonials .lsow-testimonial .lsow-testimonial-user .lsow-text .lsow-author-name, .footer-widget .lsow-testimonials .lsow-testimonial .lsow-testimonial-user .lsow-text .lsow-author-name {
  font-size: 1.4em;
  line-height: inherit;
  font-weight: 900;
  padding-bottom: 0;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 1) .lsow-testimonial-text, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 1) .lsow-testimonial-text {
  background-color: #8bc34a;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 1) .lsow-testimonial-text:after, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 1) .lsow-testimonial-text:after {
  z-index: -1;
  border-color: #8bc34a;
  background-color: #8bc34a;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 1) .lsow-testimonial-user .lsow-text .lsow-author-name, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 1) .lsow-testimonial-user .lsow-text .lsow-author-name {
  color: #8bc34a;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 2) .lsow-testimonial-text, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 2) .lsow-testimonial-text {
  background-color: #f44336;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 2) .lsow-testimonial-text:after, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 2) .lsow-testimonial-text:after {
  z-index: -1;
  border-color: #f44336;
  background-color: #f44336;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 2) .lsow-testimonial-user .lsow-text .lsow-author-name, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 2) .lsow-testimonial-user .lsow-text .lsow-author-name {
  color: #f44336;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 3) .lsow-testimonial-text, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 3) .lsow-testimonial-text {
  background-color: #03a9f4;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 3) .lsow-testimonial-text:after, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 3) .lsow-testimonial-text:after {
  z-index: -1;
  border-color: #03a9f4;
  background-color: #03a9f4;
}
.widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 3) .lsow-testimonial-user .lsow-text .lsow-author-name, .footer-widget .lsow-testimonials .lsow-testimonial:nth-child(3n + 3) .lsow-testimonial-user .lsow-text .lsow-author-name {
  color: #03a9f4;
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member {
  max-width: 900px;
  margin: 0 auto 30px;
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text {
  position: relative;
  text-align: left;
  max-width: 100%;
  padding: 30px 20px;
  box-shadow: 1px 1px 2px 2px rgba(10, 10, 10, 0.1);
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text > *, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text > * {
  position: relative;
  z-index: 2;
  width: calc(100% - 200px);
  margin-left: auto;
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text:before, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/pattern_bg.jpg);
  background-size: 100px;
  opacity: 0.3;
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text:after, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: url(images/team_bg.png);
  background-size: 180px 100%;
  background-repeat: no-repeat;
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text .lsow-title, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text .lsow-title {
  color: #8bc34a;
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 0;
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text .lsow-team-member-position, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text .lsow-team-member-position {
  color: #f44336;
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text .lsow-team-member-details, .footer-widget .lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text .lsow-team-member-details {
  font-size: 1em;
  line-height: 1.4;
}
.widget .so-widget-lsow-odometers .widget-title, .footer-widget .so-widget-lsow-odometers .widget-title {
  color: inherit;
  font-weight: 500;
}
.widget .so-widget-lsow-odometers .lsow-odometers, .footer-widget .so-widget-lsow-odometers .lsow-odometers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1em;
  margin: 30px 0 0;
  width: 100%;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer {
  text-align: center;
  margin: 0 0 30px;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-number, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-number {
  color: inherit;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-number span, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-number span {
  font-size: inherit;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-suffix, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-suffix {
  color: inherit;
  font-size: 2em;
  line-height: inherit;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-stats-title, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer .lsow-stats-title {
  color: inherit;
  font-size: 1em;
  line-height: 1.4;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 1) .lsow-number, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 1) .lsow-number, .widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 1) .lsow-suffix, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 1) .lsow-suffix {
  color: #ffa726;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 2) .lsow-number, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 2) .lsow-number, .widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 2) .lsow-suffix, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 2) .lsow-suffix {
  color: #03a9f4;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 3) .lsow-number, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 3) .lsow-number, .widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 3) .lsow-suffix, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 3) .lsow-suffix {
  color: #f44336;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 4) .lsow-number, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 4) .lsow-number, .widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 4) .lsow-suffix, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 4) .lsow-suffix {
  color: #8bc34a;
}
.widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 5) .lsow-number, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 5) .lsow-number, .widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 5) .lsow-suffix, .footer-widget .so-widget-lsow-odometers .lsow-odometers .lsow-odometer:nth-child(5n + 5) .lsow-suffix {
  color: #8373ce;
}
.widget .so-widget-lsow-piecharts .widget-title, .footer-widget .so-widget-lsow-piecharts .widget-title {
  color: inherit;
  font-weight: 500;
}
.widget .so-widget-lsow-piecharts .lsow-piecharts, .footer-widget .so-widget-lsow-piecharts .lsow-piecharts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1em;
  margin: 30px 0 0;
  width: 100%;
}
.widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart, .footer-widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart {
  max-width: 180px;
  margin: 0 auto 30px;
}
.widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart .lsow-percentage span, .footer-widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart .lsow-percentage span {
  color: inherit;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
}
.widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart .lsow-percentage span sup, .footer-widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart .lsow-percentage span sup {
  font-size: initial;
}
.widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart .lsow-label, .footer-widget .so-widget-lsow-piecharts .lsow-piecharts .lsow-piechart .lsow-label {
  color: inherit;
}
.widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry {
  overflow: hidden;
}
.widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info {
  display: none;
}
.widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info .lsow-entry-info .lsow-post-title, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info .lsow-entry-info .lsow-post-title {
  font-size: 1.2em;
  line-height: 1.4;
}
.widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info .lsow-entry-info .lsow-post-title a, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info .lsow-entry-info .lsow-post-title a {
  text-decoration: none;
}
.widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-entry-text-wrap, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-entry-text-wrap {
  text-align: left;
  padding: 20px 0;
  margin: 0;
}
.widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-entry-text-wrap .entry-title, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-entry-text-wrap .entry-title {
  color: #03a9f4;
  font-size: 1.4em;
  line-height: 1.2;
  padding-bottom: 0;
}
.widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-entry-text-wrap .entry-title a, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-entry-text-wrap .entry-title a {
  color: inherit;
  text-decoration: none;
}
/*ADDITIONAL STYLE*/
.dark-overlay, .light-overlay {
  position: relative;
  overflow: hidden;
}
.dark-overlay:before, .light-overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.dark-overlay > *, .light-overlay > * {
  position: relative;
  z-index: 3;
}
.light-overlay:before {
  background: rgba(255, 255, 255, 0.7);
}
.bg-full {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media screen and (max-width: 767px) {
  .bg-full {
    background-size: cover !important;
  }
}
.lsow-dark-bg {
  color: #eee;
}
.lsow-dark-bg .lsow-dark-bg p {
  color: #eee;
}
.lsow-dark-bg h1, .lsow-dark-bg h2, .lsow-dark-bg h3, .lsow-dark-bg h4, .lsow-dark-bg h5, .lsow-dark-bg h6, .lsow-dark-bg a, .lsow-dark-bg b, .lsow-dark-bg strong {
  color: #fff;
}
.doodle-bg {
  position: relative;
}
.doodle-bg > * {
  position: relative;
  z-index: 2;
}
.doodle-bg:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url(images/doodles.png);
  background-size: 100%;
  background-position: 100%;
  filter: blur(3px);
}
.title-center .widget-title {
  text-align: center;
}
.img-blk-cover, .widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image, .events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 67%;
}
.img-blk-cover img, .widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image img, .footer-widget .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image img, .events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image img {
  position: absolute;
  top: -99px;
  right: -99px;
  bottom: -99px;
  left: -99px;
  margin: auto;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
.img-blk-contain {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 67%;
}
.img-blk-contain img {
  position: absolute;
  top: -99px;
  right: -99px;
  bottom: -99px;
  left: -99px;
  margin: auto;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
.img-blk-contain img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 67%;
  min-height: 67%;
  max-width: 100%;
  max-height: 100%;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
figure.wp-caption {
  border: 10px solid #fff;
  box-shadow: 0px 6px 16px 0px rgba(66, 66, 66, 0.2);
}
figure.wp-caption .wp-caption-text {
  color: inherit;
  font-size: 0.95em;
}
.home-features .so-widget-sow-features .sow-features-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.home-features .so-widget-sow-features .sow-features-list:before, .home-features .so-widget-sow-features .sow-features-list:after {
  display: none;
}
.home-features .so-widget-sow-features .sow-features-list .sow-features-feature {
  width: calc(33.333% - 20px) !important;
  padding: 40px 20px !important;
  margin: 10px;
  border-radius: 10px;
  border-width: 0 0 5px 0;
  box-shadow: 0px 6px 16px 0px rgba(66, 66, 66, 0.23);
  position: relative;
}
.home-features .so-widget-sow-features .sow-features-list .sow-features-feature:nth-child(3n + 1) {
  background-color: #ffa726;
  border-color: #ffa726;
}
.home-features .so-widget-sow-features .sow-features-list .sow-features-feature:nth-child(3n + 2) {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.home-features .so-widget-sow-features .sow-features-list .sow-features-feature:nth-child(3n + 3) {
  background-color: #8373ce;
  border-color: #8373ce;
}
.home-features .so-widget-sow-features .sow-features-list .sow-features-feature > * {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.home-features .so-widget-sow-features .sow-features-list .sow-features-feature:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url(images/doodles.png);
  background-size: 600px;
  background-position: 100%;
  filter: blur(3px);
}
.home-features .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
  background-size: 50px;
}
@media screen and (max-width: 767px) {
  .home-features .so-widget-sow-features .sow-features-list .sow-features-feature {
    width: 100% !important;
    max-width: 400px;
  }
}
.home-features .so-widget-sow-features .widget-title {
  color: #fff;
}
.home-features .so-widget-sow-features .textwidget {
  color: #fff;
}
.home-features .so-widget-sow-features .textwidget a {
  color: #ffa726;
  text-decoration: underline;
}
.ico-img-50 .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
  background-size: 50px;
}
.welcome-box {
  box-shadow: 0px 6px 16px 0px rgba(66, 66, 66, 0.23);
  border-radius: 50px;
  padding: 50px;
  background-size: 50% !important;
  background-position: 100% !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .welcome-box {
    padding-right: 50%;
  }
}
@media screen and (max-width: 767px) {
  .welcome-box {
    padding: 35% 30px 30px;
    background-position: center top !important;
  }
}
.home-classes .single-class {
  text-align: center;
  max-width: 330px;
  margin: 10px auto;
  position: relative;
}
.home-classes .single-class .price {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 99;
  color: #f44336;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
  width: 120px;
  height: 110px;
  padding-top: 30px;
  background-image: url(images/blue_drop.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-classes .single-class .price span {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
}
.home-classes .single-class .class-img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 110%;
  border: 10px solid #fff;
  box-shadow: 0px 6px 16px 0px rgba(66, 66, 66, 0.2);
}
.home-classes .single-class .class-img img {
  position: absolute;
  top: -99px;
  right: -99px;
  bottom: -99px;
  left: -99px;
  margin: auto;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
}
.home-classes .single-class .class-img img {
  max-width: 200%;
}
.home-classes .single-class .class-name {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 60px;
  max-width: 180px;
  margin: -30px auto 0;
  background: #ffa726;
  box-shadow: 0px 6px 16px 0px rgba(66, 66, 66, 0.2);
}
.home-classes .single-class .class-name.bg-1 {
  background-color: #f44336;
}
.home-classes .single-class .class-name.bg-2 {
  background-color: #8bc34a;
}
.home-classes .single-class .class-name.bg-3 {
  background-color: #8373ce;
}
.home-classes .single-class .class-name h5 {
  padding: 14px 0;
}
.home-classes .single-class .class-name h5 a {
  color: inherit !important;
  text-decoration: none;
}
.home-testimonials .lsow-testimonials .lsow-testimonial .lsow-testimonial-text {
  max-height: 600px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .home-testimonials .lsow-testimonials .lsow-testimonial .lsow-testimonial-text {
    max-height: 600px;
    overflow-y: initial;
  }
}
.events .lsow-portfolio-wrap {
  width: calc(100% + 20px);
  padding: 0 10px 20px;
  margin: 0 -10px -20px;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry {
  border-radius: 20px;
  border-top: 20px solid;
  overflow: hidden;
  box-shadow: 0px 6px 16px 0px rgba(66, 66, 66, 0.23);
  background: #fff;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info .lsow-entry-info .lsow-post-title {
  font-size: 1.2em;
  line-height: 1.4;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-project-image .lsow-image-info .lsow-entry-info .lsow-post-title a {
  text-decoration: none;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry .lsow-entry-text-wrap {
  padding: 20px;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 1) .hentry {
  border-top-color: #8bc34a;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 1) .hentry .lsow-entry-text-wrap .entry-title {
  color: #8bc34a;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 2) .hentry {
  border-top-color: #ffa726;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 2) .hentry .lsow-entry-text-wrap .entry-title {
  color: #ffa726;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 3) .hentry {
  border-top-color: #f44336;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 3) .hentry .lsow-entry-text-wrap .entry-title {
  color: #f44336;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 4) .hentry {
  border-top-color: #03a9f4;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 4) .hentry .lsow-entry-text-wrap .entry-title {
  color: #03a9f4;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 5) .hentry {
  border-top-color: #8373ce;
}
.events .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:nth-child(5n + 5) .hentry .lsow-entry-text-wrap .entry-title {
  color: #8373ce;
}
.table-wrapper table {
  margin-bottom: 0;
}
.table-wrapper th, .table-wrapper td {
  text-align: center;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.table-time {
  color: #333;
  background-color: #fff;
}
.table-time th:nth-child(even) {
  background: #f0f0f0;
}
.table-time th:nth-child(odd) {
  background: #fff;
}
.routine-holiday {
  color: #fff;
  text-align: center;
  width: 250px;
  padding: 10px 0px;
  margin: 0 auto;
  margin-top: -2px;
  background: #03a9f4;
}
.bgc-orange {
  background: #ffa726 !important;
}
.bg-blue {
  background: #03a9f4 !important;
}
.bg-yellow {
  background: #fc0 !important;
}
.bg-brick {
  background: #fb6b47 !important;
}
.bg-blue-two {
  background: #5bc4db !important;
}
.bg-reds {
  background: #cc4b4c !important;
}
.bg-gray-light {
  background-color: #f8f8f8 !important;
}
.bg-orange {
  background-color: #ffa726 !important;
}
.bg-sky {
  background-color: #03a9f4 !important;
}
.bg-red {
  background-color: #f44336 !important;
}
.bg-green {
  background-color: #8bc34a !important;
}
.bg-per {
  background-color: #8373ce !important;
}
.bg-red-l {
  background-color: #ff6257;
}
.social-icon {
  display: inline-block;
  margin-left: 0.8em;
}
.contact-table i.fa {
  color: #f44336;
  font-size: 1.2em;
}
.gallery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 15px 15px;
  border: 10px solid #fff;
  box-shadow: 0px 6px 16px 0px rgba(66, 66, 66, 0.2);
}
@media screen and (min-width: 1000px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(50% - 30px);
  }
}
.timetable {
  font-size: 0.85em;
  width: 100%;
}
.timetable tbody th {
  text-align: left;
}
.timetable tr th {
  font-weight: 700;
  padding: 0.5em;
}
.timetable tr td {
  text-align: left;
  padding: 0.5em;
}
.timetable tr td p + p {
  margin-top: 0.7em;
}
.timetable tr td:last-child {
  padding-right: 0.5em;
}
.timetable tr:nth-of-type(6n + 1) td:nth-of-type(6n + 1) {
  background: #fb6b47;
}
.timetable tr:nth-of-type(6n + 1) td:nth-of-type(6n + 2) {
  background: #8bc34a;
}
.timetable tr:nth-of-type(6n + 1) td:nth-of-type(6n + 3) {
  background: #5bc4db;
}
.timetable tr:nth-of-type(6n + 1) td:nth-of-type(6n + 4) {
  background: #8373ce;
}
.timetable tr:nth-of-type(6n + 1) td:nth-of-type(6n + 5) {
  background: #ffa726;
}
.timetable tr:nth-of-type(6n + 1) td:nth-of-type(6n + 6) {
  background: #fc0;
}
.timetable tr:nth-of-type(6n + 2) td:nth-of-type(6n + 1) {
  background: #8bc34a;
}
.timetable tr:nth-of-type(6n + 2) td:nth-of-type(6n + 2) {
  background: #5bc4db;
}
.timetable tr:nth-of-type(6n + 2) td:nth-of-type(6n + 3) {
  background: #8373ce;
}
.timetable tr:nth-of-type(6n + 2) td:nth-of-type(6n + 4) {
  background: #ffa726;
}
.timetable tr:nth-of-type(6n + 2) td:nth-of-type(6n + 5) {
  background: #fc0;
}
.timetable tr:nth-of-type(6n + 2) td:nth-of-type(6n + 6) {
  background: #fb6b47;
}
.timetable tr:nth-of-type(6n + 3) td:nth-of-type(6n + 1) {
  background: #5bc4db;
}
.timetable tr:nth-of-type(6n + 3) td:nth-of-type(6n + 2) {
  background: #8373ce;
}
.timetable tr:nth-of-type(6n + 3) td:nth-of-type(6n + 3) {
  background: #ffa726;
}
.timetable tr:nth-of-type(6n + 3) td:nth-of-type(6n + 4) {
  background: #fc0;
}
.timetable tr:nth-of-type(6n + 3) td:nth-of-type(6n + 5) {
  background: #fb6b47;
}
.timetable tr:nth-of-type(6n + 3) td:nth-of-type(6n + 6) {
  background: #8bc34a;
}
.timetable tr:nth-of-type(6n + 4) td:nth-of-type(6n + 1) {
  background: #8373ce;
}
.timetable tr:nth-of-type(6n + 4) td:nth-of-type(6n + 2) {
  background: #ffa726;
}
.timetable tr:nth-of-type(6n + 4) td:nth-of-type(6n + 3) {
  background: #fc0;
}
.timetable tr:nth-of-type(6n + 4) td:nth-of-type(6n + 4) {
  background: #fb6b47;
}
.timetable tr:nth-of-type(6n + 4) td:nth-of-type(6n + 5) {
  background: #8bc34a;
}
.timetable tr:nth-of-type(6n + 4) td:nth-of-type(6n + 6) {
  background: #5bc4db;
}
.timetable tr:nth-of-type(6n + 5) td:nth-of-type(6n + 1) {
  background: #ffa726;
}
.timetable tr:nth-of-type(6n + 5) td:nth-of-type(6n + 2) {
  background: #fc0;
}
.timetable tr:nth-of-type(6n + 5) td:nth-of-type(6n + 3) {
  background: #fb6b47;
}
.timetable tr:nth-of-type(6n + 5) td:nth-of-type(6n + 4) {
  background: #8bc34a;
}
.timetable tr:nth-of-type(6n + 5) td:nth-of-type(6n + 5) {
  background: #5bc4db;
}
.timetable tr:nth-of-type(6n + 5) td:nth-of-type(6n + 6) {
  background: #8373ce;
}
.timetable tr:nth-of-type(6n + 6) td:nth-of-type(6n + 1) {
  background: #fc0;
}
.timetable tr:nth-of-type(6n + 6) td:nth-of-type(6n + 2) {
  background: #fb6b47;
}
.timetable tr:nth-of-type(6n + 6) td:nth-of-type(6n + 3) {
  background: #8bc34a;
}
.timetable tr:nth-of-type(6n + 6) td:nth-of-type(6n + 4) {
  background: #5bc4db;
}
.timetable tr:nth-of-type(6n + 6) td:nth-of-type(6n + 5) {
  background: #8373ce;
}
.timetable tr:nth-of-type(6n + 6) td:nth-of-type(6n + 6) {
  background: #ffa726;
}
.timetable2 {
  color: #000;
}
.timetable2 thead {
  background: #eee;
}
.timetable2 thead th, .timetable2 thead td {
  font-weight: 600;
  text-transform: uppercase;
}
