/*
*  STYLE DEFAULT FOR COMPONENTS
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*   Summary:
* 
*   01. General
*      - Carousel Arrow
*      - Isotope Grid
*   02. Events General
*   03. Teams General
*   04. FAQ General
*   05. Gallery General
*   06. Portfolio General
*   07. Services General
*   08. SC Button
*   09. SC Image Carousel (Gallery Carousel)
*   10. SC Video
*   11. SC Icon Block
*   12. SC Flip Box
*   13. SC/WG Social Counter
*   14. Tabs/Filter
*   15. Posts General
*   16. Contact Form 7
*
*
*/
/*===================================
=            01. General            =
===================================*/
/*----------  Carousel Arrow  ----------*/
.slz-blog-detail.layout-1 .blog-detail-wrapper > .block-image img {
  width: auto;
  height: 100%;
}

.slz-blog-detail.layout-1 .blog-detail-wrapper > .wrapper-image img {
  width: auto;
  height: 100%;
}

.block-content .block-subinfo li.comment:empty,
.block-content .block-subinfo li.like:empty {
  display: none;
}

.slz-carousel-wrapper .item {
  padding: 0 15px;
}

.slz-carousel-wrapper .btn.btn-prev .icons:before {
  content: "\f3d2";
}

.slz-carousel-wrapper .btn.btn-next .icons:before {
  content: "\f3d3";
}

.slz-carousel-wrapper .btn .icons {
  font-size: 30px;
  font-family: "Ionicons";
  line-height: 28px;
}

.slz-carousel-wrapper .btn .text {
  font-size: 0;
}

.slz-carousel-wrapper .entry-content ul.slick-dots {
  padding: 0;
}

.slz-carousel-wrapper .slick-dots {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  bottom: -10px;
}

.slz-carousel-wrapper .slick-dots .next-button-slick {
  display: inline-block;
  vertical-align: middle;
}

.slz-carousel-wrapper .slick-dots .next-button-slick:before {
  content: "\f3d6";
  font-size: 30px;
  font-family: "Ionicons";
  line-height: 28px;
}

.slz-carousel-wrapper .slick-dots .next-button-slick span {
  font-size: 0;
}

.slz-carousel-wrapper .slick-dots .prev-button-slick {
  display: inline-block;
  vertical-align: middle;
}

.slz-carousel-wrapper .slick-dots .prev-button-slick:before {
  content: "\f3d5";
  font-size: 30px;
  font-family: "Ionicons";
  line-height: 28px;
}

.slz-carousel-wrapper .slick-dots .prev-button-slick span {
  font-size: 0;
}

.slz-carousel-wrapper .slick-dots li.slick-active button:before {
  color: #8dd64f;
}

.slz-carousel-wrapper .slick-dots li:hover button:before {
  color: #8dd64f;
}

.slz-carousel .slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #8dd64f;
}

