/*------------------------------------------------------------------
[Table of contents]
* Default CSS
* Sidebar and Content
* portfolio Details
* Doctor Details
* Blog
* Page Title
* Header
* Footer
* Row Setting
* Row Setting
* Background Position and Color
* Form
* Accordion Style 1
* Owl Slider
* Search Form
* 404 Page
* Button
* Sigma Feature
* Custom
*Instagram
-------------------------------------------------------------------*/
.diamond-spark.spark-1 {
  animation-name: spark1;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
.diamond-spark.spark-2 {
  animation-name: spark2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
.diamond-spark.spark-3 {
  animation-name: spark3;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
.diamond-spark.spark-4 {
  animation-name: spark4;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
@keyframes fadeInLeft {
   0% {
      opacity: 0;
      transform: translateX(-20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
@keyframes fadeInRight {
   0% {
      opacity: 0;
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
@keyframes pulseInOut {
  0% {
    opacity: 1;
    transform: scale(.3)
  }

  100% {
    opacity: 0;
    transform: scale(1.7)
  }
}
@keyframes spark1 {
  0%{
    transform: translate(0,0);
    opacity: 1;
  }
  100%{
    transform: translate(-100px,-100px);
    opacity: 0;
  }
}
@keyframes spark2 {
  0%{
    transform: translate(0,0);
    opacity: 1;
  }
  100%{
    transform: translate(100px, -100px);
    opacity: 0;
  }
}
@keyframes spark3 {
  0%{
    transform: translate(0,0);
    opacity: 1;
  }
  100%{
    transform: translate(-100px, 100px);
    opacity: 0;
  }
}
@keyframes spark4 {
  0%{
    transform: translate(0,0);
    opacity: 1;
  }
  100%{
    transform: translate(100px,100px);
    opacity: 0;
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
            transform: translate(39px);
    opacity: 0;
  }
}
@keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
            transform: translate(39px);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
    opacity: 1;
  }
}
@keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
    opacity: 1;
  }
}
@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
  }
}
@keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
            transform: translate(19px);
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-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);
  }
}
@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);
  }
}
@keyframes fadeHeaderInDown {
  0% {
    opacity:0;
    transform:translate3d(0, -100%, 0);
  }
  100% {
    opacity:1;
    transform:translate3d(0, 0, 0);
  }
}
@keyframes preloader-dual-inner-o {
  0%    { opacity: 1; transform: translate(0 0) }
  49.99% { opacity: 1; transform: translate(80px,0) }
  50%    { opacity: 0; transform: translate(80px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes preloader-dual-inner {
    0% { transform: translate(0,0) }
   50% { transform: translate(80px,0) }
  100% { transform: translate(0,0) }
}
@keyframes preloader-squares-inner {
  0% { transform: scale(1.1500000000000001) }
  100% { transform: scale(1) }
}
@keyframes preloader-pulse-inner-1 {
  0% { top: 36px; height: 128px }
  50% { top: 60px; height: 80px }
  100% { top: 60px; height: 80px }
}
@keyframes preloader-pulse-inner-2 {
  0% { top: 41.99999999999999px; height: 116.00000000000001px }
  50% { top: 60px; height: 80px }
  100% { top: 60px; height: 80px }
}
@keyframes preloader-pulse-inner-3 {
  0% { top: 48px; height: 104px }
  50% { top: 60px; height: 80px }
  100% { top: 60px; height: 80px }
}

@keyframes preloader-gear-inner {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(22.5deg) }
  100% { transform: rotate(45deg) }
}
@keyframes preloader-ripple-inner {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@keyframes preloader-spinner-inner {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
@keyframes preloader-eclipse {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
    transform: translate(19px);
  }
}

@keyframes boundeDot {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-3px);
  }
  100%{
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/* Spacer */
.spacer-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background-color: #f8f8f8;
}



.zoom-in-mask{
  overflow: hidden;
}
.zoom-in-mask img{
  animation-name: zoomIn;
  animation-duration: 10s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.texture-1{
  position: absolute;
  bottom: 30%;
  right: 120%;
  font-size: 190px;
  line-height: 1;
}
.pattern-wrap{
  position: absolute;
  background: var(--thm-base);
  left: 0;
  height: 100%;
  width: 40%;
  top: 0;
}
.pattern-wrap .pattern{
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}
.ps-static > div{
  position: static;
}

.sigma_card-3d {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  transform: perspective(500px) rotateX(0) rotateY(0);
}

.sigma_card-3d-content{
  transform-style: preserve-3d;
  perspective: 1000px;
  transform: translateZ(30px) scale(0.940);
}

.down-arrow-wrap a{
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--thm-base);
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
  position: relative;
  display: block;
  margin: 0 auto;
}
.down-arrow-wrap a:focus,
.down-arrow-wrap a:hover{
  color: #fff;
  background-color: var(--thm-base-hover);
}
.down-arrow-wrap a::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--thm-border);
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1s linear infinite;
  animation: pulse-border-2 1s linear infinite;
}
.down-arrow-wrap a::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--thm-border);
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.z-index-1{
  z-index: 1;
}
.pattern-bg{
  position: relative;
}
.pattern-bg::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../images/pattern-03.png);
  background-color: var(--thm-base);
  content: '';
  background-size: cover;
  background-position: right;
}

.primary-bg{
  background-color: var(--thm-base);
}
.secondary{
  background: var(--thm-secondary);
}
.secondary-bg{
  background: var(--thm-secondary) !important;
}
.custom-primary{
  color: var(--thm-base);
}
.fs-20{
  font-size: 20px;
}

.section{
  padding: 100px 0;
}
.section.section-padding{
  padding: 100px 0 70px;
}
.section-heading .section-title{
  margin-bottom: 0;
}
.section-heading {
  margin-bottom: 50px;
}
.sigma-svg {
  width: 50px;
}
.sigma-svg.svg-sm {
  width: 25px;
}
.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:hover,
.close-btn:focus{
  background-color: transparent;
}
.close-btn:focus {
  outline: none;
}
.close-btn span {
  position: absolute;
  width: 1px;
  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: var(--thm-secondary);
}
.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: var(--thm-secondary);
}

.mb-30 {
  margin-bottom: 30px;
}

.overflow-visible {
  overflow: visible !important;
}

*:focus,
.slick-initialized .slick-slide:focus {
  outline: none;
}
.z-1 {
  z-index: 1;
}

.slick-arrow {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  padding: 0;
  color: var(--thm-secondary);
  background-color: #fff;
  transition: .3s;
}
.slick-arrow,
.slick-arrow:focus {
  outline: none;
}

