<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===========================
 =  Table of Contents
 0. Keyframes
 1. General
 1.1. Typography
 1.2. Section spacings
 1.3. Forms
 1.4. Buttons
 1.5. Colors &amp; Badges
 1.6. Modals, Popups &amp; Dropdowns
 1.7. Tables
 1.8. Tabs
 1.9. Social media links
 2. Header
 2.1. Header style 2
 2.2. Header style 3
 3. Footer
 5. Subheader
 5. Components
 6.. Loaders
 6.1. Blog Posts
 6.1.1. Blog Posts List
 6.1.2. Blog Post Details
 6.2. sidebar
 6.3. Products
 6.3.1. Products (List view)
 6.3.2 Products (Minimal View)
 6.3.3 Products Quick view &amp; details
 6.3.4. Cart &amp; Wishlist
 6.3.5. Checkout
 6.3.6 Products (Recent View)
 6.4. Categories Megamenu
 6.5. Banners
 6.6. Icon Blocks
 6.7. Call To Actions
 6.8.Login &amp; Signup
 6.9. Error 404
 6.10. Testimonials
 6.11. Companies
 6.12. Newsletter Popup
 7. Misc
 8. Responsive
===========================*/
/*-------------------------------------------------------------------*/
/* === Keyframes === */
@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
@-webkit-keyframes pulseInOut {
  0% {
  opacity:0.3;
  transform: scale(0.3);
  }
  50%{
  opacity: 1;
  transform: scale(1.3);
  }
  100% {
  opacity:0.3;
  transform: scale(0.3);
  }
}
@-moz-keyframes pulseInOut {
  0% {
  opacity:0.3;
  transform: scale(0.3);
  }
  50%{
  opacity: 1;
  transform: scale(1.3);
  }
  100% {
  opacity:0.3;
  transform: scale(0.3);
  }
}
@-o-keyframes pulseInOut {
  0% {
  opacity:0.3;
  transform: scale(0.3);
  }
  50%{
  opacity: 1;
  transform: scale(1.3);
  }
  100% {
  opacity:0.3;
  transform: scale(0.3);
  }
}
@keyframes pulseInOut {
	0%{ transform: scale(0.3); opacity: 0.7; }
	50%{ transform: scale(1.3); }
	100%{ transform: scale(1.3);opacity: 0; }
}
@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.2;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}
/*======================
1.0. General
========================*/
.sigma_video-button{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_video-button:hover{
  background-color: #f9f9f9;
}
.sigma_video-button::before{
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	transform: scale(1.3);
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-animation-name:pulseInOut;
	-moz-animation-name:pulseInOut;
	-o-animation-name:pulseInOut;
	animation-name:pulseInOut;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	background: #fff;
}
::selection {
  color: #fff;
  background: #c30c0c;
}
.sigma_dropdown-scroll{
  overflow: hidden;
  width: auto;
}
.sigma_preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: .3s;
}
.sigma_preloader.hidden{
  opacity: 0;
  visibility: hidden;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #c30c0c;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body,
canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p,
pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table,
tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: .25;
}
.opacity-50 {
  opacity: .50;
}
.opacity-75 {
  opacity: .75;
}
.opacity-100 {
  opacity: 1;
}
.dark-overlay{
  position: relative;
  z-index: 1;
}
.dark-overlay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: -1;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.dark-overlay.dark-overlay-2::before{
  background-color: rgba(0,0,0,.6);
}
.sigma_sticky-section{
  position: sticky;
  top: 30px;
}
html{
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: #86858c;
  overflow-x: hidden;
}
hr{
  margin: 30px 0;
}
img {
  max-width: 100%;
  height: auto;
}
.imgs-wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.imgs-wrapper img {
  position: absolute;
  max-width: 300px;
}
.imgs-wrapper img:nth-child(1) {
  top: 150px;
  max-width: 400px;
  left: -200px;
}
.imgs-wrapper img:nth-child(2) {
  right: -100px;
  bottom: 0;
}
.sigma_single-img-wrapper{
  position: relative;
}
.sigma_single-img-wrapper img,
.elementor .sigma_single-img-wrapper img{
  border-radius: 8px;
}
.sigma_dots{
  width: 100%;
  height: 100%;
  content: '';
  background-position: 0 0,6px 6px;
  background-size: 12px 12px;
  position: absolute;
  display: block;
  background-image: -o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);
  background-image: radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background-color: transparent;
  top: 0px;
  left: 17px;
  opacity: 1;
  z-index: -1;
}
.signature {
  width: 220px;
  margin-bottom: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  outline: none;
}
.close-btn:focus {
  outline: none;
}
.close-btn span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.close-btn.close-dark span {
  background-color: #18181D;
}
.close-btn.close-danger span {
  background-color: red;
}
.close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-btn:hover span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.close-btn:hover span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.close-btn.dark span {
  background-color: #18181D;
}
.icon-2x {
  font-size: 2rem;
}
.icon-3x {
  font-size: 3rem;
}
.icon-4x {
  font-size: 4rem;
}
.border-0 {
  border: 0;
}
.bg-cover {
  background-size: cover;
}
.bg-parallax{
  background-attachment: fixed;
}
.bg-contain {
  background-size: contain;
}
.bg-norepeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-top {
  background-position: top;
}
.bg-bottom {
  background-position: bottom;
}
/*======================
1.1. Typography
========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: 'Poppins', serif;
  font-weight: 700;
  line-height: 1.2;
  color: #18181D;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 34px;
  line-height: 1.4;
}
h4 {
  font-size: 26px;
  line-height: 1.4;
}
h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}
a {
  color: #c30c0c;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:hover,
a:focus {
  color: #18181D;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
b,
strong{
  font-weight: 700;
}
label{
  margin-bottom: 10px;
  font-weight: 600;
  color: #18181D;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
ul li,
ol li {
  margin: 10px 0 0;
  position: relative;
}
.sigma_list li{
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.sigma_list li + li{
  margin-top: 10px;
}
.sigma_list li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.7;
  font-size: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  color: #c30c0c;
}
.small, small{
  line-height: 1.7;
}
blockquote {
  position: relative;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  border-radius: 8px;
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
}
blockquote::before{
  content: '\f113';
  font-family: flaticon;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  font-size: 40px;
  opacity: .1;
}
blockquote p,
.entry-content blockquote p{
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #18181D;
}
blockquote cite{
  border-top: 1px solid #F0F2F3;
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  font-size: 13px;
  font-style: italic;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.border-25{
  border-radius: 25px;
}
/* Entry Content */
.entry-content p,
.entry-content address{
  margin-bottom: 20px;
}
.entry-content .sigma_post-share{
  margin-bottom: 20px;
}
.entry-content pre,
.entry-content code{
  font-family: "Roboto Mono", sans-serif;
}
.entry-content p,
.entry-content dd,
.entry-content dt,
.entry-content address,
.entry-content pre{
  margin-bottom: 20px;
}
.entry-content p a{
  color: #c30c0c;
}
.entry-content p a:hover{
  color: #18181D;
}
.entry-content ul,
.entry-content ol{
  padding-left: 20px;
}
.entry-content ul{
  list-style: disc;
}
.entry-content ol{
  list-style: decimal;
}
.entry-content img{
  border-radius: 8px;
}
.wpcf7-form p &gt; label{
  width: 100%;
}
.entry-content p label{
  margin: 0;
}
.entry-content .gallery-columns-1,
.entry-content .gallery-columns-2,
.entry-content .gallery-columns-3,
.entry-content .gallery-columns-4,
.entry-content .gallery-columns-5,
.entry-content .gallery-columns-6,
.entry-content .gallery-columns-7,
.entry-content .gallery-columns-8,
.entry-content .gallery-columns-9{
  margin: 0 -1.79104477% 0;
}
/*======================
1.2 Section Spacings
========================*/
.section {
  position: relative;
  padding: 50px 0;
}
.section.section-padding{
  padding: 50px 0 20px;
}
.sigma_section-fw{
  padding: 0 50px;
}
.mb-30{
  margin-bottom: 30px;
}
.mr-lg-30{
  margin-left: 30px;
}
.section.section-padding.category_section{
  margin-top: -50px;
  padding-top: 0;
}
.section-title .title{
  position: relative;
  margin: 0;
}
.section-title{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 3px solid #F0F2F3;
}
.section-title::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #c30c0c;
}
.section-title.text-center::after{
  left: 50%;
  transform: translateX(-50%);
}
.section-title.text-right::after{
  left: auto;
  right: 0;
}
.after-none.section-title:after {
    display: none;
}

