a:hover, a:focus, a:active{
  color: #038fa8;
}
.btn-outline-primary {
  color: #038fa8;
  border-color: #038fa8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #038fa8;
  border-color: #038fa8;
}
.card-list .sppb-column-addons,
.card-list .sp-pagebuilder-addons > div {
  display: flex;
  justify-content: center;
}
.card-list .sppb-column-addons .sppb-addon-wrapper,
.card-list .sppb-column-addons .sppb-addon-wrapper > div,
.card-list
  .sppb-column-addons
  .sppb-addon-wrapper
  > div
  .sppb-addon-pricing-table {
  height: calc(100% - 30px);
}
.card-list .sppb-column-addons .sppb-addon-wrapper .sppb-pricing-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.card-list .sppb-addon-pricing-table {
  background-color: #e5ac10;
  color: #fff;
  margin: 35px;
  padding: 30px;
  width: 250px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dawan-category .card-list .sppb-addon-wrapper:nth-child(1) .sppb-addon-pricing-table {
  background-color: #8cbe64;
}
.dawan-category .card-list .sppb-addon-wrapper:nth-child(3) .sppb-addon-pricing-table {
  background-color: #508cc8;
}
.card-list .sppb-pricing-footer {
  margin-bottom: 0;
  margin-top: auto;
}
.minu-header h3.sppb-addon-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  text-align: right;
  color: black;
}
.sppb-pricing-box .sppb-pricing-header {
  text-align: center;
}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 24px;
  font-weight: bold;
}
.sppb-pricing-box .sppb-pricing-features {
  font-size: 18px;
  font-weight: 500;
}
.sppb-pricing-header .sppb-icon {
  margin-bottom: 30px;
}
#sp-page-builder #mainMenu {
  z-index: 2;
}

/* home - articles image */
.mod-articles-images {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.mod-articles-images .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 280px;
}
.mod-articles-images .item .article-intro-image {
  height: 100%;
}
.mod-articles-images .item .article-intro-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.3); */
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.2) 40%
  );
}
.mod-articles-images .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-articles-images .item .title {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 15px;
  width: 100%;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s;
}
.mod-articles-images .item:hover .title {
  opacity: 0;
}
.mod-articles-images .item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: top 0.5s;
}
.mod-articles-images .item:hover .info {
  top: 0;
}
.mod-articles-images .item .info h3 {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.mod-articles-images .item .info p {
  flex: 0 1 auto;
  height: 70px;
  background-color: #d9b310;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.mod-articles-images .item .info p a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.staff-slider .sppb-carousel-extended-item {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.staff-slider .sppb-carousel-extended-item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.staff-slider
  .sppb-carousel-extended-item
  .sppb-carousel-extended-team-content {
  flex: 1 1 auto;
}
.staff-slider .sppb-carousel-extended-outer-stage {
  height: 600px !important;
}
.mod-finder .awesomplete {
  width: 100%;
}

#footer .mod-finder {
  max-width: 260px;
}
#footer .mod-finder button {
  background-color: #54595f;
  border: none;
  font-size: 0;
  color: transparent;
}
#footer .mod-finder button span {
  font-size: 18px;
  color: white;
}
#footer .mod-finder button:hover {
  background-color: #e5ac10;
  border: none;
}
.copyright-social .sppb-icons-group-list {
  text-align: center;
}
#sp-page-builder .page-content .sppb-section.row-main-menu {
  z-index: 2;
}
#sp-main-body {
  padding: 45px 0;
}
#sp-top-bar {
  padding: 2px;
  background: #0095b6;
}
.sp-page-title {
  background-color: #f9f9f9;
  color: #444;
}
.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
  color: #444;
}
.mega-menu {
  font-family: "Noto Sans JP", sans-serif;
}
.mega-menu .sp-megamenu-parent > li > a {
  color: #fff;
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #444;
}
.sp-page-title .breadcrumb > .active {
  color: #444;
}
.float-start {
  display: none;
}
.mega-menu .sp-megamenu-parent > li > a,
.mega-menu .sp-megamenu-parent > li > span {
  font-size: 16px;
  line-height: 40px;
}
.mega-menu .sp-megamenu-parent > li:hover > a {
  color: #ffffff;
}
.mega-menu .sp-megamenu-parent > li > a::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 3px;
}
.mega-menu .sp-megamenu-parent > li:hover > a::before {
  opacity: 1;
}
.mega-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0;
}
.mega-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  padding: 10px 20px;
  width: 100%;
  transition: all 0.5s;
}
.mega-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background-color: #038fa8;
  color: #fff;
}
.mega-menu .sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}
#sp-menu .sp-megamenu-parent > li {
  padding: 27px 0;
}
#sp-menu .sp-megamenu-parent > li > a {
  line-height: 36px;
  margin: 0 5px;
}
#sp-menu .sp-megamenu-parent > li:hover > a,
#sp-menu .sp-megamenu-parent > li.active > a {
  background: #0095b6;
  color: white;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0 15px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 8px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  padding: 8px;
  width: 100%;
}
#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  background: #0095b6;
  color: white;
}
#sp-page-builder #homeLogo {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
}
#sp-page-builder #summer2020Menu {
  position: relative;
  z-index: 2;
}

