<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900|Abril+Fatface");

/*****************************
00 - Base - Global
*****************************/
html {
  height: 100%;
  font-size: 62.5%;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 93.6875em) {
  html {
    font-size: 56.25%;
    font-family: 'Oswald', sans-serif;
  }
}

@media (max-width: 74.9375em) {
  html {
    font-size: 50%;
    font-family: 'Oswald', sans-serif;
  }
}

@media (max-width: 61.94em) {
  html {
    font-size: 43.75%;
    font-family: 'Oswald', sans-serif;
  }
}

@media (max-width: 47.94em) {
  html {
    font-size: 37.5%;
    font-family: 'Oswald', sans-serif;
  }
}

body {
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 93.6875em) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 61.94em) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.25;
  }
}

@media (max-width: 47.94em) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 10px;
  }
}

@media (max-width: 74.9375em) {

  h1,
  .h1 {
    font-size: 30px;
  }
}

@media (max-width: 74.9375em) {

  h2,
  .h2 {
    font-size: 24px;
  }
}

@media (max-width: 74.9375em) {

  h3,
  .h3 {
    font-size: 20px;
  }
}

@media (max-width: 74.9375em) {

  h4,
  .h4 {
    font-size: 18px;
  }
}

@media (max-width: 74.9375em) {

  h5,
  .h5 {
    font-size: 16px;
  }
}

@media (max-width: 47.94em) {
  p {
    margin: 0 0 10px;
  }
}

p:last-child {
  margin-bottom: 0;
}

p:only-child {
  margin-bottom: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote:only-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: bold;
}