.slick-arrow:hover {
  background-color: var(--thm-base);
  color: #fff;
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

.slick-slider .slick-dots {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.entry-content .slick-slider .slick-dots li + li{
  margin: 0;
}
.arrow-style .slick-arrow:hover, .arrow-style .slick-arrow.slider-next {
    background-color: var(--thm-base);
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}
.arrow-style {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.arrow-style .slick-arrow.slider-next {
    margin-left: 20px;
}
.slick-slider .slick-dots button,
.slick-slider .slick-dots button:focus {
  outline: none;
}
.slick-slider .slick-dots button {
    font-size: 0;
    border: 0;
    background-color: var(--thm-border);
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 50px;
}
.slick-slider .slick-dots .slick-active button {
  background-color: var(--thm-base);
}
.btn-link {
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.btn-link i {
    transition: 0.3s;
    margin-left: 10px;
    font-size: 13px;
}
.primary-color{
  color: var(--thm-base);
}
.secondary-color{
  color: var(--thm-secondary);
}
.btn-link:hover {
    text-decoration: none;
    color: var(--thm-base-hover);
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.sigma_post-details-categories {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.sigma_post-details-categories a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    background-color: var(--thm-base);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 26px;
    transition: 0.3s;
    margin: 0 5px 5px 0;
}
.sigma_post-details-categories a:hover{
  background-color: var(--thm-base-hover);
  color: #fff;
}
.sigma_post-details-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sigma_post-details-meta-item {
    flex: 1;
}
.sigma_post-details-meta-item .sigma_sm {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sigma_post-details-meta-item .sigma_sm li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--thm-tertiary);
    color: var(--thm-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sigma_post-details-meta-item .sigma_sm li a:hover{
  background: var(--thm-base);
  color: #fff;
}
.sigma_post-details-meta-item .sigma_sm li + li {
    margin-left: 15px;
}
.sigma_related-portfolio h3.sigma-related-title {
    font-size: 62px;
    margin: 0 0 50px;
}
.section.section-padding.sigma_related-portfolio {
    padding-top: 50px;
}

/* Style 2 */
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 2px 24px rgb(0 0 0 / 4%);
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details ul li p {
    margin-bottom: 0;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details ul li{
  padding-bottom: 0;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details ul li p span {
    display: inline-block;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share h5 {
    display: none;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm {
    margin-top: 30px;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li + li {
    margin-top: 0;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a i {
    width: 50px;
    height: 50px;
    background: var(--thm-tertiary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a i.fa-facebook-f {
    background: #3b579d;
    color: #fff;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a i.fa-twitter{
  background: #2caae1;
  color: #fff;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a i.fa-linkedin-in{
  background: #0270ad;
  color: #fff;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a i.fa-pinterest-p{
  background: #c51f27;
  color: #fff;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a i.fa-tumblr{
  background: #334459;
  color: #fff;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-share .sigma_sm li a i.fa-skype{
  background: #00aae8;
  color: #fff;
}
.portfolio-details-style-2 .show-meta .sigma_post-thumbnail {
    margin-bottom: 50px;
    min-height: 530px;
    margin-right: 230px;
}
.portfolio-details-style-2 .sigma_post-thumbnail img{
      width: 100%;
      margin-bottom: 30px;
}
.portfolio-details-style-2 .widget.widget-sigma-portfolio-details .sigma_post-details-meta,
.portfolio-details-style-2 .show-meta .sigma_post-thumbnail img {
    margin-bottom: 0;
}
.portfolio-details-style-2-related-posts {
  padding: 70px 0 0;
  background: #f8f8f8;
  margin-top: 100px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 100%;
  left: 50%;
}

/* Portfolio sidebar */
.sigma_general-list ul {
    list-style: none;
}
.sigma_general-list ul li{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-secondary);
}
.entry-content .sigma_general-list ul li + li{
  margin-top: 20px;
}
.sigma_general-list ul li i {
    width: 40px;
    height: 40px;
    background-color: var(--thm-base);
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(var(--thm-base-rgb) .5);
}
.widget-area.sidebar .widget .sigma_general-list ul>li {
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}
.widget-area.sidebar .widget .sigma_general-list ul li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--thm-border);
}
.widget-area.sidebar .widget .sigma_general-list ul li p {
    margin: 0;
}
.widget-area.sidebar .widget .sigma_general-list ul li span {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-secondary);
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .sigma_recent-post,
.widget-area.sidebar .widget.widget_sigma_recent_services .sigma_recent-post {
    display: flex;
    align-items: center;
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .sigma_recent-post + .sigma_recent-post,
.widget-area.sidebar .widget.widget_sigma_recent_services .sigma_recent-post + .sigma_recent-post{
  margin-top: 30px;
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .sigma_recent-post .recent-post-image,
.widget-area.sidebar .widget.widget_sigma_recent_services .sigma_recent-post .recent-post-image {
    position: relative;
    margin-right: 15px;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
    width: 80px;
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .sigma_recent-post .recent-post-descr,
.widget-area.sidebar .widget.widget_sigma_recent_services .sigma_recent-post .recent-post-descr {
    flex: 1;
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .sigma_recent-post .recent-post-descr h6,
.widget-area.sidebar .widget.widget_sigma_recent_services .sigma_recent-post .recent-post-descr h6 {
    margin-bottom: 0;
    line-height: 1.4;
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .sigma_recent-post .recent-post-descr h6 a,
.widget-area.sidebar .widget.widget_sigma_recent_services .sigma_recent-post .recent-post-descr h6 a{
  font-size: 18px;
  font-weight: 600;
  color: var(--thm-secondary);
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .recent-post-descr .date,
.widget-area.sidebar .widget.widget_sigma_recent_services .recent-post-descr .date {
    color: var(--thm-b-text);
    font-size: 14px;
    display: inline-block;
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .recent-post-descr .date i,
.widget-area.sidebar .widget.widget_sigma_recent_services .recent-post-descr .date i{
  margin-right: 5px;
}
.widget-area.sidebar .widget.widget_sigma_recent_portfolio .sigma_recent-post .recent-post-descr h6 a:hover,
.widget-area.sidebar .widget.widget_sigma_recent_services .sigma_recent-post .recent-post-descr h6 a:hover {
    color: var(--thm-base);
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box img {
    margin-bottom: 10px;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box p {
    margin-bottom: 0;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box h5{
  margin-bottom: 10px;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box .sigma_sm {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box .sigma_sm li{
  padding: 0;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box .sigma_sm li + li {
  margin-left: 15px;
  border: 0;
  margin-top: 0;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box .sigma_sm li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f8f8;
  color: var(--thm-secondary);
  display: flex;
  align-items: center;
  border: 0;
  justify-content: center;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box .sigma_sm li a:hover{
  background: var(--thm-base);
  color: #fff;
}
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box .sigma_sm li a,
.widget-area.sidebar .widget_sigma_post_author .sigma_author-box .sigma_sm li a:hover {
  padding-left: 0;
}
/*--------------------------------------------------------------
# Serivces Archive
--------------------------------------------------------------*/
/* Style 1 */
.sigma_service {
    display: block;
    background-color: #fff;
    border: 1px solid var(--thm-border);
    padding: 40px;
    text-align: center;
    transition: .3s;
    margin-bottom: 30px;
    color: var(--thm-b-text);
    position: relative;
}
.sigma_service i {
    font-size: 60px;
    color: var(--thm-base);
    line-height: 1;
    transition: .3s;
}
.sigma_service h5 {
    margin-bottom: 10px;
    transition: .3s;
}
.sigma_service p {
    margin: 0;
    transition: .3s;
}
.sigma_service.style-1,
.sigma_service.style-3{
  text-align:left;
}
.sigma_service.style-1 i,
.sigma_service.style-3 i{
  margin-bottom: 20px;
  display: block;
}
.sigma_service.style-1 .sigma_service-body p,
.sigma_service.style-2 .sigma_service-body p {
    color: var(--thm-b-text);
}
.sigma_service.style-1 .sigma_service-footer,
.sigma_service.style-3 .sigma_service-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--thm-border);
}
.sigma_service.style-1 .sigma_service-footer ul,
.sigma_service.style-3 .sigma_service-footer ul {
    margin: 0;
    padding: 0;
}
.sigma_service.style-1 .sigma_service-footer ul li,
.sigma_service.style-3 .sigma_service-footer ul li {
    position: relative;
    color: var(--thm-b-text);
    display: flex;
    font-size: 14px;
    align-items: center;
    margin: 0;
}
.sigma_service.style-1 .sigma_service-footer ul li + li,
.sigma_service.style-3 .sigma_service-footer ul li + li {
    margin-top: 10px;
}
.sigma_service.style-1 .sigma_service-footer ul li::before,
.sigma_service.style-3 .sigma_service-footer ul li::before {
    content: '-';
    margin-right: 10px;
    transition: .3s;
    color: var(--thm-base);
    display: block;
}
.sigma_service:hover {
    background-color: var(--thm-base);
    transform: translateY(-3px);
}
.sigma_service.style-1:hover *,
.sigma_service.style-1:hover .sigma_service-footer ul li,
.sigma_service.style-1:hover .sigma_service-footer ul li::before,
.sigma_service.style-1:hover .sigma_service-body p {
    color: #fff;
}
/* Style 2 */
.sigma_service.style-2 h5{
  margin-bottom: 10px;
}
.sigma_service.style-2:hover h5{
  color: var(--thm-base);
}
.sigma_service.style-2 i{
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-b-text);
  background-color: #fff;
  font-size: 24px;
  border-radius: 50%;
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
}
.sigma_service.style-2:hover i{
  background-color: var(--thm-base);
  color: #fff;
}

.sigma_service.style-2{
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}

.sigma_service.style-2 .sigma_service-thumb{
  position: relative;
  margin: 0;
  z-index: 1;
}
.sigma_service.style-2:hover i,
.sigma_service.style-2:hover .sigma_service-thumb::before{
  opacity: 1;
  visibility: visible;
}
.sigma_service.style-2 p{
  margin: 0;
}
.sigma_service.style-2 .sigma_service-body{
  padding: 30px;
}
.sigma_service.style-2 .sigma_service-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Style 3 */
.sigma_service.style-3{
  background: var(--thm-secondary);
}
.sigma_service.style-3 h5{
  color: #fff;
}
.sigma_service.style-3 p,
.sigma_service.style-3 .sigma_service-footer ul li{
  color: var(--thm-b-text);
}
.sigma_service.style-3:hover .sigma_service-footer ul li:before{
  color: #fff;
}
.sigma_service.style-3 .sigma_service-footer{
  border-color: #ffffff1a;
}


/* Style 4 */
.sigma_service.style-4 {
    padding: 0;
}
.sigma_service.style-4 .sigma_service-content-wrapper {
    padding: 40px;
}
.sigma_service.style-4 .sigma_service-content-wrapper .sigma_service-thumb {
    margin-bottom: 40px;
}
.sigma_service.style-4 .sigma_service-content-wrapper .sigma_service-body p {
    color: var(--thm-b-text);
}
.sigma_service.style-4:hover .sigma_service-content-wrapper .sigma_service-thumb i,
.sigma_service.style-4:hover .sigma_service-content-wrapper .sigma_service-body h5,
.sigma_service.style-4:hover .sigma_service-content-wrapper .sigma_service-body p {
    color: #fff;
}

/* Style 5 */
.sigma_service.style-5{
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}
.sigma_service.style-5 .sigma_service-thumb{
  position: relative;
  margin: 0;
  z-index: 1;
}

.sigma_service.style-5 i{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.sigma_service.style-5 .sigma_service-thumb::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.sigma_service.style-5:hover .sigma_service-thumb::before{
  opacity: 1;
  visibility: visible;
}

.sigma_service.style-5:hover i{
  opacity: 1;
  visibility: visible;
}

.sigma_service.style-5 h5{
  margin-bottom: 20px;
}

.sigma_service.style-5 p{
  margin: 0;
}

.sigma_service.style-5 .sigma_service-body{
  padding: 30px;
}
.sigma_service.style-5{
  border: 0;
}
.sigma_service.style-5 .sigma_service-body{
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
  border: 0;
}
.sigma_service.style-5 .sigma_service-body::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--thm-base);
  transition: .3s;
}
.sigma_service.style-5:hover .sigma_service-body::before{
  width: 100%;
}
.sigma_service.style-5 .sigma_service-body p{
  color: var(--thm-b-text);
}

/* Style 6 */
.sigma_service.style-6 h5,
.sigma_service.style-7 h5{
  margin-bottom: 10px;
}
.sigma_service.style-6 i.icon-box,
.sigma_service.style-7 .icon-box{
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-b-text);
  background-color: #fff;
  font-size: 24px;
  border-radius: 50%;
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
}
.sigma_service.style-6,
.sigma_service.style-7{
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}
.sigma_service.style-6 .sigma_service-thumb,
.sigma_service.style-7 .sigma_service-thumb{
  position: relative;
  margin: 0;
  z-index: 1;
}
.sigma_service.style-6 p,
.sigma_service.style-7 p{
  margin: 0;
}

.sigma_service.style-6,
.sigma_service.style-7{
  border: 0;
}
.sigma_service.style-6,
.sigma_service.style-7{
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}

.sigma_service.style-6:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 126px;
    width: 4px;
    height: 68px;
    background-color: var(--thm-base);
    transition: 0.3s;
}

.sigma_service.style-6 .sigma_service-body{
  padding-top: 25px;
}

.sigma_service.style-6 .sigma_service-body h5 a,
.sigma_service.style-7 .sigma_service-body h5 a{
  color: var(--thm-secondary);
}

.sigma_service.style-6 .sigma_service-body h5 a:hover,
.sigma_service.style-7 .sigma_service-body h5 a:hover{
  color: var(--thm-base-hover);
}

.sigma_service.style-6 .sigma_service-body .btn-link{
  margin-top: 20px;
  display: flex;
  align-items: center;
  color: var(--thm-b-text);
  text-decoration: none;
}
.sigma_service.style-6 .sigma_service-body .btn-link i{
  color: var(--thm-b-text);
}

.sigma_service.style-6 i.icon-box,
.sigma_service.style-7 .icon-box{
  border-radius: 0;
  background-color: var(--thm-base);
  color: #fff;
  width: 70px;
  height: 70px;
  bottom: auto;
  top: 30px;
  right: 0;
  font-size: 36px;
}

.sigma_service.style-6 .sigma_service-body .btn-link i{
  font-size: 13px;
  margin-left: 10px;
}

.sigma_service.style-6 .sigma_service-body .btn-link:hover i{
  margin-left: 13px;
}

/* Style 7 */
.sigma_service.style-7 .sigma_service-body{
  padding-bottom: 25px;
}

.sigma_service.style-7 .icon-box{
  background-color: transparent;
  border: 1px solid var(--thm-border);
  margin-bottom: 22px;
  position: relative;
  top: 0;
  right: auto;
  left: 0;
  box-shadow: 0 0 16px 0px rgb(0 0 0 / 3%);
  color: var(--thm-secondary);
}

.sigma_service.style-7 .icon-box span{
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background-color: var(--thm-base);
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style 8 */
.sigma_service.style-8 h5{
  margin-bottom: 10px;
}
.sigma_service.style-8 .icon-box{
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-b-text);
  background-color: #fff;
  font-size: 24px;
  border-radius: 50%;
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
}
.sigma_service.style-8{
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}
.sigma_service.style-8 .sigma_service-thumb{
  position: relative;
  margin: 0;
  z-index: 1;
}
.sigma_service.style-8 .sigma_service-thumb img,
.sigma_service.style-6 .sigma_service-thumb img,
.sigma_service.style-5 .sigma_service-thumb img,
.sigma_service.style-4 .sigma_service_thumbnail img,
.sigma_service.style-7 .sigma_service-thumb img{
  width: 100%;
}
.sigma_service.style-8 p{
  margin: 0;
}

.sigma_service.style-8{
  border: 0;
}
.sigma_service.style-8 .sigma_service-body h5 a{
  color: var(--thm-secondary);
}
.sigma_service.style-8 .sigma_service-body h5 a:hover{
  color: var(--thm-base-hover);
}
.sigma_service.style-8 .sigma_service-body .btn-link {
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--thm-base);
}
.sigma_service.style-8 .icon-box{
  border-radius: 0;
  background-color: var(--thm-base);
  color: #fff;
  width: 70px;
  height: 70px;
  bottom: auto;
  top: 30px;
  right: 0;
  font-size: 36px;
}
.sigma_service.style-8 .sigma_service-body .btn-link i{
  font-size: 13px;
  margin-left: 10px;
}
.sigma_service.style-8 .sigma_service-body .btn-link:hover i{
  margin-left: 13px;
}

.sigma_service.style-8{
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
}

.sigma_service.style-8 .sigma_service-body .btn-link i{
  color: var(--thm-base);
}

.sigma_service.style-8 .sigma_service-body{
  padding: 60px 30px 30px;
}

.sigma_service.style-8 .icon-box{
  bottom: -30px;
  top: auto;
  right: auto;
  left: 30px;
  font-weight: 600;
}


/* Style 9 */
.sigma_service.style-9{
  text-align: left;
}
.sigma_service.style-9 i{
  margin-bottom: 20px;
  display: block;
}
.sigma_service.style-9.dark{
  background-color: var(--thm-secondary);
  border-color: rgba(255,255,255,.1);
}
.sigma_service.style-9.dark i{
  color: var(--thm-base);
}
.sigma_service.style-9.dark h5{
  color: #fff;
}
.sigma_service.style-9.dark *{
  color: var(--thm-b-text);
}
.sigma_service.style-9 .sigma_service-body h5 a:hover{
  color: var(--thm-base-hover);
}
.sigma_service.style-9 .sigma_service-body .btn-link{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.sigma_service.style-9 .sigma_service-body .btn-link i{
  font-size: 13px;
  margin-left: 10px;
}
.sigma_service.style-9 .sigma_service-body .btn-link:hover i{
  margin-left: 13px;
}

.sigma_service.style-9{
  border: 0;
}
.sigma_service.style-9:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background-color: var(--thm-base);
  transition: 0.3s;
}
.sigma_service.style-9:hover:before{
  height: 100%;
}
.sigma_service.style-9.dark span{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 75px;
    display: block;
    line-height: 1;
    font-weight: 600;
    color: rgb(79 77 77 / 85%);
}
.sigma_service.style-9 .sigma_service-body h5 a{
  color: #fff;
}
.sigma_service.style-9 .sigma_service-body .btn-link,
.sigma_service.style-9 .sigma_service-body .btn-link i{
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}
.sigma_service.style-9 .sigma_service-body .btn-link:hover{
  color: var(--thm-base);
}

/* Style 10 */
.sigma_service.style-10 {
  padding: 0;
  border: 2px solid var(--thm-border);
}
.sigma_service.style-10 .sigma_service-body {
  padding: 30px;
}
.sigma_service.style-10 .sigma_service-body .btn-link,
.sigma_service.style-13 .sigma_service-body .btn-link {
  justify-content: center;
  color: var(--thm-b-text);
  display: inline-flex;
  margin-top: 20px;
}
.sigma_service.style-10 .sigma_service-body .btn-link i,
.sigma_service.style-13 .sigma_service-body .btn-link i {
  font-size: 13px;
  margin-left: 10px;
  color: var(--thm-secondary);
}
.sigma_service.style-10 .sigma_service-body .btn-link:hover i,
.sigma_service.style-13 .sigma_service-body .btn-link:hover i {
    margin-left: 13px;
}
.sigma_service.style-10 .sigma_service-body .btn-link:hover,
.sigma_service.style-13 .sigma_service-body .btn-link:hover {
    color: var(--thm-base);
}
.sigma_service.style-10:hover {
    box-shadow: 0 0 20px 18px rgb(0 0 0 / 3%);
    transform: none;
    background: #fff;
}
.sigma_service.style-10 .sigma_service-body h5 a{
  position:relative;
}
.sigma_service.style-10 .sigma_service-body h5 a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--thm-secondary);
    transition: 0.3s;
}
.sigma_service.style-10 .sigma_service-body h5 a:hover:before {
    width: 100%;
}
.sigma_service.style-10 .sigma_service-body h5 a:hover{
  color: var(--thm-secondary);
}
.sigma-service-text-center .sigma_service.style-10 .sigma_service-body {
    text-align: center;
}
.sigma-service-text-left .sigma_service.style-10 .sigma_service-body {
    text-align: left;
}
.sigma-service-text-right .sigma_service.style-10 .sigma_service-body {
    text-align: right;
}

/* Style 11 */
.sigma_service.style-11 {
  padding: 60px;
  background-color: #fff;
  max-width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  border: 0;
  box-shadow: 0 0 10px 10px rgb(0 0 0 / 3%);
}
.sigma_service.style-11 .sigma_service-thumb {
    margin-bottom: 0;
    margin-right: 26px;
    text-align: center;
}
.sigma_service.style-11 .sigma_service-thumb i {
    font-size: 46px;
}
.sigma_service.style-11 .sigma_service-body .number,
.sigma_service.style-12 .sigma_service-body .number{
    display: block;
    -webkit-text-stroke: 1px var(--thm-base);
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
}
.sigma_service.style-11 .sigma_service-body .btn-link {
    margin-top: 15px;
    color: var(--thm-b-text);
    border-bottom: 1px solid var(--thm-b-text);
    display: inline-flex;
}
.sigma_service.style-11 .sigma_service-body .btn-link:hover{
    color: var(--thm-base-hover);
    border-color: var(--thm-base-hover);
}

/* Style 12 */
.sigma_service.style-12 {
    border: 0;
    text-align: left;
}
.sigma_service.style-12 .sigma_service-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sigma_service.style-12 .sigma_service-body .number {
    font-size: 70px;
}
.sigma_service.style-12 .sigma_service-body i {
    font-size: 36px;
    margin-bottom: 0;
    color: var(--thm-b-text);
    opacity: 0.1;
    display: block;
}
.sigma_service.style-12 .sigma_service-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--thm-border);
    border-color: rgba(var(--thm-border-rgb), 0.3);
}
.sigma_service.style-12:hover,
.sigma_service.style-13:hover {
    background: #fff;
    transform: none;
}

/* Style 13 */
.sigma_service.style-13 {
    border: 0;
    padding: 40px 20px;
}
.sigma_service.style-13 .sigma_service-thumb {
    margin-bottom: 40px;
}
.sigma_service.style-13:hover,
.sigma_service.style-14:hover{
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 3%);
    background-color: #fff;
    transform: none;
}

/* Style 14 */
.sigma_service.style-14 {
    overflow: hidden;
    text-align: left;
}
.sigma_service.style-14 .number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    background-color: var(--thm-base-hue);
    color: var(--thm-base);
    width: 80px;
    height: 80px;
    border-bottom-left-radius: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style 15 */
.sigma_service.style-15 {
    text-align: left;
    padding: 30px 20px;
    margin-bottom: 65px;
}
.sigma_service.style-15 .sigma_service-thumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 6px rgb(0 0 0 / 3%);
    margin: -70px 0 26px;
    background-color: #fff;
}
.sigma_service.style-15 .sigma_service-thumb i{
  font-size: 44px;
  color: var(--thm-secondary);
}
.sigma_service.style-15 .sigma_service-body .btn-link {
    font-size: 0;
    font-weight: 600;
    margin-top: 12px;
}
.sigma_service.style-15 .sigma_service-body .btn-link i {
    font-size: 26px;
    margin-left: 0;
}
.sigma_service.style-15:hover {
    background: #fff;
    transform: none;
}
.sigma_service.style-15:hover .sigma_service-body .btn-link {
    font-size: 16px;
    color: var(--thm-base);
}
.sigma_service.style-15:hover .sigma_service-body .btn-link:hover{
  color: var(--thm-base-hover);
}
.sigma_service.style-15:hover .sigma_service-body .btn-link i {
    margin-left: 12px;
}

/* Style 16 */
.sigma_service.style-16,
.sigma_service.style-17 {
    padding: 0;
    border: 0;
    display: flex;
    margin-bottom: 30px;
}
.sigma_service.style-16 .sigma_service-thumb,
.sigma_service.style-17 .sigma_service-thumb {
    margin: 0 20px 0 0;
}
.sigma_service.style-16 .sigma_service-body,
.sigma_service.style-17 .sigma_service-body {
    flex: 1;
    text-align: left;
}
.sigma_service.style-16 .sigma_service-thumb,
.sigma_service.style-17 .sigma_service-thumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 6px rgb(0 0 0 / 3%);
    background-color: #fff;
}
.sigma_service.style-17 .sigma_service-thumb{
  width: 60px;
  height: 60px;
}
.sigma_service.style-16 .sigma_service-thumb i,
.sigma_service.style-17 .sigma_service-thumb i {
    font-size: 44px;
    color: var(--thm-secondary);
}
.sigma_service.style-16:hover,
.sigma_service.style-17:hover{
  background: none;
  box-shadow: none;
  transform: none;
}
.sigma_service.style-17 .sigma_service-thumb{
  box-shadow: none;
}
.sigma_service.style-17 {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 6px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 3%);
}

/* Style 18 */
.sigma_service.style-18 {
  background-color: transparent;
  text-align: left;
  padding: 0;
  border: 0;
}
.sigma_service.style-18 .sigma_service-body {
    padding-top: 20px;
}
.sigma_service.style-18 .sigma_service-body .sigma_service-categories a {
    color: var(--thm-b-text);
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}
.sigma_service.style-18 .sigma_service-body .sigma_service-categories a:hover{
  color: var(--thm-base-hover);
}
.sigma_service.style-18 .sigma_service-body p {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--thm-border);
}
.sigma_service.style-18:hover{
  transform: none;
}
.sigma_service.style-18 .sigma_service-thumb{
  overflow: hidden;
  display: block;
}
.sigma_service.style-18 .sigma_service-thumb img{
  transition: 0.3s;
}
.sigma_service.style-18 .sigma_service-thumb:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}

/* Style 19 */
.sigma_service.style-19 {
  background-color: #fff;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}
.sigma_service.style-19 .sigma_service-thumb {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.sigma_service.style-19 .sigma_service-thumb img {
    transition: 0.3s;
}
.sigma_service.style-19 .sigma_service-body {
    padding: 80px 30px 25px;
    position: relative;
}
.sigma_service.style-19 .sigma_service-footer {
    padding: 15px;
    border-top: 1px solid rgba(var(--thm-border-rgb), 0.2);
}
.sigma_service.style-19 .sigma_service-body .sigma_service-icon {
    width: 100px;
    height: 100px;
    font-size: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 3%);
    margin: -50px auto 0;
    color: var(--thm-base);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sigma_service.style-19 .sigma_service-body .sigma_service-icon:after {
    content: "";
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 3px solid var(--thm-base);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.sigma_service.style-19:hover .sigma_service-body .sigma_service-icon:after {
    opacity: 1;
    visibility: visible;
}
.sigma_service.style-19 .sigma_service-footer .btn-link {
    color: var(--thm-b-text);
    margin-top: 0;
    display: inline-flex;
}
.sigma_service.style-19 .sigma_service-footer .btn-link i {
    font-size: 13px;
    margin-left: 10px;
    color: var(--thm-b-text);
}
.sigma_service.style-19 .sigma_service-footer .btn-link:hover,
.sigma_service.style-19 .sigma_service-footer .btn-link:hover i {
    color: var(--thm-base);
}

/* Service Details */
.service-detail-thumbnail img {
    width: 100%;
}
.service-detail-thumbnail {
    margin-bottom: 20px;
}
.service-content-wrapper {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/* Style 1 */
.sigma_post {
  position: relative;
  margin-bottom: 60px;
}
.sigma_related-posts .sigma_post {
    margin-bottom: 30px;
}

.sigma_post .sigma_post-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
}

.sigma_post .sigma_post-thumb img{
  transition: 0.3s;
  max-width: 100%;
}

.sigma_post.post_format-post-format-gallery .sigma_post-thumb img {
    width: 100%;
}
.sigma_post.post_format-post-format-link .sigma_post-thumb {
    text-align: left;
}

.sigma_post .sigma_post-thumb:hover img {
  transform: scale(1.1);
}

.sigma_post .sigma_post-categories,
.sigma_post.style-1 .sigma_post-thumb .categories-list,
.sigma_post.style-10 .sigma_post-thumb .categories-list {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
}

.sigma_post .sigma_post-categories a,
.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .sigma_post-categories a,
.sigma_post.style-1 .sigma_post-thumb .categories-list a,
.sigma_post.style-10 .sigma_post-thumb .categories-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  background-color: var(--thm-base);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 26px;
  transition: 0.3s;
}

.sigma_post .sigma_post-categories a:hover,
.widget.widget-sigma-recent-posts.style-3 .sigma_recent-post .sigma_post-categories a:hover,
.sigma_post.style-1 .sigma_post-thumb .categories-list a:hover,
.sigma_post.style-10 .sigma_post-thumb .categories-list a:hover {
  background-color: var(--thm-base-hover);
}
.sigma_post.style-1 .sigma_post-thumb .categories-list a + a,
.sigma_post.style-10 .sigma_post-thumb .categories-list a + a {
    margin-left: 10px;
}
.sigma_post .sigma_post-categories a+a {
  margin-left: 10px;
}

.sigma_post .sigma_post-body {
  padding: 0px;
  position: relative;
}
.sigma_post .sigma_post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sigma_post .sigma_post-meta span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--thm-b-text);
    font-family: var(--thm-font);
}
.sigma_post .sigma_post-meta span i {
    margin-right: 10px;
    font-size: 16px;
}
.sigma_post .sigma_post-meta span a {
    color: var(--thm-b-text);
    font-weight: 500;
}
.sigma_post .sigma_post-meta span a:hover,
.sigma_post .sigma_post-meta span .comment-count:hover {
    color: var(--thm-base-hover);
}
.sigma_post .sigma_post-meta span + span{
  margin-left: 20px;
}
.sigma_post .sigma_post-meta .sigma_post-date {
  position: absolute;
  right: 20px;
  top: -28px;
  text-align: center;
  padding: 12px 15px;
  font-weight: 600;
  background-color: var(--thm-base);
  color: #fff;
  line-height: 1;
  font-size: 15px;
  transition: 0.3s;
}

.sigma_post .sigma_post-meta .sigma_post-date:hover {
  background-color: var(--thm-base-hover);
}

.sigma_post .sigma_post-body .sigma_post-content h5 {
  font-size: 34px;
  margin: 0 0 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.sigma_post .sigma_post-body .sigma_post-content p{
  margin: 15px 0;
}

.sigma_post .sigma_post-body .btn-link {
  color: var(--thm-secondary);
  font-weight: 600;
  margin-top: 15px;
  font-size: 14px;
  transition: 0.3s;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  line-height: 1;
}

.sigma_post .sigma_post-body .btn-link i {
  color: var(--thm-base);
  transition: .3s;
}

.sigma_post .sigma_post-body .btn-link:hover {
  color: var(--thm-base-hover);
}
.sigma_post .sigma_post-body .btn-link:hover i{
  margin-left: 13px;
  transition: .3s;
}
.sigma_post.style-1 .sigma_post-meta span.author img{
  display: none;
}
/* Post Format */
.sigma_post.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before {
    padding-top: 16.25%;
}
.sigma_post.format-audio.style-2 .sigma_post-thumb.default .embed-responsive-16by9::before{
  padding-top: 40.25%;
}
.col-lg-4 .sigma_post.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before {
    padding-top: 37.25%;
}
.sigma_post.format-audio.style-4 .sigma_post-thumb .embed-responsive-16by9::before,
.sigma_post.format-audio.style-5 .sigma_post-thumb .embed-responsive-16by9::before{
  margin-bottom: 20px;
}
.col-lg-6 .sigma_post.format-audio.style-1 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-6 .sigma_post.format-audio.style-2 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-6 .sigma_post.format-audio.style-4 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-6 .sigma_post.format-audio.style-5 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-6 .sigma_post.format-audio.style-6 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-6 .sigma_post.format-audio.style-7 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-6 .sigma_post.format-audio.style-9 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-6 .sigma_post.format-audio.style-10 .sigma_post-thumb.default .embed-responsive-16by9::before{
  padding-top: 35%;
}
.col-lg-4 .sigma_post.format-audio.style-1 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-4 .sigma_post.format-audio.style-2 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-4 .sigma_post.format-audio.style-4 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-4 .sigma_post.format-audio.style-5 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-4 .sigma_post.format-audio.style-6 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-4 .sigma_post.format-audio.style-7 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-4 .sigma_post.format-audio.style-9 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-4 .sigma_post.format-audio.style-10 .sigma_post-thumb.default .embed-responsive-16by9::before{
  padding-top: 39%;
}
.col-lg-3 .sigma_post.format-audio.style-1 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio.style-2 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio.style-4 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio.style-5 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio.style-6 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio.style-7 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio.style-9 .sigma_post-thumb.default .embed-responsive-16by9::before,
.col-lg-3 .sigma_post.format-audio.style-10 .sigma_post-thumb.default .embed-responsive-16by9::before{
  padding-top: 52%;
}
.sigma_post.format-link .sigma_post-thumb {
    background-color: var(--thm-secondary);
    padding: 50px;
    position: relative;
    border-radius: 6px;
}
.col-lg-4 .sigma_post.format-link .sigma_post-thumb,
.col-lg-3 .sigma_post.format-link .sigma_post-thumb{
  padding: 30px;
}
.col-lg-4 .sigma_post.format-link .sigma_post-thumb h5,
.col-lg-3 .sigma_post.format-link .sigma_post-thumb h5{
  font-size:26px;
}
.sigma_post.format-link .sigma_post-thumb h5 {
    color: #fff;
    margin: 0;
    font-size: 34px;
}
.sigma_post.format-link .sigma_post-thumb .sigma_post-meta{
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.sigma_post.format-link .sigma_post-thumb .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sigma_post.format-link .sigma_post-thumb .sigma_post-meta a{
  color: #fff;
}
.sigma_post.format-link .sigma_post-thumb .sigma_post-meta a i{
  font-size: 20px;
  margin-right: 10px;
}
.sigma_post.format-link .sigma_post-thumb .sigma_post-meta a:hover{
  color: var(--thm-base-hover);
}
.sigma_post.format-gallery .sigma_post-thumb .slick-prev,
.sigma_post.format-gallery .sigma_post-thumb .slick-next {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.sigma_post.format-gallery .slick-initialized .slick-slide{
  overflow: hidden;
}
.sigma_post.format-video .sigma_post-thumb .sigma_video-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--thm-base);
    font-size: 20px;
    transition: 0.3s;
}
.sigma_post.format-video .sigma_post-thumb .sigma_video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sigma_post.format-video .sigma_post-thumb .sigma_video-btn:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    animation-name: pulseInOut;
    opacity: 0;
    border-radius: 50%;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.sigma_post.format-video .sigma_post-thumb .sigma_video-btn:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    animation-name: pulseInOut;
    opacity: 0;
    border-radius: 50%;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
}
.sigma_post.format-gallery .sigma_post-thumb .slick-next {
  right: 10px;
  left: auto;
}

.sigma_post.format-gallery .sigma_post-thumb:hover .slick-prev {
  left: 20px;
  opacity: 1;
  visibility: visible;
}

.sigma_post.format-gallery .sigma_post-thumb:hover .slick-next {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.sigma_post.format-gallery .sigma_post-thumb .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.sigma_post.format-gallery.style-4 .sigma_post-thumb .slick-dots,
.sigma_post.format-gallery.style-5 .sigma_post-thumb .slick-dots {
    bottom: 40px;
    margin-top: 0;
}
.sigma_post.format-gallery.style-9 .sigma_post-thumb .slick-dots{
  bottom: 60px;
}
.sigma_post.format-gallery .sigma_post-thumb .slick-arrow {
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
}
.sigma_post.format-gallery .sigma_post-thumb .slick-arrow.slick-next:before,
.sigma_post.format-gallery .sigma_post-thumb .slick-arrow.slick-prev:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
}
.sigma_post.format-gallery .sigma_post-thumb .slick-arrow.slick-prev:before {
  content: "\f053";
}
.sigma_post.format-gallery .sigma_post-thumb + span.categories-list,
.sigma_post.format-image .sigma_post-thumb + span.categories-list {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    align-items: center;
}
.sigma_post.format-gallery .sigma_post-thumb + span.categories-list a,
.sigma_post.format-image .sigma_post-thumb + span.categories-list a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  background-color: var(--thm-base);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 26px;
  transition: 0.3s;
}
.sigma_post.format-gallery .sigma_post-thumb + span.categories-list a + a,
.sigma_post.format-image .sigma_post-thumb + span.categories-list a + a{
  margin-left: 10px;
}
.col-lg-4 .sigma_post.format-quote blockquote,
.col-lg-3 .sigma_post.format-quote blockquote{
  padding: 30px;
}
/* Style 2 */
.sigma_post.style-2 {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    background-color: #fff;
    margin-bottom: 30px;
}
.sigma_post.style-2 .sigma_post-thumb{
  margin-bottom: 0;
}
.sigma_post.style-2 .sigma_post-body{
  padding: 30px;
}
.sigma_post.style-2 .sigma_post-body .sigma_post-meta {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--thm-border);
}
.sigma_post.style-2 .sigma_post-body .sigma_post-meta .categories-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sigma_post.style-2 .sigma_post-body .sigma_post-meta .categories-list a + a,
.sigma_post.style-4 .sigma_post-meta span a + a,
.sigma_post.style-5 .sigma_post-body .sigma_post-meta .categories-list a + a  {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}
.sigma_post.style-2 .sigma_post-body .sigma_post-meta .categories-list a + a:before,
.sigma_post.style-4 .sigma_post-meta span a + a:before,
.sigma_post.style-5 .sigma_post-body .sigma_post-meta .categories-list a + a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: var(--thm-border);
}
.sigma_post.style-2 .sigma_post-meta .sigma_post-date{
  display: none;
}
.sigma_post.style-2.has-post-thumbnail .sigma_post-meta .sigma_post-date,
.sigma_post.style-2.format-image .sigma_post-meta .sigma_post-date{
  display: block;
}
.sigma_post.style-2 .sigma_post-body .sigma_post-content {
    padding: 15px 0 0;
}
.col-lg-4 .sigma_post.style-1 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-1 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-2 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-2 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-3 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-3 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-4 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-4 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-5 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-5 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-6 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-6 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-7 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-7 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-8 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-8 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-9 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-9 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-10 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-10 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-11 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-11 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-12 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-12 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-13 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-13 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-14 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-14 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-15 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-15 .sigma_post-body .sigma_post-content h5,
.col-lg-4 .sigma_post.style-16 .sigma_post-body .sigma_post-content h5,
.col-lg-3 .sigma_post.style-16 .sigma_post-body .sigma_post-content h5,
.col-lg-4 blockquote p,
.col-lg-3 blockquote p,
.col-lg-4 .sigma_post.format-link .sigma_post-thumb h5,
.col-lg-3 .sigma_post.format-link .sigma_post-thumb h5{
  font-size: 22px;
}
.col-lg-3 blockquote,
.col-lg-4 blockquote,
.col-lg-3 .sigma_post.format-link .sigma_post-thumb,
.col-lg-4 .sigma_post.format-link .sigma_post-thumb{
  padding: 30px;
}
.col-lg-6 .sigma_post.style-1 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-2 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-3 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-4 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-5 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-6 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-7 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-8 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-9 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-10 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-11 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-12 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-13 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-14 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-15 .sigma_post-body .sigma_post-content h5,
.col-lg-6 .sigma_post.style-16 .sigma_post-body .sigma_post-content h5,
.col-lg-6 blockquote p,
.col-lg-6 .sigma_post.format-link .sigma_post-thumb h5{
  font-size: 26px;
}
.sigma_post.style-2 .sigma_post-body .sigma_post-content h5{
  margin-bottom: 15px;
}
.sigma_post .sigma_post-body .btn-link i {
    margin-left: 10px;
}
/* Style 3 */
.sigma_post.style-3.has-post-thumbnail .sigma_post-body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.sigma_post.style-3 img {
  width: 100%;
}

.sigma_post.style-3 .sigma_post-body:before {
  content: none;
}

.sigma_post.style-3 .sigma_post-body .sigma_post-content{
  padding: 0;
}

.sigma_post.style-3.has-post-thumbnail .sigma_post-body .sigma_post-content h5 a,
.sigma_post.style-3.has-post-thumbnail .sigma_post-body .sigma_post-content p {
  color: #fff;
}

.sigma_post.style-3 .sigma_post-body .sigma_post-content h5 a:hover {
  color: var(--thm-base-hover);
}

.sigma_post.style-3 .sigma_post-body .sigma_post-content p{
  font-size: 15px;
}

.sigma_post.style-3 .sigma_post-body .btn-link {
  color: var(--thm-base);
}

/* Style 4 */
.sigma_post.style-4 {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 30px;
}

.sigma_post.style-4.has-post-thumbnail .sigma_post-body,
.sigma_post.style-4.format-image .sigma_post-body,
.sigma_post.style-4.format-gallery .sigma_post-body,
.sigma_post.style-4.format-video .sigma_post-body,
.sigma_post.style-4.format-audio .sigma_post-body {
  border-radius: 0;
  background-color: #fff;
  width: calc(100% - 30px);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  margin: -50px auto 0;
  padding: 30px;
}

.sigma_post.style-4 .sigma_post-body:before {
  content: none;
}

.sigma_post.style-4 .sigma_post-thumb {
  border-radius: 0;
}

.sigma_post.style-4 .sigma_post-meta {
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}

.sigma_post.style-4 .sigma_post-meta ul {
  margin: 0;
}

.sigma_post.style-4 .sigma_post-meta ul li.author img {
  border-radius: 50%;
  margin-right: 10px;
}

.sigma_post.style-4 .sigma_post-meta ul li+li {
  padding-left: 0;
}

.sigma_post.style-4 .sigma_post-meta ul li+li:before {
  content: none;
}

.sigma_post.style-4 .sigma_post-body .sigma_post-content {
  padding: 15px 0;
}

.sigma_post.style-4 .sigma_post-body .sigma_post-content h5{
  margin-bottom: 0;
  font-size: 22px;
}
.sigma_post.style-4 .sigma_post-meta .author i {
    display: none;
}
.sigma_post.style-4 .sigma_post-meta .author img {
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}
.sigma_post.style-4 .sigma_post-meta .posted-on i {
    display: none;
}
.sigma_post.style-4 .sigma_post-meta span a {
    font-weight: 500;
}
/* Style 5 */
.sigma_post.style-5 .sigma_post-thumb{
  margin-bottom: 0;
}
.sigma_post.style-5.has-post-thumbnail .sigma_post-body,
.sigma_post.style-5.format-image .sigma_post-body,
.sigma_post.style-5.format-gallery .sigma_post-body,
.sigma_post.style-5.format-video .sigma_post-body,
.sigma_post.style-5.format-audio .sigma_post-body{
  background-color: #fff;
  padding: 30px;
  width: calc(100% - 30px);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  margin: -25px auto 0;
}
.sigma_post.style-5 .sigma_post-meta span.posted-on i{
  display: none;
}
.sigma_post.style-5 .sigma_post-body .sigma_post-content h5{
  font-size: 26px;
}
.sigma_post.style-5 .sigma_post-meta {
    margin: 12px 0 10px;
}
/* Style 6 */
.sigma_post.style-6 {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    background-color: #fff;
    margin-bottom: 30px;
}
.sigma_post.style-6 .sigma_post-body {
    padding: 30px;
}
.sigma_post.style-6 .sigma_post-meta{
  margin-top: 0;
  margin-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid var(--thm-border);
  padding-bottom: 10px;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta {
    margin-bottom: 0;
}
.sigma_post.format-link.style-6 .sigma_post-thumb .sigma_post-meta {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta h5 {
    font-size: 0;
    margin: 0;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta h5:before {
    content: "\f1e0";
    font-size: 14px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: var(--thm-base);
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta .sigma_sm {
    flex-direction: column;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta .sigma_sm li + li {
    margin-left: 0;
    margin-top: 10px;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta .sigma_sm {
    flex-direction: column;
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 70px;
    opacity: 0;
    visibility: hidden;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta h5:hover {
    cursor: pointer;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta:hover .sigma_sm {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}
.sigma_post.style-6 .sigma_post-meta .sigma_post-details-meta {
    margin-bottom: 0;
    margin-left: 20px;
    padding: 10px 0;
}
.sigma_post.style-6 .sigma_post-meta span.meta-comment {
    margin-left: auto;
}
.sigma_post.style-6 .sigma_post-meta span.meta-comment i,
.sigma_post.style-6 .sigma_post-meta span.posted-on i{
  color: var(--thm-base);
}
.sigma_post.style-6 .sigma_post-body .sigma_post-content h5{
  margin-bottom: 15px;
}
/* Style 7 */
.sigma_post.style-7 .sigma_post-body{
  padding: 5px 0 0;
}
.sigma_post.style-7 .sigma_post-meta span.author i,
.sigma_post.style-7 .sigma_post-meta span.author img {
    display: none;
}
.sigma_post.style-7 .sigma_post-meta{
  margin-top: 0;
}
.sigma_post.style-7 .sigma_post-meta span.author a:before {
    content: "By: ";
    padding-right: 5px;
}
.sigma_post.style-7 .sigma_post-meta span{
  position: relative;
}
.sigma_post.style-7 .sigma_post-meta span.posted-on i {
    display: none;
}
.sigma_post.style-7 .sigma_post-meta span + span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: var(--thm-border);
}
.sigma_post.style-7 .sigma_post-meta span.posted-on {
    margin-left: 10px;
    padding-left: 10px;
}
.sigma_post.style-7 .sigma_post-content {
    padding: 15px 0 0;
}
.sigma_post.style-7 .sigma_post-content h5 {
    margin-bottom: 15px;
}

/* Style 8 */
.sigma_post.style-8.has-post-thumbnail{
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.sigma_post.style-8.has-post-thumbnail .sigma_post-body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.sigma_post.style-8 .sigma_post-body .sigma_post-content .sigma_post-meta .posted-on {
    border: 0;
    padding: 5px 25px 3px;
    background-color: var(--thm-base);
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    top: 0;
    left: 0;
    transition: .3s;
    line-height: 1.8;
}
.sigma_post.style-8 .sigma_post-body .sigma_post-content .sigma_post-meta .posted-on a,
.sigma_post.style-8 .sigma_post-body .sigma_post-content .sigma_post-meta .posted-on i{
  color: #fff;
}
.sigma_post.style-8 .sigma_post-body .sigma_post-content .sigma_post-meta .posted-on a {
    line-height: 35px;
}
.sigma_post.style-8 .sigma_post-body .sigma_post-content h5 {
    margin-bottom: 10px;
}
.sigma_post.style-8.has-post-thumbnail .sigma_post-body .sigma_post-content h5 a{
  color: #fff;
}
.sigma_post.style-8 .sigma_post-meta span.author img{
  display: none;
}
.sigma_post.style-8 .sigma_post-meta{
  margin-top: 0;
}
.sigma_post.style-8 .sigma_post-meta span.categories-list:before {
    content: "\f07c";
    font-family: 'Font Awesome 5 Pro';
    padding-right: 10px;
}
.sigma_post.style-8 .sigma_post-meta span.categories-list a + a,
.sigma_post.style-9 .sigma_post-meta span.categories-list a + a {
    margin-left: 5px;
}
.sigma_post.style-8 .sigma_post-meta span.categories-list a:not(:last-child):after,
.sigma_post.style-9 .sigma_post-meta span.categories-list a:not(:last-child):after{
  content: ",";
}
.sigma_post.style-8.has-post-thumbnail .sigma_post-meta span a,
.sigma_post.style-8.has-post-thumbnail .sigma_post-meta span i,
.sigma_post.style-8.has-post-thumbnail .sigma_post-meta span:before{
  color: #fff;
}
.sigma_post.style-8.has-post-thumbnail .sigma_post-meta span a:hover,
.sigma_post.style-8.has-post-thumbnail .sigma_post-body .sigma_post-content h5 a:hover{
  color: var(--thm-base-hover);
}
.sigma_post.style-8 .sigma_post-body .sigma_post-content .sigma_post-meta .posted-on:hover{
  background: var(--thm-base-hover);
  transition: .3s;
}

/* Style 9 */
.sigma_post.style-9{
  margin-bottom: 30px;
}
.sigma_post.style-9 .sigma_post-thumb{
  margin:0;
}
.sigma_post.style-9.has-post-thumbnail .sigma_post-body,
.sigma_post.style-9.format-image .sigma_post-body,
.sigma_post.style-9.format-gallery .sigma_post-body,
.sigma_post.style-9.format-video .sigma_post-body,
.sigma_post.style-9.format-audio .sigma_post-body {
    background-color: #fff;
    width: calc(100% - 30px);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    margin: -35px 0 0;
    padding: 30px 25px;
    border-bottom: 5px solid var(--thm-base);
}
.sigma_post.style-9.format-audio .sigma_post-body{
  margin: 5px 0 0;
}
.sigma_post.style-9 .sigma_post-body .sigma_post-meta.is-absolute {
    margin: -52px 0 0;
    position: relative;
}
.sigma_post.style-9 .sigma_post-body .sigma_post-meta.is-absolute span {
    background: var(--thm-base);
    padding: 5px 25px 3px;
    color: #fff;
}
.sigma_post.style-9 .sigma_post-body .sigma_post-meta.is-absolute span a{
  color: #fff;
}
.sigma_post.style-9 .sigma_post-meta .author img{
  display: none;
}
.sigma_post.style-9 .sigma_post-meta span.categories-list:before{
  content: "\f07c";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}
.sigma_post.style-9 .sigma_post-meta{
  margin: 20px 0 8px;
}
.sigma_post.style-9 .sigma_post-body .sigma_post-content h5{
  font-size: 26px;
  margin-bottom: 8px;
}
.sigma_post.style-9:not(.has-post-thumbnail, .format-image) .sigma_post-body .sigma_post-meta.is-absolute{
  margin: 0;
}
.sigma_post.style-9 .sigma_post-body .sigma_post-meta.is-absolute span:hover{
  background: var(--thm-base-hover);
}
/* Style 10 */
.sigma_post.style-10 {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}
.sigma_post.style-10 .sigma_post-thumb{
  margin-bottom: 0;
}
.sigma_post.post_format-post-format-quote .sigma_post-thumb {
    text-align: left;
}
.sigma_post.style-10 .sigma_post-body{
  padding: 30px;
}
.sigma_post.style-10 .sigma_post-body h5 {
    font-size: 26px;
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    width: 100%;
    list-style: none;
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul li {
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--thm-b-text);
    font-family: var(--thm-font);
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul li.author-details span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-b-text);
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 10px;
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul li.author-details a {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-secondary);
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul li:last-child {
    flex-direction: column;
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul li+li {
    padding-left: 0;
    margin-left: 20px;
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul li:last-child span {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sigma_post.style-10 .sigma_post-body .sigma_post-meta ul li:last-child span i{
  margin-right: 0;
}
/* Style 11 */
.sigma_post.style-11 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sigma_post.style-11 .sigma_post-body {
    flex: 1;
    margin-top: 10px;
}
.sigma_post.style-11 .sigma_post-thumb {
    width: 270px;
    margin-right: 30px;
    margin-bottom: 0;
}
.sigma_post.style-11 .sigma_post-body .sigma_post-content .categories-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sigma_post.style-11 .sigma_post-body .sigma_post-content .categories-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    background-color: var(--thm-base);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 26px;
    transition: 0.3s;
}
.sigma_post.style-11 .sigma_post-body .sigma_post-content .categories-list a + a {
    margin-left: 10px;
}
.sigma_post.style-11 .sigma_post-body .sigma_post-content .sigma_post-meta .author img {
    display: none;
}
.blog-list-style + .blog-list-style .sigma_post.style-11 {
    border-top: 1px solid var(--thm-border);
    padding-top: 40px;
}
.blog-list-style + .blog-list-style {
    margin-top: 40px;
}
.sigma_post.style-11.format-quote .sigma_post-thumb,
.sigma_post.style-11.format-link .sigma_post-thumb{
  margin-right: 0;
  width: 100%;
}
.sigma_post.format-audio.style-11 .sigma_post-thumb .embed-responsive-16by9::before{
  padding-top: 100%;
}
.sigma_blog_wrapper .slick-initialized.slick-slider .sigma_post,
.sigma_doctor_wrapper .slick-initialized.slick-slider .sigma_doctor {
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 2%);
}

/* Style 12 */
.sigma_post.style-12 {
  background-color: #fff;
  margin-bottom: 60px;
  transition: 0.3s;
}
.sigma_post.style-12 .sigma_post-body {
  border: 2px solid var(--thm-border);
  padding: 20px 30px 30px;
}
.sigma_post.style-12.has-post-thumbnail .sigma_post-body {
  border-top: 0;
}
.sigma_post.style-12 .sigma_post-thumb {
    margin-bottom: 0;
}
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.author img,
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.author i,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.author img,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.author i {
    display: none;
}
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.author::before,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.author::before {
    content: "BY";
    margin-right: 5px;
}
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.categories-list,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.categories-list {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
}
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.categories-list::before,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.categories-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: var(--thm-border);
}
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.categories-list a,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.categories-list a {
    font-weight: 400;
    color: var(--thm-base);
}
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.categories-list a:hover,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.categories-list a:hover{
  color: var(--thm-base-hover);
}
.sigma_post.style-12 .sigma_post-meta {
    margin-top: 0;
}
.sigma_post.style-12 .sigma_post-body .sigma_post-meta span.categories-list a + a::before,
.sigma_post.style-13 .sigma_post-body .sigma_post-meta span.categories-list a + a::before {
    content: ",";
    color: var(--thm-secondary);
    margin: 0px 4px 0 0;
}
.sigma_post.style-12 .sigma_post-content {
    padding: 20px 0 0;
}
.sigma_post.style-12 .sigma_post-date,
.sigma_post.style-13 .sigma_post-body .sigma_post-date {
  position: absolute;
  text-align: center;
  background-color: var(--thm-base);
  color: #fff;
  line-height: 1;
  font-size: 15px;
  transition: 0.3s;
  right: 10px;
  top: -40px;
  padding: 14px 20px 18px;
  z-index: 1;
  font-weight: 400;
}
.sigma_post.style-12 .sigma_post-date span,
.sigma_post.style-13 .sigma_post-body .sigma_post-date span {
  line-height: 1.3;
  font-size: 22px;
  display: block;
  font-weight: 600;
}
/* Style 13 */
.sigma_post.style-13 {
  background-color: #fff;
  margin-bottom: 30px;
  transition: 0.3s;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}
.sigma_post.style-13.post_format-post-format-audio,
.sigma_post.style-14.post_format-post-format-audio {
    box-shadow: none;
}
.sigma_post.style-13 .sigma_post-thumb{
  margin-bottom: 0;
}
.sigma_post.style-13 .sigma_post-body {
  border: 2px solid var(--thm-border);
  padding: 20px 30px 30px;
}
.sigma_post.style-13.has-post-thumbnail .sigma_post-body {
  border-top: 0;
}
.sigma_post.style-13 .sigma_post-body .sigma_post-content {
    padding: 15px 0 0;
}
.sigma_post.style-13 .sigma_post-body .sigma_post-content h5 {
    margin-bottom: 0;
}
.sigma_post.style-14 {
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  background-color: #fff;
  margin-bottom: 30px;
  transition: 0.3s;
}
.sigma_post.style-14 .sigma_post-body {
    padding: 30px;
    position: relative;
}
.sigma_post.style-14 .sigma_post-body .sigma_post-meta {
    margin-top: 0;
}
.sigma_post.style-14 .sigma_post-body .sigma_post-meta .posted-on i {
    color: var(--thm-base);
    font-weight: 500;
}
.sigma_post.style-14 .sigma_post-body .sigma_post-content {
    padding: 15px 0 0;
}
.sigma_post.style-14 .sigma_post-thumb{
  margin-bottom: 0;
}
/* Style 15 */
.sigma_post.style-15 {
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  background-color: #fff;
  margin-bottom: 30px;
  transition: 0.3s;
  padding: 20px 20px 30px;
}
.sigma_post.style-15.post_format-post-format-quote {
    padding: 0;
}
.sigma_post.style-15 .sigma_post-thumb {
    border-radius: 6px;
}
.sigma_post.style-15.has-post-thumbnail .sigma_post-body {
    padding: 30px 0 0;
}
.sigma_post.style-15 .sigma_post-meta.is-absolute {
    margin-top: 0;
    position: absolute;
    top: -35px;
    right: 20px;
    background: var(--thm-base);
    padding: 5px 25px;
    border-radius: 15px;
    color: #fff;
}
.sigma_post.style-15 .sigma_post-meta.is-absolute span.posted-on,
.sigma_post.style-15 .sigma_post-meta.is-absolute span.posted-on a {
    color: #fff;
}
.sigma_post.style-15 .sigma_post-meta {
    margin-top: 0;
}
.sigma_post.style-15 .sigma_post-meta .author img {
    display: none;
}
.sigma_post.style-15 .sigma_post-meta .author i {
    font-size: 16px;
}
.sigma_post.style-15 .sigma_post-meta span.categories-list:before {
    content: "\f07c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 5px;
}
.sigma_post.style-15 .sigma_post-body h5 {
    margin-top: 15px;
    margin-bottom: 8px;
}
.sigma_post.style-15 .sigma_post-body .btn-link {
  color: var(--thm-base);
  font-weight: 600;
  margin-top: 0;
  font-size: 16px;
}
.sigma_post.style-15 .sigma_post-body .btn-link:hover{
  color: var(--thm-base-hover);
}

.sigma_post.style-14 .sigma_post-thumb img,
.sigma_post.style-13 .sigma_post-thumb img,
.sigma_post.style-12 .sigma_post-thumb img,
.sigma_post.style-15 .sigma_post-thumb img {
    width: 100%;
}

/* Style 16 */
.style-16.sigma_post .sigma_post-meta span.author img {
    display: none;
}
.sigma_post.style-16 .sigma_post-body {
    padding: 30px;
    border: 1px solid var(--thm-border);
}
.sigma_post.style-16 .sigma_post-thumb {
    margin-bottom: 0;
}
.sigma_post.style-16 .sigma_post-body .sigma_post-meta span a,
.sigma_post.style-16 .sigma_post-body .sigma_post-meta span.comment-count{
  font-weight: 400;
}


/* Blog Details */
.post-details-box .sigma_post-details-inner span.categories-list {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    flex-wrap: wrap;
}
.post-details-box .sigma_post-thumbnail {
    margin-bottom: 30px;
}
.post-details-box .post_format-post-format-quote .sigma_post-details-inner blockquote {
    margin-bottom: 20px;
}
.post-details-box .post_format-post-format-audio .sigma_post-details-inner .sigma_post-details-meta.tags-share {
    margin-top: 20px;
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta span {
    display: inline-block;
    margin: 0 20px 5px 0;
    font-family: var(--thm-font);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta span i {
    margin-right: 5px;
    color: var(--thm-base);
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta span.meta-comment .comment-count {
    margin: 0;
    color: var(--thm-b-text);
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta span.meta-comment i:before {
    content: "\f086";
    font-weight: 500;
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta span.posted-on i:before{
    content: "\f133";
    font-weight: 500;
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta span.posted-on a{
  color: var(--thm-b-text);
}
.post-details-box .sigma_post-details-inner .sigma_post-details-meta .sigma_post_tags,
.post-details-box .sigma_post-details-inner .sigma_post-details-meta .sigma_post-details-meta {
    flex: 1;
    margin-bottom: 0;
}
/* Single post pagination */
.sigma_single-pagination {
    padding-top: 70px;
}
.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 var(--thm-border);
  background-color: #fff;
  border-radius: 0;
  margin-right: 10px;
}
.sigma_single-pagination a{
  display: flex;
  align-items: center;
}
.sigma_single-pagination a span{
  font-size: 14px;
  color: var(--thm-b-text);
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sigma_single-pagination a h6{
  margin: 0;
  line-height: 1;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.sigma_single-pagination-content{
  line-height: 1;
}
.sigma_single-pagination a img{
  max-width: 40px;
}
.sigma_single-pagination-prev a,
.sigma_single-pagination-next a{
  padding: 10px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid var(--thm-border);
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
  transition: .3s;
}
.sigma_single-pagination-prev a:hover,
.sigma_single-pagination-next a:hover{
  background-color: var(--thm-tertiary);
}
.sigma_single-pagination i{
  color: var(--thm-b-text);
  margin-left: auto;
  margin-right: 20px;
  transition: .3s;
}
.sigma_single-pagination-prev a:hover i{
  transform: translateX(-3px);
}
.sigma_single-pagination-next a:hover i{
  transform: translateX(3px);
}
.sigma_related-posts .row .col-lg-6 > div {
    padding: 0;
}
/* Author about css */
.sigma_author-about{
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0,0,0,.03);
  padding: 30px;
}
.sigma_author-about img{
  max-width: 150px;
}
.sigma_author-about-content{
  flex: 1;
  margin-left: 20px;
}
.sigma_author-about-content span{
  text-transform: uppercase;
  color: var(--thm-base);
  font-family: var(--thm-font);
  font-size: 18px;
}
.sigma_author-about-content p{
  margin: 0;
}
/* Comments css */
.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.comment-list .trackback, .comment-list .pingback {
    margin-bottom: 20px;
}
.comments-area h3.title {
    padding-top: 100px;
}
.comment-list li.comment .comment-body{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 0;
}
.comment-list li.comment .comment-body .comment-avatar img {
    width: 100px;
    margin-right: 20px;
    border-radius: 50%;
}
.comment-list li.comment .comment-body .comment-content {
    position: relative;
    flex: 1;
}
.comment-list li.comment .comment-body .comment-content span.comment-date {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 15px;
    color: var(--thm-base);
    font-weight: 600;
}
.comment-list li.comment .comment-body .comment-content .comment-author{
  margin-bottom: 10px;
}
.comment-list li.comment .comment-body .comment-content .reply a {
    padding: 10px 25px;
    border: 2px solid var(--thm-border);
    border-radius: 35px;
    font-size: 14px;
    position: absolute;
    top: 0;
    color: var(--thm-b-text);
    font-weight: 700;
    line-height: 1;
    font-style: normal;
    cursor: pointer;
    right: 0;
}
.comment-list li.comment .comment-body .comment-content .reply a:after {
    content: "\f3e5";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-left: 10px;
}
.comment-list li.comment .comment-body .comment-content .reply a:hover {
    background: var(--thm-base);
    color: #fff;
    border-color: var(--thm-base);
}
.comment-list li.comment + li.comment .comment-body{
  padding-top: 30px;
  border-top: 1px solid var(--thm-border);
}
.comment-list li.comment .children li.comment .comment-body {
    border-top: 0;
}
.comment-list li.comment .children li.comment + li.comment .comment-body {
    border-top: 1px solid var(--thm-border);
}
.comment-list .comment-item p:last-child {
    margin-bottom: 0;
}
#cancel-comment-reply-link {
    padding-left: 10px;
}
.comment-respond {
    padding-top: 100px;
}
.comment-form .form-group {
    position: relative;
}
.comment-form .sigma-comment-form-input-wrapper > p {
    position: relative;
}
.comment-form .sigma-comment-form-input-wrapper > p span.icon,
.comment-form-comment .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1;
}
.comment-form-comment textarea {
    height: 100%;
}
.comment-form-comment {
    position: relative;
}
.comment-form-comment .icon {
    top: 30px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.comment-form-cookies-consent label {
    margin-bottom: 0;
}
.comment-list .comment-respond {
    padding-top: 20px;
}
.comment-list li.comment .children {
    list-style: none;
    padding-top: 30px;
    border-top: 1px solid var(--thm-border);
}
.comment-form .form-submit .submit {
    font-weight: 500;
}
.comment-form .form-submit .submit i {
    margin-left: 10px;
}
.comment-form .form-submit .submit.sigma_btn:hover {
    background: var(--thm-base);
}

/* blog details style 2 */
.post-details-box.style-2 {
    padding: 30px;
    border: 2px solid var(--thm-border);
}
.post-details-box.style-2 .sigma_author-about {
    border: 2px solid var(--thm-border);
    box-shadow: none;
}
.post-details-box.style-2 .comment-list li.comment .comment-body .comment-avatar img{
  border-radius: 0;
}

/* Blog Details style 3 */
.post-details-box.style-3 {
    text-align: center;
}
.post-details-box.style-3 .sigma_post-details-categories,
.post-details-box.style-3 .sigma_post-details-inner .sigma_post-details-meta,
.post-details-box.style-3 .sigma_general-list.style-2 ul li,
.post-details-box.style-3 .sigma_post-details-meta-item .sigma_sm,
.post-details-box.style-3 .sigma_post .sigma_post-meta{
  justify-content: center;
}
.post-details-box.style-3 .sigma_general-list.style-2 ul li i{
  display: none;
}
.post-details-box.style-3 .sigma_author-about-content{
  text-align: left:
}
.post-details-box.style-3 .comment-list li.comment .comment-body {
    display: block;
}
.post-details-box.style-3 .comment-list li.comment .comment-body .comment-content .reply a{
  position: relative;
  top: auto;
  margin-top: 15px;
  display: inline-block;
}
.post-details-box.style-3 .comment-list li.comment .comment-body .comment-avatar img{
  margin-right: 0;
  margin-bottom: 15px;
}

/* Blog Details Style 4 */
.post-details-box.style-4 {
  border: 2px solid var(--thm-border);
  padding: 30px;
}
.post-details-box.style-4 .sigma_post-details-inner .sigma_post-details-meta span + span {
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
}
.post-details-box.style-4 .sigma_post-details-inner .sigma_post-details-meta span + span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background-color: var(--thm-b-text);
    opacity: 0.3;
}
.post-details-box.style-4 .sigma_post-details-meta-item .sigma_sm li a{
    background: transparent;
    color: var(--thm-b-text);
}
.post-details-box.style-4 .sigma_post-details-inner .sigma_post-details-meta .sigma_post-share {
    text-align: right;
}
.post-details-box.style-4 .sigma_post-details-inner .sigma_post-details-meta-item .sigma_sm {
    justify-content: flex-end;
}
.post-details-box.style-4 .sigma_post-details-inner .sigma_post-details-meta .tagcloud a {
    background-color: #f8f8f8;
    color: var(--thm-b-text);
    border-radius: 0;
}
.post-details-box.style-4 .sigma_post-details-meta-item .sigma_sm li a:hover{
  color: var(--thm-base);
}
.post-details-box.style-4 .sigma_post-details-inner .sigma_post-details-meta .tagcloud a:hover{
  background: var(--thm-base);
  color: #fff;
}
.post-details-box.style-4 .sigma_related-posts {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--thm-border);
}
.post-details-box.style-4 .author-box-wrapper {
    padding-top: 0;
    margin: 20px 0 40px;
}
.post-details-box.style-4 .author-box-wrapper .sigma_author-about {
    padding: 30px;
    box-shadow: none;
    border: 2px solid var(--thm-border);
}
.post-details-box.style-4 .comments-area h3.title {
    padding-top: 0;
}
.post-details-box.style-4 .comment-list li.comment .comment-body .comment-content .reply a {
    border-radius: 0;
}
.post-details-box.style-4 .comment-respond {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--thm-border);
}
.post-details-box.style-4 .comment-form {
    background: var(--thm-tertiary);
    padding: 50px;
}
.post-details-box.style-4 .comment-form input,
.post-details-box.style-4 .comment-form textarea {
    background: #fff;
}
.post-details-box.style-4 .comment-form .form-submit {
    margin-bottom: 0;
}
.post-details-box.style-4 .sigma_single-pagination.style-2,
.post-details-box.style-4 .sigma_single-pagination.style-1{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--thm-border);
}
.post-details-box.style-4 .pagination-style-3-wrapper {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--thm-border);
}
.post-details-box.style-4 .pagination-style-3-wrapper .sigma_single-pagination{
  margin-top: 0;
}
.post-details-box.style-4 .comment-list li.comment .comment-body .comment-content span.comment-date {
    font-size: 14px;
}
.post-details-box.style-4 .comment-list li.comment .comment-body .comment-content span.comment-date time {
    font-weight: 500;
    color: var(--thm-b-text);
}
.post-details-box.style-4 .comment-list li.comment .comment-body .comment-content .reply a:after{
  display: none;
}
.post-details-box.style-4 .comment-list li.comment .comment-body .comment-content .reply a:before {
  content: "\f3e5";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  padding-right: 10px;
  color: var(--thm-base);
}
.post-details-box.style-4 .comment-list li.comment .comment-body .comment-content .reply a:hover:before{
  color: #fff;
}
.post-details-box.style-4 .comment-form-cookies-consent {
    align-items: baseline;
}

/* Blog Details Style 5 */
.post-details-box.style-5 .sigma_post-thumbnail img,
.post-details-box.style-5 .entry-content img {
    border-radius: 6px;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta .author img {
    display: none;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta .author a{
  color: var(--thm-b-text);
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta .author i::before{
  content: "\f007";
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta .author i {
    font-weight: 500;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta .author a::before {
    content: "By";
    margin-right: 5px;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta.tags-share{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--thm-border);
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta.tags-share h5 {
    display: none;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta.tags-share .tagcloud a {
    padding: 0;
    background-color: transparent;
    color: var(--thm-b-text);
    margin: 0;
    font-size: 16px !important;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta.tags-share .tagcloud a + a {
    margin-left: 6px;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta.tags-share .tagcloud a:not(:last-child):after{
  content:",";
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta.tags-share .sigma_post-share .sigma_sm{
  justify-content: flex-end;
}
.post-details-box.style-5 .sigma_post-details-inner .sigma_post-details-meta.tags-share .sigma_post-share .sigma_sm li a {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  color: var(--thm-b-text);
}
.post-details-box.style-5 .comment-list li.comment .comment-body {
    padding: 30px;
    border: 2px solid var(--thm-border);
}
.post-details-box.style-5 .comment-list li.comment .children{
  padding-top: 0;
  border: 0;
}
.post-details-box.style-5 .comment-list li.comment .children li.comment .comment-body{
  border-top: 2px solid var(--thm-border);
}
.post-details-box.style-5 .comment-list li.comment .comment-body .comment-content .reply a {
  border: 0;
  position: relative;
  font-size: 16px;
  padding: 0;
  color: var(--thm-base);
}
.post-details-box.style-5 .comment-list li.comment .comment-body .comment-content .reply a::after{
  display: none;
}
.post-details-box.style-5 .comment-list li.comment .comment-body .comment-content .comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-details-box.style-5 .comment-list li.comment .comment-body .comment-content .comment-meta .comment-date a {
    color: var(--thm-b-text);
    font-size: 16px;
    font-weight: 500;
}
.post-details-box.style-5 .comment-list li.comment .comment-body .comment-content .comment-meta .comment-date a i{
  display: none;
}

/* Blog details style 6 */
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta .author img {
    display: none;
}
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta .author i::before {
    content: "\f007";
    font-weight: 500;
}
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta .author a {
    color: var(--thm-b-text);
    font-weight: 500;
}
.post-details-box.style-6 .sigma_post-details-inner blockquote.wp-block-quote {
    background-color: transparent;
    padding: 0 0 0 30px;
    border-radius: 0;
    text-align: left;
    margin: 30px 0 30px;
}
.post-details-box.style-6 .sigma_post-details-inner blockquote.wp-block-quote::before{
  display: none;
}
.post-details-box.style-6 .sigma_post-details-inner blockquote.wp-block-quote p strong, .post-details-box.style-6 .sigma_post-details-inner blockquote.wp-block-quote p {
    font-size: 16px;
    color: var(--thm-b-text);
    line-height: 1.8;
    margin-bottom: 0;
}
.post-details-box.style-6 .sigma_post-details-inner blockquote.wp-block-quote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 100%;
    background-color: var(--thm-base);
    border-radius: 30px;
}
.post-details-box.style-6 .sigma_post-details-inner blockquote.wp-block-quote cite {
  color: var(--thm-base);
  font-weight: 600;
  margin: 10px 0 0;
  display: block;
}
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta.tags-share {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px solid var(--thm-border);
}
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta.tags-share .sigma_post-details-meta .sigma_post-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta.tags-share .sigma_post-details-meta .sigma_post-share h5 {
    margin-bottom: 0;
    margin-right: 20px;
}
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta.tags-share .sigma_post_tags {
    display: flex;
    align-items: center;
}
.post-details-box.style-6 .sigma_post-details-inner .sigma_post-details-meta.tags-share .sigma_post_tags h5 {
    margin-bottom: 0;
    margin-right: 20px;
}
.post-details-box.style-6 .comment-form input,
.post-details-box.style-6 .comment-form textarea {
    background: transparent;
    border-radius: 0;
}
.post-details-box.style-6 .comment-list li.comment .comment-body {
    padding: 30px;
    border: 2px solid var(--thm-border);
}
.post-details-box.style-6 .comment-list li.comment .children {
    border: 0;
    padding-top: 0;
}
.post-details-box.style-6 .comment-list li.comment .children li.comment .comment-body {
    border-top: 2px solid var(--thm-border);
}
.comment-list li.comment .comment-body .comment-content .comment-author {
    text-transform: capitalize;
}
.post-details-box.style-6 .comment-list li.comment .comment-body .comment-content .reply a {
    position: relative;
    display: inline-block;
    border: 0;
    padding: 0;
    color: var(--thm-base);
    margin-top: 18px;
    margin-top: 0;
    font-size: 16px;
}
.post-details-box.style-6 .comment-list li.comment .comment-body .comment-content .reply a::after{
  display: none;
}
.post-details-box.style-6 .comment-list li.comment .comment-body .comment-content .comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-details-box.style-6 .comment-list li.comment .comment-body .comment-content .comment-meta .comment-date a {
    color: var(--thm-b-text);
    font-weight: 400;
    font-size: 16px;
}
.post-details-box.style-6 .comment-list li.comment .comment-body .comment-content .comment-meta .comment-date a i{
  display: none;
}
.post-details-box.style-6 .comment-list li.comment .comment-body .comment-content .reply a:hover {
    background: transparent;
    color: var(--thm-secondary);
}



/* Single Pagination style 2 */
.sigma_single-pagination.style-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sigma_single-pagination.style-2 .sigma_single-pagination-item a {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
}
.sigma_single-pagination.style-2 .sigma_single-pagination-item a .sigma_single-pagination-content h4 {
    margin-bottom: 0;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sigma_single-pagination.style-2 .sigma_single-pagination-item a .sigma_single-pagination-content h4 span {
    font-size: 28px;
    color: var(--thm-secondary);
    text-transform: capitalize;
}

.sigma_single-pagination.style-2 .grid-block {
    display: grid;
    grid-template-columns: 7px 7px 7px;
    grid-template-rows: 7px 7px 7px;
    column-gap: 8px;
    grid-row-gap: 8px;
}
.sigma_single-pagination.style-2 .grid-block span {
    width: 12px;
    height: 12px;
    border: 2px solid var(--thm-base);
    border-radius: 50%;
}
.sigma_single-pagination.style-2 .sigma_single-pagination-item{
  text-align: left;
  word-break: break-word;
}
.sigma_single-pagination.style-2 .sigma_single-pagination-item a:hover h4 {
    color: var(--thm-base);
    transition: .3s;
}

/* Single Pagination style 3 */
.sigma_single-pagination.style-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin-top: 70px;
}
.sigma_single-pagination.style-3 .sigma_single-pagination-prev,
.sigma_single-pagination.style-3 .sigma_single-pagination-next {
    padding: 0;
    box-shadow: none;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    border: 0;
}
.sigma_single-pagination.style-3 .pagination-breadcrumb {
    width: 50px;
    height: 50px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sigma_single-pagination.style-3 .pagination-breadcrumb span {
    background-color: var(--thm-base);
    width: 20px;
    height: 2px;
}
.sigma_single-pagination.style-3 .pagination-breadcrumb span + span{
  margin-top: 5px;
}
.sigma_single-pagination.style-3 .sigma_single-pagination-prev {
    background: var(--thm-secondary);
}
.sigma_single-pagination.style-3 .sigma_single-pagination-next {
    background: var(--thm-base);
}
.sigma_single-pagination.style-3 .sigma_single-pagination-prev i,
.sigma_single-pagination.style-3 .sigma_single-pagination-next i {
    margin: 0 auto;
    color: #fff;
}
.sigma_single-pagination.style-3 .sigma_single-pagination-prev:hover i{
  transform: translateX(-3px);
}
.sigma_single-pagination.style-3 .sigma_single-pagination-next:hover i{
  transform: translateX(3px);
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
  .sigma_subheader{
    padding: 200px 0;
    position: relative;
    background-position: center;
    background-size: cover;
  }
  .sigma_subheader .container {
    position: relative;
  }
  .sigma_subheader .sigma_subheader-inner {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .sigma_subheader .sigma_subheader-inner h1 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .sigma_subheader .sigma_subheader-inner .breadcrumb-nav .breadcrumb {
    background: none;
    padding: 0;
    justify-content: center;
  }
  .dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
  }
  .sigma_subheader.dark-overlay::before{
    z-index: 0;
  }
  .sigma_subheader .sigma_subheader-inner .breadcrumb-nav .breadcrumb li {
    font-weight: 600;
}
.sigma_subheader .sigma_subheader-inner .breadcrumb-nav .breadcrumb li.breadcrumb-item.active,
.sigma_subheader .sigma_subheader-inner .breadcrumb-nav .breadcrumb li.breadcrumb-item.active span b,
.sigma_subheader .sigma_subheader-inner .breadcrumb-nav .breadcrumb li.breadcrumb-item.active  + .breadcrumb-item-page,
.sigma_subheader .sigma_subheader-inner .breadcrumb-nav .breadcrumb li.breadcrumb-item:before {
    color: #fff;
    font-weight: 400;
}
.sigma_subheader .sigma_subheader-inner .breadcrumb-nav .breadcrumb li i {
    margin: 0 10px;
    color: #fff;
}
.breadcrumb-nav.below-subheader .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}
.breadcrumb-nav.below-subheader {
    background: var(--thm-base);
    padding: 10px 0;
}
.breadcrumb-nav.below-subheader .breadcrumb li, .breadcrumb-nav.below-subheader .breadcrumb li a {
    color: #fff;
}
.breadcrumb-nav.below-subheader .breadcrumb li i{
  margin: 0 5px;
  font-weight: 400;
}
.breadcrumb-nav.below-subheader .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}
.sigma_subheader.text-left .sigma_subheader-inner {
    margin: 0 0 auto;
    text-align: left;
    max-width: 100%;
}
.sigma_subheader.text-left .sigma_subheader-inner .breadcrumb {
    justify-content: flex-start;
}
.sigma_subheader.style-4 .breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-nav.below-subheader.text-center .breadcrumb {
    justify-content: center;
}
.sigma_subheader.text-right .sigma_subheader-inner {
    text-align: right;
    margin: 0 0 0 auto;
    max-width: 100%;
}
.sigma_subheader.text-right .sigma_subheader-inner .breadcrumb,
.breadcrumb-nav.below-subheader.text-right .breadcrumb {
    justify-content: flex-end;
}
.subheader-caption {
    color: #fff;
}
/* Style 2 */
.sigma_subheader.style-2 {
    padding: 0;
}
.sigma_subheader.style-2 .sigma_subheader-inner {
    padding: 140px 0;
    max-width: 800px;
}
.sigma_subheader.style-2 .breadcrumb-nav {
    position: absolute;
    bottom: 0;
    right: 15px;
    background-color: #fff;
    border-radius: 0;
    padding: 20px;
}
.sigma_subheader.style-2 .breadcrumb-nav .breadcrumb {
    padding: 0;
    background: none;
    margin: 0;
}
.sigma_subheader.style-2 .sigma_subheader-inner .subheader-caption {
    max-width: 550px;
    margin: 0 auto 20px;
}
.sigma_subheader.style-2.text-left .sigma_subheader-inner .subheader-caption {
    margin: 0 auto 20px 0;
}
.sigma_subheader.style-2.text-right .sigma_subheader-inner .subheader-caption {
    margin: 0 0 20px auto;
}
.sigma_subheader.style-2 .breadcrumb-nav .breadcrumb li i {
    margin: 0 5px;
}
/* Style 3 */
.sigma_subheader.style-3.curve .sigma_subheader-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 185px;
    background-color: transparent;
}
.sigma_subheader.style-3.curve .sigma_subheader-shape svg {
    width: calc(125% + 1.3px);
    height: 185px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.sigma_subheader.style-3.curve .sigma_subheader-shape svg path {
    fill: #ffffff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.sigma_subheader.style-3 .sigma_subheader-inner .breadcrumb-nav .breadcrumb{
  margin-bottom: 0;
}
.sigma_subheader.style-3.skew::after {
    content: '';
    background-color: #fff;
    display: block;
    width: 120%;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -28px;
    transform: rotate(-2deg);
}
/* Style 4 */
.sigma_subheader.style-4{
  padding: 60px 0;
}
.sigma_subheader.style-4 .sigma_subheader-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sigma_subheader.style-4 .sigma_subheader-inner .page-title{
  max-width: 800px;
}
.sigma_subheader.style-4 .sigma_subheader-inner h1{
  font-size: 38px;
}
/* Style 5 */
.sigma_subheader.style-5{
  padding: 280px 0 40px;
}
.sigma_subheader.style-5 .sigma_subheader-inner .page_title_stroke-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
}
/* Style 6 */
.sigma_subheader.style-6 {
    padding: 40px 0;
}
.sigma_subheader.style-6 .sigma_subheader-inner {
    max-width: 800px;
}
.sigma_subheader.style-6 .sigma_subheader-inner .page-title {
    display: inline-block;
    position: relative;
    color: var(--thm-secondary);
}
.sigma_subheader.style-6.dark-overlay:before{
  display: none;
}
.sigma_subheader.style-6 .sigma_subheader-inner .page-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--thm-secondary);
    width: 100vw;
    height: 20px;
    right: 100%;
    margin-right: 20px;
}
.sigma_subheader.style-6 .sigma_subheader-inner .page-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--thm-secondary);
    width: 100vw;
    height: 20px;
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Info Card */
.sigma_logo-wrapper .logo-infocard{
  position: absolute;
  top: 100%;
  right: 50%;
  transform: none;
  background-color: var(--thm-base);
  padding: 35px 25px;
  min-width: 500px;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  display: block;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  z-index: 89;
  opacity: 0;
  visibility: hidden;
  transition: all .15s ease-out;
  transition-delay: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sigma_logo-wrapper .logo-infocard::before{
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}
.site-slogan h5 {
    margin-bottom: 0;
}
.sigma_logo-wrapper .logo-infocard::after{
  content: '';
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-right: 20px solid transparent;
}
.sigma_logo-wrapper .logo-infocard p,
.sigma_logo-wrapper .logo-infocard strong,
.sigma_logo-wrapper .logo-infocard a{
  color: #fff;
}

.sigma_logo-wrapper:hover .logo-infocard{
  opacity: 1;
  visibility: visible;
}

.sigma_logo-wrapper .logo-infocard .info_card_logo{
  margin-bottom: 20px;
}
.sigma_logo-wrapper .logo-infocard .contact-item{
  display: flex;
  align-items: flex-start;
}
.sigma_logo-wrapper .logo-infocard .contact-item svg{
  width: 25px;
  margin-right: 10px;
}
.sigma_logo-wrapper .logo-infocard .contact-item svg path{
  fill: #fff;
}
.sigma_logo-wrapper .logo-infocard .contact-item + .contact-item{
  margin-top: 20px;
}
.sigma_logo-wrapper .logo-infocard p{
  margin: 0;
}
.sigma_logo-wrapper .logo-infocard .contact-details p{
  margin-bottom: 0;
}
.sigma_logo-wrapper .logo-infocard a:hover{
  opacity: .8;
}
.sigma_logo-wrapper ul.social-info{
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.sigma_logo-wrapper ul.social-info li{
  margin-left: 0;
}
.sigma_logo-wrapper ul.social-info li + li{
  margin-left: 10px;
}
.sigma_header .sigma_logo-wrapper ul.social-info li a{
  background-color: rgba(255,255,255,.3);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_header .sigma_logo-wrapper ul.social-info li a:hover{
  background-color: #fff;
  opacity: 1;
  color: var(--thm-base);
}
header.sigma_header .logo-infocard .sigma_header-top-contacts .sigma_header-top-nav li a {
    background: #fff;
    color: #1e73be;
}
/* Search Form */
.search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.search-form-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper .sigma_close {
  position: absolute;
  top: 60px;
  right: 60px;
  border-color: #fff;
}

.search-form-wrapper .sigma_close span {
  background-color: #fff;
}

.search-form-wrapper form {
  position: relative;
  width: 70%;
  transition-duration: .3s;
  transition-delay: .3s;
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}

.search-form-wrapper.open form {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  height: 80px;
  width: 100%;
  outline: none;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
}
.search-form-wrapper form button {
    background: none;
    padding: 0;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    color: #fff;
    outline: none;
    transition: .3s;
    cursor: pointer;
    padding: 0;
}
.search-form-wrapper form input::placeholder {
  color: #fff;
}

.search-form-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  outline: none;
  transition: .3s;
  cursor: pointer;
  padding: 0;
}

.search-form-wrapper .search-btn:hover i {
  color: var(--thm-base);
}

/* Ajax search form */
.search-form-wrapper.sigma-ajax-search-wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.search-form-wrapper.sigma-ajax-search-wrap form{
  width: 78%;
}
.medtab-product-search-results {
    width: 78%;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.medtab-product-search-results .medtab-product-item {
    display: flex;
    flex: 1 1 350px;
    max-width: 350px;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 20px;
    vertical-align: top;
    border-bottom: none;
}
.medtab-product-search-results .medtab-product-item .product-thumbnail {
    max-width: 110px;
    margin-right: 20px;
}
.medtab-product-search-results .medtab-product-item .product-desc {
    display: flex;
    flex-direction: column;
}
.medtab-product-search-results .medtab-product-item .product-desc a {
    color: #fff;
}
.medtab-product-search-results .medtab-product-item .product-desc a:hover{
  color: var(--thm-base);
}
.medtab-product-search-results .medtab-product-item .product-desc .price {
    color: var(--thm-base);
    font-weight: 400;
}
.medtab-product-search-results .medtab-product-item .product-desc .price ins {
    text-decoration: none;
}
.medtab-product-search-results .medtab-product-item .product-desc .price del span,
.medtab-product-search-results .medtab-product-item .product-desc .price del {
    color: var(--thm-tertiary);
    font-size: 13px;
}
.medtab-product-search-results .text-center{
  flex: 100%;
}
.medtab-product-search-results .btn-link {
    color: #fff;
    text-decoration: underline;
    margin-top: 20px;
}
.search-form-wrapper.sigma-ajax-search-wrap .ajax-searchform-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
    top: 30px;
}
.search-form-wrapper.sigma-ajax-search-wrap .sigma_close{
  top: -30px;
}
.search-form-wrapper.sigma-ajax-search-wrap .sigma_close span{
  opacity: 1;
}
/*Aside*/
.sigma_aside .sigma_close {
  position: absolute;
  right: 20px;
  top: 5px;
}

.sigma_aside {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  transition: .3s;
  overflow-y: auto;
}

.sigma_aside-overlay.aside-trigger,
.sigma_aside:not(.sigma_aside-desktop) {
  display: none;
}

.sigma_aside .sigma_logo-wrapper {
  padding: 30px 15px;
}

.sigma_aside .navbar-nav li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: var(--thm-secondary);
  font-weight: 600;
  border-bottom: 1px solid var(--thm-border);
}

.sigma_aside .navbar-nav li a:hover{
  color: var(--thm-base);
}

.sigma_aside .navbar-nav li.menu-item-has-children>a:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  right: 18px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.sigma_aside .navbar-nav li .sub-menu {
  display: none;
}

.sigma_aside .navbar-nav li .sub-menu {
  background-color: var(--thm-tertiary);
  padding: 0;
  list-style: none;
}

.sigma_aside-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .4);
}

.aside-open .sigma_aside {
  left: 0;
}

.aside-open .sigma_aside:not(.sigma_aside-desktop)+.sigma_aside-overlay,
.aside-right-open .sigma_aside-desktop+.sigma_aside-overlay {
  opacity: 1;
  visibility: visible;
}

.sigma_aside.sigma_aside-desktop {
  right: -420px;
  width: 420px;
  left: auto;
}
.sigma_aside.sigma_aside-desktop .sidebar{
  padding: 30px;
}

.aside-right-open .sigma_aside.sigma_aside-desktop {
  right: 0;
}

/* Header Style 1 */
.sigma_header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
}
.sigma_header.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
}
.navbar {
  padding: 0;
}

.sigma_header .sigma_logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.sigma_header .sigma_logo-wrapper .sigma_logo{
  max-width: 130px;
}

.sigma_header .navbar-nav {
  flex-direction: row;
}

.sigma_header .navbar-nav li {
  position: relative;
  transition: 0.3s;
}

.sigma_header .navbar-nav li a {
  display: block;
  padding: 30px 20px;
  color: var(--thm-secondary);
  font-weight: 500;
  font-family: var(--thm-font);
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.sigma_header .navbar-nav li:first-child>a {
  padding-left: 0;
}

.sigma_header .navbar-nav li:last-child>a {
  padding-right: 0;
}

.sigma_header .navbar-nav li a:hover,
.sigma_header .navbar-nav li.active>a {
  color: var(--thm-base);
}

.sigma_header .navbar-nav li .sub-menu {
  position: absolute;
  top: 110%;
  min-width: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  padding: 0;
}

.sigma_header .navbar-nav li .sub-menu li a {
  border-bottom: 1px solid var(--thm-border);
  padding: 15px;
  display: flex;
  font-weight: 400;
  align-items: center;
  position: relative;
}

.sigma_header .navbar-nav li .sub-menu li:last-child a {
  border-bottom: none;
}

.sigma_header .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.sigma_header .navbar-nav li.menu-item-has-children .sub-menu li .sub-menu {
  right: 100%;
  top: 0;
}

.sigma_header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}

/* Header top */
.sigma_header-top {
  background-color: #fff;
  border-bottom: 1px solid var(--thm-border);
  padding: 0;
}

.sigma_header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.sigma_header.header-layout-1 .sigma_header-top-inner .sigma_header-top-contacts + .sigma_header-top-contacts {
    margin-left: 20px;
}

.sigma_header-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: auto;
}

.sigma_header-top .sigma_header-top-nav li {
  margin: 0;
}

.sigma_header-top .sigma_header-top-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.sigma_header-top .sigma_header-top-nav li+li {
  margin-left: 10px;
}

.sigma_header-top-contacts .sigma_header-top-nav li a {
  display: block;
  font-size: 14px;
  width: 41px;
  height: 41px;
  background-color: rgba(255, 170, 23, .25);
  display: flex;
  color: var(--thm-base);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 0;
}
.sigma_header-top-contacts .sigma_header-top-nav .top_location_info i {
    width: 41px;
    height: 41px;
    background-color: rgba(255, 170, 23, .25);
    display: inline-flex;
    color: var(--thm-base);
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 7px;
}
.sigma_header-top-contacts .sigma_header-top-nav li a:hover {
  background-color: var(--thm-base);
  color: #fff;
}
.sigma_header-top-contacts.style-2 .sigma_header-top-nav li a,
.sigma_header-top-contacts.style-2 .sigma_header-top-nav li.top_location_info i {
    background: transparent;
    width: auto;
    height: auto;
    color: var(--thm-b-text);
    font-size: 14px;
    font-weight: 400;
}
.sigma_header-top-contacts.style-2 .sigma_header-top-nav li.top_location_info i{
  font-family: "Font Awesome 5 Pro";
}
.sigma_header-top-contacts.style-2 .sigma_header-top-nav li a i {
    margin-right: 10px;
}
.sigma_header-top-contacts.style-2 .sigma_header-top-nav li + li {
    margin-left: 24px;
}
.sigma_header-top-contacts.style-2 .sigma_header-top-nav li a i {
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
}
.sigma_header-top-contacts.style-2 .sigma_header-top-nav li.top_location_info {
    font-size: 14px;
}


.sigma_header-top .sigma_header-top-cta li {
  height: 100%;
}

.sigma_header-top .sigma_header-top-cta li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background-color: var(--thm-base);
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.sigma_header-top .sigma_header-top-cta li a:hover{
  background-color: var(--thm-base-hover);
}

/* Header bottom */
.sigma_header-bottom{
  background-color: var(--thm-secondary);
}
.sigma_header-bottom-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sigma_header .sigma_header-bottom .navbar-nav > li > a{
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sigma_header .sigma_header-bottom .navbar-nav li a:hover{
  color: var(--thm-base);
}

.sigma_header .sigma_header-bottom-inner .aside-toggle.desktop-toggler{
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-base);
  transition: .3s;
  border-radius: 0;
  border: 0;
}
.sigma_header .sigma_header-bottom-inner .aside-toggle.desktop-toggler span{
  background-color: #fff;
}
.sigma_header.can-sticky {
    position: fixed;
    top: -100%;
    width: 100%;
    z-index: 990;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.sigma_header.can-sticky.sticky{
  top: 0;
}
.sigma_header.can-sticky.sticky .sigma_header-top{
  display: none;
}
.sigma_header.header-layout-5.can-sticky.sticky .sigma_header-top {
    display: none !important;
}
.sigma_header.can-sticky.sticky {
    animation-name: fadeHeaderInDown;
}
.sigma_header .sticky-logo{
  display: none;
}
.sigma_header.can-sticky .sticky-logo {
    display: block;
}
.sigma_header.can-sticky .site-logo{
  display: none;
}

/* Header Controls starts */
.sigma_header .sigma_header-controls ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.sigma_header .sigma_header-controls ul li+li {
  margin-left: 15px;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--thm-border);
  color: var(--thm-secondary);
  font-size: 18px;
  border-radius: 10px;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart {
  width: auto;
  height: auto;
  padding: 6px 15px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart .sigma_header-control-cart-inner {
  margin-left: 10px;
  line-height: 1.2;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart p,
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart span {
  font-size: 13px;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart span.amount {
    margin-bottom: 0;
}
.sigma_header .sigma_header-controls ul li.header-controls-item a.sigma_header-control-cart p {
  margin: 0;
  font-weight: 600;
  color: var(--thm-base);
}

.sigma_header .sigma_header-controls ul li.header-controls-item a:hover {
  background-color: var(--thm-tertiary);
}

.sigma_header .aside-toggle,
.sigma_header .aside-toggle.desktop-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border: 1px solid var(--thm-border);
  border-radius: 10px;
  transition: 0.3s;
}

.sigma_header .aside-toggle:hover {
  background-color: var(--thm-tertiary);
}
.sigma_header .aside-toggle:hover span{
  margin: 0;
}
.sigma_header .aside-toggle:hover span:nth-child(1){
  width: 10px;
  transform: rotate(45deg) translate(7px,-3px);
}
.sigma_header .aside-toggle:hover span:nth-child(3) {
  width: 10px;
  transform: rotate(-45deg) translate(7px,3px);
}

.sigma_header .aside-toggle {
  display: none;
}

.sigma_header .aside-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--thm-secondary);
  transition: .3s;
  transform-origin: right;
}

.sigma_header .aside-toggle span+span {
  margin-top: 5px;
}
.sigma_header .sigma_header-controls.style-2 ul li.header-controls-item a.sigma_header-control-cart{
  width: 58px;
  position: relative;
  height: 58px;
  padding: 0;
}
.sigma_header .sigma_header-controls.style-2 ul li.header-controls-item a.sigma_header-control-cart span{
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  font-size: 12px;
  background-color: var(--thm-base) ;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sigma_header .sigma_header-controls.style-2 .aside-toggle,
.sigma_header .sigma_header-controls.style-2 ul li.header-controls-item a{
  border-radius: 50%;
}
.search-form-wrapper .sigma_close {
    position: absolute;
    top: 60px;
    right: 60px;
    border-color: #fff;
}

.sigma_close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.sigma_close span {
    position: absolute;
    width: 24px;
    height: 2px;
    opacity: .5;
    transition: .3s;
    background-color: var(--thm-secondary);
}
.sigma_close span:first-child {
    transform: rotate(45deg);
}
.sigma_close span:last-child {
    transform: rotate(135deg);
}
.search-form-wrapper .sigma_close span {
    background-color: #fff;
}
.sigma_close:hover span:first-child {
    transform: rotate(0deg);
}
.sigma_close:hover span:last-child {
    transform: rotate(180deg);
}
.sigma_header .container-fluid{
  padding-left: 65px;
  padding-right: 65px;
}

/*--- Header Style 3 ---*/
.header-layout-3 .sigma_header-top-contacts .sigma_header-top-nav li a {
    border: 1px solid transparent;
}
.header-layout-3 .sigma_logo-wrapper .logo-infocard,
.header-layout-4 .sigma_logo-wrapper .logo-infocard,
.header-layout-9 .sigma_logo-wrapper .logo-infocard{
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
}

/*---- Header Style 4 ----*/
.sigma_header.header-layout-4 .sigma_header-bottom-inner{
  justify-content: center;
}
.sigma_header.header-layout-4 .sigma_header-controls .sigma_header-controls-inner{
  padding: 0;
}
.header-layout-4 .sigma_header-top-contacts .sigma_header-top-nav li a {
    border: 1px solid transparent;
}
/*---- Header layout 5 ----*/
.sigma_header.header-layout-5 .sigma_header-top-contacts .sigma_header-top-nav.social-info li a {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: var(--thm-b-text);
}
.sigma_header.header-layout-5 .sigma_header-top-contacts .sigma_header-top-nav.social-info li + li {
    margin-left: 24px;
}
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li a {
    display: flex;
    padding: 30px 0;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
}
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li a i {
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-border);
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--thm-base);
    font-weight: 400;
}
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li a i.fas,
.sigma_header.header-layout-6 .sigma_header-middle .sigma_header-top-nav.cta-info li a i.fas {
    font-weight: 900;
}
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li a p{
  margin: 0;
  line-height: 1.3;
  color: var(--thm-b-text);
}
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li a p b {
    font-weight: 600;
}
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li + li {
    margin-left: 40px;
}
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li a:hover p,
.sigma_header.header-layout-5 .sigma_header-middle .sigma_header-top-nav.cta-info li a:hover p b{
  color: var(--thm-base-hover);
  transition: .3s;
}
.sigma_header.header-layout-5 .sigma_header-bottom{
  background: #fff;
}
.sigma_header.header-layout-5 .sigma_header-bottom .navbar-nav > li > a{
  color: var(--thm-secondary);
}
.sigma_header.header-layout-5 .sigma_header-bottom .navbar{
  border-top: 1px solid var(--thm-border);
}
.sigma_header.header-layout-5 .sigma_header-controls ul li.header-controls-item a,
.sigma_header.header-layout-5 .aside-toggle.desktop-toggler,
.sigma_header.header-layout-5 .sigma_header-controls.style-2 ul li.cart-trigger a{
  width: 50px;
  height: 50px;
}
.sigma_header.header-layout-5 .sigma_header-controls.style-1 ul li.cart-trigger a{
  width: auto;
}
.sigma_header.header-layout-5 .sigma_header-bottom .navbar-nav > li > a{
  padding-top: 20px;
  padding-bottom: 20px;
}
.sigma_header.header-layout-5 .logo-infocard .sigma_header-top-contacts .sigma_header-top-nav.social-info li + li {
    margin-left: 10px;
}
.sigma_header.header-layout-5 .logo-infocard .sigma_header-top-contacts .sigma_header-top-nav.social-info li a {
    font-size: 14px;
    width: 41px;
    height: 41px;
    background: var(--thm-tertiary);
    color: var(--thm-secondary);
}
/*---- Header layout 6 ----*/
.sigma_header.header-layout-6 .navbar-nav{
  align-items: center;
}
.sigma_header.header-layout-6 .sigma_header-middle .sigma_header-top-nav.cta-info li a {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 30px 0;
    font-size: 16px;
    font-weight: 400;
}
.sigma_header.header-layout-6 .sigma_header-middle .sigma_header-top-nav.cta-info li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    font-weight: 400;
    border: 0;
    margin-right: 10px;
    background-color: rgba(51,51,51, 0.1);
    color: var(--thm-secondary);
    border: 1px solid transparent;
}
.sigma_header.header-layout-6 .sigma_header-middle .sigma_header-top-nav.cta-info li a p {
    line-height: 1.3;
    margin: 0;
    color: var(--thm-b-text);
}
.sigma_header.header-layout-6 .sigma_header-middle .sigma_header-top-nav.cta-info li a p b{
  font-weight: 600;
}
.sigma_header.header-layout-6 .sigma_header-middle .sigma_header-top-nav.cta-info li + li{
  margin-left: 30px;
}
.sigma_header.header-layout-6 .sigma_header-middle .sigma_header-top-nav.cta-info li + li a{
  padding-left: 30px;
  border-left: 2px solid var(--thm-border);
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls {
    margin-left: auto;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner{
  padding: 0;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner li a,
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner li.aside-toggle.desktop-toggler {
    border: 0;
    border-radius: 0;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner li a{
  background: transparent;
  color: #fff;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner li.aside-toggle.desktop-toggler span {
    background: #fff;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner li,
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner li.aside-toggle.desktop-toggler {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_btn{
  margin-left: 0 !important;
  border-radius: 0;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_btn:before{
  border-radius: 0;
}
.sigma_header.header-layout-6 .sigma_header-bottom .navbar {
    align-items: unset;
}
.sigma_header.header-layout-6 .sigma_header-bottom .navbar-nav > li > a{
  padding-top: 14px;
  padding-bottom: 14px;
}
.sigma_header.header-layout-6 .sigma_header-bottom .sigma_header-controls .sigma_header-controls-inner li.aside-toggle.desktop-toggler:hover{
  background: none;
}
.header-layout-6 .sigma_header-top-contacts .sigma_header-top-nav li a {
    border: 1px solid transparent;
}

/*----- Header Layout 7 -----*/
.sigma_header.header-layout-7 .sigma_header-top .sigma_header-top-cta li a {
  width: auto;
  margin-left: 50px;
  border-radius: 0;
  padding: 12px 30px;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: var(--thm-secondary);
}
.sigma_header.header-layout-7 .sigma_header-top-inner {
    padding: 0;
    align-items:unset;
}
.sigma_header.header-layout-7 .sigma_header-top {
    background: var(--thm-base);
}
.sigma_header.header-layout-7 .sigma_header-top-contacts.style-1 .sigma_header-top-nav li a {
    background: #fff;
}
.sigma_header.header-layout-7 .sigma_header-top-contacts.style-1 .sigma_header-top-nav .top_location_info,
.sigma_header.header-layout-7 .sigma_header-top-contacts .sigma_header-top-nav.social-info li a {
    color: #fff;
}
.sigma_header.header-layout-7 .sigma_header-top-contacts.style-1 .sigma_header-top-nav .top_location_info i {
    background: #fff;
}
.sigma_header.header-layout-7 .sigma_header-top-contacts .sigma_header-top-nav.social-info li a {
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 400;
}
.sigma_header.header-layout-7 .sigma_header-top-contacts .sigma_header-top-nav.social-info li a:hover,
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li a:hover,
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li a:hover i{
  color: var(--thm-base-hover);
}
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts {
  align-items: unset;
}
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts .sigma_header-top-nav li+li{
  margin-left: 24px;
}
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li a,
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li,
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li i{
  color: #fff;
}
.sigma_header.header-layout-7 .sigma_header-top .sigma_header-top-cta li a::before {
  border-radius: 0;
  background: #000;
}
.sigma_header.header-layout-7 .navbar-nav > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  transition: 0.3s;
  opacity: 0.5;
}
.sigma_header.header-layout-7 .sigma_header-top-nav.cta-info li a {
  display: flex;
  align-items: center;
}
.sigma_header.header-layout-7 .sigma_header-top-nav.cta-info li a i {
  color: var(--thm-base);
  font-size: 32px;
  margin-right: 18px;
}
.sigma_header.header-layout-7 .sigma_header-top-nav.cta-info li a div p,
.sigma_header.header-layout-7 .sigma_header-top-nav.cta-info li a div p b {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.sigma_header.header-layout-7 .sigma_header-top-nav.cta-info li a div p:first-child {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.sigma_header.header-layout-7 .sigma_header-top-nav.cta-info li + li {
    margin-left: 20px;
}

.sigma_header.header-layout-7.can-sticky.sticky .sigma_header-top,
.sigma_header.header-layout-8.can-sticky.sticky .sigma_header-top,
.sigma_header.header-layout-10.can-sticky.sticky .sigma_header-top {
    display: none !important;
}
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts.style-2,
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts .social-info {
    margin: 10px 0;
}
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts.style-1 {
    margin: 4px 0;
}
.sigma_header.header-layout-7 .navbar-nav ul.sub-menu li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    transition: 0.3s;
    opacity: 0.5;
}

/*----- Header Layout 8 -----*/
.sigma_header.header-layout-8 .sigma_header-top .sigma_header-top-cta li a {
  width: auto;
  margin-left: 50px;
  border-radius: 0;
  padding: 12px 30px;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: var(--thm-base);
}
.sigma_header.header-layout-8 .sigma_header-top-inner {
    padding: 0;
    align-items:unset;
}
.sigma_header.header-layout-8 .sigma_header-top {
    background: var(--thm-secondary);
}
.sigma_header.header-layout-8 .sigma_header-top-contacts.style-1 .sigma_header-top-nav .top_location_info,
.sigma_header.header-layout-8 .sigma_header-top-contacts .sigma_header-top-nav.social-info li a {
    color: #fff;
}
.sigma_header.header-layout-8 .sigma_header-top-contacts .sigma_header-top-nav.social-info li a {
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 400;
}
.sigma_header.header-layout-8 .sigma_header-top-contacts .sigma_header-top-nav.social-info li a:hover,
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li a:hover,
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li a:hover i{
  color: var(--thm-base-hover);
}
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts {
  align-items: unset;
}
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts .sigma_header-top-nav li+li{
  margin-left: 24px;
}
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li a,
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li,
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts.style-2 .sigma_header-top-nav li i{
  color: #fff;
}
.sigma_header.header-layout-8 .sigma_header-top .sigma_header-top-cta li a::before {
  border-radius: 0;
  background: #0000004;
}
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts.style-2,
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts .social-info {
    margin: 10px 0;
}
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts.style-1 {
    margin: 4px 0;
}
.sigma_header.header-layout-8 .sigma_header-middle {
    border-bottom: 1px solid var(--thm-border);
}
.sigma_header.header-layout-8 .sigma_logo-wrapper {
    padding: 20px 65px 20px 0;
    border-right: 1px solid var(--thm-border);
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls {
    padding-left: 65px;
    border-left: 1px solid var(--thm-border);
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .sigma_header-controls-inner {
    display: none;
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .cta-info li a {
    font-size: 16px;
    padding: 30px 0;
    color: var(--thm-secondary);
    display: flex;
    align-items: center;
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .cta-info li a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-base);
  margin-right: 10px;
  background-color: rgba(var(--thm-base-rgb), 0.2);
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .cta-info li a div p {
    margin-bottom: 0;
    line-height: 1.3;
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .cta-info li + li{
    margin-left: 40px;
}
.sigma_header.header-layout-8 .sigma_header-middle .navbar{
  align-items: unset;
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .cta-info li a:hover div p,
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .cta-info li a:hover div p b{
  color: var(--thm-base-hover);
}
.sigma_header.header-layout-8 .sigma_header-middle .sigma_header-controls .cta-info li:nth-child(2) a i {
    background-color: rgba(var(--thm-secondary-rgb), 0.2);
    color: var(--thm-secondary);
}
.sigma_header.header-layout-8 .sigma_header-bottom,
.sigma_header.header-layout-9 .sigma_header-bottom {
    background: #fff;
}
.sigma_header.header-layout-8 .sigma_header-bottom .navbar-nav > li > a,
.sigma_header.header-layout-9 .sigma_header-bottom .navbar-nav > li > a {
    color: var(--thm-b-text);
}
.sigma_header.header-layout-8 .sigma_header-bottom .navbar-nav > li > a:hover
.sigma_header.header-layout-8 .sigma_header-bottom .navbar-nav > li.active > a,
.sigma_header.header-layout-9 .sigma_header-bottom .navbar-nav > li > a:hover
.sigma_header.header-layout-9 .sigma_header-bottom .navbar-nav > li.active > a{
    color: var(--thm-secondary);
}
.sigma_header.header-layout-8 .sigma_header-bottom .sigma_header-controls,
.sigma_header.header-layout-9 .sigma_header-bottom .sigma_header-controls {
    margin: 3px 0;
}
.sigma_header.header-layout-8 .sigma_header-bottom .sigma_header-controls .header-controls-item .search-form input,
.sigma_header.header-layout-9 .sigma_header-bottom .sigma_header-controls .header-controls-item .search-form input {
    background: transparent;
    border: 0;
    padding-left: 20px;
}
.sigma_header.header-layout-8 .sigma_header-bottom .sigma_header-controls .header-controls-item .search-form button,
.sigma_header.header-layout-9 .sigma_header-bottom .sigma_header-controls .header-controls-item .search-form button {
    padding: 0;
    background: none;
    color: var(--thm-b-text);
    font-size: 16px;
}
.sigma_header.header-layout-8 .sigma_header-bottom .sigma_header-controls .header-controls-item .search-form,
.sigma_header.header-layout-9 .sigma_header-bottom .sigma_header-controls .header-controls-item .search-form {
    flex-direction: row-reverse;
}
.sigma_header.header-layout-8 .sigma_header-top .container-fluid {
    padding-right: 0;
}
.sigma_header.header-layout-7 .sigma_header-top-inner .sigma_header-top-contacts .social-info,
.sigma_header.header-layout-8 .sigma_header-top-inner .sigma_header-top-contacts .social-info {
  margin: 14px 0;
}
/* Header Layout 9 */
.sigma_header.header-layout-9 {
    background: transparent;
    box-shadow: none;
}
.sigma_header.header-layout-9 .sigma_header-middle {
  background-color: var(--thm-secondary);
  padding: 0 30px;
}
.sigma_header.header-layout-9 .sigma_header-middle .sigma_header-top-links li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 30px 0;
}
.sigma_header.header-layout-9 .sigma_header-middle .sigma_header-top-links li a i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-right: 10px;
  border: 1px solid transparent;
}
.sigma_header.header-layout-9 .sigma_header-middle .sigma_header-top-links li a p {
    margin-bottom: 0;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.6);
}
.sigma_header.header-layout-9 .sigma_header-middle .sigma_header-top-links li a p b{
  color: #fff;
}
.sigma_header.header-layout-9 .sigma_header-middle .sigma_header-controls .sigma_header-controls-inner {
    display: none;
    padding-left: 0;
}
.sigma_header.header-layout-9 .sigma_header-bottom{
  padding: 0 30px;
}
.sigma_header.header-layout-9 .sigma_header-middle .aside-toggle,
.sigma_header.header-layout-9 .sigma_header-middle .aside-toggle:hover{
  border-color: transparent;
  background-color: transparent;
}
.sigma_header.header-layout-9 .sigma_header-middle .aside-toggle span{
  background: #fff;
}

/* Header Layout 10 */
.sigma_header.header-layout-10 {
    box-shadow: none;
    background: transparent;
}
.sigma_header.header-layout-10 .sigma_header-middle .container-fluid {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    background: #fff;
}
.sigma_header.header-layout-10 .sigma_header-middle .navbar-nav,
.sigma_header.header-layout-10 .sigma_header-middle .sigma_header-controls {
    margin-left: auto;
}
.sigma_header.header-layout-10 .sigma_header-middle .sigma_btn {
    margin-left: 15px !important;
}
.sigma_header.header-layout-10 .sigma_header-top {
    background: var(--thm-secondary);
}
.sigma_header.header-layout-10 .sigma_header-top-inner .sigma_header-top-contacts .sigma_header-top-nav.social-info li a {
    background: transparent;
    font-size: 16px;
    color: #fff;
    width: auto;
    height: auto;
    font-weight: 500;
}
.sigma_header.header-layout-10 .sigma_header-top-inner .sigma_header-top-contacts .sigma_header-top-nav.social-info li+li{
  margin-left: 24px;
}
.sigma_header.header-layout-10 .sigma_header-top .sigma_header-top-contacts.style-1 .sigma_header-top-nav li.top_location_info{
  color: #fff;
}
.sigma_header.header-layout-10 .sigma_header-top .sigma_header-top-inner .sigma_header-top-contacts.style-2 li a,
.sigma_header.header-layout-10 .sigma_header-top .sigma_header-top-inner .sigma_header-top-contacts.style-2 li,
.sigma_header.header-layout-10 .sigma_header-top .sigma_header-top-inner .sigma_header-top-contacts.style-2 li i {
    color: #fff;
}
.sigma_header.header-layout-10 .sigma_header-middle .container .navbar {
    background-color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    padding: 0 20px;
}
.sigma_header.header-layout-10 .sigma_header-middle {
    background: transparent;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.sigma_footer {
  background-color: var(--thm-tertiary);
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.sigma_footer select {
    background: #f4f5f8 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 15px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 18px;
}
.sigma_footer-dark .widget_sigma_recent_entries .sigma_recent-post .recent-post-descr h6 a:hover {
    color: #fff;
}
.sigma_footer-dark .widget_sigma_recent_entries .sigma_recent-post .recent-post-descr h6 a {
    color: var(--thm-b-text);
}
/* style 1 */
.sigma_footer .sigma_footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}

.sigma_footer .sigma_footer-links li{
  position: relative;
}

.sigma_footer .sigma_footer-links li+li {
  margin-left: 20px;
}

.sigma_footer .sigma_footer-links li a {
  position: relative;
  color: var(--thm-b-text);
  font-weight: 400;
}

.sigma_footer .sigma_footer-links li a:hover,
.sigma_footer .sigma_footer-copyright p a:hover {
  color: var(--thm-base);
}

.sigma_footer .sigma_footer-copyright {
  margin-top: 25px;
}

.sigma_footer .sigma_footer-copyright p a {
  color: var(--thm-secondary);
  font-weight: 600;
}

.sigma_footer .sigma_footer-bottom {
  border-top: 1px solid var(--thm-border);
  padding: 30px 0 0;
  margin-top: 30px;
  text-align: center;
}

.sigma_footer form span {
  opacity: 0.5;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

.sigma_footer .sigma_footer-widget .widget-title {
  margin-bottom: 20px;
}

.sigma_footer .sigma_footer-widget {
  padding-bottom: 50px;
  height: 100%;
}
.sigma_footer ul{
  padding: 0;
  list-style: none;
}
.sigma_footer-layout-1 .sigma-footer-widgets-wrapper {
    margin: 25px 0;
}
.sigma_footer-layout-1 .sigma_social-icons {
    margin-top: 25px;
}
.sigma_footer .sigma_footer-copyright a{
  font-weight: 600;
  color: var(--thm-secondary);
}
.sigma_footer .sigma_footer-copyright a:hover{
  color: var(--thm-base);
}
/* style 2 */
.sigma_footer-layout-2 .sigma_footer-top,
.sigma_footer-layout-3 .sigma_footer-top,
.sigma_footer-layout-4 .sigma_footer-top,
.sigma_footer-layout-8 .sigma_footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sigma_footer-layout-2 .sigma_footer-links,
.sigma_footer-layout-2 .sigma_footer-copyright {
  margin: 0;
}
.sigma_footer-layout-2 .sigma_social-icons{
  margin-bottom: 0;
}
.sigma_footer-layout-2 .footer-item:first-child{
  margin: 0 5px;
}
.sigma_footer-layout-2 .sigma_footer-top .footer-item {
    margin: 0 5px;
}
.sigma_footer-layout-2 .sigma_footer-top .footer-item:last-child {
    margin-right: 0;
}
/* Style 3 */
.sigma_footer.sigma_footer-layout-3 .sigma_footer-links,
.sigma_footer.sigma_footer-layout-3 .sigma_social-icons,
.sigma_footer-layout-5 .sigma_footer-bottom .sigma_social-icons,
.sigma_footer-layout-6 .sigma_footer-bottom .sigma_social-icons,
.sigma_footer-layout-8 .sigma_footer-top .sigma_social-icons {
    margin: 0;
}
.sigma_footer.sigma_footer-layout-4 .sigma_social-icons {
    margin-top: 30px;
}
.sigma_footer-layout-4 .sigma_footer-top .footer-item {
    margin: 0 10px;
}
.sigma_footer-layout-4 .sigma_footer-top .footer-item:last-child {
    margin-right: 0;
}

/* Style 7 */
.sigma_footer-layout-7 .logo-wrap.footer-logo {
    margin-bottom: 30px;
}

/* Style 8 */
.sigma_footer-layout-8 .sigma_footer-top {
  padding-bottom: 50px;
}
.sigma_footer-layout-8 .sigma_footer-middle {
    padding-top: 50px;
    border-top: 1px solid var(--thm-border);
}
/* Footer widgets */
.sigma-footer-widgets-wrapper .widget{
  padding: 0;
  background: transparent;
}
.sigma-footer-widgets-wrapper .widget:last-child {
    padding-bottom: 50px;
}
.sigma-footer-widgets-wrapper .widget h6.widget-title{
  font-size: 24px;
  margin-bottom: 20px;
}
.sigma-footer-widgets-wrapper .widget h6.widget-title:before,
.sigma-footer-widgets-wrapper .widget ul li a:before{
  display: none;
}
.sigma-footer-widgets-wrapper .widget ul li a{
  font-weight: 400;
  position: relative;
}
.sigma-footer-widgets-wrapper .widget ul li a.rsswidget {
    color: var(--thm-b-text);
    font-weight: 600;
}
.sigma-footer-widgets-wrapper .widget ul li a.rsswidget:hover{
  color: var(--thm-base-hover);
}
.sigma-footer-widgets-wrapper .widget.widget_search button[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sigma-footer-widgets-wrapper .widget.widget_search input[type="search"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sigma-footer-widgets-wrapper .widget + .widget{
  margin-top: 30px;
}
.sigma-footer-widgets-wrapper .widget .sigma_social-icons li{
  padding: 0;
}
.sigma-footer-widgets-wrapper .widget_archive ul li span,
.sigma-footer-widgets-wrapper .widget_categories ul li span{
  top: 0;
}
.sigma_footer-image {
    position: absolute;
    right: 0;
    top: -270px;
    transform: translateY(-50%);
    z-index: -1;
}

.sigma_footer.sigma-template.sigma-footer-template {
    padding: 0;
    background: none;
}
/*--------------------------------------------------------------
# Row Setting
--------------------------------------------------------------*/

body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}
.sigma-title-color-light,
.sigma-title-color-light h1,
.sigma-title-color-light h2,
.sigma-title-color-light h3,
.sigma-title-color-light h4,
.sigma-title-color-light h5,
.sigma-title-color-light h6,
.sigma-title-color-light {
  color: #fff;
}
body .vc_row.row-overflow-vs[data-vc-full-width] {
  overflow: visible !important;
}
body .sigma-row-position-relative,
body .sigma-column-position-relative,
body .sigma-inner-row-position-relative,
body .sigma-column-inner-position-relative {
    position: relative !important;
}
body .sigma-row-position-absolute,
body .sigma-column-position-absolute,
body .sigma-inner-row-position-absolute,
body .sigma-column-inner-position-absolute {
    position: absolute !important;
}
.sigma-extend-right-bg .sigma-extend-right-col:after {
  content: " ";
  position: absolute;
  width: 1000%;
  height: calc(100% + 200px);
  background-color: var(--thm-tertiary);
  top: -100px;
  margin-right: -100%;
}
.sigma-extend-right-bg>.wpb_column:first-child .vc_column-inner {
  padding-right: 0;
}
.sigma-extend-right-bg>.wpb_column:last-child .vc_column-inner {
  padding-left: 0;
}
.page-template-full-width .entry-header {
  display: none;
}
.col-extend-right:after {
  content: '';
  width: 1000%;
  height: 100%;
  background-color: var(--thm-secondary);
  position: absolute;
  top: 0;
  left: 0;
  margin-right: -100%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Background Position and Color
--------------------------------------------------------------*/
body .wpb_column.sigma-background-position-left-top>.vc_column-inner,
body .sigma-background-position-left-top {
  background-position: left top !important;
}
body .wpb_column.sigma-background-position-left-center>.vc_column-inner,
body .sigma-background-position-left-center {
  background-position: left center !important;
}
body .wpb_column.sigma-background-position-left-bottom>.vc_column-inner,
body .sigma-background-position-left-bottom {
  background-position: left bottom !important;
}
body .wpb_column.sigma-background-position-right-top>.vc_column-inner,
body .sigma-background-position-right-top {
  background-position: right top !important;
}
body .wpb_column.sigma-background-position-right-bottom>.vc_column-inner,
body .sigma-background-position-right-bottom {
  background-position: right bottom !important;
}
body .wpb_column.sigma-background-position-right-center>.vc_column-inner,
body .sigma-background-position-right-center {
  background-position: right center !important;
}
body .wpb_column.sigma-background-position-center-top>.vc_column-inner,
body .sigma-background-position-center-top {
  background-position: center top !important;
}
body .wpb_column.sigma-background-position-center-center>.vc_column-inner,
body .sigma-background-position-center-center {
  background-position: center center !important;
}
body .wpb_column.sigma-background-position-center-bottom>.vc_column-inner,
body .sigma-background-position-center-bottom {
  background-position: center bottom !important;
}

/*===  Background Color  ===*/
.vc_row.sigma-bg-color-white {
  background-color: #fff;
}
.wpb_column.sigma-bg-color-white>.vc_column-inner {
  background-color: #fff;
}
.wpb-js-composer .far,
.wpb-js-composer .fal{
  font-family: "Font Awesome 5 Pro";
}

/*--------------------------------------------------------------
# Bakery Tour
--------------------------------------------------------------*/
.wpb-js-composer .vc_tta-tabs[class*="sigma-tour-"]{
  display: flex;
}

.wpb-js-composer .vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tab{
  display: block;
}
.wpb-js-composer .vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tabs-container{
  width: 290px;
  border-right: 1px solid var(--thm-border);
  padding: 30px 0;
}

.wpb-js-composer .vc_tta-tabs[class*="sigma-tour-"] .vc_tta-panels-container{
  flex: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-panel-body{
  padding: 30px;
  border: 0;
}

.wpb-js-composer .vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tab>a{
  position: relative;
  display: block;
  padding: 10px;
  border: 0;
  border-right: 3px solid transparent;
}
.wpb-js-composer .vc_general.vc_tta-tabs[class*="sigma-tour-"] .vc_tta-tab>a:hover{
  color: var(--thm-base);
}
.wpb-js-composer .vc_general.vc_tta-tabs.sigma-tour-border .vc_tta-tab.vc_active>a {
  border-color: var(--thm-base);
  color: var(--thm-base);
}

.wpb_wrapper ul{
  padding: 0;
}
.wpb_wrapper ul li + li,
.wpb_wrapper ol li + li{
  margin-top: 0;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.sigma-contact-info .wpcf7-form-control,
.sigma-contact-info textarea {
  border-radius: 0;
  width: 100%;
}
.sigma-contact-info .wpcf7-form-control-wrap {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}
.sigma-form-style-1 .input-group {
  margin-bottom: 10px;
}
.sigma-form-style-2 .form-group {
    margin-bottom: 0;
    margin-top: 20px;
}
.sigma-form-style-2 input,
.sigma-form-style-2 select,
.sigma-form-style-2 textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #fff;
}
.sigma-form-style-2 select option {
    color: var(--thm-secondary);
}
.sigma-form-style-2 input:focus {
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}
.sigma-form-style-2 input::placeholder{
  color: #fff;
}
.sigma_form.style-6 input, .sigma_form.style-6 textarea {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.sigma_form.style-6 label,
.sigma_form.style-6 .form-group i{
  color: #fff;
}
.sigma-contact-info textarea {
  height: 141px;
}
.sigma-contact-info label {
  margin-bottom: 20px;
}
.sigma-contact-info .wpcf7-submit {
  width: 100%;
}
.sigma-contact-info .wpcf7-submit:hover {
  background-color: var(--thm-secondary);
}
.sigma-contact-info .wpcf7-form-control-wrap.menu-765 {
  width: 100%;
}
.sigma-contact-info .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.contact-form{
  background-color: #fff;
  padding: 100px;
}
.input-group .icon {
  position: absolute;
  left: 40px;
  top: 4px;
  color: var(--thm-base);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.sigma-subscribe-form-style-1 {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.sigma-subscribe-form-style-1 input[type="email"] {
    padding: 14px 30px;
    border-radius: 0;
    background-color: var(--thm-tertiary);
    border: 1px solid var(--thm-border);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.sigma-subscribe-form-style-1 .wpcf7-form-control-wrap.your-email {
    flex: 1 auto;
    width: 1%;
}
.wpcf7 .sigma-subscribe-form-style-1 .ajax-loader {
    display: none;
}
.sigma-subscribe-form-style-1 input[type="submit"] {
    vertical-align: middle;
    padding: 17px 30px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.sigma-subscribe-form-style-1 input[type="submit"] {
    vertical-align: middle;
    padding: 17px 30px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border-radius: 6px;
    border-top-left-radius: 0;
    letter-spacing: normal;
    border-bottom-left-radius: 0;
}
.mc4wp-alert.mc4wp-error p {
    margin-bottom: 0;
    color: #fff;
}
.mc4wp-alert.mc4wp-error {
    background:var(--thm-secondary);
    padding: 10px;
    margin-top: 10px;
    border-left: 5px solid var(--thm-base);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: var(--thm-secondary);
    border-color: var(--thm-secondary);
    color: #fff;
    border-left: 5px solid var(--thm-base);
    border-radius: 0;
}
.wpcf7-not-valid-tip{
  color: var(--thm-base);
}
.wpcf7-form .sigma_btn{
  padding: 0;
}
.wpcf7-form .sigma_btn input[type="submit"]{
  padding: 17px 30px;
}
.wpcf7-form.submitting .sigma_btn {
    display: inline-flex;
    justify-content: center;
}
.wpcf7-form.submitting .sigma_btn input{
  padding-right: 50px;
}
.wpcf7-form.submitting .sigma_btn .ajax-loader {
    position: absolute;
    right: 15px;
}
.wpcf7-form input[type="submit"]:hover {
    background: var(--thm-base-hover);
}

.sigma-contact-info .infobox-style-3 i:after {
  background-color: var(--thm-tertiary);
  z-index: 9;
  top: 0;
}
.infobox-style-3 span.count {
  position: absolute;
  font-weight: 700;
  font-family: var(--thm-font);
  font-size: 70px;
  color: var(--thm-tertiary);
  z-index: -1;
  line-height: 1;
}

/* Input styles */
.sigma-form-input-style-2 input[type="number"],
.sigma-form-input-style-2 input[type="text"],
.sigma-form-input-style-2 input[type="email"],
.sigma-form-input-style-2 input[type="password"],
.sigma-form-input-style-2 input[type="tel"],
.sigma-form-input-style-2 input[type="url"],
.sigma-form-input-style-2 input[type="search"],
.sigma-form-input-style-2 select,
.sigma-form-input-style-2 textarea,
.sigma-form-input-style-2 .form-control
{
    border-radius: 25px;
}
.sigma-form-input-style-2 input[type="number"] + .input-group-append button,
.sigma-form-input-style-2 input[type="text"] + .input-group-append button,
.sigma-form-input-style-2 input[type="email"] + .input-group-append button,
.sigma-form-input-style-2 input[type="password"] + .input-group-append button,
.sigma-form-input-style-2 input[type="tel"] + .input-group-append button,
.sigma-form-input-style-2 input[type="url"] + .input-group-append button,
.sigma-form-input-style-2 input[type="search"] + .input-group-append button,
.sigma-form-input-style-2.woocommerce-checkout .woocommerce form.checkout_coupon .button,
.sigma-form-input-style-2.woocommerce-cart table.cart td.actions .coupon .button,
.sigma-form-input-style-2 .widget-area.sidebar .widget.widget_product_search button.search-submit,
.sigma-form-input-style-2 .widget-area.sidebar .widget.widget_search button,
.sigma-form-input-style-2 .sigma-subscribe-form-style-1 input[type="submit"]{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.sigma-form-input-style-2 .widget-area.sidebar .widget.widget_search input{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.sigma-form-input-style-2 .sigma-subscribe-form-style-1 input[type="email"]{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.sigma-form-input-style-3 input[type="number"],
.sigma-form-input-style-3 input[type="text"],
.sigma-form-input-style-3 input[type="email"],
.sigma-form-input-style-3 input[type="password"],
.sigma-form-input-style-3 input[type="tel"],
.sigma-form-input-style-3 input[type="url"],
.sigma-form-input-style-3 input[type="search"],
.sigma-form-input-style-3 select,
.sigma-form-input-style-3 textarea,
.sigma-form-input-style-3 .form-control,
.sigma-form-input-style-3.woocommerce-cart table.cart td.actions .coupon .input-text{
  border-top: none;
  border-left: none;
  border-right: none;
  background:transparent;
  padding: 8px 0;
  border-radius: 0;
}


/*--------------------------------------------------------------
# Accordion Style 1
--------------------------------------------------------------*/
.sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 14px;
}
.sigma-accordion-style-1 .vc_tta-panel-title>a {
  color: var(--thm-secondary) !important;
  font-size: 18px;
  font-weight: 700;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #fff;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic.sigma-accordion-style-1 .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 0;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
  background-color: var(--thm-secondary);
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  background-color: #fff;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #ffffff;
  color: var(--thm-secondary) !important;
}
.sigma-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
  color: var(--thm-secondary) !important;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 21px 20px;
  position: relative;
}
.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a {
  background-color: #fff;
}
.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a:before {
  background-color: #fff;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
  position: absolute;
  right: 11px;
  top: 15px;
  content: "";
  background-color: var(--thm-tertiary);
  width: 30px;
  height: 30px;
  color: var(--thm-secondary);
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-color: var(--thm-secondary)
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
  background-color: var(--thm-tertiary);
  color: var(--thm-secondary);
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
  background-color: var(--thm-base);
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  top: 25px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.sigma-searchform {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
button.sigma-search-button {
  position: absolute;
  height: 55px;
  width: 55px;
  right: 0;
  background-color: var(--thm-base);
  top: 0;
  padding: 0;
}
.mfp-inline-holder .mfp-content {
  position: static;
}
.mfp-close {
  top: 40px;
  right: 40px;
  opacity: 1;
}
body .button.mfp-close {
  color: #fff;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
section.error-404{
  max-width: 800px;
  margin: 0 auto;
}
section.error-404 h1.page-title {
  font-size: 250px;
  line-height: 250px;
}
section.error-404 .search-form{
  margin-bottom: 20px;
}
section.error-404 .page-content > p{
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 20px;
}
section.error-404 .search-form input[type="search"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
section.error-404 .search-form button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
body .vc_btn3.vc_btn3-style-classic {
  border: none;
}
body .vc_btn3.vc_btn3-style-classic:hover {
  border: none;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-size-md{
  border: 0;
}
body .vc_btn3.vc_btn3-color-primary,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  color: var(--thm-secondary);
  background-color: var(--thm-base);
}
body .vc_btn3.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat {
  color: #fff;
  background-color: var(--thm-secondary);
}
.btn.btn-outline-light.footer-button:hover,
.btn.btn-outline-light.footer-button:focus,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:hover,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:focus,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat {
  color: var(--thm-secondary);
  background-color: var(--thm-tertiary);
}

.vc_btn3.vc_btn3-style-custom,
body .vc_general.vc_btn3{
  background-color: var(--thm-base);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  letter-spacing: normal;
  display: inline-block;
  line-height: 1.8;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 17px 30px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary {
    border: 2px solid var(--thm-base);
    background: transparent;
    color: var(--thm-base);
    padding: 15px 28px;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 60px;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 32px;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 60px;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 32px;
}
body .vc_general.vc_btn3.vc_btn3-color-tertiary {
    background: var(--thm-tertiary);
    color: var(--thm-secondary);
    box-shadow: none;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary {
    border: 2px solid var(--thm-tertiary);
    background: transparent;
    padding: 15px 28px;
    color: var(--thm-secondary);
}
body .vc_general.vc_btn3.vc_btn3-color-primary:hover{
  background: var(--thm-base);
}
body .vc_general.vc_btn3.vc_btn3-color-secondary.:hover{
  background: var(--thm-secondary);
}
body .vc_general.vc_btn3.vc_btn3-color-tertiary.:hover{
  background: var(--thm-tertiary);
}
body .vc_general.vc_btn3:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: calc(100% - 10px);
  border-radius: 0;
  background-color: var(--thm-base-hover);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}
body .vc_general.vc_btn3:hover:before{
  opacity: 1;
  visibility: visible;
  width: calc(100% - 10px);
}
body .vc_general.vc_btn3.vc_btn3-shape-rounded:before {
    border-radius: 6px;
}
body .vc_general.vc_btn3.vc_btn3-shape-round:before {
    border-radius: 50px;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover {
    background: transparent;
    color: #fff;
    border-color: var(--thm-base-hover);
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before {
    border-radius: 50px;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary{
  background: var(--thm-secondary);
}
body .vc_general.vc_btn3.vc_btn3-color-secondary:hover,
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover,
body .vc_general.vc_btn3.vc_btn3-color-tertiary:hover{
  color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary:before{
  background: var(--thm-secondary-hover);
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary {
    border: 2px solid var(--thm-secondary);
    background: transparent;
    color: var(--thm-secondary);
    padding: 15px 28px;
}
body .vc_general.vc_btn3.vc_btn3-color-tertiary:before{
  background: var(--thm-secondary);
}
body .vc_general.vc_btn3.vc_btn3-color-white {
    background: #fff;
    color: var(--thm-secondary);
}
body .vc_general.vc_btn3.vc_btn3-color-white:before{
  background-color: rgba(0, 0, 0, 0.1);
}
.sigma_btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: var(--thm-base);
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.sigma_btn:hover{
  color: #fff;
}
.sigma_btn:before,
body.woocommerce a.button:before,
body.woocommerce .button:before,
body .woocommerce .button:before,
body.woocommerce .cart .button.alt:before,
body .woocommerce button.button:before,
body .button:before,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
.wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: calc(100% - 10px);
  border-radius: 0;
  background-color: var(--thm-base-hover);
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  z-index: -1;
  transition: 0.3s;
}
.sigma_btn:hover:before,
body.woocommerce a.button:hover:before,
body.woocommerce .button:hover:before,
body .woocommerce .button:hover:before,
body.woocommerce .cart .button.alt:hover:before,
body .woocommerce button.button:hover:before,
body .button:hover:before,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
.wishlist_table .product-add-to-cart a:hover::before{
  opacity: 1;
  visibility: visible;
  width: calc(100% - 10px);
}
.sigma_btn:active, .sigma_btn:focus {
    color: #fff;
}
.sigma_btn.secondary{
  background: var(--thm-secondary);
}
.sigma_btn.secondary:before{
  background: var(--thm-secondary-hover);
}

body.woocommerce a.button:hover,
body.woocommerce .button:hover,
body .woocommerce .button:hover,
body.woocommerce .cart .button.alt:hover,
body .woocommerce button.button:hover,
body .button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--thm-base);
}

/* Button style 2 */
body.btn-style-2 .vc_general.vc_btn3:before,
body.btn-style-2 .sigma_btn:before,
body.btn-style-2.woocommerce a.button:before,
body.btn-style-2.woocommerce .button:before,
body.btn-style-2 .woocommerce .button:before,
body.btn-style-2.woocommerce .cart .button.alt:before,
body.btn-style-2 .woocommerce button.button:before,
body.btn-style-2 .button:before,
body.btn-style-2.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-2 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  transform: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: 0.3s;
}
body.btn-style-2 .vc_general.vc_btn3:hover:before,
body.btn-style-2 .sigma_btn:hover:before,
body.btn-style-2.woocommerce a.button:hover:before,
body.btn-style-2.woocommerce .button:hover:before,
body.btn-style-2 .woocommerce .button:hover:before,
body.btn-style-2.woocommerce .cart .button.alt:hover:before,
body.btn-style-2 .woocommerce button.button:hover:before,
body.btn-style-2 .button:hover:before,
body.btn-style-2.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-2 .wishlist_table .product-add-to-cart a:hover:before{
  height: 100%;
}
body.btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before{
  border-radius: 0;
}
.btn-style-2.woocommerce .sigma_product .sigma_product-inner .sigma_product-controls .compare::before {
  position: relative;
}
/* Button style 3 */
body.btn-style-3 .vc_general.vc_btn3:before,
body.btn-style-3 .sigma_btn:before,
body.btn-style-3.woocommerce a.button:before,
body.btn-style-3.woocommerce .button:before,
body.btn-style-3 .woocommerce .button:before,
body.btn-style-3.woocommerce .cart .button.alt:before,
body.btn-style-3 .woocommerce button.button:before,
body.btn-style-3 .button:before,
body.btn-style-3.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-3 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  width: 0;
  border-radius: 0;
  z-index: -1;
  transition: 0.3s;
}
body.btn-style-3 .vc_general.vc_btn3:hover:before,
body.btn-style-3 .sigma_btn:hover:before,
body.btn-style-3.woocommerce a.button:hover:before,
body.btn-style-3.woocommerce .button:hover:before,
body.btn-style-3 .woocommerce .button:hover:before,
body.btn-style-3.woocommerce .cart .button.alt:hover:before,
body.btn-style-3 .woocommerce button.button:hover:before,
body.btn-style-3 .button:hover:before,
body.btn-style-3.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-3 .wishlist_table .product-add-to-cart a:hover:before{
  width: 160%;
  height: 100%;
}
.btn-style-3.woocommerce .sigma_product .sigma_product-inner .sigma_product-controls .compare::before {
  transform: none;
  position: relative;
  left: auto;
}
/* Button style 4 */
body.btn-style-4 .vc_general.vc_btn3:before,
body.btn-style-4 .sigma_btn:before,
body.btn-style-4.woocommerce a.button:before,
body.btn-style-4.woocommerce .button:before,
body.btn-style-4 .woocommerce .button:before,
body.btn-style-4.woocommerce .cart .button.alt:before,
body.btn-style-4 .woocommerce button.button:before,
body.btn-style-4 .button:before,
body.btn-style-4.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-4 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  height: 100%;
  width: 0;
  border-radius: 0;
  z-index: -1;
  transition: 0.3s;
}
body.btn-style-4 .vc_general.vc_btn3:hover:before,
body.btn-style-4 .sigma_btn:hover:before,
body.btn-style-4.woocommerce a.button:hover:before,
body.btn-style-4.woocommerce .button:hover:before,
body.btn-style-4 .woocommerce .button:hover:before,
body.btn-style-4.woocommerce .cart .button.alt:hover:before,
body.btn-style-4 .woocommerce button.button:hover:before,
body.btn-style-4 .button:hover:before,
body.btn-style-4.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-4 .wishlist_table .product-add-to-cart a:hover:before{
  width: 100%;
}
body.btn-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before{
  border-radius: 0;
}
.btn-style-4.woocommerce .sigma_product .sigma_product-inner .sigma_product-controls .compare::before{
  position: relative;
}

/* Button style 5 */
body.btn-style-5 .vc_general.vc_btn3:before,
body.btn-style-5 .sigma_btn:before,
body.btn-style-5.woocommerce a.button:before,
body.btn-style-5.woocommerce .button:before,
body.btn-style-5 .woocommerce .button:before,
body.btn-style-5.woocommerce .cart .button.alt:before,
body.btn-style-5 .woocommerce button.button:before,
body.btn-style-5 .button:before,
body.btn-style-5.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-5 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  border-radius: 0;
  transform: none;
  z-index: -1;
  transition: 0.3s;
}
body.btn-style-5 .vc_general.vc_btn3:hover:before,
body.btn-style-5 .sigma_btn:hover:before,
body.btn-style-5.woocommerce a.button:hover:before,
body.btn-style-5.woocommerce .button:hover:before,
body.btn-style-5 .woocommerce .button:hover:before,
body.btn-style-5.woocommerce .cart .button.alt:hover:before,
body.btn-style-5 .woocommerce button.button:hover:before,
body.btn-style-5 .button:hover:before,
body.btn-style-5.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-5 .wishlist_table .product-add-to-cart a:hover:before{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body.btn-style-5 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before{
  border-radius: 0;
}

/* Button style 6 */
body.btn-style-6 .vc_general.vc_btn3:before,
body.btn-style-6 .sigma_btn:before,
body.btn-style-6.woocommerce a.button:before,
body.btn-style-6.woocommerce .button:before,
body.btn-style-6 .woocommerce .button:before,
body.btn-style-6.woocommerce .cart .button.alt:before,
body.btn-style-6 .woocommerce button.button:before,
body.btn-style-6 .button:before,
body.btn-style-6.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-6 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -120px;
  bottom: -50px;
  border-radius: 0;
  transform: none;
  top: auto;
  left: auto;
  z-index: -1;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
body.btn-style-6 .vc_general.vc_btn3:hover:before,
body.btn-style-6 .sigma_btn:hover:before,
body.btn-style-6.woocommerce a.button:hover:before,
body.btn-style-6.woocommerce .button:hover:before,
body.btn-style-6 .woocommerce .button:hover:before,
body.btn-style-6.woocommerce .cart .button.alt:hover:before,
body.btn-style-6 .woocommerce button.button:hover:before,
body.btn-style-6 .button:hover:before,
body.btn-style-6.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-6 .wishlist_table .product-add-to-cart a:hover:before{
  right: 0;
  bottom: 0;
}
body.btn-style-6 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before{
  border-radius: 0;
}
body.btn-style-6.woocommerce .sigma_product .sigma_product-inner .sigma_product-controls .compare::before {
  position: relative;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: auto;
}
/* Button style 7 */
body.btn-style-7 .vc_general.vc_btn3:before,
body.btn-style-7 .sigma_btn:before,
body.btn-style-7.woocommerce a.button:before,
body.btn-style-7.woocommerce .button:before,
body.btn-style-7 .woocommerce .button:before,
body.btn-style-7.woocommerce .cart .button.alt:before,
body.btn-style-7 .woocommerce button.button:before,
body.btn-style-7 .button:before,
body.btn-style-7.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-7 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
body.btn-style-7 .vc_general.vc_btn3:hover:before,
body.btn-style-7 .sigma_btn:hover:before,
body.btn-style-7.woocommerce a.button:hover:before,
body.btn-style-7.woocommerce .button:hover:before,
body.btn-style-7 .woocommerce .button:hover:before,
body.btn-style-7.woocommerce .cart .button.alt:hover:before,
body.btn-style-7 .woocommerce button.button:hover:before,
body.btn-style-7 .button:hover:before,
body.btn-style-7.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-7 .wishlist_table .product-add-to-cart a:hover:before{
  transform: scaleY(1);
}
body.btn-style-7 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before{
  border-radius: 0;
}
body.btn-style-7.woocommerce .sigma_product .sigma_product-inner .sigma_product-controls .compare::before {
  position: relative;
  transform: none;
}


/* Button style 8 */
body.btn-style-8 .vc_general.vc_btn3:before,
body.btn-style-8 .sigma_btn:before,
body.btn-style-8.woocommerce a.button:before,
body.btn-style-8.woocommerce .button:before,
body.btn-style-8 .woocommerce .button:before,
body.btn-style-8.woocommerce .cart .button.alt:before,
body.btn-style-8 .woocommerce button.button:before,
body.btn-style-8 .button:before,
body.btn-style-8.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-8 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  left: 110%;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: skewX(-25deg);
  transition: 0.3s;
  z-index: -1;
  border-radius: 0;
}
body.btn-style-8 .vc_general.vc_btn3:hover:before,
body.btn-style-8 .sigma_btn:hover:before,
body.btn-style-8.woocommerce a.button:hover:before,
body.btn-style-8.woocommerce .button:hover:before,
body.btn-style-8 .woocommerce .button:hover:before,
body.btn-style-8.woocommerce .cart .button.alt:hover:before,
body.btn-style-8 .woocommerce button.button:hover:before,
body.btn-style-8 .button:hover:before,
body.btn-style-8.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-8 .wishlist_table .product-add-to-cart a:hover:before{
  left: 0%;
  transform: scale(1, 1);
}
body.btn-style-8 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before{
  border-radius: 0;
}
body.btn-style-8.woocommerce .sigma_product .sigma_product-inner .sigma_product-controls .compare::before {
  transform: none;
  left: 0;
}

/* Button style 9 */
body.btn-style-9 .vc_general.vc_btn3:before,
body.btn-style-9 .sigma_btn:before,
body.btn-style-9.woocommerce a.button:before,
body.btn-style-9.woocommerce .button:before,
body.btn-style-9 .woocommerce .button:before,
body.btn-style-9.woocommerce .cart .button.alt:before,
body.btn-style-9 .woocommerce button.button:before,
body.btn-style-9 .button:before,
body.btn-style-9.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-style-9 .wishlist_table .product-add-to-cart a:before{
  content: "";
  position: absolute;
  left: 90%;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: skewX(-25deg);
  transition: 0.3s;
  z-index: -1;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
}
body.btn-style-9 .vc_general.vc_btn3:hover:before,
body.btn-style-9 .sigma_btn:hover:before,
body.btn-style-9.woocommerce a.button:hover:before,
body.btn-style-9.woocommerce .button:hover:before,
body.btn-style-9 .woocommerce .button:hover:before,
body.btn-style-9.woocommerce .cart .button.alt:hover:before,
body.btn-style-9 .woocommerce button.button:hover:before,
body.btn-style-9 .button:hover:before,
body.btn-style-9.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:before,
body.btn-style-9 .wishlist_table .product-add-to-cart a:hover:before{
  left: 0%;
  transform: scale(1, 1);
}
body.btn-style-9 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-shape-round:before{
  border-radius: 0;
}
body.btn-style-9.woocommerce .sigma_product .sigma_product-inner .sigma_product-controls .compare::before {
  transform: none;
  position: relative;
  left: 0;
}
/*==== Button Shapes ====*/
body.btn-rounded .sigma_btn,
body.btn-rounded .sigma_btn:before,
body.btn-rounded button,
body.btn-rounded button[type="submit"],
body.btn-rounded.woocommerce a.button,
body.btn-rounded.woocommerce .button,
body.btn-rounded .woocommerce .button,
body.btn-rounded.woocommerce .cart .button.alt,
body.btn-rounded .woocommerce button.button,
body.btn-rounded .button,
body.btn-rounded.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.btn-rounded.woocommerce #review_form #respond .form-submit input{
  border-radius: 6px;
}

body.btn-square .sigma_btn,
body.btn-square .sigma_btn:before,
body.btn-square button,
body.btn-square button[type="submit"],
body.btn-square input[type=submit],
body.btn-square .sigma_footer-newsletter .sigma_cta.style-9 form button,
body.btn-square .sigma-call-to-action-style-4 .sigma_cta.style-9 form .input-group-append button,
body.btn-square.woocommerce a.button,
body.btn-square.woocommerce .button,
body.btn-square .woocommerce .button,
body.btn-square.woocommerce .cart .button.alt,
body.btn-square .woocommerce button.button,
body.btn-square .button,
body.btn-square.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.btn-square button[type="submit"]:before,
body.btn-square input[type=submit]:before,
body.btn-square .sigma_footer-newsletter .sigma_cta.style-9 form button:before,
body.btn-square .sigma-call-to-action-style-4 .sigma_cta.style-9 form .input-group-append button:before,
body.btn-square.woocommerce a.button:before,
body.btn-square.woocommerce .button:before,
body.btn-square .woocommerce .button:before,
body.btn-square.woocommerce .cart .button.alt:before,
body.btn-square .woocommerce button.button:before,
body.btn-square .button:before,
body.btn-square.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-square.woocommerce #review_form #respond .form-submit input{
  border-radius: 0px;
}

body.btn-pill .sigma_btn,
body.btn-pill .sigma_btn:before,
body.btn-pill button[type="submit"],
body.btn-pill input[type=submit],
body.btn-pill .sigma_footer-newsletter .sigma_cta.style-9 form button,
body.btn-pill .sigma-call-to-action-style-4 .sigma_cta.style-9 form .input-group-append button,
body.btn-pill.woocommerce a.button,
body.btn-pill.woocommerce .button,
body.btn-pill .woocommerce .button,
body.btn-pill.woocommerce .cart .button.alt,
body.btn-pill .woocommerce button.button,
body.btn-pill .button,
body.btn-pill.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.btn-pill button[type="submit"]:before,
body.btn-pill input[type=submit]:before,
body.btn-pill .sigma_footer-newsletter .sigma_cta.style-9 form button:before,
body.btn-pill .sigma-call-to-action-style-4 .sigma_cta.style-9 form .input-group-append button:before,
body.btn-pill.woocommerce a.button:before,
body.btn-pill.woocommerce .button:before,
body.btn-pill .woocommerce .button:before,
body.btn-pill.woocommerce .cart .button.alt:before,
body.btn-pill .woocommerce button.button:before,
body.btn-pill .button:before,
body.btn-pill.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
body.btn-pill.woocommerce #review_form #respond .form-submit input{
  border-radius: 50px;
}
body.btn-pill .widget-area.sidebar .widget button.search-submit {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


/*--------------------------------------------------------------
# Sigma Feature
--------------------------------------------------------------*/
.min-vh-0{
  min-height: 0px !important;
}
.w-100 .wpb_wrapper.vc_figure,
.w-100 .wpb_wrapper.vc_figure .vc_single_image-wrapper,
.w-100 .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    width: 100%;
}
.bg-center {
    background-position: center;
}
.bg-cover {
    background-size: cover;
}
.p-relative{
  position: relative;
}
.p-absolute{
  position: absolute;
}
.big-text-wrapper {
  display: flex;
  align-items: center;
}
.big-text-wrapper span {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-base);
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin-right: 32px;
}
.big-text-wrapper p {
  flex: 1;
  margin-bottom: 0;
}
/*---- Sigma z-index ----*/
body .sigma-z-index-down,
body .sigma-inner-row-z-index-down,
body .sigma-column-z-index-down,
body .sigma-column-inner-z-index-down {
  z-index: -1;
}
body .sigma-z-index-0,
body .sigma-inner-row-z-index-0,
body .sigma-column-z-index-0,
body .sigma-column-inner-z-index-0 {
  z-index: 0;
}
body .sigma-z-index-1,
body .sigma-inner-row-z-index-1,
body .sigma-column-z-index-1,
body .sigma-column-inner-z-index-1 {
  z-index: 1;
}
body .sigma-z-index-2,
body .sigma-inner-row-z-index-2,
body .sigma-column-z-index-2,
body .sigma-column-inner-z-index-2 {
  z-index: 2;
}
body .sigma-z-index-3,
body .sigma-inner-row-z-index-3,
body .sigma-column-z-index-3,
body .sigma-column-inner-z-index-3 {
  z-index: 3;
}

/*---- Sigma overflow ----*/
body .sigma-row-overflow-hidden,
body .sigma-inner-row-overflow-hidden,
body .sigma-column-overflow-hidden,
body .sigma-column-inner-overflow-hidden {
    overflow: hidden !important;
}
body .sigma-row-overflow-visible,
body .sigma-inner-row-overflow-visible,
body .sigma-column-overflow-visible,
body .sigma-column-inner-overflow-visible {
    overflow: visible !important;
}

/*---- Sigma Shadow ---*/
.sigma-row-shadow-1,
.sigma-inner-row-shadow-1,
.sigma-column-shadow-1,
.sigma-inner-column-shadow-1 {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-2,
.sigma-inner-row-shadow-2,
.sigma-column-shadow-2,
.sigma-inner-column-shadow-2 {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-3,
.sigma-inner-row-shadow-3,
.sigma-column-shadow-3,
.sigma-inner-column-shadow-3 {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-4,
.sigma-inner-row-shadow-4,
.sigma-column-shadow-4,
.sigma-inner-column-shadow-4 {
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-5,
.sigma-inner-row-shadow-5,
.sigma-column-shadow-5,
.sigma-inner-column-shadow-5 {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-6,
.sigma-inner-row-shadow-6,
.sigma-column-shadow-6,
.sigma-inner-column-shadow-6 {
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-7,
.sigma-inner-row-shadow-7,
.sigma-column-shadow-7,
.sigma-inner-column-shadow-7 {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-8,
.sigma-inner-row-shadow-8,
.sigma-column-shadow-8,
.sigma-inner-column-shadow-8 {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-9,
.sigma-inner-row-shadow-9,
.sigma-column-shadow-9,
.sigma-inner-column-shadow-9 {
  box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-shadow-10,
.sigma-inner-row-shadow-10,
.sigma-column-shadow-10,
.sigma-inner-column-shadow-10 {
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.sigma-row-hover-shadow-1:hover,
.sigma-inner-row-hover-shadow-1:hover,
.sigma-column-hover-shadow-1:hover,
.sigma-inner-column-hover-shadow-1:hover {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-2:hover,
.sigma-inner-row-hover-shadow-2:hover,
.sigma-column-hover-shadow-2:hover,
.sigma-inner-column-hover-shadow-2:hover {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-3:hover,
.sigma-inner-row-hover-shadow-3:hover,
.sigma-column-hover-shadow-3:hover,
.sigma-inner-column-hover-shadow-3:hover {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-4:hover,
.sigma-inner-row-hover-shadow-4:hover,
.sigma-column-hover-shadow-4:hover,
.sigma-inner-column-hover-shadow-4:hover {
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-5:hover,
.sigma-inner-row-hover-shadow-5:hover,
.sigma-column-hover-shadow-5:hover,
.sigma-inner-column-hover-shadow-5:hover {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-6:hover,
.sigma-inner-row-hover-shadow-6:hover,
.sigma-column-hover-shadow-6:hover,
.sigma-inner-column-hover-shadow-6:hover {
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-7:hover,
.sigma-inner-row-hover-shadow-7:hover,
.sigma-column-hover-shadow-7:hover,
.sigma-inner-column-hover-shadow-7:hover {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-8:hover,
.sigma-inner-row-hover-shadow-8:hover,
.sigma-column-hover-shadow-8:hover,
.sigma-inner-column-hover-shadow-8:hover {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-9:hover,
.sigma-inner-row-hover-shadow-9:hover,
.sigma-column-hover-shadow-9:hover,
.sigma-inner-column-hover-shadow-9:hover {
  box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.sigma-row-hover-shadow-10:hover,
.sigma-inner-row-hover-shadow-10:hover,
.sigma-column-hover-shadow-10:hover,
.sigma-inner-column-hover-shadow-10:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.sigma_cta.style-4 .shape-1 {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: var(--thm-base);
    opacity: .1;
    z-index: -1;
}
.sigma_btn.btn-sm {
    font-size: 14px;
    padding: 12px 20px;
    text-transform: capitalize;
    line-height: 1.8;
}
.sigma_btn.btn-md {
    padding: 15px 25px;
}
.sigma_btn.btn-xl{
  padding: 20px 35px;
  font-size: 16px;
}
.sigma_btn.tertiary:before {
    background: #333;
}
.sigma_btn.tertiary {
    background: var(--thm-tertiary);
    color: #333;
    box-shadow: none;
}
.sigma_btn.tertiary:hover {
    color: #fff;
}
.sigma_btn.light {
    background-color: #fff;
    color: var(--thm-secondary);
}
.sigma_btn.light:before {
    background-color: rgba(0, 0, 0, 0.1);
}
.sigma_btn i {
    margin: 0 0 0 10px;
    color: #fff;
    z-index: 1;
}
.sigma_btn input[type="submit"] {
    padding: 0;
    background: none;
    line-height: 1.8;
}
.sigma_btn .ajax-loader {
    position: absolute;
    margin-right: 0;
    right: 20px;
}
.sigma_btn input[type="submit"]:hover{
  background:none;
}
.sigma_button_wrapper .sigma_btn.style-2 {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    transition: 0.3s;
}
.sigma_button_wrapper .sigma_btn.style-2 i {
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
}
.sigma_button_wrapper .sigma_btn.style-2:before {
  display: none;
}
.sigma_button_wrapper .sigma_btn.style-2 p {
    margin: 0;
}
.sigma_button_wrapper .sigma_btn.style-2 p span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 1;
}
.sigma_button_wrapper .sigma_btn.style-2.tertiary:hover {
    background: #333;
    color: #fff;
}
.sigma_button_wrapper .sigma_btn.style-2.light:hover{
  background: var(--thm-tertiary);
}
.sigma_button_wrapper .sigma_btn.style-2.primary:hover {
  background: var(--thm-base-hover);
}
.sigma_button_wrapper .sigma_btn.style-2.secondary:hover {
  background: var(--thm-secondary-hover);
}
.sigma_button_wrapper .sigma_btn.style-2 i{
  margin-left: 0;
}
.sigma_rating i {
    display: inline-block;
    color: #fcb71b;
}
.sigma_full-width-container {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100%;
    left: 50%;
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.sigma_stroke-text {
    font-size: 240px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    z-index: 1;
    opacity: 0.2;
    margin: 0;
}
.center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shape-after::after {
    content: '';
    position: absolute;
    background-color: var(--thm-base);
    opacity: .3;
    left: 20px;
    right: 20px;
    bottom: -20px;
    top: 20px;
    z-index: -2;
}
body .shape-after::after {
    display: block;
}
img.lazyload {
  opacity: 0; visibility: hidden;
}
img.lazyloading {
  opacity: 1;transition: opacity 500ms ease-in;
}
img.lazyloaded {
  opacity: 1;transition: opacity 500ms ease-in;
}

/*=== Sigma Contact Form CSS ===*/
.section-title.centered {
    text-align: center;
    margin: 0 auto 50px;
}
.sigma_form.has-shadow {
    position: relative;
    padding: 50px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}
.wpcf7 p{
  position: relative;
}
.wpcf7 .ajax-loader{
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.sigma_form.style-6 {
    background-color: var(--thm-base);
    padding: 60px 60px 60px 160px;
    border-radius: 6px;
}
.sigma-call-to-action-style-8 .sigma_form.style-6 .section-title .title,
.sigma-call-to-action-style-8 .sigma_form.style-6 .section-title p,
.sigma-call-to-action-style-8 .sigma_form.style-6 .wpcf7-not-valid-tip{
  color: #fff;
}
/*=== Contact Box Style 1 CSS ===*/
.sigma-contact-box-style1 {
  display: inline-block;
  width: 100%;
}
.sigma-contact-box-style1:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  background-color: var(--thm-base);
}
.sigma-contact-box-style1 a {
  color: #ffffff !important;
  margin-top: 15px;
  display: inherit;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--thm-font);
}
.sigma-contact-box-style1 a:hover {
  color: #777;
}
.sigma-contact-box-style1 h4 {
  position: absolute;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 24px;
  left: -115px;
  top: 50px;
  z-index: 9;
  font-weight: bold;
  color: #ffffff;
}
.sigma_form.style-3 {
    max-width: 400px;
    margin: 0 auto;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: auto;
}
.sigma_form.style-4 {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.intl-tel-input{
  width: 100%;
}
.sigma_contact-with-bg {
    position: absolute;
    width: 33%;
    height: 100%;
    background-color: red;
    top: 0;
    left: 0;
}
.sigma_contact-image.style-6 {
    position: absolute;
    left: 15px;
    top: -70px;
    width: calc(100% - 660px);
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}
/*=== Action Box Style 1 ===*/
.sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title {
  position: relative;
  margin-left: 60px;
  font-weight: 600;
  font-size: 30px;
}
.sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title:before {
  content: "\f126";
  position: absolute;
  font-size: 46px;
  color: var(--thm-secondary);
  font-family: Flaticon;
  left: -60px;
  top: 0;
  font-weight: normal;
}
.sigma-action-box .sigma-title {
  font-size: 60px;
  color: #ffffff;
  font-family: var(--thm-font);
  line-height: 80px;
}
.sigma-action-box a {
  font-size: 24px;
  color: var(--thm-secondary);
  border-bottom: 4px solid var(--thm-base);
  line-height: 24px;
  display: inline-block;
  font-family: var(--thm-font);
  margin-top: 15px;
}
.sigma-action-box a:hover {
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}

/*=== Infobox area CSS ===*/
.infobox-area .d-flex {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
.infobox-area {
  width: 80%;
  position: absolute;
  bottom: 80px;
  left: -30px;
  padding: 20px 10px;
}
.infobox-area:before {
  position: absolute;
  right: 40px;
  top: -40px;
  content: "";
  font-size: 46px;
  width: 0;
  height: 0;
  border-bottom: 40px solid var(--thm-base);
  border-left: 30px solid transparent;
}
.infobox-area .wpb_content_element {
  margin-bottom: 0;
}
.infobox-area .heading-box {
  width: 50%;
  color: #ffffff;
  position: relative;
  padding-top: 20px;
}
.infobox-area .heading-box:first-child {
  padding-left: 20px;
}
.infobox-area .heading-box h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.infobox-area .heading-box:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 1px;
  left: -20px;
}
.infobox-area .sigma-infobox-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/*sidebar*/
.sidebar{
  margin-bottom: 30px;
}
.widget-area.sidebar .widget {
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 24px rgb(0 0 0 / 4%);
}
.widget-area.sidebar .widget.widget_search {
    padding: 0;
    background: none;
    box-shadow: none;
}
.widget-area.sidebar .widget.widget_search input {
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.widget-area.sidebar .widget.widget_search button {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.widget-area.sidebar .widget.widget_search .widget-title:before {
    display: none;
}
.widget-area.sidebar .widget .btn-outline-light:before,
.widget-area.sidebar .widget .btn-outline-light:after,
.widget-area.sidebar .widget .btn-outline-light span {
  display: none;
}
.widget-area.sidebar .widget_categories ul li,
.widget-area.sidebar .widget_archive ul li {
  margin-top: 0;
}
.widget-area.sidebar .widget.widget_tag_cloud {
  padding-bottom: 22px;
}
.widget-area.sidebar .widget ul>li {
    padding: 15px 0;
    margin-bottom: 0;
}
.widget-area.sidebar .widget ul>li.recentcomments,
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment{
  font-family: var(--thm-font);
}
.widget-area.sidebar .widget ul>li.recentcomments span.comment-author-link a,
.widget-area.sidebar .widget ul>li.recentcomments span.comment-author-link,
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment a{
    font-weight: 400;
}
.widget-area.sidebar .widget ul>li.recentcomments:before,
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta::before{
  content: "\f4a3";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: inherit;
  pointer-events: none;
  padding-right: 8px;
  transition: .3s;
}
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment a{
  color: var(--thm-b-text);
}
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment a:hover{
  color: var(--thm-base-hover);
}
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment {
  padding: 15px 0;
  margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment:last-child{
  padding-bottom: 0;
}
.widget-area.sidebar .widget.widget_block .wp-block-latest-comments__comment + .wp-block-latest-comments__comment{
  border-top: 1px solid var(--thm-border);
}
.widget-area.sidebar .widget ul>li + li {
  margin-top: 0;
  border-top: 1px solid var(--thm-border);
}
.widget-area.sidebar .widget ul.sigma_social-icons {
    flex-wrap: wrap;
    align-items: center;
}
.widget-area.sidebar .widget ul.sigma_social-icons li,
.widget-area.sidebar .widget ul.sigma_social-icons li:last-child {
    margin-bottom: 5px;
}
.widget-area.sidebar .widget ul.sigma_social-icons li {
    padding: 0;
    border: 0;
}
body.btn-square .widget-area.sidebar .widget ul.sigma_social-icons li a {
    border-radius: 0;
}
body.btn-rounded .widget-area.sidebar .widget ul.sigma_social-icons li a{
  border-radius: 6px;
}
body.btn-pill .widget-area.sidebar .widget ul.sigma_social-icons li a{
  border-radius: 50px;
}

/* Widget social icon style 2 */
.widget_sigma_social_share .social-buttons.style-2 .btn-block.sigma_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    text-transform: capitalize;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}
.widget_sigma_social_share .social-buttons.style-2 .btn-block.sigma_btn .follow-icon i {
    display: inline-block;
    font-size: 30px;
    margin-right: 0;
    width: 40px;
    font-weight: 400;
}
.widget_sigma_social_share .social-buttons.style-2 .btn-block.sigma_btn i:last-child {
    font-size: 16px;
    margin: 0;
    position: relative;
    transition: 0.3s;
    left: 0;
}
.widget_sigma_social_share .social-buttons.style-2 .btn-block.sigma_btn .follow-icon p span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 1;
}


.widget-area.sidebar .widget.widget_sigma_recent_entries ul li:after,
.widget-area.sidebar .widget ul>li:last-child:after {
  display: none;
}
.widget-area.sidebar .widget .btn-outline-light {
  color: var(--thm-secondary);
}
.widget-area.sidebar .widget .btn-outline-light:hover,
.widget-area.sidebar .widget .btn-outline-light:focus,
.widget-area.sidebar .widget .btn-outline-light {
  border-color: var(--thm-border);
}
.widget-area.sidebar .widget ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-area.sidebar .widget ul>li + li {
    margin-top: 0;
    border-top: 1px solid var(--thm-border);
}
.widget-area.sidebar .widget ul>li ul li {
    border-top: 1px solid var(--thm-border);
}
.entry-content .post-password-form input[type="password"] {
  height: 65px;
  top: 10px;
}
.entry-content .post-password-form input[type="submit"] {
  position: relative;
  top: 9px;
  left: -4px;
  height: 65px;
  margin-left: 10px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma_post-image {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--thm-border);
  display: flex;
  align-items: center;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma_post-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma_post-content {
  width: calc(100% - 95px);
  flex: 1;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma_post-content a {
  text-transform: none;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: var(--thm-font);
  color: var(--thm-secondary);
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma_post-content a:hover {
  color: var(--thm-base);
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma_post-content .sigma_post-date {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 5px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma_post-content .sigma_post-date i {
  margin-right: 5px;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget blockquote {
    padding: 40px;
    background-position: center;
    background-size: cover;
    background: #313131;
    text-align: left;
    position: relative;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget blockquote::before {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 160px;
    content: "\f10e";
    color: #fff;
    opacity: .1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: auto;
    left: auto;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget blockquote cite {
    font-size: 20px;
    font-family: var(--thm-b-font);
    margin: 0 0 10px;
    display: block;
    font-weight: 600;
    color: var(--thm-base);
    font-style: italic;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget blockquote p {
    color: #fff;
    font-family: var(--thm-b-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget blockquote .sigma_btn {
    font-family: var(--thm-b-font);
    font-weight: 500;
    margin-top: 20px;
}
/*-- Recent posts widgets CSS --*/
.widget_sigma_recent_entries .sigma_recent-post {
    display: flex;
    align-items: center;
}
.widget_sigma_recent_entries .sigma_recent-post +  .sigma_recent-post{
  margin-top: 30px;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-image {
    position: relative;
    margin-right: 15px;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-image span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 14px;
    color: #fff;
    font-size: 14px;
    background-color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: .3s;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-image:hover span {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr{
  flex: 1;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr h6 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr h6 a {
    color: var(--thm-secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr h6 a:hover{
  color: var(--thm-base);
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .date {
    color: var(--thm-b-text);
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-image {
    width: 80px;
}
.widget_sigma_recent_entries .sigma_recent-post.style-2 {
    flex-direction: column;
    align-items: start;
}
.widget_sigma_recent_entries .sigma_recent-post.style-2 .recent-post-image {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}
.widget_sigma_recent_entries .sigma_recent-post.style-2 .recent-post-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    max-height: 135px;
}
.widget_sigma_recent_entries .sigma_recent-post.style-2 .recent-post-image span{
  display:none;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .post-cat {
    font-weight: 400;
    font-size: 16px;
    color: var(--thm-b-text);
    text-transform: uppercase;
    font-family: var(--thm-font);
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .post-cat:hover{
  color: var(--thm-base);
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .recent-post-meta span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-b-text);
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 10px;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .recent-post-meta {
    display: flex;
    align-items: center;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .recent-post-meta div {
    display: flex;
    flex-direction: column;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .recent-post-meta div .author-name {
    font-weight: 500;
    color: var(--thm-b-text);
    text-transform: capitalize;
    font-size: 16px;
    font-family: var(--thm-font);
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .recent-post-meta.show-author {
    margin-top: 15px;
}
.widget_sigma_recent_entries .sigma_recent-post .recent-post-descr .recent-post-meta.show-author .date i {
    display: none;
}
.widget_sigma_recent_entries .sigma_recent-post.style-3 .recent-post-descr .post-cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    background-color: var(--thm-base);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 26px;
    transition: 0.3s;
    font-family: var(--thm-b-font);
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 8px;
}
.widget_sigma_recent_entries .sigma_recent-post.style-3 .recent-post-descr .post-cat:hover{
  background: var(--thm-base-hover);
}
.widget_sigma_recent_entries .sigma_recent-post.style-3 + .sigma_recent-post.style-3 {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--thm-border);
}
.widget_sigma_recent_entries .sigma_recent-post.style-3 .recent-post-descr h6 {
    margin: 8px 0 16px;
}
.widget_sigma_recent_entries .sigma_recent-post.style-3 {
    flex-direction: column;
    align-items: flex-start;
}
.widget_sigma_recent_entries .sigma_recent-post.style-3 .recent-post-image {
    margin-bottom: 10px;
}
/* Sidebar style 2 */
.sigma_widget-style-2 .widget-area.sidebar .widget .widget-title:before,
.sigma_widget-style-2 .widget-area.sidebar .widget .widget-title:after,
.sigma_widget-style-2 .widget-area.sidebar .widget.widget_block h2:before,
.sigma_widget-style-2 .widget-area.sidebar .widget.widget_block h2:after{
    position: relative;
    top: auto;
    left: auto;
    height: 3px;
    width: 30px;
}
.sigma_widget-style-2 .widget-area.sidebar .widget .widget-title:after,
.sigma_widget-style-2 .widget-area.sidebar .widget.widget_block h2:after{
  background-color: var(--thm-base);
  content: '';
}
.sigma_widget-style-2 .widget-area.sidebar .widget .widget-title:before,
.sigma_widget-style-2 .widget-area.sidebar .widget.widget_block h2:before{
    margin-right: 10px;
}
.sigma_widget-style-2 .widget-area.sidebar .widget .widget-title:after,
.sigma_widget-style-2 .widget-area.sidebar .widget.widget_block h2:after{
  margin-left: 10px;
}
.widget-area.sidebar .widget.widget_search .widget-title:after {
    display: none;
}
.sigma_widget-style-2 .widget-area.sidebar .widget .widget-title,
.sigma_widget-style-2 .widget-area.sidebar .widget.widget_block h2,
.sigma_widget-style-2 .widget-area.sidebar .widget.widget_block .wp-block-search .wp-block-search__label{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Sidebar style 3 */
.sigma_widget-style-3 .widget-area.sidebar .widget {
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.sigma_widget-style-3 .widget-area.sidebar .widget h6.widget-title:before,
.sigma_widget-style-3 .widget-area.sidebar .widget h4.widget-title:before,
.sigma_widget-style-3 .widget-area.sidebar .widget.widget_block h2:before{
  display: none;
}
/* Sidebar style 4 */
.sigma_widget-style-4 .widget-area.sidebar .widget{
  background: var(--thm-tertiary);
  box-shadow: none;
}
.sigma_widget-style-4 .widget-area.sidebar .widget.widget_search{
  background: transparent;
}
/* Sidebar style 5 */
.sigma_widget-style-5 .widget-area.sidebar .widget .widget-title::before,
.sigma_widget-style-5 .widget-area.sidebar .widget .widget-title::after,
.sigma_widget-style-5 .widget-area.sidebar .widget.widget_block h2::before,
.sigma_widget-style-5 .widget-area.sidebar .widget.widget_block h2::after{
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 20px;
    transform: translateY(-50%);
}
.sigma_widget-style-5 .widget-area.sidebar .widget .widget-title::after,
.sigma_widget-style-5 .widget-area.sidebar .widget.widget_block h2::after{
    content: '';
    background-color: var(--thm-base);
    width: 10px;
    margin-right: 10px;
    left: 25px;
}
.sigma_widget-style-5 .widget-area.sidebar .widget .widget-title,
.sigma_widget-style-5 .widget-area.sidebar .widget.widget_block h2{
  padding-left: 50px;
}
.sigma_widget-style-5 .widget-area.sidebar .widget.widget_search .widget-title {
    padding: 0;
}
/* Sidebar style 6 */
.sigma_widget-style-6 .widget-area.sidebar .widget .widget-title,
.sigma_widget-style-6 .widget-area.sidebar .widget.widget_block h2{
    padding-left: 25px;
}
.sigma_widget-style-6 .widget-area.sidebar .widget.widget_search .widget-title{
    padding: 0;
}
.sigma_widget-style-6 .widget-area.sidebar .widget {
    background: transparent;
}
.sigma_widget-style-6 .widget-area.sidebar .widget .widget-title::before,
.sigma_widget-style-6 .widget-area.sidebar .widget.widget_block h2::before{
    left: 0;
    background-color: var(--thm-base);
    width: 100px;
    z-index: -1;
    opacity: .3;
}

/* Sidebar Style 7 */
.sigma_widget-style-7 .widget-area.sidebar .widget{
  box-shadow: none;
  border: 2px solid var(--thm-border);
  border-radius: 0;
  padding: 40px;
}
.sigma_widget-style-7 .widget-area.sidebar .widget .widget-title,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_block h2{
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: 1px solid var(--thm-border);
}
.sigma_widget-style-7 .widget-area.sidebar .widget .widget-title::before,
.sigma_widget-style-7 .widget-area.sidebar .widget .widget-title::after,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_block h2::before,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_block h2::after{
    content: '';
    background-color: var(--thm-secondary);
    width: 3px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(16deg);
}
.sigma_widget-style-7 .widget-area.sidebar .widget .widget-title::after,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_block h2::after{
  left: 7px;
}
.sigma_widget-style-7 .widget-area.sidebar .widget ul>li {
    padding: 0;
}
.sigma_widget-style-7 .widget-area.sidebar .widget ul li::before,
.sigma_widget-style-7 .widget-area.sidebar .widget ul>li a::before {
    display: none;
}
.sigma_widget-style-7 .widget-area.sidebar .widget ul li + li{
  margin-top: 30px;
  border-top: 0;
}
.sigma_widget-style-7 .widget-area.sidebar .widget ul>li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-b-text);
    font-weight: 500;
    position: relative;
    background: var(--thm-tertiary);
    padding: 12px 0;
    padding-left: 18px;
}
.sigma_widget-style-7 .widget-area.sidebar .widget ul>li a:hover{
  padding-left: 24px;
  color: var(--thm-base);
}
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_recent_comments ul>li a,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_recent_comments ul>li .comment-author-link a {
    background: transparent;
    font-weight: 500;
}
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_recent_comments ul li + li {
    margin-top: 15px;
}
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_archive ul li span,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_categories ul li span{
  border-radius: 0;
  background-color: #dcdcdc;
  height: 52px;
  width: 50px;
  color: var(--thm-b-text);
  top: 0px;
  transition: .3s;
}
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_archive ul li a:hover + span,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_categories ul li a:hover + span{
  background: var(--thm-base);
  color: #fff;
  transition: .3s;
}
.sigma_widget-style-7 .widget-area.sidebar .widget ul>li ul li{
  border: 0;
}
.sigma_widget-style-7 .widget-area.sidebar .widget ul>li ul {
  margin-top: 30px;
}
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_rss ul>li a {
  padding: 0;
  background: transparent;
}
.sigma_widget-style-7 .widget-area.sidebar .widget_tag_cloud a {
  background: transparent;
  color: var(--thm-b-text);
  width: auto;
  height: auto;
  padding: 0;
  font-size: 16px !important;
}
.sigma_widget-style-7 .widget-area.sidebar .widget_tag_cloud a {
    margin: 0;
}
.sigma_widget-style-7 .widget-area.sidebar .widget_tag_cloud a + a {
    margin-left: 6px;
}
.sigma_widget-style-7 .widget-area.sidebar .widget_tag_cloud a:hover{
  color: var(--thm-base-hover);
}
.sigma_widget-style-7 .widget-area.sidebar .widget_sigma_recent_entries .sigma_recent-post.style-3 .recent-post-descr .post-cat,
.sigma_widget-style-7 .widget-area.sidebar .widget_sigma_recent_entries .sigma_recent-post .recent-post-image,
.sigma_widget-style-7 .widget-area.sidebar .widget_sigma_recent_entries .sigma_recent-post .recent-post-image span{
  border-radius: 0;
}

/* Style 8 */
.sigma_widget-style-8 .widget-area.sidebar .widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.sigma_widget-style-8 .widget-area.sidebar .widget .widget-title:before,
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_block h2::before
{
  display: none;
}
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_pages ul li > a::before,
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_nav_menu ul li > a::before,
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_categories ul li>a:before,
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_meta ul li>a:before,
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_recent_entries ul li:before,
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_recent_comments ul li:before,
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_archive ul li a:before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_pages ul li > a::before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_nav_menu ul li > a::before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_categories ul li>a:before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_meta ul li>a:before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_recent_entries ul li:before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_recent_comments ul li:before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_archive ul li a:before{
  display: none;
}
.sigma_widget-style-8 .widget-area.sidebar .widget ul>li a:hover,
.sigma_widget-style-9 .widget-area.sidebar .widget ul>li a:hover{
  padding-left: 5px;
}
.sigma_widget-style-8 .widget-area.sidebar .widget_archive ul li span,
.sigma_widget-style-8 .widget-area.sidebar .widget_categories ul li span{
  background: transparent;
  color: var(--thm-b-text);
}
.sigma_widget-style-8 .widget-area.sidebar .widget_archive ul{
  border: 1px solid var(--thm-border);
  padding: 20px;
  border-radius: 6px;
}
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_archive ul>li + li {
    border: 0;
}
.sigma_widget-style-8 .widget-area.sidebar .widget.widget_archive ul>li{
  padding: 10px 0;
}
.sigma_widget-style-8 .widget-area.sidebar .widget_archive ul li span{
  top: 7px;
}
.sigma_widget-style-8 .widget-area.sidebar .widget .sigma_recent-post {
    border: 1px solid var(--thm-border);
    padding: 15px;
    border-radius: 6px;
}
.sigma_widget-style-8 .widget-area.sidebar .widget_tag_cloud a,
.sigma_widget-style-8 .widget-area.sidebar .tagcloud a{
  padding: 4px 18px;
  border: 1px solid var(--thm-border);
  border-radius: 6px;
  font-size: 14px;
  margin: 6px 6px 0px 0px;
  background: transparent;
  color: var(--thm-b-text);
}
.sigma_widget-style-8 .widget-area.sidebar .widget_tag_cloud a:hover,
.sigma_widget-style-8 .widget-area.sidebar .tagcloud a:hover{
  border-color: var(--thm-base);
  background-color: var(--thm-base);
  color: #fff;
}

/* Style 9 */
.sigma_widget-style-9 .widget-area.sidebar .widget {
  padding: 30px;
  border: 1px solid var(--thm-border);
  border-radius: 6px;
  box-shadow: none;
}
.sigma_widget-style-9 .widget-area.sidebar .widget .widget-title,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block h2,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block .wp-block-search .wp-block-search__label{
  padding: 20px;
  background-color: var(--thm-tertiary);
  border-radius: 6px;
  margin: -32px -32px 30px -32px;
}
.sigma_widget-style-9 .widget-area.sidebar .widget .widget-title::before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block h2::before,
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block .wp-block-search .wp-block-search__label::before{
  display: none;
}
.sigma_widget-style-9 .widget-area.sidebar .widget ul>li + li{
  border: 0;
}
.sigma_widget-style-9 .widget-area.sidebar .widget ul>li {
  padding-top: 0;
  border: 0;
}
.sigma_widget-style-9 .widget-area.sidebar .widget_archive ul li span,
.sigma_widget-style-9 .widget-area.sidebar .widget_categories ul li span{
  top: 0;
}
.sigma_widget-style-9 .widget-area.sidebar .widget_tag_cloud a,
.sigma_widget-style-10 .widget-area.sidebar .widget_tag_cloud a,
.sigma_widget-style-9 .widget-area.sidebar .tagcloud a,
.sigma_widget-style-10 .widget-area.sidebar .tagcloud a{
  padding: 0;
  background-color: transparent;
  color: var(--thm-b-text);
  margin: 0;
  font-size: 16px !important;
}
.sigma_widget-style-9 .widget-area.sidebar .widget_tag_cloud a + a,
.sigma_widget-style-10 .widget-area.sidebar .widget_tag_cloud a + a,
.sigma_widget-style-9 .widget-area.sidebar .tagcloud a + a,
.sigma_widget-style-10 .widget-area.sidebar .tagcloud a + a {
  margin-left: 6px;
}
.sigma_widget-style-9 .widget-area.sidebar .widget_tag_cloud a:hover,
.sigma_widget-style-10 .widget-area.sidebar .widget_tag_cloud a:hover,
.sigma_widget-style-9 .widget-area.sidebar .tagcloud a:hover,
.sigma_widget-style-10 .widget-area.sidebar .tagcloud a:hover{
  color: var(--thm-base);
}
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block.widget_search {
    padding: 0;
}
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block .wp-block-search .wp-block-search__label {
    margin-left: 0;
    margin-top: 0;
}
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    padding: 0 30px 30px 30px;
    position: relative;
}
.sigma_widget-style-9 .widget-area.sidebar .widget.widget_block .wp-block-search .wp-block-search__inside-wrapper button.wp-block-search__button {
    top: 29px;
    right: 30px;
}
.widget-area.sidebar .widget-inner .sigma_contact-block {
    display: flex;
    align-items: flex-start;
}
.widget-area.sidebar .widget-inner .sigma_contact-block .icon {
    margin-left: 0;
}
.widget-area.sidebar .widget-inner .sigma_contact-block .icon {
    margin-left: 0;
    min-width: 70px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--thm-base);
    color: #fff;
    border-radius: 6px;
    font-size: 32px;
    margin-right: 20px;
}
.widget-area.sidebar .widget-inner .sigma_contact-block .contact-block-inner h5 {
    margin-bottom: 14px;
    font-size: 20px;
}
.widget-area.sidebar .widget-inner .sigma_contact-block .contact-block-inner p {
    margin-bottom: 0;
}
.widget-area.sidebar .widget-inner .sigma_contact-block + .sigma_contact-block {
    margin-top: 30px;
}

/* Style 10 */
.sigma_widget-style-10 .widget-area.sidebar .widget{
  padding: 25px;
  overflow: hidden;
}
.sigma_widget-style-10 .widget-area.sidebar .widget .widget-title,
.sigma_widget-style-7 .widget-area.sidebar .widget.widget_block h2{
  padding: 15px 25px;
  background-color: rgba(var(--thm-secondary-rgb), 0.1);
  margin: -25px -25px 25px;
  border-radius: 6px;
  box-shadow: 0 2px 24px rgb(0 0 0 / 4%);
}

.half-bg {
  position: relative;
}
.half-bg img {
  padding-top: 35px;
  padding-left: 35px;
}
.half-bg:before {
  content: '';
  background-color: var(--thm-base);
  display: block;
  height: 50%;
  z-index: -1;
  position: absolute;
  width: calc(50% + 35px);
  right: 35px;
  left: 0px;
}
.sigma-shadow-1.sigma-contact-info {
  box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
}
.sigma-contact-box-style2.contact-page-box {
  background-color: #fff;
  padding: 60px;
  height: 100%;
}
.sigma-contact-box-style2.contact-page-box a {
  color: #ffffff !important;
  margin-top: 15px;
  display: inherit;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--thm-font);
}
.sigma-contact-box-style2.contact-page-box a:hover {
  color: var(--thm-base);
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 {
  padding: 0 !important;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 30px !important;
  border-bottom: 2px solid var(--thm-border);
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-wrapper {
  padding-left: 0;
  align-items: flex-start !important;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 i {
  width: auto;
  height: auto;
  text-align: left;
  background: no-repeat;
  border-radius: 0;
  display: inline-block;
  font-size: 40px;
  color: var(--thm-base);
  line-height: 1;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-content {
  display: flex;
  flex-direction: column-reverse;
}

.sigma-form.sigma-form-style-1 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.sigma-contact-map .wpb_content_element {
  margin: 0 -15px;
}
.sigma-contact-info .wpcf7-submit {
  padding: 15px;
  background-color: var(--thm-base);
  border-color: var(--thm-base);
  color: var(--thm-secondary);
  font-family: var(--thm-font);
  padding: 15px 42px;
  font-size: 14px;
}
.sigma-contact-info .wpcf7-submit:hover,
.sigma-contact-info .wpcf7-submit:focus {
  background-color: #fff !important;
  color: var(--thm-secondary);
}

/*about us*/
.about-section {
  overflow: visible !important;
}
.about-section .about-tile-gallery {
  position: relative;
  min-height: 620px;
}
.about-section .about-tile-gallery .image-one {
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: 450px;
  z-index: 1;
  position: absolute;
}
.about-section .about-tile-gallery .image-two {
  right: 20px;
  bottom: 0;
  max-width: 400px;
  max-height: 260px;
  z-index: 2;
  position: absolute;
}
.about-section .about-tile-gallery .image-three {
  right: 50px;
  top: 20px;
  max-width: 160px;
  z-index: 2;
  position: absolute;
}
.about-section .about-tile-gallery .icon {
  top: 140px;
  right: 95px;
  z-index: 3;
  position: absolute;
}
.about-section .about-tile-gallery .zero-icon {
  z-index: 4;
  left: -45px;
  bottom: 20px;
  position: absolute;
}
@media (min-width: 1600px) {
  .about-section .about-tile-gallery .zero-icon {
    bottom: 40px;
    left: -140px;
  }
}
.about-section .about-text .sngle-features {
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.about-section .rounded-bar {
  margin-bottom: 0;
}
.about-text-warp .laptop-img {
  position: absolute;
  bottom: -135px;
}
.about-text-warp .laptop-other {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
@media(max-width: 1500px) {
  .about-text-warp .laptop-img {
    bottom: 0;
    top: 23%;
  }
  .about-text-warp .laptop-other {
    top: 53%;
  }
}
@media(max-width: 1200px) {
  .about-text-warp .laptop-other {
    display: none;
  }
}

/*About homepage 2*/
.image-frame {
  position: relative;
  z-index: 1;
}
.image-frame img {
  padding-right: 10px;
}
.image-frame::after {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 180px;
  height: 180px;
  background-color: var(--thm-base);
  content: '';
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
}

/*call to action*/
.call-to-action.cta-inner .cta-img .wpb_content_element {
  margin-bottom: 0;
}
.call-to-action.cta-inner {
  position: relative;
}
.call-to-action.cta-inner.vc_row:after {
  content: '';
  background-color: var(--thm-base);
  padding-top: 120px;
  padding-bottom: 90px;
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  height: 360px;
  visibility: visible;
}
.call-to-action.cta-inner .cta-text {
  align-self: flex-end;
  position: static;
}
.call-to-action.cta-style-two .custom-heading-style-1 .heading-subtitle,
.call-to-action.cta-inner .cta-text .custom-heading-style-1 .heading-subtitle {
  color: var(--thm-secondary);
}
.call-to-action.cta-style-two .custom-heading-style-1 .heading-subtitle:before,
.call-to-action.cta-inner .cta-text .custom-heading-style-1 .heading-subtitle:before {
  background-color: var(--thm-secondary);
}
.call-to-action.cta-inner .cat-link {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  background-color: var(--thm-secondary);
}
.call-to-action.cta-inner .cat-link:hover {
  background-color: #fff;
  color: var(--thm-secondary);
}
.call-to-action .need-cta-img {
  margin-bottom: 0;
  position: relative;
}
.call-to-action .need-cta-img:before {
  position: absolute;
  content: '';
  background-color: var(--thm-secondary);
  height: 250px;
  width: 250px;
  border-radius: 50%;
  left: 1px;
  bottom: -60px;
  z-index: -1;
}
.rs-overflow-hd {
  overflow: hidden;
}
.call-to-action.cta-style-two {
  margin-top: 0;
}
.call-to-action.cta-style-two .cat-link {
  position: unset;
  display: inline-block;
  margin: auto;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  background-color: var(--thm-secondary);
}
.call-to-action.cta-style-two .cat-link:hover {
  background-color: #fff;
  color: var(--thm-secondary);
}
.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle {
  color: var(--thm-base);
}
.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle:before,
.call-to-action.cta-style-two.home-3 .cat-link,
.call-to-action.cta-style-two.home-3 .need-cta-img:before {
  background-color: var(--thm-base);
}
.cta-section .cta-inner{
  position: relative;
}

/*.video-section*/
.max-width-50 p,
.max-width-50 .custom-heading-style-1 {
  max-width: 480px;
}
.max-width-50 p,
.max-width-50 .sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title {
  color: #fff;
}
.wpb_single_image.overlay-normal img {
  height: 500px;
  object-fit: cover;
}
.video-link.home {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 2;
}
.video-link.home .popup-video {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: var(--thm-base);
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  line-height: 100px;
  font-family: var(--thm-font);
  color: var(--thm-secondary);
  display: inline-block;
}
.video-link.home .popup-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--thm-base);
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
}
.overlay-normal:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--thm-tertiary);
  opacity: 0.6;
}


/*===============================================
 Portfolio
 ===============================================*/
 /* Style 1 */
.sigma_portfolio {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.row.no-gutters .sigma_portfolio {
    margin-bottom: 0;
}
.sigma_portfolio .sigma_portfolio-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.sigma-image-filter-drop-shadow .sigma-filter-img-wrapper {
    overflow: visible;
}
.sigma_portfolio .sigma_portfolio-thumb img {
  width: 100%;
  transition: 0.3s;
}
.sigma_portfolio .sigma_portfolio-thumb:hover img {
  transform: scale(1.1);
}
.sigma_portfolio .sigma_portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  transition: 0.3s;
}
.sigma_portfolio a.sigma_portfolio-category {
  color: var(--thm-base);
  font-weight: 500;
}
.sigma_portfolio .sigma_portfolio-categories a+a {
  margin-left: 10px;
}
.sigma_portfolio .sigma_portfolio-content h5 {
  margin-top: 8px;
  margin-bottom: 0;
}
.sigma_portfolio .sigma_portfolio-content h5 a {
  color: #fff;
}
.sigma_portfolio .sigma_portfolio-content h5 a:hover,
.sigma_portfolio a.sigma_portfolio-category:hover {
  color: var(--thm-base-hover);
}
.sigma_portfolio .sigma_portfolio-link {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--thm-base);
  font-size: 16px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sigma_portfolio .sigma_portfolio-link:hover {
  background-color: var(--thm-base);
  color: #fff;
}
.sigma_portfolio .sigma_portfolio-thumb:hover .sigma_portfolio-link {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

/* Style 2 */
.sigma_portfolio.style-2 .sigma_portfolio-content {
  position: relative;
  align-items: center;
  background-color: transparent;
  padding: 20px 0 0 0;
}

.sigma_portfolio.style-2 .sigma_portfolio-content h5 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sigma_portfolio.style-2 .sigma_portfolio-content h5 a {
  color: var(--thm-secondary);
}

.sigma_portfolio.style-2 .sigma_portfolio-content h5 a:hover {
  color: var(--thm-base-hover);
}

.sigma_portfolio.style-2 .sigma_portfolio-thumb.has-max-width {
  max-width: 400px;
  margin: 0 auto;
}

/* Style 3 */
.sigma_portfolio.style-3 .sigma_portfolio-content {
    height: auto;
    background: var(--thm-base);
}
.sigma_portfolio.style-3 .sigma_portfolio-content .sigma_portfolio-category {
    color: #fff;
}
.sigma_portfolio_wrapper.sigma-portfolio-style-3 .shortcode_slider .slick-list .sigma_portfolio.style-3 {
    opacity: 0.7;
}
.sigma_portfolio_wrapper.sigma-portfolio-style-3 .shortcode_slider .slick-list .slick-current .sigma_portfolio.style-3 {
    opacity: 1;
}
.sigma_portfolio_wrapper .slick-slider .slick-dots {
    margin-top: 0;
}

/* Style 4 */
.sigma_portfolio.style-4 {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}
.sigma_portfolio.style-4 .sigma_portfolio-content {
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
  padding: 15px 20px;
}
.sigma_portfolio.style-4 .sigma_portfolio-content h5 a {
  color: var(--thm-secondary);
}
.sigma_portfolio.style-4 .sigma_portfolio-content h5 a:hover,
.sigma_portfolio.style-4 a.sigma_portfolio-category:hover {
  color: var(--thm-base-hover);
}
.sigma_portfolio.style-4 .sigma_portfolio-link {
  position: relative;
  bottom: 0;
  right: 0;
  background-color: var(--thm-base);
  color: #fff;
  opacity: 1;
  visibility: visible;
}
.sigma_portfolio.style-4 .sigma_portfolio-link:hover {
  background-color: var(--thm-base-hover);
}

/* Style 5 */
.sigma_portfolio.style-5 .sigma_portfolio-content {
  opacity: 0;
  visibility: hidden;
}
.sigma_portfolio.style-5:hover .sigma_portfolio-content {
  opacity: 1;
  visibility: visible;
}

/* Style 6 */
.sigma_portfolio.style-6 .sigma_portfolio-content {
  height: auto;
  padding: 12px 20px;
}

/* Style 7 */

.sigma_portfolio.style-7 .sigma_portfolio-content,
.sigma_portfolio.style-8 .sigma_portfolio-content{
  left: 50%;
  transform: translateX(-50%);
  width:calc(100% - 20px);
  height: auto;
  background-color: var(--thm-base);
  padding: 30px;
  opacity: 0;
  visibility: hidden;
}

.sigma_portfolio.style-7:hover .sigma_portfolio-content{
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.sigma_portfolio.style-7 .sigma_portfolio-content h5,
.sigma_portfolio.style-8 .sigma_portfolio-content h5{
  margin-bottom: 8px;
  margin-top: 0;
}

.sigma_portfolio.style-7 .sigma_portfolio-content p{
  margin-bottom: 0;
  color: #fff;
}
.sigma_portfolio.style-7 .sigma_portfolio-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* Style 8 */
.sigma_portfolio.style-8 {
    margin-bottom: 90px;
}
.sigma_portfolio.style-8 .sigma_portfolio-thumb{
  overflow: visible;
}
.sigma_portfolio.style-8 .sigma_portfolio-thumb:hover img,
.sigma_portfolio.style-9 .sigma_portfolio-thumb:hover img{
  transform: none;
}
.sigma-portfolio-style-8.show-hover-active-content .shortcode_slider .slick-slide.slick-current.slick-active .sigma_portfolio.style-8 .sigma_portfolio-content {
    visibility: visible;
    opacity: 1;
}

/* Style 9 */
.sigma_portfolio.style-9 .sigma_portfolio-content{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  transition: 0.3s;
  height: auto;
  background-color: #fff;
  width: calc(100% - 60px);
  border-bottom: 4px solid var(--thm-base);
  bottom: -60px;
}
.sigma_portfolio.style-9 .sigma_portfolio-thumb{
  overflow: visible;
}
.sigma_portfolio.style-9 .sigma_portfolio-content h5{
  margin-top: 0;
  margin-bottom: 8px;
}
.sigma_portfolio.style-9 .sigma_portfolio-content p{
  margin-bottom: 0;
}
.sigma_portfolio.style-9 .sigma_portfolio-content h5 a{
  color: var(--thm-secondary);
}
.sigma_portfolio.style-8 .sigma_portfolio-content{
  background-color: #fff;
  width: calc(100% - 60px);
  border-bottom: 4px solid var(--thm-base);
  bottom: -60px;
}
.sigma_portfolio.style-8:hover .sigma_portfolio-content{
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.sigma_portfolio.style-8 .sigma_portfolio-content h5 a{
  color: var(--thm-secondary);
}

.sigma_portfolio.style-8 .sigma_portfolio-content h5 a:hover{
  color: var(--thm-base-hover);
}
.sigma_portfolio.style-8 .sigma_portfolio-content p{
  color: var(--thm-b-text);
  margin-bottom: 12px;
}

.sigma_portfolio.style-8 .sigma_portfolio-content .icon-box{
  font-size: 32px;
  color: var(--thm-secondary);
  display: block;
  margin-bottom: 20px;
}
.sigma_portfolio.style-8 .sigma_portfolio-content .btn-link{
  color: var(--thm-secondary);
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sigma_portfolio.style-8 .sigma_portfolio-content .btn-link i{
  margin-left: 5px;
  transition: .3s;
}
.sigma_portfolio.style-8 .sigma_portfolio-content .btn-link:hover i{
  transform: translateX(5px);
  transition: .3s;
}
.sigma_portfolio.style-8 .sigma_portfolio-content .btn-link:hover{
  color: var(--thm-base-hover);
}

/* Style 9 */
.sigma_portfolio.style-9 {
    margin-bottom: 90px;
}

/* Style 10 */
.sigma_portfolio.style-10 {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.sigma_portfolio.style-10 .sigma_portfolio-content {
    position: relative;
    background-color: transparent;
    padding: 20px 0 0;
}
.sigma_portfolio.style-10 .sigma_portfolio-content h5 a{
  color: var(--thm-secondary);
}
.sigma_portfolio.style-10 .sigma_portfolio-content h5 a:hover{
  color: var(--thm-base-hover);
}
.sigma_portfolio.style-10 .sigma_portfolio-link {
    left: 50%;
    right: auto;
    top: 52%;
    bottom: auto;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    z-index: 2;
}
.sigma_portfolio.style-10 .sigma_portfolio-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-secondary);
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}
.sigma_portfolio.style-10 .sigma_portfolio-thumb:hover:before{
    opacity: 0.6;
}
.sigma_portfolio.style-10 .sigma_portfolio-thumb .sigma_portfolio-link:hover{
  color: var(--thm-base);
}
.sigma_portfolio.style-10 .sigma_portfolio-content h5{
  margin-top: 0;
}

/* Style 11 */
.sigma_portfolio.style-11 .sigma_portfolio-content {
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--thm-secondary-rgb), 0.4);
  opacity: 0;
  visibility: hidden;
}
.sigma_portfolio.style-11 .sigma_portfolio-content .sigma_portfolio-categories a {
  color: #fff;
  font-weight: 400;
}
.sigma_portfolio.style-11 .sigma_portfolio-content h5 {
    margin-top: 8px;
    margin-bottom: 0;
}
.sigma_portfolio.style-11 .sigma_portfolio-content h5 a{
  color: #fff;
}
.sigma_portfolio.style-11 .sigma_portfolio-content h5 a:hover{
  color: var(--thm-base-hover);
}
.sigma_portfolio.style-11:hover .sigma_portfolio-content {
    opacity: 1;
    visibility: visible;
}

/* Style 12 */
.sigma_portfolio.style-12 .details-btn {
  position: absolute;
  bottom: -20px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--thm-secondary);
  padding: 8px 26px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 3%);
  z-index: 1;
  transition: 0.3s;
}
.sigma_portfolio.style-12 .sigma_portfolio-content {
    background: linear-gradient(to bottom, transparent 57%,rgba(var(--thm-secondary-rgb), 0.7) 100%);
    padding: 20px 40px;
}
.sigma_portfolio.style-12 .sigma_portfolio-content h5{
  margin-bottom: 30px;
}
.sigma_portfolio.style-12 a.sigma_portfolio-category{
  color: #fff;
}
.sigma_portfolio.style-12 a.sigma_portfolio-category:hover{
  color: var(--thm-base-hover);
}
.shortcode_slider .slick-list .slick-slide:not(.slick-current) .sigma_portfolio.style-12 .sigma_portfolio-content {
    background: none;
}
.shortcode_slider .slick-list .slick-slide:not(.slick-current) .sigma_portfolio.style-12 .details-btn {
    display: none;
}

/* Style 13 */
.sigma_portfolio.style-13 .sigma_portfolio-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  transition: 0.3s;
}
.sigma_portfolio.style-13 .sigma_portfolio-link {
    position: relative;
    bottom: 0;
    right: 0;
    border-radius: 0;
    color: #fff;
    background-color: var(--thm-base);
    opacity: 1;
    visibility: visible;
}
.sigma_portfolio.style-13 .sigma_portfolio-link:hover{
  background: var(--thm-base-hover);
}
.sigma_portfolio.style-13 .sigma_portfolio-content {
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: var(--thm-secondary);
    padding: 20px;
}
.sigma_portfolio.style-13 .sigma_portfolio-categories a {
    color: var(--thm-base);
    font-weight: 500;
}
.sigma_portfolio.style-13 .sigma_portfolio-content h5 {
    margin-top: 8px;
    text-align: center;
    margin-bottom: 0;
}
.sigma_portfolio.style-13 {
    margin-bottom: 90px;
}
.shortcode_slider .slick-list .slick-slide:not(.slick-current) .sigma_portfolio.style-13 .sigma_portfolio-content-wrapper{
  opacity: 0;
  visibility: hidden;
}

/* Style 14 */
.sigma_portfolio.style-14 .sigma_portfolio-content {
  background: transparent;
}
.sigma_portfolio.style-14 .sigma_portfolio-thumb .sigma_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.sigma_portfolio.style-14 .sigma_portfolio-content {
    background: transparent;
    position: relative;
    background-color: transparent;
    padding: 65px 0 0;
    justify-content: start;
}
.sigma_portfolio.style-14 .sigma_portfolio-content p {
    border-top: 1px solid var(--thm-border);
    margin-top: 18px;
    margin-bottom: 0;
    padding-top: 18px;
}

.sigma_portfolio_wrapper.sigma-portfolio-style-14 .shortcode_slider .slick-list .slick-current + .slick-slide .row {
    flex-direction: row-reverse;
}

.sigma_portfolio_wrapper.sigma-portfolio-style-14 .shortcode_slider .slick-slide{
    margin: 0 30px;
    padding: 0;
}
.shortcode_slider .slick-list .slick-slide:not(.slick-current) .sigma_portfolio.style-14 .sigma_portfolio-thumb .sigma_btn{
  opacity: 0;
  visibility: hidden;
}
.sigma_portfolio_wrapper.sigma-portfolio-style-14 .slick-slider.shortcode_slider.arrows-bottom-left .slick-arrow.slick-prev {
    left: 30px;
    bottom: 30px;
    top: 300px;
}
.sigma_portfolio_wrapper.sigma-portfolio-style-14 .slick-slider.shortcode_slider.arrows-bottom-left .slick-arrow.slick-next {
    left: 90px;
    bottom: 30px;
    top: 300px;
}

/*================================================
 Doctor Archive style
 ===============================================*/
 /* Style 1 */
.sigma_doctor {
  position: relative;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
  border-radius: 0;
  overflow: hidden;
}
.sigma_doctor .sigma_doctor-thumb {
  position: relative;
  overflow: hidden;
}
.sigma_doctor .sigma_doctor-thumb.has-width {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.sigma_doctor .sigma_doctor-thumb img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.sigma_doctor.style-1 .sigma_doctor-thumb img{
  border-radius: 50%;
}
.sigma_doctor .sigma_doctor-thumb:hover img {
  transform: scale(1.1);
}
.sigma_doctor .sigma_doctor-thumb.has-width:hover img {
  transform: none;
}
.sigma_doctor .sigma_doctor-body {
  margin-top: 20px;
}
.sigma_doctor .sigma_doctor-body h5 {
  margin-bottom: 0;
}
.sigma_doctor .sigma_doctor-categories,
.sigma_doctor .sigma_doctor-body p {
  margin-top: 10px;
  margin-bottom: 0;
}
.sigma_doctor .sigma_doctor-categories a+a {
  margin-left: 10px;
}
.sigma_doctor .sigma_doctor-categories a {
  color: var(--thm-b-text);
  font-weight: 500;
  text-transform: uppercase;
}
.sigma_doctor .sigma_doctor-categories a:hover {
  color: var(--thm-base-hover);
}
.sigma_social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0;
  list-style: none;
}
.sigma_social-icons li+li {
  margin-left: 10px;
}
.sigma_social-icons li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-base);
  background-color: var(--thm-tertiary);
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
}
.sigma_social-icons li a:hover {
  background-color: var(--thm-base);
  color: #fff;
}
.sigma_doctor .sigma_social-icons {
  margin-top: 18px;
}
.sigma_doctor .sigma_social-icons {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 18px;
}

/* Style 2 */
.sigma_doctor.style-2,
.sigma_doctor.style-4,
.sigma_doctor.style-5,
.sigma_doctor.style-6,
.sigma_doctor.style-8,
.sigma_doctor.style-9,
.sigma_doctor.style-10 {
  box-shadow: none;
  text-align: left;
  padding: 0;
}
.sigma_doctor.style-2 .sigma_social-icons,
.sigma_doctor.style-8 .sigma_social-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  right: 0;
  top: 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}
.sigma_doctor.style-2 .sigma_social-icons li a,
.sigma_doctor.style-8 .sigma_social-icons li a {
  color: #fff;
  background-color: var(--thm-base);
  position: relative;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
}
.sigma_doctor.style-2 .sigma_social-icons li a:hover,
.sigma_doctor.style-4 .sigma_social-icons li a:hover,
.sigma_doctor.style-6 .sigma_social-icons li a:hover,
.sigma_doctor.style-8 .sigma_social-icons li a:hover,
.sigma_doctor.style-9 .sigma_social-icons li a:hover {
  color: var(--thm-secondary);
  background-color: #fff;
}
.sigma_doctor.style-2 .sigma_doctor-thumb:hover .sigma_social-icons,
.sigma_doctor.style-8 .sigma_doctor-thumb:hover .sigma_social-icons {
  opacity: 1;
  visibility: visible;
}
.sigma_doctor.style-2 .sigma_doctor-thumb:hover .sigma_social-icons li a,
.sigma_doctor.style-8 .sigma_doctor-thumb:hover .sigma_social-icons li a {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.sigma_doctor.style-2 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(2) a,
.sigma_doctor.style-8 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(2) a {
  transition: bottom 0.8s, background-color .3s, color .3s;
}
.sigma_doctor.style-2 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(3) a,
.sigma_doctor.style-8 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(3) a {
  transition: bottom 1.2s, background-color .3s, color .3s;
}
.sigma_doctor.style-2 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(4) a,
.sigma_doctor.style-8 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(4) a {
  transition: bottom 1.8s, background-color .3s, color .3s;
}
.sigma_doctor.style-2 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(5) a,
.sigma_doctor.style-8 .sigma_doctor-thumb:hover .sigma_social-icons li:nth-child(5) a {
  transition: bottom 2s, background-color .3s, color .3s;
}
/* style 3 */
.sigma_doctor.style-3,
.sigma_doctor.style-5 {
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.sigma_doctor.style-3 .sigma_doctor-body,
.sigma_doctor.style-5 .sigma_doctor-body {
  flex: 1;
  margin: 0;
  padding: 20px;
}

.sigma_doctor.style-3 .sigma_social-icons,
.sigma_doctor.style-4 .sigma_social-icons,
.sigma_doctor.style-5 .sigma_social-icons,
.sigma_doctor.style-6 .sigma_social-icons,
.sigma_doctor.style-9 .sigma_social-icons,
.sigma_doctor.style-10 .sigma_social-icons {
  justify-content: flex-start;
}

/* Style 4 */
.sigma_doctor.style-4 .sigma_doctor-body,
.sigma_doctor.style-6 .sigma_doctor-body,
.sigma_doctor.style-9 .sigma_doctor-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 0;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.sigma_doctor.style-4 .sigma_doctor-thumb:hover .sigma_doctor-body,
.sigma_doctor.style-6 .sigma_doctor-thumb:hover .sigma_doctor-body {
  opacity: 1;
  visibility: visible;
}

.sigma_doctor.style-4 .sigma_doctor-body .sigma_doctor-title,
.sigma_doctor.style-6 .sigma_doctor-body .sigma_doctor-title,
.sigma_doctor.style-4 .sigma_social-icons,
.sigma_doctor.style-6 .sigma_social-icons,
.sigma_doctor.style-6 .sigma_doctor-body p {
  position: relative;
  transition: 0.3s;
}

.sigma_doctor.style-4 .sigma_doctor-body .sigma_doctor-title,
.sigma_doctor.style-6 .sigma_doctor-body .sigma_doctor-title {
  top: -5px;
}

.sigma_doctor.style-4 .sigma_doctor-thumb:hover .sigma_doctor-title,
.sigma_doctor.style-6 .sigma_doctor-thumb:hover .sigma_doctor-title {
  top: 5px;
}

.sigma_doctor.style-4 .sigma_doctor-body h5 a,
.sigma_doctor.style-9 .sigma_doctor-body h5 a,
.sigma_doctor.style-6 .sigma_doctor-body h5 a,
.sigma_doctor.style-4 .sigma_doctor-categories a,
.sigma_doctor.style-9 .sigma_doctor-categories a,
.sigma_doctor.style-6 .sigma_doctor-categories a {
  color: #fff;
}

.sigma_doctor.style-4 .sigma_doctor-body h5 a:hover,
.sigma_doctor.style-4 .sigma_doctor-categories a:hover,
.sigma_doctor.style-9 .sigma_doctor-body h5 a:hover,
.sigma_doctor.style-9 .sigma_doctor-categories a:hover,
.sigma_doctor.style-6 .sigma_doctor-body h5 a:hover,
.sigma_doctor.style-6 .sigma_doctor-categories a:hover {
  color: var(--thm-base-hover);
}

.sigma_doctor.style-4 .sigma_social-icons,
.sigma_doctor.style-6 .sigma_social-icons {
  bottom: -5px;
}

.sigma_doctor.style-4 .sigma_doctor-thumb:hover .sigma_social-icons,
.sigma_doctor.style-6 .sigma_doctor-thumb:hover .sigma_social-icons {
  bottom: 5px;
}

.sigma_doctor.style-4 .sigma_social-icons li a,
.sigma_doctor.style-9 .sigma_social-icons li a,
.sigma_doctor.style-6 .sigma_social-icons li a {
  color: #fff;
  background-color: var(--thm-base);
}
/* Style 5 */
.sigma_doctor.style-5 .sigma_doctor-thumb img {
  width: auto;
  border-radius: 50%;
}
.sigma_doctor.style-5 .sigma_doctor-thumb:hover img{
  transform: none;
}

/* style 6 */
.sigma_doctor.style-6 .sigma_doctor-body {
  background-color: rgba(255, 170, 23, 0.4);
  justify-content: center;
}

.sigma_doctor.style-6 .sigma_doctor-body p {
  color: #fff;
}

/* style 7 */
.sigma_doctor.style-7,
.sigma_doctor.style-11 {
  box-shadow: none;
  padding: 0;
  border: 1px solid var(--thm-border);
}

.sigma_doctor.style-7 .sigma_doctor-body,
.sigma_doctor.style-11 .sigma_doctor-body {
  margin-top: 0;
  padding: 30px;
}
/* style 8 */
.sigma_doctor.style-8 .sigma_doctor-body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px;
  background-color:var(--thm-base);
}

.sigma_doctor.style-8 .sigma_doctor-body h5 a {
  color: #fff;
}

.sigma_doctor.style-8 .sigma_doctor-categories {
  margin-top: 0;
}

.sigma_doctor.style-8 .sigma_doctor-categories a {
  color: #fff;
  position: relative;
  padding-left: 22px;
  margin-left: 10px;
}

.sigma_doctor.style-8 .sigma_doctor-body h5 a:hover,
.sigma_doctor.style-8 .sigma_doctor-categories a:hover {
  color: var(--thm-secondary);
}

.sigma_doctor.style-8 .sigma_doctor-categories a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #fff;
}

/* style 9 */
.sigma_doctor.style-9 .sigma_doctor-body {
  opacity: 1;
  visibility: visible;
}

/* Style 10 */
.sigma_doctor.style-10 {
  border: 0;
  overflow: visible;
  margin-bottom: 90px;
}
.sigma_doctor.style-10 .sigma_doctor-thumb:hover img{
  transform: none;
  overflow: visible;
}
.sigma_doctor.style-10 .sigma_doctor-thumb{
  overflow: visible;
}
.sigma_doctor.style-10 .sigma_doctor-body{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: calc(100% - 20px);
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 6%);
    text-align: left;
    padding: 20px;
}

/* Style 11 */
.sigma_doctor.style-11 {
  padding: 0 30px;
  margin-bottom: 0;
  border: 0;
}

.sigma_doctor.style-11 .sigma_doctor-body {
  margin-top: 0;
}

.nav-tabs-nulled.nav-tabs {
  border: 0;
}

.nav-tabs-nulled .nav-link.active {
  border: 0;
}

.nav-tabs-nulled .nav-link .sigma_doctor {
  border: 1px solid transparent;
}

.nav-tabs-nulled .nav-link.active .sigma_doctor {
  border: 1px solid var(--thm-base);
}

.sigma_doctor_tab_wrapper .tab-pane .sigma_doctor.style-11 {
    background: transparent;
}

.nav-tabs-nulled .nav-link {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.nav-tabs-nulled .nav-item {
  margin: 0;
}
.nav-tabs-nulled .nav-link .sigma_doctor .sigma_doctor-thumb img {
    border-radius: 50%;
}
.nav-tabs-nulled .nav-link:hover {
    cursor: pointer;
}
.sigma_doctor_tab_wrapper .nav-link .sigma_doctor .sigma_doctor-categories a{
  font-weight: 400;
  color: var(--thm-base);
}
.sigma_doctor_tab_wrapper .nav-link.active .sigma_doctor .sigma_doctor-categories a{
  color: var(--thm-b-text);
}
.sigma_doctor.style-11 .sigma_doctor-body {
    margin-top: 0;
    padding: 0;
    border: 0;
    text-align: left;
}
.sigma_doctor.style-11 .sigma_social-icons{
  justify-content: flex-start;
}
.sigma_doctor.style-12 .sigma_doctor-body {
    margin-top: 0;
    padding: 20px 0 0;
    text-align: left;
    position: relative;
}
.sigma_doctor.style-12 {
    padding: 0;
    box-shadow: none;
}
.sigma_doctor.style-12 .sigma_doctor-body .sigma_social-icons,
.sigma_doctor.style-13 .sigma_doctor-body .sigma_social-icons {
    flex-direction: column;
    position: absolute;
    bottom: calc(100% - -40px);
    right: 20px;
    margin-top: 0;
}
.sigma_doctor.style-12 .sigma_doctor-body .sigma_social-icons li a,
.sigma_doctor.style-13 .sigma_doctor-body .sigma_social-icons li a{
  opacity: 0;
  visibility: hidden;
  color: var(--thm-secondary);
}
.sigma_doctor.style-12 .sigma_doctor-body .sigma_social-icons li a:hover,
.sigma_doctor.style-13 .sigma_doctor-body .sigma_social-icons li a:hover{
  color: #fff;
}
.sigma_doctor.style-12 a.trigger-doctor-socials,
.sigma_doctor.style-13 a.trigger-doctor-socials {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    top: -30px;
    color: var(--thm-secondary);
    background: #fff;
    right: 20px;
}
.sigma_doctor.style-12 .sigma_doctor-body .sigma_doctor-categories a {
    color: var(--thm-base);
    text-transform: capitalize;
}
.sigma_doctor.style-12 .sigma_doctor-body .sigma_doctor-categories {
  margin-top: 0;
  margin-bottom: 6px;
}
.sigma_doctor.style-12 .sigma_doctor-body p {
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--thm-border);
}
.sigma_doctor.style-12 .sigma_doctor-body .sigma_social-icons.visible li a,
.sigma_doctor.style-13 .sigma_doctor-body .sigma_social-icons.visible li a {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.sigma_doctor.style-12 .sigma_doctor-body .sigma_social-icons li + li,
.sigma_doctor.style-13 .sigma_doctor-body .sigma_social-icons li {
    margin-left: 0;
    margin-top: 10px;
}
.sigma_doctor.style-12:hover .sigma_doctor-thumb img {
    transform: scale(1.1);
}


/* Style 12 */
.sigma_doctor.style-13 {
  border: 2px solid var(--thm-border);
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 6%);
}
.sigma_doctor.style-13 .sigma_doctor-body {
  text-align: left;
  position: relative;
}
.sigma_doctor.style-13 a.trigger-doctor-socials{
  border-radius: 0;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 6%);
  top: -50px;
}
.sigma_doctor.style-13 a.trigger-doctor-socials:hover {
    background: var(--thm-base);
    color: #fff;
}
.sigma_doctor.style-13 a.trigger-doctor-socials:hover i {
    transform: rotate(45deg );
    transition: 0.3s;
}
.sigma_doctor.style-13 a.trigger-doctor-socials i {
    transition: 0.3s;
}
.sigma_doctor.style-13 .sigma_doctor-body .sigma_social-icons.visible li a {
    border-radius: 0;
}
.sigma_doctor.style-13 .sigma_doctor-body .sigma_social-icons{
    bottom: calc(100% - -60px);
}

/* Style 13 */
.sigma_doctor.style-14 {
  padding: 50px 50px 35px;
  border: 0;
  text-align: center;
  overflow: visible;
}
.sigma_doctor.style-14 .sigma_social-icons {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--thm-base);
  width: 160px;
  height: 40px;
  border-radius: 30px;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.sigma_doctor.style-14 .sigma_social-icons li a {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}
.sigma_doctor.style-14:hover .sigma_social-icons {
  opacity: 1;
  visibility: visible;
}

/* Style 14 */
.sigma_doctor.style-15 {
    padding: 0;
}
.sigma_doctor.style-15 .sigma_doctor-thumb {
    border-radius: 6px;
}
.sigma_doctor.style-15 .sigma_doctor-body {
    padding: 30px;
    margin-top: 0;
    text-align: left;
}
.sigma_doctor .sigma_doctor-categories {
    margin-top: 5px;
}
.sigma_doctor .sigma_doctor-categories a{
  text-transform: capitalize;
}
.sigma_doctor.style-15 .sigma_doctor-body .sigma_doctor-info span {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.sigma_doctor.style-15 .sigma_doctor-body .sigma_doctor-info span i{
  color: var(--thm-base);
  margin-right: 10px;
}

/* Style 15 */
.sigma_doctor.style-16 {
    padding: 0;
    box-shadow: none;
    overflow: visible;
}
.sigma_doctor.style-16 .sigma_doctor-thumb {
    border-radius: 6px;
}
.sigma_doctor.style-16 .sigma_doctor-body {
    position: relative;
    margin-top: -50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 6%);
    transition: .3s;
    padding: 20px;
}
.sigma_doctor.style-16:hover .sigma_doctor-body {
    margin-top: -60px;
    transition: .3s;
}
.sigma_doctor.style-16 .sigma_doctor-categories {
    margin-top: 10px;
}
.sigma_doctor.style-16 .sigma_doctor-body .sigma_social-icons li a {
    width: 40px;
    height: 40px;
    background: #f4f5f8;
    color: var(--thm-secondary);
}
.sigma_doctor.style-16 .sigma_doctor-body .sigma_social-icons li a:hover{
  background: var(--thm-secondary);
  color: #fff;
}

/* Style 16 */
.sigma_doctor.style-17 {
  padding: 0;
  background-color: #fff;
  border: 1px solid var(--thm-border);
  box-shadow: none;
  border-top: 0;
  border-radius: 6px;
}
.sigma_doctor.style-17 .sigma_doctor-thumb {
  border-radius: 6px;
}
.sigma_doctor.style-17 .sigma_doctor-body {
  margin-top: 0;
  padding: 30px;
  text-align: left;
  position: relative;
  transition: .3s;
  background: #fff;
}
.sigma_doctor.style-17 .sigma_doctor-body .sigma_rating {
    margin: 10px 0;
}
.sigma_doctor.style-17 .sigma_doctor-body .sigma_doctor-info {
    margin-top: 10px;
}
.sigma_doctor.style-17 .sigma_doctor-body .sigma_btn {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.sigma_doctor.style-17:hover .sigma_doctor-body {
    padding-bottom: 100px;
    margin-top: -70px;
    transition: .3s;
}
.sigma_doctor.style-17:hover .sigma_doctor-body .sigma_btn {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

/* Style 17 */
.sigma_doctor.style-18 {
  background-color: #fff;
  border: 1px solid var(--thm-border);
  padding: 0;
  box-shadow: none;
  border-radius: 6px;
}
.sigma_doctor.style-18 .sigma_doctor-thumb{
  height: 100%;
}
.sigma_doctor.style-18 .sigma_doctor-body {
  margin-top: 0;
  padding: 30px;
  text-align: left;
  border-right: 1px solid var(--thm-border);
  height: 100%;
}
.sigma_doctor.style-18 .sigma_doctor-footer {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.sigma_doctor.style-18 .sigma_doctor-footer .sigma_doctor-info span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sigma_doctor.style-18 .sigma_doctor-footer .sigma_rating {
  margin: 80px 0 0;
  text-align: left;
  position: absolute;
  bottom: 20px;
}
.sigma_doctor.style-18 .sigma_doctor-footer .sigma_doctor-info span + span {
    margin-top: 10px;
}
.sigma_doctor.style-18 .sigma_doctor-footer .sigma_doctor-info span i {
    color: var(--thm-base);
    margin-right: 10px;
}

/* Style 18 */
.sigma_doctor.style-19 {
  padding: 0;
  background-color: #fff;
  border: 1px solid var(--thm-border);
  box-shadow: none;
  border-radius: 6px;
}
.sigma_doctor.style-19 .sigma_doctor-body {
    margin-top: 0;
    padding: 20px;
}
.sigma_doctor.style-19 .sigma_doctor-body {
    margin-top: 0;
    padding: 20px;
    text-align: left;
}
.sigma_doctor.style-19 .sigma_rating {
    margin: 6px 0;
}
.sigma_doctor.style-19 .sigma_doctor-info span {
    display: flex;
    text-align: left;
    font-size: 16px;
    align-items: center;
}
.sigma_doctor.style-19 .sigma_doctor-info span i {
    margin-right: 10px;
    color: var(--thm-base);
}
.sigma_doctor.style-19 .sigma_doctor-info span + span {
    margin-top: 10px;
}
.sigma_doctor.style-19 .sigma_doctor-thumb {
    border-radius: 6px;
}

/* Doctor Details style */
.sigma-doctor-detail{
  background-color: #fff;
}
.sigma-doctor-detail .sigma_post-thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.sigma-doctor-detail .sigma-doctor-textwrap {
  padding-left: 25px;
  position: relative;
}
.sigma-doctor-detail .sigma-doctor-title {
  margin-top: 0;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 10px;
}
.sigma-doctor-detail .sigma-doctor-designation {
  font-weight: 700;
  color: var(--thm-base);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.sigma-doctor-detail .sigma-doctor-designation-container {
  margin-bottom: 20px;
}
.sigma-doctor-detail .sigma-doctor-textwrap .theme-btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.sigma-doctor-detail .sigma-doctor-link-profiles,
.sigma-doctor-detail .sigma-doctor-details {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--thm-border);
  margin-left: 0;
  display: block;
}
.sigma-doctor-detail .sigma-doctor-details .sigma-doctor-detail {
  margin-bottom: 30px;
  padding-bottom: 0;
  color: #111;
  font-size: 16px;
  padding-left: 45px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sigma-doctor-detail .sigma-doctor-details .sigma-doctor-detail-value{
  color: #777;
}
.sigma-doctor-detail .sigma-doctor-details .sigma-doctor-detail:last-child {
  margin-bottom: 0;
}
.sigma-doctor-detail .sigma-doctor-details .sigma-doctor-detail svg {
  fill: var(--thm-base);
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sigma-doctor-detail .sigma-doctor-link-profiles-container {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.sigma-doctor-link-profiles {
  margin: 0;
  padding: 0;
  clear: both;
}
.sigma-doctor-link-profiles-container {
  border-top: 1px solid var(--thm-border);
  padding-top: 30px;
  margin-top: 10px;
}
.sigma-doctor-link-profiles li {
  display: inline-block;
  border: none;
}
.sigma-doctor-link-profiles li a {
  background-color: var(--thm-tertiary);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #111;
}
.sigma-doctor-link-profiles li a:hover {
  color: #ffffff;
  background-color: var(--thm-base);
}
.doctor-detail-content-wrapper {
    margin-bottom: 30px;
}
.sigma-doctor-detail .sigma-doctor-thumbnail,
.sigma-doctor-detail .sigma-doctor-thumbnail .sigma_post-thumbnail {
    height: 100%;
}
/*sigma-button=dark*/
.sigma-btn-dark .vc_btn3-color-primary,
.sigma-btn-dark .vc_btn3-color-secondary,
.theme-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--thm-font);
  color: var(--thm-secondary);
  text-transform: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 45px;
  background-color: #fff;
  border: 2px solid #fff;
  position: relative;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before,
.sigma-btn-dark .vc_btn3-color-secondary:after,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn:after,
.theme-btn:before {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 10px;
  width: 2px;
  content: '';
  background-color: var(--thm-base);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sigma-btn-dark .vc_btn3-color-primary:before,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn:before {
  width: 10px;
  height: 2px;
}
.sigma-btn-dark .vc_btn3-color-secondary,
.theme-btn.btn-yellow {
  background-color: var(--thm-base);
  border-color: var(--thm-base);
}
.sigma-btn-dark .vc_btn3-color-secondary:after,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn.btn-yellow:after,
.theme-btn.btn-yellow:before {
  background-color: var(--thm-secondary);
}
.sigma-btn-dark .vc_btn3-color-secondary:hover,
.theme-btn.btn-yellow:hover {
  background-color: var(--thm-secondary);
  border-color: var(--thm-secondary);
  color: #fff;
}
.sigma-btn-dark .vc_btn3-color-secondary:hover:after,
.sigma-btn-dark .vc_btn3-color-secondary:hover:before,
.theme-btn.btn-yellow:hover:after,
.theme-btn.btn-yellow:hover:before {
  background-color: var(--thm-base);
}
.sigma-btn-dark .vc_btn3-color-primary {
  background-color: var(--thm-base);
  border-color: var(--thm-base);
  color: var(--thm-secondary);
}
.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before {
  background-color: var(--thm-secondary);
}
.sigma-btn-dark .vc_btn3-color-primary:hover {
  background-color: var(--thm-secondary);
  border-color: var(--thm-secondary);
  color: var(--thm-secondary);
}
.sigma-btn-dark .vc_btn3-color-primary:hover:after,
.sigma-btn-dark .vc_btn3-color-primary:hover:before {
  background-color: var(--thm-base);
}
.theme-btn.btn-white {
  background-color: transparent;
  border-color: var(--thm-secondary);
  color: var(--thm-secondary);
}
.theme-btn.btn-white:after,
.theme-btn.btn-white:before {
  background-color: var(--thm-base);
}
.theme-btn.btn-white:hover {
  background-color: var(--thm-base);
  border-color: var(--thm-base);
  color: var(--thm-secondary);
}
.theme-btn.btn-white:hover:after,
.theme-btn.btn-white:hover:before {
  background-color: var(--thm-secondary);
}
/*about-home-3*/
.about-home-3 .wpb_wrapper {
  padding-right: 40px;
}

/*video-style-2*/
.video-style-2 {
  position: relative;
  z-index: 1;
}
.video-style-2 .video-text {
  max-width: 600px;
  margin: 0 auto;
}
.video-style-2 .video-text .video-link-two {
  margin-bottom: 45px;
}
.video-style-2 .video-text .video-link-two .popup-video {
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: var(--thm-base);
  font-size: 20px;
  text-align: center;
  line-height: 140px;
  color: var(--thm-secondary);
  display: inline-block;
}
.video-style-2 .video-text .video-link-two .popup-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #ffffff;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
}
.video-style-2 .video-text .wpb_content_element {
  margin-bottom: 0;
}
.video-style-2 .video-text .wpb_content_element p {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/
.about-sec-page .about-tile-gallery-two {
  min-height: 550px;
  position: relative;
  z-index: 5;
}
.about-sec-page .about-tile-gallery-two .image-two {
  position: absolute;
  left: -20px;
  bottom: 0;
  border-right: 20px solid #fff;
  border-top: 20px solid #fff;
  z-index: 1;
}
@media (min-width: 1600px) {
  .about-sec-page .about-tile-gallery-two .image-two {
    left: -120px;
  }
}
.about-sec-page .about-tile-gallery-two .image-one,
.about-sec-page .about-tile-gallery-two .image-two {
  margin-bottom: 0;
}
.about-sec-page .about-text .about-extra {
  padding-left: 215px;
  position: absolute;
  margin-top: 50px;
  bottom: 0;
}
.about-sec-page .about-text .about-extra img {
  position: absolute;
  left: -335px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 6;
}
.about-sec-page.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
  z-index: auto;
}
.single-detail-page .sigma_post-thumbnail {
  margin-bottom: 50px;
  height: 500px;
}
.single-detail-page .sigma_post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-detail-page .page-service-list {
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.single-detail-page .page-service-list li {
  margin-bottom: 10px;
  color: #fff;
}
.single-detail-page .page-service-list li i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 15px;
  color: var(--thm-secondary);
  background-color: var(--thm-base);
  text-align: center;
}
.rounded-frame {
  position: relative;
}
.rounded-frame:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-49%);
  transform: translateX(-49%);
  top: 100px;
  background-color: var(--thm-base);
  height: 465px;
  width: 465px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .rounded-frame:after {
    width: 300px;
    height: 300px;
  }
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
#sb_instagram #sbi_load {
  display: none;
}
#sb_instagram {
  margin-bottom: 0 !important;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
  margin: 0 -5px;
}


/*--------------------------------------------------------------
# Blog widget
--------------------------------------------------------------*/
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li:after {
  display: none;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #777;
  background-color: var(--thm-tertiary);
  text-align: center;
  display: block;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

@media (max-width: 767px) {
  .vc_row.counter-big-text:before {
    font-size: 120px;
  }
}
@media (max-width: 399px) {
  .vc_row.counter-big-text:before {
    font-size: 80px;
  }
}

/*===== Go to Top =====*/
.sigma_to-top{
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-base);
  color: #fff;
  transition: .3s;
  cursor: pointer;
  z-index: 9;
}
.sigma_to-top.active{
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.sigma_to-top.active:hover{
  bottom: 25px;
}
.sigma_to-top:hover{
  background-color: var(--thm-base-hover);
}
.sigma_to-top i{
  font-size: 20px;
}

.sigma_to-top.bottom-center{
  right: 50%;
  transform: translateX(50%);
}
.sigma_to-top.bottom-left{
  right: auto;
  left: 20px;
}

.sigma_to-top.round{
  border-radius: 8px;
}

.sigma_to-top.circle{
  border-radius: 50%;
}

/*===== Preloader =====*/
.sigma_preloader{
  background-color: var(--thm-base);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.sigma_preloader.hidden{
  opacity: 0;
  visibility: hidden;
}

/* Preloader: Name */
.preloader-name{
  position: relative;
  padding: 10px 0;
}
.preloader-name p{
  margin: 0;
  line-height: 1;
}
.preloader-name::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--thm-base);
  transition: 1s cubic-bezier(.77,0,.175,1);
  transition-delay: .5s;
}
.preloader-name.done::before{
  width: 100%;
}

.preloader-name span{
  font-size: 52px;
  opacity: 0;
  transition: .4s;
  color: #fff;
  font-family: var(--thm-font);
}
.preloader-name span.appeared{
  opacity: 1;
}

.sigma_preloader.hidden .preloader-name span{
  visibility: hidden;
  opacity: 0;
}
.preloader-name b{
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: 1s cubic-bezier(.77,0,.175,1);
}
.preloader-name.done b{
  opacity: 1;
  visibility: visible;
}

.preloader-name b i{
  display: inline-block;
}
.preloader-name.done b i:nth-child(1){
  animation-name: boundeDot;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.preloader-name.done b i:nth-child(2){
  animation-name: boundeDot;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-iteration-count: infinite;
}
.preloader-name.done b i:nth-child(3){
  animation-name: boundeDot;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

/* Preloader: Default */
.sigma_preloader-default .sigma_preloader-inner{
  display: block;
  width: 97px;
}
.sigma_preloader-default .sigma_preloader-inner i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}
.sigma_preloader-default .sigma_preloader-inner i:first-child {
  opacity: 0;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-transform: translate(-19px);
  transform: translate(-19px);
}

.sigma_preloader-default .sigma_preloader-inner i:nth-child(2),
.sigma_preloader-default .sigma_preloader-inner i:nth-child(3) {
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  animation: cssload-loading-ani3 0.58s linear infinite;
}

.sigma_preloader-default .sigma_preloader-inner i:last-child {
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  animation: cssload-loading-ani1 0.58s linear infinite;
}


/* Preloader: Eclipse */

.preloader-eclipse-inner div {
  position: absolute;
  animation: preloader-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #fff;
  transform-origin: 80px 82px;
}
.preloader-eclipse {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.preloader-eclipse-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

/* Preloader: Spinner */

.preloader-spinner-inner div {
  left: 94px;
  top: 48px;
  position: absolute;
  animation: preloader-spinner-inner linear 1s infinite;
  background: #fff;
  width: 12px;
  height: 24px;
  border-radius: 6px / 12px;
  transform-origin: 6px 52px;
}
.preloader-spinner-inner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
}.preloader-spinner-inner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
}.preloader-spinner-inner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
}.preloader-spinner-inner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
}.preloader-spinner-inner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
}.preloader-spinner-inner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
}.preloader-spinner-inner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
}.preloader-spinner-inner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
}.preloader-spinner-inner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
}.preloader-spinner-inner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
}.preloader-spinner-inner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
}.preloader-spinner-inner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
.preloader-spinner {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.preloader-spinner-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/* Preloader: Diamond */
.sigma_preloader-diamond svg{
  width: 360px;
  height: 120px;
}

/* Preloader: Ripple */

.preloader-ripple-inner div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: preloader-ripple-inner 1s cubic-bezier(0,0.2,0.8,1) infinite;
  border-color: #fff;
}

.preloader-ripple-inner div:nth-child(2) {
  animation-delay: -0.5s;
}

.preloader-ripple {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.preloader-ripple-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
/* Preloader: Gear */

.preloader-gear-inner > div {
  transform-origin: 100px 100px;
  animation: preloader-gear-inner 0.2s infinite linear;
}
.preloader-gear-inner > div div {
  position: absolute;
  width: 22px;
  height: 152px;
  background: #fff;
  left: 100px;
  top: 100px;
  transform: translate(-50%,-50%);
}
.preloader-gear-inner > div div:nth-child(1) {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.preloader-gear-inner > div div:nth-child(6) {
  width: 80px;
  height: 80px;
  background: var(--thm-base);
  border-radius: 50%;
}
.preloader-gear-inner > div div:nth-child(3) {
  transform: translate(-50%,-50%) rotate(45deg)
}.preloader-gear-inner > div div:nth-child(4) {
  transform: translate(-50%,-50%) rotate(90deg)
}.preloader-gear-inner > div div:nth-child(5) {
  transform: translate(-50%,-50%) rotate(135deg)
}
.preloader-gear {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.preloader-gear-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/* Preloader: Pulse */

.preloader-pulse-inner div {
  position: absolute;
  width: 30px;
  background-color: #fff;
}

.preloader-pulse-inner div:nth-child(1) {
  left: 35px;
  animation: preloader-pulse-inner-1 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.2s
}
.preloader-pulse-inner div:nth-child(2) {
  left: 85px;
  animation: preloader-pulse-inner-2 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.1s
}
.preloader-pulse-inner div:nth-child(3) {
  left: 135px;
  animation: preloader-pulse-inner-3 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: undefineds
}

.preloader-pulse {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.preloader-pulse-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/* Preloader: Squares */

.preloader-squares-inner div {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 13.333333333333336px;
  left: 13.333333333333336px;
  background: #fff;
  animation: preloader-squares-inner 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.3s;
}
.preloader-squares-inner div:nth-child(2) {
  top: 13.333333333333336px;
  left: 106.66666666666666px;
  animation-delay: -0.2s;
}
.preloader-squares-inner div:nth-child(3) {
  top: 106.66666666666666px;
  left: 13.333333333333336px;
  animation-delay: 0s;
}
.preloader-squares-inner div:nth-child(4) {
  top: 106.66666666666666px;
  left: 106.66666666666666px;
  animation-delay: -0.1s;
}
.preloader-squares {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.preloader-squares-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/* Preloader: Dual */

.preloader-dual-inner div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  left: 20px;
  background: #fff;
}
.preloader-dual-inner div:nth-child(1) {
  animation: preloader-dual-inner 1s linear infinite;
  animation-delay: -0.5s;
}
.preloader-dual-inner div:nth-child(2) {
  animation: preloader-dual-inner 1s linear infinite;
  animation-delay: 0s;
}
.preloader-dual-inner div:nth-child(3) {
  animation: preloader-dual-inner-o 1s linear infinite;
  animation-delay: -0.5s;
}
.preloader-dual {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.preloader-dual-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

/*-------------- NEwsletter popup & modals Sections --------------------------- */
.modal-header,
.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-body{
  padding: 40px;
}

.modal-lg {
    max-width: 1000px;
}

.sigma_newsletter-popup-modal.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 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sigma_newsletter-popup-modal .sigma_close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.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-modal .modal-body p {}

.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 .btn-custom {
  width: 100%;
}

.sigma_newsletter-popup-modal .sigma_newsletter-popup-dismiss {
  display: block;
  cursor: pointer;
  margin-top: 15px;
}

.sigma_newsletter-popup-modal .sigma_newsletter-popup-dismiss:hover {
  text-decoration: underline;
}
.modal.style-1.sigma-popup-overlay::before,
.modal.style-2.sigma-popup-overlay::before {
  content: "";
  position: absolute;
  background: #00000059;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#sigma_newsletter-popup .sigma_popup {
  padding: 30px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03);
  position: fixed;
  bottom: 20px;
  left: -600px;
  background-color: #fff;
  max-width: 450px;
  text-align: center;
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
  z-index: 994;
}
#sigma_newsletter-popup .sigma_popup.show {
  left: 20px;
}

#sigma_newsletter-popup .sigma_popup .sigma_close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#sigma_newsletter-popup .sigma_popup .sigma_popup-dismiss {
  display: block;
  cursor: pointer;
  margin-top: 15px;
}

#sigma_newsletter-popup .sigma_popup .sigma_popup-dismiss:hover {
  text-decoration: underline;
}

#sigma_newsletter-popup .sigma_popup .sigma_popup-text {
  font-size: 14px;
}

#sigma_newsletter-popup .sigma_popup .sigma_popup-text h3 {
  margin-bottom: 15px;
}

#sigma_popup-newsletter.style-2 .sigma_newsletter-popup-modal .modal-body {
    position: relative;
    z-index: 1;
}
/* Newsletter popup Page template */
.modal.page-template-style .modal-dialog .modal-content{
  background: transparent;
}
.modal.page-template-style .sigma_close.newsletter-popup-trigger span {
    background: #fff;
    opacity: 1;
}

.modal.page-template-style .sigma_close.newsletter-popup-trigger {
  position: absolute;
  top: 20px;
  background: transparent;
  right: 20px;
  z-index: 1;
}
#sigma_newsletter-popup .sigma_popup.page-template-style {
    background: transparent;
    padding: 0;
    width: 100%;
}
#sigma_newsletter-popup .sigma_popup.page-template-style .sigma_close {
    top: -50px;
    background: transparent;
}
#sigma_newsletter-popup .sigma_popup.page-template-style .sigma_close span {
    background: var(--thm-secondary);
    opacity: 1;
}
#sigma_newsletter-popup .sigma_popup.page-template-style .sigma_close {
    top: -40px;
    background: transparent;
    right: 0;
}
.page-template-style.modal.sigma-popup-overlay::before{
    background: #00000075;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-backdrop{
  background: transparent;
  display: none;
}
#sigma_newsletter-popup.page-template-wrapper .sigma_popup {
    background: none;
    padding: 0;
    box-shadow: none;
    max-width: 100%;
}
#sigma_newsletter-popup.page-template-wrapper .sigma_popup .sigma_close {
    top: 10px;
    right: 10px;
    z-index: 2;
}
#sigma_newsletter-popup .sigma_popup .sigma_close span {
  width: 14px;
}
#sigma_newsletter-popup.popup-pos-top-left .sigma_popup {
    top: 30px;
    bottom: auto;
}
#sigma_newsletter-popup.popup-pos-top-right .sigma_popup.show,
#sigma_newsletter-popup.popup-pos-top-right .sigma_popup {
    top: 30px;
    bottom: auto;
    left: auto;
    right: 20px;
}
#sigma_newsletter-popup.popup-pos-top-right .sigma_popup {
    right: -600px;
}
#sigma_newsletter-popup.popup-pos-top-center .sigma_popup.show,
#sigma_newsletter-popup.popup-pos-top-center .sigma_popup {
    transform: translateX(-50%);
    left: 50%;
    top: 30px;
    bottom: auto;
}
#sigma_newsletter-popup.popup-pos-top-center .sigma_popup{
  top: -600px;
}
#sigma_newsletter-popup.popup-pos-center-center .sigma_popup {
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
#sigma_newsletter-popup.popup-pos-center-center .sigma_popup.show {
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 1;
  visibility: visible;
}
#sigma_newsletter-popup.popup-pos-bottom-right .sigma_popup.show,
#sigma_newsletter-popup.popup-pos-bottom-right .sigma_popup {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
}
#sigma_newsletter-popup.popup-pos-bottom-right .sigma_popup {
    right: -600px;
}
#sigma_newsletter-popup.popup-pos-bottom-center .sigma_popup.show,
#sigma_newsletter-popup.popup-pos-bottom-center .sigma_popup {
    transform: translateX(-50%);
    left: 50%;
    bottom: 20px;
    top: auto;
}
#sigma_newsletter-popup.popup-pos-bottom-center .sigma_popup{
  bottom: -600px;
}
#sigma_popup-newsletter.page-template-style.popup-dm-fw {
    padding-left: 15px;
}

#sigma_popup-newsletter.page-template-style.popup-dm-fw .modal-dialog {
    max-width: 100%;
    margin: 0 15px;
}
#sigma_popup-newsletter.modal.page-template-style{
  padding-right: 0 !important;
}
.sigma_newsletter-popup-page-template-wrapper {
    position: relative;
}
/*-----------------------------------------------------------------
 Header Login/ Register Form
-----------------------------------------------------------------*/
.modal-dialog.header-user-wrapper .modal-content {
  padding: 0;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}
#header-login-register-form.modal {
  background: #0000008c;
  padding-right: 0 !important;
}
#header-login-register-form-wrapper {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
}

#header-login-register-form-wrapper .registration-form-wrapper {
    z-index: 5;
    width: 100%;
    border-radius: 6px;
    min-height: 100%;
    padding: 50px;
    transition: 0.3s ease;
    background: #fff;
    cursor: pointer;
    display: none;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-duration:0.1s;
    animation-delay: 0.1s;
}
.login-register-form-toggle {
    z-index: 10;
    position: absolute;
    top: 60px;
    right: 60px;
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    transform-origin: center;
    transform: translate(0, -25%) scale(0);
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-register-form-toggle:before, .login-register-form-toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    background: var(--thm-base);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: .3s;
}
.login-register-form-toggle:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.login-register-form-toggle.visible {
  transform: translate(0, -85%) scale(1);
  opacity: 1;
  right: 10px;
}
.login-register-form-toggle.visible:hover:before,
.login-register-form-toggle.visible:hover:after {
    transform: translate(-50%, -50%) rotate(0deg );
    transition: 0.3s;
}
#header-login-register-form-wrapper .registration-form-wrapper.active {
    cursor: default;
    display: block;
}
#header-login-register-form-wrapper #header-login-form .sigma_form-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.login-form-wrapper{
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-duration:0.1s;
  animation-delay: 0.1s;
  background: #fff;
  padding: 50px;
  border-radius: 6px;
}
.login-form-wrapper.hidden {
    display: none;
}
#header-login-register-form-wrapper .registration-form-wrapper #error-message .error:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
#header-login-register-form-wrapper .registration-form-wrapper #error-message .error {
    margin: 0 0 10px;
    color: #b81c23;
}
#header-login-register-form-wrapper .section-title {
    margin-bottom: 50px;
}

#header-login-register-form-wrapper .section-title h2 {
    margin-bottom: 10px;
}
.header-login-register-form .sigma_close {
    right: 20px;
    position: absolute;
    background: transparent;
    z-index: 1;
    top: 10px;
}
.header-login-register-form .sigma_close span {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: var(--thm-base);
}
.password-toggle.show-password:hover {
    cursor: pointer;
}
.modal-open{
  padding-right: 0!important;
}