.mod-articles-card {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.mod-articles-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.mod-articles-card li {
  width: 20%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.mod-articles-card .wrapper {
  background-color: #fff;
  text-align: center;
  border: #038fa8 solid 1px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
}
.mod-articles-card .wrapper h3 {
  padding: 15px;
  font-size: 600;
  font-size: 1em;
}
.mod-articles-card .wrapper .info {
  margin: auto auto 0 auto;
}

.corp-articles .mod-articles-card li {
  width: 33.3333%;
}
.mod-articles-card .wrapper a.image-title {
  color: #000;
}
.mod-articles-card .wrapper a.image-title:hover {
  color: #0fa89d;
}
/* summer 2020 - gallery */
#summerGallery .sppb-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 10px;
}
#summerGallery .sppb-gallery::before,
#summerGallery .sppb-gallery::after {
  display: none;
}
#summerGallery .sppb-gallery li {
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  border-radius: 3px;
  overflow: hidden;
}
#summerGallery .sppb-gallery li a {
  display: block;
  height: 100%;
  width: 100%;
}
#summerGallery .sppb-gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#summerGallery .sppb-gallery li:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 50;
  grid-column-start: 1;
  grid-column-end: 2;
}

#summerGallery .sppb-gallery li:nth-child(4) {
  grid-row-start: 50;
  grid-row-end: 80;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-right: -20px;
  z-index: 1;
}

#summerGallery .sppb-gallery li:nth-child(7) {
  grid-row-start: 80;
  grid-row-end: 110;
  grid-column-start: 1;
  grid-column-end: 2;
}

#summerGallery .sppb-gallery li:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 30;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-left: -40px;
  margin-right: -20px;
}

#summerGallery .sppb-gallery li:nth-child(5) {
  grid-row-start: 30;
  grid-row-end: 60;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: -20px;
  z-index: 1;
}

#summerGallery .sppb-gallery li:nth-child(8) {
  grid-row-start: 60;
  grid-row-end: 90;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-right: -20px;
}

#summerGallery .sppb-gallery li:nth-child(9) {
  grid-row-start: 90;
  grid-row-end: 120;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  z-index: 1;
}

#summerGallery .sppb-gallery li:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 25;
  grid-column-start: 3;
  grid-column-end: 4;
}
#summerGallery .sppb-gallery li:nth-child(6) {
  grid-row-start: 25;
  grid-row-end: 60;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 3;
}
#summerGallery .sppb-gallery li:nth-child(10) {
  grid-row-start: 60;
  grid-row-end: 110;
  grid-column-start: 3;
  grid-column-end: 4;
}
.sppb-addon-clients .sppb-carousel-extended-item {
  text-align: center;
  color: #a00f04;
  font-size: 18px;
  font-weight: bold;
}
.sppb-addon-clients .sppb-carousel-extended-item h4 {
  margin: 0;
}
#sp-page-builder #section-id-1649206629419 {
  z-index: 2;
}

.column-border-left {
  border-left: solid 2px #c4c4c4;
}
/* right hot topic */
.right-hot-topic .sppb-addon-title {
  margin: 0px 10px 25px 0px;
  padding: 10px 0px 12px 30px;
  background-color: #ffec77;
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  color: #54595f;
  font-weight: bold;
}