.after-none.section-title {
    border: none;
    padding-bottom: 0;
}
.section-title.flex-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-title.flex-title .nav{
  margin-left: auto;
}
.section-title.flex-title .nav-item{
  margin: 0;
}
.section-title.flex-title .nav-item + .nav-item{
  margin-left: 10px;
}
.section-title.flex-title .nav-item .nav-link{
  margin: 0;
}
.section-title.flex-title .nav-item .nav-link i {
    font-weight: 400;
}
.section-title.flex-title .nav-item .nav-link i:before {
    margin-left: 0;
}
/*==================
1.3. Forms
====================*/
textarea{
  resize: none;
}
.form-control::-webkit-input-placeholder{
  color: #a5a5a5;
}
.form-control::-moz-placeholder{
  color: #a5a5a5;
}
.form-control:-ms-input-placeholder{
  color: #a5a5a5;
}
.form-control::-ms-input-placeholder{
  color: #a5a5a5;
}
.form-control::placeholder{
  color: #a5a5a5;
}
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea{
  height: 50px;
  padding: 8px 15px;
  border-radius: 0;
  border: 1px solid #F0F2F3;
  border-radius: 25px;
  width: 100%;
  color: #6e6e6e;
  background-color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
  outline: none;
}
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border: 1px solid #efefef;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type="checkbox"],
input[type="radio"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #F0F2F3;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin: 4px 8px 4px 0;
  outline: 0;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  width: 16px;
}
input[type=checkbox]:checked,
input[type=radio]:checked{
  background-color: #c30c0c;
}
input[type="checkbox"]{
  border-radius: 2px;
}
.form-group{
  margin-bottom: 20px;
}
.input-with-icon{
  position: relative;
}
.input-with-icon input,
.input-with-icon select{
  padding-left: 40px;
}
.input-with-icon i{
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a5a5a5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.input-with-icon input:focus + i,
.input-with-icon select:focus + i{
  color: #454545;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c30c0c;
}
.custom-control label{
  line-height: 23px;
}
.select2-container,
.select2-container:focus,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single:focus,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered:focus{
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #838383;
  line-height: 48px;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #F0F2F3;
  border-radius: 25px;
  height: 50px;
  margin: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 50px;
  top: 0;
  right: 20px;
}
.select2-dropdown{
  border: 1px solid #F0F2F3;
  border-radius: 8px;
}
.select2-search--dropdown{
  padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #F0F2F3;
  border-radius: 25px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
  background-color: #c30c0c;
}
div.wpcf7-response-output{
  margin: 30px 0;
  padding: 20px;
  border-radius: 8px;
  border: 0;
  font-weight: 600;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
  background-color: #ffa9a9;
  color: #fff;
}
/*==================
1.4. Buttons
====================*/
.btn-link{
  color: #18181D;
  font-weight: 700;
}
.btn-link:hover{
  color: #18181D;
}
.sigma_btn-custom,
input[type="submit"],
input[type="button"],
.entry-content input[type="submit"],
.entry-content input[type="button"]{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
	background-color: #c30c0c;
  border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  text-transform: uppercase;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 0 3px 24px rgba(0,0,0,.1);
}
.sigma_btn-custom:hover,
.sigma_btn-custom:focus,
input[type="submit"],
input[type="button"],
input[type="submit"],
input[type="button"],
.entry-content input[type="submit"]:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="submit"]:focus,
.entry-content input[type="button"]:focus{
  color: #fff;
  background-color: #18181D;
  outline: none;
}
.sigma_btn-custom.primary{
  background-color: #c30c0c;
}
.sigma_btn-custom.primary:hover,
.sigma_btn-custom.primary:focus{
  background-color: #18181D;
}
.sigma_btn-custom.light{
  background-color: #fff;
  color: #c30c0c;
}
.sigma_btn-custom.light:hover,
.sigma_btn-custom.light:focus{
  background-color: #F0F2F3;
}
.sigma_btn-custom.secondary{
  background-color: #5d5d5d;
  color: #fff;
}
.sigma_btn-custom.secondary:hover,
.sigma_btn-custom.secondary:focus{
  background-color: #383838;
}
.sigma_btn-custom.btn-sm{
  padding: 12px 16px;
  font-size: 13px;
}
.sigma_btn-custom.btn-lg{
  padding: 16px 30px;
  font-size: 16px;
}
.btn-group .sigma_btn-custom:first-child{
  border-radius: 25px 0 0 25px;
}
.btn-group .sigma_btn-custom + .sigma_btn-custom{
  border-radius: 0 25px 25px 0;
  padding: 12px 14px;
}
.btn-group .sigma_btn-custom.btn-sm + .sigma_btn-custom.btn-sm{
  padding: 12px 16px;
}
.input-group-append .sigma_btn-custom,
.input-group-append .sigma_btn-custom::before{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sigma_btn-custom .sigma_button-content-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_btn-custom .sigma_button-content-wrapper .sigma_button-icon.sigma_icon-right{
  order: 10;
}
.sigma_btn-custom .sigma_button-content-wrapper .sigma_button-icon.sigma_icon-right + .sigma_button-text{
  order: 5;
}
.sigma_btn-custom .sigma_button-content-wrapper .sigma_button-icon.sigma_icon-left{
  order: 5;
}
.sigma_btn-custom .sigma_button-content-wrapper .sigma_button-icon.sigma_icon-left + .sigma_button-text{
  order: 10;
}
.sigma_btn-custom .sigma_button-content-wrapper .sigma_button-icon.sigma_icon-left i{
  margin-right: 10px;
  margin-left: 0;
}
.sigma_btn-custom .sigma_button-content-wrapper .sigma_button-icon.sigma_icon-right i{
  margin-left: 10px;
  margin-right: 0;
}
.text-justify .sigma_btn-custom{
  width: 100%;
}
/*==================
1.5. Colors &amp; Badges
====================*/
.custom-primary{
  color: #c30c0c;
}
.custom-secondary{
  color: #b682e1;
}
.light-bg{
  background-color: #F0F2F3;
}
.primary-bg{
  background-color: #c30c0c;
}
.secondary-bg{
  background-color: #5d5d5d;
}
.pattern-bg{
  position: relative;
  z-index: 1;
}
.pattern-bg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
/*=============================
1.6 Modal, Popups &amp; Dropdowns
==============================*/
.modal-header .close{
  background-color: #020202;
  opacity: 1;
  margin: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  color: #fff;
  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-shadow: none;
}
.modal-header{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-header .close:not(:disabled):not(.disabled):hover{
  background-color: #dd3333;
  opacity: 1;
}
.modal-lg{
  max-width: 1000px;
}
.modal-content{
  border-radius: 8px;
  border: 0;
}
.modal-body{
  padding: 40px;
}
.dropdown-menu{
  padding: 10px;
  font-size: 14px;
  color: #838383;
  border: 1px solid #F0F2F3;
  box-shadow: 0 4px 24px rgba(0,0,0,.1);
}
.dropdown-item{
  padding: 6px 10px;
  font-weight: 600;
  color: #838383;
  border-radius: 8px;
}
.dropdown-item i{
  display: inline-block;
  width: 25px;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #f8f9fa;
  color: #16181b;
}
/*======================
1.7 Tables
========================*/
table th,
table td {
  padding: 15px;
  vertical-align: middle;
  background-color: #fff;
}
table th{
  font-weight: 600;
  color: #18181D;
  font-family: "Poppins", sans-serif;
  border: 1px solid #F0F2F3;
}
table {
  width: 100%;
  margin-bottom: 30px;
}
table td{
  border: 1px solid #F0F2F3;
}
table img{
  width: 40px;
  border-radius: 0;
}
/*======================
1.8 Tabs
========================*/
.tab-content{
  margin-top: 20px;
}
.nav-item{
  margin: 0;
}
.nav-link{
  padding: 10px 20px;
  background-color: #F0F2F3;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 0;
  color: #18181D;
  border-radius: 8px;
}
.nav-link.active{
  background-color: #c30c0c;
  color: #fff;
}
.tab-content&gt;.tab-pane{
  display: block;
  height: 0;
}
.tab-content&gt;.active{
  height: auto;
}
/*======================
1.9. Social media links
========================*/
.sigma_sm{
  display: flex;
  align-items: center;
  margin: 0;
}
.sigma_sm li{
  margin: 0;
}
.sigma_sm li a{
  display: inline-block;
}
.sigma_sm li + li{
  margin-left: 20px;
}
/*======================
2. Header
========================*/
.sigma_header.sticky.header-1 .sigma_header-bottom,
.sigma_header.header-3.sticky .sigma_header-bottom{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 190;
}
.sigma_header.header-2.sticky .sigma_header-middle{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 190;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  border-bottom: 1px solid #F0F2F3;
}
.sigma_header-top{
  background-color: #5D5D5D;
  padding: 0;
}
.sigma_header-top-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sigma_header-top-links{
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: auto;
}
.sigma_header-top-links li{
  margin: 0;
}
.sigma_header-top-links &gt; li + li{
  margin-left: 15px
}
.sigma_header-top-sm li a,
.sigma_header-top-links a{
  color: #fff;
  padding: 10px 0;
}
.sigma_header-top-sm li a:hover,
.sigma_header-top-links a:hover{
  color: #f0f2f3;
}
.sigma_header-top-links a{
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.sigma_header .sigma_header-top-links .sub-menu{
  left: auto;
  right: 0;
}
.sigma_header .sigma_header-top-links .sub-menu .sub-menu{
  left: auto;
  right: 100%;
}
.sigma_header-middle{
  background-color: #fff;
}
.sigma_header-middle .navbar{
  padding: 15px 0;
}
.navbar-brand{
  padding: 10px 0;
  width: 170px;
  margin-right: 30px;
}
.navbar-brand .sigma_header-site-name{
  margin: 0;
}
.sigma_header-controls{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.sigma_header-controls-inner{
  display: flex;
  align-items: center;
  margin: 0;
}
.sigma_header-controls-inner li{
  margin: 0;
}
.sigma_header-controls-inner li a{
  width: 58px;
  height: 58px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0F2F3;
  margin: 0 10px 0 0;
}
.sigma_header-controls-inner li a i{
  font-size: 21px;
  color: #838383;
}
.sigma_header-controls-inner li a:hover{
  background-color: #F0F2F3;
}
.sigma_header-controls-inner li:last-child a{
  margin-right: 0;
}
.sigma_header-controls-inner li.sigma_header-cart a{
  width: auto;
  height: auto;
  border-radius: 8px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.sigma_header-controls-inner li.sigma_header-cart a i{
  font-size: 26px;
  color: #838383;
}
.sigma_header-controls-inner li.sigma_header-cart .sigma_header-cart-content{
  margin-left: 15px;
}
.sigma_header-controls-inner li.sigma_header-cart .sigma_header-cart-content &gt; span{
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #18181D;
}
.sigma_header-controls-inner li.sigma_header-cart .sigma_header-cart-content &gt; span + span{
  color: #c30c0c;
}
.sigma_header-bottom{
  background-color: #5D5D5D;
}
.sigma_header-bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sigma_header-bottom-inner .navbar-nav,
.sigma_header-middle .navbar-nav{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.sigma_header-bottom-inner .navbar-nav .menu-item,
.sigma_header-middle .navbar-nav .menu-item{
  margin: 0;
}
.sigma_header-bottom-inner &gt; .navbar-nav &gt; .menu-item &gt; a,
.sigma_header-middle .navbar &gt; .navbar-nav &gt; .menu-item &gt; a{
  position: relative;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  display: block;
}
.sigma_header-middle .navbar &gt; .navbar-nav &gt; .menu-item &gt; a{
  color: #18181D;
  padding: 30px 20px;
}
.sigma_header-bottom-inner &gt; .navbar-nav &gt; .menu-item &gt; a:hover,
.sigma_header-middle .navbar &gt; .navbar-nav &gt; .menu-item &gt; a:hover{
  color: #f0f2f3;
}
.sigma_header-bottom-inner &gt; .navbar-nav &gt; .menu-item:first-child &gt; a,
.sigma_header-middle .navbar &gt; .navbar-nav &gt; .menu-item:first-child &gt; a{
  padding-left: 0;
}
.sigma_header-bottom-inner .navbar-nav .menu-item-has-children,
.sigma_header-middle .navbar-nav .menu-item-has-children{
  position: relative;
}
.sigma_header .sub-menu,
.sigma_flex-menu .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: .3s;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  visibility: hidden;
  z-index: 998;
  min-width: 230px;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.sigma_header .sub-menu.sub-menu-left,
.sigma_flex-menu .sub-menu.sub-menu-left{
  left: auto;
  right: 0;
}
.sigma_header-middle .navbar-nav .menu-item-has-children:hover &gt; .sub-menu,
.sigma_header-bottom-inner .navbar-nav .menu-item-has-children:hover &gt; .sub-menu,
.sigma_search-adv-cats:hover .sub-menu,
.sigma_header-top-links .menu-item-has-children:hover &gt; .sub-menu,
.sigma_flex-menu .menu-item-has-children:hover .sub-menu{
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.sigma_header .sub-menu a,
.sigma_flex-menu .sub-menu a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #838383;
  font-weight: 400;
  border-bottom: 1px solid #F0F2F3;
}
.sigma_header .sub-menu a:hover,
.sigma_flex-menu .sub-menu a:hover{
  background-color: #F0F2F3;
}
.sigma_header .sub-menu .sub-menu,
.sigma_flex-menu .sub-menu .sub-menu{
  top: 0;
  left: 100%;
}
.sigma_header .sub-menu .menu-item-has-children &gt; a::after,
.sigma_flex-menu .sub-menu .menu-item-has-children &gt; a::after{
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.7;
  margin-left: auto;
  font-size: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #838383;
}
.sigma_header .sigma_header-top-links .sub-menu .menu-item-has-children a{
  flex-direction: row-reverse;
}
.sigma_header .sigma_header-top-links .sub-menu .menu-item-has-children &gt; a::after{
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
}
.sigma_search-adv{
  display: flex;
  margin-left: auto;
}
.sigma_search-adv-cats{
  position: relative;
  background-color: #F0F2F3;
  border-radius: 25px 0 0 25px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100px;
  transition: .3s;
}
.sigma_search-adv-cats:hover{
  border-radius: 25px 0 0 0;
}
.sigma_search-adv-cats &gt; span{
  color: #18181D;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sigma_search-adv-input .form-control{
  border-radius: 0 25px 25px 0;
}
.sigma_search-adv-input{
  position: relative;
  width: 400px;
  height: 100%;
}
.sigma_search-adv-input button{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #838383;
  transition: .3s;
  border-left: 1px solid #F0F2F3;
}
.sigma_search-adv-input button:hover{
  background-color: #F0F2F3;
}
.sigma_search-adv-cats .sub-menu li,
.sigma_search-adv-cats .sub-menu{
  margin: 0;
}
.sigma_header.header-2 .sigma_search-adv-input button{
  border-bottom: 1px solid #F0F2F3;
}
/* Admin bar Header */
.admin-bar .sticky.sigma_header,
.admin-bar .sigma_aside{
  top: 32px;
}
.admin-bar .sigma_header.sticky.header-1 .sigma_header-bottom,
.admin-bar .sigma_header.header-3.sticky .sigma_header-bottom,
.sigma_header.header-2.sticky .sigma_header-middle{
  top: 32px;
}
/* Mobile sidenav */
.aside-toggler{
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.aside-toggler.desktop-toggler{
  display: flex;
  height: 65px;
  width: 65px;
  align-items: center;
  justify-content: center;
  background-color: #c30c0c;
  transition: .3s;
}
.sigma_sidebar-right-panel-inactive .aside-toggler.desktop-toggler{
  display: none;
}
.aside-toggler.desktop-toggler span{
  background-color: #fff;
}
.aside-toggler.desktop-toggler:hover{
  background-color: #18181D;
}
.aside-toggler span {
  display: block;
  margin-bottom: 4px;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #18181D;
  transition: .3s;
  transform-origin: right;
}
.aside-toggler span:nth-child(3){
  margin-bottom: 0;
}
.sigma_aside{
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  transition: .3s;
  overflow-y: auto;
  overflow-x: hidden;
}
.sigma_aside-overlay.aside-trigger-left,
.sigma_aside.sigma_aside-left{
  display: none;
}
.sigma_aside.sigma_aside-right{
  left: auto;
  right: -400px;
  padding: 30px;
  width: 400px;
}
.sigma_aside.sigma_aside-right::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  z-index: -1;
}
.sigma_aside.sigma_aside-right .sidebar{
  display: none;
}
.sigma_aside.sigma_aside-right .sidebar ul{
  margin-top: 0;
}
.sigma_aside.sigma_aside-right .sidebar ul .menu-item .sub-menu{
  background-color: transparent;
}
.sigma_aside.open{
  left: 0;
}
.sigma_aside.sigma_aside-right.open{
  left: auto;
  right: 0;
}
.sigma_aside.open + .sigma_aside-overlay{
  opacity: 1;
  visibility: visible;
}
.sigma_aside-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(0,0,0,.7);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.sigma_aside ul{
  margin: 0;
}
.sigma_aside ul .menu-item {
  margin: 0;
}
.sigma_aside ul .menu-item a{
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #18181D;
  font-weight: 700;
  border-bottom: 1px solid #F0F2F3;
}
.sigma_aside ul .menu-item a:hover,
.sigma_aside ul .menu-item a.active{
  color: #c30c0c;
}
.sigma_aside ul .menu-item.menu-item-has-children&gt;a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.7;
  margin-left: auto;
  font-size: 10px;
}
.sigma_aside ul .menu-item .sub-menu{
  display: none;
  background-color: #F0F2F3;
}
.sigma_aside .navbar-brand{
  padding: 10px 15px;
  display: block;
  width: 200px;
  margin: 0;
}
.sigma_aside.sigma_aside-right .sidebar-widget .widget-title{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-size: 18px;
}
.sigma_aside.sigma_aside-right .sidebar-widget.widget-categories-icons + .sidebar-widget{
  margin-top: 0;
}
.sigma_aside.sigma_aside-right .sidebar-widget .widget-title::after{
  display: none;
}
/* -- Aside trigger Hover sequence -- */
.aside-toggler:hover span{
  margin: 0;
}
.aside-toggler:hover span:nth-child(1){
  width: 10px;
  transform: rotate(45deg) translate(7px, -3px);
}
.aside-toggler:hover span:nth-child(3){
  width: 10px;
  transform: rotate(-45deg) translate(7px, 3px);
}
/* 2.1. Header Style 2 */
.sigma_header.header-2 .sigma_header-middle .navbar{
  padding: 0;
}
.sigma_header.header-2 .sigma_header-bottom-inner .sigma_search-adv{
  height: 65px;
  margin-left: 0;
}
.sigma_header.header-2 .sigma_header-bottom-inner .sigma_search-adv form,
.sigma_header.header-2 .sigma_search-adv-input .form-control,
.sigma_header.header-2 .sigma_search-adv-input button,
.sigma_header.header-2 .sigma_search-adv-cats{
  height: 100%;
  border-radius: 0;
}
.sigma_header.header-2 .sigma_header-bottom{
  background-color: #fff;
  border-top: 1px solid #F0F2F3;
}
.sigma_header.header-2 .sigma_search-adv-input .form-control{
  border-top: 0;
}
.sigma_header.header-2 .sigma_header-middle .navbar-nav{
  margin-right: auto;
}
/* 2.2. Header Style 3 */
.sigma_header.header-3 .sigma_header-bottom-inner .navbar-nav{
  margin-right: auto;
}
.sigma_header.header-3 .sigma_header-bottom-inner &gt; .navbar-nav &gt; .menu-item:first-child &gt; a{
  padding: 20px;
}
.sigma_header.header-3 .sigma_category-mm{
  height: 65px;
  width: 250px;
}
.sigma_header.header-3 .sigma_category-mm .sigma_category-mm-header{
  height: 100%;
  border-radius: 0;
  cursor: pointer;
  transition: .3s;
}
.sigma_header.header-3 .sigma_category-mm .sigma_category-mm-header:hover{
  background-color: #18181D;
}
.sigma_header.header-3 .sigma_category-mm .sigma_category-mm-header h6{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.sigma_header.header-3 .sigma_category-mm .sigma_category-mm-header h6::after{
  color: #f1f1f1;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.7;
  margin-left: auto;
  font-size: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sigma_header.header-3 .sigma_category-mm-body{
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  z-index: 99;
  min-width: 250px;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sigma_header.header-3 .sigma_category-mm.open .sigma_category-mm-body{
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.sigma_header.header-3 .sigma_category-mm.open .sigma_category-mm-header h6::after{
  transform: rotate(180deg);
}
/*======================
3. Footer
========================*/
.sigma_footer {
  padding: 0;
}
.sigma_footer p{
  margin-bottom: 20px;
  color: #515151;
}
.sigma_footer-top{
  padding: 50px 0;
}
.sigma_footer-top &gt; .container{
  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;
}
.sigma_footer .sidebar-widget .widget-title{
  padding-bottom: 0;
  border-bottom: 0;
}
.sigma_footer .sidebar-widget .widget-title::after{
  display: none;
}
.sigma_footer .sidebar-widget + .sidebar-widget{
  margin-top: 10px;
}
.sigma_footer-buttons a{
  display: inline-block;
  width: 150px;
}
.sigma_footer-middle{
  padding: 50px 0;
  border-top: 1px solid #F0F2F3;
  border-bottom: 1px solid #F0F2F3;
}
.sigma_footer-middle a,
.sigma_footer-middle i{
  color: #515151;
}
.sigma_footer-middle a:hover{
  color: #c30c0c;
}
.sigma_footer-middle a.sigma_btn-custom,
.sigma_footer-middle a.sigma_btn-custom:hover{
  color: #fff;
}
.sigma_footer-bottom ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
.sigma_footer-bottom ul li{
  margin: 0;
  display: flex;
  align-items: center;
}
.sigma_footer-bottom ul li ul{
  margin: 0;
}
.sigma_footer-bottom ul li a{
  padding-right: 20px;
  color: #515151;
}
.sigma_footer-bottom ul li a:hover{
  color: #c30c0c;
}
.sigma_footer-bottom .sigma_footer-copyright{
  padding: 20px 0;
  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;
}
.sigma_footer-bottom .sigma_footer-copyright p{
  margin: 0;
}
.sigma_footer-logo{
  width: 180px;
}
.sigma_back-to-top{
  position: fixed;
  background-color: #18181D;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  color: #5D5D5D;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: .3s;
  box-shadow: 0 3px 24px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  z-index: 35;
}
.sigma_back-to-top.show{
  opacity: 1;
  visibility: visible;
}
.sigma_back-to-top:hover{
  background-color: #5D5D5D;
}
.sigma_back-to-top:hover i,
.sigma_back-to-top:hover span{
  color: #fff;
}
.sigma_back-to-top i{
  display: block;
  line-height: 1;
  font-size: 30px;
  transition: .3s;
}
.sigma_back-to-top span{
  display: block;
  position: absolute;
  transition: .3s;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
}
.sigma_back-to-top img{
  transition: .3s;
}
.sigma_back-to-top:hover i,
.sigma_back-to-top:hover img{
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
}
.sigma_back-to-top:hover span{
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.sigma_instagram{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sigma_footer-instagram #sb_instagram{
  position: relative;
}
.sigma_footer-instagram #sb_instagram .sb_instagram_header{
  display: none;
}
.sigma_footer-instagram #sb_instagram #sbi_load{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: auto;
}
#sb_instagram .sbi_follow_btn a{
  background-color: #fff;
  color: #515151;
}
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover{
  box-shadow: none;
  background-color: #f3f3f3;
}
#sb_instagram .sbi_photo::before{
  font-family: "Font Awesome 5 Free";
  content: "\f16d";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  font-size: 18px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
#sb_instagram .sbi_photo:hover::before{
  opacity: 1;
  visibility: visible;
}
.sigma_footer-instagram #sb_instagram {
    padding-bottom: 0px !important;
}
/* Dark Footer */
.sigma_footer.sigma_footer-dark{
  background-color: #18181D;
}
.sigma_footer.sigma_footer-dark p,
.sigma_footer.sigma_footer-dark .sidebar-widget ul li a::before,
.sigma_footer.sigma_footer-dark .sigma_footer-bottom ul li a:hover,
.sigma_footer.sigma_footer-dark .sidebar-widget ul li a:hover,
.sigma_footer.sigma_footer-dark .sidebar-widget .widget-title{
  color: #fff;
}
.sigma_footer.sigma_footer-dark .sigma_footer-bottom ul li a,
.sigma_footer.sigma_footer-dark .sidebar-widget ul li a{
  color: #b7b7b7;
}
.sigma_footer.sigma_footer-dark .sidebar-widget select,
.sigma_footer.sigma_footer-dark .form-control,
.sigma_footer.sigma_footer-dark input[type="text"]{
  background-color: #404040;
  color: #fff;
  border: 1px solid #5d5d5d;
}
.sigma_footer.sigma_footer-dark .sigma_search-adv-input button{
  border-left: 1px solid #5d5d5d;
}
.sigma_footer.sigma_footer-dark .sigma_search-adv-input button i{
  color: #fff;
}
.sigma_footer.sigma_footer-dark .sigma_search-adv-input button:hover{
  background-color: #5d5d5d;
}
.sigma_footer.sigma_footer-dark .sigma_footer-bottom .sigma_footer-copyright{
  border-top: 1px solid rgba(255,255,255,.1);
}
.sigma_footer.sigma_footer-dark .tagcloud a{
  background-color: #404040;
  color: #fff;
  border: 1px solid #5d5d5d;
}
.sigma_footer.sigma_footer-dark table th,
.sigma_footer.sigma_footer-dark table td{
  background-color: #404040;
  color: #fff;
  border: 1px solid #5d5d5d;
}
/*======================
5. Subheader
========================*/
.sigma_subheader{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #c30c0c;
}
.sigma_subheader-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0 40px;
}
.sigma_subheader h1{
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 600px;
}
.sigma_subheader .breadcrumb{
  padding: 0;
  margin: 0 0 20px;
  background-color: transparent;
}
.sigma_subheader .breadcrumb li{
  margin: 0;
  color: #f1f1f1;
}
.sigma_subheader .breadcrumb li a{
  color: #f1f1f1;
  font-weight: 700;
}
.sigma_subheader .breadcrumb li a:hover{
  color: #fff;
}
.sigma_subheader .breadcrumb .breadcrumb-item.active{
  color: #fff;
}
.sigma_subheader .breadcrumb-item+.breadcrumb-item::before{
  color: #f1f1f1;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.7;
  margin-left: auto;
  font-size: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
/* Style 2 */
.sigma_subheader.subheader-2 .sigma_subheader-inner{
  padding: 220px 0 200px;
  justify-content: center;
  flex-direction: column;
}
.sigma_subheader.subheader-2 h1,
.sigma_subheader.subheader-3 h1{
  font-size: 60px;
  line-height: 1.2;
}
.sigma_subheader.subheader-2 h1{
  max-width: 100%;
  text-align: center;
}
.sigma_subheader.subheader-3 h1{
  text-align: center;
}
/* style 3 */
.sigma_subheader.subheader-3{
  padding:240px 0;
}
.sigma_subheader.subheader-3 .sigma_subheader-inner{
  justify-content: center;
  flex-direction: column;
}
.sigma_subheader svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}
/*======================
6. Components
========================*/
.sigma_empty-content p{
  margin-bottom: 20px;
}
/* 6.1. Blog Posts */
.sigma_post.sticky .sigma_post-body{
  background-color: #F0F2F3;
}
.sigma_post{
  position: relative;
  margin-bottom: 30px;
}
.sigma_post-gutter-lg .sigma_post{
  margin-bottom: 50px;
}
.sigma_post .sigma_post-thumb a,
.gallery-thumb{
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.sigma_post .sigma_post-thumb a::before,
.gallery-thumb::before{
  content: '';
  position: absolute;
  left: 0;
  top: -50%;
  width: 10%;
  height: 190%;
  background-color: rgba(255,255,255,.2);
  transition: .3s ease-in;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
}
.sigma_post .sigma_post-thumb a:hover::before,
.gallery-thumb:hover::before{
  opacity: 1;
  visibility: visible;
  left: 190%;
}
.sigma_post .sigma_post-thumb a,
.sigma_post .sigma_post-thumb a img{
  border-radius: 8px 8px 0 0;
}
.sigma_post .sigma_post-thumb a img{
  margin: 0 auto;
}
.sigma_post .sigma_post-categories{
  margin: 0 0 17px;
}
.sigma_post .sigma_post-categories a{
  background-color: rgba(195, 12, 12, .25);
  display: inline-block;
  padding: 5px 8px;
  color: #c30c0c;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 8px;
  font-weight: 600;
  margin: 0 3px 3px 0;
}
.sigma_post .sigma_post-categories a:hover{
  background-color: #c30c0c;
  color: #fff;
}
.sigma_post .sigma_post-body{
  position: relative;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  border-radius: 8px;
}
.col-lg-3 .sigma_post .sigma_post-body,
.col-lg-4 .sigma_post .sigma_post-body,
.col-lg-6 .sigma_post .sigma_post-body,
.sigma_related-posts .sigma_post .sigma_post-body{
  padding: 20px;
}
.sigma_related-posts .slick-list .col-lg-4,
.sigma_related-posts .slick-list .col-md-6{
  padding: 0;
}
.sigma_post-single .sigma_related-posts{
  margin-top: 50px;
}
.sigma_related-posts .sigma_post{
  margin-bottom: 0;
}
.col-lg-3 .sigma_post .sigma_post-body .sigma_post-format-icon i,
.col-lg-4 .sigma_post .sigma_post-body .sigma_post-format-icon i{
  font-size: 54px;
}
.sigma_post.has-post-thumbnail .sigma_post-body,
.sigma_post.post_format-post-format-gallery .sigma_post-body{
  border-radius: 0 0 8px 8px;
}
.sigma_post .sigma_post-body h5{
  margin: 0 0 15px;
  word-break: break-word;
  font-weight: 600;
}
.sigma_post .sigma_post-body h5 a{
  color: #18181D;
}
.sigma_post .sigma_post-body h5 a:hover,
.sigma_post .sigma_post-body .sigma_post-desc &gt; span a:hover{
  color: #18181D;
}
.sigma_post .sigma_post-body .sigma_post-desc &gt; span{
  display: block;
  color: #18181D;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.sigma_post .sigma_post-body .sigma_post-desc &gt; span a{
  color: #18181D;
  text-decoration: underline;
}
.sigma_post .sigma_post-body .sigma_post-desc p{
  margin-bottom: 20px;
}
/* Gallery format */
.sigma_post-gallery-slider .slick-track{
  display: flex;
}
.sigma_post-gallery-slider .slick-slide{
  height: auto;
}
.sigma_post-gallery-slider .sigma_post-thumb{
  height: 100%;
}
.sigma_post-gallery-slider .sigma_post-thumb img{
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sigma_post-gallery-slider{
  display: none;
}
.sigma_post-gallery-slider.slick-initialized{
  display: flex;
}
.sigma_post.post_format-post-format-gallery:hover .slick-next{
  right: 15px;
  opacity: 1;
  visibility: visible;
}
.sigma_post.post_format-post-format-gallery:hover .slick-prev{
  left: 15px;
  opacity: 1;
  visibility: visible;
}
/* Quote &amp; link format */
.sigma_post.post_format-post-format-quote .sigma_post-body p,
.sigma_post.post_format-post-format-link .sigma_post-body p{
  margin: 0;
}
.sigma_post-format-icon{
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
}
.sigma_post-format-icon i{
  font-size: 104px;
  opacity: .05;
}
.elementor .sigma_post.post_format-post-format-quote .sigma_post-body p,
.elementor .sigma_post.post_format-post-format-link .sigma_post-body p,
.sigma_related-posts .sigma_post.post_format-post-format-quote .sigma_post-body p,
.sigma_related-posts .sigma_post.post_format-post-format-link .sigma_post-body p{
  margin-bottom: 20px;
}
/* 6.1.1. Blog Posts list */
.sigma_post.sigma_post-list{
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  border-radius: 8px;
}
.sigma_post.sigma_post-list .sigma_post-body{
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0 20px;
}
.sigma_post.sigma_post-list .sigma_post-body,
.sigma_post.sigma_post-list .sigma_post-thumb{
  flex: 1;
}
.sigma_post.sigma_post-list .sigma_post-thumb a,
.sigma_post.sigma_post-list .sigma_post-thumb a img{
  border-radius: 8px 0 0 8px;
}
/* 6.1.2. Blog Post Details */
.post-password-form label{
  margin: 0;
}
.post-password-form input[type="password"]{
  margin-top: 10px;
}
.comment-form-cookies-consent{
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent label,
.comment-form-cookies-consent input[type="checkbox"]{
  margin-bottom: 0;
  margin-top: 0;
}
.comment-list-wrap,
.comment-respond{
  margin-top: 50px;
}
.comment-list .comment-content &gt; ul, .comment-list .comment-content &gt; ol{
  margin-bottom: 20px;
}
.comment-list{
  margin: 0;
}
.comment-list li.comment-item{
  margin-top: 0;
  position: relative;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  border-radius: 8px;
  margin-bottom: 30px;
}
.comment-list ol,
.comment-list ul{
  padding-left: 30px;
}
.comment-list li.comment-item .comment-avatar{
  float: left;
}
.comment-list li.comment-item .comment-avatar,
.comment-list li.comment-item .comment-avatar img{
  border-radius: 50%;
}
.comment-list li.comment-item .comment-avatar + .comment-body{
  float: right;
  width: calc(100% - 90px);
}
.comment-list li.comment-item .comment-body .sigma_comment-author{
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.comment-list li.comment-item .comment-body .sigma_comment-author a{
  color: #18181D;
}
.comment-list li.comment-item .comment-body .sigma_comment-author a:hover{
  color: #c30c0c;
}
.comment-list li.comment-item .comment-body .sigma_comment-date{
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  color: #848486;
  font-size: 13px;
  line-height: 21px;
}
.comment-list .comment-item p:last-child{
  margin-bottom: 0;
}
.comment-reply-link {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #838383;
  display: inline-block;
  text-decoration: underline;
}
.comment-reply-link:hover,
.comment-reply-link:focus{
  color: #18181D;
  text-decoration: underline;
}
.sigma_post-single .sigma_post-share{
  margin-top: 50px;
}
.sigma_post-single-thumb img{
  margin-bottom: 30px;
  border-radius: 8px;
}
.sigma_post-single-author{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sigma_post-single-author img{
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 0;
}
.sigma_post-single-author-content p{
  font-weight: 600;
  color: #18181D;
  margin-bottom: 0;
}
.sigma_post-single-author-content span{
  font-size: 13px;
}
.sigma_post-single-meta{
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #F0F2F3;
  border-bottom: 1px solid #F0F2F3;
}
.sigma_post-single-meta-item{
  flex: 1;
}
.sigma_post-share .sigma_sm li + li{
  margin-left: 10px;
}
.sigma_post-share .sigma_sm li a{
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0F2F3;
  background-color: #fff;
}
.sigma_post-share .sigma_sm li a i{
  color: #838383;
}
.sigma_post-share .sigma_sm li a:hover{
  background-color: #F0F2F3;
}
.sigma_single-pagination{
  margin: 30px 0;
}
.sigma_single-pagination-item + .sigma_single-pagination-item{
  margin-top: 10px;
}
.sigma_single-pagination-thumb{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0F2F3;
  background-color: #fff;
  border-radius: 15px;
  margin-right: 10px;
}
.sigma_single-pagination a{
  display: flex;
  align-items: center;
}
.sigma_single-pagination a h6{
  margin: 0;
  font-size: 14px;
  margin: 0;
  font-size: 14px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sigma_post-single .sigma_single-pagination a h6{
  width: 200px;
}
.sigma_single-pagination a img{
  max-width: 40px;
  border-radius: 15px;
}
.sigma_single-pagination-prev,
.sigma_single-pagination-next{
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  transition: .3s;
}
.sigma_single-pagination-prev:hover,
.sigma_single-pagination-next:hover{
  background-color: #F0F2F3;
}
.sigma_single-pagination i{
  color: #838383;
  margin-left: auto;
  transition: .3s;
}
.sigma_single-pagination-prev:hover i{
  transform: translateX(-3px);
}
.sigma_single-pagination-next:hover i{
  transform: translateX(3px);
}
.sigma_post-single .sigma_single-pagination{
  margin: 50px 0 0;
}
.sigma_post-single .sigma_single-pagination-prev,
.sigma_post-single .sigma_single-pagination-next{
  min-height: 72px;
  display: flex;
  align-items: center;
}
.sigma_post-single .sigma_single-pagination-prev a,
.sigma_post-single .sigma_single-pagination-next a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* 6.2. Sidebar &amp; Widget styling */
.sidebar-widget + .sidebar-widget{
  margin-top: 30px;
}
.widgettitle{
  font-size: 20px;
}
.sidebar-widget .widget-title,
.widgettitle{
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #F0F2F3;
}
.wpb_wrapper .widget-title {
    font-size: 26px;
}
.sidebar-widget .widget-title::after,
.elementor-widget-container .widgettitle::after,
.widgettitle::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #c30c0c;
}
.sidebar-widget ul li{
  margin: 15px 0 0;
}
.sidebar-widget ul li a{
  color: #515151;
}
.sidebar-widget ul li a:hover{
  color: #18181D;
}
.sidebar-widget ul li cite{
  position: relative;
  margin-top: 5px;
  display: block;
  font-weight: 600;
  color: #848486;
  font-style: italic;
}
.sidebar-widget ul li cite::before{
  content: '\f103';
  font-family: flaticon;
  margin-right: 10px;
}
.sidebar-widget .recentcomments .comment-author-link,
.sidebar-widget .recentcomments a,
.sidebar-widget ul .rsswidget{
  font-weight: 600;
}
.sidebar-widget ul a.rsswidget{
  display: block;
  margin-bottom: 5px;
}
.sidebar-widget ul .rss-date{
  display: block;
  margin-bottom: 5px;
  color: #848486;
  font-size: 13px;
}
.sidebar-widget .rsswidget img{
  margin-right: 5px;
}
.sidebar-widget .rsswidget{
  color: #18181D;
}
.sidebar-widget .rsswidget:hover{
  color: #18181D;
}
.sidebar-widget.widget_categories ul li,
.sidebar-widget.widget_archive ul li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar-widget.widget_categories ul li ul,
.sidebar-widget.widget_archive ul li ul{
  width: 100%;
}
.sidebar-widget ul{
  margin: 0;
}
.sidebar-widget ul ul,
.sidebar-widget ul ol,
.sidebar-widget ol ol,
.sidebar-widget ol ul{
  padding-left: 20px;
}
.sidebar-widget &gt; ul{
  margin-top: 0;
}
.sidebar-widget img{
  border-radius: 8px;
}
.sidebar-widget select{
  height: 50px;
  padding: 8px 15px;
  border-radius: 0;
  border: 1px solid #F0F2F3;
  border-radius: 25px;
  width: 100%;
  color: #6e6e6e;
  background-color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
  outline: none;
}
.sidebar-widget select:focus {
  border: 1px solid #efefef;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-widget .wp-caption{
  position: relative;
}
.sidebar-widget .wp-caption-text{
  position: absolute;
  margin: 0;
  bottom: 0;
  font-size: 14px;
  border-radius: 8px;
  margin: 10px;
  color: #fff;
  padding: 10px;
  background-color: rgba(0,0,0,.4);
}
.sidebar-widget .calendar_wrap thead tr th:first-child{
  border-radius: 8px 0 0 0;
}
.sidebar-widget .calendar_wrap thead tr th:last-child{
  border-radius: 0 8px 0 0;
}
.sidebar-widget .calendar_wrap caption{
  font-weight: 600;
  color: #fff;
  background-color: #5D5D5D;
  font-family: "Poppins", sans-serif;
  padding: 6px 0;
  text-align: center;
}
.sidebar-widget .calendar_wrap table th,
.sidebar-widget .calendar_wrap table td{
  text-align: center;
  padding: 6px 0;
}
.sidebar-widget .calendar_wrap #prev a,
.sidebar-widget .calendar_wrap #next a{
  color: #c30c0c;
}
.sidebar-widget .calendar_wrap #prev a:hover,
.sidebar-widget .calendar_wrap #next a:hover{
  color: #18181D;
}
.tags a,
.tagcloud a,
.entry-content .wp-block-tag-cloud a{
  display: inline-block;
  font-size: 13px;
  padding: 3px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #848486;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
  margin: 6px 6px 0 0;
  border-radius: 8px;
}
.tagcloud a,
.entry-content .wp-block-tag-cloud a{
  font-size: 13px !important;
}
.tags a:hover,
.tagcloud a:hover,
.entry-content .wp-block-tag-cloud a:hover{
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sigma_newsletter-form{
  position: relative;
  background-color: #F0F2F3;
  padding: 20px;
  border-radius: 8px;
}
.sigma_newsletter-form.primary-bg{
  background-color: #c30c0c;
}
.sigma_newsletter-form h5{
  margin-bottom: 15px;
}
.sidebar .woocommerce.widget_product_search,
.sidebar .widget_search{
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.sidebar .woocommerce.widget_product_search .widget-title,
.sidebar .widget_search .widget-title{
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar .woocommerce.widget_product_search .widget-title::after,
.sidebar .widget_search .widget-title::after{
  display: none;
}
.sidebar-widget .sigma_search-adv-input{
  width: auto;
}
.sidebar-widget .sigma_search-adv-input .form-control{
  border-radius: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
  background-color: #5D5D5D;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #e1e4e9;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #838383;
  text-decoration: underline;
  line-height: 2.2;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
  text-decoration: underline;
  color: #18181D;
  background-color: transparent;
}
.sidebar .widget_mc4wp_form_widget,
.elementor-widget-wp-widget-mc4wp_form_widget .sidebar-widget{
  position: relative;
  background-color: #F0F2F3;
  padding: 20px;
  border-radius: 8px;
}
.sidebar .widget_mc4wp_form_widget .widget-title,
.elementor-widget-wp-widget-mc4wp_form_widget .widget-title{
  padding: 0;
  margin-bottom: 15px;
  border: 0;
}
.sidebar .widget_mc4wp_form_widget .widget-title::after,
.elementor-widget-wp-widget-mc4wp_form_widget .widget-title::after{
  display: none;
}
.widget-about-author{
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  border: 1px solid #F0F2F3;
  border-radius: 8px;
  padding: 40px 40px 100px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.widget-about-author-inner img{
  border-radius: 50%;
  width: 100px;
  margin: 0 auto 20px;
}
.widget-about-author-inner h5{
  margin-bottom: 10px;
}
.widget-about-author .sigma_sm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
.widget-about-author .sigma_sm li + li{
  margin: 0;
}
.widget-about-author .sigma_sm li{
  flex: 1;
}
.widget-about-author .sigma_sm li:first-child a{
  border-radius: 0 0 0 8px;
}
.widget-about-author .sigma_sm li:last-child a{
  border-radius: 0 0 8px 0;
}
.widget-about-author .sigma_sm li a{
  background-color: #F0F2F3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #838383;
}
.widget-about-author .sigma_sm li a:hover{
  background-color: #5D5D5D;
  color: #fff;
}
.sidebar-widget ul.slick-dots li{
  margin: 0 5px;
}
.sidebar-widget .sigma_product-inner{
  box-shadow: none;
}
.sigma_recent-post&gt;a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.sigma_recent-post .sigma_recent-post-body h6 a {
    color: #18181d;
}
.sigma_recent-post .sigma_recent-post-body h6 {
    margin-bottom: 10px;
}
.sigma_recent-post+.sigma_recent-post {
    margin-top: 30px;
}
.sigma_footer-middle .social-icons.footer-social li,
.widget_sigma_social_share .social-icons.footer-social li{
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
}
.sigma_footer-middle .social-icons.footer-social li a,
.widget_sigma_social_share .social-icons.footer-social li a{
    display: flex;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 18px;
    border: 0;
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sigma_footer-middle .social-icons.footer-social li a i,
.widget_sigma_social_share .social-icons.footer-social li a i{
  color:#fff;
}
.facebook {
    background-color: rgb(59, 87, 157) !important;
    color: #fff;
}
.pinterest {
    background-color: rgb(204, 33, 39) !important;
    color:#fff;
}
.behance{
  background-color:rgb(17 91 243);
  color:#fff;
}
.linkedin{
  background-color: rgb(0 112 172);
  color:#fff;
}
.twitter {
    background-color: rgb(44 170 225) !important;
    color: #fff;
}
/* 6.4. Categories Megamenu */
.sigma_category-mm{
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.sigma_category-mm-header{
  background-color: #c30c0c;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.sigma_category-mm-header h6{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.sigma_category-mm-header i{
  color: #fff;
  width: 20px;
  font-size: 12px;
}
.sigma_category-mm-body{
  position: relative;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  border-radius: 0 0 8px 8px;
}
.sigma_category-mm-body ul{
  margin: 0;
}
.sigma_category-mm-body .sigma_category-mm-item-has-children &gt; a::after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  line-height: 1;
  margin-left: auto;
  font-size: 11px;
  transition: .3s;
  color: #838383;
}
.sigma_category-mm-body .sigma_category-mm-item-has-children &gt; a:hover::after{
  transform: translateX(3px);
  color: #838383;
}
.sigma_category-mm-body .sigma_category-mm-item-has-children &gt; a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sigma_category-mm-body .sigma_category-mm-item.sigma_category-mm-item-expand{
  position: static;
}
.sigma_category-mm-body .sigma_category-mm-item.sigma_category-mm-item-expand &gt; ul{
  height: 100%;
  border-radius: 0 8px 8px 0;
}
.sigma_category-mm-body ul li{
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 20px 10px 20px;
}
.sigma_category-mm-body &gt; ul &gt; li:last-child{
  padding: 10px 20px 20px 20px;
}
.sigma_category-mm-body ul li + li{
  padding: 10px 20px;
}
.sigma_category-mm-body &gt; ul &gt; li &gt; ul{
  position: absolute;
  top: 0;
  left: 95%;
  transition: .3s;
  background-color: red;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  background-color: #fff;
  border: 1px solid #F0F2F3;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  width: 100%;
  border-radius: 0 8px 8px 8px;
}
.sigma_category-mm-body &gt; ul &gt; li &gt; ul.sigma_category-mm-2-cols{
  min-width: 400px;
}
.sigma_category-mm-body &gt; ul &gt; li &gt; ul.sigma_category-mm-1-cols{
  min-width: 200px;
}
.sigma_category-mm-body &gt; ul &gt; li:hover &gt; ul{
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.sigma_category-mm-body ul li a{
  color: #18181D;
  display: block;
}
.sigma_category-mm-body ul li a i{
  width: 20px;
  font-size: 12px;
}
.sigma_category-mm-body ul li a:hover{
  color: #c30c0c;
}
.sigma_category-mm-body &gt; ul &gt; li &gt; ul &gt; li{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
}
.sigma_category-mm-body &gt; ul &gt; li &gt; ul &gt; li ul li:last-child{
  padding: 10px 20px 20px 20px;
}
.sigma_category-mm-body &gt; ul &gt; li &gt; ul &gt; li img{
  display: block;
  width: 100%;
  flex: 0 100%;
  border-radius: 0 8px 0 0;
}
.sigma_category-mm-banner{
  position: relative;
  z-index: 1;
  width: 100%;
}
.sigma_category-mm-banner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0,0,0,.6), transparent);
}
.sigma_category-mm-banner-desc{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.sigma_category-mm-banner-desc h6,
.sigma_category-mm-banner-desc p{
  margin-bottom: 0;
  color: #fff;
}
/* 6.5. Banners */
.sigma_banner .slick-track,
.sigma_banner .slick-slide{
  margin: 0;
}
.sigma_banner{
  padding: 15px 40px;
  border-radius: 8px;
}
.sigma_banner h1{
  font-size: 32px;
}
.sigma_banner p:first-child{
  margin-bottom: 10px;
}
.sigma_banner p{
  margin-bottom: 20px;
}
.sigma_banner-slider .slick-track{
  padding: 10px 0;
}
.sigma_flex-menu &gt; ul{
  display: flex;
  margin: 0;
  align-items: center;
}
.sigma_flex-menu ul li{
  margin: 0;
}
.sigma_flex-menu &gt; ul &gt; li &gt; a{
  padding: 0 10px 20px 10px;
  display: block;
  font-weight: 600;
  color: #18181D;
}
.sigma_flex-menu &gt; ul &gt; li &gt; a:hover{
  color: #c30c0c;
}
.sigma_flex-menu &gt; ul &gt; li:first-child &gt; a{
  padding-left: 0;
}
.sigma_banner .slick-dots{
  padding: 0 0 10px;
}
.sigma_banner .slick-dots li button{
  background-color: #fff;
}
.sigma_banner .slick-dots li.slick-active button{
  background-color: #c30c0c;
}
/* Style 2 */
.banner-2.sigma_banner,
.banner-2.sigma_banner .slick-track{
  padding: 0;
}
.banner-2.sigma_banner .sigma_banner-slider-inner{
  padding: 120px 15px 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-2.sigma_banner .sigma_banner-slider-text{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  overflow: hidden;
  position: relative;
}
.banner-2.sigma_banner .sigma_banner-slider-text img.img-1{
  position: absolute;
  bottom: -40px;
  right: -70px;
  width: 210px;
}
.banner-2.sigma_banner .sigma_banner-slider-text p{
  max-width: 500px;
  margin: 0 auto 20px;
}
.banner-2.sigma_banner .sigma_banner-slider-text h1{
  text-transform: uppercase;
  font-size: 64px;
  max-width: 700px;
  margin: 0 auto 20px;
  color: #fff;  /* Fallback: assume this color ON TOP of image */
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-2.sigma_banner .slick-track,
.banner-3.sigma_banner .slick-track{
  display: flex;
}
.banner-2.sigma_banner .slick-slide,
.banner-3.sigma_banner .slick-slide{
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
/* 6.6. Icon Blocks */
.sigma_icon-block .andro_icon-block{
  padding: 20px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #F0F2F3;
    background-color: #fff;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .04);
    transition: .3s;
}
.sigma_icon-block .andro_icon-block i{
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
  color: #fff;
  display: inline-block;
  transition: .3s;
}
.sigma_icon-block .andro_icon-block.dark-overlay::before{
  border-radius: 8px;
}
.product-tab-style-1 .sigma_icon-block a,
.product-cat-style-1 .sigma_icon-block {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #F0F2F3;
    background-color: #fff;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .04);
    transition: .3s;
}
.product-cat-style-1 .sigma_icon-block i:before,
.product-tab-style-1 .sigma_icon-block a i:before {
    font-size: 40px;
    margin-left: 0;
}
.sigma_product-filter {
    margin-bottom: 30px;
}
.sigma_icon-block.has-link a{
  border-radius: 8px;
}
.sigma_icon-block.has-link a h5{
  font-size: 14px;
}
.sigma_icon-block.has-link a.active{
  background-color: #c30c0c;
}
.sigma_icon-block.has-link a.active i,
.sigma_icon-block.has-link a.active h5{
  color: #fff;
}
.sigma_icon-block.has-link:hover{
  background-color: #F0F2F3;
}
.sigma_icon-block a{
  display: block;
  color: #838383;
}
.sigma_icon-block a h5{
  transition: .3s;
}
.sigma_icon-block h5{
  font-size: 18px;
  margin-bottom: 0;
}
.sigma_icon-block h5 + p{
  margin-top: 10px;
}
.sigma_icon-block p{
  margin-bottom: 0;
  color: #838383;
}
.sigma_icon-block svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sigma_icon-block .sigma_svg-stroke-shape-anim{
  stroke-dasharray: 100 1000;
  stroke-dashoffset: -620;
  stroke: #c30c0c;
  stroke-width: 5px;
  fill: transparent;
  -webkit-transition: stroke-width 1s,stroke-dashoffset 1s,stroke-dasharray 1s;
  transition: stroke-width 1s,stroke-dashoffset 1s,stroke-dasharray 1s;
  width: 100%;
  height: 100%;
}
.sigma_icon-block:hover .sigma_svg-stroke-shape-anim{
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke-dasharray: 1110;
}
/* Style 2 */
.sigma_icon-block.style-2{
  padding: 0;
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
.sigma_icon-block.style-2 svg{
  display: none;
}
/* 6.7. Call to Actions */
.sigma_cta-notice{
  padding: 40px;
  border-radius: 8px;
}
.sigma_cta-notice-inner{
  max-width: 600px;
}
.sigma_cta-notice-inner p{
  margin-bottom: 25px;
}
.sigma_cta{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
  overflow: hidden;
}
.sigma_cta::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  border-radius: 8px;
  transition: .3s;
}
.sigma_cta:hover::before{
  background-color: rgba(0,0,0,.3);
}
.sigma_cta img{
  border-radius: 8px;
  width: 100%;
}
.sigma_cta-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
}
.sigma_cta-content h4{
  margin-bottom: 10px;
  color: #fff;
}
.sigma_cta-content p{
  margin-bottom: 0;
  color: #fff;
  max-width: 350px;
}
.sigma_cta-content p + a{
  margin-top: 30px;
}
/* 6.8. Login &amp; Signup */
.sigma_auth-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0,0,0,.1);
          box-shadow: 0 3px 12px -4px rgba(0,0,0,.1);
}
.sigma_auth-description{
  width: 600px;
  padding: 30px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sigma_auth-description-inner{
  text-align: center;
  max-width: 400px;
}
.sigma_auth-description-inner h2{
  margin: 0;
  color: #fff;
}
.sigma_auth-description-inner p{
  margin: 30px 0;
  color: #fff;
}
.sigma_auth-description-inner i{
  color: #fff;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
}
.sigma_social-login{
  margin-bottom: 20px;
}
.sigma_social-login + p a{
  display: inline-block;
}
.sigma_auth-form{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F0F2F3;
  padding: 60px;
  text-align: center;
}
.sigma_auth-form h2{
  margin-bottom: 50px;
}
.sigma_auth-form form{
  max-width: 400px;
  margin: 0 auto;
}
.sigma_auth-form .sigma_btn-custom{
  margin-top: 20px;
}
.sigma_auth-form a{
  display: block;
  color: #18181D;
  text-decoration: underline;
}
.sigma_auth-seperator{
  margin: 30px 0;
  text-align: center;
}
.sigma_auth-seperator span{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9F9E9E;
  font-size: 13px;
  font-weight: 500;
}
.sigma_auth-seperator span::before{
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0,0,0,.1);
  height: 1px;
  margin-right: 20px;
}
.sigma_auth-seperator span::after{
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0,0,0,.1);
  height: 1px;
  margin-left: 20px;
}
.sigma_social-login-btn{
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 24px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 25px;
}
.sigma_social-login-btn i{
  margin-right: 5px;
}
.sigma_auth-mini{
  background-color: #F0F2F3;
  padding: 20px;
  border-radius: 8px;
}
.sigma_auth-mini h5{
  margin-bottom: 15px;
}
.sigma_auth-mini a{
  display: block;
  color: #18181D;
  text-decoration: underline;
}
.sigma_auth-mini a:hover{
  color: #c30c0c;
}
/* 6.9. Error 404 */
.sigma_404-container{
  text-align: center;
}
.sigma_404-container img{
  margin-bottom: 30px;
}
.sigma_404-container p{
  max-width: 500px;
  margin: 0 auto 20px;;
}
/* 6.10. Testimonials */
.sigma_testimonials .slick-dots{
  justify-content: center;
  margin: 10px 0 0;
}
.sigma_testimonials-inner{
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  text-align: center;
  border: 1px solid #F0F2F3;
  border-radius: 8px;
}
.sigma_testimonials-inner::before{
  content: '\f113';
  font-family: flaticon;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 48px;
  line-height: 1;
  opacity: .3;
}
.sigma_testimonials-inner img,
.elementor .sigma_testimonials-inner img{
  border-radius: 50%;
  width: 100px;
  margin: 0 auto 20px;
}
.sigma_testimonials-inner span{
  display: block;
  margin: 0 0 10px;
  font-weight: 600;
}
.sigma_testimonials-inner p{
  margin: 0;
}
.sigma_testimonials-inner p + .sigma_rating-wrapper{
  margin-top: 10px;
}
.sigma_testimonials-inner h5{
  margin-bottom: 10px;
}
.sigma_testimonials-inner ul.andro_sm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    margin: 10px -40px -40px -40px;
}
.sigma_testimonials-inner ul.andro_sm li {
    flex:1;
}
.sigma_testimonials-inner ul.andro_sm li a {
  background-color: #F0F2F3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #838383;
}
.sigma_testimonials-inner ul.andro_sm li a:hover {
    background: #c30c0c;
    color: #fff;
}
.sigma_testimonials-inner ul.andro_sm li:first-child a {
    border-radius: 0 0 0 8px;
}
.sigma_testimonials-inner ul.andro_sm li:last-child a {
    border-radius: 0 0 8px 0;
}
.sigma_testimonials .sigma_sm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
.sigma_testimonials .sigma_sm li + li{
  margin: 0;
}
.sigma_testimonials .sigma_sm li{
  flex: 1;
}
.sigma_testimonials .sigma_sm li:first-child a{
  border-radius: 0 0 0 8px;
}
.sigma_testimonials .sigma_sm li:last-child a{
  border-radius: 0 0 8px 0;
}
.sigma_testimonials .sigma_sm li a{
  background-color: #F0F2F3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #838383;
}
.sigma_testimonials .sigma_sm li a:hover{
  background-color: #5D5D5D;
  color: #fff;
}
/* Style 2 */
.sigma_testimonial{
  margin-bottom: 30px;
}
.sigma_testimonial-body{
  position: relative;
  border-radius: 8px;
  background-color: #F0F2F3;
  padding: 20px;
}
.sigma_testimonial-body::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F0F2F3;
}
.sigma_testimonial-body h5{
  margin-bottom: 5px;
}
.sigma_testimonial-body p {
  margin-bottom: 0;
}
.sigma_testimonial-body::after {
  content: '\f113';
  position: absolute;
  font-family: flaticon;
  font-size: 34px;
  opacity: .3;
  display: block;
  top: 20px;
  right: 20px;
}
.sigma_testimonial-author {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor .sigma_testimonial-author img,
.sigma_testimonial-author img {
  width: 80px;
  border-radius: 50%;
  margin-right: 15px;
}
.sigma_testimonial-author-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sigma_testimonial-author-inner h6 {
  margin-bottom: 0;
}
.sigma_testimonial-author-inner span {
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #848486;
}
/* 6.11. Companies */
.sigma_companies{
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sigma_companies .sigma_companies-item{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0F2F3;
  cursor: pointer;
  position: relative;
}
.sigma_companies .sigma_companies-item img{
  transition: .3s;
}
.sigma_companies .sigma_companies-item-name{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sigma_companies .sigma_companies-item-name span{
  font-weight: 600;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: .3s;
}
.sigma_companies .sigma_companies-item:hover img{
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
}
.sigma_companies .sigma_companies-item:hover span{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/* 6.12. Newsletter Popup */
#androNewsletterPopup .modal-dialog{
  max-width: 600px;
  margin: .5rem auto;
}
.sigma_newsletter-popup-modal .modal-header{
  padding: 0;
  height: 300px;
  overflow: hidden;
}
.sigma_newsletter-popup-modal .modal-header .close,
.sigma_newsletter-popup-modal .modal-header .close:hover,
.sigma_newsletter-popup-modal .modal-header .close:not(:disabled):not(.disabled):hover{
  background-color: transparent;
}
.sigma_newsletter-popup-modal .modal-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  background-size: cover;
}
.sigma_newsletter-popup-modal .modal-body h3{
  font-size: 30px;
  margin: 0 0 10px;
}
.sigma_newsletter-popup-text-wrapper{
  text-align: center;
}
.sigma_newsletter-popup-modal .close-btn{
  position: absolute;
  top: 10px;
  right: 10px;
}
.sigma_newsletter-popup-modal .form-control{
  width: 300px;
  margin-bottom: 10px;
}
.sigma_newsletter-popup-modal .mc4wp-form-fields .sigma_btn-custom{
  width: 100%;
}
.sigma_newsletter-popup-modal .sigma_btn-custom + span{
  display: block;
  cursor: pointer;
  margin-top: 20px;
}
.sigma_newsletter-popup-modal .sigma_btn-custom + span:hover{
  text-decoration: underline;
}
/*======================
7. Misc
========================*/
.slick-list{
  margin: 0 -15px;
}
.slick-slide{
  outline: none;
  margin: 0 15px;
}
/* Arrows */
.sigma_arrows{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.sigma_arrows .slick-arrow{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F0F2F3;
  transition: .3s;
  cursor: pointer;
  color: #18181D;
}
.sigma_arrows .slick-arrow:hover{
  color: #fff;
  background-color: #c30c0c;
  box-shadow: 4px 3px 24px rgba(80, 189, 77, 0.5);
}
.sigma_arrows .slick-arrow.slider-prev{
  margin-right: 10px;
}
.slick-prev,
.slick-next{
  background-color: #F0F2F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #18181D;
  transition: .3s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.slick-next{
  right: 0;
}
.slick-prev{
  left: 0;
}
.slick-prev:before,
.slick-next:before{
  color: #18181D;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 14px;
}
.slick-prev:before{
  content: "\f060";
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: #fff;
  background-color: #c30c0c;
  box-shadow: 4px 3px 24px rgba(80, 189, 77, 0.5);
}
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before{
  color: #fff;
}
.sigma_slider .slick-next{
  right: 0;
  top: calc(100% + 10px);
}
.sigma_slider .slick-prev{
  right: 35px;
  left: auto;
  top: calc(100% + 10px);
}
.sigma_slider .slick-next,
.sigma_slider .slick-prev{
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #F0F2F3;
  box-shadow: 0 3px 24px rgba(0,0,0,.04);
}
.sigma_slider .slick-next:hover,
.sigma_slider .slick-prev:hover,
.sigma_slider .slick-next:focus,
.sigma_slider .slick-prev:focus{
  background-color: #F0F2F3;
}
.sigma_slider .slick-next:hover::before,
.sigma_slider .slick-prev:hover::before,
.sigma_slider .slick-next:focus::before,
.sigma_slider .slick-prev:focus::before{
  color: initial;
}
.sigma_slider .slick-next::before,
.sigma_slider .slick-prev::before{
  font-size: 11px;
}
.sigma_slider .sigma_product .sigma_product-inner,
.sigma_slider .sigma_product.sigma_product-list .sigma_product-inner{
  margin-bottom: 0;
}
.sigma_slider .slick-slide,
.sigma_testimonials .slick-slide{
  margin: 0 15px
}
.sigma_slider .slick-list,
.sigma_testimonials .slick-list{
  margin: 0 -15px;
}
/* Dots */
.slick-dots{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.slick-dots li{
  margin: 0 5px;
  text-align: center;
}
.slick-dots li button{
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #F0F2F3;
  border: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}
.slick-dots li.slick-active button{
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  background-color: #5d5d5d;
}
.slick-slide{
  outline: none;
}
.dots-pos-left .slick-dots {
    justify-content: center;
}
/* pagination */
.sigma_post-archive-gutter-lg .pagination.navigation{
  margin-top: 0;
}
.pagination,
.woocommerce nav.woocommerce-pagination ul{
  margin: 20px 0 0 0;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0;
  border-right: 0;
}
.pagination .nav-links{
  display: flex;
  align-items: center;
}
.pagination .page-item,
.pagination .page-numbers,
.pagination .post-page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li{
  margin: 0;
  border: 0;
}
.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item .page-link,
.pagination .page-numbers,
.pagination .post-page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers{
  border-radius: 8px;
}
.pagination .page-numbers,
.pagination .post-page-numbers,
.pagination .page-link,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers{
  color: #18181D;
  border: 0;
  background-color: #fff;;
  border-radius: 8px;
  border: 1px solid #F0F2F3;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0 5px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers.current,
.pagination .post-page-numbers.current,
.pagination .page-item.active .page-link,
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.current{
  background-color: #c30c0c;
}
.pagination .page-numbers.current,
.pagination .post-page-numbers.current,
.woocommerce .woocommerce-pagination ul.page-numbers li span.page-numbers.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.page-numbers.current{
  color: #fff;
}
.pagination .page-numbers:not(.current):hover,
.pagination .page-numbers:not(.current):focus,
.pagination .post-page-numbers:not(.current):hover,
.pagination .post-page-numbers:not(.current):focus,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus,
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:focus,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a.page-numbers:focus{
  background-color: #F0F2F3;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.entry-content + .page-links{
  margin-top: 50px;
}
.tooltip{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
/* Accordion */
.accordion .card {
  margin-bottom: 0;
}
.accordion .card .card-header {
  position: relative;
  background-color: #fff;
  border-bottom: 0;
  padding: .75rem 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  font-weight: 700;
  color: #18181D;
}
.accordion .card-header[aria-expanded="true"] {
  background-color: #f8f9fa;
  color: #18181D;
}
.accordion .card-header::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #848486;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.accordion .card-header::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #848486;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .card-header[aria-expanded="true"]::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
.accordion .card-header[aria-expanded="true"]::after, .accordion .card-header[aria-expanded="true"]::before {
  background-color: #18181D;
}
.accordion .card-header i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 20px;
}
.accordion .card-header[aria-expanded="true"] i {
  color: #c30c0c;
}
.accordion .card {
  border: #F0F2F3;
}
.accordion.with-gap .card-header {
  border-radius: 3px 3px;
}
.accordion.with-gap .card {
  margin-bottom: 20px;
}
.accordion.with-gap .card:last-child{
  margin-bottom: 0;
}
.accordion.with-gap .card:first-of-type, .accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #F0F2F3;
}
/* Rating */
.sigma_rating-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sigma_rating-wrapper &gt; span{
  margin-left: 10px;
  color: #848486;
  font-size: 13px;
}
.sigma_rating{
  margin-bottom: 5px;
}
.sigma_rating i{
  margin-right: 5px;
  font-size: 12px;
  color: #848486;
}
.sigma_rating i.active{
  color: #ffa80a;
}
/* seperator */
.separator-btn {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.separator-btn:before {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    content: "";
    background: #eeeeee;
}
.separator-btn a {
    background: #c30c0c;
    color: #ffffff;
    border: none;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    box-shadow: 0 12px 20px rgb(144, 182, 197);
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.separator-btn a:before {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.separator-btn a:after {
    position: absolute;
    right: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.separator-btn span {
    display: inherit;
    margin-top: 10px;
    font-weight: 900;
  }
  /* services */
  .sigma-service-section {
    margin-bottom: 50px;
  }
  .sigma-services .sigma-service-section .inner {
      padding-top: 50px;
      position: relative;
  }
  .sigma-services .sigma-service-section .inner .sigma-service-block{
      min-height: 490px;
      display: flex;
      flex-direction: column;
      position: relative;
      box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
      text-align: center;
      background: #fff;
      padding: 0 35px 40px;
      transition: all .3s ease;
      border-radius: 8px;
      z-index: 1;
  }
  .sigma-services .sigma-service-section .inner .sigma-service-block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      border: 8px solid #c30c0c;
      transition: all .3s ease;
      border-radius: 8px;
      z-index: -1;
  }
  .sigma-services .sigma-service-section .inner .sigma-service-block img {
      position: relative;
      top: -50px;
      margin-bottom: -37px;
      margin-top: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      transition: 0.5s all;
  }
  .sigma-services .sigma-service-section .sigma-service-block .action {
      display: flex;
      justify-content: center;
  }
  .sigma-service-text h4 a {
    color: #18181D;
  }
  .sigma-services .sigma-service-section .inner .sigma-service-block:hover img{
      top: -80px;
  }
  .sigma-services .sigma-service-section .inner .sigma-service-block:hover:before {
      opacity: 1;
  }
  .sigma_service_wrapper.service-layout-slider .sigma-post-slide .sigma-service-block {
    margin-bottom: 30px;
    box-shadow: 0 0 17px 0 rgba(41, 61, 88, .06);
  }
  .sigma_service_wrapper.service-layout-slider .slick-dots li.slick-active button{
    background:#c30c0c;
  }
  .sigma_service_wrapper.service-layout-slider .slick-dots li button{
    background:#ddd;
  }
  /* service single */
  .sigma_service-single-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
/*======================
8. Repsonsive
========================*/
@media(max-width: 1199px){
  .sigma_auth-description {
    width: 450px;
  }
  .checkout-billing{
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .banner-3.sigma_banner{
    padding: 30px 0;
    border-radius: 0;
  }
  .banner-3.sigma_banner .sigma_arrows {
    margin-top: 10px;
  }
  .banner-2.sigma_banner .sigma_banner-slider-inner{
    padding: 80px 15px;
  }
  .banner-2.sigma_banner .sigma_banner-slider-text{
    padding: 20px;
  }
  .sigma_header.header-1.sticky .sigma_header-middle{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 190;
    box-shadow: 0 3px 24px rgba(0,0,0,.04);
    border-bottom: 1px solid #F0F2F3;
  }
  .admin-bar .sigma_header.header-1.sticky .sigma_header-middle{
    top: 32px;
  }
  .sigma_grid-slider .slick-prev,
  .sigma_grid-slider .slick-next,
  .sigma_subheader .breadcrumb{
    display: none;
  }
  .sigma_subheader.subheader-2 .sigma_subheader-inner{
    padding: 60px 0 40px;
  }
  .sigma_subheader.subheader-2 h1{
    font-size: 30px;
    line-height: 1.5;
  }
  .mb-lg-20{
    margin-bottom: 20px;
  }
  .mb-lg-30{
    margin-bottom: 30px;
  }
  .mr-lg-30{
    margin-left: 0;
  }
  .section.section-padding.category_section{
    margin-top: 0;
    padding-top: 40px;
  }
  .section {
    padding: 40px 0;
  }
  .section.section-padding{
    padding: 40px 0 10px;
  }
  .sigma_section-fw{
    padding: 0 15px;
  }
  .sigma_post-single .sidebar,
  .sigma_post-single .sigma_single-pagination,
  .sigma_post-single .sigma_post-share,
  .sigma_post-single-meta,
  .sigma_post-single .sigma_related-posts,
  .comment-list-wrap,
  .comment-respond,
  .entry-content + .page-links{
    margin-top: 40px;
  }
  .navbar-brand{
    width: 150px;
  }
  .aside-toggler.aside-trigger-left{
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F2F3;
    border-radius: 8px;
    margin-left: 10px;
  }
  .aside-toggler.aside-trigger-left:hover{
    background-color: #F0F2F3;
  }
  .sigma_header-bottom,
  .sigma_header-bottom .navbar-nav,
  .sigma_header-middle .navbar-nav,
  .sigma_header .sigma_search-adv,
  .sigma_aside.sigma_aside-right,
  .sigma_aside + .sigma_aside-overlay{
    display: none;
  }
  .sigma_header.header-2 .sigma_header-middle .navbar{
    padding: 15px 0;
  }
  .aside-toggler{
    display: block;
  }
  .sigma_aside-overlay.aside-trigger-left,
  .sigma_aside.sigma_aside-left{
    display: block;
  }
  .sigma_post-single .sigma_post-share{
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .sigma_category-mm{
    margin-bottom: 30px;
  }
  .sigma_category-mm-body .sigma_category-mm-item.sigma_category-mm-item-expand &gt; ul{
    height: auto;
  }
  .sigma_category-mm-body &gt; ul &gt; li &gt; ul{
    top: 100%;
    left: 0;
  }
  .sigma_category-mm-body &gt; ul &gt; li:hover &gt; ul{
    left: 0;
  }
  .sigma_category-mm-body &gt; ul &gt; li &gt; ul &gt; li img{
    border-radius: 0;
  }
  .sidebar{
    margin-top: 10px;
  }
  .sidebar .sidebar-widget:last-child{
    margin-bottom: 40px;
  }
  .sigma_post-archive-gutter-lg .pagination.navigation{
    margin: 0 0 40px;
  }
  .pagination,
  .woocommerce nav.woocommerce-pagination ul{
    margin: 10px 0 30px;
  }
  .sigma_icon-block svg{
    display: none;
  }
  .sigma_back-to-top{
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .sigma_back-to-top i{
    font-size: 30px;
  }
  .sigma_back-to-top:hover i, .sigma_back-to-top:hover img{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .sigma_back-to-top span{
    display: none;
  }
  .sigma_footer-middle{
    padding: 40px 0 10px;
  }
  .sigma_footer-top{
    padding: 40px 0;
  }
  .sigma_footer .sidebar-widget{
    margin-bottom: 30px;
  }
  .sigma_post.sigma_post-list{
    padding: 20px;
    align-items: flex-start;
  }
  .sigma_post.sigma_post-list .sigma_post-thumb a,
  .sigma_post.sigma_post-list .sigma_post-thumb a img{
    border-radius: 8px;
  }
  .sigma_instagram{
    padding: 60px 40px 40px;
  }
  .sigma_auth-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sigma_auth-description {
    width: 100%;
  }
  .sigma_companies .sigma_companies-item{
    min-height: 110px;
  }
}
@media(max-width:782px){
  .admin-bar .sticky.sigma_header,
  .admin-bar .sigma_aside,
  .admin-bar .sigma_header.header-2.sticky .sigma_header-middle,
  .admin-bar .sigma_header.header-1.sticky .sigma_header-middle{
    top: 46px;
  }
}
@media (max-width: 768px){
  h1{
    font-size: 34px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 26px;
  }
  h4{
    font-size: 22px;
  }
  .sigma_banner{
    padding: 15px;
  }
  .banner-2.sigma_banner .sigma_banner-slider-text h1{
    font-size: 44px;
  }
  .sigma_responsive-table thead {
    display: none;
  }
  .sigma_responsive-table td {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    padding: 10px;
    border-bottom: 0;
  }
  .sigma_responsive-table tr.total td::before{
    display: none;
  }
  .sigma_responsive-table tr.total td:first-child{
    border-top: 0;
    border-right: 0;
  }
  .sigma_responsive-table tr.total td:last-child{
    border-left: 0;
    border-top: 0;
  }
  .sigma_responsive-table tr.total td:nth-child(2){
    display: none;
  }
  .sigma_responsive-table tr.total td{
    width: auto;
    text-align: left;
  }
  .sigma_responsive-table tr.total{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sigma_responsive-table td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .sigma_responsive-table td.remove::before {
    display: none;
  }
  .sigma_responsive-table tr {
    border-bottom: 1px solid #F0F2F3;
  }
  .sigma_footer-buttons a{
    margin-bottom: 5px;
  }
  .sigma_footer-top{
    display: block;
    text-align: center;
  }
  .sigma_footer-top{
    padding: 40px 0 20px;
  }
  .sigma_footer-logo{
    margin: 0 auto 20px;
  }
  .sigma_footer-bottom ul{
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .sigma_footer-bottom .sigma_footer-copyright{
    display: block;
    text-align: center;
  }
  .sigma_post.sigma_post-list{
    display: block;
    padding: 0;
  }
  .sigma_post.sigma_post-list .sigma_post-body{
    padding: 20px;
  }
  .sigma_post.sigma_post-list .sigma_post-thumb a,
  .sigma_post.sigma_post-list .sigma_post-thumb a img{
    border-radius: 8px 8px 0 0;
  }
  .sigma_newsletter-popup-modal .modal-header{
    height: auto;
  }
  .pagination .page-numbers,
  .pagination .post-page-numbers,
  .pagination .page-link,
  .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers{
    min-width: 40px;
    height: 40px;
  }
  .comment-list li.comment-item .comment-avatar,
  .comment-list li.comment-item .comment-avatar img{
    width: 40px;
  }
  .comment-list li.comment-item .comment-avatar + .comment-body{
    width: calc( 100% - 55px );
  }
  .comment-list li.comment-item{
    padding: 20px;
  }
  .comment-list li.comment-item .comment-body .sigma_comment-date{
    display: block;
    float: none;
  }
  .elementor-widget .sidebar-widget .widget-title{
    font-size: 22px;
  }
  .product-tab-style-2 ul#productsTab {
      margin-top: 20px;
  }
}
@media(max-width: 600px){
  .admin-bar .sticky.sigma_header,
  .admin-bar .sigma_aside.sticky,
  .admin-bar .sigma_header.header-1.sticky .sigma_header-middle,
  .admin-bar .sigma_header.header-2.sticky .sigma_header-middle{
    top: 0;
  }
}
@media (max-width: 575px){
  .sigma_newsletter-popup-modal .modal-body{
    padding: 20px;
  }
  .sigma_newsletter-popup-modal .form-control{
    width: 100%;
  }
  .sigma_header.header-2 .sigma_header-middle .navbar{
    padding: 10px 0;
  }
  .banner-2.sigma_banner .sigma_banner-slider-text h1{
    font-size: 34px;
  }
  .section-title.flex-title .nav{
    width: 100%;
    margin: 20px 0 0;
  }
  .modal-body{
    padding: 20px;
  }
  .widget-about-author{
    padding: 20px 20px 80px;
  }
  .sigma_header-cart-content,
  .sigma_header-controls-inner li.sigma_header-favorites,
  .sigma_current-currency-text{
    display: none;
  }
  .sigma_header-controls-inner li.sigma_header-cart a,
  .sigma_header-controls-inner li a,
  .aside-toggler.aside-trigger-left{
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .sigma_header-controls-inner li.sigma_header-cart a i{
    font-size: 21px;
  }
  .sigma_header-middle .navbar{
    padding: 10px 0;
  }
  .sigma_post .sigma_post-body{
    padding: 20px;
  }
  .sigma_post-gutter-lg .sigma_post{
    margin-bottom: 30px;
  }
  .sigma_post-format-icon{
    display: none;
  }
  .sigma_post-single-meta{
    display: block;
  }
  .sigma_post-single-meta-item + .sigma_post-single-meta-item{
    margin-top: 20px;
  }
  .sigma_auth-form{
    padding: 30px;
  }
  .sigma_cta-content p{
    margin-bottom: 10px;
    max-width: 100%;
  }
  .sigma_post-archive-gutter-lg .pagination.navigation{
    margin: 0 0 20px;
  }
  .pagination .page-numbers,
  .pagination .post-page-numbers,
  .pagination .page-link,
  .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers{
    min-width: 30px;
    height: 30px;
  }
  .sigma_single-pagination a h6,
  .sigma_post-single .sigma_single-pagination a h6{
    width: 110px;
  }
  .sigma_testimonials-inner{
    padding: 20px;
  }
}
.vc_row{
  overflow:visible!important;
}</pre></body></html>