.slz-carousel .slick-dots button:before {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-carousel .slick-dots button:hover:before {
  color: #8dd64f;
}

/*----------  Isotope Grid  ----------*/
[class*="slz-isotope-grid-"] .block-image + .block-content {
  margin-top: 0;
}

.slz-isotope-grid-2 .grid-item .block-content.direction-hover {
  background: none;
  background-image: none;
}

.slz-isotope-grid-2 .grid-item .block-content.direction-hover:before {
  content: '';
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background: #009efd;
  background: -moz-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: -webkit-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: linear-gradient(135deg, #009efd 0%, #2af598 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#2af598',GradientType=1 )";
}

.slz-isotope-grid-2 .grid-item .img-full {
  width: 100%;
  object-fit: cover;
}

/*----------  Pagination  ----------*/
.slz-pagination {
  text-align: center;
}

.slz-pagination .page-numbers.current {
  border-color: #8dd64f;
}

.slz-pagination .page-numbers:hover {
  border-color: #8dd64f;
}

/*======  End of 01. General  ======*/
/*==========================================
=            02. Events General            =
==========================================*/
.slz-event-block {
  display: table;
  width: 100%;
}

.slz-event-block .block-image-wrapper {
  width: 45%;
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.slz-event-block .block-image-wrapper .img-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.slz-event-block .block-image-wrapper .img-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 4;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #009efd;
  background: -moz-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: -webkit-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: linear-gradient(135deg, #009efd 0%, #2af598 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#2af598',GradientType=1 )";
}

.slz-event-block .block-image-wrapper .img-background img {
  position: absolute;
  visibility: hidden;
}

.slz-event-block .block-image-wrapper .block-label {
  left: 0;
  z-index: 5;
  width: 85px;
  color: #fff;
  top: initial;
  font-size: 14px;
  font-weight: 700;
  min-height: 60px;
  text-align: center;
  padding: 10px 5px 10px 15px;
  letter-spacing: 0.2px;
  font-family: "Montserrat", sans-serif;
  background-color: #8dd64f;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}

.slz-event-block .block-image-wrapper .block-label span {
  position: relative;
  z-index: 1;
}

.slz-event-block .block-image-wrapper .block-label:before, .slz-event-block .block-image-wrapper .block-label:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slz-event-block .block-image-wrapper .block-label:before {
  top: 0;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-top: 60px solid #8dd64f;
}

.slz-event-block .block-image-wrapper .block-label:after {
  bottom: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 60px solid #8dd64f;
}

.slz-event-block .block-image-wrapper .block-label.bottom {
  bottom: 0;
  -webkit-border-radius: 3px 0 0 8px;
  -moz-border-radius: 3px 0 0 8px;
  border-radius: 3px 0 0 8px;
}

.slz-event-block .block-image-wrapper .block-label.top {
  top: 0;
  -webkit-border-radius: 8px 0 0 3px;
  -moz-border-radius: 8px 0 0 3px;
  border-radius: 8px 0 0 3px;
}

.slz-event-block:hover .block-image-wrapper .img-background:after {
  opacity: .85;
}

.slz-event-block .block-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.slz-event-block .block-content-wrapper .block-content {
  position: relative;
}

.slz-event-block .block-content-wrapper .block-title-wrapper {
  margin-bottom: 5px;
}

.slz-event-block .block-content-wrapper .block-title-wrapper .block-title {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #28313b;
  line-height: 1.5556;
  letter-spacing: 0.3px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.slz-event-block .block-content-wrapper .block-title-wrapper .block-title:hover {
  color: #8dd64f;
}

.slz-event-block .block-content-wrapper .block-description {
  color: #28313b;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.slz-event-block .block-content-wrapper .event-block-info li {
  line-height: 1;
  list-style: none;
  color: #6f6e72;
  font-family: "Montserrat", sans-serif;
}

.slz-event-block .block-content-wrapper .event-block-info li + li {
  margin-top: 10px;
}

.slz-event-block .block-content-wrapper .event-block-info li .icons {
  width: 25px;
  opacity: 0.5;
  font-size: 15px;
  padding-left: 4px;
  vertical-align: top;
  display: inline-block;
}

.slz-event-block .block-content-wrapper .event-block-info li .icons:before {
  display: block;
  line-height: 22px;
}

.slz-event-block .block-content-wrapper .event-block-info li .icons + .content {
  max-width: calc(100% - 25px);
}

.slz-event-block .block-content-wrapper .event-block-info li a.link,
.slz-event-block .block-content-wrapper .event-block-info li span {
  line-height: 22px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0.2px;
  color: inherit;
}

.slz-event-block .block-content-wrapper .event-block-info li a.link:hover {
  color: #8dd64f;
}

.slz-event-block .block-content-wrapper .event-block-info li.speaker {
  line-height: 0;
}

.slz-event-block .block-content-wrapper .event-block-info li.speaker .avatar {
  vertical-align: middle;
}

.slz-event-block .block-content-wrapper .event-block-info li .ticket-number {
  color: #afafaf;
}

.slz-event-block .block-content-wrapper .event-block-info li .ticket-carted + .ticket-number:before {
  content: '/';
  margin-right: 4px;
  color: #6f6e72;
}

.slz-event-block .block-content-wrapper .event-block-info li.ticket-number, .slz-event-block .block-content-wrapper .event-block-info li.like, .slz-event-block .block-content-wrapper .event-block-info li.comment {
  width: auto;
  display: inline-block;
}

.slz-event-block .block-content-wrapper .event-block-info li.ticket-number {
  margin-right: 40px;
}

.slz-event-block .block-content-wrapper .event-block-info li.like {
  margin-right: 20px;
}

.slz-event-block .block-content-wrapper .event-block-info li.like .meta-like {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-event-block .block-content-wrapper .event-block-info li.like .meta-like:not(.liked):hover, .slz-event-block .block-content-wrapper .event-block-info li.like .meta-like.liked {
  color: red;
}

.slz-event-block .block-content-wrapper .speaker .avatar:empty {
  display: none;
}

.slz-event-block .block-content-wrapper .speaker .avatar img {
  width: 27px;
  height: 27px;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slz-event-block .block-content-wrapper .speaker .name {
  font-weight: 600;
  vertical-align: middle;
}

.slz-event-block .block-content-wrapper .speaker .name:empty {
  display: block;
  margin-top: -10px;
}

.slz-event-block .block-content-wrapper .block-ticket-price {
  right: 0;
  bottom: 0;
  line-height: 1;
  text-align: right;
  position: absolute;
  font-family: "Montserrat", sans-serif;
}

.slz-event-block .block-content-wrapper .block-ticket-price .price {
  display: block;
  font-weight: 700;
  font-size: 36px;
  color: #8dd64f;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.slz-event-block .block-content-wrapper .block-ticket-price .old-price {
  color: #afafaf;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.slz-event-block .block-content-wrapper .block-ticket-price .old-price:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  background-color: #afafaf;
}

/*----------  Event Detail  ----------*/
.slz-event-detail {
  font-family: "Montserrat", sans-serif;
}

.slz-event-detail .related-events {
  margin-top: 60px;
}

.slz-event-detail .event-detail-content > div:first-child {
  margin-top: 0;
}

.slz-event-detail .title-wrapper {
  color: #28313b;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.4px;
}

.slz-event-detail .last-updated {
  margin-top: 20px;
  font-size: 14px;
}

.slz-event-detail .last-updated .slz-icons {
  font-size: 18px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.slz-event-detail .last-updated .last-updated-label {
  color: #afafaf;
}

.slz-event-detail .last-updated .last-updated-time {
  padding-left: 4px;
  color: #333146;
}

.slz-event-detail .event-info {
  font-size: 0;
  padding: 20px;
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-color: #fbfbfb;
}

.slz-event-detail .event-info:before {
  position: absolute;
  content: '';
  width: 2px;
  top: 20px;
  left: 50%;
  bottom: 20px;
  background-color: #dadfea;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slz-event-detail .event-info > [class*="event-"] {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.slz-event-detail .event-info .event-time {
  padding-right: 30px;
}

.slz-event-detail .event-info .event-location {
  padding-left: 30px;
}

.slz-event-detail .event-info .slz-icons {
  color: #000;
  font-size: 64px;
  line-height: 1;
  max-width: 50px;
}

.slz-event-detail .event-info .info {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
}

.slz-event-detail .event-info .info .title {
  color: #858585;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.slz-event-detail .event-info .info .content {
  color: #333146;
  font-size: 18px;
  font-weight: 700;
}

.slz-event-detail .block-image {
  margin-top: 60px;
}

.slz-event-detail .block-image:before {
  padding-top: 43%;
}

.slz-event-detail .block-image img {
  width: 100%;
  height: auto;
}

.slz-event-detail .entry-content {
  margin-top: 40px;
  font-family: "Lato", sans-serif;
}

.slz-event-detail .related-events .title {
  color: #28313b;
  font-size: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 28px;
}

.slz-event-detail .slz-book-zone {
  padding: 24px;
  border: 1px solid #dadfea;
}

.slz-event-detail .slz-book-zone .price-wrapper {
  margin-bottom: 20px;
}

.slz-event-detail .slz-book-zone .price-wrapper .old-price {
  color: #afafaf;
  font-size: 14px;
  padding-right: 5px;
  text-decoration: line-through;
}

.slz-event-detail .slz-book-zone .price-wrapper .price {
  color: #8dd64f;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.slz-event-detail .slz-book-zone .price-wrapper .unit {
  color: #afafaf;
  font-size: 14px;
}

.slz-event-detail .slz-book-zone .book-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dadfea;
}

.slz-event-detail .slz-book-zone .booked-time {
  margin-bottom: 12px;
}

.slz-event-detail .slz-book-zone .book-info,
.slz-event-detail .slz-book-zone .quantity-wrapper {
  color: #333146;
  font-size: 0;
}

.slz-event-detail .slz-book-zone .book-info .slz-icons,
.slz-event-detail .slz-book-zone .quantity-wrapper .slz-icons {
  color: #404040;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding-right: 8px;
}

.slz-event-detail .slz-book-zone .book-info .title,
.slz-event-detail .slz-book-zone .quantity-wrapper .title {
  font-size: 14px;
  letter-spacing: 0.2px;
}

.slz-event-detail .slz-book-zone .book-info .number,
.slz-event-detail .slz-book-zone .quantity-wrapper .number {
  float: right;
  color: #28313b;
  font-size: 14px;
  font-weight: 600;
}

.slz-event-detail .slz-book-zone .quantity-wrapper {
  margin-bottom: 30px;
}

.slz-event-detail .slz-book-zone .quantity-wrapper input.quantity {
  float: right;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.slz-event-detail .slz-book-zone .quantity-wrapper input.quantity::-webkit-inner-spin-button {
  opacity: 1;
  pointer-events: auto;
}

.slz-event-detail .slz-book-zone .total {
  color: #28313b;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.slz-event-detail .slz-book-zone .total .number {
  font-size: 40px;
  font-weight: 700;
  padding-left: 12px;
}

.slz-event-detail .slz-book-zone .slz-btn {
  width: 100%;
  font-size: 14px;
  line-height: 1.44;
}

/*----------  Event carousel  ----------*/
.slz_one_intructor .sc_event_carousel.st-london .slz-event-block .event-block-info li {
  font-weight: 500;
}

.slz_one_intructor .sc_event_carousel.st-london .slz-event-block .event-block-info li .icons {
  font-weight: 400;
}

.slz_one_intructor .sc_event_carousel.st-london .slz-event-block .event-block-info li .link {
  color: #6f6e72;
}

.slz-event-booking-modal .modal-dialog {
  position: relative;
}

.slz-event-booking-modal .modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  font-size: 30px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-event-booking-modal .modal-close:hover {
  color: #8dd64f;
}

.slz-event-booking-modal .modal-container {
  padding: 25px 50px;
}

.slz-event-booking-modal .event-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.44;
  margin-bottom: 20px;
}

.slz-event-booking-modal .list-checkout-info {
  list-style: none;
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid #dadfea;
}

.slz-event-booking-modal .list-checkout-info .checkout-info {
  margin-bottom: 15px;
}

.slz-event-booking-modal .list-checkout-info .checkout-info:last-child {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 2px solid #dadfea;
}

.slz-event-booking-modal .list-checkout-info .slz-label {
  color: #858585;
  font-size: 16px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
}

.slz-event-booking-modal .list-checkout-info .text {
  float: right;
  color: #333146;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.slz-event-booking-modal .list-checkout-info .text.quantity {
  font-size: 18px;
  font-weight: 400;
}

.slz-event-booking-modal .list-checkout-info .text.total {
  color: #8dd64f;
}

.slz-event-booking-modal .billing-info .input-wrapper {
  margin-bottom: 20px;
}

.slz-event-booking-modal .billing-info .input-wrapper:last-child {
  margin-bottom: 0;
}

.slz-event-booking-modal .billing-info .form-control {
  height: auto;
  padding: 17px 15px;
  border: 2px solid #dadfea;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slz-event-booking-modal .billing-info .form-control:focus {
  border-color: #8dd64f;
}

.slz-event-booking-modal .billing-info .form-control.btn-submit {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-color: #8dd64f;
  text-transform: uppercase;
  background-color: #8dd64f;
}

.slz-event-message-modal .modal-dialog {
  position: relative;
}

.slz-event-message-modal .modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  font-size: 30px;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-event-message-modal .modal-close:hover {
  color: #8dd64f;
}

.slz-event-message-modal .modal-container {
  padding: 25px;
  text-align: center;
}

.slz-event-message-modal .modal-container .slz-icons {
  font-size: 48px;
}

.slz-event-message-modal .modal-container .slz-icons.success-icons {
  color: #1de44a;
}

.slz-event-message-modal .modal-container .slz-icons.fail-icons {
  color: #ea172b;
}

.slz-event-message-modal .modal-container .title {
  font-size: 24px;
  font-weight: 700;
}

.slz-event-message-modal .modal-container .subtitle {
  color: #6f6e72;
}

@media screen and (max-width: 600px) {
  .slz-event-detail .event-info {
    display: block;
    padding: 15px;
  }
  .slz-event-detail .event-info:before {
    content: none;
  }
  .slz-event-detail .event-info .event-time {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .slz-event-detail .event-info .event-location {
    padding-left: 0;
  }
  .slz-event-detail .event-info .slz-icons {
    min-width: 50px;
    display: inline-block;
    vertical-align: top;
  }
  .slz-event-detail .block-image {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .slz-event-detail .title-wrapper {
    font-size: 24px;
    line-height: 1.44;
  }
  .slz-event-detail .slz-book-zone .quantity-wrapper {
    margin-bottom: 20px;
  }
  .slz-event-detail .slz-book-zone .total {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 414px) {
  .slz-event-booking-modal .modal-container {
    padding: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .slz-modal.slz-event-message-modal .modal-dialog {
    width: 300px;
  }
  .slz-modal.slz-event-message-modal .modal-container .title {
    font-size: 20px;
  }
}

/*======  End of 02. Events General  ======*/
/*=========================================
=            03. Teams Gereral            =
=========================================*/
/*======================================
=            SC Team Detail            =
======================================*/
.slz-team-detail .slz-about-me-02 {
  display: inline-block;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .image-wrapper {
  float: left;
  width: 25%;
  background-color: #f8f8f8;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  backface-visibility: visible;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper {
  width: 75%;
  float: left;
  padding-left: 20px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .name {
  color: #28313b;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  font-weight: 700;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .name:hover {
  color: #8dd64f;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .info-wrapper .position {
  font-size: 18px;
  margin-bottom: 10px;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .social-wrapper {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .social-wrapper li {
  display: inline-block;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .social-wrapper li + li {
  margin: 0 0 5px 5px;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .social-wrapper li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #afafaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .social-wrapper li a:hover {
  color: #fff;
  background-color: #8dd64f;
}

.slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper .contact-info a {
  font-family: "Lato", sans-serif;
  display: block;
}

.slz-team-detail.slz-sidebar .slz-about-me-02 .block-wrapper .image-wrapper {
  width: 20%;
}

.slz-team-detail.slz-sidebar .slz-about-me-02 .block-wrapper .image-wrapper .img-responsive {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .slz-team-detail.slz-sidebar .slz-about-me-02 .block-wrapper .image-wrapper {
    display: block;
    float: none;
    width: 100%;
  }
  .slz-team-detail .slz-about-me-02 .block-wrapper .image-wrapper {
    display: block;
    float: none;
    width: 100%;
  }
  .slz-team-detail .slz-about-me-02 .block-wrapper .content-wrapper {
    margin-top: 10px;
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
}

/*=====  End of SC Team Detail  ======*/
/*======  End of 03. Teams Gereral  ======*/
/*=======================================
=            04. FAQ General            =
=======================================*/
/*----------  FAQ Detail & FAQ archive  ----------*/
.slz-faq-page {
  font-family: "Montserrat", sans-serif;
}

.slz-faq-page .faq-page-wrapper {
  display: -webkit-flex;
  display: flex;
}

.slz-faq-page .faq-page-wrapper > div {
  padding-top: 80px;
  padding-bottom: 80px;
}

.slz-faq-page .slz-content-column {
  -webkit-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.slz-faq-page .slz-sidebar-column {
  -webkit-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6f6f6;
  border-left: 2px solid #dadfea;
}

.slz-faq-page .slz-sidebar-column .widget-title,
.slz-faq-page .slz-sidebar-column .title-widget {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: none;
}

.slz-faq-page .slz-sidebar-column .slz-widget-faq-category {
  padding: 0 35px;
}

.slz-faq-page .slz-sidebar-column .slz-widget-btn {
  margin-top: 40px;
  padding: 0 35px;
}

.slz-faq-page.slz-sidebar-left .slz-content-column {
  padding-right: 0;
  padding-left: 30px;
}

.slz-faq-page.slz-sidebar-left .slz-sidebar-column {
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  border-left: 0;
  border-right: 2px solid #dadfea;
}

.slz-faq-detail .faq-content-wrapper .entry-title {
  color: #28313b;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.31;
  margin-bottom: 30px;
  letter-spacing: 0.4px;
}

.slz-faq-detail .faq-content-wrapper .entry-content {
  font-family: "Lato", sans-serif;
  margin-bottom: 12px;
}

.slz-faq-detail .faq-content-wrapper .entry-footer {
  margin-bottom: 20px;
}

.slz-faq-detail .faq-content-wrapper .entry-time {
  color: #afafaf;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback {
  color: #afafaf;
  font-size: 14px;
  text-align: center;
  padding: 20px 25px;
  margin-bottom: 40px;
  border-top: 2px solid #dadfea;
  border-bottom: 2px solid #dadfea;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .title {
  color: #333146;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .group-button {
  font-size: 0;
  margin-bottom: 12px;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .group-button .btn {
  color: #afafaf;
  padding: 5px 10px;
  line-height: 28px;
  vertical-align: top;
  min-width: 100px;
  border: 1px solid #dadfea;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .group-button .btn + .btn {
  margin-left: 10px;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .group-button .btn.slz-success:hover, .slz-faq-detail .faq-content-wrapper .faq-feedback .group-button .btn.slz-success:focus {
  color: #1de44a;
  border-color: #1de44a;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .group-button .btn.slz-error:hover, .slz-faq-detail .faq-content-wrapper .faq-feedback .group-button .btn.slz-error:focus {
  color: #ea172b;
  border-color: #ea172b;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .group-button .icons {
  font-size: 24px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .feedback-info {
  margin-bottom: 12px;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .support-info .link {
  color: #8dd64f;
}

.slz-faq-detail .faq-content-wrapper .faq-feedback .support-info .link:hover {
  text-decoration: underline;
}

.slz-faq-detail .faq-content-wrapper .faq-related-article .title-wrapper {
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.slz-faq-detail .faq-content-wrapper .faq-related-article .faq-list {
  margin: 0;
  padding: 0;
}

.slz-faq-detail .faq-content-wrapper .faq-related-article .faq-list .faq-item {
  list-style: none;
}

.slz-faq-detail .faq-content-wrapper .faq-related-article .faq-list .faq-item .link {
  font-size: 14px;
  font-weight: 700;
}

.slz-faq-archive .sc-faq-block .title-wrapper {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.slz-faq-archive .sc-faq-block .faq-list .faq-item .link .icons {
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .slz-faq-page .faq-page-wrapper {
    display: block;
  }
  .slz-faq-page .faq-page-wrapper .slz-content-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .slz-faq-page .faq-page-wrapper .slz-sidebar-column {
    padding: 40px 15px;
    margin-bottom: 60px;
    border: 2px solid #dadfea;
  }
  .slz-faq-page .slz-content-column {
    padding-right: 0;
  }
  .slz-faq-page .slz-sidebar-column {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .slz-faq-page .slz-sidebar-column .slz-widget-btn {
    padding-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .slz-faq-page .slz-sidebar-column .slz-widget-faq-category {
    padding: 0 15px;
  }
  .slz-faq-detail .faq-content-wrapper .entry-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 380px) {
  .slz-faq-page .faq-page-wrapper .slz-content-column {
    padding-left: 0;
    padding-right: 0;
  }
}

/*=====  End of 04. FAQ General  ======*/
/*===========================================
=            05. Gallery General            =
===========================================*/
/*=====  End of 05. Gallery General  ======*/
/*=============================================
=            06. Portfolio General            =
=============================================*/
.single-slz-portfolio .project-detail-content {
  margin-bottom: 50px;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.single-slz-portfolio .project-detail-content .title-wrapper {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.31;
  margin-bottom: 15px;
  letter-spacing: 0.4px;
}

.single-slz-portfolio .project-detail-content .short-description {
  color: #6f6e72;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.single-slz-portfolio .project-detail-content .short-description + .wrapper-detail-info {
  margin-top: 20px;
}

.single-slz-portfolio .wrapper-detail-info .block-info {
  font-size: 0;
  margin-top: 0;
  min-width: 500px;
  display: inline-block;
}

.single-slz-portfolio .wrapper-detail-info .block-info li {
  width: 50%;
  margin: 10px 0 0 0;
  vertical-align: top;
  padding-right: 15px;
  display: inline-block;
}

.single-slz-portfolio .wrapper-detail-info .block-info li a, .single-slz-portfolio .wrapper-detail-info .block-info li span {
  font-size: 14px;
  line-height: 1.44;
  vertical-align: top;
  display: table-cell;
}

.single-slz-portfolio .wrapper-detail-info .block-info li.categories span {
  padding-right: 7px;
}

.single-slz-portfolio .wrapper-detail-info .block-info li.categories .list-category {
  font-size: 14px;
  line-height: 1.44;
  vertical-align: top;
  display: table-cell;
}

.single-slz-portfolio .wrapper-detail-info .block-info li.categories .list-category a {
  padding-left: 0;
  display: inline-block;
}

.single-slz-portfolio .wrapper-detail-info .block-info li span {
  white-space: nowrap;
}

.single-slz-portfolio .wrapper-detail-info .block-info li a {
  font-weight: 500;
  padding-left: 7px;
  color: #28313b;
}

.single-slz-portfolio .wrapper-detail-info .block-info li a:not([href="javascript:void(0)"]):hover {
  color: #8dd64f;
}

.single-slz-portfolio .wrapper-detail-info .block-info .icons {
  width: 25px;
  text-align: left;
  line-height: 20px;
  font-size: 18px;
  vertical-align: top;
  display: inline-block;
}

.single-slz-portfolio .course-block {
  padding: 30px;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.single-slz-portfolio .course-block > h4 {
  margin: 0 0 25px 0;
  font-size: 18px;
}

.single-slz-portfolio .course-block .wrapper-course-info {
  position: relative;
}

.single-slz-portfolio .course-block .wrapper-course-info .course-image-wrapper,
.single-slz-portfolio .course-block .wrapper-course-info .course-info {
  display: table-cell;
  vertical-align: top;
}

.single-slz-portfolio .course-block .wrapper-course-info .course-image-wrapper {
  width: 105px;
}

.single-slz-portfolio .course-block .wrapper-course-info:hover .course-image-wrapper .link:after {
  left: 0;
}

.single-slz-portfolio .course-block .course-image-wrapper .link {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.single-slz-portfolio .course-block .course-image-wrapper .link:before {
  content: '';
  padding-top: 68%;
  display: block;
}

.single-slz-portfolio .course-block .course-image-wrapper .link:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #009efd;
  background: -moz-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: -webkit-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: linear-gradient(135deg, #009efd 0%, #2af598 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#2af598',GradientType=1 )";
}

.single-slz-portfolio .course-block .course-image-wrapper .link img {
  top: 50%;
  left: 50%;
  width: auto;
  max-width: initial;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-slz-portfolio .course-block .course-info {
  padding-left: 15px;
}

.single-slz-portfolio .course-block .course-info .title-course {
  font-size: 0;
}

.single-slz-portfolio .course-block .course-info .title-course .lema-link {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.single-slz-portfolio .course-block .course-info .last-updated {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.single-slz-portfolio .course-block .course-info .last-updated span {
  font-weight: 400;
  margin-right: 5px;
}

.single-slz-portfolio .course-block .course-meta {
  margin: 0;
  padding: 0;
}

.single-slz-portfolio .course-block .course-meta li {
  width: 100%;
  display: table;
  font-size: 14px;
  list-style: none;
  margin-top: 7px;
  color: #6f6e72;
  letter-spacing: 0.2px;
}

.single-slz-portfolio .course-block .course-meta li:first-child {
  margin-top: 17px;
}

.single-slz-portfolio .course-block .course-meta li a, .single-slz-portfolio .course-block .course-meta li span {
  display: table-cell;
  vertical-align: top;
}

.single-slz-portfolio .course-block .course-meta li a {
  font-weight: 500;
}

.single-slz-portfolio .course-block .course-meta li .title {
  width: 120px;
  padding-right: 15px;
}

.single-slz-portfolio .course-block .course-meta li.learners a:hover {
  color: #28313b;
}

.single-slz-portfolio .course-block .course-meta li.price span {
  vertical-align: bottom;
}

.single-slz-portfolio .course-block .course-meta .lema-rating {
  display: inline-block;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .bg-rate:before {
  color: #ffda21;
  font-family: "Ionicons";
  content: "\f3ae\f3ae\f3ae\f3ae\f3ae";
}

.single-slz-portfolio .course-block .course-meta .lema-rating .rating {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  display: inline-block;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .rating:after {
  color: #ffda21;
  font-family: "Ionicons";
  content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
}

.single-slz-portfolio .course-block .course-meta .lema-rating .bg-rate,
.single-slz-portfolio .course-block .course-meta .lema-rating .rating {
  height: auto;
  line-height: 1;
  font-size: 18px;
  white-space: nowrap;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .lema-star-rating {
  height: 21px;
  margin: 0 5px 0 0;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .lema-rating-value,
.single-slz-portfolio .course-block .course-meta .lema-rating .lema-rating-total {
  font-size: 14px;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .lema-rating-value {
  margin-right: 5px;
  color: #28313b;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .lema-rating-total {
  font-weight: 500;
  color: #6f6e72;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .lema-number-rating {
  line-height: 21px;
  display: inline-block;
}

.single-slz-portfolio .course-block .course-meta .lema-rating .lema-star-rating,
.single-slz-portfolio .course-block .course-meta .lema-rating .lema-number-rating,
.single-slz-portfolio .course-block .course-meta .lema-rating .lema-rating-value {
  display: inline-block;
  vertical-align: top;
}

.single-slz-portfolio .course-block .course-meta .lema-discount {
  margin: 0;
}

.single-slz-portfolio .course-block .course-meta .lema-discount .price {
  color: #afafaf;
  line-height: 1;
  font-size: 16px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: bottom;
}

.single-slz-portfolio .course-block .course-meta .lema-discount .price span {
  display: none;
}

.single-slz-portfolio .course-block .course-meta .lema-discount .time-sale {
  float: none;
  line-height: 1;
  font-weight: 700;
  font-size: 28px;
  color: #8dd64f;
  display: inline-block;
  vertical-align: bottom;
}

.single-slz-portfolio .project-detail-wrapper .entry-content {
  margin-top: 35px;
}

.single-slz-portfolio .project-detail-wrapper .entry-content .slz-btn {
  margin-bottom: 0;
}

.single-slz-portfolio .project-detail-wrapper .block-image,
.single-slz-portfolio .project-detail-wrapper .slz-gallery-format .wrapper-image {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.single-slz-portfolio .project-detail-wrapper .block-image:before,
.single-slz-portfolio .project-detail-wrapper .slz-gallery-format .wrapper-image:before {
  padding-top: 67%;
}

.single-slz-portfolio .lema-course-list {
  margin-top: 70px;
}

.single-slz-portfolio .lema-course-list .block-slide {
  margin: 0 -15px;
}

.single-slz-portfolio .lema-course-list .item {
  padding: 0 15px;
}

.single-slz-portfolio .lema-course-list + .wrapper-carousel-nav-01 {
  position: relative;
  bottom: 0;
}

.single-slz-portfolio .lema-course-list + .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn:hover {
  color: #333146;
}

@media screen and (max-width: 480px) {
  .single-slz-portfolio .lema-course-list {
    margin-top: 50px;
  }
  .single-slz-portfolio .wrapper-detail-info .block-info li {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .single-slz-portfolio .project-detail-content .title-wrapper {
    font-size: 24px;
  }
  .single-slz-portfolio .course-block {
    padding: 15px;
  }
}

/*=====  End of 06. Portfolio General  ======*/
/*============================================
=            07. Services General            =
============================================*/
/*=====  End of 07. Services General  ======*/
/*=====================================
=            08. SC Button            =
=====================================*/
.slz-btn {
  color: #fff;
  height: auto;
  border: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 190px;
  line-height: 1.44;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 19px 35px;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  font-family: "Montserrat", sans-serif;
  background-color: #8dd64f;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slz-btn.st-califonia {
  font-family: "Gochi Hand", cursive;
  padding: 19px 35px 16px 35px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.slz-btn:last-child {
  margin-right: 0;
}

.slz-btn:only-child {
  margin-bottom: 0;
}

.slz-btn:hover, .slz-btn:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
}

.slz-btn .btn-text,
.slz-btn .btn-icon {
  display: inline-block;
  vertical-align: top;
}

.slz-btn .btn-icon {
  font-size: 16px;
  line-height: 1.25;
  margin-right: 10px;
}

.slz-btn .btn-text + .btn-icon {
  margin-right: 0;
  margin-left: 10px;
}

.slz-btn.has-shadow {
  -webkit-box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px transparent;
  -moz-box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px transparent;
  box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px transparent;
}

.slz-btn.has-shadow:hover, .slz-btn.has-shadow:focus {
  -webkit-box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px rgba(0, 0, 0, 0.1);
}

.slz-btn.btn-small {
  font-size: 12px;
  min-width: 130px;
  padding: 11px 20px;
  margin-right: 15px;
}

.slz-btn.btn-small:last-child {
  margin-right: 0;
}

.slz-btn.btn-small .btn-text {
  line-height: 1.5;
}

.slz-btn.btn-small .btn-icon {
  line-height: 1.15;
}

.slz-btn.btn-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background-color: #bbb;
}

.slz-btn.btn-img {
  padding: 0;
  width: 190px;
  max-height: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

.slz-btn.btn-img:hover, .slz-btn.btn-img:focus {
  opacity: 0.8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slz-btn.btn-absolute {
  color: #6f6e72;
  padding: 17px 35px;
  border: 2px solid #dadfea;
  background-color: transparent;
}

.slz-btn.btn-absolute:hover, .slz-btn.btn-absolute:focus {
  color: #8dd64f;
  border-color: #8dd64f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slz-btn.btn-absolute.has-shadow {
  border-color: transparent;
}

.slz-btn.btn-absolute.btn-small {
  padding: 9px 20px;
}

.slz-btn.btn-absolute.btn-disabled {
  border-color: #bbb;
  color: #bbb;
}

.slz-btn.btn-transparent {
  padding: 0;
  min-width: 0;
  color: #8dd64f;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

.slz-btn.btn-transparent:last-child {
  margin-right: 0;
}

.slz-btn.btn-transparent:hover, .slz-btn.btn-transparent:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slz-btn.btn-transparent:hover .btn-text, .slz-btn.btn-transparent:focus .btn-text {
  text-decoration: underline;
}

.slz-btn.btn-transparent .btn-icon {
  line-height: 1.2;
  vertical-align: bottom;
}

.slz-btn.btn-transparent.has-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0px -3px 1px rgba(169, 165, 165, 0.31);
}

.slz-btn.btn-transparent.btn-disabled {
  color: #bbb;
}

.slz-btn.btn-transparent.btn-disabled.btn-transparent:hover .btn-text, .slz-btn.btn-transparent.btn-disabled.btn-transparent:focus .btn-text {
  text-decoration: none;
}

.slz-btn.btn-transparent.st-rome {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.slz-btn.btn-transparent.st-rome:hover {
  -webkit-animation-name: slz-wobble-horizontal;
  animation-name: slz-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.slz-btn.btn-transparent.st-rome .btn-text {
  line-height: 24px;
  text-decoration: underline;
}

.slz-btn.btn-transparent.st-rome .btn-icon {
  line-height: 1;
  font-size: 0;
}

.slz-btn.btn-transparent.st-rome .btn-icon:before {
  display: block;
  font-size: 24px;
  line-height: 1;
}

@keyframes slz-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 991px) {
  .slz-btn {
    min-width: 170px;
    padding: 19px 15px;
  }
  .slz-btn.btn-banner {
    margin: 0 8px 15px;
  }
  .slz-btn.btn-absolute {
    padding: 17px 15px;
  }
}

@media screen and (max-width: 767px) {
  .slz-btn.btn-small, .slz-btn.btn-large {
    margin-bottom: 15px;
  }
  .slz-btn.btn-small:only-child, .slz-btn.btn-large:only-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .slz-btn {
    min-width: 210px;
    margin-right: auto;
  }
}

@media screen and (max-width: 380px) {
  .slz-btn.btn-small {
    min-width: 190px;
    margin-right: auto;
  }
}

@media screen and (max-width: 320px) {
  .slz-banner .wpb_wrapper {
    padding: 0 8px;
  }
  .slz-btn.btn-banner {
    width: 100%;
    margin: 0 0 15px;
  }
  .slz-button .text-l,
  .slz-button .text-r,
  .slz-button .text-c {
    padding: 0 10px;
  }
}

/*=====  End of 08. SC Button  ======*/
/*=============================================
=            09. SC Image Carousel            =
=============================================*/
/*
*  STYLE FOR IMAGE CAROUSEL
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*  1. Image Carousel Layout 1 - Style 1
*  2. Image Carousel Layout 1 - Style 2
*  3. Image Carousel Layout 1 - Style 3
*  4. Image Carousel Layout 2
*  5. Image Carousel Layout 3
*  6. Image Carousel Centermode
*  n. Responsive
*
*
*/
/*----------  1. Image Carousel Layout 1 - Style 1 ----------*/
.slz-image-carousel {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.slz-image-carousel .item {
  padding: 0 15px;
  position: relative;
}

.slz-image-carousel .btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slz-image-carousel .btn:hover,
.slz-image-carousel .btn:focus,
.slz-image-carousel .btn:active {
  box-shadow: none;
  outline: none;
}

.slz-image-carousel .btn .icons {
  font-size: 50px;
}

.slz-image-carousel .btn-prev {
  left: -50px;
}

.slz-image-carousel .btn-next {
  right: -50px;
  left: auto;
}

.slz-image-carousel:hover .btn-prev {
  left: 20px;
  opacity: 1;
  visibility: visible;
}

.slz-image-carousel:hover .btn-next {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.slz-image-carousel .btn-prev .icons:before {
  content: "\f104";
}

.slz-image-carousel .btn-next .icons:before {
  content: "\f105";
}

.slz-image-carousel .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slz-image-carousel .slick-dots {
  padding: 0;
  margin: 0;
  bottom: -35px;
  z-index: 1;
}

.slz-image-carousel .slick-dots li button {
  padding: 0;
}

.slz-image-carousel .slick-dots li button:before {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-image-carousel .block-image:before {
  padding-top: 100%;
}

/*----------  2. Image Carousel Layout 1 - Style 2 ----------*/
/*.slz-image-carousel.style-2 {
    margin: 0;
}*/
.slz-image-carousel.style-2 .item {
  padding: 0 2px;
}

.sc_gallery_carousel .slz-image-carousel.slz-carousel-mockup.style-2 {
  padding-top: 6%;
  padding-bottom: 6%;
}

.slz-image-carousel.style-2 .block-image:before {
  padding-top: 149%;
}

.slz-image-carousel.style-2 .block-image img {
  height: 100%;
  width: auto;
}

.slz-image-carousel.style-2 .block-image a:after {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  visibility: visible;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-color: rgba(35, 49, 66, 0.7);
  background: rgba(35, 49, 66, 0.7);
}

.slz-image-carousel.style-2 .block-image a:hover:after {
  background-color: transparent;
  background: transparent;
}

.slz-image-carousel.style-2 .direction-hover {
  opacity: 0;
}

.slz-image-carousel.style-2 .wrapper-carousel-nav-01 {
  position: static;
}

.slz-image-carousel.style-2 .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #28313b;
  -webkit-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  -moz-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  position: absolute;
  top: calc(50% - 15px);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slz-image-carousel.style-2 .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-prev {
  left: -20px;
}

.slz-image-carousel.style-2 .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-prev i:before {
  content: "\f3cf";
}

.slz-image-carousel.style-2 .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-next {
  right: -20px;
}

.slz-image-carousel.style-2 .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-next i:before {
  content: "\f3d1";
}

.slz-image-carousel.style-2 .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn:hover {
  background-color: #8dd64f;
  color: #fff;
}

/*----------  3. Image Carousel Layout 1 - Style 3 ----------*/
.slz-image-carousel.style-3 .item:nth-child(odd) {
  margin-top: 50px;
}

.dh-container {
  position: relative;
  overflow: hidden;
}

.dh-overlay {
  position: absolute;
  z-index: 1;
  top: -100%;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/*----------  4. Image Carousel Layout 2  ----------*/
.slz-carousel-mockup {
  position: relative;
  overflow: hidden;
  padding-top: 6%;
  padding-bottom: 6%;
}

.slz-carousel-mockup.style-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.slz-carousel-mockup.style-2 .item {
  padding: 0 15px 0 15px;
}

.slz-carousel-mockup .carousel-overflow {
  position: relative;
}

.slz-carousel-mockup .slick-list {
  overflow: visible;
}

.slz-carousel-mockup.slz-image-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slz-carousel-mockup .block-image,
.slz-carousel-mockup.style-2 .slick-center .block-image {
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.slz-carousel-mockup .slick-center .block-image {
  box-shadow: none;
}

.slz-carousel-mockup .block-image:before,
.slz-image-carousel.slz-carousel-mockup.style-2 .block-image:before {
  padding-top: 177.5%;
}

.slz-carousel-mockup .block-image > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.slz-carousel-mockup.style-2 .slick-current .block-image > a {
  pointer-events: initial;
}

.slz-carousel-mockup .block-image a:after {
  content: none;
}

.slz-carousel-mockup .item:not(.slick-current) .block-image a:before {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-carousel-mockup.style-2 .item.slick-current .block-image a:before {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-carousel-mockup .item .block-image:hover a:before,
.slz-carousel-mockup.style-2 .item.slick-current .block-image:hover a:before {
  opacity: 1;
}

.slz-carousel-mockup .slick-slide .block-image > a .img-slider-item {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  max-width: initial;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slz-carousel-mockup .slider-mockup {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  height: 100%;
  min-width: 274px;
  background: none;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slz-carousel-mockup .slider-mockup:before {
  content: none;
}

.slz-carousel-mockup .slider-mockup img {
  position: absolute;
  height: 130% !important;
  width: auto;
  left: 50%;
  top: -15%;
  display: block;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slz-carousel-mockup.slz-image-carousel .slick-dots {
  bottom: 10px;
}

.slz-carousel-mockup.slz-image-carousel.style-2 .slick-dots {
  bottom: 60px;
}

.slz-carousel-mockup .btn {
  top: auto;
  bottom: 20px;
  padding: 0 15px;
  line-height: 1;
  border: none;
  opacity: 1;
  visibility: visible;
}

.slz-carousel-mockup.style-2 .btn {
  bottom: 0;
}

.slz-carousel-mockup .icons {
  font-size: 40px;
}

.slz-carousel-mockup .btn.btn-prev {
  left: 45%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slz-carousel-mockup .btn.btn-next {
  right: 45%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.slz-carousel-mockup .image-title {
  text-align: center;
  position: absolute;
  text-transform: capitalize;
  font-size: 20px;
  bottom: 5px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
}

.slz-carousel-mockup.style-2 .item.slick-center .image-title {
  opacity: 1;
  visibility: visible;
}

/*----------  5. Image Carousel Layout 3  ----------*/
.slz-carousel-syncing {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.slz-carousel-syncing .slider-for .item {
  padding: 0;
}

.slz-carousel-syncing .slider-for .image-gallery-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #fff;
}

.slz-carousel-syncing .slider-for .image-gallery-wrapper:before {
  display: block;
  content: '';
  padding-top: 67%;
}

.slz-carousel-syncing .slider-for .image-gallery-wrapper .images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.slz-carousel-syncing .slider-for .image-gallery-wrapper img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slz-carousel-syncing .slider-for + .slider-nav {
  margin-top: 10px;
}

.slz-carousel-syncing .slider-nav {
  margin: 0 -5px;
}

.slz-carousel-syncing .slider-nav .item {
  padding: 0 5px 0 5px;
  cursor: pointer;
}

.slz-carousel-syncing .slider-nav + .slider-for {
  margin-top: 10px;
}

.slz-carousel-syncing .slider-nav .thumbnail-image {
  position: relative;
  overflow: hidden;
}

.slz-carousel-syncing .slider-nav .thumbnail-image:before {
  content: '';
  padding-top: 67%;
  display: block;
}

.slz-carousel-syncing .slider-nav .thumbnail-image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-carousel-syncing .slider-nav .slick-current .thumbnail-image:after {
  opacity: 0;
}

.slz-carousel-syncing .slider-nav:hover .thumbnail-image:after,
.slz-carousel-syncing .slider-nav:hover .slick-current .thumbnail-image:after {
  opacity: 1;
}

.slz-carousel-syncing .slider-nav .thumbnail-image:hover:after,
.slz-carousel-syncing .slider-nav .slick-current .thumbnail-image:hover:after {
  opacity: 0;
}

.slz-carousel-syncing .slider-nav .thumbnail-image img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*----------  6. Image Carousel Centermode  --------*/
.slz-carousel-centermode.slz-image-carousel,
.slz-carousel-center {
  margin: 0;
}

.slz-carousel-centermode.slz-image-carousel .item,
.slz-carousel-center .item {
  padding: 0;
}

.slz-carousel-centermode:hover .btn-prev,
.slz-carousel-center:hover .btn-prev {
  left: 22%;
}

.slz-carousel-centermode:hover .btn-next,
.slz-carousel-center:hover .btn-next {
  right: 22%;
}

.slz-carousel-centermode .block-image:before,
.slz-carousel-center .block-image:before {
  padding-top: 67%;
}

.slz-carousel-centermode .block-image:after,
.slz-carousel-center .block-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slz-carousel-centermode .slick-current .block-image:after,
.slz-carousel-center .slick-current .block-image:after {
  opacity: 0;
  visibility: hidden;
}

/*----------  7. Image Carousel Brazil -  Brasilia  ----------*/
.slz-image-carousel.la-brazil.st-brasilia .main_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-align: left;
  color: #28313b;
  display: inline-block;
  vertical-align: top;
}

.slz-image-carousel.la-brazil.st-brasilia .slick-slider.carousel-overflow {
  margin-top: 20px;
}

.slz-image-carousel.la-brazil.st-brasilia .block-image:before {
  padding-top: 50%;
}

.slz-image-carousel.la-brazil.st-brasilia .slick-slider.carousel-overflow .item {
  padding: 0;
}

.slz-image-carousel.la-brazil.st-brasilia .viewmore {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.slz-image-carousel.la-brazil.st-brasilia .viewmore a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  color: #1473e6;
  text-decoration: underline;
}

.slz-image-carousel.la-brazil.st-brasilia .wrapper-carousel-nav-01 {
  position: static;
}

.slz-image-carousel.la-brazil.st-brasilia .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fbfbfb;
  border-radius: 50%;
  color: #9b9b9b;
  position: absolute;
  top: calc(50% + 10px);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slz-image-carousel.la-brazil.st-brasilia .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-prev {
  left: -20px;
}

.slz-image-carousel.la-brazil.st-brasilia .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-prev i:before {
  content: "\f3cf";
}

.slz-image-carousel.la-brazil.st-brasilia .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-next {
  right: -20px;
}

.slz-image-carousel.la-brazil.st-brasilia .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-next i:before {
  content: "\f3d1";
}

.slz-image-carousel.la-brazil.st-brasilia .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn:hover {
  color: #333146;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  -moz-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
}

/*=====================================
=            n. Responsive            =
=====================================*/
@media screen and (max-width: 1024px) {
  .slz-carousel-mockup .block-image:before,
  .slz-image-carousel.slz-carousel-mockup.style-2 .block-image:before {
    padding-top: 160%;
  }
  .slz-carousel-mockup .btn {
    bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .slz-carousel-mockup {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .slz-carousel-mockup .btn {
    bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .slz-image-carousel {
    margin: 0 -10px;
  }
  .slz-carousel-syncing {
    margin: 0 auto;
  }
  .slz-image-carousel .item {
    padding: 0 10px;
  }
  .slz-carousel-mockup.style-2 .item {
    padding: 0 10px 50px 10px;
  }
  .slz-carousel-mockup {
    padding-top: 70px;
    padding-bottom: 70px;
    margin: 0;
  }
  .slz-carousel-mockup .slider-mockup {
    min-width: 320px;
  }
}

@media screen and (max-width: 480px) {
  .slz-carousel-mockup.style-2 .item {
    padding: 0 10px;
  }
  .slz-carousel-mockup.slz-image-carousel.style-2 .slick-dots {
    bottom: 10px;
  }
}

@media screen and (max-width: 414px) {
  .slz-image-carousel.style-3 .item:nth-child(odd) {
    margin-top: 0;
  }
  .slz-carousel-syncing .slider-for .image-gallery-wrapper:before {
    padding-top: 100%;
  }
}

/*=====  End of n. Responsive  ======*/
/*=========================================
=            SC Image Carousel            =
=========================================*/
.sc_image_carousel.sc-image-carousel-layout-1 .slz-image-carousel.style-1 .wrapper-carousel-nav-01 {
  bottom: auto;
}

.sc_image_carousel.sc-image-carousel-layout-1 .slz-image-carousel.style-1 .wrapper-carousel-nav-01 .slick-dots li button > button {
  color: #b8b8b8;
}

.sc_image_carousel.sc-image-carousel-layout-1 .slz-image-carousel.style-1 .wrapper-carousel-nav-01 .slick-dots li button:hover {
  color: #03b7b0;
}

.sc_image_carousel.sc-image-carousel-layout-1 .slz-image-carousel.style-1 .wrapper-carousel-nav-01 .slick-dots li button:after {
  background-color: #03b7b0;
  border-color: #03b7b0;
}

.sc_image_carousel.sc-image-carousel-layout-1 .slz-image-carousel.style-1 .wrapper-carousel-nav-01 .slick-dots li button:hover:after {
  background-color: #03b7b0;
  border-color: #03b7b0;
}

.sc_image_carousel.sc-image-carousel-layout-1 .slz-image-carousel.style-2 .slick-dots {
  bottom: -35px;
}

.sc_image_carousel.android-option .slz-carousel-mockup .btn {
  bottom: 30px;
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .btn {
  background-color: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  -moz-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  border: 0;
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .btn:hover {
  background-color: #8dd64f;
  color: #fff;
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .icons {
  font-family: "FontAwesome";
  width: 100%;
  height: 100%;
  font-size: 21px;
  line-height: 40px;
  background-color: transparent;
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .icons:hover {
  color: #fff;
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .btn.btn-next .icons:before {
  content: "\f105";
  margin-left: 3px;
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .btn.btn-prev .icons:before {
  content: "\f104";
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .slider-nav .thumbnail-image:after {
  opacity: 0.85;
  background: #009efd;
  background: -moz-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: -webkit-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: linear-gradient(135deg, #009efd 0%, #2af598 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#2af598',GradientType=1 )";
}

.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .slider-nav .thumbnail-image:hover:after,
.sc_image_carousel.sc-image-carousel-layout-3 .slz-image-carousel .slider-nav .slick-current .thumbnail-image:after {
  opacity: 0;
}

.sc_image_carousel .slz-image-carousel .item:not(.slick-current) .block-image a:before, .sc_image_carousel .slz-image-carousel .item.slick-current .block-image a:before {
  background: #009efd;
  background: -moz-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: -webkit-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: linear-gradient(135deg, #009efd 0%, #2af598 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#2af598',GradientType=1 )";
}

.sc_image_carousel .slz-image-carousel .item:not(.slick-current) .block-image:hover a:before, .sc_image_carousel .slz-image-carousel .item.slick-current .block-image:hover a:before {
  opacity: 0.85;
}

.sc_image_carousel .slz-image-carousel.style-2 .slick-dots {
  bottom: 5px;
}

.sc_image_carousel .slz-image-carousel .icons {
  font-family: "Ionicons";
  font-size: 30px;
  color: #333146;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sc_image_carousel .slz-image-carousel .icons:hover {
  color: #8dd64f;
}

.sc_image_carousel .slz-image-carousel .btn.btn-prev .icons:before {
  content: "\f3d5";
}

.sc_image_carousel .slz-image-carousel .btn.btn-next .icons:before {
  content: "\f3d6";
}

.sc_image_carousel .slz-image-carousel .slick-dots li button:before {
  color: #dadfea;
  opacity: 1;
}

.sc_image_carousel .slz-image-carousel .slick-dots li button:hover:before {
  color: #8dd64f;
}

.sc_image_carousel .slz-image-carousel .slick-dots .slick-active button:before {
  color: #8dd64f;
}

.sc_image_carousel .direction-hover {
  opacity: 0.85;
  background: #009efd;
  background: -moz-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: -webkit-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: linear-gradient(135deg, #009efd 0%, #2af598 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#2af598',GradientType=1 )";
}

/*=====  End of SC Image Carousel  ======*/
/*=====  End of 09. SC Image Carousel  ======*/
/*====================================
=            10. SC Video            =
====================================*/
.slz-block-video .btn-play {
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slz-block-video .btn-play .icons {
  font-weight: 700;
  color: #28313b;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-block-video .btn-play .icons:before {
  margin-left: 5px;
}

.slz-block-video .btn-play .icons.fa-play:before {
  content: '\f487';
  font-size: 30px;
  font-family: "Ionicons";
}

.slz-block-video .btn-play .icons:hover {
  color: #fff;
  border-color: #8dd64f;
  background-color: #8dd64f;
}

.slz-block-video .btn-play .wrapper-video-content {
  display: block;
  width: 100%;
  position: relative;
}

.slz-block-video .btn-play .wrapper-video-content .title {
  position: relative;
  color: #fff;
  top: auto;
  left: auto;
  font-weight: 700;
  margin: 23px auto 0 auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-block-video .btn-play .wrapper-video-content .title:hover {
  color: #8dd64f;
}

.slz-block-video .block-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sc_video_list .tab-list-wrapper {
  border: none;
}

.sc_video_list .tab-list-wrapper .tab-list:before,
.sc_video_list .tab-list-wrapper .tab-list:after {
  background: -webkit-linear-gradient(right, #28313b, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(right, #28313b, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(right, #28313b, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #28313b, rgba(255, 255, 255, 0));
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='$title-color', endColorstr='rgba(255, 255, 255, 0)', GradientType=1)";
}

.sc_video_list .tab-list-wrapper .tab-list li {
  width: 71px;
}

.sc_video_list .tab-list-wrapper .tab-filter li .link,
.sc_video_list .tab-list-wrapper .tab-list li .link {
  padding: 0;
}

.slz-block-video.st-mumbai .block-video:before {
  padding-top: 35%;
}

.sc-video.st-mumbai.slz-block-video .wp-content-video .title {
  text-align: left;
  max-width: 960px;
  padding-left: 160px;
}

.sc-video.st-mumbai .wp-content-video .btn-play {
  text-align: left;
  padding-left: 160px;
}

.sc-video.st-mumbai .wp-content-video .btn-play .icons {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.sc-video.st-mumbai .wp-content-video .btn-play .play-text {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  padding-left: 25px;
  text-transform: uppercase;
}

.sc-video .wp-content-video .btn-play + .description {
  margin-top: 15px;
}

.sc-video .wp-content-video .btn-play .icons {
  position: relative;
  z-index: 3;
  width: 75px;
  height: 75px;
  line-height: 2.4;
  -webkit-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
}

.sc-video .wp-content-video .play-text,
.sc-video .wp-content-video .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: inherit;
}

.sc-video .wp-content-video .play-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.sc-video .wp-content-video .title {
  font-size: 40px;
  line-height: 1.25;
  margin-top: 10px;
}

.sc-video .wp-content-video .description {
  color: rgba(255, 255, 255, 0.85);
}

.sc-video .wp-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc-video .wp-loader .loader {
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(218, 223, 234, 0.5);
}

.sc-video .wp-loader .loader:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: loading 1.5s linear 1;
}

@keyframes loading {
  50% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}

.sc-video .opa-effect {
  -webkit-transition: opacity 0.6s 1.5s;
  -moz-transition: opacity 0.6s 1.5s;
  -o-transition: opacity 0.6s 1.5s;
  transition: opacity 0.6s 1.5s;
}

.sc-video.st-florida.slz-block-video .block-video:after, .sc-video.st-chennai.slz-block-video .block-video:after, .sc-video.st-mumbai.slz-block-video .block-video:after, .sc-video.st-pune.slz-block-video .block-video:after, .sc-video.st-jaipur.slz-block-video .block-video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.sc-video.st-florida.slz-block-video .btn-play,
.sc-video.st-florida.slz-block-video .title, .sc-video.st-chennai.slz-block-video .btn-play,
.sc-video.st-chennai.slz-block-video .title, .sc-video.st-mumbai.slz-block-video .btn-play,
.sc-video.st-mumbai.slz-block-video .title, .sc-video.st-pune.slz-block-video .btn-play,
.sc-video.st-pune.slz-block-video .title, .sc-video.st-jaipur.slz-block-video .btn-play,
.sc-video.st-jaipur.slz-block-video .title {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.sc-video.st-florida.slz-block-video .description,
.sc-video.st-florida.slz-block-video .title, .sc-video.st-chennai.slz-block-video .description,
.sc-video.st-chennai.slz-block-video .title, .sc-video.st-mumbai.slz-block-video .description,
.sc-video.st-mumbai.slz-block-video .title, .sc-video.st-pune.slz-block-video .description,
.sc-video.st-pune.slz-block-video .title, .sc-video.st-jaipur.slz-block-video .description,
.sc-video.st-jaipur.slz-block-video .title {
  padding: 0 45px;
}

.sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .icons,
.sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play .icons,
.sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play .icons,
.sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .icons,
.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play .icons,
.sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play .play-text {
  display: inline-block;
  vertical-align: middle;
}

.sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play .icons {
  text-align: center;
}

.sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .play-text, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play .play-text {
  margin-left: 10px;
}

.sc-video.st-florida.slz-block-video .text-l .wp-content-video .title,
.sc-video.st-florida.slz-block-video .text-l .wp-content-video .description,
.sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .title,
.sc-video.st-chennai.slz-block-video .text-l .wp-content-video .description,
.sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .title,
.sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .description,
.sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .title,
.sc-video.st-pune.slz-block-video .text-l .wp-content-video .description,
.sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .title,
.sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .description,
.sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play {
  text-align: left;
}

.sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play {
  padding-left: 45px;
}

.sc-video.st-florida.slz-block-video .text-r .wp-content-video .title,
.sc-video.st-florida.slz-block-video .text-r .wp-content-video .description,
.sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-chennai.slz-block-video .text-r .wp-content-video .title,
.sc-video.st-chennai.slz-block-video .text-r .wp-content-video .description,
.sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .title,
.sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .description,
.sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-pune.slz-block-video .text-r .wp-content-video .title,
.sc-video.st-pune.slz-block-video .text-r .wp-content-video .description,
.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .title,
.sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .description,
.sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play {
  text-align: right;
}

.sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play {
  padding-right: 45px;
}

.sc-video.st-florida.slz-block-video .text-c .play-text, .sc-video.st-chennai.slz-block-video .text-c .play-text, .sc-video.st-mumbai.slz-block-video .text-c .play-text, .sc-video.st-pune.slz-block-video .text-c .play-text, .sc-video.st-jaipur.slz-block-video .text-c .play-text {
  margin-top: 10px;
}

.sc-video.st-florida .wp-content-video, .sc-video.st-chennai .wp-content-video, .sc-video.st-mumbai .wp-content-video, .sc-video.st-pune .wp-content-video, .sc-video.st-jaipur .wp-content-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.sc-video.st-florida .wp-content-video .ly-table, .sc-video.st-chennai .wp-content-video .ly-table, .sc-video.st-mumbai .wp-content-video .ly-table, .sc-video.st-pune .wp-content-video .ly-table, .sc-video.st-jaipur .wp-content-video .ly-table {
  display: table;
  width: 100%;
  height: 100%;
}

.sc-video.st-florida .wp-content-video .ly-table-cell, .sc-video.st-chennai .wp-content-video .ly-table-cell, .sc-video.st-mumbai .wp-content-video .ly-table-cell, .sc-video.st-pune .wp-content-video .ly-table-cell, .sc-video.st-jaipur .wp-content-video .ly-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sc-video.st-florida.full-w .wp-content-video .ly-table-cell, .sc-video.st-mumbai.full-w .wp-content-video .ly-table-cell {
  padding: 0 100px;
}

.sc-video.st-florida.full-w.slz-block-video .block-video:before {
  padding-top: 35%;
}

.sc-video.st-florida.border-radius.slz-block-video .block-video {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc-video.st-florida.border-radius.slz-block-video .block-video:before {
  padding-top: 100%;
}

.sc-video.st-florida.slz-block-video .block-video:before {
  padding-top: 56%;
}

.sc-video.st-florida.slz-block-video .block-video:after {
  background-color: rgba(0, 0, 0, 0.33);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sc-video.st-florida.slz-block-video .block-video:hover:after {
  opacity: 1;
  visibility: visible;
}

.sc-video.st-chennai {
  max-width: 470px;
}

@media screen and (max-width: 767px) {
  .sc-video.st-chennai {
    max-width: 100%;
  }
}

.sc-video.st-chennai .wp-content-video {
  padding-bottom: 15px;
}

.sc-video.st-chennai .wp-content-video .title {
  font-size: 24px;
}

.sc-video.st-chennai .wp-content-video .description {
  margin-top: 15px;
  color: #fff;
}

.sc-video.st-chennai .wp-content-video .btn-play {
  margin-top: 25px;
}

.sc-video.st-chennai .wp-content-video .btn-play + .description {
  margin-top: 15px;
}

.sc-video.st-chennai .wp-content-video .btn-play .icons {
  width: 50px;
  height: 50px;
  line-height: 2.3;
  -webkit-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
}

.sc-video.st-chennai .wp-content-video .btn-play .icons:hover {
  border-color: rgba(221, 225, 235, 0.8);
  background-color: #8dd64f;
}

.sc-video.st-chennai .wp-content-video .btn-play .icons:before {
  font-size: 20px;
}

.sc-video.st-chennai.slz-block-video .block-video:before {
  padding-top: 70%;
}

.sc-video.st-chennai.slz-block-video .block-video:after {
  background-color: #8dd64f;
}

.sc-video.st-mumbai.full-w.slz-block-video .block-video:before {
  padding-top: 28%;
}

.sc-video.st-mumbai.full-w.slz-block-video .block-video:after {
  background-color: rgba(51, 49, 70, 0.5);
}

.sc-video.st-mumbai.full-w.slz-block-video .text-c .wp-content-video .title {
  margin: 10px auto 0 auto;
}

.sc-video.st-mumbai.full-w.slz-block-video .text-l .wp-content-video .title,
.sc-video.st-mumbai.full-w.slz-block-video .text-l .wp-content-video .btn-play {
  float: left;
}

.sc-video.st-mumbai.full-w.slz-block-video .text-r .wp-content-video .title,
.sc-video.st-mumbai.full-w.slz-block-video .text-r .wp-content-video .btn-play {
  float: right;
}

.sc-video.st-mumbai.full-w.slz-block-video .text-l .wp-content-video .btn-play .play-text,
.sc-video.st-mumbai.full-w.slz-block-video .text-r .wp-content-video .btn-play .play-text {
  margin-left: 20px;
  margin-right: 5px;
}

.sc-video.st-mumbai .wp-content-video .title {
  font-size: 45px;
  text-transform: none;
  max-width: 800px;
  min-width: 720px;
}

.sc-video.st-mumbai .wp-content-video .btn-play {
  margin-top: 30px;
}

.sc-video.st-mumbai .wp-content-video .btn-play .icons {
  width: 60px;
  height: 60px;
  line-height: 1.95;
}

.sc-video.st-mumbai .wp-content-video .btn-play .icons:hover {
  background-color: #ed6639;
  border-color: transparent;
}

.sc-video.st-mumbai .wp-content-video .btn-play .play-text {
  font-size: 18px;
}

.sc-video.st-pune .wp-content-video .btn-play .icons:hover, .sc-video.st-jaipur .wp-content-video .btn-play .icons:hover {
  background-color: #fff;
  color: #338abd;
  border-color: transparent;
}

.sc-video.st-pune.slz-block-video .block-video:before {
  padding-top: 56%;
}

.sc-video.st-pune.slz-block-video .block-video:after {
  background: #00c0cd;
  background: -moz-linear-gradient(left, rgba(0, 192, 205, 0.8) 0%, rgba(4, 76, 189, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 192, 205, 0.8) 0%, rgba(4, 76, 189, 0.8) 100%);
  background: linear-gradient(to right, rgba(0, 192, 205, 0.8) 0%, rgba(4, 76, 189, 0.8) 100%);
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 192, 205, 0.8)', endColorstr='rgba(4, 76, 189, 0.8)', GradientType=1)";
}

.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play,
.sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .icons,
.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .play-text,
.sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .icons,
.sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .play-text {
  display: block;
  margin: auto;
}

.sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .play-text,
.sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .play-text {
  margin-top: 10px;
}

.sc-video.st-pune .wp-content-video .ly-table-cell {
  display: block;
}

.sc-video.st-pune .wp-content-video .title {
  font-size: 16px;
  margin-top: 20px;
}

.sc-video.st-pune .wp-content-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc-video.st-jaipur.full-w.slz-block-video .block-video:before {
  padding-top: 43%;
}

.sc-video.st-jaipur.full-w.slz-block-video .block-video:after {
  background: #00c0cd;
  background: -moz-linear-gradient(left, rgba(0, 192, 205, 0.5) 0%, rgba(4, 76, 189, 0.5) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 192, 205, 0.5) 0%, rgba(4, 76, 189, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 192, 205, 0.5) 0%, rgba(4, 76, 189, 0.5) 100%);
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 192, 205, 0.5)', endColorstr='rgba(4, 76, 189, 0.5)', GradientType=1)";
}

.sc-video.st-jaipur.full-w.slz-block-video .block-video.popup-video .wp-loader {
  display: none;
}

.sc-video.st-jaipur .wp-content-video .btn-play {
  margin-top: 15px;
}

.sc-video.st-chennai .slz-model .close {
  background-color: #8dd64f;
}

.sc-video.st-chennai .slz-model .close:hover {
  background-color: #fff;
  color: #8dd64f;
}

.slz-model,
.slz-model-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slz-model {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}

.slz-model .close {
  right: 0;
  opacity: 1;
  top: -40px;
  z-index: 10;
  color: #fff;
  width: 60px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background-color: #8dd64f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slz-model .close:hover {
  color: #8dd64f;
  background-color: #fff;
}

.slz-model .slz-model-overlay {
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  background: rgba(55, 58, 71, 0.9);
  -webkit-backface-visibility: hidden;
}

.slz-model .slz-model-content {
  width: 75%;
  z-index: 5;
  opacity: 0;
  padding: 0;
  max-width: 800px;
  min-width: 290px;
  text-align: center;
  position: relative;
  background: transparent;
}

.slz-model .slz-model-content::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.slz-model .slz-model-rect {
  top: -2px;
  left: -2px;
  z-index: -1;
  position: absolute;
  width: -webkit-calc(calc(100% + 4px));
  width: -moz-calc(calc(100% + 4px));
  width: calc(calc(100% + 4px));
  height: -webkit-calc(calc(100% + 4px));
  height: -moz-calc(calc(100% + 4px));
  height: calc(calc(100% + 4px));
}

.slz-model .slz-model-rect svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}

.slz-model .slz-model-video {
  opacity: 0;
  background: #fff;
}

.slz-model .slz-model-video iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
}

.slz-model.slz-model-open .slz-model-overlay {
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
}

.slz-model.slz-model-open .slz-model-content {
  opacity: 1;
  pointer-events: auto;
}

.slz-model.slz-model-open .slz-model-rect svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  -moz-animation: anim-dash 0.6s forwards;
  -o-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}

.slz-model.slz-model-open .slz-model-video {
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
  right: -2px;
  bottom: -2px;
  position: absolute;
  -webkit-transition: opacity 0.85s 0.6s;
  -moz-transition: opacity 0.85s 0.6s;
  -o-transition: opacity 0.85s 0.6s;
  transition: opacity 0.85s 0.6s;
}

.slz-model.slz-model-close .slz-model-overlay {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 1199px) {
  .sc-video .wp-content-video .title,
  .sc-video.st-mumbai .wp-content-video .title,
  .sc-video.st-chennai .wp-content-video .title {
    font-size: 24px;
  }
  .sc-video .wp-content-video .description,
  .sc-video.st-mumbai .wp-content-video .description,
  .sc-video.st-chennai .wp-content-video .description {
    font-size: 14px;
  }
  .sc-video .wp-content-video .btn-play .icons,
  .sc-video.st-mumbai .wp-content-video .btn-play .icons,
  .sc-video.st-chennai .wp-content-video .btn-play .icons {
    width: 40px;
    height: 40px;
    line-height: 1.85;
  }
  .sc-video .wp-content-video .btn-play .icons:before,
  .sc-video.st-mumbai .wp-content-video .btn-play .icons:before,
  .sc-video.st-chennai .wp-content-video .btn-play .icons:before {
    font-size: 20px;
  }
  .sc-video .wp-content-video .btn-play .play-text,
  .sc-video.st-mumbai .wp-content-video .btn-play .play-text,
  .sc-video.st-chennai .wp-content-video .btn-play .play-text {
    font-size: 12px;
  }
  .sc-video.st-mumbai.full-w .wp-content-video .ly-table-cell, .sc-video.st-florida.full-w .wp-content-video .ly-table-cell {
    padding: 0;
  }
  .sc-video.st-mumbai.full-w.slz-block-video .text-l .wp-content-video .btn-play .play-text,
  .sc-video.st-mumbai.full-w.slz-block-video .text-r .wp-content-video .btn-play .play-text {
    margin-left: 10px;
  }
  .sc-video.st-mumbai .wp-content-video .title {
    max-width: 100%;
    min-width: 0;
  }
  .sc-video.st-mumbai .wp-content-video .btn-play {
    margin-top: 15px;
  }
}

@media screen and (max-width: 667px) {
  .sc-video .wp-content-video .title,
  .sc-video.st-mumbai .wp-content-video .title,
  .sc-video.st-chennai .wp-content-video .title {
    font-size: 18px;
  }
  .sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .play-text,
  .sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .play-text {
    margin-left: 5px;
  }
  .sc-video.st-florida .tab-filter li .link,
  .sc-video.st-florida .tab-list li .link {
    pointer-events: auto;
  }
  .sc-video.st-florida .tab-list-wrapper:before,
  .sc-video.st-florida .tab-filter-wrapper:before {
    content: none;
  }
}

@media screen and (max-width: 480px) {
  .sc-video .wp-content-video .title,
  .sc-video .wp-content-video .description {
    display: none;
  }
  .sc-video.st-mumbai .wp-content-video .btn-play {
    margin-top: 0;
  }
  .sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play,
  .sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play,
  .sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play,
  .sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play,
  .sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play,
  .sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play {
    text-align: center;
    padding: 0;
  }
  .sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .play-text,
  .sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .play-text,
  .sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play .play-text,
  .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play .play-text,
  .sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play .play-text,
  .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play .play-text,
  .sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .play-text,
  .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .play-text,
  .sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play .play-text,
  .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play .play-text,
  .sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play .icons {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .sc-video.st-florida.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-florida.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-chennai.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-chennai.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-mumbai.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-mumbai.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-pune.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-pune.slz-block-video .text-r .wp-content-video .btn-play .icons, .sc-video.st-jaipur.slz-block-video .text-l .wp-content-video .btn-play .icons,
  .sc-video.st-jaipur.slz-block-video .text-r .wp-content-video .btn-play .icons {
    margin: 0 auto 10px auto;
  }
}

.slz_video_full {
  padding-left: 98px;
}

@media screen and (max-width: 1024px) {
  .slz_video_full {
    padding-left: 27px;
  }
}

@media screen and (max-width: 767px) {
  .slz_video_full {
    padding-left: 0;
  }
}

.slz_video_full .wpb_wrapper {
  height: 100%;
}

.slz_video_full .vc_column_container:first-child {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .slz_video_full .vc_column_container:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slz_video_full.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.slz_video_full .slz-block-video {
  height: 100%;
}

.slz_video_full .slz-block-video .block-video {
  height: 100%;
}

/*=====  End of 10. SC Video  ======*/
/*=========================================
=            11. SC Icon Block            =
=========================================*/
.slz-list-icon-block {
  display: flex;
  flex-wrap: wrap;
}

/*--------------  SC Icon Block  --------------*/
.slz-icon-block .wrapper-icon .slz-icon {
  width: 60px;
  font-size: 60px;
  max-height: 60px;
}

.slz-icon-block .wrapper-icon,
.slz-icon-block .wrapper-icon-image {
  color: #8dd64f;
}

.slz-icon-block .icon-background .wrapper-icon {
  background-color: #8dd64f;
  border: 1px solid #8dd64f;
  overflow: initial;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease, color 0.1s ease;
  -moz-transition: transform 0.3s ease, color 0.1s ease;
  -o-transition: transform 0.3s ease, color 0.1s ease;
  transition: transform 0.3s ease, color 0.1s ease;
}

.slz-icon-block .icon-background .wrapper-icon .slz-icon {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-icon-block .icon-background .wrapper-icon .slz-icon {
  width: 30px;
  font-size: 30px;
  max-height: 30px;
}

.slz-icon-block:hover .icon-background .wrapper-icon {
  color: #333146;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}

.slz-icon-block:hover .icon-background .wrapper-icon .slz-icon {
  -webkit-transform: translateX(35px) scale(1.1);
  -moz-transform: translateX(35px) scale(1.1);
  -o-transform: translateX(35px) scale(1.1);
  transform: translateX(35px) scale(1.1);
}

.slz-icon-block .title {
  color: #28313b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5556;
  letter-spacing: 0.3px;
  font-family: "Montserrat", sans-serif;
}

.slz-icon-block .title + .description {
  margin-top: 10px;
}

.slz-icon-block .description {
  color: #6f6e72;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-icon-block .block-read-more {
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  color: #8dd64f;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.slz-icon-block .block-read-more:hover {
  color: #28313b;
}

.slz-icon-block .block-read-more i {
  padding-left: 4px;
}

.slz-icon-block .block-read-more i:before {
  font-family: "Ionicons";
  content: "\f3d3";
}

.slz-icon-block.bg-img-hover:hover .description,
.slz-icon-block.bg-img-hover:hover .icon-background.icon-circle .wrapper-icon {
  color: #fff;
}

.slz-icon-block a.title:hover {
  color: #8dd64f;
}

.slz-list-icon-block > .item {
  font-size: 16px;
  line-height: 1.5556;
}

.la-india .slz-icon-block .icon-cell + .content-cell {
  padding-top: 20px;
}

.la-india .slz-icon-block .icon-cell:empty + .content-cell {
  padding-top: 0;
}

.la-india .st-chennai .option-2 .icon-block-has-image .slz-icon-block {
  padding: 0;
  overflow: hidden;
  border: 1px solid #eef1f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 15px 20px 0 transparent;
  -moz-box-shadow: 3px 15px 20px 0 transparent;
  box-shadow: 3px 15px 20px 0 transparent;
}

.la-india .st-chennai .option-2 .icon-block-has-image .slz-icon-block .title {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

.la-india .st-chennai .option-2 .icon-block-has-image .slz-icon-block .description {
  color: #afafaf;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.2px;
  font-family: "Montserrat", sans-serif;
}

.la-india .st-chennai .option-2 .icon-block-has-image .slz-icon-block .title + .description {
  margin-top: 7px;
}

.la-india .st-chennai .option-2 .icon-block-has-image .slz-icon-block .content-cell {
  padding: 17px 15px 22px 15px;
}

.la-india .st-chennai .option-2 .icon-block-has-image .slz-icon-block:hover {
  -webkit-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
}

.la-india .st-chennai .option-2 .icon-block-has-image .wrapper-info {
  line-height: 1;
}

.la-india .option-2 .slz-icon-block {
  border: solid 2px #dadfea;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.la-india .option-2 .slz-icon-block:hover {
  border-color: #eef1f7;
  -webkit-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
}

.la-india .option-2 .slz-icon-block .title {
  color: #333146;
}

.la-india .option-2 .slz-icon-block .title .title + .description {
  margin-top: 12px;
}

.la-india .option-2 .slz-icon-block .description {
  color: #28313b;
  font-size: 18px;
  line-height: 1.5556;
}

.la-india .option-2 .slz-icon-block .icon-cell + .content-cell {
  padding-top: 28px;
}

.la-india .option-2 .slz-icon-block .icon-cell:empty + .content-cell {
  padding-top: 0;
}

.la-india .option-2 .slz-icon-block.has-bg-hover.bg-img-hover:hover .title,
.la-india .option-2 .slz-icon-block.has-bg-hover.bg-img-hover:hover .description {
  color: #fff;
}

.la-united-kingdom .slz-icon-block:hover .icon-background .wrapper-icon {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.la-united-kingdom .slz-icon-block:hover .icon-background .wrapper-icon .slz-icon {
  -webkit-transform: translateX(15px) scale(1.1);
  -moz-transform: translateX(15px) scale(1.1);
  -o-transform: translateX(15px) scale(1.1);
  transform: translateX(15px) scale(1.1);
}

.la-united-states .st-illinois .slz-list-icon-block > .item {
  margin-top: 50px;
}

.la-united-states .st-illinois .slz-list-icon-block.slz-column-1 > .item:first-child {
  margin-top: 0;
}

.la-united-states .st-illinois .slz-list-icon-block.slz-column-2 > .item:nth-child(-n + 2) {
  margin-top: 0;
}

.la-united-states .st-illinois .slz-list-icon-block.slz-column-3 > .item:nth-child(-n + 3) {
  margin-top: 0;
}

.la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 4) {
  margin-top: 0;
}

.la-united-states .st-illinois .slz-icon-block .icon-cell + .content-cell {
  padding-left: 15px;
}

.la-united-states .st-illinois .slz-icon-block.circle .wrapper-icon .slz-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.la-united-states .st-illinois .slz-icon-block .wrapper-icon .slz-icon {
  font-size: 32px;
  line-height: 64px;
  width: 64px;
  max-height: 64px;
}

.la-united-states .st-illinois .slz-icon-block .title {
  line-height: 1.44;
}

.la-united-states .st-illinois .slz-icon-block .block-read-more {
  font-size: 12px;
  text-transform: uppercase;
  color: #233142;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.la-united-states .st-illinois .slz-icon-block .block-read-more:hover {
  color: #8dd64f;
}

.la-united-states .st-illinois .slz-icon-block .block-read-more .fa {
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item {
    margin-top: 50px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 4) {
    margin-top: 50px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-1 > .item {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-1 > .item:first-child {
    margin-top: 0;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-3 > .item {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-3 > .item:nth-child(-n + 3) {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-3 > .item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-2 > .item {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-2 > .item:nth-child(-n + 2) {
    margin-top: 0px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 4) {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .la-united-states .st-illinois .slz-icon-block {
    display: block;
  }
  .la-united-states .st-illinois .slz-icon-block .icon-cell {
    display: block;
    text-align: center;
  }
  .la-united-states .st-illinois .slz-icon-block .icon-cell + .content-cell {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-3 > .item:nth-child(-n + 2) {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-3 > .item:nth-child(-n + 1) {
    margin-top: 0;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-2 > .item {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-2 > .item:nth-child(-n + 2) {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-2 > .item:first-child {
    margin-top: 0;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 2) {
    margin-top: 30px;
  }
  .la-united-states .st-illinois .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 1) {
    margin-top: 0;
  }
}

.la-united-states .st-florida .normal .slz-icon-block {
  -webkit-box-shadow: 0 7px 16px 0 rgba(226, 226, 226, 0.5);
  -moz-box-shadow: 0 7px 16px 0 rgba(226, 226, 226, 0.5);
  box-shadow: 0 7px 16px 0 rgba(226, 226, 226, 0.5);
}

.la-united-states .st-florida .slz-icon-block {
  padding: 24px 30px;
}

.la-united-states .st-florida .slz-icon-block .icon-cell {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

.la-united-states .st-florida .slz-icon-block .title {
  font-size: 24px;
  letter-spacing: 0.6px;
}

.la-united-states .st-florida .slz-icon-block .title + .description {
  margin-top: 5px;
}

.la-united-states .st-florida .slz-icon-block .wrapper-icon {
  width: 100%;
  overflow: visible;
}

.la-united-states .st-florida .slz-icon-block .wrapper-icon .slz-icon {
  width: auto;
}

@media screen and (max-width: 991px) {
  .la-united-states .st-florida .slz-icon-block .wrapper-icon .slz-icon {
    width: 70px;
    font-size: 70px;
    max-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .la-united-states .st-florida .slz-icon-block {
    padding: 15px;
  }
  .la-united-states .st-florida .slz-icon-block .icon-cell {
    width: 50px;
  }
  .la-united-states .st-florida .slz-icon-block .icon-cell + .content-cell {
    padding-left: 15px;
  }
  .la-united-states .st-florida .slz-icon-block .wrapper-icon .slz-icon {
    width: 50px;
    font-size: 50px;
    max-height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .la-united-states .st-florida .slz-icon-block .title {
    font-size: 18px;
  }
  .la-united-states .st-florida .slz-icon-block .description {
    font-size: 14px;
  }
  .la-united-states .st-florida .slz-icon-block .wrapper-icon-image {
    min-width: 50px;
    max-width: 50px;
  }
  .la-united-states .st-florida .slz-icon-block .wrapper-icon-image img {
    height: 85%;
  }
}

.la-united-states .st-california .slz-column-1.option-2.option-alternate > .item:nth-child(odd) {
  direction: rtl;
}

.la-united-states .st-california .slz-column-1.option-2.option-alternate > .item:nth-child(odd) .slz-icon-block .icon-cell + .content-cell {
  padding-right: 20px;
  padding-left: 0;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block {
  text-align: left;
  height: auto !important;
  border: solid 2px #dadfea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block:hover {
  border-color: #eef1f7;
  -webkit-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell {
  width: 160px;
  vertical-align: middle;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell .wrapper-icon-image {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell .wrapper-icon-image:before {
  content: none;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell .wrapper-icon-image img {
  top: initial;
  left: initial;
  transform: none;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell .wrapper-icon {
  display: block;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell .wrapper-icon .slz-icon {
  font-size: 120px;
  width: 120px;
  max-height: 120px;
  margin: 0 auto;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .title {
  color: #333146;
}

.la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .description {
  font-size: 18px;
  color: #28313b;
}

@media screen and (max-width: 991px) {
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell {
    width: 120px;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell.icon-background .wrapper-icon {
    height: 120px;
    padding: 24px;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell.icon-background .wrapper-icon .slz-icon {
    font-size: 70px;
    width: 70px;
    max-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell {
    width: 100px;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell .wrapper-icon .slz-icon {
    font-size: 100px;
    width: 100px;
    max-height: 100px;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell.icon-background .wrapper-icon {
    height: 100px;
    padding: 19px;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell.icon-background .wrapper-icon .slz-icon {
    font-size: 60px;
    width: 60px;
    max-height: 60px;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .description {
    font-size: 16px;
  }
}

@media screen and (max-width: 414px) {
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block {
    text-align: center;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell {
    display: block;
    margin: 0 auto;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .icon-cell + .content-cell {
    margin-top: 20px;
  }
  .la-united-states .st-california .slz-column-1.option-2 > .item .slz-icon-block .content-cell {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}

.la-united-states .st-georgia .slz-icon-block .title {
  color: #8dd64f;
  text-transform: uppercase;
}

.la-united-states .st-georgia .slz-icon-block .title a {
  color: #8dd64f;
}

.la-united-states .st-georgia .slz-icon-block .title a:hover {
  color: #28313b;
}

.la-united-states .st-georgia .slz-icon-block .wrapper-icon,
.la-united-states .st-georgia .slz-icon-block .wrapper-icon-image {
  color: #28313b;
}

.la-united-states .st-georgia .slz-icon-block .wrapper-icon-image {
  min-width: 60px;
  width: 60px;
}

.la-united-states .st-georgia .slz-icon-block .wrapper-icon .slz-icon {
  width: 60px;
  max-height: 50px;
  font-size: 50px;
}

.la-united-states .st-georgia .slz-icon-block:hover .icon-background .wrapper-icon {
  transform: translateX(-20px);
}

.la-united-states .st-georgia .icon-block-has-image .slz-icon-block .title {
  color: #28313b;
  text-transform: capitalize;
}

.la-united-states .st-georgia .icon-block-has-image .slz-icon-block .title a {
  color: #28313b;
}

.la-united-states .st-georgia .icon-block-has-image .slz-icon-block .title a:hover {
  color: #8dd64f;
}

/*=====================================
=            1. icon-block            =
=====================================*/
/*----------  Style Newyork  ----------*/
.sc_icons_block .st-newyork .slz-list-icon-block > .item {
  padding: 0;
}

.sc_icons_block .st-newyork .slz-icon-block {
  padding: 50px 30px;
}

.sc_icons_block .st-newyork .slz-icon-block .title {
  color: #333146;
  font-size: 24px;
  font-weight: 700;
}

.sc_icons_block .st-newyork .slz-icon-block .icon-cell + .content-cell {
  padding-left: 30px;
}

.sc_icons_block .st-newyork .slz-icon-block .content-cell .description {
  color: #9b9b9b;
}

.sc_icons_block .st-newyork .slz-icon-block .content-cell .block-read-more {
  color: #e55521;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}

.sc_icons_block .st-newyork .slz-icon-block .content-cell .block-read-more:hover {
  color: #5d76ae;
}

.sc_icons_block .st-newyork .slz-icon-block .content-cell .block-read-more i {
  padding-left: 7px;
}

.sc_icons_block .st-newyork .slz-icon-block .content-cell .block-read-more i:before {
  font-weight: 700;
}

/*----------  Style Pune  ----------*/
.sc_icons_block .st-pune .slz-icon-block .icon-cell .wrapper-icon {
  color: #8dd64f;
  background-color: transparent;
  border: none;
  padding: 0;
}

.sc_icons_block .st-pune .slz-icon-block .icon-cell .wrapper-icon .slz-icon {
  width: 85px;
  height: 85px;
  font-size: 80px;
  line-height: 85px;
  max-height: 85px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 0px #e8ecf5;
  -moz-box-shadow: inset 0 0 0 0px #e8ecf5;
  box-shadow: inset 0 0 0 0px #e8ecf5;
  position: relative;
}

.sc_icons_block .st-pune .slz-icon-block .icon-cell .wrapper-icon .slz-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8dd64f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  opacity: 0;
}

.sc_icons_block .st-pune .slz-icon-block .icon-cell .wrapper-icon .slz-icon:before {
  position: relative;
  z-index: 1;
}

.sc_icons_block .st-pune .slz-icon-block .content-cell .block-read-more {
  color: #e55521;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 15px;
}

.sc_icons_block .st-pune .slz-icon-block .content-cell .block-read-more:hover {
  color: #5d76ae;
}

.sc_icons_block .st-pune .slz-icon-block .content-cell .block-read-more i {
  padding-left: 7px;
}

.sc_icons_block .st-pune .slz-icon-block .content-cell .block-read-more i:before {
  font-weight: 700;
}

.sc_icons_block .st-pune .slz-icon-block:hover .icon-cell .wrapper-icon {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.sc_icons_block .st-pune .slz-icon-block:hover .icon-cell .wrapper-icon .slz-icon {
  color: #fff;
  font-size: 40px;
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  -webkit-box-shadow: inset 0 0 0 1px #e8ecf5;
  -moz-box-shadow: inset 0 0 0 1px #e8ecf5;
  box-shadow: inset 0 0 0 1px #e8ecf5;
}

.sc_icons_block .st-pune .slz-icon-block:hover .icon-cell .wrapper-icon .slz-icon:after {
  opacity: 1;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
}

.sc_icons_block .st-pune .slz-icon-block:hover .content-cell .block-read-more {
  color: #8dd64f;
}

@media screen and (max-width: 991px) {
  .sc_icons_block .st-pune .slz-icon-block {
    padding-bottom: 20px;
  }
  .sc_icons_block .st-pune .slz-icon-block .icon-cell .wrapper-icon .slz-icon {
    color: #fff;
    font-size: 40px;
    -webkit-box-shadow: inset 0 0 0 1px #e8ecf5;
    -moz-box-shadow: inset 0 0 0 1px #e8ecf5;
    box-shadow: inset 0 0 0 1px #e8ecf5;
  }
  .sc_icons_block .st-pune .slz-icon-block .icon-cell .wrapper-icon .slz-icon:after {
    opacity: 1;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
}

/*----------  Style Munbai  ----------*/
.sc_icons_block.la-india .st-mumbai .slz-icon-block {
  padding: 0;
}

.la-india .st-mumbai .slz-icon-block .icon-cell + .content-cell {
  padding-top: 15px;
  text-align: left;
}

.la-india .st-mumbai .slz-icon-block .title {
  font-size: 18px;
}

.la-india .st-mumbai .slz-icon-block .title + .description {
  margin-top: 5px;
}

.la-india .st-mumbai .slz-icon-block .description {
  font-size: 14px;
}

.la-india .st-mumbai .slz-icon-block:hover .icon-background .wrapper-icon .slz-icon {
  transform: none;
}

.la-india .st-mumbai .slz-icon-block .icon-background .wrapper-icon {
  color: #8dd64f;
  background-color: transparent;
  border: none;
  padding: 0;
}

.la-india .slz-icon-block:hover .icon-background .wrapper-icon {
  transform: none;
}

.la-india .st-mumbai .slz-icon-block .icon-background .wrapper-icon {
  background-color: #00ae50;
}

/*----------  Style Jaipur  ----------*/
.st-jaipur .slz-icon-block {
  padding: 30px 20px 45px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.04);
}

.st-jaipur .slz-icon-block:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.st-jaipur .slz-icon-block .title {
  color: #455d71;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.st-jaipur .slz-icon-block .underline:after {
  background-color: #455d71;
}

.st-jaipur .slz-icon-block .icon-cell + .content-cell {
  padding-top: 10px;
}

.st-jaipur .slz-icon-block .wrapper-icon {
  overflow: visible;
  position: relative;
}

.st-jaipur .slz-icon-block .wrapper-icon .slz-icon {
  width: 86px;
  height: 86px;
  font-size: 58px;
  max-height: 86px;
  line-height: 86px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.st-jaipur .slz-icon-block .wrapper-icon .slz-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  opacity: 0;
  border: solid 2px #8dd64f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.st-jaipur .slz-icon-block .wrapper-icon:before {
  content: '';
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  opacity: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 22px 0 #8dd64f;
  -moz-box-shadow: 0 2px 22px 0 #8dd64f;
  box-shadow: 0 2px 22px 0 #8dd64f;
}

.st-jaipur .slz-icon-block .wrapper-icon-image {
  width: 86px;
  height: 86px;
  max-width: 86px;
  line-height: 86px;
  overflow: visible;
}

.st-jaipur .slz-icon-block .wrapper-icon-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block !important;
}

.st-jaipur .slz-icon-block .wrapper-icon-image:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  opacity: 0;
  border: solid 2px #8dd64f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.st-jaipur .slz-icon-block .wrapper-icon-image:before {
  content: '';
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  opacity: 0;
  padding-top: 0;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 22px 0 #8dd64f;
  -moz-box-shadow: 0 2px 22px 0 #8dd64f;
  box-shadow: 0 2px 22px 0 #8dd64f;
}

.st-jaipur .slz-icon-block.has-bg .title,
.st-jaipur .slz-icon-block.has-bg .description {
  color: #fff;
}

.st-jaipur .slz-icon-block.has-bg .underline:after {
  background-color: #fff;
}

.st-jaipur .slz-icon-block.has-bg:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.st-jaipur .slz-icon-block:hover {
  -webkit-box-shadow: 0 0 27px 0 transparent;
  -moz-box-shadow: 0 0 27px 0 transparent;
  box-shadow: 0 0 27px 0 transparent;
}

.st-jaipur .slz-icon-block:hover:before {
  opacity: 0.29;
  -webkit-box-shadow: 0 2px 22px 0 #8dd64f;
  -moz-box-shadow: 0 2px 22px 0 #8dd64f;
  box-shadow: 0 2px 22px 0 #8dd64f;
}

.st-jaipur .slz-icon-block:hover .wrapper-icon .slz-icon {
  font-size: 42px;
}

.st-jaipur .slz-icon-block:hover .wrapper-icon .slz-icon:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.st-jaipur .slz-icon-block:hover .wrapper-icon:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.29;
}

.st-jaipur .slz-icon-block:hover .wrapper-icon-image:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.st-jaipur .slz-icon-block:hover .wrapper-icon-image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.29;
}

.sc_icons_block.la-india .st-jaipur .option-2 .slz-icon-block .icon-cell + .content-cell {
  padding-top: 10px;
}

.sc_icons_block.la-india .st-jaipur .slz-icon-block .icon-cell:not(.icon-background) .wrapper-icon-image {
  width: 86px;
}

.sc_icons_block.la-india .st-jaipur .slz-icon-block .icon-cell:not(.icon-background) .wrapper-icon-image img {
  height: 58px;
}

.sc_icons_block.la-india .st-jaipur .slz-icon-block .icon-cell:not(.icon-background) .wrapper-icon-image:before {
  content: '';
}

.sc_icons_block.la-india .st-jaipur .slz-icon-block:hover .icon-cell:not(.icon-background) .wrapper-icon-image img {
  height: 42px;
}

/*=====  End of 1. icon-block  ======*/
/*=================================================
=            2. layout india style-chennai        =
==================================================*/
.slz-list-icon-block.normal {
  padding: 0 15px;
}

.sc_icons_block .st-pune .slz-icon-block .icon-cell .wrapper-icon {
  color: #00ae50;
}

.st-chennai .slz-icon-block .wrapper-icon,
.st-chennai .slz-icon-block .wrapper-icon-image {
  color: #00ae50;
}

.st-chennai .slz-icon-block .wrapper-icon .slz-icon {
  font-size: 64px;
  width: 64px;
  max-height: 64px;
}

.st-chennai .slz-icon-block .description {
  font-family: "Lato", sans-serif;
}

.st-chennai .slz-list-icon-block > .item {
  font-size: 18px;
}

.st-chennai .slz-list-icon-block.option-2 .slz-icon-block {
  padding: 50px 45px 60px;
  height: 100%;
}

/*===========================================================
=            3. layout united-kingdom style-london           =
=============================================================*/
.la-united-kingdom .slz-icon-block .icon-cell .wrapper-icon,
.la-united-kingdom .slz-icon-block .icon-cell .wrapper-icon-image {
  color: #00ae50;
  vertical-align: text-bottom;
}

.la-united-kingdom .slz-icon-block .wrapper-icon .slz-icon {
  font-size: 18px;
  width: 18px;
  max-height: 18px;
}

.la-united-kingdom .st-london .slz-icon-block .content-cell {
  padding-top: 5px;
}

.st-london .slz-list-icon-block.option-3 .item, .st-london .slz-list-icon-block.option-4 .item {
  padding: 0;
  margin: 0;
}

.st-london .slz-list-icon-block {
  margin: 0 -10px;
}

.st-london .slz-icon-block.text-c {
  text-align: left;
  height: 100%;
}

.st-london .slz-icon-block .description {
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}

.st-london .slz-icon-block .description .phone-number {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #00ae50;
}

.st-london .slz-icon-block .block-content-btn {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #00ae50;
}

.st-london .slz-icon-block .block-content-btn .fa-angle-right {
  font-size: 16px;
  margin-left: 8px;
}

.st-london .slz-list-icon-block > .item {
  font-size: 16px;
  padding: 0 10px;
  height: auto;
  margin-top: 20px;
}

.st-london .slz-list-icon-block.option-2 .slz-icon-block {
  padding: 20px 20px 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #dadfea;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.st-london .slz-list-icon-block.option-2 .slz-icon-block:hover {
  -webkit-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  -moz-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  border-color: transparent;
}

.la-united-states .slz-icon-block {
  height: 100%;
}

.la-united-states .slz-icon-block .wrapper-icon .slz-icon {
  font-size: 70px;
  width: 72px;
  max-height: 72px;
}

.la-united-states .slz-icon-block .icon-background .wrapper-icon .slz-icon {
  font-size: 40px;
  width: 40px;
  max-height: 40px;
}

.la-united-states .slz-list-icon-block.option-1 .slz-icon-block {
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .la-united-states .slz-list-icon-block.option-1 .slz-icon-block {
    padding: 15px;
  }
}

/*=====================================
=                4. Italy             =
=====================================*/
/*----------  Style Milan  ----------*/
.la-italy .slz-icon-block {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.la-italy .slz-icon-block.has-bg, .la-italy .slz-icon-block.has-bg-hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.la-italy .slz-icon-block .icon-cell {
  right: auto;
  bottom: auto;
  position: relative;
}

.la-italy .slz-icon-block .icon-cell + .content-cell {
  margin-top: 23px;
}

.la-italy .slz-icon-block .wrapper-icon:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.la-italy .slz-icon-block .wrapper-icon .slz-icon {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.la-italy .slz-icon-block .wrapper-icon-image img {
  height: auto;
  min-width: 48px;
  max-width: 72px;
}

.la-italy .slz-icon-block .wrapper-icon,
.la-italy .slz-icon-block .wrapper-icon-image {
  max-width: 100%;
  min-width: 130px;
  background-color: #f3f7da;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(188, 211, 52, 0.27);
}

.la-italy .slz-icon-block .content-cell {
  padding-right: 0;
}

.la-italy .slz-icon-block .title + .description {
  margin-top: 5px;
}

.la-italy .slz-icon-block > .content-cell .title {
  text-transform: none;
}

@media screen and (min-width: 1025px) {
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 1) {
    padding-top: 130px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 1) .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 1) .slz-icon-block .wrapper-icon-image {
    width: 168px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 1) .slz-icon-block .wrapper-icon-image img {
    width: 64px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 2) .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 2) .slz-icon-block .wrapper-icon-image {
    width: 240px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 2) .slz-icon-block .wrapper-icon-image img {
    width: 72px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 3) {
    padding-top: 26px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 3) .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 3) .slz-icon-block .wrapper-icon-image {
    width: 168px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n + 3) .slz-icon-block .wrapper-icon-image img {
    width: 72px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n) {
    padding-top: 100px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n) .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n) .slz-icon-block .wrapper-icon-image {
    width: 130px;
  }
  .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(4n) .slz-icon-block .wrapper-icon-image img {
    width: 48px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n + 1) {
    padding-top: 26px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n + 1) .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n + 1) .slz-icon-block .wrapper-icon-image {
    width: 168px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n + 1) .slz-icon-block .wrapper-icon-image img {
    width: 64px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n + 2) .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n + 2) .slz-icon-block .wrapper-icon-image {
    width: 240px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n + 2) .slz-icon-block .wrapper-icon-image img {
    width: 72px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n) {
    padding-top: 21px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n) .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n) .slz-icon-block .wrapper-icon-image {
    width: 130px;
  }
  .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(3n) .slz-icon-block .wrapper-icon-image img {
    width: 48px;
  }
  .la-italy .slz-list-icon-block.slz-column-2 .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-2 .slz-icon-block .wrapper-icon-image, .la-italy .slz-list-icon-block.slz-column-1 .slz-icon-block .wrapper-icon,
  .la-italy .slz-list-icon-block.slz-column-1 .slz-icon-block .wrapper-icon-image {
    width: 200px;
    max-width: 100%;
  }
}

/*=======  End of 4. Italy  =========*/
@media screen and (max-width: 1024px) {
  .st-london .slz-list-icon-block.slz-column-4.option-2 > .item:nth-child(-n+4) {
    margin-top: 20px;
  }
  .la-italy .slz-icon-block .wrapper-icon,
  .la-italy .slz-icon-block .wrapper-icon-image {
    width: 200px;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .slz-icon-block .wrapper-icon .slz-icon,
  .la-united-states .slz-icon-block .wrapper-icon .slz-icon {
    width: 40px;
    font-size: 39px;
    max-height: 40px;
  }
  .st-london .slz-list-icon-block.slz-column-3.option-2 > .item:nth-child(-n+3) {
    margin-top: 20px;
  }
  .la-united-states .slz-icon-block .icon-background .wrapper-icon .slz-icon {
    width: 18px;
    font-size: 18px;
    max-height: 18px;
  }
  .la-united-states .slz-icon-block:hover .icon-background .wrapper-icon {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .slz-icon-block:hover .icon-background .wrapper-icon .slz-icon {
    -webkit-transform: translateX(30px) scale(1.1);
    -moz-transform: translateX(30px) scale(1.1);
    -o-transform: translateX(30px) scale(1.1);
    transform: translateX(30px) scale(1.1);
  }
  .slz-icon-block .icon-background .wrapper-icon {
    padding: 10px;
  }
  .sc_service_block.la-india .st-pune .slz-list-icon-block.normal .slz-icon-block .title {
    font-size: 20px;
  }
  .sc_icons_block.la-india .st-jaipur .slz-icon-block .icon-cell:not(.icon-background) .wrapper-icon-image img {
    height: 42px;
  }
  .st-chennai .slz-list-icon-block.option-2 .slz-icon-block {
    padding: 30px;
  }
  .st-jaipur .slz-icon-block .wrapper-icon .slz-icon {
    font-size: 42px;
  }
  .st-jaipur .slz-icon-block .wrapper-icon .slz-icon:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
  }
  .st-jaipur .slz-icon-block .wrapper-icon-image:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .slz-list-icon-block.slz-column-4.normal > .item:nth-child(-n + 4), .slz-list-icon-block.slz-column-4.option-2 > .item:nth-child(-n + 4) {
    margin-top: 15px;
  }
  .slz-list-icon-block.slz-column-4.normal > .item:nth-child(-n + 2), .slz-list-icon-block.slz-column-4.option-2 > .item:nth-child(-n + 2) {
    margin-top: 0px;
  }
  .slz-list-icon-block.normal {
    margin: 0 -15px;
  }
  .la-italy .slz-icon-block .icon-cell + .content-cell {
    margin-top: 15px;
  }
  .la-italy .slz-icon-block .title + .description {
    margin-top: 0;
  }
  .la-italy .slz-list-icon-block .item {
    padding-top: 15px;
  }
  .la-italy .slz-list-icon-block.slz-column-1 > .item:first-child {
    padding-top: 0;
  }
  .la-italy .slz-list-icon-block.slz-column-2 > .item:nth-child(-n + 2), .la-italy .slz-list-icon-block.slz-column-3 > .item:nth-child(-n + 2), .la-italy .slz-list-icon-block.slz-column-4 > .item:nth-child(-n + 2) {
    margin-top: 0;
    padding-top: 0;
  }
  .la-italy .st-milan .slz-list-icon-block.slz-column-3 > .item, .la-italy .st-milan .slz-list-icon-block.slz-column-4 > .item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .slz-list-icon-block.slz-column-4.normal > .item:nth-child(-n + 2), .slz-list-icon-block.slz-column-4.option-2 > .item:nth-child(-n + 2) {
    margin-top: 15px;
  }
  .slz-list-icon-block.slz-column-4.normal > .item:first-child, .slz-list-icon-block.slz-column-4.option-2 > .item:first-child {
    margin-top: 0px;
  }
  .la-italy .slz-list-icon-block.slz-column-2 .item:nth-child(2), .la-italy .slz-list-icon-block.slz-column-3 .item:nth-child(2), .la-italy .slz-list-icon-block.slz-column-4 .item:nth-child(2) {
    padding-top: 15px;
  }
  .la-italy .st-milan .slz-list-icon-block.slz-column-3 > .item, .la-italy .st-milan .slz-list-icon-block.slz-column-4 > .item {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .st-jaipur .slz-icon-block {
    padding: 30px 20px 30px 20px;
  }
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1,
.sc_icons_block .st-bengaluru .slz-list-icon-block.option-1 {
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .sc_icons_block .st-noida .slz-list-icon-block.option-1,
  .sc_icons_block .st-bengaluru .slz-list-icon-block.option-1 {
    margin: 0 -5px;
    padding: 0;
  }
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1 > .item,
.sc_icons_block .st-bengaluru .slz-list-icon-block.option-1 > .item {
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .sc_icons_block .st-noida .slz-list-icon-block.option-1 > .item,
  .sc_icons_block .st-bengaluru .slz-list-icon-block.option-1 > .item {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .sc_icons_block .st-noida .slz-list-icon-block.option-1 > .item:last-child,
  .sc_icons_block .st-bengaluru .slz-list-icon-block.option-1 > .item:last-child {
    margin-bottom: 0;
  }
}

.sc_icons_block .st-noida .slz-list-icon-block.option-2,
.sc_icons_block .st-bengaluru .slz-list-icon-block.option-2 {
  margin: 0 -30px;
}

@media screen and (max-width: 767px) {
  .sc_icons_block .st-noida .slz-list-icon-block.option-2,
  .sc_icons_block .st-bengaluru .slz-list-icon-block.option-2 {
    margin: 0 -10px;
  }
}

.sc_icons_block .st-noida .slz-list-icon-block.option-2 > .item,
.sc_icons_block .st-bengaluru .slz-list-icon-block.option-2 > .item {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .sc_icons_block .st-noida .slz-list-icon-block.option-2 > .item,
  .sc_icons_block .st-bengaluru .slz-list-icon-block.option-2 > .item {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .sc_icons_block .st-noida .slz-list-icon-block.option-2 > .item:last-child,
  .sc_icons_block .st-bengaluru .slz-list-icon-block.option-2 > .item:last-child {
    margin-bottom: 0;
  }
}

.sc_icons_block .st-noida .slz-list-icon-block.normal {
  padding: 0;
}

.sc_icons_block .st-noida .slz-list-icon-block.normal > .item {
  padding: 0;
}

.sc_icons_block .st-noida .slz-list-icon-block.normal .slz-icon-block {
  border: none;
  padding: 0;
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1 .slz-icon-block:hover, .sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block:hover, .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block:hover {
  border-color: transparent;
  background-color: #8dd64f;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.25);
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1 .slz-icon-block:hover .title, .sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block:hover .title, .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block:hover .title {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1 .slz-icon-block:hover .title,
.sc_icons_block .st-noida .slz-list-icon-block.option-1 .slz-icon-block:hover .description, .sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block:hover .title,
.sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block:hover .description, .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block:hover .title,
.sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block:hover .description {
  color: #fff;
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1 .slz-icon-block:hover .wrapper-icon .slz-icon, .sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block:hover .wrapper-icon .slz-icon, .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block:hover .wrapper-icon .slz-icon {
  color: #fff;
  -webkit-transform: translateY(-2px) scale(1.2);
  -moz-transform: translateY(-2px) scale(1.2);
  -o-transform: translateY(-2px) scale(1.2);
  transform: translateY(-2px) scale(1.2);
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1 .slz-icon-block:hover .block-read-more, .sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block:hover .block-read-more, .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block:hover .block-read-more {
  background-color: #fff;
  color: #8dd64f;
  border-color: transparent;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sc_icons_block .st-noida .slz-list-icon-block.option-1 .slz-icon-block .block-read-more:hover, .sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block .block-read-more:hover, .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block .block-read-more:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.sc_icons_block .st-noida .slz-list-icon-block.option-2 .slz-icon-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_icons_block .st-noida .slz-list-icon-block.option-3 .slz-icon-block {
  border: none;
}

.sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block {
  border: none;
  border-bottom: none;
  border-right: 2px solid #8dd64f;
}

@media screen and (max-width: 991px) {
  .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block {
    border-bottom: 2px solid #8dd64f;
  }
}

@media screen and (max-width: 480px) {
  .sc_icons_block .st-noida .slz-list-icon-block.option-4 .slz-icon-block {
    border-right: none;
  }
}

@media screen and (max-width: 480px) {
  .sc_icons_block .st-noida .slz-list-icon-block.option-4 .item:last-child .slz-icon-block {
    border-bottom: none;
  }
}

.sc_icons_block .st-noida .slz-icon-block {
  border: 2px solid #dadfea;
  padding: 40px 35px 35px 35px;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-noida .slz-icon-block {
    padding: 30px 25px 25px 25px;
  }
}

.sc_icons_block .st-noida .slz-icon-block .wrapper-icon {
  overflow: inherit;
}

.sc_icons_block .st-noida .slz-icon-block .wrapper-icon .slz-icon {
  color: #233142;
  font-size: 72px;
  width: auto;
  max-height: none;
  -webkit-transition: all 0.2s cubic-bezier(0.21, 0.7, 0.83, 0.62);
  -moz-transition: all 0.2s cubic-bezier(0.21, 0.7, 0.83, 0.62);
  -o-transition: all 0.2s cubic-bezier(0.21, 0.7, 0.83, 0.62);
  transition: all 0.2s cubic-bezier(0.21, 0.7, 0.83, 0.62);
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-noida .slz-icon-block .wrapper-icon .slz-icon {
    font-size: 60px;
  }
}

.sc_icons_block .st-noida .slz-icon-block .title {
  font-size: 24px;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-noida .slz-icon-block .title {
    font-size: 18px;
  }
}

.sc_icons_block .st-noida .slz-icon-block .title + .description {
  margin-top: 20px;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-noida .slz-icon-block .title + .description {
    margin-top: 10px;
  }
}

.sc_icons_block .st-noida .slz-icon-block .description {
  color: #858585;
}

.sc_icons_block .st-noida .slz-icon-block .block-read-more {
  border: 2px solid #afafaf;
  min-width: 140px;
  padding: 7.5px 0;
  color: #6f6e72;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-noida .slz-icon-block .block-read-more {
    font-size: 12px;
    margin-top: 20px;
  }
}

.sc_icons_block .st-noida .slz-icon-block .block-read-more i {
  display: none;
}

.sc_icons_block .st-noida .slz-icon-block .icon-cell + .content-cell {
  padding-top: 5px;
}

.sc_icons_block .st-bengaluru .slz-icon-block {
  padding: 60px 35px;
  background-color: #8dd64f;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.sc_icons_block .st-bengaluru .slz-icon-block .title,
.sc_icons_block .st-bengaluru .slz-icon-block .description,
.sc_icons_block .st-bengaluru .slz-icon-block .wrapper-icon .slz-icon,
.sc_icons_block .st-bengaluru .slz-icon-block .block-read-more {
  color: #fff;
}

.sc_icons_block .st-bengaluru .slz-icon-block:hover {
  background-color: #fff;
  border-color: #8dd64f;
  -webkit-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
}

.sc_icons_block .st-bengaluru .slz-icon-block:hover .block-read-more,
.sc_icons_block .st-bengaluru .slz-icon-block:hover .wrapper-icon .slz-icon {
  color: #8dd64f;
}

.sc_icons_block .st-bengaluru .slz-icon-block:hover .title {
  color: #333146;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sc_icons_block .st-bengaluru .slz-icon-block:hover .description {
  color: #6f6e72;
}

.sc_icons_block .st-bengaluru .slz-icon-block:hover .wp_btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sc_icons_block .st-bengaluru .slz-icon-block .wrapper-icon .slz-icon {
  width: 40px;
  max-height: 40px;
  font-size: 40px;
}

.sc_icons_block .st-bengaluru .slz-icon-block .title {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.2px;
  display: block;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.sc_icons_block .st-bengaluru .slz-icon-block .description {
  font-size: 14px;
}

.sc_icons_block .st-bengaluru .slz-icon-block .wp_btn {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sc_icons_block .st-bengaluru .slz-icon-block .block-read-more {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}

.sc_icons_block .st-bengaluru .slz-icon-block .block-read-more:hover {
  text-decoration: underline;
}

.sc_icons_block .st-bengaluru .slz-icon-block .block-read-more i {
  display: none;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.normal > .item {
  padding: 0;
  margin: 0;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.normal .slz-icon-block {
  padding: 0;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.normal .slz-icon-block:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.option-1 .slz-icon-block {
  border: 2px solid #8dd64f;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.option-1 .item {
  padding: 0 10px;
  margin-top: 20px;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.option-2 .slz-icon-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-newdelhi .slz-list-icon-block.option-2 .item:first-child {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.option-3 .slz-icon-block:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-newdelhi .slz-list-icon-block.option-4 .item:nth-child(2n+1):nth-last-child(-n+2) .slz-icon-block {
    border-bottom: 2px solid #8dd64f;
  }
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.option-4 .slz-icon-block {
  border-bottom: 2px solid #8dd64f;
  border-right: 2px solid #8dd64f;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-newdelhi .slz-list-icon-block.option-4 .slz-icon-block {
    border-right: none;
  }
}

.sc_icons_block .st-newdelhi .slz-list-icon-block.option-4 .slz-icon-block:hover {
  border-color: #8dd64f;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

@media screen and (max-width: 667px) {
  .sc_icons_block .st-newdelhi .slz-list-icon-block .item {
    width: 100%;
  }
}

.sc_icons_block .st-newdelhi .slz-list-icon-block .slz-icon-block {
  border-color: #8dd64f;
  padding: 25px 10px;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block .slz-icon-block:hover {
  border-color: #eef1f7;
  -webkit-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 15px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sc_icons_block .st-newdelhi .slz-list-icon-block .slz-icon-block .title {
  color: #333146;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block .slz-icon-block .title + .description {
  margin-top: -5px;
}

.sc_icons_block .st-newdelhi .slz-list-icon-block .slz-icon-block .description {
  color: #233142;
}

/*=====  End of 11. SC Icon Block  ======*/
/*=========================================
=             12. SC Flip Box             =
=========================================*/
.slz-list-block > .item {
  float: none;
}

.vc-hoverbox-wrapper {
  font-family: "Montserrat", sans-serif;
}

.vc-hoverbox-wrapper .vc_btn3.vc_btn3-style-custom {
  background-image: none;
}

.vc-hoverbox-wrapper .vc-hoverbox {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px !important;
  padding: 0;
  border: 0;
  display: block;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-block .vc_custom_heading {
  margin-bottom: 10px;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-block-inner, .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back .vc-hoverbox-block-inner {
  padding: 30px 20px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(60px) scale(0.94);
  -moz-transform: translateZ(60px) scale(0.94);
  -o-transform: translateZ(60px) scale(0.94);
  transform: translateZ(60px) scale(0.94);
  z-index: 2;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-block-inner h2 {
  font-size: 18px;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back .vc-hoverbox-block-inner h2 {
  font-size: 18px;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back .vc-hoverbox-block-inner p {
  font-size: 14px;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back .vc_btn3 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #8dd64f;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back .vc_btn3:hover, .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back .vc_btn3:focus {
  color: #fff;
  background-color: #8dd64f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back .vc_btn3.vc_btn3-size-lg {
  font-size: 14px;
}

.vc-hoverbox-wrapper .vc-hoverbox:hover .vc-hoverbox-block.vc-hoverbox-front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vc-hoverbox-wrapper .vc-hoverbox:hover .vc-hoverbox-block.vc-hoverbox-back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media screen and (max-width: 991px) {
  .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-front {
    display: none !important;
  }
  .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-block.vc-hoverbox-back {
    position: relative;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .vc-hoverbox-wrapper .vc-hoverbox-inner {
    min-height: auto;
  }
}

/*======  End of 12. SC Flip Box  =======*/
/*================================================
=            13. SC/WG Social Counter            =
================================================*/
.social-counter-wrapper .social-counter-item {
  display: block;
}

.social-counter-wrapper .social-counter-item .social-counter-title {
  font-size: 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.social-counter-wrapper .social-counter-item .social-counter-title:hover > .link {
  opacity: 0.8;
  -webkit-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
  -moz-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
  box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
}

.social-counter-wrapper .social-counter-item .social-counter-title:hover > .slz-icon {
  -webkit-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
  -moz-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
  box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
}

.social-counter-wrapper .social-counter-item .social-counter-title > .slz-icon {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  background-color: #8dd64f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.social-counter-wrapper .social-counter-item .social-counter-title > .link {
  width: calc(100% - 43px);
  height: 40px;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  font-weight: 700;
  margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.social-counter-wrapper .social-counter-item .social-counter-title > .link.sub-text {
  float: right;
  text-transform: uppercase;
}

.social-counter-wrapper .social-counter-item > .facebook.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #365899;
}

.social-counter-wrapper .social-counter-item > .facebook.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #365899;
}

.social-counter-wrapper .social-counter-item > .facebook.social-counter-title:hover > .link {
  background-color: #365899;
}

.social-counter-wrapper .social-counter-item > .facebook.social-counter-title > .link {
  background-color: #365899;
}

.social-counter-wrapper .social-counter-item > .twitter.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #33ccff;
}

.social-counter-wrapper .social-counter-item > .twitter.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #33ccff;
}

.social-counter-wrapper .social-counter-item > .twitter.social-counter-title:hover > .link {
  background-color: #33ccff;
}

.social-counter-wrapper .social-counter-item > .twitter.social-counter-title > .link {
  background-color: #33ccff;
}

.social-counter-wrapper .social-counter-item > .google-plus.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .google-plus.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .google-plus.social-counter-title:hover > .link {
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .google-plus.social-counter-title > .link {
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .google.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .google.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .google.social-counter-title:hover > .link {
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .google.social-counter-title > .link {
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .skype.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #00aff0;
}

.social-counter-wrapper .social-counter-item > .skype.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #00aff0;
}

.social-counter-wrapper .social-counter-item > .skype.social-counter-title:hover > .link {
  background-color: #00aff0;
}

.social-counter-wrapper .social-counter-item > .skype.social-counter-title > .link {
  background-color: #00aff0;
}

.social-counter-wrapper .social-counter-item > .youtube.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #e62117;
}

.social-counter-wrapper .social-counter-item > .youtube.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #e62117;
}

.social-counter-wrapper .social-counter-item > .youtube.social-counter-title:hover > .link {
  background-color: #e62117;
}

.social-counter-wrapper .social-counter-item > .youtube.social-counter-title > .link {
  background-color: #e62117;
}

.social-counter-wrapper .social-counter-item > .rss.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #f36f24;
}

.social-counter-wrapper .social-counter-item > .rss.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #f36f24;
}

.social-counter-wrapper .social-counter-item > .rss.social-counter-title:hover > .link {
  background-color: #f36f24;
}

.social-counter-wrapper .social-counter-item > .rss.social-counter-title > .link {
  background-color: #f36f24;
}

.social-counter-wrapper .social-counter-item > .delicious.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #2a96ff;
}

.social-counter-wrapper .social-counter-item > .delicious.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #2a96ff;
}

.social-counter-wrapper .social-counter-item > .delicious.social-counter-title:hover > .link {
  background-color: #2a96ff;
}

.social-counter-wrapper .social-counter-item > .delicious.social-counter-title > .link {
  background-color: #2a96ff;
}

.social-counter-wrapper .social-counter-item > .pinterest.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .pinterest.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .pinterest.social-counter-title:hover > .link {
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .pinterest.social-counter-title > .link {
  background-color: #d73d32;
}

.social-counter-wrapper .social-counter-item > .vimeo.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #00adef;
}

.social-counter-wrapper .social-counter-item > .vimeo.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #00adef;
}

.social-counter-wrapper .social-counter-item > .vimeo.social-counter-title:hover > .link {
  background-color: #00adef;
}

.social-counter-wrapper .social-counter-item > .vimeo.social-counter-title > .link {
  background-color: #00adef;
}

.social-counter-wrapper .social-counter-item > .flickr.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #ff0084;
}

.social-counter-wrapper .social-counter-item > .flickr.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #ff0084;
}

.social-counter-wrapper .social-counter-item > .flickr.social-counter-title:hover > .link {
  background-color: #ff0084;
}

.social-counter-wrapper .social-counter-item > .flickr.social-counter-title > .link {
  background-color: #ff0084;
}

.social-counter-wrapper .social-counter-item > .lastfm.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #b90000;
}

.social-counter-wrapper .social-counter-item > .lastfm.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #b90000;
}

.social-counter-wrapper .social-counter-item > .lastfm.social-counter-title:hover > .link {
  background-color: #b90000;
}

.social-counter-wrapper .social-counter-item > .lastfm.social-counter-title > .link {
  background-color: #b90000;
}

.social-counter-wrapper .social-counter-item > .linkedin.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #0077b5;
}

.social-counter-wrapper .social-counter-item > .linkedin.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #0077b5;
}

.social-counter-wrapper .social-counter-item > .linkedin.social-counter-title:hover > .link {
  background-color: #0077b5;
}

.social-counter-wrapper .social-counter-item > .linkedin.social-counter-title > .link {
  background-color: #0077b5;
}

.social-counter-wrapper .social-counter-item > .tumblr.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #36465d;
}

.social-counter-wrapper .social-counter-item > .tumblr.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #36465d;
}

.social-counter-wrapper .social-counter-item > .tumblr.social-counter-title:hover > .link {
  background-color: #36465d;
}

.social-counter-wrapper .social-counter-item > .tumblr.social-counter-title > .link {
  background-color: #36465d;
}

.social-counter-wrapper .social-counter-item > .deviantart.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #05cc47;
}

.social-counter-wrapper .social-counter-item > .deviantart.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #05cc47;
}

.social-counter-wrapper .social-counter-item > .deviantart.social-counter-title:hover > .link {
  background-color: #05cc47;
}

.social-counter-wrapper .social-counter-item > .deviantart.social-counter-title > .link {
  background-color: #05cc47;
}

.social-counter-wrapper .social-counter-item > .git.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #f34f29;
}

.social-counter-wrapper .social-counter-item > .git.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #f34f29;
}

.social-counter-wrapper .social-counter-item > .git.social-counter-title:hover > .link {
  background-color: #f34f29;
}

.social-counter-wrapper .social-counter-item > .git.social-counter-title > .link {
  background-color: #f34f29;
}

.social-counter-wrapper .social-counter-item > .instagram.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #895a4d;
}

.social-counter-wrapper .social-counter-item > .instagram.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #895a4d;
}

.social-counter-wrapper .social-counter-item > .instagram.social-counter-title:hover > .link {
  background-color: #895a4d;
}

.social-counter-wrapper .social-counter-item > .instagram.social-counter-title > .link {
  background-color: #895a4d;
}

.social-counter-wrapper .social-counter-item > .soundcloud.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #ff5500;
}

.social-counter-wrapper .social-counter-item > .soundcloud.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #ff5500;
}

.social-counter-wrapper .social-counter-item > .soundcloud.social-counter-title:hover > .link {
  background-color: #ff5500;
}

.social-counter-wrapper .social-counter-item > .soundcloud.social-counter-title > .link {
  background-color: #ff5500;
}

.social-counter-wrapper .social-counter-item > .stumbleupon.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #eb4924;
}

.social-counter-wrapper .social-counter-item > .stumbleupon.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #eb4924;
}

.social-counter-wrapper .social-counter-item > .stumbleupon.social-counter-title:hover > .link {
  background-color: #eb4924;
}

.social-counter-wrapper .social-counter-item > .stumbleupon.social-counter-title > .link {
  background-color: #eb4924;
}

.social-counter-wrapper .social-counter-item > .behance.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #005cff;
}

.social-counter-wrapper .social-counter-item > .behance.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #005cff;
}

.social-counter-wrapper .social-counter-item > .behance.social-counter-title:hover > .link {
  background-color: #005cff;
}

.social-counter-wrapper .social-counter-item > .behance.social-counter-title > .link {
  background-color: #005cff;
}

.social-counter-wrapper .social-counter-item > .tripadvisor.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #589442;
}

.social-counter-wrapper .social-counter-item > .tripadvisor.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #589442;
}

.social-counter-wrapper .social-counter-item > .tripadvisor.social-counter-title:hover > .link {
  background-color: #589442;
}

.social-counter-wrapper .social-counter-item > .tripadvisor.social-counter-title > .link {
  background-color: #589442;
}

.social-counter-wrapper .social-counter-item > .vk.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #507299;
}

.social-counter-wrapper .social-counter-item > .vk.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #507299;
}

.social-counter-wrapper .social-counter-item > .vk.social-counter-title:hover > .link {
  background-color: #507299;
}

.social-counter-wrapper .social-counter-item > .vk.social-counter-title > .link {
  background-color: #507299;
}

.social-counter-wrapper .social-counter-item > .foursquare.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #f94877;
}

.social-counter-wrapper .social-counter-item > .foursquare.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #f94877;
}

.social-counter-wrapper .social-counter-item > .foursquare.social-counter-title:hover > .link {
  background-color: #f94877;
}

.social-counter-wrapper .social-counter-item > .foursquare.social-counter-title > .link {
  background-color: #f94877;
}

.social-counter-wrapper .social-counter-item > .xing.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #add000;
}

.social-counter-wrapper .social-counter-item > .xing.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #add000;
}

.social-counter-wrapper .social-counter-item > .xing.social-counter-title:hover > .link {
  background-color: #add000;
}

.social-counter-wrapper .social-counter-item > .xing.social-counter-title > .link {
  background-color: #add000;
}

.social-counter-wrapper .social-counter-item > .weibo.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #e6162d;
}

.social-counter-wrapper .social-counter-item > .weibo.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #e6162d;
}

.social-counter-wrapper .social-counter-item > .weibo.social-counter-title:hover > .link {
  background-color: #e6162d;
}

.social-counter-wrapper .social-counter-item > .weibo.social-counter-title > .link {
  background-color: #e6162d;
}

.social-counter-wrapper .social-counter-item > .odnoklassniki.social-counter-title:hover > .slz-icon {
  color: #fff;
  background-color: #f58220;
}

.social-counter-wrapper .social-counter-item > .odnoklassniki.social-counter-title:hover > .slz-icon:hover {
  color: #fff;
  background-color: #f58220;
}

.social-counter-wrapper .social-counter-item > .odnoklassniki.social-counter-title:hover > .link {
  background-color: #f58220;
}

.social-counter-wrapper .social-counter-item > .odnoklassniki.social-counter-title > .link {
  background-color: #f58220;
}

.social-counter-wrapper .social-counter-item + .social-counter-item {
  margin-top: 10px;
}

.social-counter-wrapper.style-02 {
  margin: 0 -5px;
}

.social-counter-wrapper.style-02.social-counter-item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.social-counter-wrapper.style-02 .social-counter-title > .slz-icon {
  position: relative;
  z-index: 2;
}

.social-counter-wrapper.style-02 .social-counter-title:hover > .link:before {
  top: 100%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.social-counter-wrapper.style-02 .social-counter-title:hover > .link {
  opacity: 1;
  top: calc(-100% - 1px);
  visibility: visible;
}

.social-counter-wrapper.style-02 .social-counter-title > .slz-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-counter-wrapper.style-02 .social-counter-title > .link {
  display: block;
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  opacity: 0;
  height: 30px;
  margin-left: 0;
  padding: 0 15px;
  line-height: 30px;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.social-counter-wrapper.style-02 .social-counter-title > .link:before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  background-color: inherit;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.social-counter-wrapper.style-02 .social-counter-title > .link .sub-text {
  float: none;
  margin-left: 10px;
}

/*=====  End of 13. SC/WG Social Counter  ======*/
/*=======================================
=            14. Tabs/Filter            =
=======================================*/
.tab-list-wrapper,
.tab-filter-wrapper {
  margin: 0 auto 50px auto;
  border-bottom: solid 2px #dadfea;
}

.slz-isotope-nav,
.slz-isotope-nav .tab-filter,
.tab-list-wrapper .tab-list {
  margin: 0;
  font-size: 0;
}

.slz-isotope-nav li,
.slz-isotope-nav .tab-filter li,
.tab-list-wrapper .tab-list li {
  font-size: 18px;
}

.tab-filter,
.tab-list {
  margin: 0;
  padding: 0;
}

.tab-filter li,
.tab-list li {
  padding: 0;
  margin: 0;
}

.tab-filter li .link,
.tab-list li .link {
  padding: 10px 30px;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333146;
}

.tab-filter li .link:before,
.tab-list li .link:before {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #8dd64f;
  left: 0;
  right: 80%;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab-filter li .link:hover,
.tab-list li .link:hover {
  color: #28313b;
}

.tab-filter li .link:hover:before,
.tab-list li .link:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.tab-filter li .dropdown-menu,
.tab-list li .dropdown-menu {
  margin: 0;
  padding: 5px;
  box-shadow: none;
  border-radius: 0;
  border-color: #dadfea;
  top: calc(100% + 1px);
  border: 0;
}

.tab-filter li .dropdown-menu li,
.tab-list li .dropdown-menu li {
  width: 100%;
}

.tab-filter li .dropdown-menu li > .link,
.tab-list li .dropdown-menu li > .link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.tab-filter li .dropdown-menu li a:hover,
.tab-filter li .dropdown-menu li a:focus,
.tab-list li .dropdown-menu li a:hover,
.tab-list li .dropdown-menu li a:focus {
  color: #8dd64f;
  background-color: #fff;
}

.tab-filter li .dropdown-menu > .active a,
.tab-filter li .dropdown-menu > .active a:hover,
.tab-filter li .dropdown-menu > .active a:focus,
.tab-list li .dropdown-menu > .active a,
.tab-list li .dropdown-menu > .active a:hover,
.tab-list li .dropdown-menu > .active a:focus {
  background-color: #fff;
}

.tab-filter li.active .link,
.tab-list li.active .link {
  color: #28313b;
}

.tab-filter li.active .link:before,
.tab-list li.active .link:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.st-california .tab-list-wrapper,
.st-california .tab-filter-wrapper {
  border-bottom: 0;
}

.st-california .tab-filter,
.st-california .tab-list {
  border-spacing: 5px 0;
  border-collapse: separate;
}

.st-california .tab-filter li,
.st-california .tab-list li {
  padding: 0;
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  border: solid 1px #e1e1e1;
}

.st-california .tab-filter li .link,
.st-california .tab-list li .link {
  font-weight: 400;
  padding: 23px 50px;
  color: #333146;
  text-align: center;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: solid 0 #e1e1e1;
}

.st-california .tab-filter li .link:before,
.st-california .tab-list li .link:before {
  content: none;
}

.st-california .tab-filter li:before,
.st-california .tab-list li:before {
  content: '';
  left: 0;
  right: 80%;
  height: 3px;
  bottom: -1px;
  z-index: 1;
  position: absolute;
  height: 4px;
  background-color: #8dd64f;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.st-california .tab-filter li:hover .link,
.st-california .tab-filter li.active .link,
.st-california .tab-list li:hover .link,
.st-california .tab-list li.active .link {
  color: #8dd64f;
  background-color: #fff;
}

.st-california .tab-filter li:hover:before,
.st-california .tab-filter li.active:before,
.st-california .tab-list li:hover:before,
.st-california .tab-list li.active:before {
  left: 0;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .st-california .tab-filter li .link,
  .st-california .tab-list li .link {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .st-california .tab-filter li .link,
  .st-california .tab-list li .link {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .st-california .tab-list-wrapper, .st-california .tab-filter-wrapper {
    margin: 0 0 40px 0;
  }
  .st-california .tab-filter,
  .st-california .tab-list {
    border-spacing: 0;
    border-collapse: collapse;
  }
  .st-california .tab-filter li,
  .st-california .tab-list li {
    border: 0;
  }
  .st-california .tab-filter li:before,
  .st-california .tab-list li:before {
    content: '';
  }
  .st-california .tab-filter li .link,
  .st-california .tab-list li .link {
    padding: 0 5px;
    margin: 0;
    border: solid 1px #e1e1e1;
  }
  .st-california .tab-filter li .link:first-child,
  .st-california .tab-list li .link:first-child {
    padding-left: 0;
  }
  .st-california .tab-filter li .link:last-child,
  .st-california .tab-list li .link:last-child {
    padding-right: 0;
  }
  .st-california .tab-filter li .link:before,
  .st-california .tab-list li .link:before {
    content: '';
  }
  .st-california .tab-filter li.slick-current .link,
  .st-california .tab-list li.slick-current .link {
    color: #8dd64f;
    background-color: #fff;
  }
  .st-california .tab-list-wrapper:before,
  .st-california .tab-filter-wrapper:before {
    content: none;
  }
}

.st-chennai .tab-list-wrapper,
.st-chennai .tab-filter-wrapper {
  border-bottom: 0;
  margin: 0;
}

.st-chennai .tab-content {
  padding-left: 30px;
}

.st-chennai .tab-list li {
  margin: 0;
}

.st-chennai .tab-list li + li {
  margin-top: 0;
}

.st-chennai .tab-list li .link {
  border: 0;
  font-weight: 400;
  text-align: left;
  padding: 15px 0 15px 30px;
  color: #333146;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0;
}

.st-chennai .tab-list li .link:before {
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  right: initial;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.st-chennai .tab-list li .link .icon-wrapper,
.st-chennai .tab-list li .link .content-wrapper {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.st-chennai .tab-list li .link .icon-wrapper {
  width: 30px;
}

.st-chennai .tab-list li .link .content-wrapper {
  max-width: calc(100% - 30px);
}

.st-chennai .tab-list li .link:hover,
.st-chennai .tab-list li.active .link {
  color: #333146;
  background-color: transparent;
}

.st-chennai .tab-list li .link:hover:before,
.st-chennai .tab-list li.active .link:before {
  right: initial;
  left: 0;
  width: 4px;
}

@media screen and (max-width: 991px) {
  .st-chennai .tab-filter li .link,
  .st-chennai .tab-list li .link {
    padding: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .st-chennai .tab-filter li .link,
  .st-chennai .tab-list li .link {
    text-align: center;
    background-color: #fff;
  }
  .st-chennai .tab-filter li .link:before,
  .st-chennai .tab-list li .link:before {
    right: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
    top: initial;
    opacity: 1;
    background-color: #dadfea;
  }
  .st-chennai .tab-filter li.slick-current .link,
  .st-chennai .tab-list li.slick-current .link {
    color: #333146;
    background-color: #fff;
  }
  .st-chennai .tab-filter li.slick-current .link:before,
  .st-chennai .tab-list li.slick-current .link:before {
    right: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
    top: initial;
    background-color: #8dd64f;
  }
  .st-chennai .tab-list-wrapper:before,
  .st-chennai .tab-filter-wrapper:before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-list-wrapper,
  .tab-filter-wrapper {
    margin: 0 0 40px 0;
    border-bottom: 0;
    position: relative;
  }
  .tab-list-wrapper:before,
  .tab-filter-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #dadfea;
  }
  .tab-filter li.slick-slide .link,
  .tab-list li.slick-slide .link {
    padding: 10px 20px;
  }
  .tab-filter li.slick-current .link,
  .tab-list li.slick-current .link {
    color: #28313b;
  }
  .tab-filter li.slick-current .link:before,
  .tab-list li.slick-current .link:before {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .sc_tabs .slick-prev:before,
  .tab-filter-wrapper .tab-filter .slick-prev:before {
    content: "\f3d2";
    font-family: "Ionicons";
    display: inline-block;
  }
  .sc_tabs .slick-arrow,
  .tab-filter-wrapper .tab-filter .slick-arrow {
    text-align: center;
  }
  .sc_tabs .slick-next:before,
  .tab-filter-wrapper .tab-filter .slick-next:before {
    content: "\f3d3";
    font-family: "Ionicons";
    display: inline-block;
  }
}

.la-united-states .slz-icon-block .icon-cell {
  width: 60px;
}

/*=====  End of 14. Tabs/Filter  ======*/
/*=========================================
=            15. Posts General            =
=========================================*/
/*==========================================
=               01. Post Block             =
==========================================*/
/*--------------  1.0. Post General  ----------*/
.sc_block_posts .slz-image-carousel .btn {
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  -webkit-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  -moz-box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  box-shadow: 2px 3px 14px 0 rgba(184, 184, 184, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #fff;
  font-size: 21px;
  color: #233142;
}

.sc_block_posts .slz-image-carousel .btn .text {
  display: none;
}

.sc_block_posts .slz-image-carousel .btn .icons {
  font-size: 21px;
}

.sc_block_posts .slz-image-carousel .btn:hover {
  background-color: #8dd64f;
  color: #fff;
}

.block-image:before,
.slz-gallery-format .wrapper-image:before {
  padding-top: 80%;
}

.block-image .link:after {
  background-color: transparent;
  background: #009efd;
  background: -moz-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: -webkit-linear-gradient(-45deg, #009efd 0%, #2af598 100%);
  background: linear-gradient(135deg, #009efd 0%, #2af598 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009efd', endColorstr='#2af598',GradientType=1 )";
}

.block-image.has-audio .link:after, .block-image.has-quote .link:after {
  opacity: 0.85;
}

.list-layout .slz-format-gallery .icons-gallery:before,
.slz-block-item-01.style-3.slz-format-gallery .icons-gallery:before,
.slz-list-block.slz-column-4 .slz-format-gallery .icons-gallery:before {
  content: "\f148";
  font-family: "Ionicons";
}

.list-layout .slz-format-quote .icons-quote:before,
.slz-block-item-01.style-3.slz-format-quote .icons-quote:before,
.slz-list-block.slz-column-4 .slz-format-quote .icons-quote:before {
  content: "\f347";
  font-family: "Ionicons";
}

.list-layout .slz-format-video .icons-video:before,
.slz-block-item-01.style-3.slz-format-video .icons-video:before,
.slz-list-block.slz-column-4 .slz-format-video .icons-video:before {
  content: "\f488";
  font-family: "Ionicons";
}

.list-layout .slz-format-audio .icons-audio:before,
.slz-block-item-01.style-3.slz-format-audio .icons-audio:before,
.slz-list-block.slz-column-4 .slz-format-audio .icons-audio:before {
  content: "\f257";
  font-family: "Ionicons";
}

.slz-template-01 .list-layout.style-2.slz-format-quote .icons-quote,
.slz-template-01 .list-layout.style-2.slz-format-audio .icons-audio,
.slz-template-01 .list-layout.style-2.slz-format-video .icons-video,
.slz-template-01 .list-layout.style-2.slz-format-gallery .icons-gallery,
.slz-template-02 .list-layout.style-2.slz-format-quote .icons-quote,
.slz-template-02 .list-layout.style-2.slz-format-audio .icons-audio,
.slz-template-02 .list-layout.style-2.slz-format-video .icons-video,
.slz-template-02 .list-layout.style-2.slz-format-gallery .icons-gallery {
  font-size: 30px;
}

.list-layout .slz-block-item-01.slz-format-quote .block-image .link:after, .list-layout .slz-block-item-01.slz-format-audio .block-image .link:after, .list-layout .slz-block-item-01.slz-format-video .block-image .link:after, .list-layout .slz-block-item-01.slz-format-gallery .block-image .link:after,
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-quote .block-image .link:after,
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-audio .block-image .link:after,
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-video .block-image .link:after,
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-gallery .block-image .link:after {
  opacity: 0.8;
}

.list-layout .slz-block-item-01.slz-format-quote.style-3 [class*="icons-"], .list-layout .slz-block-item-01.slz-format-audio.style-3 [class*="icons-"], .list-layout .slz-block-item-01.slz-format-video.style-3 [class*="icons-"], .list-layout .slz-block-item-01.slz-format-gallery.style-3 [class*="icons-"],
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-quote.style-3 [class*="icons-"],
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-audio.style-3 [class*="icons-"],
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-video.style-3 [class*="icons-"],
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-gallery.style-3 [class*="icons-"] {
  opacity: 0.5;
}

.block-info {
  margin-top: 5px;
}

.block-info li.author a {
  padding-left: 0;
  font-weight: 700;
  color: #6f6e72;
  letter-spacing: 0.4px;
}

.block-info li.author a:hover {
  color: #8dd64f;
}

.block-info li.author .author-label {
  display: inline-block;
  font-size: 14px;
  text-transform: lowercase;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  color: #afafaf;
}

.block-info li .link {
  padding-left: 0;
}

.block-info li.tag {
  font-size: 16px;
}

.block-info li.comment .link, .block-info li.like .link {
  padding-left: 20px;
}

.block-info + .block-read-more {
  margin-top: 10px;
}

.block-content .block-subinfo {
  margin: 10px 0 0 0;
  padding: 0;
}

.block-content .block-subinfo li {
  display: inline-block;
  list-style-type: none;
  margin-right: 45px;
}

.block-content .block-subinfo li a {
  color: #afafaf;
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.block-content .block-subinfo li a .count {
  padding-left: 5px;
  color: #6f6e72;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}

.block-content .block-subinfo li a i {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}

.block-content .block-subinfo li:last-child {
  margin-right: 0;
}

.block-content .block-subinfo li .icons {
  font-size: 20px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.block-content .block-subinfo li .number {
  display: inline-block;
  vertical-align: middle;
}

.block-content .block-subinfo li .author-label {
  color: #6f6e72;
}

.slz-block-item-01 {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
}

.slz-block-item-01 .block-image {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.slz-block-item-01 .block-image.has-quote .link:after {
  opacity: 0.8;
}

.slz-block-item-01 .block-image img {
  height: 100%;
  width: auto;
  max-width: none;
}

.slz-block-item-01 .block-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}

@media screen and (max-width: 380px) {
  .slz-block-item-01 .block-title {
    font-size: 16px;
  }
}

.slz-block-item-01 .block-category {
  font-size: 14px;
  font-weight: 400;
  color: #6f6e72;
  letter-spacing: 0;
  text-transform: capitalize;
}

.slz-block-item-01 .block-category + .block-title {
  margin-top: 5px;
}

.slz-block-item-01 .block-category:hover {
  color: #8dd64f;
}

@media screen and (max-width: 380px) {
  .slz-block-item-01 .block-category {
    font-size: 12px;
  }
}

.slz-block-item-01 .block-image + .block-content {
  margin-top: 0;
}

.slz-block-item-01 .block-content {
  padding: 0;
}

.slz-block-item-01 .block-content .block-info li .link.date {
  padding-left: 0;
}

.slz-block-item-01 .block-content .block-info li .link.date:before {
  content: none;
}

.slz-block-item-01 .block-text {
  margin-top: 12px;
  line-height: 1.5;
  color: #6f6e72;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.slz-block-item-01 .block-text:empty {
  margin-top: 0;
}

.slz-block-item-01 .block-read-more {
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
}

.slz-block-item-01 .block-read-more i {
  padding-left: 5px;
  vertical-align: middle;
}

.slz-block-item-01 .block-read-more i:before {
  font-family: "Ionicons";
  content: "\f3d3";
}

.slz-block-item-01 .block-info {
  margin-top: 5px;
}

.slz-block-item-01 .block-info + .block-read-more {
  margin-top: 15px;
}

.slz-block-item-01 .block-content-wrapper {
  line-height: initial;
}

.slz-block-item-01.style-1 .block-title {
  margin-top: 7px;
}

.slz-block-item-01.style-1 .block-title + .block-text {
  margin-top: 10px;
}

.slz-block-item-01.style-1 .block-category + .block-title {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .slz-block-item-01.style-1 .block-title {
    margin-top: 0;
  }
  .slz-block-item-01.style-1 .block-title + .block-text {
    margin-top: 10px;
  }
}

.slz-block-item-01.style-2 .block-image .wrapper-image:before {
  content: '';
}

.slz-block-item-01.style-2 .block-image .wrapper-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slz-block-item-01.style-3 .block-info li a:before {
  color: #fff;
}

.slz-block-item-01.style-3 .block-info li.author .author-label {
  color: #fff;
}

.slz-block-item-01.style-3 .block-info li.author .link {
  color: #fff;
}

.slz-block-item-01.style-3 .block-info li.author .link:hover {
  color: #28313b;
}

.slz-block-item-01.style-3 .block-category:hover {
  color: #fff;
}

.slz-block-item-01.style-3 .block-content .block-subinfo li a {
  color: #fff;
}

.slz-block-item-01.style-3 .block-content .block-subinfo li a .count {
  color: #fff;
}

.slz-block-item-01.style-3:hover .block-info li.author .link,
.slz-block-item-01.style-3:hover .block-info li.author .author-label {
  color: #fff;
}

.slz-block-item-01.style-3:hover .icons-gallery, .slz-block-item-01.style-3:hover .icons-quote,
.slz-block-item-01.style-3:hover .icons-audio, .slz-block-item-01.style-3:hover .icons-video {
  opacity: 0.5;
}

.slz-block-item-01.style-3 .icons-gallery, .slz-block-item-01.style-3 .icons-quote,
.slz-block-item-01.style-3 .icons-audio, .slz-block-item-01.style-3 .icons-video {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-block-item-01:hover .block-image .link:after {
  opacity: 0.8;
}

.list-layout .slz-block-item-01 .block-read-more {
  margin-top: 10px;
  font-size: 12px;
}

.list-layout .slz-block-item-01 .block-category {
  font-size: 12px;
}

.list-layout .slz-block-item-01 .block-title {
  font-size: 16px;
}

.list-layout .slz-block-item-01.style-1 .block-title + .block-text {
  margin-top: 5px;
}

.list-layout .slz-block-item-01.style-2 .block-text:empty + .block-read-more,
.list-layout .slz-block-item-01.style-2 .block-info + .block-read-more {
  margin-top: 5px;
}

@media screen and (max-width: 480px) {
  .list-layout .slz-block-item-01.style-2 .block-text {
    display: none;
  }
}

.list-layout .block-info li.author .author-label {
  font-size: 12px;
}

.style-no-image .list-layout .slz-block-item-01.style-2 {
  padding: 20px 0;
  margin-top: 0;
}

.style-no-image .list-layout .element:first-child .slz-block-item-01.style-2 {
  padding-top: 0;
}

.style-no-image .list-layout .element:last-child .slz-block-item-01.style-2 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .style-no-image .list-layout .element:first-child .slz-block-item-01.style-2 {
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }
}

.sc_block_posts .slz-pagination {
  text-align: center;
}

.slz-template-01 .slz-block-item-01,
.slz-template-02 .slz-block-item-01 {
  background-color: transparent;
}

.main-layout .slz-block-item-01.style-1 .block-image + .block-content,
.slz-list-block .slz-block-item-01.style-1 .block-image + .block-content {
  padding: 20px 0 0 0;
}

.main-layout .slz-block-item-01.style-2 .block-image + .block-content,
.slz-list-block .slz-block-item-01.style-2 .block-image + .block-content {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .main-layout .slz-block-item-01.style-2 .block-image + .block-content,
  .slz-list-block .slz-block-item-01.style-2 .block-image + .block-content {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-layout .slz-block-item-01.style-2 .block-image + .block-content,
  .slz-list-block .slz-block-item-01.style-2 .block-image + .block-content {
    padding: 20px 0 0 0;
  }
}

.slz-template-01 .list-layout.column-1 .slz-block-item-01.style-2 .block-image {
  width: 230px;
}

.slz-template-01 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content {
  width: calc(100% - 230px);
}

@media screen and (max-width: 991px) {
  .slz-template-01 .list-layout.column-1 .slz-block-item-01.style-2 .block-image {
    width: 120px;
  }
  .slz-template-01 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content {
    width: calc(100% - 120px);
  }
}

.vc_col-sm-12 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image {
  width: 180px;
}

.vc_col-sm-12 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content {
  width: calc(100% - 180px);
}

@media screen and (max-width: 991px) {
  .vc_col-sm-12 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image {
    width: 120px;
  }
  .vc_col-sm-12 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 375px) {
  .vc_col-sm-12 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image {
    width: 100px;
  }
  .vc_col-sm-12 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content {
    width: calc(100% - 100px);
  }
}

.vc_col-sm-12 .vc_col-sm-8 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image,
.vc_col-sm-12 .vc_col-sm-6 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image,
.vc_col-sm-12 .vc_col-sm-4 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image,
.vc_col-sm-12 .vc_col-sm-3 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image {
  width: 120px;
}

.vc_col-sm-12 .vc_col-sm-8 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content,
.vc_col-sm-12 .vc_col-sm-6 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content,
.vc_col-sm-12 .vc_col-sm-4 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content,
.vc_col-sm-12 .vc_col-sm-3 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 .block-image + .block-content {
  width: calc(100% - 120px);
}

@media screen and (max-width: 991px) {
  .vc_col-sm-12 .vc_col-sm-8 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2,
  .vc_col-sm-12 .vc_col-sm-6 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2,
  .vc_col-sm-12 .vc_col-sm-4 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2,
  .vc_col-sm-12 .vc_col-sm-3 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 {
    width: 100px;
  }
  .vc_col-sm-12 .vc_col-sm-8 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 + .block-content,
  .vc_col-sm-12 .vc_col-sm-6 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 + .block-content,
  .vc_col-sm-12 .vc_col-sm-4 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 + .block-content,
  .vc_col-sm-12 .vc_col-sm-3 .slz-template-02 .list-layout.column-1 .slz-block-item-01.style-2 + .block-content {
    width: calc(100% - 100px);
  }
}

/*--------------  1.1. Layout United States - Main Georgia ----------*/
.main-layout .slz-block-item-01.style-3 .block-image:before {
  background-color: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  position: relative;
  z-index: 4;
  pointer-events: none;
}

.main-layout .slz-block-item-01.style-3:hover .block-image:before {
  opacity: 0;
}

.slz-block-item-01.style-3 .block-image:before {
  background-color: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  position: relative;
  z-index: 4;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-block-item-01.style-3:hover .block-image:before {
  opacity: 0;
}

.slz-block-item-01.style-3 .block-content {
  background-color: transparent;
  padding: 25px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .slz-block-item-01.style-3 .block-content {
    padding: 15px;
  }
}

.slz-block-item-01.style-3 .block-title:hover,
.slz-block-item-01.style-3 .block-info li.author a:hover,
.slz-block-item-01.style-3 .block-info a:hover,
.slz-block-item-01.style-3 .block-subinfo li a:hover {
  color: #fff;
}

.slz-block-item-01.style-3 .block-title:hover .count,
.slz-block-item-01.style-3 .block-info li.author a:hover .count,
.slz-block-item-01.style-3 .block-info a:hover .count,
.slz-block-item-01.style-3 .block-subinfo li a:hover .count {
  color: #fff;
}

.slz-block-item-01.style-3 .block-text {
  color: #fff;
}

.list-layout .slz-block-item-01.style-3.slz-format-quote .block-image:before,
.list-layout .slz-block-item-01.style-3.slz-format-audio .block-image:before,
.list-layout .slz-block-item-01.style-3.slz-format-video .block-image:before,
.list-layout .slz-block-item-01.style-3.slz-format-gallery .block-image:before {
  background: none;
}

/*--------------  1.2. Layout United States - Main California ----------*/
/*--------------  1.3. Layout Italy - Cascina  --------------*/
.slz-top-news .top-news-wrapper {
  padding: 0;
  background-color: transparent;
}

.slz-top-news .top-news-wrapper .item {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.slz-top-news .top-news-wrapper .post-number {
  color: #666;
  font-size: 0;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slz-top-news .top-news-wrapper .post-number:before {
  content: "\f3d1";
  font-family: "Ionicons";
  font-size: 16px;
  display: block;
  line-height: 24px;
}

@media screen and (max-width: 414px) {
  .slz-top-news .top-news-wrapper .post-number {
    width: 15px;
  }
}

.slz-top-news .top-news-wrapper .post-info .title {
  display: inline-block;
  line-height: 1.5556;
  color: #28313b;
  letter-spacing: 0.2px;
}

.slz-top-news .top-news-wrapper .post-info .title span {
  display: table-cell;
  vertical-align: top;
}

.slz-top-news .top-news-wrapper .post-info .title:hover {
  color: #8dd64f;
}

.slz-top-news .top-news-wrapper .post-info .title:hover .post-number {
  color: #28313b;
}

/*--------------  1.4. Post List  ----------*/
.slz-list-block.slz-column-1 .slz-block-item-01.style-1 .block-title {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .slz-list-block.slz-column-1 .slz-block-item-01.style-1 .block-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .slz-list-block.slz-column-1 > .item {
    margin-top: 30px;
  }
}

.slz-list-block > .item[class*='post'] {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .slz-list-block > .item[class*='post'] {
    margin-top: 30px;
  }
}

/*--------------  1.5. Post Grid Mansory  --------------*/
.sc_posts_mansory .slz-block-item-01.style-1 .block-content {
  padding: 20px 0 0;
}

/*--------------  1.7. Blog Format - Video  --------------*/
.block-image.slz-block-video .block-video {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.block-image.slz-block-video .block-video:after {
  background-color: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

/*--------------  1.8. Post Format - Blockquote Format  ----------*/
.block-quote-wrapper .block-quote {
  padding: 8px 0 8px 30px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  text-transform: none;
  text-align: left;
}

.block-quote-wrapper .block-quote:before {
  transform: none;
  content: '';
  font-size: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #8dd64f;
}

.block-quote-wrapper .block-quote cite {
  text-transform: none;
}

.block-quote-wrapper .block-quote small {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.block-image.has-quote {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.block-image.has-quote .block-quote-wrapper {
  padding: 40px;
}

@media screen and (max-width: 414px) {
  .block-image.has-quote .block-quote-wrapper {
    padding: 20px;
  }
}

.block-image.has-quote.has-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.slz-blog-detail.layout-4 .block-image.has-quote .block-quote-wrapper {
  padding: 40px 60px;
}

.slz-blog-detail.layout-4 .block-image.has-quote .block-quote-wrapper .block-quote {
  padding: 8px 0 8px 45px;
}

.slz-blog-detail.layout-4 .block-image.has-quote .block-quote-wrapper .block-quote:before {
  width: 4px;
}

/*--------------  1.9. Post Format - Audio Format  ----------*/
.block-image.has-audio {
  overflow: visible;
}

.block-image.has-audio img {
  width: 100%;
  height: 100%;
}

.block-image.has-audio .link {
  display: block;
  position: relative;
}

.block-image.has-audio .link:after {
  content: none;
}

.block-image.has-audio .link:before {
  content: '';
  display: block;
  padding-top: 25%;
  min-height: 170px;
}

.block-image.has-audio .audio-wrapper {
  padding: 8px 20px;
  background-color: #f6fbff;
}

.layout-3.list-layout-4 .slz-block-item-01.style-2 .block-image.has-audio .link:before {
  padding-top: 80%;
}

.layout-3.list-layout-4 .slz-block-item-01.style-2 .block-image.has-audio .audio-wrapper {
  transform: none;
  top: auto;
  bottom: 0;
}

.mejs-container.mejs-audio .me-cannotplay a {
  color: #28313b;
  font-weight: 500;
  display: block;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
}

.mejs-container.mejs-audio .me-cannotplay span {
  padding: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time {
  font-size: 12px;
  font-weight: 500;
  padding: 9px 12px 0;
  color: #28313b;
  font-family: "Montserrat", sans-serif;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time.mejs-currenttime-container {
  margin-left: -10px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time.mejs-duration-container {
  padding: 9px 6px 0;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time span.mejs-currenttime {
  display: block;
  min-width: 37px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button,
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button {
  position: relative;
  width: 40px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button button,
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button button {
  background: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button:before,
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button:before {
  font-family: "Ionicons";
  position: absolute;
  color: #28313b;
  font-size: 16px;
  top: 9px;
  left: 10px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-play:before {
  content: '\f488';
  padding-left: 3px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-pause:before {
  content: '\f478';
}

.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button:before {
  text-align: center;
  display: block;
  width: 32px;
  height: 32px;
  left: 0;
  line-height: 32px;
  background-color: #fff;
  top: -webkit-calc(50% - 14px);
  top: -moz-calc(50% - 14px);
  top: calc(50% - 14px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
}

.mejs-container.mejs-audio .mejs-controls .mejs-playpause-button:hover:before {
  color: #fff;
  background-color: #8dd64f;
}

.mejs-container.mejs-audio .mejs-controls .mejs-volume-button.mejs-mute:before {
  content: '\f257';
}

.mejs-container.mejs-audio .mejs-controls .mejs-volume-button.mejs-unmute:before {
  content: '\f3b8';
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail span,
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail a {
  height: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #dadfea;
  margin: 6px 5px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #dfeaf4;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #8dd64f;
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current:after {
  content: '';
  right: -7px;
  top: -3.5px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(69, 93, 113, 0.48);
  -moz-box-shadow: 0 2px 7px 0 rgba(69, 93, 113, 0.48);
  box-shadow: 0 2px 7px 0 rgba(69, 93, 113, 0.48);
}

.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
  height: 16px;
  border-color: #fff;
  background-color: #fff;
  color: #28313b;
  top: -20px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-button button:focus {
  outline: 0;
}

.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #dfeaf4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #8dd64f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*--------------  1.10. Post Format - Gallery Format  --------------*/
.slz-gallery-format.slz-image-carousel .item .featured-carousel-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}

.block-image.has-gallery .slz-gallery-format .slick-dots {
  display: inline-block !important;
}

.block-image.has-gallery .slz-gallery-format .wrapper-image:before {
  position: relative;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.wrapper-carousel-nav-01 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .slick-dots {
  display: inline-block;
  position: relative;
  bottom: 0;
  line-height: 30px;
  width: auto;
  margin: 0;
  padding: 0;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .slick-dots li button {
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .slick-dots li button:before {
  content: none;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .slick-dots li button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 1px #d8d8d8;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .slick-dots li button:hover:after {
  background-color: #8dd64f;
  border-color: #8dd64f;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .slick-dots li.slick-active button:after {
  background-color: #8dd64f;
  border-color: #8dd64f;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn {
  position: relative;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 30px;
  color: #8dd64f;
  font-weight: 500;
  border: 0;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn .text {
  display: none;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn:hover {
  color: #fff;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-next {
  float: right;
  margin-left: 10px;
}

.wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn-prev {
  float: left;
  margin-right: 10px;
}

/*--------------  1.11 Post Signle  --------------*/
.slz-blog-detail [class*='single-posts-'] h1.title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  color: #28313b;
  text-transform: capitalize;
  line-height: 1.225;
}

.slz-blog-detail [class*='single-posts-'] h1.title + .block-info {
  margin-top: 10px;
}

.slz-blog-detail [class*='single-posts-'] h1.title + .wrapper-detail-info {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .slz-blog-detail [class*='single-posts-'] h1.title {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .slz-blog-detail [class*='single-posts-'] h1.title {
    font-size: 24px;
  }
}

.slz-blog-detail [class*='single-posts-'] .block-info li.date .link {
  padding-left: 20px;
}

.slz-blog-detail [class*='single-posts-'] .block-info li.author .link {
  font-weight: 700;
}

.slz-blog-detail [class*='single-posts-'] .social-wrapper {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  color: #afafaf;
  margin-top: 15px;
}

.slz-blog-detail [class*='single-posts-'] .social-wrapper .list-social-wrapper {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.slz-blog-detail [class*='single-posts-'] .social-wrapper .list-social-wrapper li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: top;
  display: inline-block;
}

.slz-blog-detail [class*='single-posts-'] .social-wrapper .list-social-wrapper li:last-child {
  margin-right: 0;
}

.slz-blog-detail [class*='single-posts-'] .social-wrapper .list-social-wrapper li .link {
  font-size: 16px;
  color: #afafaf;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slz-blog-detail [class*='single-posts-'] .social-wrapper .list-social-wrapper li:hover .link {
  background-color: #8dd64f;
  color: #fff;
  -webkit-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
  -moz-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
  box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
}

@media screen and (max-width: 600px) {
  .slz-blog-detail [class*='single-posts-'] .social-wrapper .list-social-wrapper li .link {
    background-color: #8dd64f;
    color: #fff;
    -webkit-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
    -moz-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
    box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
  }
}

.slz-blog-detail [class*='single-posts-'] .block-info + .social-wrapper {
  margin-top: 5px;
}

.slz-blog-detail [class*='single-posts-'] .wrapper-detail-info:after {
  content: '';
  display: table;
  clear: both;
}

.slz-blog-detail [class*='single-posts-'] .wrapper-detail-info .block-info {
  display: block;
  float: left;
}

.slz-blog-detail [class*='single-posts-'] .wrapper-detail-info .social-wrapper {
  display: block;
  float: left;
}

.slz-blog-detail [class*='single-posts-'] .wrapper-detail-info .block-info + .social-wrapper {
  float: right;
}

.slz-blog-detail [class*='single-posts-'] .wrapper-detail-info + .block-image {
  margin-top: 25px;
}

.slz-blog-detail [class*='single-posts-'] .wrapper-detail-info + .entry-content {
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .slz-blog-detail [class*='single-posts-'] .wrapper-detail-info .social-wrapper {
    float: left;
    width: 100%;
  }
}

.slz-blog-detail [class*='single-posts-'] .block-image {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.slz-blog-detail [class*='single-posts-'] .block-image + h1.title {
  margin-top: 15px;
  margin-bottom: 0;
}

.slz-blog-detail [class*='single-posts-'] blockquote {
  border-left: 4px solid #8dd64f;
}

@media screen and (max-width: 600px) {
  .slz-blog-detail [class*='single-posts-'] blockquote {
    padding: 8px 0 8px 30px;
  }
}

.slz-blog-detail.layout-1 .blog-detail-wrapper .block-info + .block-image {
  margin-top: 20px;
}

.slz-blog-detail.layout-1 .blog-detail-wrapper .block-image img,
.slz-blog-detail.layout-1 .blog-detail-wrapper .wrapper-image img {
  height: 100%;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 480px) {
  .slz-blog-detail.layout-1 .blog-detail-wrapper .block-image img,
  .slz-blog-detail.layout-1 .blog-detail-wrapper .wrapper-image img {
    width: 100%;
    height: auto;
  }
}

.slz-blog-detail.layout-1 .blog-detail-wrapper .block-image:before,
.slz-blog-detail.layout-1 .blog-detail-wrapper .wrapper-image:before {
  padding-top: 100%;
}

.slz-blog-detail.layout-1 .blog-detail-wrapper > .block-image img,
.slz-blog-detail.layout-1 .blog-detail-wrapper > .wrapper-image img {
  width: 100%;
  height: auto;
}

.slz-blog-detail.layout-1 .blog-detail-wrapper > .block-image:before,
.slz-blog-detail.layout-1 .blog-detail-wrapper > .wrapper-image:before {
  padding-top: 43%;
}

.slz-blog-detail.layout-1 .blog-detail-wrapper .block-image.slz-block-video img {
  width: auto;
  height: 100%;
}

.slz-blog-detail.layout-1 .blog-detail-wrapper .block-image.slz-block-video:before {
  padding-top: 56.25%;
}

.slz-blog-detail.layout-4 [class*='single-posts-'] .block-image + h1.title,
.slz-blog-detail.layout-5 [class*='single-posts-'] .block-image + h1.title {
  margin-top: 30px;
}

.slz-blog-detail.layout-5 .blog-detail-wrapper > .block-image {
  margin-bottom: 0;
}

.slz-blog-detail .slz-related-post .related-title {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: #28313b;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.slz-blog-detail .slz-related-post .block-image:before {
  padding-top: 80%;
}

.slz-blog-detail .slz-related-post .block-image .link .icons-quote,
.slz-blog-detail .slz-related-post .block-image .link .icons-video,
.slz-blog-detail .slz-related-post .block-image .link .icons-audio,
.slz-blog-detail .slz-related-post .block-image .link .icons-standard,
.slz-blog-detail .slz-related-post .block-image .link .icons-gallery {
  display: none;
}

.slz-blog-detail .slz-related-post .block-content .block-title + .block-subinfo {
  margin: 10px 0 0 0;
}

.slz-blog-detail .slz-related-post.slz-carousel-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slz-blog-detail .slz-related-post .wrapper-carousel-nav-01 {
  top: 7px;
  bottom: initial;
  text-align: right;
  right: 15px;
  max-width: calc(100% - 30px);
}

.slz-blog-detail .slz-related-post .wrapper-carousel-nav-01 .slz-carousel-nav-01 .nav-btn:hover {
  color: #333146;
}

@media screen and (max-width: 767px) {
  .slz-blog-detail .slz-related-post .block-image:before {
    padding-top: 67%;
  }
  .slz-blog-detail .slz-related-post .block-image + .block-content {
    margin-top: 20px;
  }
  .slz-blog-detail .slz-related-post .wrapper-carousel-nav-01 {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.slz-blog-detail.layout-3 .block-image img,
.slz-blog-detail.layout-3 .wrapper-image img,
.slz-blog-detail.layout-4 .block-image img,
.slz-blog-detail.layout-4 .wrapper-image img {
  height: 100%;
  width: auto;
  max-width: none;
}

.slz-blog-detail.layout-3 .block-image.has-audio img,
.slz-blog-detail.layout-3 .block-image.has-quote img,
.slz-blog-detail.layout-4 .block-image.has-audio img,
.slz-blog-detail.layout-4 .block-image.has-quote img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.slz-blog-author .media-right .social {
  list-style-type: none;
  padding: 0;
}

.slz-blog-author .media-right .social li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 5px;
}

/*--------------  1.12 Layout United Kingdom  --------------*/
.sc_block_posts .layout-3 .slz-list-block.slz-column-1 .slz-block-item-01.style-1 .block-title {
  font-size: 18px;
}

.sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .block-image img {
  width: 100%;
  height: auto;
}

.sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .block-title {
  font-size: 24px;
}

.sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .block-text {
  color: #28313b;
  font-size: 18px;
}

.sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .block-image:before,
.sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .slz-gallery-format .wrapper-image:before {
  padding-top: 52%;
}

@media screen and (max-width: 991px) {
  .sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .block-title {
    font-size: 18px;
  }
  .sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .block-text {
    color: #6f6e72;
    font-size: 16px;
  }
  .sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .block-image:before,
  .sc_block_posts .layout-3.list-layout-2 .slz-list-block.slz-column-1 .slz-block-item-01 .slz-gallery-format .wrapper-image:before {
    padding-top: 67%;
  }
}

.sc_block_posts .layout-3.list-layout-3 .slz-block-item-01 .block-image:before,
.sc_block_posts .layout-3.list-layout-3 .slz-block-item-01 .slz-gallery-format .wrapper-image:before {
  padding-top: 80%;
}

.sc_block_posts .layout-3.list-layout-3 .slz-block-item-01 .author_info {
  font-size: 0;
  margin-top: 15px;
}

.sc_block_posts .layout-3.list-layout-3 .slz-block-item-01 .author_info .avatar {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_block_posts .layout-3.list-layout-3 .slz-block-item-01 .author_info .avatar img {
  margin: 0;
}

.sc_block_posts .layout-3.list-layout-3 .slz-block-item-01 .author_info .name {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 38px);
}

.sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-title {
  line-height: 1.45;
  letter-spacing: 0.2px;
  font-size: 24px;
}

.sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-text {
  color: #333146;
  line-height: 1.5556;
  letter-spacing: 0.2px;
  font-size: 18px;
  margin-top: 8px;
}

.sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-content .block-subinfo {
  margin: 18px 0 0 0;
}

.sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-image:before,
.sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .slz-gallery-format .wrapper-image:before {
  padding-top: 80%;
}

.sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-read-more {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
}

.sc_block_posts .layout-3.list-layout-4 .block-info li.author .author-label {
  color: #afafaf;
}

@media screen and (max-width: 991px) {
  .sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-title {
    font-size: 18px;
  }
  .sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-text {
    font-size: 16px;
  }
  .sc_block_posts .layout-3.list-layout-4 .slz-block-item-01 .block-read-more {
    font-size: 14px;
  }
}

.sc_block_posts .layout-3.list-layout-5 .slz-block-item-01 .block-image,
.sc_block_posts .layout-3.list-layout-5 .slz-block-item-01 .block-image.slz-block-video .block-video,
.sc_block_posts .layout-3.list-layout-5 .slz-block-item-01 .block-image.has-quote {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_block_posts .layout-3.list-layout-5 .slz-block-item-01 .block-image.slz-block-video .block-video:after {
  background: none;
}

.sc_block_posts .layout-3.list-layout-5 .slz-block-item-01 .block-text {
  font-size: 16px;
  color: #858585;
  line-height: 1.38;
}

.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-image,
.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-image.slz-block-video .block-video,
.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-image.has-quote {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-title {
  font-size: 28px;
  letter-spacing: 0.5px;
}

.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-info {
  margin-top: 0;
}

.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-info li {
  font-weight: 500;
  padding: 2px 4px;
  background-color: #fff;
}

.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-info li .link {
  font-weight: 500;
  color: #8dd64f;
}

.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-info li.author .author-label {
  font-weight: 400;
  color: #afafaf;
}

.sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-read-more {
  margin: 45px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-title {
    font-size: 18px;
  }
  .sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-info + .block-title {
    margin-top: 5px;
  }
  .sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-read-more {
    margin: 35px 0 0 0;
  }
}

@media screen and (max-width: 991px) {
  .sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-title {
    font-size: 18px;
  }
  .sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-read-more {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  .sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-read-more {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 380px) {
  .sc_block_posts .layout-3.list-layout-6 .slz-block-item-01 .block-info li.author .author-label {
    font-size: 12px;
  }
}

/*----------  1.13 Layout United Kingdom - Bath  ----------*/
.sc_block_posts .slz-template-03.layout-3.list-layout-7 .block-image:before {
  padding-top: 58%;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-image + .block-content {
  padding: 30px 30px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-image img {
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .compat-object-fit img {
  opacity: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-content {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #d6e1ea;
  background-color: #fff;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-content .block-title {
  font-size: 28px;
  margin-top: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-content-wrapper:before {
  content: '';
  display: table;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-content-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-info {
  font-family: "Montserrat", sans-serif;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-info .date .link {
  color: #8dd64f;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-info .date .link:hover {
  color: #28313b;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-info .author .link {
  color: #28313b;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-info .author .link:hover {
  color: #8dd64f;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-text {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-read-more {
  float: right;
  margin-top: 0;
  text-decoration: underline;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-subinfo {
  font-family: "Montserrat", sans-serif;
  float: left;
  margin-top: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-subinfo li {
  margin-right: 15px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-subinfo .link:hover {
  color: #8dd64f;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-video .btn-play .icons {
  width: 74px;
  height: 74px;
  line-height: 70px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-video .btn-play .icons:before {
  font-size: 40px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .block-image.slz-block-video .block-video {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .has-quote .link:after {
  background: #f7fcff;
  opacity: 1;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .has-quote .block-quote-wrapper {
  padding: 30px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .block-quote-wrapper .block-quote {
  font-family: "Gochi Hand", cursive;
  padding: 0 0 0 45px;
  color: #6f6e72;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .block-quote-wrapper .block-quote:before {
  width: 4px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-7 .block-quote-wrapper .block-quote cite {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #28313b;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-content .block-title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-content .block-title {
    font-size: 24px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-read-more {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-image + .block-content {
    padding: 15px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-content .block-title {
    font-size: 16px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-text {
    font-size: 14px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-subinfo li {
    margin-right: 16px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-subinfo li a {
    font-size: 14px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-subinfo li a span {
    font-size: 12px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-item-01 .block-read-more {
    font-size: 12px;
    margin-top: 6px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-video .btn-play .icons {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .slz-block-video .btn-play .icons:before {
    font-size: 24px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .has-quote .block-quote-wrapper {
    padding: 24px 20px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-7 .block-quote-wrapper .block-quote {
    padding-left: 20px;
  }
}

/*----------  1.14 Layout United Kingdom - Bradford  ----------*/
/*----------  1.18 Layout United Kingdom - Ipswich  ----------*/
.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-image, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-info, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-info {
  font-size: 0;
  margin-top: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-info .date, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-info .date {
  margin-bottom: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-info .link.date, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-info .link.date {
  color: #afafaf;
  font-weight: 500;
  line-height: 1.28;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-info .link.date:hover, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-info .link.date:hover {
  color: #8dd64f;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-info + .block-title, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-info + .block-title {
  margin-top: 5px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-title, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-title {
  margin-top: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-title + .block-text, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-title + .block-text {
  margin-top: 6px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-author, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-author {
  margin: 8px 0 0 0;
  padding: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-author li, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-author li {
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  line-height: 1.57;
  letter-spacing: 0.2px;
  font-family: "Montserrat", sans-serif;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-author .author-label, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-author .author-label {
  color: #afafaf;
  font-weight: 500;
  text-transform: capitalize;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-author .link, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-author .link {
  color: #6f6e72;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-subinfo, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-subinfo {
  font-size: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-subinfo li a, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-subinfo li a {
  font-size: 14px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-subinfo li a .count, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-subinfo li a .count {
  font-weight: 500;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-read-more, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-read-more {
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .block-read-more i, .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-read-more i {
  display: none;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-8 .slz-block-item-01.style-1 .block-image + .block-content {
  padding: 15px 0 0 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-image img {
  width: 100%;
  height: auto;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-image:before {
  padding-top: 47%;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-title {
  font-size: 24px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-title + .block-text {
  margin-top: 24px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-text {
  font-size: 18px;
  color: #28313b;
  line-height: 1.56;
}

@media screen and (min-width: 1024px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item .block-image:before {
    background: none;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(odd) .block-image {
    width: 50%;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(odd) .block-image .link {
    left: 15px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(odd) .block-image + .block-content {
    padding: 0 15px 0 0;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(odd) .slz-block-item-01 {
    direction: rtl;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(odd) .slz-block-item-01 > * {
    direction: ltr;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(even) .block-image {
    width: 50%;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(even) .block-image .link {
    right: 15px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .item:nth-child(even) .block-image + .block-content {
    padding: 0 0 0 15px;
  }
}

.sc_block_posts .slz-template-03.layout-3.list-layout-9 .slz-list-block.slz-column-1 > .item + .item {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-image img {
    height: 100%;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-image:before {
    padding-top: 80%;
  }
}

@media screen and (max-width: 414px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-title {
    font-size: 18px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-title + .block-text {
    margin-top: 10px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-text {
    font-size: 16px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .block-read-more {
    margin-top: 12px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-9 .slz-list-block.slz-column-1 > .item + .item {
    margin-top: 40px;
  }
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-info {
  font-size: 0;
  margin-top: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-info .date {
  margin-bottom: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-info .link.date {
  color: #afafaf;
  font-weight: 500;
  line-height: 1.28;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-info .link.date:hover {
  color: #8dd64f;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-info + .block-title {
  margin-top: 10px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-title {
  margin-top: 0;
  font-size: 28px;
  letter-spacing: 0.4px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-title:first-child {
  margin-top: -10px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-title + .block-text {
  margin-top: 11px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-text {
  font-size: 18px;
  color: #28313b;
  line-height: 1.56;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-author {
  margin: 8px 0 0 0;
  padding: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-author li {
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  line-height: 1.57;
  letter-spacing: 0.2px;
  font-family: "Montserrat", sans-serif;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-author .author-label {
  color: #afafaf;
  font-weight: 500;
  text-transform: capitalize;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-author .link {
  color: #6f6e72;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-subinfo {
  font-size: 0;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-subinfo li a {
  font-size: 14px;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-subinfo li a .count {
  font-weight: 500;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-read-more {
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-read-more i {
  display: none;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-image img {
  width: 100%;
  height: auto;
}

.sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-image:before {
  padding-top: 54%;
}

@media screen and (min-width: 1024px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .item:nth-child(odd) .block-image {
    width: 40%;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .item:nth-child(odd) .block-image + .block-content {
    padding: 0 30px 0 0;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .item:nth-child(odd) .slz-block-item-01 {
    direction: rtl;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .item:nth-child(odd) .slz-block-item-01 > * {
    direction: ltr;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .item:nth-child(even) .block-image {
    width: 40%;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .item:nth-child(even) .block-image + .block-content {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-image img {
    height: 100%;
    width: auto;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-image:before {
    padding-top: 80%;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-title:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 414px) {
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-title {
    font-size: 18px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-title + .block-text {
    margin-top: 10px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-text {
    font-size: 16px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .block-read-more {
    margin-top: 12px;
  }
  .sc_block_posts .slz-template-03.layout-3.list-layout-10 .slz-list-block.slz-column-1 > .item + .item {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .vc_col-sm-12 .list-layout .slz-block-item-01.style-2 .block-image {
    width: 120px;
  }
  .vc_col-sm-12 .list-layout .slz-block-item-01.style-2 .block-image + .block-content {
    width: calc(100% - 120px);
  }
}

@media (max-width: 991px) {
  .slz-blog-detail.layout-1 .blog-detail-wrapper .block-image:before,
  .slz-blog-detail.layout-3 .block-image:before,
  .slz-blog-detail.layout-4 .block-image:before,
  .slz-blog-detail.layout-5 .blog-detail-wrapper > .block-image:before {
    padding-top: 53%;
  }
}

@media (max-width: 767px) {
  .slz-block-item-01 .block-read-more {
    margin-top: 10px;
  }
  .slz-template-01 .list-layout {
    margin-top: 30px;
  }
  .list-layout .element {
    margin-top: 30px;
  }
  .slz-template-02.style-no-image .list-layout,
  .slz-template-02 .list-layout {
    margin-top: 30px;
  }
  .sc_block_posts .list-layout-3 .list-layout.column-2 .element:nth-child(-n+2),
  .sc_block_posts .list-layout-3 .list-layout.column-3 .element:nth-child(-n+2),
  .sc_block_posts .list-layout-3 .list-layout.column-4 .element:nth-child(-n+2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .sc_block_posts .list-layout-3 .list-layout.column-2 .element, .sc_block_posts .list-layout-3 .list-layout.column-3 .element, .sc_block_posts .list-layout-3 .list-layout.column-4 .element {
    width: 100%;
  }
  .sc_block_posts .list-layout-3 .list-layout.column-2 .element:nth-child(-n+2), .sc_block_posts .list-layout-3 .list-layout.column-3 .element:nth-child(-n+2), .sc_block_posts .list-layout-3 .list-layout.column-4 .element:nth-child(-n+2) {
    margin-top: 30px;
  }
  .sc_block_posts .list-layout-3 .list-layout.column-2 .element:first-child, .sc_block_posts .list-layout-3 .list-layout.column-3 .element:first-child, .sc_block_posts .list-layout-3 .list-layout.column-4 .element:first-child {
    margin-top: 0;
  }
  .list-layout.column-2 .element, .list-layout.column-3 .element,
  .list-layout.column-3 .element:nth-child(-n+3),
  .list-layout.column-4 .element,
  .list-layout.column-4 .element:nth-child(-n+4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .list-layout.column-2 .element,
  .list-layout.column-3 .element,
  .list-layout.column-4 .element {
    width: 100%;
  }
  .slz-blog-detail.layout-1 .blog-detail-wrapper .block-image:before,
  .slz-blog-detail.layout-3 .block-image:before,
  .slz-blog-detail.layout-4 .block-image:before,
  .slz-blog-detail.layout-5 .blog-detail-wrapper > .block-image:before {
    padding-top: 55%;
  }
  .slz-blog-detail.layout-1 .blog-detail-wrapper .wrapper-image img,
  .slz-blog-detail.layout-3 .wrapper-image img,
  .slz-blog-detail.layout-4 .wrapper-image img,
  .slz-blog-detail.layout-5 .blog-detail-wrapper > .block-image .wrapper-image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 380px) {
  .list-layout .style-3.slz-format-quote .icons-quote,
  .list-layout .style-3.slz-format-audio .icons-audio,
  .list-layout .style-3.slz-format-video .icons-video,
  .list-layout .style-3.slz-format-gallery .icons-gallery {
    opacity: 0.5;
  }
}

@media screen and (max-width: 320px) {
  .slz-block-item-01 .block-content, .list-layout .slz-block-item-01 .block-content {
    padding: 10px 0 0 0;
  }
  .list-layout.column-2 .element:first-child,
  .list-layout.column-3 .element:first-child,
  .list-layout.column-4 .element:first-child {
    margin-top: 0;
  }
  .list-layout.column-2 .element:nth-child(-n+2),
  .list-layout.column-3 .element:nth-child(-n+2),
  .list-layout.column-4 .element:nth-child(-n+2) {
    margin-top: 30px;
  }
}

/*=======  End of 01. Post Block  ========*/
/*=====  End of 15. Posts General  ======*/
/*==========================================
=            16. Contact Form 7            =
==========================================*/
.sc-contact-form .heading .heading-text {
  clear: both;
  color: #28313b;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

h2 + .sc-contact-form {
  margin-top: 30px;
}

.wpcf7 form.wpcf7-form {
  margin: 0;
}

.wpcf7 .cf7-large-spacing {
  margin: 0 -15px;
}

.wpcf7 .cf7-large-spacing .cf7-form-control {
  margin-bottom: 30px;
  padding: 0 15px;
}

.wpcf7 .cf7-large-spacing .cf7-form-control:last-child {
  margin-bottom: 0;
}

.wpcf7 .cf7-small-spacing,
.wpcf7 .cf7-small-spacing-20 {
  margin: 0 -10px;
}

.wpcf7 .cf7-small-spacing .cf7-form-control,
.wpcf7 .cf7-small-spacing-20 .cf7-form-control {
  margin-bottom: 20px;
  padding: 0 10px;
}

.wpcf7 .cf7-small-spacing .cf7-form-control:last-child,
.wpcf7 .cf7-small-spacing-20 .cf7-form-control:last-child {
  margin-bottom: 0;
}

.wpcf7 .cf7-small-spacing-15 {
  margin: 0 -7px;
}

.wpcf7 .cf7-small-spacing-15 .cf7-form-control {
  margin-bottom: 14px;
  padding: 0 7px;
}

.wpcf7 .cf7-small-spacing-15 .cf7-form-control:last-child {
  margin-bottom: 0;
}

.wpcf7 .cf7-small-spacing-10 {
  margin: 0 -5px;
}

.wpcf7 .cf7-small-spacing-10 .cf7-form-control {
  margin-bottom: 10px;
  padding: 0 5px;
}

.wpcf7 .cf7-small-spacing-10 .cf7-form-control:last-child {
  margin-bottom: 0;
}

.wpcf7 div.wpcf7-response-output {
  color: #f00;
  border: none;
  font-size: 13px;
  text-align: left;
  margin: 20px 0 0;
  padding: 5px 15px;
  border-left: 2px solid #f00;
  background-color: #f7f7f7;
}

.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #155724;
  color: #155724;
}

.wpcf7 span.wpcf7-not-valid-tip {
  margin-top: 7px;
}

.wpcf7 .cf7-form-control:last-child {
  margin-bottom: 0;
}

.wpcf7 .cf7-form-control .cf7-input-50 {
  margin-bottom: 0;
  width: calc(50% - 2px);
}

.wpcf7 .cf7-form-control label span {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
}

.wpcf7 .cf7-form-control .disabled {
  pointer-events: none;
}

.wpcf7 .cf7-form-control .disabled .wpcf7-list-item span.wpcf7-list-item-label {
  color: #bbb;
}

.wpcf7 .cf7-form-control .disabled .wpcf7-list-item span.wpcf7-list-item-label:before {
  opacity: 0.8;
}

.wpcf7 .cf7-form-control .disabled .wpcf7-list-item span.wpcf7-list-item-label:after {
  border-color: #bbb;
}

.wpcf7 .cf7-form-control .disabled .wpcf7-list-item span.wpcf7-list-item-label input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7 .cf7-form-control .disabled.wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label:after {
  background-color: transparent;
  border: 1px solid #bbb;
}

.wpcf7 .cf7-form-control .disabled.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7 .cf7-form-control .wpcf7-list-item {
  position: relative;
}

.wpcf7 .cf7-form-control .wpcf7-list-item span.wpcf7-list-item-label {
  margin-left: 25px;
}

.wpcf7 .cf7-form-control .wpcf7-list-item span.wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  top: calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: -webkit-calc(50% - 8px);
  left: 0;
  bottom: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #bbb;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 .cf7-form-control .wpcf7-list-item span.wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-color: #8dd64f;
  border-width: 0 0 2px 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.wpcf7 .cf7-form-control .wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7 .cf7-form-control .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.wpcf7 .cf7-form-control .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label:after {
  border: 0 solid #8dd64f;
  background-color: #8dd64f;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.wpcf7 .cf7-form-control .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7 .cf7-form-control input[type="checkbox"],
.wpcf7 .cf7-form-control input[type="radio"] {
  display: none;
}

.wpcf7 .cf7-form-control .cf7_input_file {
  position: relative;
}

.wpcf7 .cf7-form-control .cf7_input_file .ctf7_edu_inputfile {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7 .cf7-form-control .cf7_input_file .ctf7_edu_inputfile + .inputfile_label {
  line-height: 58px;
  height: 58px;
  border: solid 2px #ddd;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  letter-spacing: 0.2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wpcf7 .cf7-form-control .cf7_input_file .ctf7_edu_inputfile + .inputfile_label span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #afafaf;
}

.wpcf7 .cf7-form-control .cf7_input_file .ctf7_edu_inputfile + .inputfile_label span:before {
  pointer-events: none;
  font-family: "Ionicons";
  content: "\f255";
  margin-right: 10px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}

.wpcf7 .cf7-form-control.text-left {
  padding-left: 0;
}

.wpcf7 .cf7-form-control.text-right {
  padding-right: 0;
}

.wpcf7 .cf7-form-control input,
.wpcf7 .cf7-form-control textarea,
.wpcf7 .cf7-form-control select {
  font-weight: 500;
  color: #28313b;
  height: 58px;
  padding: 0 15px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  border: solid 2px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 .cf7-form-control input::-webkit-input-placeholder,
.wpcf7 .cf7-form-control textarea::-webkit-input-placeholder,
.wpcf7 .cf7-form-control select::-webkit-input-placeholder {
  font-weight: 300;
  color: #afafaf;
  font-family: "Montserrat", sans-serif;
}

.wpcf7 .cf7-form-control input:-ms-input-placeholder,
.wpcf7 .cf7-form-control textarea:-ms-input-placeholder,
.wpcf7 .cf7-form-control select:-ms-input-placeholder {
  font-weight: 300;
  color: #afafaf;
  font-family: "Montserrat", sans-serif;
}

.wpcf7 .cf7-form-control input:-moz-placeholder,
.wpcf7 .cf7-form-control textarea:-moz-placeholder,
.wpcf7 .cf7-form-control select:-moz-placeholder {
  font-weight: 300;
  color: #afafaf;
  font-family: "Montserrat", sans-serif;
}

.wpcf7 .cf7-form-control .cf7-edu-select {
  position: relative;
  display: block;
}

.wpcf7 .cf7-form-control .cf7-edu-select select {
  background: #fff;
  background-image: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wpcf7 .cf7-form-control .cf7-edu-select select:focus {
  outline: none;
}

.wpcf7 .cf7-form-control .cf7-edu-select:after {
  content: "\f3d0";
  font-family: "Ionicons";
  position: absolute;
  color: #6f6e72;
  font-size: 20px;
  right: 15px;
  line-height: 1;
  top: calc(50% - 10px);
  pointer-events: none;
}

.wpcf7 .cf7-form-control textarea {
  height: 88px;
  padding: 15px;
}

.wpcf7 .cf7-form-control input:focus,
.wpcf7 .cf7-form-control textarea:focus {
  border-color: #8dd64f;
  outline: 0;
}

.wpcf7 .cf7-btn-submit-wrapper {
  text-align: center;
  margin-bottom: 0;
  display: block;
}

.wpcf7 .cf7-btn-submit-wrapper.align-left {
  text-align: left;
}

.wpcf7 .cf7-btn-submit-wrapper.align-right {
  text-align: right;
}

.wpcf7 .cf7-btn-submit-wrapper.margin-top-10 {
  margin-top: 10px;
}

.wpcf7 .cf7-btn-submit-wrapper.margin-top-20 {
  margin-top: 20px;
}

.wpcf7 .cf7-btn-submit-wrapper.margin-top-30 {
  margin-top: 30px;
}

.wpcf7 .cf7-btn-submit-wrapper.btn-width-full .cf7-btn-submit {
  width: 100%;
}

.wpcf7 .cf7-btn-submit-wrapper .cf7-btn-submit {
  display: inline-block;
  position: relative;
  min-width: 180px;
}

.wpcf7 .cf7-btn-submit-wrapper .cf7-btn-submit .slz-btn {
  width: 100%;
  min-width: 0;
  border: none;
  color: #fff;
  font-size: 14px;
  background-color: #8dd64f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  padding: 0 30px;
}

.wpcf7 .cf7-btn-submit-wrapper .cf7-btn-submit .slz-btn:hover {
  -webkit-box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -8px rgba(35, 49, 66, 0.5), inset 0 0 0 100px rgba(0, 0, 0, 0.1);
}

.wpcf7 .cf7-btn-submit-wrapper .cf7-btn-submit .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-color: #8dd64f;
  background-position: center center;
  background-image: url("../img/contact-form-loader/spinner.gif");
}

.wpcf7 .cf7-btn-submit-wrapper.slz-btn-border-radius .slz-btn,
.wpcf7 .cf7-btn-submit-wrapper.slz-btn-border-radius .cf7-btn-submit .ajax-loader {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/*----------  Contact form FAQ  ----------*/
/*----------  Contact form Service Detail  ----------*/
/*----------  Contact form Contact Us  ----------*/
.wpcf7 .cf7-contact-us .cf7-btn-submit-wrapper .cf7-btn-submit {
  min-width: 200px;
}

.wpcf7 .cf7-contact-us .cf7-form-control textarea {
  height: 146px;
}

/*----------  Contact form University Contact Us ----------*/
.sc-contact-form .wpcf7-form .cf7-one-course.sc_main_title.sc-main-title-affiliate {
  margin-bottom: 40px;
}

.wpcf7 .sub-title {
  display: block;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 1.556;
  letter-spacing: 0.2px;
  text-align: center;
  margin-top: 10px;
}

.wpcf7 .cf7-uni-contact-us {
  padding: 30px 30px 30px 30px;
  background-color: #fbfbfb;
}

.wpcf7 .cf7-uni-contact-us .cf7-form-control textarea {
  height: 175px;
}

.wpcf7 .cf7-uni-contact-us .description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff;
}

.wpcf7 .cf7-affiliate-home-01 .description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff;
}

/*----------  Contact form university  ----------*/
.wpcf7-form .cf7-header-uni-course-list {
  width: 100%;
  display: table;
}

.wpcf7-form .cf7-header-uni-course-list > * {
  display: table-cell;
  vertical-align: middle;
}

.wpcf7-form .cf7-header-uni-course-list .icons {
  width: 70px;
  color: #fff;
  padding: 0px 12px;
  font-size: 36px;
  text-align: center;
  background-color: #8dd64f;
}

.wpcf7-form .cf7-header-uni-course-list .cf7-phone-number {
  padding: 8px 20px;
  background-color: #f3f3f3;
}

.wpcf7-form .cf7-header-uni-course-list .cf7-phone-number h4 {
  margin: 4px 0 0;
  color: #20203b;
}

.wpcf7-form .cf7-uni-course-list {
  padding: 30px 30px 40px 30px;
}

.wpcf7-form .cf7-uni-course-list h4 {
  color: #fff;
  margin-top: 0;
}

.wpcf7-form .cf7-uni-course-list .cf7-form-control .cf7-edu-select:after {
  color: #333146;
  font-weight: 700;
  font-size: 16px;
}

.wpcf7-form .cf7-uni-course-list .cf7-form-control textarea {
  height: 115px;
}

.slz-widget-contact-form .cf7-uni-course-list {
  margin-bottom: 40px;
}

.slz-widget-contact-form .cf7-uni-course-list .cf7-btn-submit {
  width: 100%;
}

.slz-widget-contact-form .cf7-uni-course-list .cf7-btn-submit .slz-btn {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.header-contact-uni {
  font-size: 0;
  display: block;
  width: 100%;
}

.header-contact-uni .phone {
  font-size: 14px;
  width: 70px;
  height: 60px;
  display: inline-block;
  background-color: #de2a26;
}

.header-contact-uni .phone .fa-phone {
  color: #fff;
  font-size: 36px;
  padding: 0 20px;
  line-height: 60px;
}

.header-contact-uni .phone-number {
  width: calc(100% - 70px);
  display: inline-block;
  background-color: #f3f3f3;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  color: #20203b;
  height: 60px;
  vertical-align: bottom;
  padding: 0 15px;
  line-height: 60px;
}

/*--------------  Contact Form Speaker  --------------*/
.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control input,
.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control textarea {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control input::-webkit-input-placeholder,
.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control textarea::-webkit-input-placeholder {
  color: #ddd;
}

.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control input:-ms-input-placeholder,
.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control textarea:-ms-input-placeholder {
  color: #ddd;
}

.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control input::-moz-placeholder,
.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control textarea::-moz-placeholder {
  color: #ddd;
}

.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control input:-moz-placeholder,
.sc-contact-form .wpcf7-form .cf7-style-background .cf7-form-control textarea:-moz-placeholder {
  color: #ddd;
}

.sc-contact-form .wpcf7-form .cf7-instructor-speaker .cf7-btn-submit-wrapper .cf7-btn-submit .slz-btn {
  color: #28313b;
  background-color: #fff;
  font-weight: 700;
}

.sc-contact-form .wpcf7-form .cf7-instructor-speaker .cf7-btn-submit-wrapper .cf7-btn-submit .slz-btn:focus {
  border-color: #fff;
}

.sc-contact-form .wpcf7-form .cf7-one-course.sc_main_title {
  padding: 0 15px;
  margin-bottom: 60px;
}

.sc-contact-form .wpcf7-form .cf7-one-course.sc_main_title .st-newyork .title-wrapper .title {
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-transform: initial;
}

.sc-contact-form .wpcf7-form .cf7-one-course.cf7-style-background {
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

.sc-contact-form .wpcf7-form .cf7-one-course .cf7-form-control {
  padding: 0 15px;
  margin-bottom: 25px;
}

.sc-contact-form .wpcf7-form .cf7-one-course .cf7-btn-submit-wrapper .cf7-btn-submit {
  margin: 25px 15px 0 15px;
}

.sc-contact-form .wpcf7-form .cf7-one-course .cf7-btn-submit-wrapper .cf7-btn-submit input.slz-btn {
  color: #fff;
  background-color: #8dd64f;
}

.sc-contact-form .wpcf7-form .cf7-one-course .cf7-btn-submit-wrapper .cf7-btn-submit .ajax-loader {
  background-color: #8dd64f;
}

.sc-contact-form .wpcf7-form .cf7-one-course + .wpcf7-validation-errors {
  margin: 25px 15px 0 15px;
}

@media screen and (max-width: 375px) {
  .sc-contact-form .wpcf7-form .cf7-one-course.sc_main_title {
    margin-bottom: 30px;
  }
  .sc-contact-form .wpcf7-form .cf7-one-course .cf7-btn-submit-wrapper .cf7-btn-submit {
    margin: 15px 15px 0 15px;
  }
}

/*--------------  Contact Form Speaker  --------------*/
.sc-contact-form .wpcf7-form .form-contact-us .cf7-btn-submit-wrapper .cf7-btn-submit {
  min-width: 200px;
  padding: 0 15px;
  text-align: left;
}

.sc-contact-form .wpcf7-form .form-contact-us .cf7-btn-submit-wrapper input.slz-btn {
  width: auto;
}

.wpcf7 .form-contact-us .cf7-form-control {
  margin-bottom: 20px;
}

.wpcf7 .form-contact-us .cf7-form-control input,
.wpcf7 .form-contact-us .cf7-form-control textarea,
.wpcf7 .form-contact-us .cf7-form-control select {
  border: 2px solid #dadfea;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wpcf7 .form-contact-us .cf7-form-control input:focus,
.wpcf7 .form-contact-us .cf7-form-control textarea:focus,
.wpcf7 .form-contact-us .cf7-form-control select:focus {
  border-color: #8dd64f;
}

.wpcf7 .form-contact-us .cf7-form-control .cf7-input-50 {
  padding-left: 0;
  padding-right: 10px;
  margin-bottom: 0;
}

.wpcf7 .form-contact-us .cf7-form-control .cf7-input-50 + .cf7-input-50 {
  padding-right: 0;
  padding-left: 10px;
}

.form-contact-us .main-title {
  margin-bottom: 60px;
  padding: 0 15px;
}

.form-contact-us .title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.4px;
  text-align: left;
  color: #28313b;
  margin-bottom: 12px;
}

.form-contact-us .desc {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.2px;
  text-align: left;
  color: #233142;
}

/*----------  Contact Form one niche design  ----------*/
.cf7-form-control.cf7-input-33 {
  width: calc(100% / 3);
}

.wpcf7 .cf-one-niche-design .cf7-btn-submit-wrapper .cf7-btn-submit {
  min-width: 343px;
}

.wpcf7 .cf-one-niche-design {
  margin-top: 60px;
}

.wpcf7 .cf-one-niche-design .cf7-btn-submit-wrapper.margin-top-10 {
  margin-top: 0;
}

.wpcf7 .cf-one-niche-design .cf7-form-control textarea {
  height: 178px;
}

/*----------  Contact Form one niche software  ----------*/
.wpcf7 .cf-one-niche-software .cf7-form-control textarea {
  height: 146px;
}

.wpcf7 .cf-one-niche-software {
  margin-top: 30px;
}

.wpcf7 .cf-one-niche-software .cf7-btn-submit-wrapper.margin-top-10 {
  margin-top: 0;
}

.wpcf7 .cf-one-niche-software .cf7-btn-submit-wrapper .cf7-btn-submit {
  min-width: 100%;
}

.wpcf7 .cf-one-niche-software .cf7-btn-submit-wrapper .cf7-btn-submit .slz-btn,
.wpcf7 .cf-one-niche-software .cf7-btn-submit-wrapper .cf7-btn-submit .ajax-loader {
  background-color: #00ae50;
}

/*----------  Contact Form Language School Home 01  ----------*/
/*----------  Contact Form Language School Home 03  ----------*/
/*----------  Contact Form Design School Overview  ----------*/
.wpcf7 .cf7-Design-School-Overview .cf7-form-control textarea {
  height: 100px;
}

/*----------  Contact Form Design School Info  ----------*/
.wpcf7 .cf7-small-spacing-20.cf7-Design-School-Request-Info .cf7-form-control.cf7-form-message {
  margin-bottom: 30px;
}

.wpcf7 .cf7-small-spacing-20.cf7-Design-School-Request-Info .cf7-form-control textarea {
  height: 100px;
}

/*----------  Contact Form Design School Howtoapply  ----------*/
.wpcf7 .cf7-small-spacing-20.cf7-Design-School-Howtoapply .cf7-form-control.cf7-form-message {
  margin-bottom: 30px;
}

.wpcf7 .cf7-small-spacing-20.cf7-Design-School-Howtoapply .cf7-form-control textarea {
  height: 100px;
}

/*----------  Contact Form One Course Home 01  ----------*/
.sc-contact-form .wpcf7-form .cf7-one-course.cf7-one-course-home-1 .cf7-btn-submit-wrapper .cf7-btn-submit {
  margin: 20px 0 0 0;
  width: calc(100% - 30px);
}

.sc-contact-form .wpcf7-form .cf7-one-course.cf7-one-course-home-1 .cf7-btn-submit-wrapper .cf7-btn-submit input.slz-btn {
  height: 58px;
}

.wpcf7 .cf7-small-spacing-20.cf7-Design-School-Howtoapply .cf7-form-control.cf7-form-message {
  margin-bottom: 30px;
}

.wpcf7 .cf7-small-spacing-20.cf7-Design-School-Howtoapply .cf7-form-control textarea {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .form-contact-us .main-title {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 600px) {
  .form-contact-us .main-title {
    margin-bottom: 30px;
  }
  .form-contact-us .title {
    margin-bottom: 8px;
  }
  .wpcf7 .form-contact-us .cf7-form-control .cf7-input-50 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .wpcf7 .form-contact-us .cf7-form-control .cf7-input-50 + .cf7-input-50 {
    margin-bottom: 0;
    padding: 0;
  }
}

.test-cf7-upload .alignleft {
  float: left;
}

.test-cf7-upload .alignright {
  float: right;
}

.test-cf7-upload .wpcf7-submit {
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #8fc33a;
  background-color: #8fc33a !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 17px !important;
  padding: 0 20px !important;
}

.test-cf7-upload .wpcf7-submit:hover {
  background-color: #8fc33a;
}

.test-cf7-upload .wpcf7-file {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 5em;
  height: 45px;
  width: 130px;
}

.test-cf7-upload .btn-block {
  display: block;
  width: 100%;
}

.test-cf7-upload .fileUpload {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  height: 45px;
  background-color: #f3725f;
  color: #fff;
}

.test-cf7-upload input[type="file"] {
  -webkit-appearance: initial;
  background-color: initial;
  padding: initial;
  border: initial;
  margin-top: -32px;
  width: 152px;
}

/*==========================================
=               n. Responsive              =
==========================================*/
@media screen and (max-width: 600px) {
  .cf7-form-control.cf7-input-33 {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .wpcf7 .cf7-contact-us .cf7-btn-submit-wrapper .cf7-btn-submit {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .wpcf7 .cf7-form-control.cf7-input-50 {
    width: 100%;
  }
  .wpcf7-form .cf7-uni-course-list {
    padding: 30px 20px 30px 20px;
  }
}

/*=====  End of 16. Contact Form 7  ======*/
.service-detail-wrapper .slz-image-carousel .block-image:before {
  padding-top: 67%;
}

.slz-blog-detail.layout-1 .blog-detail-wrapper > .block-image img,
.slz-blog-detail.layout-1 .blog-detail-wrapper > .wrapper-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.slz-gallery-format.slz-image-carousel .btn .icons {
  color: #fff;
}

.service-detail-wrapper .slz-image-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
}

.service-detail-wrapper .slz-image-carousel .slick-dots li button:before {
  font-size: 12px;
  border: solid 1px #d8d8d8;
  color: transparent;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 12px;
  height: 12px;
}

.service-detail-wrapper .slz-image-carousel .slick-dots li.slick-active button:before {
  border-color: #8dd64f;
  background-color: #8dd64f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.slz-blog-detail .slz-related-post .related-title {
  margin-bottom: 25px;
}

.slz-block-item-01 .block-info {
  margin-top: -2px;
  line-height: 0;
}

.slz-blog-detail .slz-related-post {
  margin-top: 70px;
}