.mod-articles-list {
  padding: 0;
}
.mod-articles-list li,
#sp-right ul.mod-articles-list > li {
  list-style: none;
  display: flex;
  margin: 0 0 15px 0;
  align-items: center;
}
.mod-articles-list li .article-intro-image {
  flex: 0 1 auto;
  margin-right: 10px;
}
.mod-articles-list li .article-intro-image img {
  width: 75px;
  min-width: 75px;
  height: 50px;
  object-fit: cover;
}
.mod-articles-list li .title {
  flex: 1 1 auto;
}
.mod-articles-list li a {
  color: #54595f;
  font-weight: 600;
}
.mod-articles-list li a:hover {
  color: #0095b6;
}
.right-image.mod-articles-list li,
#sp-right ul.mod-articles-list.right-image > li {
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-bottom: 5px;
}
.right-image.mod-articles-list li .article-intro-image {
  margin-right: 0;
  margin-left: 10px;
}
.right-image.mod-articles-list li .article-intro-image img {
  height: auto;
  width: 32px;
  min-width: 32px;
  object-fit: cover;
}
.pagination {
  justify-content: center;
}
.page-item.active .page-link {
  background-color: #0095b6;
  border-color: #0095b6;
}

/* content */
.com-content-article .fulltext {
  margin-top: 30px;
  margin-bottom: 30px;
}
.com-content-article h3 {
  color: #0095b6;
}
.com-content-article .page-header h1 {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 300;
}
.com-content-article .introtext table {
  max-width: 100%;
}
.com-content-article .introtext table,
.com-content-article .introtext table tr,
.com-content-article .introtext table tr td {
  height: auto !important;
}
.com-content-article.staff .article-full-image {
  max-width: 170px;
}
.com-content-category-blog.blog .blog-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 30px;
}
.com-content-category-blog.blog .blog-item > div.article-intro-image {
  flex: 0 0 auto;
  width: 250px;
  margin-left: 30px;
}
.com-content-category-blog.blog .blog-item > div.item-content {
  flex: 1 1 auto;
}
.com-content-category-blog.blog .blog-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.com-content-category-blog.blog h2 {
  font-size: 1.5rem;
}
.com-content-category-blog.blog .item-content > h3 {
  display: none;
}
.com-content-category-blog table,
.com-content-category-blog tr,
.com-content-category-blog td {
  height: auto !important;
  width: auto !important;
}
.products .article-list .article-intro-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.products .article-list .article {
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}
.products .article-list .article .readmore {
  margin: auto auto 0;
}
.products .article-list .article-header h2 {
  text-align: center;
  font-size: 18px;
}
#sp-left .sp-module,
#sp-right .sp-module {
  padding: 0;
  border: none;
  margin-top: 30px;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  margin-bottom: 10px;
}
#sp-footer .container-inner {
  border-top: none;
}
.formContainer .formControlLabel {
  color: #0095b6;
  font-weight: bold;
}
.formContainer .formRequired {
  font-size: 0;
}
.formContainer .formRequired::before {
  content: "*";
  color: #e80000;
  font-size: 13px;
  vertical-align: super;
}
.formContainer h2 {
  color: #0095b6;
  font-weight: bold;
  font-size: 1.6rem;
}
.formContainer h3 {
  color: #0095b6;
  font-weight: bold;
  font-size: 1.3rem;
}
.formContainer h4 {
  color: #0095b6;
  font-weight: bold;
  font-size: 16px;
}
div hr {
  border-top-color: #666;
}