a {
  color: inherit;
  font-family: 'Oswald', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a,
button {
  cursor: pointer;
}

a:hover {
  color: #000;
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
select,
textarea,
.slick-slide {
  outline: none;
}

/*****************************
01 - Base - Typography
*****************************/
.heading__primary {
  font-size: 5rem;
  line-height: 1;
  color: #fff;
}

@media (max-width: 61.94em) {
  .heading__primary {
    font-size: 4.2rem;
  }
}

.heading__secondary {
  font-size: 40px;
  padding-bottom: 20px;
}

@media (max-width: 61.94em) {
  .heading__secondary {
    font-size: 35px;
  }
}

@media (max-width: 47.94em) {
  .heading__secondary {
    font-size: 30px;
  }
}

.heading__secondary:after {
  width: 35px;
  height: 5px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

.heading__secondary--sub {
  color: #979797;
}

.lh-pt7 {
  line-height: 55px;
}

.lh-1 {
  line-height: 1;
}

/*****************************
02 - Utilities - Helper
*****************************/
@media (min-width: 75em) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}

@media (max-width: 93.6875em) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hide-in-default {
  display: none;
}

.item-overlay {
  left: 0;
  top: 0;
  width: 5%;
  height: 5%;
  background-color: rgba(255, 81, 81, 0.5);
}

.full-height {
  height: 100vh;
}

.ov-hidden {
  overflow: hidden;
}

.line-height-1 {
  line-height: 1;
}

@media (max-width: 47.94em) {
  .h-sm-auto {
    height: auto !important;
  }
}

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.border-top,
.border-bottom,
.border-left,
.border-right {
  border-color: #e5e5e5 !important;
}

.border-color-2 {
  border-color: #585858;
}

.bl-widget.post .inner .post-list,
.blog__title,
.form__fieldset,
.feature-product__info p,
.feature-product__title,
.variation-form .product-color-variations .product-color-variation-btn {
  margin: 0;
}

.nice-select:after {
  margin-top: 0;
}

.ft-product-list .product-info .star-rating,
.product-summary .product-rating .star-rating,
.product-reviews .review__text .star-rating {
  margin-left: 0;
}

.product-summary .product-footer-meta p span {
  margin-right: 0;
}

.product-summary .product-footer-meta p span,
.variation-form .variation-label,
.breadcrumb,
.quantity-label,
.ft-product-list .product-size-swatch-btn,
.ft-product-list .product-color-swatch-btn,
.table,
.payment-info p {
  margin-bottom: 0;
}

.breadcrumb,
.bl-widget.post .inner .post-list,
.slick-dots li,
.slick-dots li button,
.newsletter-form__btn,
.searchform__submit {
  padding: 0;
}

.form__input.nice-select,
.ft-product-list .product-info,
.shop-toolbar .nice-select {
  padding-left: 0;
}

.shop-toolbar .nice-select {
  padding-right: 0;
}

.bl-widget.author {
  padding-bottom: 0;
}

.item-overlay,
.hamburger-icon span,
.breadcrumb li:not(:last-child):after,
.star-rating:before,
.star-rating span,
.star-rating span:before,
.quantity .qtybutton,
.footer-widget .taglist a:not(:last-child):after,
.banner__info,
.banner__link,
.single-post__info blockquote:before,
.btn-close,
.slick-btn,
.comment-avatar,
.newsletter-form__btn,
.searchform__submit,
.cart-form .coupon .cart-form__btn,
.mini-cart__close,
.mini-cart__product-remove,
.product-modal .close,
.offcanvas-menu-wrapper .btn-close,
.offcanvas-navigation .offcanvas-menu li&gt;.menu-expand,
.product-badge,
.product-overlay,
.product-size-swatch,
.product-color-swatch,
.ft-product .product-action,
.ft-product-list .product-thumbnail-action,
.best-sale-product__top-image,
.product-gallery__actions {
  position: absolute;
}

.heading__secondary:after,
.product-color .action-btn span.current:after,
.product-color-swatch-btn:after,
.page-title-area:after,
.blog__info:before,
.variation-form .product-color-variations .product-color-variation-btn:after,
.variation-form .reset_variations:before,
.tab-style-1 .nav-link:after,
.shop-widget .widget-title:after,
.widget-list.category-list li a:after,
.tagcloud a:after {
  position: absolute;
  content: "";
}

.heading__secondary,
.wrapper,
.scroll-to-top i,
.scroll-to-top i:before,
.hamburger-icon,
.page-title-area,
.breadcrumb li,
.star-rating,
.message-box,
.quantity,
.footer-widget .taglist a,
.banner__inner,
.banner__info--inner,
.blog__media,
.blog__info,
.single-post__info blockquote,
.element-carousel,
.slick-dots,
.slick-dots li,
.comment .single-comment,
.newsletter-form,
.searchform,
.cart-form .coupon,
.mini-cart-wrapper,
.mini-cart__product,
.offcanvas-navigation .offcanvas-menu&gt;li&gt;a span,
.offcanvas-navigation .offcanvas-menu li,
.product-inner,
.product-image,
.product-size,
.product-color,
.product-color-swatch-btn,
.ft-product .product-action-list .action-btn,
.ft-product-list .product-image,
.ft-product-list .product-size-swatch,
.ft-product-list .product-color-swatch,
.best-sale-product,
.product-summary .product-large-image,
.variation-form .product-color-variations .product-color-variation-btn,
.variation-form .reset_variations,
.homepage-slider,
.tab-style-1 .nav-link,
.tab-style-1 .nav-text,
.shop-widget .widget-title,
.widget-list li a,
.tagcloud a,
.checkout-title h2,
.product-gallery__large-image,
.product-gallery__image {
  position: relative;
  color: #000;
}

.slick-vertical-center .slick-btn,
.slick-horizontal-center .slick-btn,
.searchform__submit {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.single-post__info blockquote:before,
.slick-center-bottom .slick-btn,
.tab-style-1 .nav-link:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.banner__link,
.product-overlay,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn:after,
.scroll-to-top i:before,
.page-title-area:after,
.comment-avatar {
  left: 0;
  top: 0;
}

.heading__secondary:after,
.global-overlay,
.scroll-to-top i:after,
.star-rating:before,
.star-rating span,
.star-rating span:before,
.banner-info-left-center .banner__info,
.slick-vertical-center .slick-prev,
.slick-horizontal-center .slick-prev,
.offcanvas-menu-wrapper.open .offcanvas-menu-inner,
.product-badge,
.shop-widget .widget-title:after {
  left: 0;
}

.breadcrumb li:not(:last-child):after,
.footer-widget .taglist a:not(:last-child):after,
.banner-info-right-center .banner__info,
.slick-vertical-center .slick-next,
.slick-horizontal-center .slick-next,
.newsletter-form__btn,
.searchform--2 .searchform__submit,
.nice-select:after,
.cart-form .coupon .cart-form__btn,
.mini-cart,
.offcanvas-navigation .offcanvas-menu li&gt;.menu-expand,
.variation-form .reset_variations:before,
.tagcloud a:after {
  right: 0;
}

.global-overlay,
.breadcrumb li:not(:last-child):after,
.star-rating:before,
.star-rating span,
.star-rating span:before,
.quantity .qtybutton,
.footer-widget .taglist a:not(:last-child):after,
.banner__info,
.banner-info-top .banner__info,
.newsletter-form__btn,
.searchform--2 .searchform__submit,
.nice-select:after,
.cart-form .coupon .cart-form__btn,
.mini-cart,
.offcanvas-menu-wrapper .offcanvas-menu-inner,
.product-badge,
.best-sale-product__top-image,
.tagcloud a:after {
  top: 0;
}

.heading__secondary:after,
.slick-center-bottom .slick-btn,
.mini-cart,
.shop-widget .widget-title:after {
  bottom: 0;
}

a,
button,
.item-overlay,
.global-overlay,
.pagination li .page-number,
.scroll-to-top i:before,
.btn,
.slick-dots li,
.slick-dots li button,
.related-post-carousel .slick-slide.last-active,
.searchform__input,
.product-modal .close,
.custom-close i,
.searchform__body,
.offcanvas-menu-wrapper .offcanvas-menu-inner,
.offcanvas-navigation .offcanvas-menu li&gt;.menu-expand,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.item-overlay,
.global-overlay,
.mini-cart,
.modal,
.searchform__popup,
.offcanvas-menu-wrapper .offcanvas-menu-inner,
.product-size-swatch,
.product-size-swatch-btn,
.product-color-swatch,
.product-color-swatch-btn,
.ft-product-list .product-thumbnail-action,
.tab-style-1 .nav-link:after {
  visibility: hidden;
  opacity: 0;
}

.global-overlay.overlay-open,
.blog__inner:hover .item-overlay,
.mini-cart.open,
.modal.show,
.searchform__popup.open,
.offcanvas-menu-wrapper.open .offcanvas-menu-inner,
.product-size:hover .product-size-swatch,
.product-size:hover .product-size-swatch-btn,
.product-color:hover .product-color-swatch,
.product-color:hover .product-color-swatch-btn,
.ft-product-list .product-size-swatch,
.ft-product-list .product-color-swatch,
.ft-product-list .product-size-swatch-btn,
.ft-product-list .product-color-swatch-btn,
.ft-product-list:hover .product-thumbnail-action,
.tab-style-1 .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}

.scroll-to-top i:after {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1;
}

.body-open,
.scroll-to-top,
.star-rating,
.star-rating span,
.blog__media,
.mini-cart-inner,
.mini-cart__product-remove,
.variation-form .product-color-variations .product-color-variation,
.variation-form .product-size-variations .product-size-variation,
.tab-style-1 .nav-tabs {
  overflow: hidden;
}

.hamburger-icon,
.quantity .qtybutton,
.slick-dots li,
.slick-dots li button,
.slick-btn,
.searchform__submit,
.offcanvas-navigation .offcanvas-menu li&gt;.menu-expand,
.product-size-swatch-btn,
.product-color-swatch-btn,
.variation-form .product-color-variations .product-color-variation-btn {
  cursor: pointer;
}

.tab-style-1 .nav-tabs,
.tab-style-1 .nav-link {
  border-width: 0 0 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
}

.tab-style-1 .nav-text {
  border-style: solid;
  border-color: transparent;
  display: inline-block;
}

.cart-calculator__item--head,
.cart-calculator__item--value {
  padding-top: 5px;
  padding-bottom: 15px;
  vertical-align: top;
  text-transform: capitalize;
  letter-spacing: 0;
}

.product-size-swatch-btn,
.product-color-swatch-btn {
  width: 60px;
  height: 45px;
}

@media (max-width: 93.6875em) {

  .product-size-swatch-btn,
  .product-color-swatch-btn {
    width: 52px;
  }
}

@media (max-width: 61.94em) {

  .product-size-swatch-btn,
  .product-color-swatch-btn {
    width: 50px;
    height: 40px;
  }
}

.product-summary .product-footer-meta p span,
.variation-form .variation-label {
  margin-right: 20px;
}

.product-color .action-btn span.current:after,
.product-color-swatch-btn:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.product-size-swatch-btn,
.product-color-swatch-btn {
  transition-property: opacity, transform;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.product-size-swatch-btn:nth-child(1),
.product-color-swatch-btn:nth-child(1) {
  transition-delay: 50ms;
}

.product-size-swatch-btn:nth-child(2),
.product-color-swatch-btn:nth-child(2) {
  transition-delay: 100ms;
}

.product-size-swatch-btn:nth-child(3),
.product-color-swatch-btn:nth-child(3) {
  transition-delay: 150ms;
}

.product-size-swatch-btn:nth-child(4),
.product-color-swatch-btn:nth-child(4) {
  transition-delay: 200ms;
}

.border-radius,
.btn,
.comment-info,
.form__input,
.icon-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb,
.shop-toolbar .nice-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.bl-widget.author .inner .thumb img,
.action-btn,
.comment-avatar img,
.variation-form .product-color-variations .product-color-variation-btn:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.quantity-input,
.bl-widget,
.form__input,
.form__fieldset,
.searchform--2 .searchform__input,
.product-summary .product-navigation a,
.variation-form .product-size-variations .product-size-variation-btn {
  border: 1px solid #e5e5e5;
}

.bl-widget.author .inner .info .autor-meta span+span {
  border-left: 1px solid #e5e5e5;
}

.bl-widget.author .inner .info .autor-meta,
.cart-calculator__item.order-total {
  border-top: 1px solid #e5e5e5;
}

.single-post__header {
  border-bottom: 1px solid #e5e5e5;
}

.product-size-swatch-btn,
.product-color-swatch-btn,
.slick-dots li button,
.form__legend,
.newsletter-form__btn,
.searchform__input,
.searchform__submit,
.searchform--2 .searchform__submit,
.nice-select:after,
.cart-form__input,
.cart-form__btn,
.tab-style-1 .nav-text,
.shop-toolbar .nice-select {
  border: none;
}

.pagination li .page-number.current,
.pagination li .page-number:hover,
.comment-info,
.newsletter-form__input,
.searchform__input,
.table.compare-table tbody th,
.table.compare-table tbody td {
  border-color: #e5e5e5;
}

.pagination li .page-number,
.comment-info,
.newsletter-form__input,
.searchform__input,
.variation-form .product-color-variations .product-color-variation-btn {
  border-style: solid;
}

.pagination li .page-number,
.newsletter-form__input,
.variation-form .product-color-variations .product-color-variation-btn {
  border-width: 1px;
}

.comment-info,
.searchform__input {
  border-width: 2px;
}

/*-- Font --*/
.social__link,
.slick-btn i,
.comment-title,
.comment-reply-title,
.mini-cart__heading,
.product-summary .product-price-wrapper span {
  font-size: 24px;
}

.footer-widget .widget-title,
.blog__title,
.related-post__title,
.btn,
.mini-cart__product-title,
.product-price-wrapper .new-price .money,
.product-summary .product-navigation a,
.slider-content__text p,
.table.compare-table tbody .remove a,
.group-product-table tbody td.product-price .product-price-wrapper&gt;span.product-price-old span,
.group-product-table tbody td.product-price .product-price-wrapper&gt;span.product-price-new span,
.tab-style-1 .nav-link,
.terms-condition-label a {
  font-size: 18px;
}

.footer-widget .taglist a:not(:last-child):after,
.searchform--2 .searchform__submit,
.nice-select .current,
.nice-select:after,
.product-title,
.product-price-wrapper .money,
.shop-widget .widget-title {
  font-size: 16px;
}

.star-rating,
.quantity-label,
.quantity-input,
.footer-widget .footer-menu li a,
.footer-widget .taglist span,
.footer-widget .taglist a,
.bl-widget.author .inner .info .autor-meta span,
.banner__text-1,
.banner__btn,
.blog__meta .posted-on,
.blog__meta .posted-by,
.read-more-btn,
.comment-author,
.comment-date,
.comment-reply-link,
.form__label,
.newsletter-form__input,
.searchform--2 .searchform__input,
.review-form-wrapper .rating i,
.cart-form__btn,
.offcanvas-navigation .offcanvas-menu li a,
.product-price-wrapper .old-price .money,
.product-short-description,
.product-description p,
.product-description__heading,
.product-description ul li,
.ft-product .product-inner .add-to-cart,
.feature-product__btn,
.product-summary .product-footer-meta p a,
.variation-form .product-size-variations .product-size-variation-btn,
.table tbody td.product-total-price .product-price-wrapper&gt;span,
.table.compare-table tbody th,
.table.compare-table tbody td,
.table.compare-table tbody .product-name,
.table-style-2 thead th,
.table.shop_attributes th,
.table.shop_attributes td,
.group-product-table tbody td.product-name h3,
.group-product-table tbody td.product-price .product-price-wrapper&gt;span,
.widget-color a,
.tagcloud a,
.cart-calculator__item--head {
  font-size: 17px;
}

.tooltip-inner,
.bl-widget.author .inner .info .degne,
.bl-widget.post .inner .post-list li a,
.single-post__meta .posted-by span,
.table thead th,
.table th {
  font-size: 13px;
}

.form__notes,
.form__legend,
.cart-form__input,
.product-badge,
.payment-info p,
.product-reviews .review__published-date {
  font-size: 12px;
}

.footer-widget .taglist span,
.banner__title-1,
.comment-reply-link,
.review-form-wrapper .reply-title,
.cart-form__btn,
.product-description__heading,
.table.compare-table tbody th,
.cart-calculator__item--head {
  font-weight: 700;
}

.heading__primary,
.product-summary .product-footer-meta p span,
.variation-form .variation-label,
.quantity-label,
.quantity .qtybutton,
.product-price-wrapper .new-price .money,
.variation-form .product-size-variations .product-size-variation-btn,
.table tbody td.product-total-price .product-price-wrapper&gt;span {
  font-weight: 600;
}

.quantity,
.footer-widget .widget-title,
.single-post__info blockquote,
.related-post__title,
.form__label,
.mini-cart__heading,
.mini-cart__product-title,
.product-price-wrapper .money,
.feature-product__title,
.feature-product__btn,
.best-sale-product__heading--sub,
.group-product-table tbody td.product-name h3,
.shop-widget .widget-title,
.terms-condition-label a {
  font-weight: 500;
}

.single-post__title,
.searchform__input,
.offcanvas-navigation .offcanvas-menu li a,
.product-title,
.product-summary .product-title,
.table thead th,
.table th,
.table.shop_attributes th,
.cart-calculator__item--value .product-price-wrapper&gt;span,
.product-reviews .review__title {
  font-weight: 400;
}

.heading__secondary--sub,
.footer-widget .taglist a,
.btn,
.product-price-wrapper .old-price .money,
.slider-content__text p {
  font-weight: 300;
}

.single-post__meta .posted-by span,
.comment-date {
  font-style: italic;
}

.footer-widget .widget-title,
.footer-widget .footer-menu li,
.footer-widget .taglist a:not(:last-child):after,
.product-slide-nav .slick-btn,
.mini-cart__close .btn-close,
.mini-cart__close .btn-close i,
.mini-cart__product-remove,
.feature-product__info p,
.product-summary .product-title,
.shop-widget .widget-title,
.tagcloud a {
  line-height: 1;
}

.page-title,
.message-box,
.product-slide-nav .slick-btn,
.form__legend {
  width: auto;
}

.product-slide-nav .slick-btn {
  height: auto;
}

.banner__link,
.product-overlay,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn:after,
.global-overlay,
.hamburger-icon,
.page-title-area:after,
.quantity-input,
.banner__image img,
.blog__inner:hover .item-overlay,
.slick-dots li button,
.form__input,
.newsletter-form__input,
.searchform__input,
.searchform--2,
.searchform--2 .searchform__input,
.cart-form__input,
.product-image--holder img,
.group-product-table tr,
.tab-style-1 .nav-link:after,
.product-gallery__nav-image--single img,
.product-gallery__large-image img {
  width: 100%;
}

.banner__link,
.product-overlay,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn:after,
.global-overlay,
.hamburger-icon,
.page-title-area:after,
.quantity-input,
.quantity .qtybutton,
.banner__info,
.banner.h-100 .banner__inner,
.banner.h-100 .banner__image,
.banner.h-100 .banner__image img,
.blog__inner:hover .item-overlay,
.slick-dots li button,
.nice-select:after,
.mini-cart-inner,
.offcanvas-navigation,
.tagcloud a:after {
  height: 100%;
}

.scroll-to-top i:before,
.scroll-to-top i:after {
  width: inherit;
}

.scroll-to-top i:before,
.scroll-to-top i:after {
  height: inherit;
}

.searchform__input {
  max-width: 100%;
}

.bl-widget.post,
.form__output,
.searchform--2 .searchform__input,
.ft-product-list .product-info {
  text-align: left;
}

.product-size-swatch-btn,
.product-color-swatch-btn,
.scroll-to-top,
.quantity-input,
.quantity .qtybutton,
.footer-widget .taglist,
.bl-widget.author .inner,
.single-post__info blockquote,
.action-btn,
.slick-dots,
.slick-btn,
.searchform__input,
.nice-select:after,
.offcanvas-navigation .offcanvas-menu li&gt;.menu-expand,
.best-sale-product__img,
.product-summary .product-navigation a,
.variation-form .product-size-variations .product-size-variation-btn,
.table.compare-table tbody td {
  text-align: center;
}

.heading__primary,
.footer-widget .widget-title,
.bl-widget.post .inner .post-list li a,
.banner__btn,
.blog__title,
.btn,
.review-form-wrapper .reply-title,
.feature-product__btn,
.table thead th,
.table th,
.table.compare-table tbody th,
.shop-widget .widget-title,
.payment-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

.product-summary .product-footer-meta p span,
.variation-form .variation-label,
.offcanvas-navigation .offcanvas-menu li a,
.table-style-2 thead th,
.tab-style-1 .nav-link {
  text-transform: capitalize;
}

.table.shop_attributes th,
.table.shop_attributes td {
  text-transform: none;
}

.banner__btn,
.banner__btn:hover,
.read-more-btn,
.read-more-btn:hover,
.group-product-table tbody td.product-price .product-price-wrapper&gt;span.product-price-new,
.user-dashboard-tab__content p a:hover,
.terms-condition-label a:hover {
  text-decoration: underline;
}

.product-price-wrapper .old-price .money {
  text-decoration: line-through;
}

.heading__secondary--main,
.heading__secondary--sub,
.pagination li .page-number,
.scroll-to-top,
.hamburger-icon,
.hamburger-icon span,
.star-rating,
.bl-widget.author .inner .info .autor-meta span strong,
.bl-widget.post .inner .post-list li a,
.single-post__meta .posted-by span,
.btn-close,
.slick-dots li button,
.searchform__submit,
.searchform__submit i,
.nice-select .current,
.mini-cart__close .btn-close,
.mini-cart__product-title,
.offcanvas-menu-wrapper .btn-close,
.offcanvas-navigation .offcanvas-menu li a,
.ft-product .product-action a,
.best-sale-product__heading--main,
.best-sale-product__heading--sub,
.variation-form .product-color-variations .product-color-variation-btn,
.group-product-table tbody td.product-price .product-price-wrapper&gt;span.product-price-old,
.user-dashboard-tab__head .nav-link,
.cart-calculator__item--value&gt;span,
.cart-calculator__item--value&gt;a,
.checkout-title h2:after,
.product-reviews .review__title {
  display: block;
}

.product-size-swatch-btn,
.product-color-swatch-btn,
.pagination li .dot,
.social__link,
.bl-widget.author .inner .info .autor-meta span,
.btn,
.action-btn,
.slick-dots li,
.form__legend,
.searchform--2 .searchform__submit,
.icon-box,
.product-badge,
.product-price-wrapper .money,
.product-color .action-btn span.current,
.product-summary .product-navigation a,
.product-summary .product-price-wrapper span,
.variation-form .variation a,
.widget-color a,
.tagcloud a {
  display: inline-block;
}

.scroll-to-top i:before,
.scroll-to-top i:after,
.action-btn i,
.slick-btn i,
.form__legend {
  line-height: inherit;
}

.action-btn i {
  font-size: inherit;
}

.two-column-list,
.message-box,
.related-post__inner,
.searchform--2 .searchform,
.mini-cart__product,
.offcanvas-navigation,
.ft-product-list .product-inner,
.user-dashboard-tab,
.cart-calculator__item,
.product-gallery.vertical-slide-nav,
.product-reviews .review__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination,
.breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.message-box,
.single-post__header-meta,
.comment-meta,
.mini-cart__total,
.product-info-bottom,
.feature-product__inner,
.widget-list li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.user-dashboard-tab {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.message-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.two-column-list,
.ft-product-list .product-inner,
.feature-product__inner,
.best-sale-product__inner,
.cart-calculator__item,
.product-gallery.vertical-slide-nav,
.product-reviews .review__container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchform__body,
.offcanvas-navigation,
.shipping-method {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.searchform__body,
.ft-product-list .product-thumbnail-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.banner-info-right-center .banner__info,
.banner-info-left-center .banner__info,
.single-post__header-meta,
.comment-meta,
.mini-cart__total,
.product-info-bottom,
.ft-product-list .product-size,
.ft-product-list .product-color,
.feature-product__inner,
.best-sale-product__inner,
.widget-list li a,
.shipping-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/*-- Background Styles --*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.bg-cover {
  background-size: cover;
}

.bg-100 {
  background-size: 100% 100%;
}

.bg-contain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-center-top {
  background-position: center top;
}

.bg-center-bottom {
  background-position: center bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-position-50-200p {
  background-position: 50% 200px;
}

@media (max-width: 47.94em) {
  .bg-sm-padding {
    padding-top: 50%;
  }
}

.two-column-list&gt;* {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 47.94em) {
  .sm-one-column&gt;* {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.max-width--1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/*****************************
03 - Utilities - Common
*****************************/
/*-- Global Overlay --*/
.global-overlay {
  position: fixed;
  background-color: rgba(41, 35, 35, 0.7);
  z-index: 1000;
}

/*-- Pagination --*/
.pagination li:not(:last-child) {
  margin-right: 20px;
}

.pagination li .page-number {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-color: transparent;
}

.pagination li .dot {
  width: 5px;
  height: 5px;
  line-height: 5px;
}

/*-- Tooltip --*/
.tooltip {
  margin-bottom: 5px;
}

@media (max-width: 47.94em) {
  .tooltip {
    display: none;
  }
}

.tooltip:hover {
  display: none;
}

.tooltip-inner {
  padding: 3px 10px;
}

.tooltip .arrow:before,
.tooltip .arrow:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
}

/*-- Google Map --*/
#google-map {
  height: 350px;
}

/*-- Mailchimp Alerts --*/
.mailchimp-alerts div:not(:empty) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mailchimp-alerts .mailchimp-error {
  color: #ff0606;
}

.mailchimp-alerts .mailchimp-success {
  color: #4cbb6c;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 150px;
  z-index: 999;
  font-size: 20px;
  background-color: #292323;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top i:after {
  content: '\f106';
  top: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*-- Hamburger Icon --*/
.hamburger-icon {
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger-icon span {
  height: 2px;
  width: 50%;
  background: #373737;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 3px 3px 0;
}

.hamburger-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 3px 0 0 3px;
}

.hamburger-icon span:nth-child(1),
.hamburger-icon span:nth-child(2) {
  top: 6px;
}

.hamburger-icon span:nth-child(3),
.hamburger-icon span:nth-child(4) {
  top: 16px;
}

.hamburger-icon span:nth-child(5),
.hamburger-icon span:nth-child(6) {
  top: 25px;
}

.hamburger-icon.open span:nth-child(1),
.hamburger-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(2),
.hamburger-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(1) {
  left: 5px;
  top: 10px;
}

.hamburger-icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 10px;
}

.hamburger-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.hamburger-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.hamburger-icon.open span:nth-child(5) {
  left: 5px;
  top: 19px;
}

.hamburger-icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 19px;
}

/*-- Breadcrumb --*/
.page-title {
  font-size: 36px;
  line-height: 1.2;
}

.page-title-area:after {
  background: #022f70;
  border-top: solid 20px #8cc13e;
  border-bottom: solid 20px #8cc13e;
  z-index: 1;
}

.page-title-area-2 {
  height: 60rem;
}

.page-title-area * {
  z-index: 4;
}

@media (max-width: 47.94em) {
  .page-title {
    font-size: 22px;
  }
}

@media (max-width: 35.94em) {
  .page-title {
    margin-bottom: 10px;
  }
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
}

.breadcrumb li:not(:last-child):after {
  content: '/';
}

/*-- Preloader --*/
.ft-preloader {
  display: none;
}

.ft-preloader.active {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background: white;
  display: block;
}

.ft-preloader .ft-child {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  -moz-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  -ms-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  -o-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
}

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

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

/*-- Rating --*/
.star-rating {
  margin-left: auto;
  margin-right: auto;
  height: 14px;
  line-height: 14px;
  letter-spacing: 5px;
  width: 90px;
  font-family: 'Oswald', sans-serif;
  direction: ltr;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a;
}

.star-rating:before {
  content: "\f318\f318\f318\f318\f318";
  float: left;
}

.star-rating span {
  color: #373737;
  float: left;
  padding-top: 15px;
  height: 0;
}

.star-rating span:before {
  content: "\f318\f318\f318\f318\f318";
}

.star-rating.star-five span {
  width: 100%;
}

.star-rating.star-four span {
  width: 80%;
}

.star-rating.star-four-half span {
  width: 90%;
}

.star-rating.star-three span {
  width: 60%;
}

.star-rating.star-three-half span {
  width: 70%;
}

.star-rating.star-two span {
  width: 40%;
}

.star-rating.star-two-half span {
  width: 50%;
}

.star-rating.star-one span {
  width: 20%;
}

.star-rating.star-one-half span {
  width: 50%;
}

.star-rating.star-half span {
  width: 10%;
}

/*-- Contact Info --*/
.contact-info p {
  line-height: 1.9;
}

.contact-info p i {
  padding-right: 5px;
}

/*-- Message Box --*/
.message-box {
  background: #f6f6f6;
  padding: 14px 30px;
  word-wrap: break-word;
}

.message-box p {
  display: inherit;
}

.message-box p i {
  font-size: 25px;
  margin-right: 20px;
  color: #4cbb6c;
}

.message-box p {
  margin: 0;
}

.message-box a {
  margin-left: 5px;
}

/*-- Quantity --*/
.quantity {
  font-size: 20px;
  width: 106px;
  height: 43px;
  line-height: 41px;
}

.quantity-label {
  margin-right: 20px;
}

.quantity-input {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.quantity-input::-webkit-input-placeholder {
  color: #292323;
}

.quantity-input:-moz-placeholder {
  color: #292323;
}

.quantity-input::-moz-placeholder {
  color: #292323;
}

.quantity-input:-ms-input-placeholder {
  color: #292323;
}

.quantity .qtybutton {
  line-height: 43px;
  width: 14px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.quantity .qtybutton.inc {
  right: 20px;
}

.quantity .qtybutton.dec {
  left: 20px;
}

/*-- Social --*/
.social__link:not(:last-child) {
  margin-right: 5px;
}

/*-- Error Text --*/
.error h1 {
  font-size: 25rem;
  font-weight: 900;
  letter-spacing: 1rem;
  line-height: 1.1;
  margin-bottom: 30px;
  padding: 0;
}

.error h2 {
  font-size: 25px;
  margin-bottom: 31px;
}

.error p {
  margin-bottom: 36px;
}

@keyframes HTfadeInUp {
  from {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes ft-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ft-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.HTfadeInUp {
  -webkit-animation: HTfadeInUp 0.3s linear 0s;
  -moz-animation: HTfadeInUp 0.3s linear 0s;
  -ms-animation: HTfadeInUp 0.3s linear 0s;
  -o-animation: HTfadeInUp 0.3s linear 0s;
  animation: HTfadeInUp 0.3s linear 0s;
}

/*****************************
10 - Layout - Header
*****************************/
/*-- 10.00 - Header --*/
.header .logo {
  display: block;
}

.header .logo--transparent {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.header .logo--normal {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.header__main-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.header__main-left {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

@media (max-width: 47.94em) {
  .header__main-left {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

.header__main-center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__main-right {
  /*-webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;*/
}

@media (max-width: 47.94em) {
  .header__main-right {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}

.header-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  line-height: 1;
}

.header-toolbar--search-btn {
  margin-right: 50px;
}

@media (max-width: 74.9375em) {
  .header-toolbar--search-btn {
    margin-right: 30px;
  }
}

@media (max-width: 35.94em) {
  .header-toolbar--search-btn {
    margin-right: 20px;
  }
}

@media (max-width: 35.94em) {
  .header-toolbar--search-btn {
    margin-right: 10px;
  }
}

@media (max-width: 61.94em) {
  .header-toolbar--minicart-btn {
    margin-right: 30px;
  }
}

@media (max-width: 35.94em) {
  .header-toolbar--minicart-btn {
    margin-right: 20px;
  }
}

@media (max-width: 35.94em) {
  .header-toolbar--minicart-btn {
    margin-right: 10px;
  }
}

.header-toolbar--minicart-btn .toolbar-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.header-toolbar--minicart-btn .toolbar-btn span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  margin-left: 12px;
}

@media (max-width: 35.94em) {
  .header-toolbar--minicart-btn .toolbar-btn span {
    margin-left: 5px;
  }
}

.header-toolbar--minicart-btn .toolbar-btn span:hover {
  border-color: #000;
}

.header-toolbar__btn {
  font-size: 30px;
}

@media (max-width: 35.94em) {
  .header-toolbar__btn {
    font-size: 25px;
  }
}

.header-toolbar__btn.menu-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 35.94em) {
  .header-toolbar__btn.menu-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/*-- 10.01 - Sticky Header --*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  background-color: #ffffff;
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  -moz-animation: fadeInDown 0.8s ease-in-out;
  -ms-animation: fadeInDown 0.8s ease-in-out;
  -o-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}

.sticky-header .header__top {
  display: none;
}

/*-- 10.02 - Header Site Info --*/
.site-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.site-info.vertical {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.site-info__item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/*****************************
11 - Layout - Footer
*****************************/
@media (max-width: 74.9375em) {
  .footer-widget .widget-title {
    font-size: 15px;
  }
}

.footer-widget .footer-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget .taglist a {
  font-style: italic;
  padding-left: 2px;
}

.footer-widget .taglist a:not(:last-child) {
  padding-right: 8px;
}

.footer-widget .taglist a:not(:last-child):after {
  content: '|';
}

.copyright-text {
  margin-bottom: 0;
}

.copyright-text i {
  color: red;
}

/*****************************
12 - Layout - Sidebar
*****************************/
.bl-widget.author {
  padding: 29px 20px 0;
}

.bl-widget.author .inner .thumb img {
  width: 150px;
  height: 150px;
  margin-bottom: 16px;
}

.bl-widget.author .inner .info .degne {
  color: #a1a1a1;
  font-style: italic;
  margin-bottom: 6px;
}

.bl-widget.author .inner .info .autor-meta {
  margin: 0 -20px;
}

.bl-widget.author .inner .info .autor-meta span {
  color: #222;
  padding: 10px 12px;
}

.bl-widget.author .inner .info .autor-meta span strong {
  color: #5a5c68;
}

.bl-widget.post {
  padding: 20px;
}

.bl-widget.post .inner .post-list {
  list-style: none;
  margin-bottom: -20px;
  margin-top: 30px;
}

.bl-widget.post .inner .post-list li {
  margin-bottom: 20px;
}

.bl-widget.post .inner .post-list li a {
  color: #222;
  line-height: 20px;
  margin-bottom: 6px;
  transition: 0.4s;
}

.bl-widget.post .inner .post-list li a:hover {
  color: #000;
}

.bl-widget.post .inner .post-list li span {
  color: #bab9be;
}

.bl-widget.post .inner .post-list li span i {
  padding-right: 6px;
}

.bl-widget.quote {
  padding: 20px;
}

.bl-widget.quote .inner .post-quote .quote-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bl-widget.quote .inner .post-quote .quote-info i {
  color: #000;
  padding-right: 15px;
  font-size: 22px;
}

.bl-widget.quote .inner .post-quote p {
  font-size: 15px;
  line-height: 1.6;
}

/*****************************
20 - Components - Banner
*****************************/
.banner__info--inner {
  z-index: 2;
}

.banner__info--inner.width-1 {
  width: 245px;
}

.banner__info--inner.width-2 {
  width: 195px;
}

.banner__info--inner.width-3 {
  width: 145px;
}

.banner__title-1 {
  color: #010225;
  font-size: 30px;
  margin-bottom: 10px;
}

@media (max-width: 47.94em) {
  .banner__title-1 {
    font-size: 25px;
  }
}

.banner__text-1 {
  color: #010225;
  line-height: 1.571;
}

.banner__btn {
  color: #010225;
  line-height: 1.571;
}

.banner__link {
  z-index: 1;
}

/*****************************
21 - Components - Blog
*****************************/
/*-- 21.00 - Blog --*/
.blog__inner:hover .blog__media .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog__media {
  margin-bottom: 27px;
}

@media (max-width: 61.94em) {
  .blog__media {
    margin-bottom: 23px;
  }
}

.blog__media img {
  -webkit-transition: all 0.3s 0.25s;
  -moz-transition: all 0.3s 0.25s;
  -ms-transition: all 0.3s 0.25s;
  -o-transition: all 0.3s 0.25s;
  transition: all 0.3s 0.25s;
}

.blog__info {
  padding-left: 70px;
}

@media (max-width: 74.9375em) {
  .blog__info {
    padding-left: 60px;
  }
}

@media (max-width: 35.94em) {
  .blog__info {
    padding-left: 0;
  }
}

.blog__info:before {
  left: 35px;
  top: -56px;
  width: 8px;
  height: 60px;
}

@media (max-width: 74.9375em) {
  .blog__info:before {
    left: 30px;
  }
}

@media (max-width: 35.94em) {
  .blog__info:before {
    display: none;
  }
}

.blog__title {
  line-height: 1.8;
}

@media (max-width: 74.9375em) {
  .blog__title {
    font-size: 16px;
  }
}

.blog__meta {
  margin: 8px 0 14px;
}

.blog__meta .posted-by {
  padding-left: 15px;
}

.blog__desc {
  margin-bottom: 12px;
}

/*-- 21.01 - Blog Details --*/
.single-post {
  margin-top: -315px;
  border-bottom: 2px solid #e5e5e5;
}

@media (max-width: 61.94em) {
  .single-post {
    margin-top: -250px;
  }
}

@media (max-width: 47.94em) {
  .single-post {
    margin-top: -200px;
  }
}

.single-post__header {
  margin-bottom: 32px;
}

@media (max-width: 47.94em) {
  .single-post__header {
    margin-bottom: 20px;
  }
}

.single-post__title {
  font-size: 45px;
  line-height: 1.222;
  margin-bottom: 38px;
}

@media (max-width: 61.94em) {
  .single-post__title {
    font-size: 35px;
  }
}

@media (max-width: 47.94em) {
  .single-post__title {
    font-size: 30px;
  }
}

.single-post__header-meta {
  padding-top: 12px;
  padding-bottom: 10px;
}

.single-post__info p:not(:last-child) {
  margin-bottom: 35px;
}

@media (max-width: 47.94em) {
  .single-post__info p:not(:last-child) {
    margin-bottom: 25px;
  }
}

.single-post__info blockquote {
  color: #191a1d;
  font-size: 28px;
  padding-top: 19px;
  margin-bottom: 29px;
  line-height: 1.357;
}

@media (max-width: 47.94em) {
  .single-post__info blockquote {
    font-size: 24px;
  }
}

.single-post__info blockquote:before {
  content: '\0022';
  font-family: 'Oswald', sans-serif;
  line-height: 0;
  font-size: 140px;
  color: #191a1d;
  top: 6px;
}

@media (max-width: 47.94em) {
  .single-post__meta {
    margin-bottom: 22px;
  }
}

.single-post__meta .posted-by {
  border-bottom: 2px solid #585858;
  margin-bottom: 26px;
  padding-bottom: 30px;
}

@media (max-width: 47.94em) {
  .single-post__meta .posted-by {
    margin-bottom: 30px;
    padding-bottom: 23px;
  }
}

.single-post__meta .posted-by span {
  line-height: 1.846;
}

@media (max-width: 47.94em) {
  .single-post__meta .posted-by span {
    display: inline-block;
  }
}

.single-post__meta .posted-by span.byline {
  color: #999999;
}

.single-post__meta .posted-by a {
  color: #333333;
}

/*-- 21.02 - Related Post --*/
.related-post__media {
  max-width: 150px;
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.related-post__info {
  max-width: calc(100% - 150px);
  -webkit-flex-basis: calc(100% - 150px);
  -moz-flex-basis: calc(100% - 150px);
  -ms-flex-preferred-size: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
  padding-left: 30px;
}

/*****************************
22 - Components - Button
*****************************/
/*-- 22.00 - Global Button --*/
.btn {
  color: #ffffff;
  background-color: #000;
  padding: 20px 40px;
}

@media (max-width: 74.9375em) {
  .btn {
    padding: 16px 36px;
  }
}

@media (max-width: 61.94em) {
  .btn {
    padding: 12px 30px;
  }
}

@media (max-width: 47.94em) {
  .btn {
    padding: 10px 25px;
  }
}

.btn-size-md {
  padding: 16px 30px;
}

@media (max-width: 74.9375em) {
  .btn-size-md {
    padding: 12px 28px;
  }
}

@media (max-width: 61.94em) {
  .btn-size-md {
    padding: 10px 25px;
  }
}

.btn-size-sm {
  padding: 10px 18px;
  font-size: 14px;
}

.btn-fullwidth {
  display: block;
  width: 100%;
}

.btn-outline:hover {
  color: #fff;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
}

.btn-outline {
  color: #fff;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
}

.btn-white {
  border-color: #ffffff;
}

.btn-shape-round {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

.btn-shape-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.btn-brw-2 {
  border-width: 2px;
}

.btn-brc-primary {
  border-color: #000;
}

.btn-brc-2 {
  border-color: #585858;
}

.btn-color-primary {
  color: #000;
}

.btn-bg-primary {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}

.btn:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.btn-hover-1:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000;
}

.btn-hover-2:hover {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}

/*-- 22.01 - Action Button --*/
.action-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #737373;
  font-size: 22px;
}

/*-- 22.02 - Close Button --*/
.btn-close {
  font-size: 30px;
  z-index: 5;
  line-height: 40px;
  height: 40px;
  opacity: 1;
  background: none;
}

/*-- 22.03 - Read More Button --*/
.read-more-btn {
  line-height: 1.571;
}

/*****************************
23 - Components - Carousel
*****************************/
/*-- 23.00 - Carousel Gutter --*/
.slick-gutter-10 .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.slick-gutter-10 .slick-list .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10.slick-vertical .slick-list {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5px;
  margin-bottom: -5px;
}

.slick-gutter-10.slick-vertical .slick-list .slick-slide {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.slick-gutter-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-gutter-30 .slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-30.slick-vertical .slick-list {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.slick-gutter-30.slick-vertical .slick-list .slick-slide {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

/*-- 23.01 - Slick Dot Margin Top --*/
.slick-dot-mt-40 .slick-dots {
  margin-top: 40px !important;
}

/*-- 23.02 - Carousel Dots --*/
.slick-dots {
  line-height: 0;
}

.slick-dots li {
  margin: 0 3px;
  opacity: .4;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  width: 8px;
  height: 8px;
  line-height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
}

.slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*-- 23.03 - Carousel Navs --*/
.slick-btn {
  width: 65px;
  height: 50px;
  line-height: 50px;
  //background-color: rgba(255, 255, 255, 0.6);
  //background:#fff;
  z-index: 1;
}

.slick-btn i {
  color: #fff;
  background: #96c64f;
  border-radius: 50%;
  width: 50px;

}

.slick-right-bottom .slick-btn {
  right: 50px;
  bottom: 400px;
}

.slick-right-bottom .slick-prev {
  right: 115px;
  border-right: 1px solid #dfe9f0;
}

.slick-center-bottom .slick-prev {
  margin-left: -25px;
}

@media (max-width: 35.94em) {
  .slick-center-bottom .slick-prev {
    left: 20px;
    margin-left: 0;
  }
}

.slick-center-bottom .slick-next {
  margin-right: -25px;
}

@media (max-width: 35.94em) {
  .slick-center-bottom .slick-next {
    right: 0;
    left: auto;
    margin-right: 0;
  }
}

.product-slide-nav .slick-btn i {
  font-size: 20px;
}

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-btn {
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .product-slide-nav.slick-center-bottom .slick-btn .la-angle-up:before {
    content: '\f111';
  }

  .product-slide-nav.slick-center-bottom .slick-btn .la-angle-down:before {
    content: '\f112';
  }
}

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-prev {
    left: 20px;
    margin-left: 0;
  }
}

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-next {
    right: 0;
    left: auto;
    margin-right: 0;
  }
}

/*-- 23.04 - Related Post Carousel --*/
.related-post-carousel .slick-list {
  padding: 0px 25% 0 0 !important;
}

@media (max-width: 61.94em) {
  .related-post-carousel .slick-list {
    padding: 0px 10% 0 0 !important;
  }
}

@media (max-width: 47.94em) {
  .related-post-carousel .slick-list {
    padding: 0px 30% 0 0 !important;
  }
}

@media (max-width: 35.94em) {
  .related-post-carousel .slick-list {
    padding: 0px 20% 0 0 !important;
  }
}

@media (max-width: 28.125em) {
  .related-post-carousel .slick-list {
    padding: 0px !important;
  }
}

.related-post-carousel .slick-slide.last-active {
  opacity: .5;
}

@media (max-width: 47.94em) {
  .related-post-carousel .slick-slide.last-active {
    opacity: 1;
  }
}

/*****************************
24 - Components - Comment
*****************************/
.comment-title {
  margin-bottom: 27px;
}

.comment-list&gt;li:last-child&gt;.single-comment:only-child {
  margin-bottom: 0;
}

.comment-list&gt;li:last-child .children&gt;li:last-child .single-comment {
  margin-bottom: 0;
}

.comment .single-comment {
  margin-bottom: 20px;
}

@media (max-width: 35.94em) {
  .comment-avatar {
    position: relative !important;
    margin-bottom: 10px;
  }
}

.comment-info {
  margin-left: 120px;
  padding: 20px 30px;
}

@media (max-width: 35.94em) {
  .comment-info {
    margin-left: 0;
    padding: 15px 20px;
  }
}

.comment-meta {
  margin-bottom: 10px;
}

@media (max-width: 28.125em) {
  .comment-meta {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.comment-date {
  margin-right: 40px;
}

.comment .children {
  margin-left: 20px;
}

.comment-reply-title {
  margin-bottom: 27px;
}

/*****************************
25 - Components - Form
*****************************/
/*-- 25.00 - Global Form --*/
.form__notes {
  color: #999999;
}

.form__input {
  height: 40px;
  padding-left: 10px;
}

.form__input--textarea {
  height: 100px;
}

.form__input.nice-select {
  width: 100%;
  height: 40px;
}

.form__output {
  margin-top: 5px;
}

.form__output.success {
  color: #4cbb6c;
}

.form__output.error {
  color: #ff0606;
}

.form__fieldset {
  padding: 15px;
}

.form__legend {
  padding: 0 10px;
}

.form.shipping-calculator-form .nice-select {
  margin-bottom: 10px;
}

/*-- 25.01 - Newsletter Form --*/
.newsletter-form__input {
  height: 40px;
  padding-left: 10px;
  padding-right: 100px;
}

.newsletter-form__input::-webkit-input-placeholder {
  font-size: 13px;
  font-style: italic;
}

.newsletter-form__input:-moz-placeholder {
  font-size: 13px;
  font-style: italic;
}

.newsletter-form__input::-moz-placeholder {
  font-size: 13px;
  font-style: italic;
}

.newsletter-form__input:-ms-input-placeholder {
  font-size: 13px;
  font-style: italic;
}

.newsletter-form__btn {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

/*-- 25.02 - Search Form --*/
.searchform {
  width: 800px;
}

@media (max-width: 61.94em) {
  .searchform {
    width: 700px;
  }
}

@media (max-width: 47.94em) {
  .searchform {
    width: 95%;
  }
}

.searchform__input {
  color: #232324;
  border-color: #232324;
  font-size: 30px;
  padding: 10px 50px 10px 10px;
}

@media (max-width: 61.94em) {
  .searchform__input {
    font-size: 25px;
  }
}

@media (max-width: 47.94em) {
  .searchform__input {
    font-size: 20px;
  }
}

.searchform__submit {
  right: 5px;
  color: #000;
  font-size: 30px;
  height: 30px;
}

.searchform__submit i {
  font-size: 35px;
}

.searchform--2 .searchform__input {
  height: 40px;
  padding: 0 10px;
}

.searchform--2 .searchform__submit {
  padding: 5px 10px;
  height: 40px;
  transform: translate(0);
}

/*--- 25.03 - Nice Select --*/
.nice-select {
  padding-right: 0;
}

.nice-select .current {
  padding-left: 10px;
}

.nice-select:after {
  font-family: 'Oswald', sans-serif;
  content: '\f110';
  width: 40px;
  background-color: #eeeeee;
  line-height: 40px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.nice-select.open:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.nice-select .list {
  width: 100%;
  max-height: 260px;
}

/*--- 25.04 - Review Form --*/
.review-form-wrapper .reply-title {
  color: #262626;
}

.review-form-wrapper .rating i {
  color: #979797;
}

/*-- 25.05 - Cart Form --*/
.cart-form__input {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  color: #292323;
}

.cart-form__input::-webkit-input-placeholder {
  color: #292323;
}

.cart-form__input:-moz-placeholder {
  color: #292323;
}

.cart-form__input::-moz-placeholder {
  color: #292323;
}

.cart-form__input:-ms-input-placeholder {
  color: #292323;
}

@media (max-width: 35.94em) {
  .cart-form .coupon {
    margin-bottom: 20px;
  }
}

/*****************************
26 - Components - Icon
*****************************/
.icon-box {
  width: 46px;
  height: 46px;
  line-height: 42px;
  text-align: center;
}

.icon-outline {
  border-width: 2px;
  border-style: solid;
}

/*****************************
27 - Components - Mini Cart
*****************************/
.mini-cart {
  position: fixed;
  width: 420px;
  min-height: 100vh;
  z-index: 99999;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
}

@media (max-width: 61.94em) {
  .mini-cart {
    width: 350px;
  }
}

@media (max-width: 35.94em) {
  .mini-cart {
    max-width: 100%;
  }
}

.mini-cart.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mini-cart-wrapper {
  padding-top: 5rem;
}

.mini-cart__close {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
}

.mini-cart__close .btn-close i {
  font-size: 40px;
}

.mini-cart-inner {
  padding: 5rem;
}

.mini-cart__list {
  max-height: 300px;
  overflow: auto;
  margin-right: -70px;
  padding-right: 70px;
  margin-bottom: 30px;
}

@media (max-width: 35.94em) {
  .mini-cart__list {
    margin-bottom: 20px;
  }
}

.mini-cart__product:not(:last-child) {
  margin-bottom: 30px;
}

.mini-cart__product-remove {
  font-size: 20px;
  height: 20px;
  width: 20px;
  right: -17px;
  top: 8px;
}

.mini-cart__product-image {
  -webkit-flex-basis: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px;
}

.mini-cart__product-content {
  -webkit-flex-basis: calc(100% - 70px);
  -moz-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}

@media (max-width: 47.94em) {
  .mini-cart__product-content {
    -webkit-flex-basis: calc(100% - 90px);
    -moz-flex-basis: calc(100% - 90px);
    -ms-flex-preferred-size: calc(100% - 90px);
    flex-basis: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 10px;
  }
}

.mini-cart__product-title {
  margin: 0 0 5px;
}

.mini-cart__total {
  margin-bottom: 30px;
}

.mini-cart__total span {
  font-size: 30px;
}

/*****************************
28 - Components - Modal
*****************************/
/*-- 28.00 - Quick View Modal --*/
.modal {
  display: block !important;
  z-index: -9;
  padding-right: 0 !important;
}

.modal.show {
  z-index: 999999999;
}

.product-modal .modal-dialog {
  max-width: 100%;
  width: 1125px;
  margin: 75px auto 50px;
  background: #fff;
}

@media (max-width: 81.25em) {
  .product-modal .modal-dialog {
    max-width: 95%;
    width: 1025px;
  }
}

@media (max-width: 61.94em) {
  .product-modal .modal-dialog {
    width: 741px;
    max-width: 741px;
    max-height: 602px;
    overflow-x: hidden;
  }
}

@media (max-width: 47.94em) {
  .product-modal .modal-dialog {
    width: auto;
    max-width: 80%;
    max-height: 600px;
  }
}

@media (max-width: 35.94em) {
  .product-modal .modal-dialog {
    max-height: 480px;
  }
}

@media (max-width: 28.125em) {
  .product-modal .modal-dialog {
    max-height: 320px;
  }
}

.product-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.product-modal .modal-body {
  padding: 0;
}

.product-modal .modal-box.product-summary {
  padding: 65px 45px 20px 20px;
}

@media (max-width: 61.94em) {
  .product-modal .modal-box.product-summary {
    padding: 40px 30px 20px 20px;
  }
}

@media (max-width: 35.94em) {
  .product-modal .modal-box.product-summary .variation-form .product-color-variations .product-color-variation-btn {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 35.94em) {
  .product-modal .modal-box.product-summary .variation-form .product-size-variations .product-size-variation-btn {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}

.product-modal .close {
  padding: 15px;
  border: 0;
  right: 0;
  background: #000000;
  opacity: 1;
  text-shadow: 0 0 0 #000000;
  color: #ffffff;
  z-index: 9;
}

.product-modal .close:hover {
  opacity: 1 !important;
  color: #ffffff !important;
}

.custom-close {
  background-color: #292929 !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  text-align: center !important;
  font-size: 20px;
  line-height: 1;
  display: block;
  padding: 18px !important;
  color: #fff !important;
  font-weight: 300;
  text-shadow: 0 0 0 #fff;
  opacity: 1 !important;
  width: 60px !important;
  height: 60px !important;
}

@media (max-width: 61.94em) {
  .custom-close {
    left: auto;
    top: 0 !important;
    bottom: 100% !important;
    right: 0 !important;
  }
}

.custom-close i {
  display: inline-block;
  vertical-align: middle;
}

.custom-close i.mfp-close {
  width: auto !important;
  height: auto;
  line-height: 60px;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -12px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0;
  font-style: normal;
  font-size: inherit;
  font-family: "flaticon" !important;
}

.custom-close:hover i {
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

/*--- 28.01 - Search Form Popup --*/
.searchform__popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: all ease-in-out .25s;
  z-index: 9999;
  color: #232324;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}

.searchform__popup p {
  margin-bottom: 15px;
  color: #232324;
  font-size: 18px;
}

.searchform__popup.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.searchform__popup.open .searchform__body {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.searchform__popup .btn-close {
  top: 20%;
  right: 20%;
  width: 40px;
  height: 40px;
}

.searchform__popup .btn-close i {
  font-size: 4rem;
}

@media (max-width: 74.9375em) {
  .searchform__popup .btn-close {
    right: 10%;
  }
}

@media (max-width: 61.94em) {
  .searchform__popup .btn-close {
    right: 8%;
    font-size: 40px;
  }
}

@media (max-width: 47.94em) {
  .searchform__popup .btn-close {
    right: 6%;
    top: 30%;
  }
}

@media (max-width: 35.94em) {
  .searchform__popup .btn-close {
    top: 25%;
  }
}

.searchform__body {
  max-width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

/*****************************
29 - Components - Navigation
*****************************/
/*-- 29.00 - Main Navigation --*/
@media (min-width: 62em) {
  .main-navigation .mainmenu__item {
    display: inline-block;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item&gt;a {
    padding-right: 30px;
    padding-left: 15px;
  }
}

@media (min-width: 75em) {
  .main-navigation .mainmenu__item&gt;a {
    /*padding-right: 40px;
    padding-left: 40px;*/
  }
}

.main-navigation .mainmenu__item:first-child&gt;a {
  padding-left: 0;
}

.main-navigation .mainmenu__item:last-child&gt;a {
  padding-right: 0;
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item&gt;a {
    position: relative;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item&gt;a:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 36px;
    top: 100%;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.active&gt;a {
    color: #000;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul {
    position: absolute;
    left: 0;
    top: 150%;
    background: #fff;
    margin-top: 30px;
    min-width: 270px;
    z-index: 9;
    pointer-events: none;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    white-space: -moz-nowrap;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul li a {
    color: #292323;
    display: block;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul li a:not(.megamenu-title) .mm-text {
    position: relative;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul li a:not(.megamenu-title) .mm-text:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    height: 1px;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -moz-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -ms-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background-color: #000;
  }
}

.main-navigation .mainmenu__item.menu-item-has-children&gt;ul li a:hover {
  color: #000;
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul li a:hover {
    color: #000;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul li a:hover:not(.megamenu-title) .mm-text:after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    white-space: -moz-nowrap;
    white-space: nowrap;
    padding: 30px 45px;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 75em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu {
    /*padding: 30px 65px;*/
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu.two-column&gt;li {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu.three-column&gt;li {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu.four-column&gt;li {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 240px;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu.five-column&gt;li {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu&gt;li {
    min-width: 300px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu&gt;li a {
    margin: 10px 0;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    line-height: 20px;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu&gt;li a.megamenu-title {
    text-transform: capitalize;
    color: #292323;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu&gt;li a.megamenu-title:hover {
    color: #000;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.megamenu&gt;li a.megamenu-title .mm-text:after {
    position: absolute;
    content: '';
    background-color: #000;
    width: 50%;
    height: 2px;
    bottom: -10px;
    left: 0;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.sub-menu {
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 35px;
    z-index: 99999;
    position: absolute;
    width: 210px;
    min-width: 210px;
    left: -35px;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    top: 0;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.sub-menu li a {
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children&gt;ul.sub-menu .sub-menu {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 30px 35px;
    width: 210px;
    min-width: 210px;
    left: 100%;
    top: 30px;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children:hover&gt;ul {
    pointer-events: visible;
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.main-navigation .mainmenu__item.megamenu-holder {
  position: static;
}

@media (min-width: 62em) {
  .main-navigation .mainmenu__link {
    color: #373737;
    font-size: 20px;
        font-weight: 600;
    font-family: 'Oswald', sans-serif;

    display: block;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu li {
    position: relative;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu li .sub-menu {
    display: block;
    background: #fff;
  }
}

@media (min-width: 62em) {
  .main-navigation .mainmenu li ul {
    -webkit-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    -moz-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    -ms-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    -o-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
  }
}

/*-- 29.01 - Off Canvas Menu --*/
.offcanvas-menu-wrapper .offcanvas-menu-inner {
  position: fixed;
  left: -265px;
  width: 265px;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
}

.offcanvas-menu-wrapper .btn-close {
  top: 25px;
  right: 28px;
  z-index: 100;
}

.offcanvas-navigation {
  padding-top: 60px;
}

.offcanvas-navigation .offcanvas-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.offcanvas-navigation .offcanvas-menu li&gt;.menu-expand {
  top: -1px;
  width: 50px;
  height: 100%;
  line-height: 50px;
  margin-right: 4px;
  color: #999999;
}

.offcanvas-navigation .offcanvas-menu li a {
  color: #000000;
  padding: 15px 0;
  line-height: 1;
}

.offcanvas-navigation .offcanvas-menu li .sub-menu {
  padding-left: 10px;
}

.offcanvas-navigation .offcanvas-menu li .sub-menu li:last-child {
  border-bottom-width: 0px;
}

.offcanvas-navigation .offcanvas-menu li.menu-open&gt;.menu-expand i:before {
  content: '\f113';
}

.offcanvas-navigation .offcanvas-menu li:hover&gt;a {
  color: #212026 !important;
}

.offcanvas-navigation .offcanvas-menu li:hover&gt;.menu-expand {
  color: #f00b0b !important;
}

.offcanvas-navigation .site-info {
  margin-bottom: 35px;
  margin-top: auto;
}

/*****************************
30 - Components - Product
*****************************/
/*-- 30.00 - Product --*/
.product-image {
  margin-bottom: 50px;
  border-bottom: solid 1px #eee;
  height: 300px;
}

.product-badge {
  padding: 3px 5px;
}

.product-title {
  margin-bottom: 6px;
}

.product-price-wrapper {
  line-height: 1.5;
}

.product-price-wrapper .new-price .money {
  margin-right: 20px;
}

.product-description p {
  line-height: 25px;
}

.product-description p:not(:last-child) {
  margin-bottom: 3rem;
}

.product-description__heading {
  line-height: 23px;
  margin-bottom: 20px;
  color: #404040;
}

.product-description ul li {
  line-height: 20px;
}

.product-description ul li:not(:last-child) {
  margin-bottom: 14px;
}

.product-description ul li i {
  padding-right: 10px;
}

.product-size-swatch {
  bottom: 100%;
}

.product-size-swatch-btn {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1px;
}

.product-size-swatch-btn.clicked {
  background-color: white;
}

.product-color .action-btn span.current {
  text-indent: -999999px;
}

.product-color-swatch {
  bottom: 100%;
}

.product-color-swatch-btn {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1px;
  text-indent: -999999px;
}

.product-color-swatch-btn.clicked {
  background-color: white;
}

.product-color .abbey:after {
  background-color: #52595F;
}

.product-color .blue:after {
  background-color: #0038e3;
}

.product-color .copper:after {
  background-color: #e47c51;
}

.product-color .old-rose:after {
  background-color: #c18775;
}

.ft-product .product-inner .add-to-cart {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.ft-product .product-inner:hover .product-action a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ft-product .product-inner:hover .add-to-cart {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ft-product .product-action {
  left: 20px;
  bottom: 20px;
}

.ft-product .product-action a {
  -webkit-transform: translate(-70px, 0);
  -moz-transform: translate(-70px, 0);
  -ms-transform: translate(-70px, 0);
  -o-transform: translate(-70px, 0);
  transform: translate(-70px, 0);
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  opacity: 0;
}

.ft-product .product-action a:not(:last-child) {
  margin-bottom: 10px;
}

.ft-product .product-action a:nth-child(2) {
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.ft-product .product-action a:nth-child(3) {
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.ft-product .product-action-list .action-btn {
  background-color: #8a8a8a;
  margin-right: 4px;
  height: 50px;
}

.ft-product .product-action-list .btn-small {
  height: 44px;
  line-height: 44px;
}

/*-- 30.01 - Proudct List --*/
.ft-product-list .product-image {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  max-width: 270px;
}

@media (max-width: 47.94em) {
  .ft-product-list .product-image {
    -webkit-flex-basis: 230px;
    -moz-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    max-width: 230px;
  }
}

@media (max-width: 35.94em) {
  .ft-product-list .product-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.ft-product-list .product-thumbnail-action {
  -webkit-transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
}

.ft-product-list .product-info {
  -webkit-flex-basis: calc(100% - 270px);
  -moz-flex-basis: calc(100% - 270px);
  -ms-flex-preferred-size: calc(100% - 270px);
  flex-basis: calc(100% - 270px);
  max-width: calc(100% - 270px);
  padding-left: 40px;
}

@media (max-width: 47.94em) {
  .ft-product-list .product-info {
    -webkit-flex-basis: calc(100% - 230px);
    -moz-flex-basis: calc(100% - 230px);
    -ms-flex-preferred-size: calc(100% - 230px);
    flex-basis: calc(100% - 230px);
    max-width: calc(100% - 230px);
    padding-left: 30px;
  }
}

@media (max-width: 35.94em) {
  .ft-product-list .product-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.ft-product-list .product-size-swatch,
.ft-product-list .product-color-swatch {
  bottom: auto;
  left: auto;
}

.ft-product-list .product-size-swatch-btn,
.ft-product-list .product-color-swatch-btn {
  background-color: #f6f6f6;
  height: 50px;
  line-height: 50px;
}

.ft-product-list .product-title {
  font-size: 28px;
  line-height: 34px;
}

@media (max-width: 61.94em) {
  .ft-product-list .product-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.ft-product-list:hover .product-thumbnail-action {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*-- 30.02 - Feature Product --*/
.feature-product {
  padding: 30px 40px;
}

@media (max-width: 47.94em) {
  .feature-product {
    padding: 25px 30px;
  }
}

.feature-product__inner {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
}

@media (max-width: 61.94em) {
  .feature-product__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 47.94em) {
  .feature-product__inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}

.feature-product__image {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}

@media (max-width: 47.94em) {
  .feature-product__image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }
}

.feature-product__info {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}

@media (max-width: 47.94em) {
  .feature-product__info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }
}

.feature-product__title {
  color: #221f26;
  font-size: 5.2rem;
  line-height: 1.1;
}

@media (max-width: 61.94em) {
  .feature-product__title {
    font-size: 6rem;
  }
}

.feature-product__btn {
  color: #333333;
  border-bottom: 1px solid #8e9898;
}

/*-- 30.03 - Best Sale Product --*/
.best-sale-product {
  padding: 60px;
}

@media (max-width: 61.94em) {
  .best-sale-product {
    padding: 30px;
  }
}

.best-sale-product__img {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-top: -30px;
}

@media (max-width: 74.9375em) {
  .best-sale-product__img {
    max-width: 45%;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

@media (max-width: 35.94em) {
  .best-sale-product__img {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 5%;
    margin-top: 0;
  }
}

.best-sale-product__info {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 74.9375em) {
  .best-sale-product__info {
    max-width: 55%;
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding-left: 2%;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__info {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}

@media (max-width: 35.94em) {
  .best-sale-product__info {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 5%;
    padding-top: 0;
  }
}

.best-sale-product__heading--main {
  line-height: 0.22;
  font-family: "Abril Fatface", cursive;
  font-size: 100px;
  color: rgba(1, 2, 37, 0.102);
}

@media (max-width: 103.125em) {
  .best-sale-product__heading--main {
    font-size: 80px;
  }
}

@media (max-width: 93.6875em) {
  .best-sale-product__heading--main {
    font-size: 70px;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__heading--main {
    font-size: 55px;
  }
}

@media (max-width: 47.94em) {
  .best-sale-product__heading--main {
    font-size: 50px;
  }
}

.best-sale-product__heading--sub {
  font-size: 50px;
  color: #010225;
}

@media (max-width: 103.125em) {
  .best-sale-product__heading--sub {
    font-size: 40px;
  }
}

@media (max-width: 93.6875em) {
  .best-sale-product__heading--sub {
    font-size: 35px;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__heading--sub {
    font-size: 30px;
  }
}

@media (max-width: 47.94em) {
  .best-sale-product__heading--sub {
    font-size: 25px;
  }
}

.best-sale-product__desc {
  color: #010225;
  max-width: 56%;
}

@media (max-width: 103.125em) {
  .best-sale-product__desc {
    max-width: 68%;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__desc {
    max-width: 90%;
  }
}

.best-sale-product__top-image {
  right: 9%;
}

@media (max-width: 103.125em) {
  .best-sale-product__top-image {
    right: 5%;
  }
}

@media (max-width: 74.9375em) {
  .best-sale-product__top-image {
    right: 0;
  }

  .best-sale-product__top-image img {
    width: 70%;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__top-image {
    display: none;
  }
}

/*-- 30.04 - Product Summery --*/
.product-summary .product-navigation a {
  -webkit-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -moz-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -ms-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -o-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  width: 38px;
  height: 31px;
  line-height: 31px;
}

.product-summary .product-navigation a.next {
  margin-left: 5px;
}

.product-summary .product-title {
  font-size: 35px;
}

@media (max-width: 74.9375em) {
  .product-summary .product-title {
    font-size: 30px;
  }
}

@media (max-width: 47.94em) {
  .product-summary .product-title {
    font-size: 25px;
  }
}

.product-summary .product-footer-meta p {
  line-height: 21px;
}

/*-- 30.05 - Product Variations --*/
.variation-form .variation {
  float: left;
  margin-right: 5px;
}

.variation-form .product-color-variations .product-color-variation {
  clear: both;
}

.variation-form .product-color-variations .product-color-variation-btn {
  text-indent: -99999px;
  width: 45px;
  height: 45px;
  border-color: transparent;
}

.variation-form .product-color-variations .product-color-variation-btn:hover {
  border-color: transparent;
}

.variation-form .product-color-variations .product-color-variation-btn.red:hover {
  border-color: #ff0606;
}

.variation-form .product-color-variations .product-color-variation-btn.red:after {
  background-color: #ff0606;
}

.variation-form .product-color-variations .product-color-variation-btn.red.selected {
  border-color: #ff0606;
}

.variation-form .product-color-variations .product-color-variation-btn.black:hover {
  border-color: #000000;
}

.variation-form .product-color-variations .product-color-variation-btn.black:after {
  background-color: #000000;
}

.variation-form .product-color-variations .product-color-variation-btn.pink:hover {
  border-color: #f7a4c7;
}

.variation-form .product-color-variations .product-color-variation-btn.pink:after {
  background-color: #f7a4c7;
}

.variation-form .product-color-variations .product-color-variation-btn.blue:hover {
  border-color: #0038e3;
}

.variation-form .product-color-variations .product-color-variation-btn.blue:after {
  background-color: #0038e3;
}

.variation-form .product-size-variations .product-size-variation {
  clear: both;
}

.variation-form .product-size-variations .product-size-variation-btn {
  width: 58px;
  height: 43px;
  line-height: 43px;
}

@media (max-width: 35.94em) {
  .variation-form .product-size-variations .product-size-variation-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
}

.variation-form .reset_variations {
  padding-right: 20px;
  font-weight: 500;
  line-height: 30px;
}

.variation-form .reset_variations:before {
  background: url(../img/icons/cross.png) no-repeat scroll right center;
  top: 7px;
  width: 10px;
  height: 10px;
}

/*****************************
31 - Components - Slider
*****************************/
.homepage-slider .single-slide {
  height: 790px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}

@media (max-width: 109.375em) {
  .homepage-slider .single-slide {
    height: 745px;
  }
}

@media (max-width: 100em) {
  .homepage-slider .single-slide {
    height: 600px;
  }
}

@media (max-width: 61.94em) {
  .homepage-slider .single-slide {
    height: 500px;
  }
}

@media (max-width: 47.94em) {
  .homepage-slider .single-slide {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.slider-content__text {
  padding-left: 30px;
  padding-right: 15px;
  border-left: 2px solid #e5e5e5;
}

.slider-content__text.border-color-2 {
  border-color: #585858;
}

@media (max-width: 35.94em) {
  .slider-content__text {
    border: none;
  }
}

.slider-content__text p {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 74.9375em) {
  .slider-content__text p {
    font-size: 16px;
  }
}

@media (max-width: 61.94em) {
  .slider-content__text p {
    font-size: 15px;
  }
}

.slider-content__btn {
  padding-left: 30px;
}

/*****************************
32 - Components - Table
*****************************/
.table thead th,
.table th {
  padding: 13px 0;
  letter-spacing: 1px;
  border: 0px solid #e5e5e5;
  vertical-align: middle;
}

.table td {
  vertical-align: middle;
  border: 0px solid #e5e5e5;
}

.table th,
.table td {
  min-width: 100px;
}

.table th.wide-column,
.table td.wide-column {
  min-width: 240px;
}

.table tbody td {
  padding: 15px 0;
}

.table tbody td.product-remove {
  width: 30px !important;
  min-width: 30px !important;
  padding-left: 15px;
}

.table tbody td.product-thumbnail {
  width: 90px !important;
  min-width: 90px !important;
}

.table tbody td.product-name h3 {
  font-size: 14px;
  font-weight: 500;
}

.table tbody td.product-stock {
  display: table-cell;
}

.table tbody td.product-price .product-price-wrapper&gt;span {
  font-weight: 400;
  font-size: 14px;
}

.table tbody td.product-quantity .quantity {
  margin-right: auto;
  margin-left: auto;
  height: 50px;
}

.table tbody td.product-quantity .quantity .qtybutton {
  height: 48px;
  line-height: 48px;
}

.table tbody td.product-quantity .quantity-input {
  border-color: transparent;
  font-size: 16px;
}

.table.compare-table tbody th,
.table.compare-table tbody td {
  border-width: 1px;
  padding: 10px;
}

.table.compare-table tbody th {
  min-width: 200px;
  background-color: #f6f6f6;
  vertical-align: middle;
  letter-spacing: 0;
}

.table.compare-table tbody td {
  min-width: 250px;
  vertical-align: middle;
  line-height: 1.4;
}

.table.compare-table tbody .product-name {
  margin: 20px 0;
}

.table-style-2 thead th {
  background: #f6f6f6;
}

.table.wishlist-table tbody tr:last-child td {
  padding-bottom: 0;
}

.table.shop_attributes {
  max-width: 820px;
  margin: 0 auto;
}

.table.shop_attributes th,
.table.shop_attributes td {
  padding: 4px 0;
  line-height: 22px;
}

.table.shop_attributes th {
  color: #181818;
  min-width: 140px;
}

.group-product-table td {
  border-width: 1px;
}

.group-product-table td:first-child {
  width: 18%;
}

.group-product-table tbody td {
  padding: 5px 10px;
}

.group-product-table tbody td.product-quantity .quantity {
  height: 60px;
  width: 80px;
}

.group-product-table tbody td.product-quantity .quantity .qtybutton {
  height: 58px;
  cursor: pointer;
  width: 20px;
  font-size: 20px;
  line-height: 58px;
}

.group-product-table tbody td.product-quantity .quantity .qtybutton.dec {
  left: 5px;
}

.group-product-table tbody td.product-quantity .quantity .qtybutton.inc {
  right: 5px;
}

.group-product-table tbody td.product-price .product-price-wrapper&gt;span.product-price-old {
  margin-bottom: 5px;
}

/*****************************
33 - Components - Tabs
*****************************/
/*-- 33.01 - Tab Style 01 --*/
.tab-style-1 .nav-link {
  line-height: 1.625;
  padding: 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tab-style-1 .nav-link:not(:last-child) {
  margin-right: 38px;
}

@media (max-width: 61.94em) {
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 47.94em) {
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 35.94em) {
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 15px;
  }
}

.tab-style-1 .nav-link:after {
  bottom: 8px;
  height: 8px;
  background-color: #e1e1e1;
}

.tab-style-1 .nav-text {
  z-index: 2;
}

/*-- 33.02 - Tab Style 02 --*/
.tab-style-2 .nav-tabs {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

@media (max-width: 35.94em) {
  .tab-style-2 .nav-tabs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab-style-2 .nav-link {
  border: 1px solid #dddddd;
  padding: 11px 15px;
  color: #404040;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tab-style-2 .nav-link:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 35.94em) {
  .tab-style-2 .nav-link {
    width: 100%;
  }
}

/*-- 33.03 - User Dashboard tab --*/
.user-dashboard-tab__head {
  background-color: #e7e7e7;
  padding: 15px 0;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
  margin-right: 30px;
}

@media (max-width: 47.94em) {
  .user-dashboard-tab__head {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0;
  }
}

.user-dashboard-tab__head .nav-link {
  padding: 10px 30px;
  border: none;
  background: transparent;
  text-align: left;
}

@media (max-width: 47.94em) {
  .user-dashboard-tab__head .nav-link {
    padding: 12px;
  }
}

.user-dashboard-tab__content {
  -webkit-flex-basis: calc(100% - 220px);
  -moz-flex-basis: calc(100% - 220px);
  -ms-flex-preferred-size: calc(100% - 220px);
  flex-basis: calc(100% - 220px);
  max-width: calc(100% - 220px);
}

@media (max-width: 47.94em) {
  .user-dashboard-tab__content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

/*-- 33.04 - Tab Content --*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: none;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*****************************
34 - Components - Widget
*****************************/
/*-- 34.00 - Widget Title --*/
.shop-widget .widget-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.shop-widget .widget-title:after {
  height: 4px;
  width: 30px;
}

/*-- 34.01 - Widget List --*/
.widget-list li:not(:last-child) {
  margin-bottom: 1.8rem;
}

.widget-list li a {
  font-size: 14px;
}

.widget-list.category-list li a:after {
  right: 25px;
  top: 50%;
  height: 1px;
  width: 69px;
  background-color: #f0f0f0;
}

/*-- 34.02 - Widget Color --*/
.widget-color a {
  padding: 8px 14px;
  margin-bottom: 5px;
}

.widget-color a.red {
  background-color: #ff0606;
}

.widget-color a.pink {
  background-color: #f7a4c7;
}

.widget-color a.black {
  background-color: #000000;
}

.widget-color a.brown {
  background-color: #c48a72;
}

.widget-color a.blue {
  background-color: #0038e3;
}

.widget-color a.cholate {
  background-color: #4f1310;
}

.widget-color a.copper {
  background-color: #e47c51;
}

.widget-color a.gray {
  background-color: #8a8a8a;
}

/*-- 34.03 - Tagcloud --*/
.tagcloud a {
  margin-right: 12px;
  padding-right: 10px;
}

.tagcloud a:after {
  width: 2px;
  background-color: #bbb;
}

/*****************************
40 - Pages - Cart
*****************************/
.cart-collaterals {
  background: #f6f6f6;
}

.cart-totals {
  padding: 30px 30px 0;
  margin-bottom: 15px;
}

.cart-calculator__item--head {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  max-width: 90px;
}

.cart-calculator__item--value {
  -webkit-flex-basis: calc(100% - 90px);
  -moz-flex-basis: calc(100% - 90px);
  -ms-flex-preferred-size: calc(100% - 90px);
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px);
}

@media (max-width: 28.125em) {
  .cart-calculator__item--value {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.cart-calculator__item--value&gt;span,
.cart-calculator__item--value&gt;a {
  margin-bottom: 5px;
}

.cart-calculator__item.order-total&gt;div {
  padding-top: 15px;
}

/*****************************
41 - Pages - Checkout
*****************************/
.user-actions__form {
  margin-bottom: 30px;
}

@media (max-width: 47.94em) {
  .user-actions__form {
    margin-bottom: 20px;
  }
}

.user-actions__form .form__input {
  width: 48%;
  height: 47px;
}

@media (max-width: 35.94em) {
  .user-actions__form .form__input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.checkout-title h2 {
  font-size: 20px;
  margin-bottom: 45px;
}

@media (max-width: 61.94em) {
  .checkout-title h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 35.94em) {
  .checkout-title h2 {
    margin-bottom: 20px;
  }
}

.checkout-title h2:after {
  content: "";
  width: 50px;
  margin-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}

.new-account {
  padding-top: 20px;
}

.order-details {
  padding: 40px 45px;
  border: 2px solid #e5e5e5;
}

@media (max-width: 47.94em) {
  .order-details {
    padding: 30px 35px;
  }
}

@media (max-width: 35.94em) {
  .order-details {
    padding: 20px 25px;
  }
}

.payment-radio input {
  margin-right: 10px;
}

.payment-info {
  padding: 10px 0;
}

.shipping-method .custom-radio {
  width: 150px;
}

/*****************************
42 - Pages - Shop
*****************************/
.shop-toolbar .product-view-mode a:not(:last-child) {
  margin-right: 15px;
}

.shop-toolbar .product-pages {
  margin-bottom: 0;
}

@media (max-width: 35.94em) {
  .shop-toolbar .product-pages {
    margin-bottom: 10px;
  }
}

.shop-toolbar .product-categories {
  margin-right: 5rem;
}

.shop-toolbar .product-ordering__select.nice-select:after,
.shop-toolbar .product-categories__select.nice-select:after {
  line-height: 40px;
}

.shop-toolbar .nice-select {
  background-color: #f5f5f5;
  width: 220px;
  height: 40px;
}

.shop-toolbar .nice-select .current {
  padding-left: 20px;
}

.shop-products .ft-product {
  display: block;
}

.shop-products .ft-product-list {
  display: none;
}

.shop-products.grid .ft-product {
  display: block;
}

.shop-products.grid .ft-product-list {
  display: none;
}

.shop-products.list .ft-product {
  display: none;
}

.shop-products.list .ft-product-list {
  display: block;
}

.shop-products.list .row&gt;[class^="col"] {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/*****************************
43 - Pages - Single Product
*****************************/
.product-gallery.vertical-slide-nav .product-gallery__nav-image {
  -webkit-flex-basis: 155px;
  -moz-flex-basis: 155px;
  -ms-flex-preferred-size: 155px;
  flex-basis: 155px;
  max-width: 155px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 74.9375em) {
  .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    -webkit-flex-basis: 165px;
    -moz-flex-basis: 165px;
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px;
    max-width: 165px;
  }
}

@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    -webkit-flex-basis: 157px;
    -moz-flex-basis: 157px;
    -ms-flex-preferred-size: 157px;
    flex-basis: 157px;
    max-width: 157px;
  }
}

@media (max-width: 47.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.product-gallery.vertical-slide-nav .product-gallery__large-image {
  -webkit-flex-basis: calc(100% - 155px);
  -moz-flex-basis: calc(100% - 155px);
  -ms-flex-preferred-size: calc(100% - 155px);
  flex-basis: calc(100% - 155px);
  max-width: calc(100% - 155px);
  padding-left: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 74.9375em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: calc(100% - 165px);
    -moz-flex-basis: calc(100% - 165px);
    -ms-flex-preferred-size: calc(100% - 165px);
    flex-basis: calc(100% - 165px);
    max-width: calc(100% - 165px);
  }
}

@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: calc(100% - 157px);
    -moz-flex-basis: calc(100% - 157px);
    -ms-flex-preferred-size: calc(100% - 157px);
    flex-basis: calc(100% - 157px);
    max-width: calc(100% - 157px);
  }
}

@media (max-width: 47.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.product-gallery.vertical-slide-nav.flex-row-reverse .product-gallery__large-image {
  padding-right: 30px;
  padding-left: 0;
}

.product-gallery__actions {
  right: 30px;
  bottom: 30px;
  z-index: 9;
}

.product-gallery__actions .action-btn:not(:last-child) {
  margin-bottom: 10px;
}

.product-main-image .product-image {
  margin-bottom: 0;
}

.product-reviews .review__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

@media (max-width: 47.94em) {
  .product-reviews .review__title {
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 35.94em) {
  .product-reviews .review__title {
    font-size: 20px;
  }
}

.product-reviews .review__item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
}

.product-reviews .review__avatar {
  -webkit-flex-basis: 60px;
  -moz-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
  height: 60px;
}

.product-reviews .review__text {
  -webkit-flex-basis: calc(100% - 60px);
  -moz-flex-basis: calc(100% - 60px);
  -ms-flex-preferred-size: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 20px;
}

@media (max-width: 28.125em) {
  .product-reviews .review__text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.product-reviews .review__meta {
  margin-bottom: 10px;
}

@media (max-width: 35.94em) {
  .product-reviews .review__description {
    margin-top: 10px;
  }
}

/*****************************
63 - Utilities - Color
*****************************/
.pagination li .page-number,
.tooltip-inner,
.scroll-to-top,
.scroll-to-top i,
.page-title,
.breadcrumb li a,
.breadcrumb li span,
.breadcrumb li:not(:last-child):after,
.newsletter-form__btn,
.searchform--2 .searchform__submit,
.product-badge,
.tab-style-2 .nav-link.active,
.user-dashboard-tab__head .nav-link.active,
.user-dashboard-tab__head .nav-link:hover,
.widget-color a {
  color: #ffffff;
}

.action-btn,
.mini-cart,
.offcanvas-menu-wrapper .offcanvas-menu-inner,
.product-summary .product-navigation a,
.variation-form .product-color-variations .product-color-variation-btn:after {
  background-color: #ffffff;
}

.pagination li .page-number.current,
.pagination li .page-number:hover,
.message-box a,
.error h1,
.btn-close:hover,
.comment-author a:hover,
.comment-reply-link,
.cart-form__btn:hover,
.mini-cart__product-remove:hover,
.mini-cart__product-title:hover,
.custom-close:hover i,
.product-price-wrapper .money,
.ft-product .product-inner .add-to-cart,
.product-summary .product-navigation a:hover,
.product-summary .product-title a:hover,
.variation-form .product-size-variations .product-size-variation-btn:hover,
.variation-form .product-size-variations .product-size-variation-btn.selected,
.table tbody td.product-remove a,
.table.compare-table tbody .remove a,
.table.shop_attributes th a:hover,
.table.shop_attributes td a:hover {
  color: #000;
}

.heading__secondary:after,
.pagination li .page-number,
.pagination li .dot,
.blog__info:before,
.slick-dots li,
.newsletter-form__btn,
.searchform--2 .searchform__submit,
.product-badge,
.user-dashboard-tab__head .nav-link.active,
.user-dashboard-tab__head .nav-link:hover {
  background-color: #000;
}

.icon-outline {
  border-color: #000;
}

.product-size .action-btn span.current,
.product-size-swatch-btn {
  color: #000000;
}

.footer-widget .widget-title,
.footer-widget .taglist span,
.footer-widget .taglist a,
.footer-widget .taglist a:not(:last-child):after,
.blog__title,
.single-post__title,
.form__label,
.nice-select .current,
.product-title,
.product-price-wrapper .new-price .money,
.product-price-wrapper .old-price .money,
.product-summary .product-navigation a,
.table tbody td.product-name h3,
.table.shop_attributes th a,
.table.shop_attributes td a,
.tab-style-1 .nav-link,
.user-dashboard-tab__head .nav-link,
.widget-list li a,
.shipping-calculator-wrap a {
  color: #fff;
}

.cart-calculator__item--head,
.cart-calculator__item--value,
.product-summary .product-footer-meta p span,
.variation-form .variation-label,
.message-box p,
.quantity,
.quantity-label,
.quantity-input,
.quantity .qtybutton,
.social__link,
.btn-close,
.comment-author a,
.comment-content p,
.nice-select:after,
.cart-form__input,
.cart-form__btn,
.mini-cart,
.mini-cart__product-remove,
.mini-cart__product-title,
.product-summary .product-title a,
.product-summary .product-price-wrapper span,
.variation-form .product-size-variations .product-size-variation-btn,
.variation-form .reset_variations,
.table tbody td.product-name h3 a,
.table.compare-table tbody th,
.group-product-table tbody td.product-name h3,
.group-product-table tbody td.product-price .product-price-wrapper&gt;span.product-price-old,
.widget-list li a strong,
.tagcloud a,
.payment-label,
.product-reviews .review__author {
  color: #292323;
}

.tab-style-2 .nav-link.active,
.shop-widget .widget-title:after {
  background-color: #292323;
}

.tab-style-2 .nav-link.active {
  border-color: #292323;
}

.pagination li .page-number.current,
.pagination li .page-number:hover,
.breadcrumb,
.slick-dots li button,
.product-slide-nav .slick-btn,
.newsletter-form__input,
.searchform__input,
.searchform__submit,
.cart-form__btn {
  background-color: transparent;
}

.color--primary {
  color: #000 !important;
}

.color--light {
  color: #999999 !important;
}

.color--black {
  color: #000000 !important;
}

.color--white {
  color: #ffffff !important;
}

.color--white-light {
  color: rgba(255, 255, 255, 0.8) !important;
}

.color--white-light-2 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.color--dark {
  color: #333333 !important;
}

.color--dust {
  color: #979797 !important;
}

.heading-color {
  color: #292323 !important;
}

.bg--white {
  background-color: #ffffff;
}

.bg--white-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg--light {
  background-color: #999999;
}

.bg--dark {
  background-color: #333333;
}

.bg--black {
  background-color: #000000;
}

.bg--blue {
  background-color: #0038e3;
}

.bg--dark {
  background-color: #333333;
}

.bg--primary {
  background-color: #000;
}

.bd-color--primary {
  border-color: #000;
}

/*****************************
64 - Utilities - Spacing
*****************************/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.m--0 {
  margin: 0;
}

.mt--20 {
  margin-top: 20px;
}

.mt--50 {
  margin-top: 50px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--25 {
  margin-bottom: 25px;
}

.mb--28 {
  margin-bottom: 28px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--32 {
  margin-bottom: 32px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--43 {
  margin-bottom: 43px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mb--77 {
  margin-bottom: 77px;
}

.mb--80 {
  margin-bottom: 80px;
}

.ml--20 {
  margin-left: 20px;
}

.ml--50 {
  margin-left: 50px;
}

.mr--20 {
  margin-right: 20px;
}

.mr--30 {
  margin-right: 30px;
}

.ptb--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb--75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ptb--80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--75 {
  padding-top: 75px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--105 {
  padding-top: 105px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--72 {
  padding-bottom: 72px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pl--15 {
  padding-left: 15px;
}

.pl--30 {
  padding-left: 30px;
}

.pl--70 {
  padding-left: 70px;
}

.pl--85 {
  padding-left: 85px;
}

.plr--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pr--15 {
  padding-right: 15px;
}

.pr--60 {
  padding-right: 60px;
}

.pr--70 {
  padding-right: 70px;
}

@media (max-width: 93.6875em) {
  .mb-xl--60 {
    margin-bottom: 60px;
  }

  .pt-xl--70 {
    padding-top: 70px;
  }

  .pb-xl--100 {
    padding-bottom: 100px;
  }
}

@media (max-width: 74.9375em) {
  .pt-lg--95 {
    padding-top: 95px;
  }

  .pb-lg--95 {
    padding-bottom: 95px;
  }

  .pl-lg--30 {
    padding-left: 30px;
  }

  .pr-lg--30 {
    padding-right: 30px;
  }
}

@media (max-width: 61.94em) {
  .mt-md--40 {
    margin-top: 40px;
  }

  .mt-md--50 {
    margin-top: 50px;
  }

  .mb-md--10 {
    margin-bottom: 10px;
  }

  .mb-md--18 {
    margin-bottom: 18px;
  }

  .mb-md--23 {
    margin-bottom: 23px;
  }

  .mb-md--30 {
    margin-bottom: 30px;
  }

  .mb-md--33 {
    margin-bottom: 33px;
  }

  .mb-md--45 {
    margin-bottom: 45px;
  }

  .mb-md--50 {
    margin-bottom: 50px;
  }

  .mb-md--55 {
    margin-bottom: 55px;
  }

  .mb-md--57 {
    margin-bottom: 57px;
  }

  .mb-md--60 {
    margin-bottom: 60px;
  }

  .ptb-md--60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-md--40 {
    padding-top: 40px;
  }

  .pt-md--55 {
    padding-top: 55px;
  }

  .pt-md--60 {
    padding-top: 60px;
  }

  .pt-md--80 {
    padding-top: 80px;
  }

  .pb-md--60 {
    padding-bottom: 60px;
  }

  .pb-md--50 {
    padding-bottom: 50px;
  }

  .pb-md--55 {
    padding-bottom: 55px;
  }

  .pb-md--60 {
    padding-bottom: 60px;
  }

  .pl-md--0 {
    padding-left: 0;
  }

  .pl-md--50 {
    padding-left: 50px;
  }

  .pr-md--0 {
    padding-right: 0;
  }

  .pr-md--50 {
    padding-right: 50px;
  }
}

@media (max-width: 47.94em) {
  .mb-sm--20 {
    margin-bottom: 20px;
  }

  .mb-sm--25 {
    margin-bottom: 25px;
  }

  .mb-sm--30 {
    margin-bottom: 30px;
  }

  .mb-sm--33 {
    margin-bottom: 33px;
  }

  .mb-sm--40 {
    margin-bottom: 40px;
  }

  .mb-sm--50 {
    margin-bottom: 50px;
  }

  .pb-sm--55 {
    padding-bottom: 55px;
  }

  .pb-sm--90 {
    padding-bottom: 90px;
  }
}

@media (max-width: 35.94em) {
  .mb-xs--10 {
    margin-bottom: 10px;
  }

  .mb-xs--30 {
    margin-bottom: 30px;
  }

  .mb-xs--45 {
    margin-bottom: 45px;
  }

  .ml-xs--0 {
    margin-left: 0;
  }

  .mr-xs--0 {
    margin-right: 0;
  }
}

.pt--9pt {
  padding-top: 9rem;
}

@media (max-width: 61.94em) {
  .mb-md--8pt6 {
    margin-bottom: 8.6rem;
  }
}

@media (max-width: 47.94em) {
  .mb-sm--7pt6 {
    margin-bottom: 7.6rem;
  }
}

.shortcuts-type--1 .shortcuts-buttons {
  position: relative;
  background: #fff;
}

.shortcuts-type--1 .figure-card a:before {
  background: #eee;
}

.header-sub .shortcuts-buttons .figure-card a:before {
  background: #c51516;
}



.header-sub .shortcuts-buttons .figure-sub .text {
  color: #fff;
}

.header-sub .shortcuts-buttons .figure-card .icon img {
  filter: brightness(0) invert(1);
}

.shortcuts-buttons {
  right: 0;
  bottom: -1px;
  padding-top: 20px;
  border-top: solid 3px #fff;
  left: 0;
  position: absolute;
  background: linear-gradient(#191a1a, transparent);
  border-top: solid 4px #fff;
  border-top-right-radius: 20%;
  border-top-left-radius: 80px 80px;

}

@media (max-width: 767px) {
  .shortcuts-buttons {
    border-top: solid 0px #fff;
    border-top-right-radius: 0%;
    border-top-left-radius: 0px 0px;
    position: relative;
    background: #000;
    margin-bottom: 40px;
  }
}

.figure-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: var(--figure-height);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
}

.figure-card a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  background: #000;
  height: 0;
  z-index: -1;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}

.figure-card a:hover:before {
  background: #e4005c;
  height: 100%;
}

.figure-card .icon img {
  max-width: 65px;
  max-height: 50px;
}

.figure-sub {
  margin-top: 7px;
  margin-bottom: 7px;
}

.figure-sub .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  max-width: 133px;
  text-transform: capitalize;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 2.5);
}


/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'Oswald', sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background: none;
  cursor: pointer;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

svg {
  width: 1em;
  height: 1em;
  font-size: 18px;
}

body {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #555;
}

body.bg {
  background: #f7f7f7;
}

/*INNER PAGE*/
.inner-page__photos {
  /*margin-top: 35px;*/
}

@media (min-width: 1280px) {
  .inner-page__photos .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1280px) {
  .inner-page__photos .row&gt;div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner-page__photos .item {
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .inner-page__photos .item {
    height: auto !important;
    margin-bottom: 10px;
  }
}

.inner-page__photos .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner-page__photos .item:last-child {
    margin-bottom: 10px;
  }
}

.inner-page__photos .item.small {
  height: 225px;
}

.inner-page__photos .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page__content {
  margin-top: 30px;
}

.inner-page__content.no-height {
  min-height: inherit;
}

.inner-page__content.large {
  margin-top: 60px;
}

.inner-page__header {
  position: relative;
  overflow: hidden;
}

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner-page__heading .container {
  height: 100%;
  padding-top: calc(165px - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-page__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 767px) {
  .inner-page__back {
    display: none;
  }
}

.inner-page__back .icon {
  color: #fff;
  margin-right: 8px;
}

.inner-page__photo {
  overflow: hidden;
  height: 350px;
  background: linear-gradient(to right, #000, #000, #575757);
}

.inner-page__photo.large {
  height: 100vh;
}

.inner-page__photo.small {
  height: 165px;
}

@media (max-width: 767px) {
  .inner-page__photo {
    height: 200px;
  }
}

.inner-page__photo img {
  width: 100%;
  height: calc(100% + 50px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  opacity: .4;
}

.breadcrumb.ui-opacity ul li a {
  opacity: .5;
}

.breadcrumb ul li a {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.breadcrumb ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  margin-right: 13px;
}

.breadcrumb ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 2px;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.breadcrumb ul li a .icon {
  font-size: 18px;
}

.breadcrumb ul li:not(:last-child):hover a:before {
  width: calc(100% - calc((8px * 2) + 13px));
}

.breadcrumb ul li:hover:last-child a:before {
  width: 100%;
}

.breadcrumb ul li:last-child a:after {
  display: none;
}

/*INNER PAGE*/

/*--
/*  20 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  padding-top: 80px;
  min-height: 680px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .page-banner-section {
    min-height: 520px;
  }
}

@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 350px;
  }
}

.page-banner .title {
  font-size: 45px;
  line-height: 1.25;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .page-banner .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 30px;
  }
}

.page-banner .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}

.page-banner .breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 12px;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  font-family: flaticon !important;
  font-size: 16px;
  padding-right: 8px;
  color: #ffffff;
}

.page-banner .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

/* Deafult Margin &amp; Padding */
.mt-5{margin-top:5px}.margin-top-10,.mt-10{margin-top:10px}.margin-top-15,.mt-15{margin-top:15px}.margin-top-20,.mt-20{margin-top:20px}.margin-top-25,.mt-25{margin-top:25px}.margin-top-30,.mt-30{margin-top:30px}.mt-35{margin-top:35px}.margin-top-40,.mt-40{margin-top:40px}.mt-45{margin-top:45px}.margin-top-50,.mt-50{margin-top:50px}.mt-55{margin-top:55px}.margin-top-60,.mt-60{margin-top:60px}.mt-65{margin-top:65px}.margin-top-70,.mt-70{margin-top:70px}.mt-75{margin-top:75px}.margin-top-80,.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px}.margin-bottom-10,.mb-10{margin-bottom:10px}.margin-bottom-15,.mb-15{margin-bottom:15px}.margin-bottom-20,.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.margin-bottom-30,.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.margin-bottom-40,.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.margin-bottom-50,.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.margin-bottom-60,.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.margin-bottom-70,.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.margin-bottom-80,.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.pt-5{padding-top:5px}.padding-top-10,.pt-10{padding-top:10px}.padding-top-15,.pt-15{padding-top:15px}.padding-top-20,.pt-20{padding-top:20px}.padding-top-25,.pt-25{padding-top:25px}.padding-top-30,.pt-30{padding-top:30px}.pt-35{padding-top:35px}.padding-top-40,.pt-40{padding-top:40px}.pt-45{padding-top:45px}.padding-top-50,.pt-50{padding-top:50px}.pt-55{padding-top:55px}.padding-top-60,.pt-60{padding-top:60px}.pt-65{padding-top:65px}.padding-top-70,.pt-70{padding-top:70px}.pt-75{padding-top:75px}.padding-top-80,.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:490px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pb-5{padding-bottom:5px}.padding-bottom-10,.pb-10{padding-bottom:10px}.padding-bottom-15,.pb-15{padding-bottom:15px}.padding-bottom-20,.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.padding-bottom-30,.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.padding-bottom-40,.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.padding-bottom-50,.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.padding-bottom-60,.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.padding-bottom-70,.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.padding-bottom-80,.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-0{padding-left:0}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25,.pl-35{padding-left:35px}.pl-30{padding-left:30px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80,.pl-85{padding-left:80px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pr-0{padding-right:0}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25,.pr-35{padding-right:35px}.pr-30{padding-right:30px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-80,.pr-85{padding-right:80px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-75{padding-right:75px}.padding-v-10{padding-top:10px;padding-bottom:10px}.padding-v-20{padding-top:20px;padding-bottom:20px}.padding-v-30{padding-top:30px;padding-bottom:30px}.padding-v-40{padding-top:40px;padding-bottom:40px}.padding-v-50{padding-top:50px;padding-bottom:50px}.padding-v-60{padding-top:60px;padding-bottom:60px}.padding-v-70{padding-top:70px;padding-bottom:70px}.padding-v-80{padding-top:80px;padding-bottom:80px}.padding-top-0{padding-top:0}.padding-bottom-0{padding-bottom:0}.margin-v-10{margin-top:10px;margin-bottom:10px}.margin-v-20{margin-top:20px;margin-bottom:20px}.margin-v-30{margin-top:30px;margin-bottom:30px}.margin-v-40{margin-top:40px;margin-bottom:40px}.margin-v-50{margin-top:50px;margin-bottom:50px}.margin-top-0{margin-top:0}.margin-bottom-0{margin-bottom:0}

.show {
  display: block;
}

@media (max-width: 991px) {
  .product-summery {
    margin-top: 40px;
  }
}

.product-summery .product-head .product-title {
  font-size: 30px;
}

@media (max-width: 479px) {
  .product-summery .product-head .product-title {
    font-size: 26px;
  }
}

.product-summery .price-box .regular-price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

@media (max-width: 479px) {
  .product-summery .price-box .regular-price {
    font-size: 16px;
  }
}

.product-summery .add-to_cart .btn {
  margin-right: 5px;
}

.product-summery .social-share span {
  font-size: 16px;
  font-weight: 600;
}

.product-summery .social-share a i {
  font-size: 28px;
  vertical-align: middle;
  margin-left: 10px;
}

.product-summery .product-meta a {
  margin-left: 10px;
}

@media (max-width: 479px) {
  .product-summery .product-meta a {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 479px) {
  .product-summery .quantity-with_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media (max-width: 479px) {
  .product-summery .quantity-with_btn .quantity {
    margin-bottom: 20px;
  }
}

.product-details-img .single-product-img a {
  width: 100%;
}

.product-details-img .single-product-img a img {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb {
  margin-top: 10px;
}

.product-details-img .single-product-thumb img {
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
  cursor: pointer;
  border: 0px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb .swiper-button-prev:focus,
.product-details-img .single-product-thumb .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}

.product-details-img .single-product-thumb .swiper-button-prev:after,
.product-details-img .single-product-thumb .swiper-button-next:after {
  display: none;
}

.product-details-img .single-product-thumb .swiper-button-prev i,
.product-details-img .single-product-thumb .swiper-button-next i {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #000000;
}

.product-details-img .single-product-thumb .swiper-button-prev i:hover,
.product-details-img .single-product-thumb .swiper-button-next i:hover {
  color: #E72463;
}

.product-details-img .single-product-thumb:hover .swiper-button-prev i,
.product-details-img .single-product-thumb:hover .swiper-button-next i {
  opacity: 1;
  visibility: visible;
}

.news-cover {
  height: 230px;
  overflow: hidden;
}

@media (min-width: 1824px) {
  .news-cover {
    height: 300px;
  }
}

.news-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.news-cover3 {
  //height: 600px;
  overflow: hidden;
  margin-right: 1px;
}

@media (min-width: 1824px) {
  .news-cover3 {
    //height: 600px;
  }
}

.news-cover3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.news-cover-blog {
  height: 230px;
  overflow: hidden;
}

@media (min-width: 1824px) {
  .news-cover-blog {
    height: 300px;
  }
}

.news-cover-blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}


/*----------------------------------------*/
/*    08 - Pages - Single-product
/*----------------------------------------*/

@media (max-width: 991px) {
  .single-product-main-area {
    margin-top: 80px;
  }
}

@media (max-width: 479px) {
  .single-product-main-area {
    margin-top: 50px;
  }
}

.single-product-main-area .nav-tabs {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 479px) {
  .single-product-main-area .nav-tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-logo img {
    width: 150px;
    margin: 3px 0px 20px 0px;
  }
}

.single-product-main-area .nav-tabs .nav-item {
  width: 100%;
  text-align: center;
}

.single-product-main-area .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  color: #000;
  background-color: #000000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  border-color: #000000;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .single-product-main-area .nav-tabs .nav-item .nav-link {
    padding: 10px 5px;
  }
}

@media (max-width: 767px) {
  .single-product-main-area .nav-tabs .nav-item .nav-link {
    padding: 8px 3px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .single-product-main-area .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}

.single-product-main-area .nav-tabs .nav-item .nav-link:hover {
  background-color: #E72463;
  border-color: #E72463;
}

.single-product-main-area .nav-tabs .nav-item .nav-link.active {
  background-color: #E72463;
  border-color: #E72463;
}

.single-product-main-area .tab-content {
  padding: 40px;
  background: #f8f8f8;
}

@media (max-width: 575px) {
  .single-product-main-area .tab-content {
    padding: 20px;
  }
}

@media (max-width: 479px) {
  .single-product-main-area .tab-content {
    padding: 10px;
  }
}

.single-product-main-area .pro_review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .single-product-main-area .pro_review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-product-main-area .review_thumb {
  min-width: 62px;
}

.single-product-main-area .review_details {
  border: 1px solid #ddd;
  margin-left: 26px;
  padding: 10px 20px;
  position: relative;
  border-radius: 3px;
}

@media (max-width: 479px) {
  .single-product-main-area .review_details {
    margin-left: 0;
    margin-top: 20px;
  }
}

.single-product-main-area .review_details:before {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.single-product-main-area .review_details .review_info h5 span {
  font-weight: 300;
  font-size: 14px;
}

.single-product-main-area .comments-reply-area .comment-input input,
.single-product-main-area .comments-reply-area .comment-input textarea,
.single-product-main-area .comments-reply-area .comment-form-comment input,
.single-product-main-area .comments-reply-area .comment-form-comment textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}

.single-product-main-area .comments-reply-area .comment-input textarea,
.single-product-main-area .comments-reply-area .comment-form-comment textarea {
  height: 140px;
}

.single-product-main-area .comments-reply-area label {
  display: block;
  margin-bottom: 3px;
}

.single-product-main-area .shipping-policy .policy-list {
  padding-left: 20px;
}

.single-product-main-area .shipping-policy .policy-list li {
  list-style: inside;
}

@media (max-width: 991px) {
  .product-summery {
    margin-top: 40px;
  }
}

.product-summery .product-head .product-title {
  font-size: 30px;
}

@media (max-width: 479px) {
  .product-summery .product-head .product-title {
    font-size: 26px;
  }
}

.product-summery .price-box .regular-price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

@media (max-width: 479px) {
  .product-summery .price-box .regular-price {
    font-size: 16px;
  }
}

.product-summery .add-to_cart .btn {
  margin-right: 5px;
}

.product-summery .social-share span {
  font-size: 16px;
  font-weight: 600;
}

.product-summery .social-share a i {
  font-size: 28px;
  vertical-align: middle;
  margin-left: 10px;
}

.product-summery .product-meta a {
  margin-left: 10px;
}

@media (max-width: 479px) {
  .product-summery .product-meta a {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 479px) {
  .product-summery .quantity-with_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media (max-width: 479px) {
  .product-summery .quantity-with_btn .quantity {
    margin-bottom: 20px;
  }
}

.product-details-img .single-product-img a {
  width: 100%;
}

.product-details-img .single-product-img a img {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb {
  margin-top: 10px;
}

.product-details-img .single-product-thumb img {
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
  cursor: pointer;
  border: 0px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb .swiper-button-prev:focus,
.product-details-img .single-product-thumb .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}

.product-details-img .single-product-thumb .swiper-button-prev:after,
.product-details-img .single-product-thumb .swiper-button-next:after {
  display: none;
}

.product-details-img .single-product-thumb .swiper-button-prev i,
.product-details-img .single-product-thumb .swiper-button-next i {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #000000;
}

.product-details-img .single-product-thumb .swiper-button-prev i:hover,
.product-details-img .single-product-thumb .swiper-button-next i:hover {
  color: #E72463;
}

.product-details-img .single-product-thumb:hover .swiper-button-prev i,
.product-details-img .single-product-thumb:hover .swiper-button-next i {
  opacity: 1;
  visibility: visible;
}


.inner-page__wrapper {
  margin-bottom: 170px;
}

.inner-page__wrapper.margin-top-0 {
  margin-top: 0;
}

.inner-page__wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.inner-page__content {
  /*min-height: 700px;*/
  margin-top: 30px;
}

.inner-page__content.no-height {
  min-height: inherit;
}

.inner-page__content.large {
  margin-top: 60px;
}

.inner-page__nav-carousel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.inner-page__nav .container {
  position: relative;
}

@media (min-width: 1280px) {
  .inner-page__nav .container {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.inner-page__nav .container:before,
.inner-page__nav .container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
}

.inner-page__nav .container:before {
  left: 200px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
}

@media (max-width: 1279px) {
  .inner-page__nav .container:before {
    left: 0;
  }
}

.inner-page__nav .container:after {
  right: 200px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
}

@media (max-width: 1279px) {
  .inner-page__nav .container:after {
    right: 0;
  }
}

.inner-page__nav .owl-item.center a {
  color: #6f6f6f;
}

.inner-page__nav .owl-item.center a:before {
  width: 100%;
}

.inner-page__nav .owl-item a {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 1.3;
}

.inner-page__nav .owl-item a:before {
  content: "";
  background: #E3000F;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.inner-page__photos {
  margin-top: 50px;
}

@media (min-width: 1280px) {
  .inner-page__photos .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*BUTON*/

.button-border-sepet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #b4169a;
  color: #fff;
}

.button-border-sepet:last-child {
  margin-right: 0;
}

.button-border-sepet .icon {
  margin-left: 10px;
  font-size: 16px;
}

.button-border-sepet.full {
  min-width: 100%;
}

.button-border-sepet.size-1 {
  min-width: 160px;
  height: 50px;
}

.button-border-sepet.color-1 {
  border: 2px solid #096bd8;
  color: #096bd8;
}

.button-border-sepet.color-1:hover {
  background: #096bd8;
  color: #fff;
}

.button-border-sepet.light {
  border: 2px solid #fff;
  color: #fff;
  height: 50px;
}

.button-border-sepet.light:hover {
  background: #000;
  color: #fff;
}

.button-border-sepet:not(.style-1):not(.style-2):not(.light):hover {
  border: 2px solid #096bd8;
  background: #096bd8;
  color: #fff;
}

.button-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #b4169a;
  background: #b4169a;
  color: #fff;
}

.button-border-whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #49c858;
  background: #49c858;
  color: #fff;
}

.button-border-whatsapp:last-child {
  margin-right: 0;
}

.button-border-whatsapp .icon {
  margin-left: 10px;
  font-size: 16px;
}

.button-border-whatsapp.full {
  min-width: 100%;
}

.button-border-whatsapp.size-1 {
  min-width: 160px;
  height: 50px;
}

.button-border-whatsapp.color-1 {
  border: 2px solid #096bd8;
  color: #096bd8;
}

.button-border-whatsapp.color-1:hover {
  background: #2bb741;
  color: #fff;
}

.button-border-whatsapp.light {
  border: 2px solid #fff;
  color: #fff;
  line-height: 20px;
}

.button-border-whatsapp.light:hover {
  background: #2bb741;
  color: #fff;
}

.button-border-whatsapp:not(.style-1):not(.style-2):not(.light):hover {
  border: 2px solid #096bd8;
  background: #096bd8;
  color: #fff;
}

/*diger*/

.button-border-diger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #ea6327;
  background: #ea6327;
  color: #fff;
}

.button-border-diger:last-child {
  margin-right: 0;
}

.button-border-diger .icon {
  margin-left: 10px;
  font-size: 16px;
}

.button-border-diger.full {
  min-width: 100%;
}

.button-border-diger.size-1 {
  min-width: 160px;
  height: 50px;
}

.button-border-diger.color-1 {
  border: 2px solid #096bd8;
  color: #096bd8;
}

.button-border-diger.color-1:hover {
  background: #1e96c8;
  color: #fff;
}

.button-border-diger.light {
  border: 2px solid #fff;
  color: #fff;
  line-height: 20px;
}

.button-border-diger.light:hover {
  background: #1e96c8;
  color: #fff;
}

.button-border-diger:not(.style-1):not(.style-2):not(.light):hover {
  border: 2px solid #096bd8;
  background: #096bd8;
  color: #fff;
}


/*diger*/

/*telegram*/

.button-border-telegram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #34abdf;
  background: #34abdf;
  color: #fff;
}

.button-border-telegram:last-child {
  margin-right: 0;
}

.button-border-telegram .icon {
  margin-left: 10px;
  font-size: 16px;
}

.button-border-telegram.full {
  min-width: 100%;
}

.button-border-telegram.size-1 {
  min-width: 160px;
  height: 50px;
}

.button-border-telegram.color-1 {
  border: 2px solid #096bd8;
  color: #096bd8;
}

.button-border-telegram.color-1:hover {
  background: #1e96c8;
  color: #fff;
}

.button-border-telegram.light {
  border: 2px solid #fff;
  color: #fff;
  line-height: 20px;
}

.button-border-telegram.light:hover {
  background: #1e96c8;
  color: #fff;
}

.button-border-telegram:not(.style-1):not(.style-2):not(.light):hover {
  border: 2px solid #096bd8;
  background: #096bd8;
  color: #fff;
}


/*telegram*/

.button-border:last-child {
  margin-right: 0;
}

.button-border .icon {
  margin-left: 10px;
  font-size: 16px;
}

.button-border.full {
  min-width: 100%;
}

.button-border.size-1 {
  min-width: 160px;
  height: 50px;
}

.button-border.color-1 {
  border: 2px solid #096bd8;
  color: #096bd8;
}

.button-border.color-1:hover {
  background: #096bd8;
  color: #fff;
}

.button-border.light {
  border: 2px solid #fff;
  color: #fff;
  line-height: 20px;
}

.button-border.light:hover {
  background: #000;
  color: #fff;
}

.button-border:not(.style-1):not(.style-2):not(.light):hover {
  border: 2px solid #096bd8;
  background: #096bd8;
  color: #fff;
}

.button-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
}

.button-line .icon {
  margin-left: 10px;
  color: #096bd8;
  font-size: 16px;
}

.button-line:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  background: #0a6cd8;
  height: 2px;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.button-line:hover {
  color: #0a6cd8;
}

.button-line:hover:before {
  width: 100%;
}


/*BUTON*/


/* Subscribe Box */
#subscribe-css {
  position: relative;
  padding: 20px 0;
  background: #374760;
  overflow: hidden;
  border-top: 4px solid #eee;
}

.subscribe-wrapper {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  width: 100%
}

.subscribe-form {
  clear: both;
  display: block;
  overflow: hidden
}

form.subscribe-form {
  clear: both;
  display: block;
  margin: 0;
  width: auto;
  overflow: hidden
}

.subscribe-css-email-field {
  background: #415471;
  color: #ccc;
  margin: 10px 0;
  padding: 15px 20px;
  width: 35%;
  border: 0
}

.subscribe-css-email-button {
  background: #3cc091;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 14px 30px;
  margin-left: 15px;
  text-transform: none;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
  transition: all .6s
}

.subscribe-css-email-button:hover {
  background: #37b185;
}

#subscribe-css p.subscribe-note {
  margin: 16px;
  text-align: center;
  color: rgba(255, 255, 255, .6);
  font-size: 180%;
  font-weight: 400;
  line-height: normal;
}

#subscribe-css p.subscribe-note span {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  transition: all .5s
}

#subscribe-css p.subscribe-note span.itatu {
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, .6);
  text-transform: lowercase
}

#subscribe-css p.subscribe-note span.itatu:before,
#subscribe-css p.subscribe-note span.itatu:after {
  display: none
}

#subscribe-css p.subscribe-note span:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  margin: 10px 0 0;
  background: rgba(255, 255, 255, .1);
  transition: all .5s
}

#subscribe-css:hover p.subscribe-note span:before {
  width: 100%;
}


.winbiz-about-section-7 .about-left {
  position: relative;
  padding-left: 55px;
}

.winbiz-about-section-7 .about-left .section-title {
  margin: 0;
}

.winbiz-about-section-7 .about-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #002e5b;
  width: 1px;
  height: 315px;
}

.winbiz-about-section-7 .about-left .btn {
  text-transform: uppercase;
  margin-top: 40px;
}

.winbiz-about-section-7 .about-right {
  padding-left: 35px;
}

.winbiz-about-section-7 .about-right .title {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 30px;
}

.winbiz-about-section-7 .about-right p {
  font-size: 14px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  .winbiz-about-section-7 .about-left {
    margin-bottom: 50px;
  }

  .winbiz-about-section-7 .about-left::before {
    height: 235px;
  }

  .winbiz-about-section-7 .about-right {
    padding-left: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .winbiz-about-section-7 .about-left {
    margin-bottom: 50px;
  }

  .winbiz-about-section-7 .about-left::before {
    height: 205px;
  }

  .winbiz-about-section-7 .about-right {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 449px) {
  .winbiz-about-section-7 .about-left {
    padding-left: 28px;
  }
}


/*--Section Title--*/
.section-title {
  //max-width: 560px;
  margin: 0 auto;
}

.section-title .title {
  font-size: 42px;
  line-height: 50px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #002e5b;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
  }
}

.section-title .title.white {
  color: #ffffff;
}

.section-title .sub-title {
  font-size: 13px;
  line-height: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative;
}

.section-title .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #fde428;
  width: 2px;
  height: 11px;
  transform: translateY(-50%);
}

.section-title .sub-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #fde428;
  width: 2px;
  height: 11px;
  transform: translateY(-50%);
}

.section-title .sub-title.white {
  color: #ffffff;
}

.section-title .sub-title.sub-title2::after {
  display: none;
}

/*--Section Title Two--*/
.section-title2 {
  max-width: 690px;
  margin: 0 auto;
}

.section-title2 .title {
  font-size: 48px;
  line-height: 54px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  color: #333333;
}

.section-title2 .title span {
  color: #fde428;
}

@media only screen and (max-width: 1199px) {
  .section-title2 .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title2 .sub-title {
  font-size: 12px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title2 p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #4c4d56;
  padding: 0 50px;
  margin-top: 20px;
}

.header-top-section {
  background: linear-gradient(to right, #e4005c, #9a134a, #e4005c);
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
}

.header-top-wrapper .header-top-info ul li i {
  font-size: 16px;
  color: #fde428;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li+li {
  margin-left: 40px;
}

.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}

.header-top-wrapper .header-social ul li {
  display: inline-block;
}

.header-top-wrapper .header-social ul li+li {
  margin-left: 25px;
}

.header-top-wrapper .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}

.header-top-wrapper .header-social ul li a:hover {
  color: #fde428;
}

.header-section-02 .header-top-section {
  padding-bottom: 50px;
}

.header-section-02 .header-bottom-section {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-section-02 .header-bottom-section .header-wrap {
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .header-section-02 .header-bottom-section {
    position: unset;
  }

  .header-section-02 .header-bottom-section .header-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header-section-3 .main-menu ul li.has-dropdown&gt;a {
  padding-right: 14px;
}

.header-section-3 .main-menu ul li.has-dropdown&gt;a::after {
  top: 31px;
}

.header-section-3 .main-menu ul li a {
  padding: 30px 0;
}

.header-section-3 .header-info {
  background: #fde428;
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
  margin-left: 40px;
}

.header-section-3 .header-info .info-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.header-section-4 .header-top-section {
  background: #ffffff;
}

.header-section-4 .header-top-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-section-4 .header-top-wrapper .header-top-info ul {
  display: flex;
  flex-wrap: wrap;
}

.header-section-4 .header-top-wrapper .header-top-info ul li {
  display: flex;
  position: relative;
}

.header-section-4 .header-top-wrapper .header-top-info ul li+li {
  margin-left: 25px;
  padding-left: 25px;
}

.header-section-4 .header-top-wrapper .header-top-info ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #e1e1e1;
  width: 1px;
  height: 35px;
  transform: translateY(-50%);
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-icon i {
  font-size: 18px;
  color: #fde428;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-content {
  flex: 1;
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-content p {
  font-size: 12px;
  line-height: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #777777;
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-content .title {
  font-size: 14px;
  line-height: 18px;
}

.header-section-4 .header-bottom-section {
  background: #002e5b;
}

.header-section-4 .header-bottom-section .header-logo {
  display: none;
}

.header-section-4 .main-menu ul li.has-dropdown&gt;a::after {
  top: 27px;
  color: #ffffff;
}

.header-section-4 .main-menu ul li a {
  color: #ffffff;
  padding: 25px 0;
}

.header-section-4 .main-menu ul li.active-menu&gt;a {
  color: #fde428;
}

.header-section-4 .main-menu ul li.active-menu&gt;a::after {
  color: #fde428;
}

.header-section-4 .main-menu ul li:hover&gt;a {
  color: #fde428;
}

.header-section-4 .main-menu ul li:hover&gt;a::after {
  color: #fde428;
}

.header-section-4 .header-info {
  height: 70px;
  line-height: 70px;
}

.header-section-4 .header-cart {
  padding-left: 0;
  margin-left: 0;
}

.header-section-4 .header-cart::before {
  display: none;
}

.header-section-4 .header-cart .cart-btn {
  color: #ffffff;
}

.header-section-4 .header-cart .cart-btn:hover {
  color: #fde428;
}

.header-section-4 .dropdown-cart {
  top: 50px !important;
}

.header-section-4 .header-search .search-btn {
  color: #ffffff;
}

.header-section-4 .header-search .search-btn:hover {
  color: #fde428;
}

@media only screen and (max-width: 1199px) {
  .header-section-4 .header-top-wrapper .header-top-info ul li+li {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-section-4 {
    background: #002e5b;
  }

  .header-section-4 .header-bottom-section {
    background: none;
  }

  .header-section-4 .header-bottom-section .header-logo {
    display: block;
  }
}

.header-section-5 .header-top-section {
  border-bottom: 1px solid #1a436c;
}

.header-section-5 .header-bottom-section {
  background: #002e5b;
}

.header-section-5 .main-menu ul li.has-dropdown&gt;a {
  padding-right: 14px;
}

.header-section-5 .main-menu ul li.has-dropdown&gt;a::after {
  top: 35px;
  color: #ffffff;
}

.header-section-5 .main-menu ul li a {
  color: #ffffff;
  padding: 35px 0;
}

.header-section-5 .main-menu ul li.active-menu&gt;a {
  color: #fde428;
}

.header-section-5 .main-menu ul li.active-menu&gt;a::after {
  color: #fde428;
}

.header-section-5 .main-menu ul li:hover&gt;a {
  color: #fde428;
}

.header-section-5 .main-menu ul li:hover&gt;a::after {
  color: #fde428;
}

.header-section-5 .header-info {
  margin-right: 40px;
}

.header-section-5 .header-info .info-text span {
  color: #ffffff;
}

.header-section-5 .header-info .info-text .number {
  color: #ffffff;
}

.header-section-5 .header-cart {
  padding-left: 0;
  margin-left: 0;
}

.header-section-5 .header-cart::before {
  display: none;
}

.header-section-5 .header-cart .cart-btn {
  color: #ffffff;
}

.header-section-5 .header-cart .cart-btn:hover {
  color: #fde428;
}

.header-section-5 .dropdown-cart {
  top: 50px !important;
}

.header-section-5 .header-search .search-btn {
  color: #ffffff;
}

.header-section-5 .header-search .search-btn:hover {
  color: #fde428;
}

@media only screen and (max-width: 991px) {
  .header-section-5 {
    background: #002e5b;
  }

  .header-section-5 .header-bottom-section {
    background: none;
  }
}

.header-section-6 {
  background: transparent;
}

.header-section-6 .header-logo .logo-black {
  display: none;
}

.header-section-6.sticky {
  background: #ffffff;
}

.header-section-6.sticky .header-logo .logo-black {
  display: block;
}

.header-section-6.sticky .header-logo .logo-white {
  display: none;
}

.header-section-6.sticky .main-menu ul li.has-dropdown&gt;a::after {
  color: #002e5b;
}

.header-section-6.sticky .main-menu ul li a {
  color: #031628;
}

.header-section-6.sticky .main-menu ul li.active-menu&gt;a {
  color: #fde428;
}

.header-section-6.sticky .main-menu ul li.active-menu&gt;a::after {
  color: #fde428;
}

.header-section-6.sticky .main-menu ul li:hover&gt;a {
  color: #fde428;
}

.header-section-6.sticky .main-menu ul li:hover&gt;a::after {
  color: #fde428;
}

.header-section-6.sticky .header-info .info-text span {
  color: #031628;
}

.header-section-6.sticky .header-info .info-text .number {
  color: #031628;
}

.header-section-6.sticky .header-cart .cart-btn {
  color: #333333;
}

.header-section-6.sticky .header-cart .cart-btn:hover {
  color: #fde428;
}

.header-section-6.sticky .header-search .search-btn {
  color: #333333;
}

.header-section-6.sticky .header-search .search-btn:hover {
  color: #fde428;
}

.header-section-6 .header-bottom-section {
  background: none;
}

.header-section-6 .header-info {
  margin-right: 0;
}

.header-section-6 .header-cart {
  padding-left: 20px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .header-section-6 .header-cart {
    padding-left: 0;
    margin-left: 0;
  }
}

.header-section-6 .header-cart::before {
  display: block;
}

@media only screen and (max-width: 767px) {
  .header-section-6 .header-cart::before {
    display: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}

.header-section-02 .header-bottom-section.sticky {
  background: #ffffff;
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}

.header-section-02 .header-bottom-section.sticky .header-wrap {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 991px) {
  .header-section-02 .header-bottom-section.sticky {
    padding: 15px 0;
  }
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.icon-box-2 {
  text-align: center;
  margin-top: 45px;
  position: relative;
}

.icon-box-2 i {
  width: 80px;
  height: 80px;
  background-color: #eee;
  border-radius: 50%;
  line-height: 80px;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  color: #ed7916;
  position: relative;
  z-index: 11;
}

.icon-box-2 span {
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.icon-box-2 h4 {
  margin: 4px 0;
  line-height: 26px;
}

.icon-box-2 h3 {
  margin: 4px 0;
  line-height: 26px;
  font-size: 19px;
  font-weight: 500;
}

.icon-box-2 p {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}

section.fullwidth .icon-box-2 p {
  margin-bottom: 0;
}

.icon-box-2.with-line:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40px;
  background: #e9e9e9;
  display: block;
  z-index: 9;
}

.golgeVer {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  font-family: Rubik, sans-serif;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .product-summery {
    margin-top: 40px;
  }
}

.product-summery .product-head .product-title {
  font-size: 30px;
}

@media (max-width: 479px) {
  .product-summery .product-head .product-title {
    font-size: 26px;
  }
}

.product-summery .price-box .regular-price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}

@media (max-width: 479px) {
  .product-summery .price-box .regular-price {
    font-size: 16px;
  }
}

.product-summery .add-to_cart .btn {
  margin-right: 5px;
}

.product-summery .social-share span {
  font-size: 16px;
  font-weight: 600;
}

.product-summery .social-share a i {
  font-size: 28px;
  vertical-align: middle;
  margin-left: 10px;
}

.product-summery .product-meta a {
  margin-left: 10px;
}

@media (max-width: 479px) {
  .product-summery .product-meta a {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 479px) {
  .product-summery .quantity-with_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media (max-width: 479px) {
  .product-summery .quantity-with_btn .quantity {
    margin-bottom: 20px;
  }
}

.product-details-img .single-product-img a {
  width: 100%;
}

.product-details-img .single-product-img a img {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb {
  margin-top: 10px;
}

.product-details-img .single-product-thumb img {
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
  cursor: pointer;
  border: 0px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.product-details-img .single-product-thumb .swiper-button-prev:focus,
.product-details-img .single-product-thumb .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}

.product-details-img .single-product-thumb .swiper-button-prev:after,
.product-details-img .single-product-thumb .swiper-button-next:after {
  display: none;
}

.product-details-img .single-product-thumb .swiper-button-prev i,
.product-details-img .single-product-thumb .swiper-button-next i {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #000000;
}

.product-details-img .single-product-thumb .swiper-button-prev i:hover,
.product-details-img .single-product-thumb .swiper-button-next i:hover {
  color: #E72463;
}

.product-details-img .single-product-thumb:hover .swiper-button-prev i,
.product-details-img .single-product-thumb:hover .swiper-button-next i {
  opacity: 1;
  visibility: visible;
}


.inner-page__wrapper {
  margin-bottom: 170px;
}

.inner-page__wrapper.margin-top-0 {
  margin-top: 0;
}

.inner-page__wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.inner-page__content {
  /*min-height: 700px;*/
  margin-top: 30px;
}

.inner-page__content.no-height {
  min-height: inherit;
}

.inner-page__content.large {
  margin-top: 60px;
}

.inner-page__nav-carousel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.inner-page__nav .container {
  position: relative;
}

@media (min-width: 1280px) {
  .inner-page__nav .container {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.inner-page__nav .container:before,
.inner-page__nav .container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
}

.inner-page__nav .container:before {
  left: 200px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
}

@media (max-width: 1279px) {
  .inner-page__nav .container:before {
    left: 0;
  }
}

.inner-page__nav .container:after {
  right: 200px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), to(transparent));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
}

@media (max-width: 1279px) {
  .inner-page__nav .container:after {
    right: 0;
  }
}

.inner-page__nav .owl-item.center a {
  color: #6f6f6f;
}

.inner-page__nav .owl-item.center a:before {
  width: 100%;
}

.inner-page__nav .owl-item a {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 1.3;
}

.inner-page__nav .owl-item a:before {
  content: "";
  background: #E3000F;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.inner-page__photos {
  margin-top: 50px;
}

@media (min-width: 1280px) {
  .inner-page__photos .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1280px) {
  .inner-page__photos .row&gt;div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner-page__photos .item {
  height: 480px;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .inner-page__photos .item {
    height: auto !important;
    margin-bottom: 10px;
  }
}

.inner-page__photos .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner-page__photos .item:last-child {
    margin-bottom: 10px;
  }
}

.inner-page__photos .item.small {
  height: 225px;
}

.inner-page__photos .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page__div {
  margin-top: 70px;
}

@media (min-width: 1280px) {
  .inner-page__div.padding-h {
    padding-left: 230px;
    padding-right: 230px;
  }
}

@media (min-width: 1280px) {
  .product-detail&gt;.row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1280px) {
  .product-detail&gt;.row&gt;div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-detail__photo {
  background: #fff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (max-width: 767px) {
  .product-detail__photo {
    height: auto;
  }
}

.product-detail__photo a {
  height: 100%;
  display: block;
  position: relative;
}

.product-detail__photo a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
}

.product-detail__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-detail__description {
  /*padding-top: 30px;*/
}

.product-detail__description .title {
  color: #b01797;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.product-detail__description .code {
  margin-top: 3px;
  font-size: 13px;
  color: #1A1A18;
  font-weight: 300;
}

.product-detail__description .code strong {
  font-weight: 800;
}

.product-detail__description .text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}

.product-detail__buttons.row {
  margin-left: -5px;
  margin-right: -5px;
}

.product-detail__buttons&gt;div {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 479px) {
  .product-detail__buttons&gt;div {
    margin-bottom: 10px;
  }

  .product-detail__buttons&gt;div:last-child {
    margin-bottom: 0;
  }
}

.product-detail .campaign-photo {
  height: 227.5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-detail .campaign {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-detail .campaign {
    margin-top: 30px;
  }
}

/*COL SIDEBAR*/
.col-sidebar__box {
  position: relative;
}

.col-sidebar__box-cover {
  height: 300px;
}

.col-sidebar__box-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-sidebar__box-body {
  padding: 30px;
  background: #f7f7f7;
}

.col-sidebar__box-body.style-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
}

.col-sidebar__box-body.dark .title {
  color: #222;
}

.col-sidebar__box-body.dark .text {
  color: #6d6e71;
}

.col-sidebar__box-body .title {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 200;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .col-sidebar__box-body .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sidebar__box-body .title {
    font-size: 16px;
  }
}

.col-sidebar__box-body .title strong {
  font-weight: 800;
}

.col-sidebar__box-body .text {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .col-sidebar__box .button {
    width: 100%;
    min-width: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sidebar__box .button {
    width: 100%;
    min-width: inherit;
  }
}

.col-sidebar__items ul li {
  margin-bottom: 10px;
}

.col-sidebar__items ul li:last-child {
  margin-bottom: 0;
}

.col-sidebar__items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #f7f7f7;
  padding: 7px;
  -webkit-transition: .3s;
  transition: .3s;
}

.col-sidebar__items ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.col-sidebar__items .item-photo {
  width: 100px;
  height: 70px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sidebar__items .item-photo {
    width: 80px;
    height: 60px;
  }
}

.col-sidebar__items .item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-sidebar__items .item-desc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sidebar__items .item-desc .title {
  color: #222;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  max-height: 40px;
  line-height: 1.4;
}

.col-sidebar&gt;div {
  margin-bottom: 30px;
}

.col-sidebar&gt;div:last-child {
  margin-bottom: 0;
}

.col-sidebar__nav ul {
  background: #fff;
}

.col-sidebar__nav ul li:first-child a {
  font-family: 'Oswald', sans-serif;
}

.col-sidebar__nav ul li:last-child a {
  font-family: 'Oswald', sans-serif;
}

.col-sidebar__nav ul li a {
  display: -webkit-box;
  font-family: 'Oswald', sans-serif;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 18px 30px;
  color: #333333;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}

.col-sidebar__nav ul li a.all {
  background: #fff;
  color: #fff;
}

.col-sidebar__nav ul li a:after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.col-sidebar__nav ul li a:not(.all):hover {
  padding-left: 37px;
  background: #000;
  color: #fff;
}

.col-sidebar__nav ul li a:not(.all):hover:after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1.3);
  transform: translateY(-50%) rotate(45deg) scale(1.3);
}

.col-sidebar__nav.small ul {
  border-bottom: none;
}

.col-sidebar__nav.small ul li a {
  font-weight: 600;
  font-size: 14px;
  padding: 15px 25px;
}

.col-sidebar__nav.small ul li a:after {
  content: "";
  width: 8px;
  height: 8px;
}

.col-sidebar__nav.small ul li a:not(.all):hover {
  padding-left: 30px;
  color: #096bd8;
}

.col-sidebar__nav.small ul li a:not(.all):hover:after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1.1);
  transform: translateY(-50%) rotate(45deg) scale(1.1);
}

.col-sidebar__box {
  position: relative;
}

.col-sidebar__box-cover {
  height: 310px;
}

.col-sidebar__box-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-sidebar__box-body {
  padding: 45px 50px;
  background: #096bd8;
  border-radius: 10px;
}

.col-sidebar__box-body .small-title {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2em;
}

.col-sidebar__box-body .title {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px 2px 3px #141415;
}

.col-sidebar__box-body .text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  opacity: .7;
  margin-bottom: 30px;
  text-shadow: 0px 2px 3px #141415;
}

/*COL SIDEBAR*/


.contact {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .contact {
    margin-top: 30px;
  }
}

.contact-address ul li {
  position: relative;
}

@media (max-width: 479px) {
  .contact-address ul li {
    margin-bottom: 40px;
  }

  .contact-address ul li:last-child {
    margin-bottom: 0;
  }
}

.contact-address .icon {
  margin-right: 0;
  background: #096bd8;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: -16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.contact-address__info {
  background: #f4f9fc;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
}

.contact-address__info .title {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.contact-address__info .text {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.3;
}

.contact-address__cards .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .contact-address__cards .row&gt;div {
    margin-bottom: 20px;
  }

  .contact-address__cards .row&gt;div:last-child {
    margin-bottom: 0;
  }
}

.contact-address__wrapper {
  background: #f4f9fc;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 350px;
}

.contact-address__wrapper&gt;.icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  color: #df1525;
}

.contact-address__summary .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contact-address__summary .address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-address__summary .address,
.contact-address__summary .text {
  color: #999;
  font-size: 21px;
}

.contact-address__summary .text {
  font-weight: 700;
  color: #6f6f6f;
  display: block;
}

.contact-social__content {
  background-image: url("../img/social-cover.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 181px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-social__content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 48px;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 479px) {
  .contact-social__content a {
    font-size: 32px;
    width: 60px;
    height: 60px;
  }
}

.contact-social__content a:hover {
  border: 1px solid #fff;
}

.contact-map {
  background: #fff;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px rgba(9, 107, 216, 0.2);
  box-shadow: 0 10px 50px rgba(53, 54, 55, 0.2);
}

.contact-map iframe {
  height: 500px;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .contact-map iframe {
    height: 300px;
  }
}

/*INNER PAGE*/
.inner-page__photos {
  /*margin-top: 35px;*/
}

@media (min-width: 1280px) {
  .inner-page__photos .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1280px) {
  .inner-page__photos .row&gt;div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner-page__photos .item {
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .inner-page__photos .item {
    height: auto !important;
    margin-bottom: 10px;
  }
}

.inner-page__photos .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner-page__photos .item:last-child {
    margin-bottom: 10px;
  }
}

.inner-page__photos .item.small {
  height: 225px;
}

.inner-page__photos .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page__content {
  margin-top: 30px;
}

.inner-page__content.no-height {
  min-height: inherit;
}

.inner-page__content.large {
  margin-top: 60px;
}

.inner-page__header {
  position: relative;
  overflow: hidden;
}

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner-page__heading .container {
  height: 100%;
  padding-top: calc(165px - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-page__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .inner-page__back {
    display: none;
  }
}

.inner-page__back .icon {
  color: #fff;
  margin-right: 8px;
}

.inner-page__photo {
  overflow: hidden;
  height: 350px;
  background: linear-gradient(to right, #000, #000, #c21515);
}

.inner-page__photo.large {
  height: 100vh;
}

.inner-page__photo.small {
  height: 165px;
}

@media (max-width: 767px) {
  .inner-page__photo {
    height: 200px;
  }
}

.inner-page__photo img {
  width: 100%;
  height: calc(100% + 50px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  opacity: .4;
}

.breadcrumb.ui-opacity ul li a {
  opacity: .5;
}

.breadcrumb ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.breadcrumb ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  margin-right: 13px;
}

.breadcrumb ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 2px;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.breadcrumb ul li a .icon {
  font-size: 18px;
}

.breadcrumb ul li:not(:last-child):hover a:before {
  width: calc(100% - calc((8px * 2) + 13px));
}

.breadcrumb ul li:hover:last-child a:before {
  width: 100%;
}

.breadcrumb ul li:last-child a:after {
  display: none;
}

/*INNER PAGE*/

.app-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 35px;
  bottom: 30px;
  background: #ed1c24;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 2002;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .app-scroll {
    width: 50px;
    height: 50px;
    /*right: 15px;*/
    bottom: 45px;
  }
}

.app-scroll .icon {
  font-size: 20px;
}

@media (max-width: 767px) {
  .app-scroll .icon {
    font-size: 16px;
  }
}

.app-scroll.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 40px;
  right: 33px;
  background: #25d366;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .whatsapp {
    /*right: 12px;*/
    width: 55px;
    height: 55px;
  }
}

.whatsapp.ui-style-phone {
  background: #585858;
}

@media (max-width: 767px) {
  .whatsapp.ui-style-phone {
    /*bottom: 140px;*/
  }
}

.whatsapp.ui-style-phone a {
	color:#fff;
}

.whatsapp:before,
.whatsapp:after {
  content: "";
  position: absolute;
  background: rgb(255 255 255 / 20%);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.whatsapp.ui-style-phone::before,
.whatsapp.ui-style-phone::after {
  background: rgb(255 255 255 / 20%);
}

.whatsapp:before {
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .whatsapp:before {
    width: 65px;
    height: 65px;
  }
}

.whatsapp:after {
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .whatsapp:after {
    width: 75px;
    height: 75px;
  }
}

.whatsapp .icon {
  font-size: 28px;
}

.whatsapp.ui-style-phone .icon {
  font-size: 24px;
}

@media (max-width: 767px) {
  .whatsapp .icon {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .whatsapp.ui-style-phone .icon {
    font-size: 18px;
  }
}

.whatsapp.is-active {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

@media (max-width: 767px) {
  .whatsapp.is-active {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.socialFontSize {
  font-size: 25px;
  color: #fff;
}


.section-about {
  position: relative;
}


@media (max-width: 767px) {
  .section-about::before {
    display: none;
  }
}

@media (min-width: 1750px) {
  .section-about::before {
    top: -150px;
    height: 550px;
  }
}

.section-services {
  padding-top: 150px;
  position: relative;
}

@media (max-width: 767px) {
  .section-services {
    padding-top: 50px;
  }
}

.section-services .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .section-services .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section-services .section-header .text {
  max-width: 500px;
}

@media (max-width: 767px) {
  .section-services .section-header .text {
    margin-bottom: 20px;
  }
}

.section-services::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  width: 750px;
  height: 600px;
  background-color: #2F4858;
  opacity: .04;
  border-radius: 0 500px 100px 0;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
  z-index: -1;
}

.section-parallax {
  padding-top: 70px;
}

.section-values {
  padding-top: 70px;
  position: relative;
}

.section-values .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .section-header {
  padding-top: 80px;
}

.about-right {
  position: relative;
}

.about-photo {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
}


.about-logo {
  position: absolute;
  left: -60px;
  bottom: -60px;
  background-color: #c8982b;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .about-logo {
    left: inherit;
    right: 0;
    bottom: inherit;
    top: -50px;
  }
  

  
}

.about-logo::before {
  content: "";
  position: absolute;
  inset: -25px;
  background-image: url("../../assets/images/write-circle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: circle 50s infinite running linear;
  animation: circle 50s infinite running linear;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1000deg);
    transform: rotate(1000deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1000deg);
    transform: rotate(1000deg);
  }
}

.about-logo img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.parallax-photo {
  width: 100%;
  height: 650px;
  position: relative;
}

@media (max-width: 767px) {
  .parallax-photo {
    height: 300px;
  }
}

.parallax-photo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#2F4858));
  background-image: -o-linear-gradient(left, transparent, #2F4858);
  background-image: linear-gradient(to right, transparent, #2F4858);
  width: 350px;
}

@media (max-width: 767px) {
  .parallax-photo::before {
    top: inherit;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2F4858));
    background-image: -o-linear-gradient(top, transparent, #2F4858);
    background-image: linear-gradient(to bottom, transparent, #2F4858);
  }
}

.parallax-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.parallax-body {
  padding-inline: 50px;
  padding-top: 40px;
  background-color: #2F4858;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .parallax-body {
    padding-inline: 30px;
    padding-bottom: 40px;
  }
}

.parallax-body::before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  background-image: url("../../assets/images/gear-bg.png");
  width: 250px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: .1;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.parallax-body .section-header .title {
  color: #fff;
  font-size: 52px;
}

@media (max-width: 479px) {
  .parallax-body .section-header .title {
    font-size: 42px;
  }
  
    .about-photo {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
}

.about-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
  
}

.parallax-body .section-header .text {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.parallax-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parallax-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parallax-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.parallax-list ul li:not(:last-child) .icon::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  top: 0;
  left: 30px;
  border-left: 1px dashed #f2f2f2;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}

.parallax-list ul li .icon {
  width: 60px;
  height: 60px;
  background-color: #c8982b;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.parallax-list ul li .icon img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.parallax-list ul li .desc {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.parallax-list ul li .desc .title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.parallax-list ul li .desc .text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 350px;
}

.values-cover {
  width: 350px;
  height: 100%;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .values-cover {
    width: 150px;
    top: -450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .values-cover {
    width: 270px;
    top: -150px;
  }
}

.values-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.values ul li:not(:last-child) {
  margin-bottom: 20px;
}

.values ul li:not(:last-child) .number::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 45px;
  border-bottom: 1px dashed #c8982b;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .values ul li:not(:last-child) .number::before {
    display: none;
  }
}

.values ul li:hover .number {
  background-color: #c8982b;
  color: #fff;
}

.values ul li .number {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  border: 1px solid rgba(200, 152, 43, 0.7);
  color: rgba(30, 29, 28, 0.4);
  margin-bottom: 30px;
  border-radius: 999px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width: 767px) {
  .values ul li .number::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 45px;
    border-bottom: 1px dashed #c8982b;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: -1;
  }
}

.values ul li .title,
.values ul li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.values ul li .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #1e1d1c;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}

.values ul li .text {
  font-size: 13px;
  color: rgba(100, 112, 124, 0.7);
  -webkit-line-clamp: 4;
}

@media (max-width: 767px) {
  .section-about::before {
    display: none;
  }
}

@media (min-width: 1750px) {
  .section-about::before {
    top: -150px;
    height: 550px;
  }
}

.section-services {
  padding-top: 150px;
  position: relative;
}

@media (max-width: 767px) {
  .section-services {
    padding-top: 50px;
  }
}

.section-services .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .section-services .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section-services .section-header .text {
  max-width: 500px;
}

@media (max-width: 767px) {
  .section-services .section-header .text {
    margin-bottom: 20px;
  }
}

.section-services::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  width: 750px;
  height: 600px;
  background-color: #2F4858;
  opacity: .04;
  border-radius: 0 500px 100px 0;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
  z-index: -1;
}

.section-parallax {
  padding-top: 70px;
}

.section-values {
  padding-top: 70px;
  position: relative;
}

.section-values .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.about-right {
  position: relative;
}

.about-photo {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
}

.about-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.about-logo {
  position: absolute;
  left: -60px;
  bottom: -60px;
  background-color: #c21515;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .about-logo {
    left: inherit;
    right: 0;
    bottom: inherit;
    top: -50px;
  }
}

.about-logo::before {
  content: "";
  position: absolute;
  inset: -25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: circle 50s infinite running linear;
  animation: circle 50s infinite running linear;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1000deg);
    transform: rotate(1000deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1000deg);
    transform: rotate(1000deg);
  }
}

.about-logo img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.parallax-photo {
  width: 100%;
  height: 650px;
  position: relative;
}

@media (max-width: 767px) {
  .parallax-photo {
    height: 300px;
  }
}

.parallax-photo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#2F4858));
  background-image: -o-linear-gradient(left, transparent, #2F4858);
  background-image: linear-gradient(to right, transparent, #2F4858);
  width: 350px;
}

@media (max-width: 767px) {
  .parallax-photo::before {
    top: inherit;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2F4858));
    background-image: -o-linear-gradient(top, transparent, #2F4858);
    background-image: linear-gradient(to bottom, transparent, #2F4858);
  }
}

.parallax-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.parallax-body {
  padding-inline: 50px;
  padding-top: 40px;
  background-color: #2F4858;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .parallax-body {
    padding-inline: 30px;
    padding-bottom: 40px;
  }
}

.section-header .title {
  color: #222;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.3;
}

@media (max-width: 479px) {
  .section-header .title {
    font-size: 32px;
  }
}

.section-header .title span {
  color: #c21515;
}

.section-header .text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(100, 112, 124, 1);
  margin-top: 10px;
}


.blog-slider {
  width: 95%;
  position: relative;
  /*max-width: 800px;*/
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto 55px;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content&gt;*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);*/
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  //background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content&gt;* {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  background: #ff0000;
  padding: 15px 35px;
  width: 50% !important;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.icon-box-2 {
  text-align: center;
  margin-top: 45px;
  position: relative
}

.icon-box-2 i {
  width: 80px;
  height: 80px;
  background-color: #eee;
  border-radius: 50%;
  line-height: 80px;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  color: #ed7916;
  position: relative;
  z-index: 11
}

.icon-box-2 span {
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500
}

.icon-box-2 h4 {
  margin: 4px 0;
  line-height: 26px
}

.icon-box-2 h3 {
  margin: 4px 0;
  line-height: 26px;
  font-size: 19px;
  font-weight: 500
}

.icon-box-2 p {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px
}

section.fullwidth .icon-box-2 p {
  margin-bottom: 0
}


.golgeVerUyelik {
  color: #fff;
  background: #5b5b5c;
  padding: 20px;
  font-family: 'Rubik', sans-serif;
  border-radius: 10px;
  font-size: 18px;
}

.golgeVerTeslimat {
  color: #000;
  background: #fff;
  padding: 20px;
  line-height: 22px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}

.golgeVer {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  font-family: 'Rubik', sans-serif;
  border-radius: 20px;
}

.golgeVerVaryasyonLens {
  color: #000;
  padding: 20px;
  line-height: 22px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}

.golgeVerUyelikKayit {
  color: #5b5b5c;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.yenile_buton {
  padding: 12px 25px;
  background: #333;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 100px;
  margin-left: 5px;
  border-radius: 5px;
  float: left;
  text-align: center
}

.guvenlik_resmi {
  border-radius: 5px;
  float: left;
  font-size: 22px !important;
}

/* breadcrumbs css*/
.bredcumbs-area {
  position: relative;
  padding: 50px 0 50px;
  z-index: 1;
}

.bredcumbs-area:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  //background-color: rgba(13, 35, 53, 0.5);
  z-index: -1;
}



.bredcumbs-area .page-title-inner h2 {
  font-size: 50px;
  color: #009fe3 !important;
  margin-bottom: 20px;
  background: linear-gradient(89.53deg, #fff -1.09%, #fff 126.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Oswald', sans-serif;
  background-clip: text;
  display: flex;
  width: 100%;
  font-weight: 800;
}

.bredcumbs-area .page-title-inner .bredcumbs-link li {
  display: inline-block;
}

.bredcumbs-area .page-title-inner .bredcumbs-link li:after {
  content: 'Â»';
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}

.bredcumbs-area .page-title-inner .bredcumbs-link li:last-child:after {
  display: none;
}

.bredcumbs-area .page-title-inner .bredcumbs-link li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

/*---=======================
    End Banner  css 
===========================---*/


@media (min-width: 1280px) {
  .cards.list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cards.list .card {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .cards.list .card {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.cards.no-text .cards-footer {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards.frame .card a {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.cards.frame .card a:hover {
  background: rgba(23, 53, 86, 0.33);
}

.cards.frame .card a:hover .title {
  color: #fff;
}

.cards.frame .cards-photo {
  height: 150px;
}

@media (min-width: 1824px) {
  .cards.frame .cards-photo {
    height: 200px;
  }
}

@media (max-width: 479px) {
  .bredcumbs-area .page-title-inner h2 {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    font-size: 30px;
  }

  .cards.frame .cards-photo {
    height: auto;
  }



  .mobilFull {
    border: solid 1px #eee;
    float: left;
    margin-right: 20px;
  }

}


.section-mayor {
  margin-top: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  margin-bottom: 100px;
  background-image: url("");
  height: 540px;
  position: relative;
  z-index: 1;
}

.section-mayor:before,
.section-mayor:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 104px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-mayor:before {
  top: -30px;
  background-image: url("../../assets/img/arrow-down.png");
  z-index: -1;
}

.section-mayor:after {
  bottom: -30px;
  background-image: url("../../assets/img/arrow-up.png");
}

.section-mayor .section-header {
  position: relative;
  top: -25px;
}

.section-mayor .container {
  height: calc(100% - 103px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .section-mayor .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


.cards.frame .cards-footer {
  border: 0 none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 0;
  height: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cards.frame .cards-footer .title {
  color: #333;
  font-size: 13px;
  max-height: 34px;
}

.cards .card a {
  position: relative;
  display: block;
}

.cards .card a:hover .cards-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.cards .card a:hover .cards-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.cards .card a:hover .cards-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.cards .card a:hover .cards-overlay .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s .1s;
  transition: .2s .1s;
}

.cards ul li.more {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cards ul li.more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  font-weight: 600;
}

.cards ul li.more a:hover {
  color: #6f6f6f;
}

.cards ul li.more .icon {
  margin-right: 10px;
  font-size: 16px;
}

.cards-header {
  position: relative;
}

.cards-header .date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  background: #79ac2b;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
}

.cards-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(121, 172, 43, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s .1s;
  transition: .3s .1s;
}

.cards-overlay .icon {
  color: #fff;
  font-size: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.cards-photo {
  overflow: hidden;
  height: 175px;
}

@media (max-width: 479px) {
  .cards-photo {
    height: auto;
  }
}

.cards-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-footer {
  -webkit-box-shadow: 0 0 30px rgba(23, 53, 86, 0.15);
  box-shadow: 0 0 30px rgba(23, 53, 86, 0.15);
  padding: 20px 25px;
  height: 175px;
  background: #fff;
  font-family: "Roboto", sans-serif;
}

.cards-footer .title,
.cards-footer .text {
  overflow: hidden;
}

.cards-footer .title {
  font-size: 14px;
  font-weight: 600;
  color: #79ac2b;
  max-height: 55px;
  /*max-height: 47px;*/
  line-height: 1.3;
  text-transform: capitalize;
}

.cards-footer .date {
  font-size: 13px;
  font-weight: 300;
  color: #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
}

.cards-footer .date .icon {
  font-size: 13px;
  margin-right: 10px;
}

.cards-footer .text {
  margin-top: 8px;
  color: #6f6f6f;
  font-weight: 300;
  font-size: 14px;
  max-height: 39px;
  line-height: 1.4;
}

.cards-single ul li:not(:last-child) {
  margin-bottom: 20px;
}

.cards-single ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards-single ul li a:hover .photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.cards-single ul li a:hover .cards-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.cards-single ul li a:hover .cards-overlay .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s .1s;
  transition: .2s .1s;
}

.cards-single ul li.more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  font-weight: 600;
}

.cards-single ul li.more a:hover {
  color: #6f6f6f;
}

.cards-single ul li.more .icon {
  margin-right: 10px;
  font-size: 16px;
}

.cards-single__left {
  width: 330px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards-single__left {
    width: 200px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .cards-single__left {
    width: 200px;
  }
}

@media (max-width: 479px) {
  .cards-single__left {
    width: 100%;
  }
}

.cards-single .photo {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards-single .photo {
    height: 175px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .cards-single .photo {
    height: 175px;
  }
}

@media (max-width: 479px) {
  .cards-single .photo {
    height: auto;
  }
}

.cards-single .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-single .description {
  width: calc(100% - 330px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards-single .description {
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .cards-single .description {
    width: calc(100% - 200px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .cards-single .description {
    width: 100%;
    padding: 20px;
  }
}

.cards-single .description .title,
.cards-single .description .text {
  overflow: hidden;
}

.cards-single .description .title {
  color: #79ac2b;
  font-size: 20px;
  font-weight: 600;
  max-height: 53px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.cards-single .description&gt;.text {
  color: #999;
  font-size: 14px;
  max-height: 59px;
  line-height: 1.4;
  margin-top: 7px;
}

.cards-single .description .review {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards-single .description .review {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .cards-single .description .review {
    display: none;
  }
}

@media (max-width: 479px) {
  .cards-single .description .review {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }
}

.cards-single .description .review .text {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  opacity: .5;
}

.cards-single .description .review .icon {
  color: #79ac2b;
  font-size: 14px;
  margin-left: 10px;
}

.cards-cover {
  height: 175px;
  overflow: hidden;
}

@media (min-width: 1824px) {
  .cards-cover {
    height: 210px;
  }
}

.cards-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.cards-body .title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  overflow: hidden;
  max-height: 50px;
}

.gallery {
  width: 100%;
}

.gallery.list .gallery-card {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .gallery.list .gallery-card {
    margin-bottom: 10px;
  }

  .gallery.list .gallery-card:last-child {
    margin-bottom: 0;
  }
}

.gallery.small .gallery-photo {
  height: 105px;
}

.gallery-card a {
  position: relative;
  display: block;
}

.gallery-card a:hover .gallery-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-header {
  position: relative;
}

.gallery-photo {
  overflow: hidden;
  height: 130px;
}

@media (max-width: 479px) {
  .gallery-photo {
    height: auto;
  }
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
  text-align: center;
  padding-top: 7px;
}

.gallery-footer .title {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #173556;
  line-height: 1.2;
  overflow: hidden;
  max-height: 33px;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.gallery-overlay .icon {
  font-size: 14px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(23, 155, 216, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.gallery-video .gallery-body:before {
  background: #179bd8;
}

.gallery-video .gallery-body&gt;.icon {
  background: rgba(23, 155, 216, 0.8);
}

.gallery-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#173556));
  background: linear-gradient(transparent, #173556);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
}

.gallery-body:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #79ac2b;
  right: 0;
  height: 5px;
}

.gallery-body .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  overflow: hidden;
  max-height: 78px;
}

.gallery-body&gt;.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(121, 172, 43, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 479px) {
  .gallery-body&gt;.icon {
    display: none;
  }
}

.gallery-cover {
  overflow: hidden;
  height: 220px;
}

@media (max-width: 767px) {
  .gallery-cover {
    height: auto;
  }
}

.gallery-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.news.single .news-card {
  margin-bottom: 20px;
}

.news.single .news-card a {
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news.single .news-card a:before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.news.single .news-card a:hover:before {
  width: 100%;
}

.news.single .news-card a:hover .photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.news.single .news-card a:hover .icon {
  background: rgba(0, 0, 0, 0.5);
}

.news-card__left {
  /*width: 125px;*/
  width: 45%;
  position: relative;
}

.news-card__left .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}

.news .photo {
  width: 100%;
  height: 95px;
  overflow: hidden;
}

.news .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.news .description {
  width: calc(100% - 45%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.news .description .title {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  overflow: hidden;
  max-height: 72px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .projects.list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.projects.list ul li {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .projects.list ul li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.projects-card a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(24, 76, 124, 0.4);
  box-shadow: 0 0 50px rgba(24, 76, 124, 0.4);
  border-radius: 0 0 15px 15px;
}

.projects-card a:hover .projects-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.projects-card a:hover .projects-footer {
  background: #4d6379;
  color: #fff;
}

.projects-photo {
  overflow: hidden;
  height: 190px;
}

.projects-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.projects-footer {
  background: #fff;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 0 15px 15px;
  color: #4d6379;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.projects-footer .title {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  max-height: 36px;
}

.mayor-header {
  position: relative;
}

.mayor-photo {
  overflow: hidden;
  height: 240px;
}

.mayor-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mayor-footer {
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(23, 53, 86, 0.15);
  box-shadow: 0 0 50px rgba(23, 53, 86, 0.15);
  padding: 18px 30px;
}

.mayor-footer ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mayor-footer ul li:last-child {
  border-bottom: 0 none;
}

.mayor-footer ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #6f6f6f;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.mayor-footer ul li a:before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transition: .3s;
  transition: .3s;
}

.mayor-footer ul li a:hover {
  color: #79ac2b;
}

.mayor-social {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(23, 53, 86, 0.9)));
  background: linear-gradient(transparent, rgba(23, 53, 86, 0.9));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.mayor-social__content a {
  color: #fff;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  margin-right: 8px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

.mayor-social__content a:last-child {
  margin-right: 0;
}

.mayor-social__content a:hover {
  background: #fff;
  color: #173556;
}

.personnel ul li {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .personnel.list-5 .personnel-card {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.personnel.single ul li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.personnel.single ul li:first-child a {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 15px);
  flex: 0 0 calc(20% - 15px);
  max-width: calc(20% - 15px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .personnel.single ul li:first-child a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 15px);
    flex: 0 0 calc(33.3333% - 15px);
    max-width: calc(33.3333% - 15px);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .personnel.single ul li:first-child a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 479px) {
  .personnel.single ul li:first-child a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
}

.personnel-card a {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(23, 53, 86, 0.07);
  box-shadow: 0 0 25px 0 rgba(23, 53, 86, 0.07);
  padding: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}

.personnel-card a:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(23, 53, 86, 0.2);
  box-shadow: 0 0 25px 0 rgba(23, 53, 86, 0.2);
}

.personnel-header {
  position: relative;
}

.personnel-header .party {
  position: absolute;
  right: 0;
  top: 0;
  background: #179bd8;
  font-size: 12px;
  color: #fff;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.personnel-photo {
  overflow: hidden;
  height: 330px;
}

@media (max-width: 1279px) {
  .personnel-photo {
    /*height: 200px;*/
  }
}

@media (max-width: 479px) {
  .personnel-photo {
    height: auto;
  }
}

.personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
}

.personnel-footer {
  padding-top: 10px;
  position: relative;
  text-align: center;
}

.personnel-footer .title {
  color: #79ac2b;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.personnel-footer .text {
  font-size: 18px;
  font-weight: 300;
  color: #999;
}

.shortcut-item__wrapper {
  height: 80px;
  background-color: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.shortcut-item__wrapper .icon {
  color: #fff;
  font-size: 24px;
}

.shortcut-item__wrapper .desc {
  padding-left: 15px;
  color: #fff;
}

.shortcut-item__wrapper .desc .title {
  font-size: 14px;
  font-weight: 700;
}


.hero {
  position: relative;
  -webkit-box-shadow: 0 0 65px rgba(94, 120, 143, 0.45);
  box-shadow: 0 0 65px rgba(94, 120, 143, 0.45);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#455f76), to(transparent));
  background-image: -o-linear-gradient(#455f76, transparent);
  background-image: linear-gradient(#455f76, transparent);
  opacity: .25;
  height: 40%;
  z-index: 1;
  pointer-events: none;
}

.hero-tab {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px;
  margin-right: 10px;
}

@media (min-width: 1400px) {
  .hero-tab {
    margin-right: 50px;
  }
}

@media (min-width: 1750px) {
  .hero-tab {
    margin-right: 120px;
  }
}

@media (max-width: 1199px) {
  .hero-tab {
    display: none;
  }
}

.hero-tab__nav ul {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-tab__nav ul li {
  height: 92px;
}

.hero-tab__nav ul li:nth-child(2) .btn {
  background-color: #79a45a;
}

.hero-tab__nav ul li:nth-child(3) .btn {
  background-color: #9e2f72;
}

.hero-tab__nav ul li:nth-child(4) .btn {
  background-color: #2893b0;
}

.hero-tab__nav ul li.is-current .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

.hero-tab__nav ul li .btn {
  height: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  border-radius: 11px;
  background-color: #035e71;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hero-tab__nav ul li .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding-top: 1vw;
  padding-left: 3px;
  padding-right: 3px;
}

.hero-tab__nav ul li .item .icon {
  font-size: 22px;
}

.hero-tab__nav ul li .item .icon svg {
  fill: #fff;
}

.hero-tab__nav ul li .item .title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 10px;
}

.hero-tab__nav ul li .item .title span {
  font-weight: 300;
  display: block;
}

.hero-tab__container {
  background-color: #fff;
  height: 400px;
  border-radius: 11px;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1500px) {
  .hero-tab__container {
    /*height: 490px;*/
  }
}

.hero-tab__content {
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #00adee rgba(254, 126, 0, 0.2);
  scrollbar-width: thin;
}

.hero-tab__content::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.2);
}

.hero-tab__content::-webkit-scrollbar {
  width: 5px;
}

.hero-tab__content::-webkit-scrollbar-thumb {
  background-color: #00adee;
}

.hero-tab__content .list-shortcuts {
  padding-left: 35px;
  padding-right: 35px;
}

.hero-tab__content .list-shortcuts ul li:last-child::after {
  display: none;
}

.hero-tab__content .activities&gt;ul {
  position: relative;
}

.hero-tab__content .activities&gt;ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 25px;
}

.hero-tab__content .card-state {
  padding-bottom: 20px;
}

.hero-tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Bebas Neue", cursive;
}

.hero-tab__header .heading {
  font-size: 32px;
  line-height: 1.2;
  color: rgba(122, 147, 169, 0.3);
}

.hero-tab__header .link {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a93a9;
  opacity: .6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.hero-tab__header .link .icon {
  margin-left: 5px;
  margin-top: -5px;
}

.hero-tab__header .link:hover {
  opacity: .9;
}

.hero-tab__activities {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-tab__activities .list-activity {
  margin-top: 3px;
}

.hero-tab__projects {
  padding-left: 20px;
  padding-right: 20px;
}


@media (min-width: 992px) {
  .section.ui-bg-cover.ui-cover-1::before {
    background-position: center 0;
    background-image: url(../images/section-bg-gallery.png);
  }
}

@media (min-width: 992px) {
  .section-shortcuts .section-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container {
    max-width: 390px;
    padding-top: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-shortcuts .section-container {
    max-width: 600px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .section-shortcuts .section-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-shortcuts .section-container {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .section-shortcuts .section-container .shortcuts {
    margin-left: -15px !important;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a {
    padding-left: 15px;
    padding-right: 10px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a .icon {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a .desc {
    padding-left: 8px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a .desc .title {
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (min-width: 768px) {
  .section-shortcuts .section-container .owl-shortcuts .owl-stage {
    padding-left: 15px !important;
  }
}

.section-shortcuts .section-container .owl-shortcuts .owl-stage .owl-item {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .owl-shortcuts .owl-stage .owl-item .item {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .owl-shortcuts .owl-stage .owl-item:not(.active) .item {
    opacity: 0;
    visibility: hidden;
  }
}

.section-shortcuts .list-shortcuts {
  display: none;
}

@media (max-width: 767px) {
  .section-shortcuts .list-shortcuts {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-shortcuts .list-shortcuts {
    padding-left: 18px;
    padding-right: 28px;
    max-width: 768px;
  }
}

@media (max-width: 991px) {
  .section-shortcuts .list-shortcuts {
    display: block;
  }
}

.list-shortcuts.ui-item-fixed ul li:not(:first-child) a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.list-shortcuts.ui-item-fixed ul li:first-child a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -17px;
  bottom: 2px;
  left: -17px;
  border-radius: 11px;
}

.list-shortcuts.ui-item-fixed ul li:first-child .icon {
  color: #6eb444;
}

.list-shortcuts.ui-item-fixed ul li:first-child .description .title {
  color: #5e788f;
}

.list-shortcuts.ui-item-fixed ul li:first-child .description .text {
  color: #5e788f;
}

.list-shortcuts:not(.ui-item-fixed) ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.list-shortcuts:not([class*="ui-style-"]) ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -17px;
  bottom: 2px;
  left: -17px;
  background-color: rgba(219, 226, 231, 0.4);
  border-radius: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.list-shortcuts:not([class*="ui-style-"]):not([class*="ui-size-"]) .description .title {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.list-shortcuts:not([class*="ui-style-"]).ui-size-small .description .title {
  font-size: 13px;
  letter-spacing: -0.3px;
}

.list-shortcuts:not([class*="ui-style-"]) .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  color: #6eb444;
  font-size: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
}

.list-shortcuts:not([class*="ui-style-"]) .icon svg {
  fill: #6eb444;
}

.list-shortcuts:not([class*="ui-style-"]) .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.list-shortcuts:not([class*="ui-style-"]) .description .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.list-shortcuts.ui-style-letter ul li a:hover .letter {
  background-color: #fe7e00;
  color: #fff;
}

.list-shortcuts.ui-style-letter .letter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  text-transform: uppercase;
  background-color: rgba(254, 126, 0, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fe7e00;
  font-size: 32px;
  font-weight: 900;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.list-shortcuts.ui-style-letter .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}

.list-shortcuts.ui-style-letter .description .title {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
}

.list-shortcuts.ui-style-photo .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  height: 85px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
}

.list-shortcuts.ui-style-photo .photo:not(.ui-contain) img {
  -o-object-fit: cover;
  object-fit: cover;
}

.list-shortcuts.ui-style-photo .photo.ui-contain {
  padding: 11px;
  background-color: #fff;
}

.list-shortcuts.ui-style-photo .photo.ui-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.list-shortcuts.ui-style-photo .photo img {
  width: 100%;
  height: 100%;
}

.list-shortcuts.ui-style-photo .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}

.list-shortcuts.ui-style-photo .description .title {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
}

.list-shortcuts:not([class*="ui-size-"]) .description .text {
  font-size: 13px;
}

.list-shortcuts.ui-size-small .description .text {
  font-size: 12px;
}

.list-shortcuts ul li {
  position: relative;
  z-index: 1;
}

.list-shortcuts ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: -o-radial-gradient(rgba(94, 120, 143, 0.1) 60%, transparent, transparent);
  background-image: radial-gradient(rgba(94, 120, 143, 0.1) 60%, transparent, transparent);
}

.list-shortcuts ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.list-shortcuts .description {
  padding-left: 20px;
  line-height: 1.4;
}

.list-shortcuts .description .title {
  text-transform: uppercase;
  color: #5e788f;
  font-weight: 900;
}

.list-shortcuts .description .text {
  color: #7a93a9;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.section-campaigns .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.campaigns {
  margin-top: 40px;
}

.campaigns-col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .campaigns-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.campaigns-col.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
}

@media (max-width: 991px) {
  .campaigns-col.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .campaigns-col.first .campaigns-list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.campaigns-col.first .campaigns-list ul li {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .campaigns-col.first .campaigns-list ul li {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .campaigns-col.first .campaigns-list ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.campaigns-col.second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}

@media (max-width: 767px) {
  .campaigns-col.second {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .campaigns-col.second {
    display: none;
  }
}

.section-step .container {
  padding-top: 60px;
}

.section-step ul {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .section-step ul {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .section-step ul::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    height: 1px;
  }
}

.section-step ul li {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .section-step ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 24px;
    left: 50%;
    right: -50%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
}

.section-step ul li:not(:last-child) {
  margin-bottom: 30px;
}

.section-step ul li .item {
  text-align: center;
}

.section-step ul li .item:hover .circle {
  background-color: #f9a391;
  color: #fff;
}

.section-step ul li .item .circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid rgba(102, 102, 102, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.section-step ul li .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  overflow: hidden;
  max-height: 49px;
  line-height: 1.4;
}

@media (min-width: 480px) {
  .section-step ul li .item .title {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .section-step ul li .item .title {
    margin-top: 20px;
  }
}

.section-step ul li .item .text {
  color: #999;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.6;
}

.campaign-card a {
  display: block;
  position: relative;
}

.campaign-card a:hover .campaign-body:not(.style-1) {
  background: rgba(34, 34, 34, 0.4);
}

.campaign-card a:hover .campaign-body:not(.style-1) .more::before {
  height: 22px;
}

.campaign-cover {
  overflow: hidden;
  height: 340px;
}

.campaign-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.campaign-cover.small {
  height: 277px;
}

.campaign-cover.style-1 {
  height: 710px;
}

.campaign-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 17px;
  background: rgba(34, 34, 34, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.campaign-body.style-1 {
  height: 277px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 480px) and (max-width: 767px) {
  .campaign-body.style-1 .campaign-body__content-footer .title {
    font-size: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .campaign-body.style-1 .campaign-body__content-footer .text {
    font-size: 14px;
  }
}

.campaign-body.bg-1 {
  background: rgba(249, 163, 145, 0.6);
}

.campaign-body.bg-1:hover {
  background: rgba(249, 163, 145, 0.8);
}

.campaign-body.bg-2 {
  background: rgba(65, 72, 77, 0.57);
}

.campaign-body.bg-2:hover {
  background: rgba(65, 72, 77, 0.87);
}

.campaign-body__content {
  height: 100%;
  border: 1px solid #fff;
  padding: 17px 17px 13px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.campaign-body__content.style-1 {
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.campaign-body__content.style-1 .campaign-body__content-footer {
  text-align: center;
}

.campaign-body__content.style-1 .campaign-body__content-footer .title {
  font-size: 28px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.campaign-body__content.style-1 .campaign-body__content-footer .text-discount {
  font-size: 20px;
  margin-bottom: 100px;
}

.campaign-body__content.style-1 .campaign-body__content-footer .text-discount span {
  font-size: 102px;
  line-height: 0.9;
  display: block;
}

.campaign-body__content.style-1 .campaign-body__content-footer .more {
  left: 35px;
  bottom: 35px;
}

.campaign-body__content-footer .icon {
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
}

.campaign-body__content-footer .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  text-transform: uppercase;
}

.campaign-body__content-footer .text {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-top: 7px;
}

.campaign-body__content-footer .text-discount {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.campaign-body__content-footer .text-discount span {
  font-size: 42px;
}

.campaign-body__content-footer .more {
  position: absolute;
  right: 35px;
  bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  font-size: 13px;
  z-index: 1;
}

@media (max-width: 479px) {
  .campaign-body__content-footer .more:not(.center) {
    bottom: inherit;
    top: 30px;
    right: 30px;
  }
}

.campaign-body__content-footer .more::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #e4005c;
  -webkit-transition: height .3s;
  transition: height .3s;
}

@media (max-width: 767px) {
  .information ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.information-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #969696;
  border-radius: 11px;
  padding-left: 30px;
  padding-right: 30px;
  height: 90px;
  -webkit-transition: .3s;
  transition: .3s;
}

.information-card:hover {
  background: #757474;
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.information-card .icon {
  color: #fff;
  font-size: 48px;
}

@media (max-width: 479px) {
  .information-card .icon {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-card .icon {
    font-size: 32px;
  }
}

.information-card .description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 20px;
}

.information-card .description .title {
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .information-card .description .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-card .description .title {
    font-size: 16px;
  }
}

.information-card .description .title span {
  display: block;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icons-list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 479px) {
  .icons-list ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .icons-list ul li:not(:nth-child(n+2)) {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icons-list ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.icon-card {
  border: 2px solid rgba(102, 102, 102, 0.1);
  height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.icon-card .icon {
  color: #dfbc7c;
  font-size: 32px;
  margin-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-card .icon {
    font-size: 28px;
  }
}

.icon-card .title {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-card .title {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .banner .list-1&gt;div:nth-child(n+2) {
    margin-bottom: 20px;
  }
}

.banner-card a {
  display: block;
  position: relative;
}

.banner-card a:hover .banner-body::before {
  opacity: .7;
}

.banner-photo {
  overflow: hidden;
}

.banner-photo img {
  width: 100%;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.banner-body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 40px;
}

.banner-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(transparent, black);
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

.banner-body .title {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .banner-body .title {
    width: 55%;
  }
}

.category-card a {
  position: relative;
}

.category-card a::before {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  top: 17px;
  bottom: 17px;
  border: 1px solid #fff;
  z-index: 1;
}

.category-card a:hover .category-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.category-card a:hover .category-description .view {
  color: #fff;
}

.category-card a:hover .category-description .view::before {
  height: 20px;
}

.category-photo {
  overflow: hidden;
  height: 160px;
}

@media (max-width: 479px) {
  .category-photo {
    height: auto;
  }
}

.category-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.category-description {
  background: #eeeeee;
  height: 100%;
  padding: 20px 37px 20px 20px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 479px) {
  .category-description {
    padding-bottom: 37px;
    padding-left: 37px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-description {
    padding: 20px 25px 20px 15px;
  }
}

.category-description .title {
  color: #020202;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 130px;
  width: 100%;
  overflow: hidden;
  max-height: 65px;
}

@media (max-width: 479px) {
  .category-description .title {
    max-width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-description .title {
    font-size: 16px;
    max-height: 57px;
  }
}

.category-description .view {
  color: #d2ac67;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  line-height: 1.2;
  margin-right: -7px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-description .view {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-description .view {
    font-size: 11px;
  }
}

.category-description .view::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #f9a391;
  -webkit-transition: height .3s;
  transition: height .3s;
}


.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(156 21 77 / 90%);
  z-index: 100000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-wrapper {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

@media (max-width: 767px) {
  .popup-wrapper {
    padding: 10px;
  }
}

.popup-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.popup-wrapper .cover {
  width: 100%;
  height: 100%;
}

.popup-wrapper .cover a {
  max-width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-wrapper .cover img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 1em;
  height: 1em;
  font-size: 28px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
}

.popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobilFull {
  width: 50% !important;
  border: solid 1px #eee;
  float: left;
  margin-right: 20px;
}

@media max-width 470px {
  .teklifBtn {
    display: none;
  }
}

.teklifBtn {
  right: 10px;
  position: fixed;
  font-family: 'Montserrat', sans-serif;
  bottom: 0;
  z-index: 999999;
  -moz-animation: 2s linear 2s normal none infinite blink;
  /* Firefox */
  -webkit-animation: 2s linear 2s normal none infinite blink;
  /* Webkit */
  -ms-animation: 2s linear 2s normal none infinite blink;
  /* IE */
  animation: 2s linear 2s normal none infinite blink;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Firefox */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Webkit */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* IE */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.teklifBtn a {
  background: #cd1618 none repeat scroll 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 15px 21px;
}

.teklifBtn a:hover {
  text-decoration: none;
}

.yanSon {
  font-family: 'Montserrat', sans-serif;
  z-index: 999999;
  -moz-animation: 2s linear 2s normal none infinite blink;
  /* Firefox */
  -webkit-animation: 2s linear 2s normal none infinite blink;
  /* Webkit */
  -ms-animation: 2s linear 2s normal none infinite blink;
  /* IE */
  animation: 2s linear 2s normal none infinite blink;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Firefox */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Webkit */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* IE */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.yanSon a {
  background: #ff6000 none repeat scroll 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 15px 21px;
}

.yanSon a:hover {
  text-decoration: none;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

.accordion {
  //padding: 4rem;
}

summary {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: #eceff1;
  padding: 1rem 2rem;
}

details {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}

details p {
  margin: 1rem auto;
  translate: 2rem 0;
}

summary&gt;* {
  display: inline;
}



/*ekstra*/


/*ANA MENU*/

/*HEADER*/
.header-button {
  margin-left: 40px;
  margin-top: 5px;
}

.header-button&gt;a {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  padding: 20px 35px;
  -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-button&gt;a:hover {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  background: #000;
  padding: 20px 35px;
  -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.transparent-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 56;
  transition: top 1s ease;
  background: linear-gradient(rgb(25, 59, 136), transparent);
}

.transparent-header .main-menu ul li {
  margin-left: 21px;
}

.transparent-header .social-icon&gt;a {
  color: #343434;
}

.transparent-header .language ul li a {
  color: #343434;
}

.transparent-header .header-right ul li a {
  color: #343434;
}

.transparent-header .header-top-area {
  border-bottom: 1px solid #d9a138;
}

.transparent-header .header-top-area.header-white {
  border: 0;
}

.transparent-header .main-menu ul li a {
  color: #fff;
}

.transparent-header .header-top-area.header-white .header-right ul li a {
  color: #fff;
}

.white-menu .main-menu ul li a {
  padding: 40px 0;
}

.white-menu {
  padding: 0 30px;
}

.transparent-header .white-menu .main-menu ul li {
  margin-left: 35px;
}

.transparent-header .white-menu .main-menu ul li ul.submenu li {
  margin-left: 0px;
}

.white-menu .header-button {
  margin-top: 24px;
}

.transparent-header .header-white .social-icon::before {
  background: #fff;
}

.white-menu .header-button&gt;a {
  border: 2px solid #FBBA42;
}

.socialFontSize {
  font-size: 25px;
  color: #fff;
}

.section-header {
  position: relative;
}

.section-header.center {
  text-align: center;
}

.section-header.small .title {
  font-size: 36px;
  line-height: 1.2;
}

.section-header.small .text {
  font-size: 16px;
  margin-top: 0;
}

.section-header.light .small-title,
.section-header.light .title {
  color: #fff;
}

.section-header.light .small-title:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.section-header.light .text {
  color: rgba(255, 255, 255, 0.7);
}

.section-header .small-title {
  font-size: 13px;
  color: #096bd8;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 7px;
  position: relative;
  text-transform: uppercase;
}

.section-header .small-title:before {
  content: "";
  margin-right: 12px;
  border-width: 5px;
  border-style: solid;
  display: inline-block;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #000;
  border-bottom-color: #000;
}

.section-header .title {
  font-weight: 600;
  color: #333333;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.5px;
}

.section-header .title span {
  color: #096bd8;
}

.section-header .text {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}

.section-header .text strong {
  font-weight: 800;
}

@media (max-width: 479px) {
  .section-header .title {
    font-size: 36px;
  }
}

.section-header {
  position: relative;
}

.section-header.center {
  text-align: center;
}

.section-header.small .title {
  font-size: 36px;
  line-height: 1.2;
}

.section-header.small .text {
  font-size: 16px;
  margin-top: 0;
}

.section-header.light .small-title,
.section-header.light .title {
  color: #fff;
}

.section-header.light .small-title:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.section-header.light .text {
  color: rgba(255, 255, 255, 0.7);
}

.section-header .small-title {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 7px;
  position: relative;
  text-transform: uppercase;
}

.section-header .small-title:before {
  content: "";
  margin-right: 12px;
  border-width: 5px;
  border-style: solid;
  display: inline-block;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #096bd8;
  border-bottom-color: #096bd8;
}

.section-header .title {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1.5px;
}

.section-header .title span {
  color: #0860b5;
}

.section-header .text {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}

.section-header .text strong {
  font-weight: 800;
}

/*HEADER*/


/* HEADER DOWN */
.header-down {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 100px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-animation: 2.5s ease 1s normal none infinite running bounce;
  animation: 2.5s ease 1s normal none infinite running bounce;
  -webkit-transition: .3s;
  t ransition: .3s;
}

@media (max-width: 1279px) {
  .header-down {
    bottom: 30px;
  }
}

.header-down:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.header-down .icon {
  color: #fff;
  font-size: 48px;
}

/* HEADER DOWN */





.overlayIcerikler {
  max-width: fit-content;
  color: #fff !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
  right: 50px;
  height: 100vh;
  margin-bottom: 10px;
  width: 100%;
  bottom: 50px;
  z-index: 1;
}

.overlayHizliMenu {
  max-width: fit-content;
  color: #fff !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  left: 50px;
  height: 100vh;
  margin-bottom: 10px;
  width: 100%;
  bottom: 20px;
  z-index: 1;
}

.overlayHizliMenu span {
  font-size: 24px;
  font-weight: 600;
  font-family: 'PT Sans';
}

.overlayHizliMenu a {
  display: flex;
  align-items: center;
  color: #fff;
}

.overlayHizliMenu i {
  color: #fff;
  font-size: 2rem;
}

.overlayIcerikler&gt;a:nth-child(3)&gt;span,
.mobiltel&gt;a:nth-child(3)&gt;span {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
}

.overlayIcerikler .click-speak,
.mobiltel .click-speak {
  font-family: "PT Sans";
  font-size: .6875rem;
  color: #fff;
}

.overlayIcerikler&gt;a:nth-child(2)&gt;span,
.mobiltel&gt;a:nth-child(2)&gt;span {
  font-size: 3rem;
  font-weight: 100 !important;
  font-family: 'Bebas';
  color: #fff;
  color: #fff;
}

.overlayIcerikler span,
.mobiltel span {
  display: block;
  line-height: 1;
  font-family: "PT Sans";
  color: #fff;
}

.overlayIcerikler i {
  font-size: 3em !important;
}

.overlayImza {
  max-width: fit-content;
  color: #fff !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  right: 50px;
  height: 5vh;
  width: 100%;
  top: 90vh;
  z-index: 1;
}

.overlayBaskan {
  max-width: fit-content;
  color: #fff !important;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  /* height: 35vh; */
  width: 100%;
  /* top: 63.5vh; */
  bottom: 0vh;
  z-index: 1;
}

.overlayBaskan-body {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  align-items: center;
  margin-bottom: 50px;
}

.overlayBaskan-Sosyal {
  display: flex;
  margin-top: 10px;
}

.overlayBaskan-Sosyal a {
  padding: 5px;
  min-width: 40px;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: center;
}

.overlayBaskan-Sosyal a#instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.overlayBaskan-Sosyal a#twitter:hover {
  background-color: var(--maincolor);
}

.overlayBaskan-Sosyal a#facebook:hover {
  background-color: var(--maincolor);
}

.overlayBaskan-Sosyal a:hover {
  color: #fff !important;
}

.overlayBaskan-Sosyal i {
  font-size: 25px
}

@media(min-width:540px) {
  #etkinlikmobilbuton {
    display: none;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
  border-bottom-right-radius: 15%;
}

.slide {
  min-width: 100%;
  transition: 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  z-index: 10;
  color: #fff;
  top: 50%;
  bottom: 50%;
  text-align: center;
}

.content h3 {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 2px 3px #141415;
}

.content p {
  font-size: 30px;
  margin: 10px 0 20px;
}

button {
  padding: 10px 20px;
  font-size: 20px;
  background-color: #ff6347;
  border: none;
  cursor: pointer;
  color: white;
  border-radius: 5px;
}

button:hover {
  background-color: #ff4500;
}

/* Kontrol ButonlarÄ± */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
  border: none;
  z-index: 20;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .content h3 {
    font-size: 30px;
  }

  .content p {
    font-size: 20px;
  }

  .slider {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    border-bottom-right-radius: 15%;
  }

}

.faqs {
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}

details {
  overflow: hidden;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}

details summary {
  cursor: pointer;
  grid-template-columns: 1fr auto;
  font-weight: bold;
  background: #fff !important;
  padding: 10px;
  padding-block: 0.5rem;
  margin: 3px;
}

details div {
  overflow: hidden;
  padding: 10px;
}

details[open] {}

details[open] summary {
  border-bottom: 1px solid transparent;
  background: #fff !important;
}

.section-information .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .information ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.information-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #022f70;
  border-radius: 11px;
  padding-left: 30px;
  padding-right: 30px;
  height: 90px;
  -webkit-transition: .3s;
  transition: .3s;
}

.information-card:hover {
  background: #e5005d;
  color: #fff;
}

.information-card a:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.information-card .icon {
  color: #fff;
  font-size: 48px;
}

@media (max-width: 479px) {
  .information-card .icon {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-card .icon {
    font-size: 32px;
  }
}

.information-card .description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 20px;
}

.information-card .description .title {
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .information-card .description .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .information-card .description .title {
    font-size: 16px;
  }
}

.information-card .description .title span {
  display: block;
  font-weight: 700;
}

.fweight {
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icons-list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 479px) {
  .icons-list ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .icons-list ul li:not(:nth-child(n+2)) {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icons-list ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.icon-card {
  border: 2px solid rgba(102, 102, 102, 0.1);
  height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.icon-card .icon {
  color: #dfbc7c;
  font-size: 32px;
  margin-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-card .icon {
    font-size: 28px;
  }
}

.icon-card .title {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-card .title {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .banner .list-1&gt;div:nth-child(n+2) {
    margin-bottom: 20px;
  }
}


.gallery {
  width: 100%;
}

.gallery.list .gallery-card {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .gallery.list .gallery-card {
    margin-bottom: 10px;
  }

  .gallery.list .gallery-card:last-child {
    margin-bottom: 0;
  }
}

.gallery.small .gallery-photo {
  height: 105px;
}

.gallery-card a {
  position: relative;
  display: block;
}

.gallery-card a:hover .gallery-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-card a:hover .gallery-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.gallery-header {
  position: relative;
}

.gallery-photo {
  overflow: hidden;
  height: 200px;
}

@media (max-width: 479px) {
  .gallery-photo {
    height: auto;
  }
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
  text-align: center;
  padding-top: 7px;
}

.gallery-footer .title {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #173556;
  line-height: 1.2;
  overflow: hidden;
  max-height: 33px;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.gallery-overlay .icon {
  font-size: 14px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(23, 155, 216, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.gallery-video .gallery-body:before {
  background: #179bd8;
}

.gallery-video .gallery-body&gt;.icon {
  background: rgba(23, 155, 216, 0.8);
}

.gallery-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#173556));
  background: linear-gradient(transparent, #173556);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
}

.gallery-body:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #79ac2b;
  right: 0;
  height: 5px;
}

.gallery-body .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
  overflow: hidden;
  max-height: 78px;
}

.gallery-body&gt;.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(121, 172, 43, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 479px) {
  .gallery-body&gt;.icon {
    display: none;
  }
}

.gallery-cover {
  overflow: hidden;
  height: 220px;
}

@media (max-width: 767px) {
  .gallery-cover {
    height: auto;
  }
}

.gallery-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 15px;
  padding-left: 25px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
}

.faq-item:nth-child(odd) {
  margin-left: 20px;
}

.faq-item:nth-child(even) {
  margin-right: 20px;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 20px;
  font-weight: bold;
  color: #0056b3;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.question {
  font-weight: bold;
  color: #0056b3;
  flex-grow: 1;
}

.answer {
  color: #666;
  line-height: 1.6;
  display: none;
  margin-top: 10px;
  padding-left: 35px;
}


.photo {
  width: 35%;
  max-width: 250px;
  margin-right: 20px;
}

.photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.bio {
  flex: 1;
}

.bio h2 {
  margin-top: 0;
  color: #333;
}

.bio p {
  line-height: 1.6;
  color: #666;
}


.anaDiv {
  display: flex;
  max-width: 100%;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.submenu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
}

.submenu li {
  padding: 10px;
}

.menu-item-has-children {
  position: relative;
}

@media (max-width: 768px) {
  .anaDiv {
    flex-direction: column;
    text-align: center;
  }

  .photo {
    width: 100%;
    margin: 0 0 20px 0;
  }
}


html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
}

.sagTaraf {
  float: right;
}

.list-group {
  margin: 0;
}

.panel-group {
  margin: 0;
}

.grid-box {
  margin: 0;
}

.fa-home {
  font-size: 19px;
}

.post-tags li a:hover {
  text-decoration: none;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom10 {
  margin-bottom: 10px;
}

.fontBeyaz {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.fontBeyaz:hover {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.bottom15 {
  margin-bottom: 15px;
}

body.boxed #container {
  max-width: 1260px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.active {
  opacity: 1;
}

/*****RESET VE GENEL CSSLER*****/


.scroll-downs {
  position: absolute;
  top: 800px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #000;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #000;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background: #4d6379;
  border-color: #4d6379;
}

/*anasayfa ana menÃ¼ ve tab css*/
.fa-bars {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 7px;
}

.mobilHeader {
  width: 100%;
  height: 100px;
  padding: 15px;
  color: #fff;
  background: #1b486f;
  display: none;
}

.mobilLogoSite {
  width: 250px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mobilLogo {
  width: 250px;
  overflow: hidden;
  display: block;
  margin-top: -30px;
  margin-left: 32%;
  margin-right: auto;
  background: #000;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a {
  color: #fff;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
  background: #337ab7;
  color: #fff;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:focus,
.navbar-default .navbar-nav&gt;.open&gt;a:hover {
  background: #0d4571;
}

.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  //padding: 50px 15px 40px 0;
  letter-spacing: 2.5px;
  border: none;
}

.navbar-brand span {
  color: #f44336 !important;
}

.navbar-brand img {
  max-width: 100%;
}

.logoHead {
  background-image: url('../images/header_bg.jpg');
  display: block;
}

.mobilGorsel1 {
  display: none;
}

.logoHead .d1,
.logoHead .t1 {
  float: right;
}

.logoHead .ataturkalan span {
  color: #666666;
}

.ataturkalan {
  overflow: hidden;
  padding: 7px 0 12px;
}

.ataturkalan .d1,
.ataturkalan .t1,
.ataturkalan .m1 {
  margin: 0 auto;
  text-align: center;
}

.ataturkalan .t1,
.ataturkalan .m1 {
  display: none;
}

.ataturkalan span {
  color: #ccc;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  display: block;
  margin-bottom: 7px;

}

.nav-list-container {
  width: 100%;
  background: #cd1618;
  background: linear-gradient(to right, #cd1618, #ae0c0e, #cd1618);
  box-shadow: 0 0 50px #000;

}

header.active .nav-list-container {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #75b727, #1c466c, #009ee3);
  color: #fff;
}

.navbar-default {
  background: #fafafa;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

.navbar-default .advertisement .desktop-advert {
  max-width: 728px;
}

.navbar-default .advertisement .tablet-advert {
  max-width: 468px;
}

.navbar-default {
  color: #000;
  background: none;
  border: none;
  border-radius: 0;
}

.navbar-default .navbar-nav&gt;li&gt;a,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
  color: #eee;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  padding-top: 23px;
  height: 65px;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
  background-color: #003d88;
  color: #eee;
}

.navbar-default .navbar-nav&gt;.dropdown&gt;a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
  border: none;
  background-color: #ddd;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.menu-large {
  position: static !important;
}

.megamenu {
  width: 100%;
  padding: 20px 0;
}

.megamenu&gt;li&gt;ul {
  margin: 0;
  padding: 0;
}

.megamenu&gt;li&gt;ul&gt;li {
  list-style: none;
}

.megamenu&gt;li&gt;ul&gt;li&gt;a {
  display: block;
  clear: both;
  font-weight: 200;

  color: #fff;
  //padding:2px 20px;
  font-size: 13px;
}

.megamenu&gt;li ul&gt;li&gt;a:hover,
.megamenu&gt;li ul&gt;li&gt;a:focus {
  text-decoration: none;
  color: #000;
  background-color: #eee;
}

.megamenu.disabled&gt;a,
.megamenu.disabled&gt;a:hover,
.megamenu.disabled&gt;a:focus {
  color: #999;
}

.megamenu.disabled&gt;a:hover,
.megamenu.disabled&gt;a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.navbar-default .navbar-nav&gt;li&gt;a,
.navbar-default .navbar-brand {
  color: #fff !important;
  text-align: center;

}

.navbar-default .navbar-nav&gt;li&gt;a:hover {
  background: #0b2a4d;
  border-bottom: solid 1px #fff;
}

@media max-width 768px {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu&gt;li {
    margin-bottom: 30px;
  }

  .megamenu&gt;li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.navbar-default .navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #39b3d7;
}

.thumbnail {
  border-radius: 0;
}

.tekirdagMenuSpan {}

.tekirdagDivBaslik {
  width: 100%;
  height: auto;
  text-align: center;
}

.tekirdagTurizmLink {
  border: none;
  text-decoration: none;
  background: none;
  color: #fff;
  margin-top: 10px;
}

.tekirdagTurizmLink:hover {
  border: none;
  text-decoration: none;
  background: none;
  color: #eee;
  margin-top: 10px;
}

.tekirdagTurizmImg {
  margin-top: 10px;
  margin-bottom: 5px;
  border: solid 3px #eee;
}

@font-face {
  font-family: 're';
  src: url('../../font/Redressed.ttf');
  font-weight: normal;
  font-style: normal;
}

/*anasayfa ana menÃ¼*/


/*****SUBTITLE CSS*****/
.subIletisim {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-image: url('../../../tasarim/new_theme/images/iletisim_title.jpg');
}

.subIletisim h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  font-weight: bold;
  -webkit-background-clip: text;
  margin: 20px 0px 0px 0px;
  -webkit-text-fill-color: transparent;
}

.subYayinlar {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-image: url('../../../tasarim/new_theme/images/yayinlar_title.jpg');
}

.subYayinlar h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yukariCikar {
  margin-top: -50px;
}

.subKurumsal1 {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-image: url('../../../tasarim/new_theme/images/title1.jpg');
  margin-top: -10px;
}

.subKurumsal1 h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  -webkit-background-clip: text;
  text-shadow: 0px 2px 3px #141415;
}

.subKurumsal2 {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-image: url('../../../tasarim/new_theme/images/title2.jpg');
  margin-top: -10px;
}

.subKurumsal2 h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  -webkit-background-clip: text;
  text-shadow: 0px 2px 3px #141415;
}

.subKurumsal3 {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-image: url('../../../tasarim/new_theme/images/title3.jpg');
  margin-top: -10px;
}

.subKurumsal3 h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  -webkit-background-clip: text;
  text-shadow: 0px 2px 3px #141415;
}

.subKurumsal4 {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-image: url('../../../tasarim/new_theme/images/title4.jpg');
  margin-top: -10px;
}

.subKurumsal4 h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  -webkit-background-clip: text;
  text-shadow: 0px 2px 3px #141415;
}

.subKurumsal5 {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  background-image: url('../../../tasarim/new_theme/images/title5.jpg');
  margin-top: -10px;
}

.subKurumsal5 h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  -webkit-background-clip: text;
  text-shadow: 0px 2px 3px #141415;
}

/*****SUBTITLE CSS*****/


/***************************************EKSTRALAR***************************************/

.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  font-family: 'Montserrat', sans-serif;
  color: #999999;
  background-color: #fff;
  margin-bottom: 10px;
  background-image: none;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: solid 1px #eee;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  padding: 11px 10px;
  color: #3a3c41;
  font-weight: 500;
}

form input[type="file"] {
  margin-bottom: 30px;
  color: #3a3c41;
}

form input[type="submit"] {
  padding: 12px 25px;
  background-color: #3a3c41;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}

form input[type="submit"]:hover {
  background-color: #14798b;
}

form input[type="submit"]:focus {
  outline: none;
}

form input.error,
form textarea.error {
  border: 1px solid #ff0000;
}

form fieldset label {
  font-size: 14px;
  color: #999ca5;
  font-weight: 500;
  border-bottom: 1px solid #dcdee4;
  padding: 5px;
  float: left;
  text-align: center;
}

form fieldset .common {
  display: inline-block;
  float: left;
  margin-left: 7px;
}

form p {
  margin: 0;
}

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#error-container {
  margin: 0;
}

.padding10 {
  padding: 10px 10px 3px 10px;
}

.temiz {
  clear: both;
}

.fontSize16 {
  font-size: 16px;
}

.detailPTag {
  font-weight: 700;
  font-size: 15px;
  margin: 10px 0px 10px 0px;
  color: #0d4571;
  font-family: 'Montserrat', sans-serif;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop120 {
  margin-top: 120px;
}

.marginTop30 {
  margin-top: 30px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTopEksi20 {
  margin-top: -20px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.tekirdagSpan {
  color: #666c6e;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

.tabpanel .nav-tabs {
  background-color: #eff4fc;
}

.titleRenk {
  font-size: 18px;
  color: #D6E714;
  font-family: 'Montserrat', sans-serif;
}

.galeriFoto {
  width: 25%;
  float: left;
}

.blockContentPadding {
  padding: 30px 0 20px;
}

.haberARsivARkaplan {
  background: linear-gradient(to right, #eef4fb, #eef4fb);
}

.etkinlikARsivARkaplan {
  background: linear-gradient(to right, #eef4fb, #f9e6ef);
}

.projeARsivARkaplan {
  background: linear-gradient(to right, #eee, #fcf5f6);
}

.duyuruLinkKonum {
  margin-top: -20px;
}

.icerikDetayBorder {
  border: 1px dashed #ececec;
  padding: 5px;
}

.icerikSagSolAwesome {
  font-size: 38px;
}

.icerikKirinti {
  float: left;
  margin: -5px 10px 10px 0;
}

.icSayfaTitleDuzenlenen {
  padding: 0 0px 0px;
  border: none;
}

.icerikKirinti a {
  color: #777777;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.icerikKirinti a:hover {
  color: #095b8c;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.icerikTabScroll {
  overflow-y: auto;
  height: 420px;
}

.konumSag {
  float: right;
}

.temiz {
  clear: both;
}

.icerikDetayGaleriImg {
  width: 100%;
  height: 229px;
}

.faHomeFont {
  font-size: 23px;
}

.faCalendarFont {
  font-size: 20px;
}

.etkinlikDetailText {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #4b5157;
  border: 1px dashed #ececec;
  padding: 5px;
}

.etkinlikDetayFa {
  font-size: 25px;
  color: #1b426d;
}

.marginTop40 {
  margin-top: 40px;
}

.marginTersKonum {
  margin-top: -100px;
}

.ihaleFontAwesomeIkonBoyut {
  font-size: 30px;
}

.containerIcBlok {
  background: #fff;
  box-shadow: 0 1px 3px #b8bbbd;
  border: 1px solid #c2c4c6;
}

.icSayfaKonum1 {
  margin: 20px 0 20px 0
}

.icSayfaBackground {
  background: #f6f9fc;
}

.containerBackground {
  background: #fff;
}

.ihaleTabloRenk {
  background-color: #189bd7;
  color: #fff;
}

.mBottom20 {
  margin-bottom: 20px;
}

.bgAcikMavi {
  background: #f6f9fc;
}

.ilceBelediyeText {
  text-align: justify;
}

.hakkimizdaText {
  text-align: justify;
  font-size: 21px;
  line-height: 1.6em;
  color: #4d6379;
  text-decoration: none;
}

.ilceBaskanDetayIsim {
  color: #16406e;
  font-family: 'Open Sans', sans-serif;
}

.ortala {
  text-align: center;
}

.bunuGizle {
  display: none;
}

.ataGizle {
  display: block;
}

.icSayfaBackground {
  background: #f3f7fc;
}

.icSayfaContainer {
  padding: 0 30px 0 30px;
}

.icSayfaContainerGenis {
  background: #fff;
  padding: 0 10px 30px 20px;
  box-shadow: 0 4px 13px #b8bbbd;
}

.icerikTitleUpdate {
  padding: 0 0px 0px;
  border: none;
}

.marginTop20 {
  margin-top: 20px;
}

.konumSag {
  float: right;
}

.konumSol {
  float: left;
}

.fenEkipLink {
  text-decoration: none;
}

/*GENEL*/
.kirintiStandart {
  margin: -5px 10px -5px 0;
}

.kirintiStandart a {
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

/*GENEL*/

.panel-default&gt;.panel-heading {
  position: relative;
}

.panel-heading .fa {
  position: absolute;
  right: 10px;
  top: 13px;
}

.panel-title a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 15px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.keyFrameAnimasyon {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
}

/*BRANJLAR BÃ–LÃœMÃœ*/
.list-group-item:hover {
  background: linear-gradient(to right, #eee, #fff);
}

.list-group-item a {
  text-decoration: none;
}

.list-group-item a:hover {
  text-decoration: none;
}

/*BRANJLAR BÃ–LÃœMÃœ*/
/*ANASAYFA YAYINLAR*/
.yayinlarH1 {
  font-family: 'Archivo Black', sans-serif;
  color: #4d6379;
  margin-top: 30px;
  margin-bottom: -30px;
}

.haberlerH1 {
  font-family: 'Archivo Black', sans-serif;
  color: #4d6379;
}

/*ANASAYFA YAYINLAR*/
/*Ä°LETÄ°ÅžÄ°M BÃ–LÃœMÃœ*/
.iletisimFont {
  font-size: 25px;
}

/*Ä°LETÄ°ÅžÄ°M BÃ–LÃœMÃœ*/
/*KURS MERKEZLERÄ° BÃ–LÃœMÃœ*/
.kursText {
  text-align: justify;
  font-size: 21px;
  line-height: 1.6em;
  color: #fff;
  text-decoration: none;
}

.infoBg {
  width: 100%;
  background: #1b2d53;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
}

/*KURS MERKEZLERÄ° BÃ–LÃœMÃœ*/
/*SÄ°TE SLÄ°DER*/

.titleBar {
  z-index: 2;
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 30px;
  transition: .3s;
  color: #fff;
}

.titleBar * {
  transform: translate(-20px, 30px);
  transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
  opacity: 0;
}

.titleBarTop .titleBar * {
  transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
  transform: translate(0);
  opacity: 1;
}

.titleBarTop .titleBar {
  top: 0;
  bottom: initial;
  transform: translateY(-100%);
}

.slider&gt;div span {
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
}

@keyframes boing {
  0% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(.6);
  }

  60% {
    transform: scale(1.2);
  }

  80% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}

/*SÄ°TE SLÄ°DER*/


@media screen and (min-width:1200px) {

  .slider,
  .slider&gt;div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 800px;
    /* height: 100vh; */
    /* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    //background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
    overflow: hidden;
    clear: both;
  }

  .slider&gt;div {
    position: absolute;
  }

  .slider&gt;i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
  }

  .slider&gt;i svg {
    margin-top: 3px;
  }

  .slider&gt;.left {
    left: -100px;
  }

  .slider&gt;.right {
    right: -100px;
  }

  .slider:hover&gt;.left {
    left: 0;
  }

  .slider:hover&gt;.right {
    right: 0;
  }

  .slider&gt;i:hover {
    background: #fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
  }

  .slider&gt;i.right:hover {
    transform: translateX(2px);
  }

  .slider&gt;i.right:active,
  .slider&gt;i.left:active {
    transform: translateY(1px);
  }

  .slider:hover&gt;div {
    transform: scale(1.01);
  }

  .hoverZoomOff:hover&gt;div {
    transform: scale(1);
  }

  .slider&gt;ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
  }

  .slider&gt;ul&gt;li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .slider&gt;ul&gt;.showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
  }

  .slider&gt;ul&gt;li:hover {
    background-color: #7EC03D;
  }

  .slider&gt;.show {
    z-index: 1;
  }

  .hideDots&gt;ul {
    display: none;
  }

  .showArrows&gt;.left {
    left: 0;
  }

  .showArrows&gt;.right {
    right: 0;
  }

}

/***************************************EKSTRALAR***************************************/
body {
  background-color: #fff;
  background-repeat: no-repeat;
}

.mobilLogo {
  display: none;
}

/*ekran 1200px ten kÃ¼Ã§Ã¼kse*/
@media screen and (max-width:1200px) {
  .headerTextGizle {
    display: none;
  }

  .yukariCikar {
    display: none;
  }

  .nav-list-container {
    display: none;
  }

  .col-sm-9 {
    width: 100%;
  }

  .col-sm-8 {
    width: 100%;
  }

  .col-sm-4 {
    width: 100%;
  }

  .twitter-timeline {
    width: 100% !important;
  }

  footer .widget {
    margin-bottom: 20px;
    text-align: center;
  }

  a.ui-state-default {
    display: inline-block;
    width: 30px;
    font-size: 15px;
    color: #747474;
    line-height: 27px;
    padding-top: 1px;
  }

  .iconMenu {
    display: none;
  }

  .marginYukari20 {
    margin-top: -20px;
  }

  .footerLogoGizle {
    display: none;
  }

  .leftImg {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-button {
    display: block;
  }

  .col-lg-12 {
    text-align: center;
  }

  #havadurumu {
    display: none;
  }

  .iletisimAltMenu {
    width: 100% !important;
  }

  .col-lg-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .col-sm-3 {
    display: none;
  }

  .baskanHakkindaFoto {
    display: none;
  }

  .detailSm9 {
    background: #fff;
    padding-bottom: 10px;
    overflow: auto;
  }

  .subpagetitle {
    display: none;
  }

  .subpagetitleMirasDetay {
    display: none;
  }

  .subIletisim {
    display: none;
  }

  .subTekirdag {
    display: none;
  }

  .ukomeAraInput {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: solid 1px #eee;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
  }

  .muhtarAraInput {
    width: 100%;
  }

  .ilceBelediyeleri {
    width: 100% !important;
  }

  .birimFoto {
    display: none;
  }

  .birimList {
    display: none;
  }

  .birimMobilBilgiGizle {
    display: block;
  }

  .subBaskan {
    display: none;
  }

  .subYayinlar {
    display: none;
  }

  .subKurumsal {
    display: none;
  }

  .hareket {
    display: none;
  }

  .teklifBtn {
    display: none;
  }

}

.mobilTextLogo {
  display: none;
}


@media screen and (max-width: 1200px) {
  .headerTextMotto {
    display: none;
  }

  .ataGizle {
    display: none;
  }

  .headerText {
    display: none;
  }

  .subKurumsal1 {
    display: none;
  }

  .subKurumsal2 {
    display: none;
  }

  .subKurumsal3 {
    display: none;
  }

  .subKurumsal4 {
    display: none;
  }

  .subKurumsal5 {
    display: none;
  }

  .toggleMobil {
    float: left;
  }

  .container {
    width: 100%;
  }
}

.mobilTextP {
  color: #fff;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
  line-height: 1.4em;
}

.mobilText img {
  display: none;
}


@media screen and (max-width: 479px) {

  .slider&gt;div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 400px !important;
    /* height: 100vh; */
    /* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
    overflow: hidden;
    clear: both;
  }

  .gizle {
    display: none !important;
  }

  .icSayfaContainer {
    padding: 25px;
    background: #fff;
  }

  .logoHead {
    display: none;
  }

  .mobilLogo {
    display: inline;
  }

  #slider1 {
    display: none;
  }

  .mobilGorsel1 {
    display: block;
    background: #cd1618;
    border-top: solid 1px #fff;
    width: 100%;
    margin: -30px 0px 0px 0px;
    height: auto;
    background: linear-gradient(to bottom, #cd1618);
    background: linear-gradient(to bottom, #cd1618, #48494a);
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    text-shadow: 0px 2px 3px #141415;
    line-height: 1.3em;
  }

  .mobilGorsel1 span {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-shadow: 0px 2px 3px #141415;
  }

  .tbbLogo {
    margin-left: 16%;
    width: 87%;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
  }

  .mobilTextLogo {
    display: block;
  }

  .navbar-default {
    background: #cd1618;
    background: linear-gradient(to bottom, #48494a, #cd1618);
    color: #fff;
    padding: 10px;
  }

  .navbar-default span a {
    float: right;
    font-size: 26px;
    color: #fff;
    margin-right: 37%;
    text-decoration: none;
  }

  .mobilText {
    width: 100% !important;
    background: linear-gradient(to bottom, #cd1618, #48494a);
    height: 90px;
    padding-top: 16px;
    margin-top: -30px !important;
  }

  .mobilText span {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center !important;
    margin-left: 17px;
  }

  .mobilText img {
    display: block;
  }

  .scroll-downs {
    display: none;
  }

  .yayinlarH1 {
    font-family: 'Archivo Black', sans-serif;
    color: #4d6379;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .haberlerH1 {
    font-family: 'Archivo Black', sans-serif;
    color: #4d6379;
    margin-top: 100px;
    margin-bottom: 5px;
  }

  .categories-widget {
    display: none;
  }

  .galeriFoto {
    width: 100%;
  }

  .teklifBtn {
    display: none;
  }

  .subKurumsal1 {
    display: none;
  }

  .subKurumsal2 {
    display: none;
  }

  .subKurumsal3 {
    display: none;
  }

  .subKurumsal4 {
    display: none;
  }

  .subKurumsal5 {
    display: none;
  }

  .ataGizle {
    display: none;
  }

  .ws_bullets {
    display: none;
  }

  .nav-tabs-responsive&gt;li {
    display: none;
    width: 23%;
  }

  .nav-tabs-responsive&gt;li&gt;a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }

  .nav-tabs-responsive&gt;li.active {
    width: 54%;
  }

  .nav-tabs-responsive&gt;li.active:first-child {
    margin-left: 23%;
  }

  .nav-tabs-responsive&gt;li.active,
  .nav-tabs-responsive&gt;li.prev,
  .nav-tabs-responsive&gt;li.next {
    display: block;
  }

  .nav-tabs-responsive&gt;li.prev,
  .nav-tabs-responsive&gt;li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .nav-tabs-responsive&gt;li.next&gt;a,
  .nav-tabs-responsive&gt;li.prev&gt;a {
    -webkit-transition: none;
    transition: none;
  }

  .nav-tabs-responsive&gt;li.next&gt;a .text,
  .nav-tabs-responsive&gt;li.prev&gt;a .text {
    display: none;
  }

  .nav-tabs-responsive&gt;li.next&gt;a:after,
  .nav-tabs-responsive&gt;li.next&gt;a:after,
  .nav-tabs-responsive&gt;li.prev&gt;a:after,
  .nav-tabs-responsive&gt;li.prev&gt;a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .nav-tabs-responsive&gt;li.prev&gt;a:after {
    content: "Ã–nceki";
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
  }

  .nav-tabs-responsive&gt;li.next&gt;a:after {
    content: "Sonraki";
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
  }
}


/*-------------------------------------------------*/
/* =  HABER - ZÄ°YARET - DUYURU - BASINDA BÄ°Z - PROJELER
/*-------------------------------------------------*/
/* news post general style */
.news-post {
  position: relative;
}

.news-post .post-gallery {
  position: relative;
}

.news-post img {
  width: 100%;
  border: 1px solid #e5e6e4;
  padding: 5px;
}

.news-post img:hover {
  width: 100%;
  border: 1px solid #e5e6e4;
  padding: 5px;
  opacity: 0.75;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.news-post a.category-post {
  position: absolute;
  bottom: 20px;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  left: 20px;
}

a.read-more-button {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;

}

a.read-more-button i {
  margin-right: 9px;
}

a.read-more-button:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}

/* image post style */
.image-post {
  position: relative;
}

.image-post .hover-box {
  position: absolute;
  overflow: hidden !important;
  top: 0;
  left: 0px;
  bottom: 1px;
  right: 1px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: transparent;
}

.image-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: rgba(17, 17, 17, 0);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.image-post .hover-box .inner-hover a.category-post {
  margin-bottom: 12px;
  position: relative;
  bottom: inherit;
  left: inherit;
}

.image-post .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;

}

.image-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ffffff;
}

.image-post .hover-box .inner-hover p {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.image-post .hover-box .inner-hover ul.post-tags {
  margin: 0;
  padding: 0;
}

.image-post .hover-box .inner-hover ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #ccc;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.image-post .hover-box .inner-hover ul.post-tags li i {
  margin-right: 9px;
}

.image-post .hover-box .inner-hover ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ccc;
}

.image-post .hover-box .inner-hover ul.post-tags li:last-child {
  margin-right: 0;
}

.image-post.snd-size .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.image-post:hover .hover-box {
  background: rgba(255, 255, 255, 0.95);
}

.image-post:hover .hover-box .inner-hover {
  background: transparent !important;
}

.image-post:hover .hover-box .inner-hover p {
  margin-top: 10px;
  max-height: 40px;
}

.image-post:hover .hover-box .inner-hover h2 a {
  color: #222222;
}

.image-post:hover .hover-box .inner-hover h2 a:hover {
  color: #f44336;
}

.image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #aaa;
}

.image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #aaa;
}

.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  color: #f44336;
}

.standard-post {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.standard-post .post-content {
  padding-top: 5px;
}

.standard-post .post-content h2 {
  color: #333333;
  line-height: 20px;
  margin: 0 0 10px;
}

.standard-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  color: #5a5c57;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  width: 100%;
  height: auto;
}

.standard-post .post-content h2 a:hover {
  color: #0d55b8 !important;
}

ul.list-posts {
  margin: 0;
  padding: 0;
}

ul.list-posts&gt;li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}

ul.list-posts&gt;li img {
  width: 100px;
  margin-right: 8px;
  float: left;
}

ul.list-posts&gt;li .post-content&gt;a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}

ul.list-posts&gt;li .post-content&gt;a:hover {
  opacity: 0.7;
}

ul.list-posts&gt;li .post-content h2 {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}

ul.list-posts&gt;li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}

ul.list-posts&gt;li .post-content h2 a:hover {
  color: #023a97;
}

#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container.active {
  opacity: 1;
}

.title-section {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-top: 10px;
}

.title-section h1 {
  color: #3e3f40;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  margin-bottom: -1px;
}

.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #1b426d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.title-section h1 span a {
  color: #0f3f93;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

section.features-today {
  padding: 30px 0 20px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

section.features-today .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

section.features-today .owl-carousel .item {
  padding: 0 15px;
}

section.features-today .owl-carousel .news-post {
  margin-bottom: 15px;
}

section.features-today .owl-carousel .owl-wrapper-outer {
  padding: 3px 0;
}

section.features-today .owl-theme .owl-controls {
  margin-right: 12px;
}

.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}

.owl-carousel {
  width: auto;
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
  margin-right: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #ffffff !important;
  width: 20px;
  position: relative;
  top: 20px;
  background: #085c8e;
  line-height: 18px;
  text-align: center;
  border: 1px solid #fff;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #fff;
  background: #3e3e3e;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}

/*block wrapper section */
div.block-content {
  width: 100%;
  //padding: 15px 0px 15px 0px;
  position: relative;
}

div.block-content .advertisement {
  margin-bottom: 30px;
}

div.block-content:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
}

div.block-content.non-sidebar:after {
  display: none;
}

section.left-sidebar div.block-content:after {
  left: 0 !important;
  margin-left: -15px !important;
}

div.block-content:after {
  padding: 30px 0 60px;
}

.carousel-box {
  margin-bottom: 25px;
  margin-top: 25px;
}

.carousel-box .news-post,
.carousel-box ul.list-posts {
  margin-bottom: 10px;
}

.block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}

.block-content .owl-carousel .item {
  margin: 0 5px 10px;
}

.grid-box .news-post,
.grid-box ul.list-posts {
  margin-bottom: 30px;
}

.masonry-box {
  margin-bottom: 25px;
}

.article-box {
  padding-bottom: 20px;
}

.image-post-slider {
  margin-bottom: 10px;
}

.image-post-slider ul.bxslider {
  margin: 0;
  padding: 0;
}

.image-post-slider ul.bxslider .image-post2 {
  margin-bottom: 0 !important;
}

.image-post-slider .bx-wrapper .bx-prev,
.image-post-slider .bx-wrapper .bx-next {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: rgba(244, 67, 54, 0.9);
}

.image-slider {
  width: 100%;
}

.image-slider ul {
  padding: 0;
  margin: 0;
}

.image-slider .bx-wrapper .bx-viewport {
  background: transparent;
}

.image-slider .bx-wrapper .bx-pager,
.image-slider .bx-wrapper .bx-controls-auto {
  bottom: inherit;
  top: 30px;
  right: 30px;
  width: auto;
  padding-top: 0;
}

.image-slider .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  height: 0px;
}

.image-slider .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 30px;
}

.image-slider .bx-wrapper .bx-prev:hover,
.image-slider .bx-wrapper .bx-next:hover {
  background: #ececec;
}

.image-slider .bx-wrapper .bx-prev:hover:before,
.image-slider .bx-wrapper .bx-next:hover:before {
  color: #333333;
}

.image-slider .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  right: 30px;
}

.image-slider .bx-wrapper .bx-prev:before {
  margin-top: -20px;
  margin-left: -6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-slider .bx-wrapper .bx-next:before {
  margin-top: -20px;
  margin-left: -2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-slider .image-post {
  width: 100%;
}

.image-slider .image-post .hover-box {
  bottom: 0px;
}

.image-slider .image-post .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.image-slider .image-post:hover .hover-box {
  background: transparent;
}

.image-slider .image-post:hover .hover-box .inner-hover {
  background: rgba(17, 17, 17, 0) !important;
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95))) !important;
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0) !important;
}

.image-slider .image-post:hover .hover-box .inner-hover h2 a {
  color: #ffffff !important;
}

.image-slider .image-post:hover .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #ffffff;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #ffffff;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  opacity: 0.7;
}

.image-slider .image-post:hover .hover-box .inner-hover p {
  color: #ffffff;
}

.sidebar {
  padding: 11px 0;
}

.birimSagSpan {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 1.9em;
}

.birimTextBold {
  font-weight: 700;
  color: #214462;
}

.birimTextSize {
  font-size: 19px;
}

.birimFoto {
  width: 172px !important;
  height: 172px !important;
  border: 1px solid #c2c4c6;
  padding: 5px 5px;
  float: right;
}

.birimFotoMobil {
  width: 172px !important;
  height: 172px !important;
  border: 1px solid #c2c4c6;
  padding: 5px 5px;
}

.birimIletisim {
  line-height: 1.8em;
  margin: 25px 0px 0px 0px;
  font-size: 17px;
}

.birimBottom30 {
  margin-bottom: 30px;
}

.font {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.9em;
}

form.search-form {
  position: relative;
  margin: 0;
}

form.search-form input[type="text"] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #999999;
  font-size: 11px;
  font-family: 'Lato', sans-serif;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 100%;
  margin: 0 !important;
}

form.search-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}

.ataturkLogo {
  width: 100px;
  margin: 7px 0px 0px 20px;
}

.tekirdagBannerSolid {
  border: solid 2px #ddd;
}

/***************************************HEADER &amp; ANASAYFA***************************************/

/***************************************SLIDER ALTI MENU***************************************/
.iconMenu {
  margin: 0;
  padding: 10px 0px 0px 0px;
  float: right;
  list-style: none;
}

.iconMenu li {
  float: left;
  width: 95px;
  height: 80px;
  padding: 5px 0px 5px 0px;
}

.iconMenu li a {
  display: block;
  width: inherit;
  height: inherit;
  text-align: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  cursor: pointer;
  color: #333333;
}

.iconMenu li a i {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  color: #003e6f;
}

/***************************************SLIDER ALTI MENU***************************************/

/*************************************** FOOTER CSS***************************************/

.footerLink {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.footerLink:hover {
  color: #fff;
  text-decoration: none;
}

.imgCard {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin: -35px 0px 0px 0px;
}

.marginLeft40 {
  margin-left: 40px;
}

footer {
  background: #000 !important;
  padding-top: 35px;

}
}

footer p {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

footer h1 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 2px 2px 5px #434343;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 0 0 30px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-align: center;
}

footer .widget {
  margin-bottom: 20px;
}

footer .widget span {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  line-height: 30px;
}

footer .widget span a:hover {
  color: #f5730a;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  line-height: 30px;
}

footer .text-widget a img {
  margin-top: 20px;
}

footer .social-widget ul.social-icons {
  margin: 0;
  padding: 0;
}

footer .social-widget ul.social-icons li {
  display: inline-block;
  margin: 0px 1px 4px 0px;
}

footer .social-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  width: 36px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.footerTextBig {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

.footerLinkRenk {
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.footerLinkRenk:hover {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

footer .social-widget ul.social-icons li a:hover {
  color: #ffffff;
}

footer .social-widget ul.social-icons li a.facebook:hover {
  background: #1854dd;
}

footer .social-widget ul.social-icons li a.google:hover {
  background: #f14133;
}

footer .social-widget ul.social-icons li a.twitter:hover {
  background: #18a3dd;
}

footer .social-widget ul.social-icons li a.youtube:hover {
  background: #d31708;
}

footer .social-widget ul.social-icons li a.instagram:hover {
  background: #a55900;
}

footer .social-widget ul.social-icons li a.linkedin:hover {
  background: #1879dd;
}

footer .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

footer .categories-widget ul.category-list li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

footer .categories-widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

footer .categories-widget ul.category-list li a:hover {
  color: #f5730a;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/* Effect 10: reveal, push out */
.cl-effect-10 {
  position: relative;
  z-index: 1;
}

.cl-effect-10 a {
  overflow: hidden;
  margin: 0 15px;
}

.cl-effect-10 a span {
  display: block;
  padding: 10px 20px;
  background: #0f7c67;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cl-effect-10 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0f7c67;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}

/***************************************FOOTER CSS***************************************/

ul.post-tags {
  margin: 0;
  padding: 0;
}

ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #999999;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
}

.standard-post2 .post-title {
  padding: 18px 20px;
  height: 140px;
  overflow: hidden;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.standard-post2 .post-title h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}

.standard-post2 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #595353;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.standard-post2 .post-title h2 a:hover {
  color: #595353;
}

.standard-post2 .post-duyuru {
  padding: 18px 20px;
  height: 190px;
  margin: -20px 0px 0px 0px;
  background: linear-gradient(to bottom, #f7fafc, #fff);
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.standard-post2 .post-duyuru h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}

.standard-post2 .post-duyuru h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #595353;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

.standard-post2 .post-duyuru h2 a:hover {
  color: #595353;
}

.standard-post2 .post-content {
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  //padding: 15px 20px 0;
}

.standard-post2 .post-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.standard-post2:hover .post-title {
  background: transparent;
}

/***************************************DETAY SAYFA ESKÄ°***************************************/
.single-post-box .title-post {
  padding: 0 0 25px;
}

.single-post-box .title-baslik {
  padding: 0 0 0;
}

.single-post-box .title-baslik h1 {
  color: #1b426d;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
}

.single-post-box .title-post h1 {
  color: #1b426d;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
}

.single-post-box .post-gallery {
  text-align: center;
  margin-bottom: 20px;
}

.single-post-box .post-gallery img {
  width: 100%;
  margin-bottom: 5px;
}

.single-post-box .post-gallery span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  margin: 0;
}

.single-post-box .post-gallery iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
}

.single-post-box .post-gallery.audio-post iframe {
  height: 168px;
}

.single-post-box&gt;.post-content {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
}

.single-post-box&gt;.post-content-birim {
  overflow: hidden;
}

.single-post-box&gt;.post-content p {
  margin-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
  text-indent: 20px;
}

.subpagetitle {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  padding: 55px 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 1px #fff;
}

.subpagetitle h1 {
  background: -webkit-linear-gradient(#fff, #eee);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.detailSm3 {
  background: linear-gradient(to right, #fff, #f1f6f9);
  border-left: solid 1px #eee;
  border-top: solid 19px #ddd;
  margin: -20px 0px 20px 0px;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}

/*.detailSm9{background:#fff; box-shadow: 0 4px 13px #b8bbbd; z-index:1;}*/
.detailSm9 {
  background: #fff;
  z-index: 1;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 50px rgba(24, 76, 124, 0.1);
  box-shadow: 0 0 50px rgba(24, 76, 124, 0.1);
}

.ortala {
  text-align: center;
}

.kursMerkezleriTextBaslik {
  font-family: 'Montserrat', sans-serif;
  color: #363737;
  font-weight: 800;
  font-size: 18px;
}

.kursMerkezleriText {
  font-family: 'Montserrat', sans-serif;
  color: #075a9a;
}

.fullLine {
  width: 100%;
  height: 2px;
  background: #eee;
}

.detailWidgetButon {
  width: 100%;
  height: 40px;
  padding: 10px;
  background: #eee;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
  text-align: center;
  float: left;
  border-left: solid 3px #ddd;
}

.detailWidgetButon:hover {
  width: 100%;
  height: 40px;
  padding: 10px;
  background: #ddd;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  float: left;
  border-left: solid 3px #e89014;
}

.detailWidgetButon a {
  text-decoration: none;
}

.detailWidgetButon a:hover {
  text-decoration: none;
  color: #000;
}

.single-post-box&gt;.post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}

.single-post-box&gt;.post-content p a:hover {
  opacity: 0.6;
}

.single-post-box&gt;.post-content blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}

.single-post-box&gt;.post-content blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}

.single-post-box&gt;.post-content blockquote:before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}

.single-post-box&gt;.post-content&gt;h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}

.single-post-box .article-inpost {
  overflow: hidden;
  margin-bottom: 20px;
}

.single-post-box .article-inpost .image-content {
  text-align: center;
  margin-bottom: 20px;
}

.single-post-box .article-inpost .image-content .image-place {
  position: relative;
  margin-bottom: 5px;
}

.single-post-box .article-inpost .image-content .image-place img {
  width: 100%;
}

.single-post-box .article-inpost .image-content .image-place .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-post-box .article-inpost .image-content .image-place .hover-image a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background: #f44336;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  outline: none;
}

.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
  opacity: 0.7;
}

.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
  opacity: 1;
}

.single-post-box .article-inpost .image-content span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
}

.single-post-box .article-inpost .text-content {
  padding-top: 15px;
}

.single-post-box .article-inpost .text-content h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}

.single-post-box .article-inpost .text-content p {
  margin-bottom: 18px;
}

.single-post-box .review-box .member-skills {
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.single-post-box .review-box .member-skills&gt;p {
  font-weight: 700;
  color: #222222;
  margin-bottom: 16px;
}

.single-post-box .review-box .member-skills .meter {
  height: 17px;
  padding: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}

.single-post-box .review-box .member-skills .meter p {
  height: 100%;
  background: #f44336;
  text-align: right;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.single-post-box .review-box .summary-box {
  padding: 14px 190px 14px 20px;
  background: #333333;
  position: relative;
  margin-bottom: 50px;
}

.single-post-box .review-box .summary-box h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #ffffff;

  margin-bottom: 14px;
}

.single-post-box .review-box .summary-box p {
  color: #ffffff;
}

.single-post-box .review-box .summary-box .summary-degree {
  position: absolute;
  bottom: -10px;
  right: 20px;
  background: #f44336;
  padding: 10px 20px 14px;
  text-align: center;
}

.single-post-boxp {
  color: #333333;
  font-weight: 700;
  margin: 0;
}

/*
.single-post-box p span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 4px;
  line-height: 48px;
}
*/

.single-post-box .post-tags-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px 12px;
}

.single-post-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}

.single-post-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin-right: 3px;
  margin-bottom: 2px;
}

.single-post-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #999999;
}

.single-post-box ul.tags-box li span {
  margin-right: 18px;
}

.single-post-box ul.tags-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}

.single-post-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}

.single-post-box .prev-next-posts {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.single-post-box .prev-next-posts .prev-post {
  float: left;
  border-right: 1px solid #f0f0f0;
}

.single-post-box .prev-next-posts .next-post {
  width: 50%;
  float: right;
}

.single-post-box .prev-next-posts .next-post img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.single-post-box .prev-next-posts .prev-post,
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 40px;
}

.single-post-box .prev-next-posts .prev-post:hover,
.single-post-box .prev-next-posts .next-post:hover {
  background: #fafafa;
}

.single-post-box .prev-next-posts img {
  width: 100px;
  margin-right: 15px;
  float: left;
}

.single-post-box .prev-next-posts .post-content {
  margin-top: 10px;
}

.single-post-box .prev-next-posts .post-content&gt;a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}

.single-post-box .prev-next-posts .post-content&gt;a:hover {
  opacity: 0.7;
}

.single-post-box .prev-next-posts .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}

.single-post-box .prev-next-posts .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #f44336;
}

.single-post-box .about-more-autor {
  margin-bottom: 10px;
}

.single-post-box .about-more-autor ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #f44336;
}

.nav-tabs&gt;li&gt;a {
  font-family: 'Montserrat', sans-serif;
}

.single-post-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  top: 50%;
  margin-top: -35px;
}

.single-post-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
  top: 50%;
  margin-top: -35px;
}

.single-post-box .bx-wrapper .bx-prev:hover,
.single-post-box .bx-wrapper .bx-next:hover {
  background: #ffffff;
}

.single-post-box .bx-wrapper .bx-next:before,
.single-post-box .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}

.single-post-box .bx-wrapper .bx-next:hover:before,
.single-post-box .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}

.single-post-box .bx-wrapper .bx-pager {
  display: block !important;
}

.single-post-box ul.bxslider {
  margin: 0;
  padding: 0;
}

.single-wide .image-slider .news-post .hover-box .inner-hover {
  background: transparent !important;
  padding-bottom: 50px;
}

.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;

  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 900;
  line-height: 30px;
  padding: 0 20px;
}

.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
  padding: 0 20px;
}

.single-wide .image-slider .bx-wrapper .bx-pager {
  bottom: 20px;
  top: inherit;
  right: inherit;
  left: 50%;
}

.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

/***************************************DETAY SAYFA ESKÄ°***************************************/

/*yeni mobil menÃ¼*/
.toggle-menu-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.toggle-menu-overlay.visible {
  visibility: visible;
  opacity: 1;
}

.toggle-menu {
  background: linear-gradient(to bottom, #cd1618, #48494a);
  font-family: 'Montserrat', sans-serif;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  color: #fff;
  width: 310px;
  z-index: 10010;
  border-right: solid 1px #ddd;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0, 1, 0.5, 1) 0s;
}

.toggle-menu.visible {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.toggle-menu-ust {
  border-bottom: 1px solid #ccc;
  height: 64px;
  line-height: 64px;
  padding: 0 1.3rem;
  position: relative;
  background: #000;
}

.toggle-menu-ust .baslik {
  float: left;
}

.toggle-menu-ust .baslik a {
  color: #777;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.toggle-menu-ust .baslik a:hover {
  color: #222;
}

.toggle-menu-ust .kapat {
  float: right;
}

.toggle-menu-ust .kapat a {
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.toggle-menu-ust .kapat a:hover {
  color: #0097d5;
}

.mobile-nav-wrapper {
  bottom: 0;
  height: 1px;
  left: 0;
  margin: auto;
  min-height: calc(100% - 64px*2);
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.mobile-nav-wrapper&gt;ul {}

.mobile-nav-wrapper&gt;ul&gt;li {
  display: block;
}

.mobile-nav-wrapper&gt;ul {}

.mobile-nav-wrapper&gt;ul&gt;li&gt;a {
  color: #fff;
  position: relative;
  display: block;
  font-size: 17px;
  padding: 1rem 1.3rem;
  font-family: 'Montserrat', sans-serif;
}

.mobile-nav-wrapper&gt;ul&gt;li&gt;a:hover {
  background: #dcdcdc;
  text-decoration: none;
  color: #085c8e;
}

.mobile-nav-wrapper&gt;ul&gt;li&gt;ul {
  background: #fff none repeat scroll 0 0;
  display: none;
}

.mobile-nav-wrapper&gt;ul&gt;li&gt;ul li {
  display: block;
}

.mobile-nav-wrapper&gt;ul&gt;li&gt;ul li a {
  color: #777;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0.6rem 1.3rem;
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background: #eee;
}

.mobile-nav-wrapper&gt;ul&gt;li&gt;ul li a:hover {
  color: #0097d5;
}

.mobile-nav-wrapper&gt;ul&gt;li.ilkadim {}

.mobile-nav-wrapper&gt;ul&gt;li.ilkadim&gt;a {
  background: #bf8119;
  color: #fff;
}

.mobile-nav-wrapper&gt;ul&gt;li.ilkadim&gt;ul {
  background: #0097d5;
}

.mobile-nav-wrapper&gt;ul&gt;li.ilkadim&gt;ul li a {
  color: #fff;
}

.fa-times {
  font-size: 20px;
  color: #fff;
}

/*yeni mobil menÃ¼*/
/***************************************ALT SAYFALAR***************************************/

@media max-width 470px {
  
  .slider&gt;div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 400px !important;
    /* height: 100vh; */
    /* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
    overflow: hidden;
    clear: both;
  }

}


@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Firefox */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Webkit */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* IE */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.teklifBtn a {
  background: #cd1618 none repeat scroll 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 15px 21px;
}

.teklifBtn a:hover {
  text-decoration: none;
}

.yanSon {
  font-family: 'Montserrat', sans-serif;
  z-index: 999999;
  -moz-animation: 2s linear 2s normal none infinite blink;
  /* Firefox */
  -webkit-animation: 2s linear 2s normal none infinite blink;
  /* Webkit */
  -ms-animation: 2s linear 2s normal none infinite blink;
  /* IE */
  animation: 2s linear 2s normal none infinite blink;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Firefox */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* Webkit */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* IE */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.yanSon a {
  background: #ff6000 none repeat scroll 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 15px 21px;
}

.yanSon a:hover {
  text-decoration: none;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}

.list-group-item:hover {
  background: #eee;
}

.labelText {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.headerTextMotto {
  float: left;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 15px 20px 0px 0px;
  text-align: center;
}

.headerText {
  font-size: 25px;
  float: right;
  padding: 30px 0px 0px 0px;
  color: #fff !important;
  text-align: center;
  font-family: 'Lobster', cursive;
}

.headerTextGizle {
  display: block;
}

.help-block {
  color: #ff0000;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}




/* Popup arka plan */
#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* Arka plan tamamen siyah */
  z-index: 1000;
}

/* Popup kutusu */
#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 8px;
}

/* Kapatma dÃ¼ÄŸmesi */
#closePopup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* Resim stili */
#popup img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 10px;
}


  .responsive-video {
  width: 1920px;
  height: 1080px;
  }
  .slider-container {
  position: relative;
  width: 100%;
  height: 80vh; /* Web'te %80 ekran yÃ¼ksekliÄŸi */
  overflow: hidden;
  }
  .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  }
  .slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  }
  .slide img, .slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  /* Karartma (Overlay) */
  .slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* YarÄ± saydam siyah */
  z-index: 1;
  }
  .slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 2rem; /* BaÅŸlangÄ±Ã§ta iÃ§erik boyutunu artÄ±rÄ±yoruz */
  }
  .content h2 {
  color: #fff;
  text-shadow: 0px 2px 3px #141415;
  font-size:50px;
  margin-bottom: 10px;
  }
  .content p {
  font-size: 20px;
  color: #fff;
  }
  /* Arrows */
  .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 3;
  }
  .prev {
  left: 10px;
  }
  .next {
  right: 10px;
  }
  /* Responsive Design */
  @media (max-width: 768px) {
  .slider-container {
  height: 60vh; /* Mobilde yÃ¼kseklik biraz daha kÃ¼Ã§Ã¼k */
  }
  .content h2 {
  font-size: 30px; /* Mobilde daha kÃ¼Ã§Ã¼k baÅŸlÄ±k */
  }
  .content p {
  font-size: 18px;
  }
  }
  .section-header .title {
  font-size:30px;
  }
  /* Tablet (Maksimum 1024px geniÅŸlik) */
  @media (max-width: 1024px) {
  .section-header .title  {
  font-size:20px;
  }
  .slide .content {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 2rem; /* BaÅŸlangÄ±Ã§ta iÃ§erik boyutunu artÄ±rÄ±yoruz */
  }
  }
  /* Mobil (Maksimum 768px geniÅŸlik) */
  @media (max-width: 768px) {
  .section-header .title  {
  font-size:20px;
  }
  .slide .content {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 2rem; /* BaÅŸlangÄ±Ã§ta iÃ§erik boyutunu artÄ±rÄ±yoruz */
  }
  }</pre></body></html>