.carousel-item .sppb-gallery-btn::before {
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  color: #666;
}
.product-popup .modal-dialog {
  max-width: 600px;
}
.product-popup .modal-dialog .modal-title {
  font-size: 18px;
  line-height: 140%;
  color: #666;
}
.product-popup .formContainer .formControlLabel {
  color: #666;
}
.product-popup .formContainer > .row:last-child > div {
  display: flex;
  justify-content: flex-end;
}
.product-popup .formContainer > .row:last-child > div .btn {
  margin-left: 1rem;
}
.btn-success,
.jbd-container .btn-success,
.jbd-container .btn-success:not(:disabled):not(.disabled):active,
.jbd-container .btn-success:not(:disabled):not(.disabled).active,
.show > .jbd-container .btn-success.dropdown-toggle {
  background-color: #0095b6;
  border-color: #0095b6;
}
.btn-success:hover,
.jbd-container .btn-success:hover,
.jbd-container .btn-primary:not(:disabled):not(.disabled):active,
.jbd-container .btn-primary:not(:disabled):not(.disabled).active,
.show > .jbd-container .btn-primary.dropdown-toggle {
  background-color: #333;
  border-color: #333;
}
.btn-primary,
.jbd-container .btn-primary {
  background-color: #0095b6;
  border-color: #0095b6;
}
.btn-primary:hover,
.jbd-container .btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
.row > #sp-component:only-child {
  width: 100%;
}
.article-social-share .social-share-icon ul li a .fa::after {
  display: inline-block !important;
}
.pagination {
  margin-top: 15px;
}
.pagination .limit {
  display: none;
}
.page-link {
  color: #0095b6;
}
.page-link:hover {
  color: #007691;
}
.custom1.offers .jitem-card {
  overflow: hidden;
  border-radius: 0;
}
.custom1.offers div[class*="col"] {
  padding: 0 !important;
  margin: 0 !important;
}
.custom1.offers .jitem-card .jitem-body {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  bottom: -100%;
}
.custom1.offers .jitem-card:hover .jitem-body {
  bottom: 0;
  transition: bottom 0.5s;
}

.custom1.offers .jitem-card .jitem-body .jitem-top {
  margin: auto;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.custom1.offers .jitem-card .jitem-body .jitem-desc,
.custom1.offers .jitem-card .jitem-body .jitem-title > *,
.custom1.offers .jitem-card .jitem-body .jitem-desc,
.custom1.offers .offer-price .price {
  color: white;
  opacity: 1;
}
.custom1.offers .offer-price .price {
  font-size: 1.45rem;
}
.custom1.offers .offer-price .old-price {
  color: white;
  font-size: 1rem;
}
.custom1.offers .jitem-card .jitem-body .jitem-title > * {
  font-size: 1.75rem;
}
.custom1.offers .jitem-card .jitem-body .jitem-bottom {
  min-height: auto;
  height: 70px;
  background-color: #d9b310;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.custom1.offers .jitem-card .jitem-body .jitem-body-content {
  padding: 0;
  display: flex;
}
.custom1.offers .jitem-card .jitem-body .jitem-desc {
  flex: none;
}
.custom1.offers .jitem-card .jitem-img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.2) 40%
  );
  z-index: 1;
}

.custom1.offers .jitem-card .jitem-img-wrap > img {
  border-radius: 0;
}
.custom1.offers .jitem-card  .title {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s;
  display: flex;
  justify-content: space-between;
}
.custom1.offers .jitem-card:hover .title {
  opacity: 0;
  transition: opacity 0.5s;
}
.custom1.offers .jitem-card  .title > span{
  padding: 15px;

}
.custom1.offers .jitem-card .jitem-discount-wrap{
  position: static;
  min-width: 135px;

}
.jbd-container .bg-primary {
  background-color: #0095b6 !important;
}
.custom1.offers .jitem-card .jitem-body .jitem-bottom a {
  color: #000;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.custom1.offers .row{
  margin:auto 15px;
}

.guru-content .tab-content{
	display: block;
}
/* animate */
.js-animate{
	transition: all 0.5s ease;

}
.flip-down{
	-webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
}

.js-animated.flip-down{
	-webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}

.fade-right{
	opacity: 0;
	-webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
}
.fade-left{
	opacity: 0;
	-webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
}
.fade-up{
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}
.fade-down{
	opacity: 0;
	-webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}
.js-animated.fade-right, .js-animated.fade-left, .js-animated.fade-up, .fade-down{
	opacity: 1;
	transform: none;
}
/* animate end */

/* Guru styles*/
#guru-component .uk-grid > *{
  padding-left: 20px;
  padding-right: 20px;
}
.gru-course-item .wk-panel-title a{
  color:  #2f2f2f;
  text-decoration: underline;
}
.gru-course-item .description_guru > *{
  color: #555555;
}
.gru-course-item .gru-publish{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gru-course-item .gru-publish > *{
  color: #555555;
}
#guru-component .gru-course-item .uk-panel-box{
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: inherit;  
  box-shadow: unset;
  border-radius: unset;  
}
#guru-component .gru-course-item:hover .uk-panel-box{
  box-shadow: unset;
}
#guru-component .uk-panel-box > .uk-panel-teaser{
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
div#guru-component .uk-panel-box > .uk-panel-teaser{
  margin: 0;
  margin-bottom: 10px;
  border-radius: unset;  
  -webkit-box-shadow: 1px 0px 10px 1px rgba(0,0,0,0.25); 
  box-shadow: 1px 0px 10px 1px rgba(0,0,0,0.25);
}
#guru-component .gru-course-item:hover .uk-panel-box > .uk-panel-teaser{
  -webkit-box-shadow: 1px 0px 10px 1px rgba(0,0,0,0.75); 
  box-shadow: 1px 0px 10px 1px rgba(0,0,0,0.75);
}
.gru-course-item .uk-panel-teaser img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#guru-component .uk-grid{
  margin-left: 0;
}
/* End Guru styles*/
#sp-header > .container{
  width: 100%;
  max-width: 100%;
}
#system-message-container{
  z-index: 2;
}
.jbd-container .gallery-slider-item{
  padding-bottom: 400px;
}

body.template-12 .sp-megamenu-parent li:last-child .sp-dropdown.sp-dropdown-main.sp-menu-right{
  left: auto;
  right: 0;

}
@media (min-width: 1200px) and (max-width: 1400px) {
  #sp-menu .sp-megamenu-parent > li > a{
    margin:0;
    padding-left: 10px;
    padding-right:10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #sp-menu .sp-megamenu-parent > li > a{
    margin:0;
    padding-left: 8px;
    padding-right:8px;
  }
  .logo-image{
    height: 40px !important;
  }
}
@media (min-width: 992px) {
  .jbd-container .jitem-card .jitem-img-wrap {
    min-height: 280px;
  }
}
@media (max-width: 1199px) {
  .mod-articles-images .item {
    width: 33.3333%;
  }
  .mod-articles-card li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  #sp-header {
    height: auto;
  }
  #sp-header .logo {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .minu-header {
    padding: 0 15px 0 15px;
  }
  .minu-header h3.sppb-addon-title {
    text-align: left;
  }
  .mod-articles-images .item {
    width: 100%;
    min-height: 250px;
  }
  .mod-articles-card li {
    width: 50%;
  }
  .jbd-container.offers .row {
    display: block;
  }
  .jbd-container.offers .row > * {
    width: 100% !important;
    max-width: none;
  }
  .jbd-container .jitem-card .jitem-img-wrap {
    min-height: 180px;
  }
  .card-list .sppb-column-addons, .card-list .sp-pagebuilder-addons > div{
    flex-wrap: wrap;
  }
  .card-list .sppb-column-addons .sppb-addon-wrapper, .card-list .sppb-column-addons .sppb-addon-wrapper > div, .card-list .sppb-column-addons .sppb-addon-wrapper > div .sppb-addon-pricing-table{
    height: auto;
  }
  .card-list .sppb-column-addons .sppb-addon-wrapper > div{
    animation: none;
  }
  .card-list .sppb-column-addons .sppb-addon-wrapper > div .sppb-addon-pricing-table{
    margin:0;
  }
  .staff-slider .sppb-carousel-extended-outer-stage{
    transition: none !important;
    width: auto !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }
  .sppb-carousel-extended-outer-stage .clone{
    display: none;
  }
  .staff-slider .sppb-carousel-extended-item{
    padding:15px 0;
  }
  .mod-sppagebuilder.sp-page-builder .page-content #footer{
    padding-left: 30px;
    padding-right: 30px;
  }
  .sppb-addon-table-main .row-empty{
    padding: 10px 0;
    display: block;
  }
  .sppb-addon-table-main .row-empty > td,
  .sppb-addon-table-main.bt tbody .row-empty > td{
    display: none;
    
  }
}
@media (max-width: 1199px) {
  .corp-articles .mod-articles-card li{
    width: 50%;
  }
}
@media (max-width: 941px) {
  .corp-articles .mod-articles-card li{
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mod-articles-card li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #offcanvas-toggler {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .sppb-row-container {
    max-width: 1320px;
    /*max-width: 960px;*/
  }
}

