/*------------------------------------------------------------------
[Table of contents]
* Default CSS
* Sidebar and Content
* portfolio Details
* Team Details
* Blog
* Page Title
* Header
* Footer
* 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 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);
  }
}
@keyframes move-icon-circle{
    0%{
    transform:translate3d(0px,0px,10px)
    }
    50%{
    transform:translate3d(5px,0px,5px)
    }
    100%{
    transform:translate3d(10px,0px,0px)
    }
}

@keyframes pulse-blue {
	0% {
		box-shadow: 0 0 0 0 rgb(186 28 36);
	}
	70% {
		box-shadow: 0 0 0 30px rgb(209, 162, 132, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgb(209, 162, 132, 0);
	}
}
@keyframes pulse-blue-small {
	0% {
		box-shadow: 0 0 0 0 rgba(41, 137, 216, 0.7);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(41, 137, 216, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(41, 137, 216, 0);
	}
}
.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: #BA1C24;
  right: 0;
  height: 100%;
  width: 30%;
  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: #BA1C24;
  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: #9B171E;
}
.down-arrow-wrap a::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #CED4DA;
  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 #CED4DA;
  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(../image/pattern-03.png);
  background-color: #BA1C24;
  content: '';
  background-size: cover;
  background-position: right;
}

.primary-bg{
  background-color: #BA1C24;
}
.custom-primary{
  color: #BA1C24;
}
.fs-20{
  font-size: 20px;
}

.section{
  padding: 100px 0;
}
.section.section-padding{
  padding: 100px 0 70px;
}
.section-heading .section-title{
  margin-bottom: 0;
}
.section-title{
  margin-bottom: 50px;
}
.section-title span.title-tag,
.section-title .heading-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin: 0;
}
.section-title h2 {
  font-size: 68px;
  line-height: 1.125;
  letter-spacing: -1px;
}
.section-title h3 {
  font-size: 46px;
  line-height: 1.125;
  letter-spacing: -1px;
}

.section-heading {
  margin-bottom: 50px;
}
.section-heading.additional-heading {
    margin-bottom: 30px;
}
.section-heading.additional-heading h2{
    font-size: 28px;
    margin-bottom: 0;
}
.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: #000;
}
.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: #000;
}

.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: #000;
  background-color: #fff;
  transition: .3s;
}
.slick-arrow,
.slick-arrow:focus {
  outline: none;
}

.slick-arrow:hover {
  background-color: #BA1C24;
  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: #BA1C24;
    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: #CED4DA;
  width: 16px;
  height: 4px;
  padding: 0;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.slick-slider .slick-dots .slick-active button {
  width: 26px;
  background-color: #BA1C24;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.sigma-portfolio-details-container {
  padding: 36px 40px 15px;
  background-color: #F4F4F4;
  display: inline-block;
}
.sigma-portfolio-detail {
  padding-bottom: 10px;
  margin-top: 20px;
  padding-left: 20px;
}
.sigma-portfolio-details h3 {
  margin-bottom: 10px;
}
.sigma-portfolio-detail-title {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  position: relative;
}
.sigma-portfolio-detail-title:before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #BA1C24;
}
.sigma-portfolio-content {
  padding-top: 30px;
}
.sigma-portfolio-details-container .sigma-portfolio-detail-des {
  margin-bottom: 3px;
  display: inline-block;
}
.sigma-portfolio-details-container .sigma-portfolio-detail-des p {
  margin-bottom: 0;
}
.masonry-item .sigma-portfolio-content-cover h3.portfolio-title a:hover {
  color: #BA1C24;
}
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.sigma-teammember-thumbnail .sigma_post-thumbnail {
  position: relative;
}
h3.sigma-team-title {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 10px;
}
h5.sigma-teammember-designation {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.sigma-teammember-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 30px;
  margin-left: 20px;
}
.sigma-teammember-detail {
  padding-bottom: 20px;
}
.sigma-teammember-detail-title {
  font-weight: 700;
  color: #000;
}
.sigma-teammember-content {
  padding-top: 40px;
}
.sigma-teammember-content .wpcf7-form-control-wrap {
  width: 100%;
}
.sigma-teammember-link-profiles {
  margin: 0;
  padding: 0;
  clear: both;
}
.sigma-teammember-link-profiles-container {
  border-top: 1px solid #CED4DA;
  padding-top: 30px;
  margin-top: 10px;
}
.sigma-teammember-link-profiles li {
  display: inline-block;
  border: none;
}
.sigma-teammember-link-profiles li a {
  background-color: #F4F4F4;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #000;
}
.sigma-teammember-link-profiles li a:hover {
  color: #ffffff;
  background-color: #BA1C24;
}
.sigma-teammember-detail-title {
  font-weight: 700;
  position: relative;
  padding-right: 5px;
}
.sigma-teammember-detail-title:before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #BA1C24;
}
.sigma-teammember-des p {
  margin-bottom: 40px;
}
.sigma-teammember-services-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sigma-teammember-services-list-container ul li {
    display: flex;
    align-items: center;
}
.sigma-team-detail.style-2 .sigma-teammember-details-container .sigma-teammember-services-list-container ul li span {
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
}
.sigma-team-detail.style-2 .sigma-teammember-details-container .sigma-teammember-services-list-container ul li i {
    color: #a2a2a2;
    margin-right: 10px;
    font-size: 20px;
}
.sigma-team-detail.style-2 .sigma-teammember-details-container .sigma-teammember-services-list-container ul li + li {
    margin-top: 10px;
}
.sigma-team-detail.style-2 .sigma-teammember-details-container .sigma-teammember-services-list-container ul {
    margin-top: 20px;
}
.sigma-team-detail.style-2 .creadibility-status h6 {
    font-size: 14px;
    margin-bottom: 30px;
}
.sigma-team-detail.style-2 .creadibility-status .progress {
    height: 7px;
    background: #141433;
}
.sigma-team-detail.style-2 .creadibility-status .progress .progress-bar {
    background: #ba1c24;
}
.sigma-team-detail.style-2 .creadibility-status {
    margin-top: 30px;
}
.sigma-team-detail.style-3 {
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    margin-bottom: 30px;
    border-radius: 4px;
    transition: 0.3s;
    padding: 20px;
}
.sigma-team-detail.style-3 .sigma-teammember-thumbnail img {
    border: 4px solid #ba1c24;
    border-radius: 4px;
}
.sigma-team-detail.style-3 .sigma-team-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.sigma-team-detail.style-3 .sigma-teammember-details-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sigma-team-detail.style-3 .sigma-teammember-detail{
  padding-bottom: 0;
  margin-bottom: 0;
}
.sigma-team-detail.style-3 .sigma-teammember-detail > span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
}
.sigma-team-detail.style-3 .sigma-teammember-detail span:last-child {
    font-weight: 400;
}
.sigma-team-detail.style-3 .sigma-teammember-link-profiles {
    border: 0;
    padding-top: 0;
    text-align: right;
}
.sigma-team-detail.style-3 .sigma-teammember-link-profiles li a {
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid #ba1c24;
    color: #bc1c24;
    border-radius: 5px;
    box-shadow: 4px 3px 10px 0px rgb(0 0 0 / 8%);
}
.sigma-team-detail.style-3 .sigma-teammember-link-profiles li + li {
    margin-left: 10px;
}
.sigma-team-detail.style-3 .sigma-teammember-link-profiles li a:hover{
  background: #ba1c24;
  color: #fff;
}
/*--------------------------------------------------------------
# Event Style 1
--------------------------------------------------------------*/
.sigma-event-style-1 .sigma_event-content-inner {
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    margin-bottom: 30px;
    border-radius: 4px;
    transition: 0.3s;
}
.sigma-event-style-1 .sigma_event-content-inner .entry-thumb {
    position: relative;
    overflow: hidden;
}
.sigma-event-style-1 .sigma_event-content-inner .entry-thumb img {
    border-radius: 4px 4px 0 0;
    margin-left: 30px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sigma-event-style-1 .sigma_event-content-inner .event-start-date {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    padding: 5px 15px;
    background-color: #ba1c24;
    border-radius: 0px 4px 0px 4px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
}
.sigma-event-style-1 .sigma_event-content-inner .event-start-date p{
  color: #fff;
  margin-bottom: 0;
}
.sigma-event-style-1 .sigma_event-content-inner .event-start-date p strong{
  color: #fff;
}
.sigma-event-style-1 .sigma_event-content-inner .event-details-wrap {
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}
.sigma-event-style-1 .sigma_event-content-inner .event-details-wrap h5 {
    margin-bottom: 20px;
}
.sigma-event-style-1 .sigma_event-content-inner:hover .entry-thumb img {
    margin-left: 0;
}
/* Event details */
.sigma-event-details {
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    margin-bottom: 30px;
    border-radius: 4px;
    transition: 0.3s;
    background: #fff;
    padding: 20px;
}
.sigma-event-details .sigma_post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sigma-event-details .sigma_post-thumbnail{
  margin-bottom: 15px;
}
.event-detail-wrapper {
    display: flex;
    align-items: center;
}
.event-detail-wrapper div {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.event-detail-wrapper div strong {
    margin-bottom: 5px;
}
.event-detail-wrapper div + div {
    margin-left: 20px;
}
.event-detail-wrapper div i {
    padding-right: 5px;
}
.sigma-event-content {
    padding-top: 20px;
}
.widget-area.sidebar .widget.widget_recent_event ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.widget-area.sidebar .search-form input {
    height: auto;
}
.widget-area.sidebar .widget.widget_recent_event ul li .sigma-event-thumb {
    position: relative;
    overflow: hidden;
    flex: 0 0 80px;
    max-width: 80px;
}
.widget-area.sidebar .widget.widget_recent_event ul li .sigma-event-content {
    padding-top: 0;
    margin-left: 20px;
}
.widget-area.sidebar .widget.widget_recent_event ul li .sigma-event-content a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.widget-area.sidebar .widget.widget_recent_event ul li .sigma-event-content span {
    font-size: 14px;
}
.fc .fc-button-primary {
    background: #ba1c24;
    border-color: #ba1c24;
}
.fc .fc-button-primary:hover {
    background: #141433;
    border-color: #141433;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.sigma-post {
  margin-bottom: 30px;
}
.sigma-post-wrapper .entry-title {
  font-size: 42px;
  margin-bottom: 20px;
  letter-spacing: -2px;
  line-height: 1.2;
  margin-top: 0;
  word-break: break-word;
}

.sigma-post-wrapper .entry-title a:hover {
  text-decoration: none;
  color: #BA1C24;
}
.sigma-post-inner {
  padding: 50px;
  position: relative;
}
.sigma-post-style-1 .sigma-post-inner {
  background-color: #fff;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
}
.post-details-box {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
  border-radius: 3px;
}
.post-details-box .sigma-post-inner {
  padding: 0;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover {
  color: #BA1C24;
}
.sigma_post_views span i{
  margin-right: 6px;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i{
  margin-left: 6px;
  transition: transform .3s;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover i{
  transform: translateX(2px);
}
.sigma-post-wrapper header .posted-on {
  display: block;
  top: -80px;
  font-family: "Rubik", sans-serif;
  width: 80px;
  height: 80px;
  padding: 15px 4px;
  position: absolute;
  right: 0;
  text-align: center;
}
.sigma-post-wrapper header .posted-on a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
}
.sigma-post-wrapper header .posted-on a span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 16px;
}
.sigma-post-wrapper .entry-meta-footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.sigma-post-wrapper .entry-meta-footer .entry-meta-container i {
  color: #BA1C24;
}
.sigma-post-wrapper footer .entry-meta-container>span>i {
  margin-right: 5px;
}
.sigma-post-wrapper footer.entry-footer .social-icon-share {
  margin-left: auto;
  position: relative;
}
.sigma-post-wrapper footer a.social-share-button {
  display: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.sigma-post-wrapper footer ul.social-share-icons {
  position: relative;
  padding: 0;
  margin: 0;
  right: 0px;
  white-space: nowrap;
  top: 0px;
  list-style: none;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer ul li.social-share-icon {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 5px;
  width: 39px;
  height: 39px;
  overflow: hidden;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer ul li.social-share-icon + li.social-share-icon{
  margin-left: 5px;
}
body .sigma-post-wrapper footer ul.social-share-icons a.icon-link {
  display: block;
  text-align: center;
  background: #F4F4F4;
  font-weight: 400;
  line-height: 39px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body .sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
  background-color: #BA1C24;
  color: #fff;
}
.sigma-post-wrapper footer .social-icon-share:hover ul.social-share-icons {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.sigma-post-wrapper blockquote {
  border-radius: 0;
  z-index: 1;
  font-size: 32px;
  font-family: "Rubik", serif;
  font-weight: 400;
  text-align: left;
  background-color: #f4f4f4;
  position: relative;
  padding: 3rem;
  margin: 2rem 0;
  border: 1px solid #ced4da;
  line-height: 45px;
  font-style: italic;
}
.sigma-post-wrapper blockquote cite {
    font-weight: 600;
}
.sigma-post-wrapper blockquote p {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}
.sigma-post-wrapper blockquote cite,
.sigma-post-wrapper blockquote cite strong {
  display: block;
  font-family: "Open Sans", sans-serif;
  margin-top: 5px;
  font-size: 14px;
  text-transform: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sigma-post-wrapper blockquote p,
  .sigma-post-wrapper blockquote {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sigma-post-wrapper blockquote p,
  .sigma-post-wrapper blockquote {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  .sigma-post-wrapper blockquote p,
  .sigma-post-wrapper blockquote {
    font-size: 16px;
  }
}
.sigma-post-inner .gallery {
  margin-bottom: 30px;
}
.post.sticky .sigma-post-inner {
  border: 2px solid #BA1C24;
  position: relative;
}
.post.sticky .sigma-post-inner:after {
  content: "\f08d";
  font-family: 'Font Awesome 5 Pro';
  font-size: 25px;
  position: absolute;
  color: #fff;
  opacity: 1;
  right: 0px;
  top: 0px;
  background-color: #BA1C24;
  padding: 0;
  width: 70px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-weight: 900;
  border-radius: 0;
}
.archive-description {
  margin-bottom: 30px;
}

/*=== Comment List ===*/
.comments-area {
  margin-top: 60px;
}
.page .comments-area{
  padding: 40px 40px 20px;
  background-color: #fff;
}
.page .comments-area .comment-respond{
  margin-bottom: 20px;
}

.comments-area > .comment-list{
  margin-bottom: 60px;
}
.children,
.comment-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list>li.comment {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.comment-list>li.comment:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #CED4DA;
}
.comment-list .comment-body {
  margin-bottom: 30px;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.comment-list .comment-body .url{
  margin-left: 10px;
  flex: 1;
}
.comment-list .comment-body .edit-link{
  display: block;
  width: 100%;
  flex: 0 100%;
  margin-left: 80px;
  font-size: 13px;
  font-weight: 600;
}
.comment-list .comment-body .edit-link a{
  color: #6b6b83;
}
.comment-list .comment-body .edit-link a:hover{
  color: #BA1C24;
}
.comment-list .children {
  padding-left: 80px;
  position: relative;
}
.comment-list .children li:first-child {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #CED4DA;
}
.comment-list .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  letter-spacing: .1em;
}
.comment-list a.comment-reply-link {
  background: transparent !important;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  z-index: 2;
}
.comment-list a.comment-reply-link:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f3e5";
  display: inline-block;
}
.comment-list a.comment-reply-link:hover {
  background-color: #000;
}
.comment-list .comment-avatar {
  min-width: 100px;
  margin-right: 30px;
  position: relative;
}
.comments-area .comment-list .comment-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-content .comment-meta .comment-date a {
    font-weight: 400;
    line-height: 40px;
}
.comments-area .comment-list .comment-content .comment-avatar {
    display: flex;
    align-items: center;
}
.comments-area .comment-list .comment-content .comment-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 12px;
}
.comments-area .comment-list .comment-content .comment-avatar .comment-author {
    margin-bottom: 0;
    letter-spacing: normal;
    font-size: 14px;
}
.comment-list .comment-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.comment-list .children .comment-avatar {
  top: 0;
}
.comment-list .comment-avatar img.avatar {
  width: 100px;
}
.comment-list span.comment-author {
  font-family: "Rubik", sans-serif;
  display: block;
  font-size: 18px;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 15px;
  color: #000;
}
.comment-list span.comment-date {
  margin-bottom: 0px;
  display: block;
}
.comment-list .comment-date a {
  color: #6b6b83;
  font-size: 12px;
  font-weight: 700;
}
.nav-links .page-numbers:first-child{
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.nav-links .page-numbers:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
/*=== Classic Leave a Reply ===*/
.comment-respond .comment-form .sigma-comment-form-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sigma-comment-form-input-wrapper>p {
  padding: 0 15px;
  flex: 0 0 50%;
  margin-bottom: 20px;
  position: relative;
}
.sigma-comment-form-input-wrapper>p label,
.comment-respond p.comment-form-comment label {
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
.comment-respond p.comment-form-comment {
  position: relative;
}
@media(max-width: 991px) {
  .sigma-comment-form-input-wrapper>p {
    flex: 0 0 100%;
  }
}
.comment-respond .sigma-comment-form-input-wrapper>p.comment-form-url,
.comment-respond .sigma-comment-form-input-wrapper .comment-form-comment {
  flex: 0 0 100%;
}
.comment-respond p.comment-form-comment .icon,
.comment-respond .sigma-comment-form-input-wrapper>p .icon {
  position: absolute;
  color: #BA1C24;
  transform: translateY(0);
  top: 20px;
  display: block;
  right: 40px;
  left: auto;
}
.comment-respond p.comment-form-comment .icon {
  right: 25px;
}
.comment-respond p.comment-form-comment textarea,
.comment-respond .sigma-comment-form-input-wrapper>p input {
  background-color: #fff;
  padding-left: 25px;
  padding-right: 50px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #6b6b83;
  border-radius: 4px;
  padding: 12px 16px;
  height: auto;
}
.comment-respond p.comment-form-comment textarea {
  height: 150px;
}

.comments-area .comments-title{
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: -1px;
}
.comment-respond .comment-reply-title small{
  margin-left: 5px;
}
.comment-respond .comment-reply-title,
.sigma-related-title {
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 38px;
}
.comments-area .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.comments-area .comment-form .comment-form-cookies-consent input {
  margin-top: 6px;
}
.comment-list .children .comment-respond {
  margin-bottom: 30px;
}
.comment-respond .comment-form p.form-submit {
  margin: 0;
}
.comment-respond .comment-form p.form-submit .submit {
    width: 100%;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 500;
    height: 50px;
    line-height: 1;
    border-radius: 4px;
}
/*=== Post Author Box ===*/
.post-author-box {
  margin-top: 25px;
  margin-bottom: 55px;
  padding: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
.post-author-box .post-author-details>span {
  color: #BA1C24;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  letter-spacing: normal;
  line-height: 1.6;
  margin-bottom: 6px;
}
.post-author-box .post-author-image {
  display: block;
  overflow: hidden;
  border-radius: 0%;
  margin-right: 40px;
  width: 150px;
}
.post-author-box .post-author-image .alignnone {
  margin: 0;
  width: 140px;
  height: 140px;
}
.post-author-box .post-author-details {
  -webkit-flex-shrink: 160;
  -moz-flex-shrink: 160;
  -ms-flex-negative: 160;
  flex-shrink: 160;
}
.post-author-box .author-title {
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 20px
}
.post-author-box .post-author-details .author-description {
  font-size: 14px;
  margin-bottom: 0;
}
/*=== Related-posts===*/
.related-posts .sigma-post .sigma-post-wrapper {
  background-color: #fff;
  transition: .3s;
}
.related-posts .sigma-post-style-2 .sigma-post-inner{
  padding: 0;
}
.related-posts .sigma-post-style-2 .sigma-post-inner{
  padding: 20px;
}
.post-details-box .related-posts .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
    margin-bottom: 0;
}
.related-posts .sigma-post h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-transform: none;
}
.related-posts .sigma-post .entry-title a {
  display: block;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-posts .sigma-post .entry-title a:hover {
  color: #BA1C24;
}
.related-posts .sigma-post:hover .sigma-post-wrapper {
  box-shadow: none;
  background-color: #F4F4F4;
}
.related-posts .sigma-post-content-cover {
  padding: 40px;
  position: relative;
  text-align: left;
}
.related-posts .sigma-post-date {
  display: flex;
  background: transparent;
  text-align: center;
  color: #6b6b83;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 10px;
}
.related-posts .sigma-post-image-container {
  overflow: hidden;
}
.related-posts .sigma-post-date span {
  margin-left: 3px;
}
.related-posts .sigma-post-date i {
  margin-right: 5px;
}
.related-posts .sigma-post-image-container .post-image {
  transform: scale(1.01);
}
.related-posts .sigma-post-post-wrapper:hover .sigma-post-image-container .post-image {
  transform: scale(1.2);
}
.related-posts .sigma-post-image-container .post-image {
  transition: .3s;
}

/*Blog Archive*/
.related-posts .sigma-post-image-container,
.related-posts .sigma-post .sigma-post-post-wrapper {
  position: relative;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content {
  position: absolute;
  top: 0;
  background-color: #000;
  left: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 1;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item>a,
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item {
  color: #fff;
}
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item {
  margin: 0 10px;
  text-transform: none;
  font-weight: 700;
}
.related-posts .sigma-post-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 75px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  font-size: 14px;
}
.related-posts .sigma-blog-link {
  color: #BA1C24;
  text-transform: none;
  font-weight: 700;
}
.related-posts .sigma-blog-link:hover {
  color: #000;
}
.related-posts .sigma-post {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.sigma-subheader {
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}
.sigma-subheader {
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}
.sigma-subheader .page-title {
  font-size: 72px;
  color: #fff;
  text-transform: none;
  line-height: 1.2;
  margin: 0;
  word-break: break-word;
}
.sigma-subheader .subheader-caption {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}

.sigma-subheader:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #000;
  opacity: 0.6;
  content: '';
}
.sigma-subheader .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 130px;
}
.has-header-absolute .sigma-subheader .container{
  padding-top: 250px;
}

.sigma-subheader .breadcrumb {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 22;
  padding: 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  color: #BA1C24;
  margin: 0 auto;
  align-items: center;
}
.breadcrumb i{
  margin: 0 10px;
}
.breadcrumb li{
  padding: 20px 0;
}
.breadcrumb li:first-child{
  padding-left: 25px;
}
.breadcrumb li:last-child{
  padding-right: 25px;
}
.breadcrumb a,
.breadcrumb li,
.breadcrumb-item.active {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  margin-right: 0px;
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
}
.breadcrumb li.breadcrumb-item-page{
  padding-left: 10px;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #6b6b83;
}

.breadcrumb a:hover {
  color: #BA1C24;
}
.breadcrumb li a {
  padding-right: 0;
}
.breadcrumb li.current {
  padding-right: 0;
  margin-right: 0;
}
.sigma-subheader .btg-text {
  font-size: 300px;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  z-index: -1;
  opacity: 0.2;
  font-family: "Rubik", sans-serif;
}

.sigma-subheader.below-image + .breadcrumb-nav{
  background-color: #fff;
  padding: 15px 0;
}

.sigma-subheader.below-image + .breadcrumb-nav .breadcrumb{
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.sigma-subheader.below-image + .breadcrumb-nav .breadcrumb li,
.sigma-subheader.below-image + .breadcrumb-nav .breadcrumb li a{
  font-size: 14px;
}

.sigma-subheader.text-center .container{
  align-items: center;
}
.sigma-subheader.text-right .container{
  align-items: flex-end;
}

.blog .breadcrumb-nav{
  display: none;
}

.sigma-subheader.style-1.before-title .breadcrumb{
  bottom: auto;
  top: 0;
}

/* Style 2 */
.sigma-subheader.style-2 .subheader-caption{
  margin: 10px 0 0;
}

.sigma-subheader.style-2 .breadcrumb,
.sigma-subheader.style-3 .breadcrumb{
  position: relative;
  bottom: auto;
  right: auto;
  background-color: transparent;
}

.breadcrumb i,
.sigma-subheader.style-3 .breadcrumb li,
.sigma-subheader.style-2 .breadcrumb li{
  color: #6b6b83;
}

.sigma-subheader.style-3 .breadcrumb li a,
.sigma-subheader.style-2 .breadcrumb li a{
  color: #fff;
}

.sigma-subheader.style-3 .breadcrumb li a:hover,
.sigma-subheader.style-2 .breadcrumb li a:hover{
  color: #BA1C24;
}

.sigma-subheader.style-2 .breadcrumb li:first-child,
.sigma-subheader.style-2 .breadcrumb li:last-child,
.sigma-subheader.style-2 .breadcrumb li,
.sigma-subheader.style-3 .breadcrumb li:first-child,
.sigma-subheader.style-3 .breadcrumb li:last-child,
.sigma-subheader.style-3 .breadcrumb li{
  padding: 0;
}

.sigma-subheader.style-2 .breadcrumb li.breadcrumb-item-page:last-child,
.sigma-subheader.style-3 .breadcrumb li.breadcrumb-item-page:last-child{
  padding-left: 10px;
}

.sigma-subheader.style-2.after-title .breadcrumb,
.sigma-subheader.style-3.after-title .breadcrumb{
  margin: 20px 0 0;
}

.sigma-subheader.style-2.before-title .breadcrumb,
.sigma-subheader.style-3.before-title .breadcrumb{
  margin: 0 0 20px;
}

/* Style 3 */
.sigma-subheader.style-3 .container{
  padding-bottom: 20px;
  padding-top: 340px;
}

/* Style 4 */
.sigma-subheader.style-4 .breadcrumb{
  bottom: -35px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.sigma-subheader.style-4 .breadcrumb-item+.breadcrumb-item::before{
  -webkit-transform: rotate(90deg);
  transform: rotate(45deg);
  content: "\f45c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #BA1C24;
  font-size: 8px;
  margin: 0 5px;
  vertical-align: middle;
}

.sigma-subheader.style-4 .breadcrumb i,
.sigma-subheader.style-4 .breadcrumb li:last-child,
.sigma-subheader.style-4 .breadcrumb li.active{
  color: #BA1C24;
  max-width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sigma-subheader.style-4.text-left .breadcrumb{
  transform: translateX(0);
  left: 15px;
}
.sigma-subheader.style-4.text-right .breadcrumb{
  transform: translateX(0);
  left: auto;
  right: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Logo */
.site-logo-wrapper{
  position: relative;
  padding: 10px 0;
}

.site-logo-wrapper .sticky-logo img,
.site-logo-wrapper .site-logo img{
  max-width: 210px;
}

/* Info Card */
.site-logo-wrapper .logo-infocard{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #BA1C24;
  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;
}
.site-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-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;
}
.site-logo-wrapper .logo-infocard p,
.site-logo-wrapper .logo-infocard strong,
.site-logo-wrapper .logo-infocard a{
  color: #fff;
}

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

.site-logo-wrapper .logo-infocard .info_card_logo{
  margin-bottom: 20px;
}
.site-logo-wrapper .logo-infocard .contact-item{
  display: flex;
  align-items: flex-start;
}
.site-logo-wrapper .logo-infocard .contact-item svg{
  width: 25px;
  margin-right: 10px;
}
.site-logo-wrapper .logo-infocard .contact-item svg path{
  fill: #fff;
}
.site-logo-wrapper .logo-infocard .contact-item + .contact-item{
  margin-top: 20px;
}
.site-logo-wrapper .logo-infocard p{
  margin: 0;
}
.site-logo-wrapper .logo-infocard .contact-details p{
  margin-bottom: 0;
}
.site-logo-wrapper .logo-infocard a:hover{
  opacity: .8;
}
.site-logo-wrapper ul.social-info{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.site-logo-wrapper ul.social-info li{
  margin-left: 0;
}
.site-logo-wrapper ul.social-info li + li{
  margin-left: 10px;
}
.site-header .site-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;
}
.site-header .site-logo-wrapper ul.social-info li a:hover{
  background-color: #fff;
  opacity: 1;
  color: #BA1C24;
}

/* Burger Icon */
.burger-icon{
  position: relative;
  display: block;
  cursor: pointer;
}
.burger-icon.aside-m-trigger{
  display: none;
}
.burger-icon::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.burger-icon span{
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  transform-origin: center;
}

.burger-icon span + span{
  margin-top: 5px;
}
.burger-icon span:nth-child(1){
  transition: opacity .3s cubic-bezier(.77,0,.175,1),
              transform .3s cubic-bezier(.77,0,.175,1) .3s,
              height .3s cubic-bezier(.77,0,.175,1),
              background-color .3s cubic-bezier(.77,0,.175,1),
              width .3s cubic-bezier(.77,0,.175,1),
              margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon span:nth-child(2){
  width: 25px;
  transition: opacity .3s cubic-bezier(.77,0,.175,1) .3s,
              transform .3s cubic-bezier(.77,0,.175,1) .3s,
              height .3s cubic-bezier(.77,0,.175,1),
              background-color .3s cubic-bezier(.77,0,.175,1),
              width .3s cubic-bezier(.77,0,.175,1),
              margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon span:nth-child(3){
  width: 20px;
  transition: opacity .3s cubic-bezier(.77,0,.175,1),
              transform .3s cubic-bezier(.77,0,.175,1) .3s,
              height .3s cubic-bezier(.77,0,.175,1),
              background-color .3s cubic-bezier(.77,0,.175,1),
              width .3s cubic-bezier(.77,0,.175,1),
              margin .3s cubic-bezier(.77,0,.175,1);
}
.burger-icon:hover span{
  width: 30px;
}

.burger-icon.active span,
.burger-icon.active span + span{
  width: 30px;
}

/* Contact Info */
.site-header{
  background: #fff;
}
.site-header .contact-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.site-header .contact-info .contact-item + .contact-item{
  margin-left: 20px;
}
.site-header .contact-info .contact-item{
  display: flex;
  align-items: center;
}
.site-header .contact-info .contact-item i{
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 15px;
  line-height: 30px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  transition: .3s;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .contact-info .contact-item:hover i{
  background-color: #BA1C24;
}
.site-header .contact-info .contact-item .contact-list span{
  display: block;
}
.site-header .contact-info .contact-item .contact-list span:first-child{
  font-weight: 600;
  font-size: 14px;
}
.site-header .contact-info .contact-item .contact-list span:last-child,
.site-header .contact-info .contact-item .contact-list span:last-child a{
  font-family: "Rubik", serif;
  color: #000;
}

/* Style 2 */
.site-header .contact-info.style-2 .contact-item i{
  background-color: transparent;
  color: #000;
  font-size: 28px;
  width: auto;
  height: auto;
}
.site-header .contact-info.style-2 .contact-item:hover i{
  background-color: transparent;
}

/* Style 3 */
.site-header .contact-info.style-3 .contact-item i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
}

/* Asides */
.aside-collapse{
  position: fixed;
  width: 450px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  transition: .5s cubic-bezier(.77,0,.175,1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  overflow-y: auto;
  transform: translateX(-100%);
}
.aside-collapse.active{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.aside-overlay{
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0,0,0,.6);
  left: 0;
  top: 0;
  transition: .5s cubic-bezier(.77,0,.175,1);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.aside-collapse .close-btn{
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 4;
}
.aside-collapse .close-btn span{
  height: 25px;
}

.aside-collapse.active + .aside-overlay{
  opacity: 1;
  visibility: visible;
}
.aside-collapse .widget-area.sidebar .widget{
  padding: 0;
}
.aside-collapse .widget-area.sidebar .widget + .widget{
  margin-top: 50px;
}
.aside-collapse.mobile-aside .close-btn{
  top: 10px;
  right: 10px;
}
.aside-collapse.mobile-aside ul,
.aside-collapse.mobile-aside ul li{
  margin: 0;
  list-style: none;
}
.aside-collapse.mobile-aside ul li a{
  padding: 10px 15px;
  display: flex;
  color: #1D2228;
  font-weight: 700;
  border-bottom: 1px solid #CED4DA;
}
.aside-collapse.mobile-aside ul li.menu-item-has-children > a::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 28px;
  margin-left: auto;
  font-size: 10px;
}
.aside-collapse.mobile-aside {
  padding: 40px 0;
  width: 300px;
  display: none;
}
.aside-collapse.mobile-aside + .aside-overlay{
  display: none;
}
.aside-collapse.mobile-aside ul ul{
  display: none;
  background-color: #F4F4F4;
  padding: 0;
}
.aside-collapse.mobile-aside ul ul li a{
  padding-left: 30px;
}
.aside-collapse.mobile-aside ul ul ul li a{
  padding-left: 40px;
}

.aside-collapse.mobile-aside .contact-info {
  padding: 40px 20px 0;
}
.aside-collapse.mobile-aside .contact-info .contact-item{
  display: flex;
  align-items: center;
}
.aside-collapse.mobile-aside .contact-info .contact-item + .contact-item{
  margin-top: 20px;
}
.aside-collapse.mobile-aside .contact-info .contact-item i{
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 15px;
  line-height: 30px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  transition: .3s;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span{
  display: block;
}
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:first-child{
  font-weight: 600;
  font-size: 14px;
}

.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:last-child,
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:last-child a{
  font-family: "Rubik", serif;
  color: #000;
}


/* Header */
.site-header{
  position: relative;
}
.site-header.header-absolute{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.site-header .sticky-logo{
  display: none;
}

.site-header .site-header-bottom-inner,
.site-header .site-header-top-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.site-header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .site-header-bottom-inner > ul{
  margin-right: auto;
}
.burger-icon + ul{
  margin-left: 40px;
}
.site-header .site-header-bottom-inner > ul,
.site-header .site-header-top-inner > ul{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.site-header .site-header-bottom ul li,
.site-header .site-header-top ul li{
  position: relative;
}

.site-header .site-header-bottom-inner > ul > li > a,
.site-header .site-header-top-inner > ul > li > a{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding: 40px 20px;
  display: block;
}

.site-header .site-header-bottom-inner > ul > li > a:hover,
.site-header .site-header-top-inner > ul > li > a:hover,
.site-header .site-header-bottom-inner > ul > li.current_page_item > a,
.site-header .site-header-top-inner > ul > li.current_page_item > a,
.site-header .site-header-bottom-inner > ul > li.current-menu-item > a,
.site-header .site-header-top-inner > ul > li.current-menu-item > a{
  color: #BA1C24;
}

.site-header .site-header-bottom-inner > ul > li:first-child > a,
.site-header .site-header-top-inner > ul > li:first-child > a{
  padding-left: 0;
}
.site-header .site-header-bottom-inner > ul > li:last-child > a,
.site-header .site-header-top-inner > ul > li:last-child > a{
  padding-right: 0;
}

.site-header .site-header-bottom-inner > ul ul.sub-menu,
.site-header .site-header-top-inner > ul ul.sub-menu{
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 230px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
}
.site-header .site-header-top-inner > ul ul.sub-menu{
  left: auto;
  right: 0;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children > a{
  display: flex;
  align-items: center;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children > a::after{
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 9px;
  font-weight: 400;
  margin-left: auto;
}
.site-header .site-header-bottom-inner > ul ul.sub-menu li a{
  display: block;
  padding: 8px 24px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
  color: #6b6b83;
  font-size: 14px;
}

.site-header .site-header-bottom-inner > ul ul.sub-menu li a:hover{
  background-color: #BA1C24;
  color: #fff;
}

.site-header .site-header-bottom-inner > ul li.menu-item-has-children:hover > ul,
.site-header .site-header-top-inner > ul li.menu-item-has-children:hover > ul{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul li.menu-item-has-children:hover > ul {
    border-bottom: 3px solid #ba1c24;
}

.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children ul,
.site-header .site-header-top-inner > ul ul.sub-menu li.menu-item-has-children ul,
.site-header .site-header-bottom-inner > ul ul.sub-menu li.menu-item-has-children:hover ul,
.site-header .site-header-top-inner > ul ul.sub-menu li.menu-item-has-children:hover ul{
  top: 0;
}
.site-header .site-header-top-inner > ul ul.sub-menu li a{
  padding: 10px;
  display: block;
}

.site-header .site-header-bottom-inner > ul ul.sub-menu ul,
.site-header .site-header-top-inner > ul ul.sub-menu ul{
  right: 100%;
  left: auto;
}

.site-header .site-header-top{
  padding: 0;
}
.site-header .site-header-top .social-info{
  display: flex;
  align-items: center;
}
.site-header .site-header-top .social-info li + li{
  margin-left: 20px;
}
.site-header .site-header-top .social-info li a{
  display: block;
  color: #000;
  font-size: 16px;
  padding: 15px 0;
}

.site-header .site-header-top-inner > a{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}

.site-header .site-header-top .social-info li a:hover,
.site-header .site-header-top-inner > a:hover{
  color: #BA1C24;
}

.site-header .site-header-top-inner .navbar-nav > li > a{
  padding: 15px 10px;
  color: #000;
  font-size: 14px;
}

/* Sticky Header */
.site-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;
}
.site-header.can-sticky.sticky{
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
  animation-name:fadeHeaderInDown;
}
.site-header.can-sticky:not(.is-alternate) {
	animation-fill-mode:both;
	animation-duration:1s;
}
.site-header.can-sticky .sticky-logo{
  display: block;
}
.site-header.can-sticky .site-logo,
.site-header.can-sticky .site-slogan,
.site-header.can-sticky .site-header-top{
  display: none;
}
.header-controls{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-controls > div{
  position: relative;
  width: 65px;
  height: 65px;
  border: 2px solid rgba(133, 133, 133, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  transition: .3s;
}
.header-controls > div > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
}
.header-controls > div + div{
  margin-left: 20px;
}
.header-controls > div > a:hover,
.header-controls > .panel-control:hover{
  background-color: #BA1C24;
  color: #fff;
}
.header-controls .panel-control:hover span{
  background-color: #fff;
}
.header-controls .search-control .search-form-wrap{
  display: none;
  top: calc(100% + 19px);
  position: absolute;
  z-index: 4;
  right: 0;
  width: 350px;
}
.header-controls .search-control .search-form-wrap button{
  padding: 0;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.widget-area .search-form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
    padding: 0 20px;
}
.widget-area .search-form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Header: Style 1 */
@media (min-width: 1600px) {
  .site-header .site-header-top > .container,
  .site-header .site-header-bottom > .container{
    max-width: 1600px;
  }
}

@media (max-width: 1599px) and (min-width: 1200px){
  .site-header .site-header-top > .container,
  .site-header .site-header-bottom > .container{
    max-width: 1200px;
  }
}

/* Header: Style 2 */

.site-header.header-layout-2 .site-header-bottom-inner{
  background-color: #fff;
  padding: 0 40px;
}
.site-header.header-layout-2 .site-header-bottom-inner > ul{
  margin-right: 0;
  margin-left: auto;
}
.site-header.header-layout-2.sticky .site-header-bottom-inner{
  padding: 0;
}

@media(min-width: 1200px){
  .site-header.header-layout-2.sticky .site-header-top > .container,
  .site-header.header-layout-2.sticky .site-header-bottom > .container{
    max-width: 1140px;
  }
}

.site-header.header-layout-2 .site-logo-wrapper .logo-infocard{
  transform: translateX(0);
  left: 0;
}

.site-header.header-layout-2:not(.sticky) .site-header-bottom{
  background-color: transparent;
}

/* Header: Style 3 */
.site-header.header-layout-3 .site-logo-wrapper{
  margin-left: 50px;
  margin-right: 50px;
}

.site-header.header-layout-3 .site-header-bottom-inner{
  justify-content: center;
}

.site-header.header-layout-3 .site-header-bottom-inner > ul{
  margin-right: 0;
}

.site-header.header-layout-3 .site-header-bottom-inner > .burger-icon.aside-trigger{
  margin-right: auto;
}

.site-header .header-controls.style-2 > div{
  width: 35px;
  border: 0;
}
.site-header .header-controls.style-2 .burger-icon::before{
  width: 35px;
}
.site-header .header-controls.style-2 > div + div{
  margin: 0;
}
.site-header .header-controls.style-2 .sigma_header-cart .sigma_header-cart-content{
  right: 50%;
  top: 0px;
  transform: translateX(50%);
}

.site-header .header-controls.style-2 > div > a:hover,
.site-header .header-controls.style-2 > .panel-control:hover{
  background-color: transparent;
  color: #BA1C24;
}
.site-header .header-controls.style-2 > .panel-control:hover span{
  background-color: #BA1C24;
}

/* Header: Style 4 */
.site-header.header-layout-4 .site-logo-wrapper{
  margin-left: 50px;
  margin-right: 50px;
}

.site-header.header-layout-4 .site-header-bottom-inner{
  justify-content: center;
}

.site-header.header-layout-4 .site-header-bottom-inner > ul{
  margin-right: 0;
}

/* Header: Style 5 */
.site-header.header-layout-5 .contact-info{
  margin-left: 0;
  margin-right: auto;
}
.site-header.header-layout-5 .site-header-top .site-slogan{
  padding: 15px 0;
  display: block;
}

.site-header.header-layout-5 .site-header-bottom-inner > ul > li > a{
  padding: 16px 20px;
}

.site-header.header-layout-5 .site-header-bottom{
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
}
.site-header.header-layout-5 .search-form-wrap{
  width: 320px;
}
.site-header.header-layout-5 .search-form-wrap .search-form button{
  border-radius: 0;
}
.site-header.header-layout-5 .search-form-wrap input{
  border: 1px solid #CED4DA;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}

.site-header.header-layout-5 .sigma-v-megamenu + .navbar-nav{
  padding-left: 270px;
}

.site-header.header-layout-5.can-sticky .sigma-v-megamenu{
  display: none;
}
.site-header.header-layout-5.can-sticky .sigma-v-megamenu + .navbar-nav{
  padding-left: 0;
}
.site-header.header-layout-5.can-sticky .site-header-bottom{
  border-top: 0;
}

/* Header Layout 6 */
.site-header.header-layout-6 .site-header-bottom-inner > ul > li > a {
    font-weight: 400;
    font-size: 14px;
    padding: 15px 10px;
    text-transform: uppercase;
    margin: 0 10px;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul > li > a:hover{
  color: #000;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul {
  margin: 0 auto;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul > li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    font-size: 10px;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul > li:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2.5em;
    bottom: 0;
    width: 20%;
    height: 2px;
    background-color: #000;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul > li:hover:after {
    opacity: 1;
    width: calc(100%);
}
.site-header.header-layout-6 .site-header-bottom-inner > ul ul.sub-menu li a {
    padding: 10px;
    transition: .3s;
}
.site-header.header-layout-6 .site-header-bottom-inner > ul ul.sub-menu li:hover a {
  padding-left: 25px;
  transition: 0.3s;
}
.site-header.header-layout-6 .header-controls.style-2 .sigma_header-cart .sigma_header-cart-content {
  right: 10px;
  top: 5px;
}
.site-header.header-layout-6 .contact-info{
  margin-left: 0;
}
.site-header.header-layout-6 .site-header-top-inner{
  flex-wrap: wrap;
}
.site-header .contact-info.style-4 .contact-item a i {
    width: auto;
    height: auto;
    line-height: normal;
    background: none;
    color: #141433;
    font-size: 16px;
    font-weight: 600;
}
.site-header .contact-info.style-4 .contact-list .contact-label {
    display: none;
}
.site-header.header-layout-6 .site-header-top .social-info li a{
  padding: 10px 0;
}
.site-header .top-header-social-details {
    display: flex;
    align-items: center;
}
.site-header .site-header-top-inner .top-header-social-details .top-cta-btn {
    padding: 13px 25px 12px 25px;
    background: #141433;
    color: #fff;
    margin-left: 20px;
    font-size: 13px;
}

/* Header Layout 7 */
.site-header.header-layout-7 .contact-info{
  margin-left: 0;
}
.site-header.header-layout-7 .site-header-top .social-info li a{
  padding: 10px 0;
}
.site-header.header-layout-7 .site-header-top .header-controls{
  margin-left: 20px;
}
.site-header.header-layout-7 .site-header-top .header-controls > div{
  height: 48px;
}
.site-header.header-layout-7 .header-controls.style-2 .sigma_header-cart .sigma_header-cart-content{
  transform: none;
  right: 0;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul{
  margin-right: 0;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul > li > a {
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul > li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    font-size: 10px;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul > li:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2.5em;
    bottom: 0;
    width: 20%;
    height: 2px;
    background-color: #000;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.site-header.header-layout-7 .site-header-bottom-inner > ul > li:hover:after {
    opacity: 1;
    background: #ba1c24;
    width: calc(100%);
}
.site-header.header-layout-7.header-scheme-dark .header-controls.style-2 .sigma_header-cart .sigma_header-cart-content{
  background: #fff;
  color: #000;
}
.site-header.header-layout-7 .site-header-top .header-controls.style-1 {
    padding: 10px 0;
}
.site-header.header-layout-7 .contact-info.style-4 .contact-item i {
    background: none;
    color: #000;
    font-weight: 600;
}

/* Header: Dark Scheme */
.site-header.header-scheme-dark .site-slogan h5,
.site-header.header-scheme-dark .site-slogan a,
.site-header.header-scheme-dark .site-slogan span,
.site-header.header-scheme-dark .site-header-bottom-inner > ul > li > a,
.site-header.header-scheme-dark .site-header-top-inner > ul > li > a,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span:last-child,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span:last-child a,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span,
.site-header.header-scheme-dark .site-header-top .social-info li a,
.site-header.header-scheme-dark .site-header-top-inner > a{
  color: #fff;
}

.site-header.header-scheme-dark .site-header-top .social-info li a:hover,
.site-header.header-scheme-dark .site-header-top-inner > a:hover,
.site-header.header-scheme-dark .site-header-bottom-inner > ul > li > a:hover,
.site-header.header-scheme-dark .site-header-top-inner > ul > li > a:hover{
  color: #BA1C24;
}

.site-header.header-scheme-dark .burger-icon span{
  background-color: #fff;
}

.site-header.header-scheme-dark .contact-info .contact-item i{
  color: #fff;
  background-color: #BA1C24;
}

.site-header.header-scheme-dark .contact-info.style-2 .contact-item i,
.site-header.can-sticky.header-scheme-dark .contact-info.style-2 .contact-item i{
  background-color: transparent;
}

.site-header.header-scheme-dark .header-controls > div > a{
  color: #fff;
}

.site-header.header-scheme-dark.header-layout-5 .search-form-wrap input{
  border-color: #CED4DA;
  color: #fff;
}

.site-header.header-scheme-dark.header-layout-5 .site-header-bottom{
  border-top-color: #CED4DA;
  border-bottom-color: #CED4DA;
}

/* Admin bar enabled */
.admin-bar .site-header.can-sticky.sticky,
.admin-bar .aside-collapse,
.admin-bar .site-header:not(.can-sticky).header-absolute{
  top: 32px;
}

@media(max-width:782px){
  .admin-bar .site-header.can-sticky.sticky,
  .admin-bar .aside-collapse,
  .admin-bar .site-header:not(.can-sticky).header-absolute{
    top: 46px;
  }
}

@media(max-width: 600px){
  .admin-bar .site-header.can-sticky.sticky,
  .admin-bar .aside-collapse,
  .admin-bar .site-header:not(.can-sticky).header-absolute{
    top: 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
}
.sigma-footer-widgets-wrapper {
  font-size: 14px;
  padding-top: 100px;
  padding-bottom: 40px;
}
.sigma-footer-widgets-wrapper .widget {
  margin-bottom: 50px;
}
.sigma-footer-widgets-wrapper .widget ul li a {
  text-transform: capitalize;
  font-size: 14px;
}
.sigma-footer-widgets-wrapper a {
  color: #fff;
}
.sigma-footer-widgets-wrapper a:hover {
  color: #BA1C24;
}
.sigma-footer-widgets-wrapper .widget {
  background: none;
  padding: 0;
}
.sigma-footer-widgets-wrapper .widget-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}
.sigma-footer-widgets-wrapper ul {
  margin: 0;
}
.sigma-footer-widgets-wrapper li {
  list-style: none;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CED4DA;
  display: flex;
  align-items: center;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sigma-footer-widgets-wrapper .widget h6.widget-title {
  font-size: 24px;
  text-transform: none;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 0;
}
.sigma-footer-widgets-wrapper .widget h6.widget-title:before {
  display: none;
}
/*=== Widget first ===*/
.sigma-footer-widgets-wrapper .footer-logo {
  display: block;
  margin-bottom: 20px;
}
.sigma-footer-widgets-wrapper a.btn.btn-outline-light.footer-button {
  border-radius: 0;
  border-width: 2px;
  font-size: 15px;
  padding: 15px 20px;
  font-weight: 600;
  margin-top: 10px;
  box-shadow: none !important;
}
/*=== Widget Blog ===*/
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image {
  width: 70px;
  margin-right: 20px;
  margin-bottom: 0;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content {
  max-width: calc(100% - 90px);
  display: flex;
  flex-direction: column-reverse;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-transform: none;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a:hover {
  color: #BA1C24;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
  font-size: 12px;
  color: #6b6b83;
  text-transform: none;
  margin-bottom: 5px;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
  color: #BA1C24;
  margin-right: 2px;
}
/*=== Widget Menu ===*/
.sigma-footer-widgets-wrapper .menu li {
  display: inline-block;
  width: 100%;
  float: none;
  padding: 0 0 15px 0;
  position: relative;
}
/*=== Widget Contact ===*/
.sigma-footer-widgets-wrapper .widget_contact li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  margin-bottom: 18px;
}
.sigma-footer-widgets-wrapper .widget_contact li {
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
}
.sigma-footer-widgets-wrapper .widget_contact i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  color: #fff !important;
}
.sigma-footer-widgets-wrapper .textwidget h3 {
  color: #fff;
}
/*=== Widget Copyright ===*/
.sigma-copyright {
  background-color: #000;
}
.sigma-copyright .footer-copyright-section {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(max-width: 767px) {
  .sigma-copyright .footer-copyright-section {
    text-align: center;
    display: block;
  }
}
.sigma-copyright a {
  color: #fff;
}
.sigma-copyright .social-icons li a {
  color: rgba(248, 252, 255, .6);
}
.sigma-copyright .social-icons {
  margin: 0;
  padding: 0;
  display: inline;
}
.sigma-copyright .social-icons li {
  margin-left: 8px;
  margin-right: 8px;
  min-width: auto;
  display: inline-block;
}
.sigma-copyright .footer-right {
  text-align: right;
}
.site-footer .sigma-copyright a {
  color: #fff;
}

/* Dark Footer color scheme */
.site-footer.footer-dark {
  background-color: #141433;
}
.site-footer.footer-dark.site-footer.site-footer-layout-3 .footer-top,
.site-footer.footer-dark.site-footer.site-footer-layout-2 .footer-top{
  background-color: #141433;
}


.site-footer.footer-dark .select2-container--default .select2-selection--single,
.site-footer.footer-dark input[type="number"],
.site-footer.footer-dark input[type="text"],
.site-footer.footer-dark input[type="email"],
.site-footer.footer-dark input[type="password"],
.site-footer.footer-dark input[type="tel"],
.site-footer.footer-dark input[type="url"],
.site-footer.footer-dark input[type="search"],
.site-footer.footer-dark select,
.site-footer.footer-dark textarea
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget select,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="text"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="email"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="password"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_search .search-field,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a {
  border: 1px solid rgba(191, 191, 191, 0.32);
  background-color: rgba(0, 0, 0, 0.2);
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_archive ul li span,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_categories ul li span {
  background-color: #141433;
  color: #fff;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_calendar table th {
  color: #fff;
}
.site-footer.footer-dark .widget ul a{
  color: #ffffff;
}
.sigma-footer-widgets-wrapper .widget_categories ul>li ul li span{
  top: 0;
}
.sigma-footer-widgets-wrapper .search-form button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sigma-footer-widgets-wrapper .search-form button:hover {
    background: #9B171E;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a {
    border-color: #fff;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a:hover {
    background: #ba1c24;
    border-color: #ba1c24;
    color: #fff;
}
.site-footer.footer-dark.site-footer.site-footer-layout-3 .footer-top h3,
.site-footer.footer-dark strong,
.site-footer.footer-dark .calendar_wrap caption,
.site-footer.footer-dark .widget ul a:hover,
.site-footer.footer-dark .widget.widget_rss .widget-title a,
.site-footer.footer-dark .wp-calendar-table td,
.site-footer.footer-dark .wp-calendar-table th{
  color: #fff;
}

.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_sigma_recent_entries li{
  border-bottom-color: #141433;
}

/* Light Footer Color scheme */
.site-footer.footer-light {
  background-color: #fff;
  color: #6b6b83;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a {
  color: #6b6b83;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a{
  color: #000;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a:hover {
  color: #BA1C24;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget h6.widget-title {
  color: #000;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_tag_cloud a:hover {
  color: #fff;
}
.site-footer.footer-light .widget_archive ul li span,
.site-footer.footer-light .widget_categories ul li span {
  background-color: #F4F4F4;
}

/* Footer Layout 2 */
.site-footer.site-footer-layout-2 .footer-copyright-section .footer-left {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-footer.site-footer-layout-2 .footer-top {
  background-color: #fff;
  padding: 120px 0;
}
.site-footer.site-footer-layout-2 .logo {
  margin-bottom: 45px;
}
.site-footer.site-footer-layout-2 .form-group {
  margin-top: 45px;
  margin-bottom: 0;
}
.site-footer.site-footer-layout-2 .form-group {
  position: relative;
  display: flex;
  padding: 20px;
  background-color: #F4F4F4;
}
.site-footer.site-footer-layout-2 .form-group button {
  background-color: #BA1C24;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  width: 200px;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.site-footer.site-footer-layout-2 .form-group button:hover {
  background-color: #000;
}
.site-footer.site-footer-layout-2 .form-group input {
  border: none;
  font-size: 16px;
  letter-spacing: 3px;
  color: #6b6b83;
  background-color: #F4F4F4;
}

/* Footer Layout 3 */
.site-footer.site-footer-layout-3 .footer-top{
  background-color: #fff;
}

/*--------------------------------------------------------------
# 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;
}
.sigma-extend-right-bg .sigma-extend-right-col:after {
  content: " ";
  position: absolute;
  width: 1000%;
  height: calc(100% + 200px);
  background-color: #F4F4F4;
  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: #141433;
  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 #CED4DA;
  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: #BA1C24;
}
.wpb-js-composer .vc_general.vc_tta-tabs.sigma-tour-border .vc_tta-tab.vc_active>a {
  border-color: #BA1C24;
  color: #BA1C24;
}

.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-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: #000;
}
.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: -5px;
  color: #BA1C24;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.input-group input, .input-group select, .input-group textarea, .input-group select {
  padding-left: 80px;
}

/*=== Team Form ===*/
.sigma-team-form-1 .input-group {
  margin-bottom: 25px;
}
.sigma-team-form-1 .wpcf7-form-control,
.sigma-contact-info textarea {
  border-radius: 0;
}
.sigma-contact-info .infobox-style-3 i:after {
  background-color: #F4F4F4;
  z-index: 9;
  top: 0;
}
.infobox-style-3 span.count {
  position: absolute;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  font-size: 70px;
  color: #F4F4F4;
  z-index: -1;
  line-height: 1;
}

/*--------------------------------------------------------------
# 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: #000 !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: #000;
}
.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: #000 !important;
}
.sigma-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
  color: #000 !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: #F4F4F4;
  width: 30px;
  height: 30px;
  color: #000;
}
.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: #000
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
  background-color: #F4F4F4;
  color: #000;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
  background-color: #BA1C24;
}
.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: #BA1C24;
  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;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
body .vc_btn3.vc_btn3-style-classic {
  border: none;
}
body .vc_btn3.vc_btn3-style-classic:hover {
  border: none;
}
.sigma-contact-info .wpcf7-submit,
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-size-md {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  border: none;
}
body .vc_btn3.vc_btn3-color-white:hover,
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary:hover,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary:hover,
body .vc_btn3.vc_btn3-color-secondary:focus,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-primary,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  color: #141433;
  background-color: #BA1C24;
}
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: #141433;
}
.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: #141433;
  background-color: #f4f4f4;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary {
    background: #141433;
}
body .vc_general.vc_btn3.vc_btn3-color-secondary:hover{
  color: #fff;
}
.vc_btn3.vc_btn3-style-custom,
body .vc_general.vc_btn3{
  background-color: #BA1C24;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  letter-spacing: normal;
  overflow: hidden;
  font-weight: 700;
  display: inline-block;
  z-index: 1;
  line-height: 60px;
  padding: 0 40px;
}
.vc_btn3.vc_btn3-style-custom:hover,
body .vc_general.vc_btn3:hover,
body .vc_general.vc_btn3:focus {
  background-color: #9B171E;
  color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary {
    border: 2px solid #BA1C24;
    color: #BA1C24;
    padding: 0 40px;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary {
    border: 2px solid #141433;
    color: #141433;
    background: none;
    padding: 0 40px;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary{
  background: none;
  padding: 0 40px;
  border: 2px solid #f4f4f4;
  color: #141433;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white {
    padding: 0 40px;
    border: 1px solid #fff;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:hover{
  background: transparent;
  color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-shape-round.vc_btn3-color-primary {
    border-radius: 50px;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover,
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:hover {
    background: #BA1C24;
    color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:hover{
  border-color: #BA1C24;
}
body .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover{
  background: #141433;
  color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 35px;
}
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-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 35px;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 60px;
}
body .vc_btn3.vc_btn3-color-tertiary {
    color: #141433;
}
body .vc_general.vc_btn3.vc_btn3-color-primary,
body .vc_general.vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat:hover,
body .vc_general.vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat:hover,
body .vc_general.vc_btn3.vc_btn3-color-tertiary:hover{
  color: #fff;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty):hover {
    padding-left: 40px;
    padding-right: 60px;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  transition: .3s;
}
body .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty):hover .vc_btn3-icon {
    left: calc(100% - 50px);
    position: absolute;
    transition: .3s;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty):hover {
    padding-right: 40px;
    padding-left: 60px;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  transition: .3s;
}
body .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty):hover .vc_btn3-icon {
    right: calc(100% - 50px);
    position: absolute;
    transition: .3s;
}
/* Button style 2 */
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
    background: #ba1c24;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover:before {
    top: 0;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:before,
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
    background: #141433;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover:before,
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:hover:before {
    top: 0;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty){
  padding-left: 60px;
  padding-right: 40px;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty):hover .vc_btn3-icon{
  left: 35px;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:before{
  background-color: #fff;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:hover{
  color: #ba1c24;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline {
    padding: 0.4375rem 1.875rem 0.4375rem;
    line-height: 2.30rem;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white {
    border: 2px solid #fff;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:hover:before {
    background: #fff;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty){
  padding-left: 40px;
  padding-right: 60px;
}
body.custom-btn-style-2 .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty):hover {
    padding-left: 60px;
    padding-right: 40px;
}

/*--------------------------------------------------------------
# Sigma Feature
--------------------------------------------------------------*/
.sigma_our_partner_wrapper .slick-slider .slick-track {
    align-items: center;
    display: flex;
}
.sigma-z-index-down {
  z-index: -1;
}
.sigma-z-index-0 {
  z-index: 0;
}
.sigma-z-index-1 {
  z-index: 1;
}
.sigma-z-index-2 {
  z-index: 2;
}
.sigma-z-index-3 {
  z-index: 3;
}
.sigma-shadow-1 {
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
}
.sigma-shadow-2 {
  box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
}
.link-tag{
  font-size: 14px;
  position: relative;
  pointer-events: visible;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  padding: .375rem .75rem;
}
.link-tag:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #fff;
}
.link-tag:hover{
  color: #fff;
}
.link-tag:hover:before{
  background: #fff;
}
.link-tag.primary-color:before{
  background: #ba1c24;
}
.link-tag.primary-color{
  color: #ba1c24;
}
.link-tag.secondary-color:before{
  background: #141433;
}
.link-tag.secondary-color{
  color: #141433;
}
.link{
  color: #ba1c24;
  font-size: 14px;
  font-weight: 400;
}
.link:hover{
  color: #141433;
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.center-bg-effect:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to right, #ba1c24 0%, #ba1c24b3 30%, #141433b3 60%, #141433 100%);
}
.dark-light-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #141433 20%, #141433ed 50%, rgba(250, 250, 250, 0.1) 80%, rgba(250, 250, 250, 0) 100%);
}
/*=== 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: #BA1C24;
}
.sigma-contact-box-style1 a {
  color: #ffffff !important;
  margin-top: 15px;
  display: inherit;
  font-size: 22px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.sigma-contact-box-style1 a:hover {
  color: #6b6b83;
}
.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;
}

/*=== 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: #000;
  font-family: Flaticon;
  left: -60px;
  top: 0;
  font-weight: normal;
}
.sigma-action-box .sigma-title {
  font-size: 60px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  line-height: 80px;
}
.sigma-action-box a {
  font-size: 24px;
  color: #000;
  border-bottom: 4px solid #BA1C24;
  line-height: 24px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  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 #BA1C24;
  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;
}

/* blog classic */
.sigma-post-wrapper footer .entry-meta-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}
.sigma-post-wrapper footer .entry-meta-container>.author.vcard {
  width: auto;
  border-bottom: 0;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.sigma-post-wrapper footer .entry-meta-container>.author.vcard:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #F4F4F4e;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.sigma-post-wrapper footer.entry-footer {
  padding-top: 0;
}
.sigma-post-wrapper footer.entry-footer .social-icon-share {
  position: relative;
  right: 0px;
  margin-top: 0px;
  text-align: right;
}
.sigma-post-wrapper footer.entry-footer .social-icon-share h5 {
  font-size: 16px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

/*sidebar*/
.sidebar{
  margin-bottom: 20px;
}
.widget-area.sidebar .widget {
  padding: 20px;
  box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
  border-radius: 4px;
}
.widget-area.sidebar .widget.widget_media_image{
  padding: 0;
}
.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 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(67, 41, 163, .2);
  line-height: 1.5;
}
.widget-area.sidebar .widget ul>li ul li:last-child {
    padding-bottom: 0;
}
.widget-area.sidebar .widget ul>li ul li {
    border-top: 1px solid rgba(67, 41, 163, .2);
    border-bottom: 0;
}
.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: #000;
}
.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: #CED4DA;
}
.widget-area.sidebar .widget ul>li ul li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-bottom: 0;
}
.widget-area.sidebar .widget ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry-content .post-password-form input[type="password"] {
  height: 65px;
  top: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.entry-content .post-password-form input[type="submit"] {
  position: relative;
  top: 9px;
  left: -4px;
  height: 65px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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 #CED4DA;
  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: 4px;
}
.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: "Rubik", sans-serif;
  color: #000;
  font-weight: 500;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a:hover {
  color: #BA1C24;
}
.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: 15px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
  margin-right: 5px;
}

/*Blog archive*/
.sigma-post-wrapper .sigma-post-inner .entry-content {
  margin-top: 20px;
}
.sigma-post-wrapper header .posted-on a .entry-date {
  display: flex;
  align-items: center;
}
.sigma-post-wrapper header .posted-on {
  top: -40px;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.sigma-post-wrapper header .posted-on a .entry-date span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 0 5px;
  letter-spacing: normal;
  text-transform: none;
}
.sigma-post-wrapper header .posted-on a .entry-date span:last-child {
  margin-right: 0;
}
.sigma-post-wrapper header .posted-on a .entry-date span:before {
  content: '/';
  margin-right: 5px;
  font-weight: 600
}
@media (max-width: 576px) {
  .comment-list .children {
    padding-left: 0 !important;
  }
  .sigma-post-wrapper .entry-title {
    font-size: 24px;
  }
  body,
  .entry-content p,
  .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a,
  .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span {
    font-size: 14px;
  }
}
.half-bg {
  position: relative;
}
.half-bg img {
  padding-top: 35px;
  padding-left: 35px;
}
.half-bg:before {
  content: '';
  background-color: #BA1C24;
  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: "Rubik", sans-serif;
}
.sigma-contact-box-style2.contact-page-box a:hover {
  color: #BA1C24;
}
.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 #CED4DA;
}
.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: #BA1C24;
  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: #BA1C24;
  border-color: #BA1C24;
  color: #000;
  font-family: "Rubik", sans-serif;
  padding: 15px 42px;
  font-size: 14px;
}
.sigma-contact-info .wpcf7-submit:hover,
.sigma-contact-info .wpcf7-submit:focus {
  background-color: #fff !important;
  color: #000;
}

/*Blog archive*/
.sigma-post-wrapper .sigma_post_categories {
  margin-bottom: 20px;
}
.sigma-post-wrapper .sigma_post_categories .categories-list a {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  margin: 0 5px 5px 0;
  background-color: #BA1C24;
}
.sigma-post-wrapper .sigma_post_categories .categories-list a:hover {
  background-color: #9B171E;
  color: #fff;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard {
  padding: 0;
  display: flex;
  align-items: center;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard img,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard a,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a {
  display: inline-flex;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard:after {
  display: none;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
  margin-bottom: 0;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li:last-child {
  margin-right: 0;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li a,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li i {
  color: #6b6b83;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li a{
  font-size: 13px;
  font-weight: 600;
  transition: .3s;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link i,
.sigma-post-wrapper footer ul.social-share-icons a.icon-link {
  color: #6b6b83;
  transition: .3s;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover i{
  color: #fff;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
  color: #000;
}
.sigma-post-wrapper .sigma-post-inner ul.blog-list li:not(:last-child) {
  margin-bottom: 10px;
}
.sigma-post-wrapper .entry-content ul.blog-list {
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.sigma-post-wrapper .entry-content ul.blog-list li {
  padding-left: 60px;
  position: relative;
}
.sigma-post-wrapper .entry-content ul.blog-list li:before {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.sigma-post-wrapper .entry-content ul.blog-list li:last-child {
  border-bottom: 0px solid #F4F4F4;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*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: #BA1C24;
  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: #BA1C24;
  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: #000;
}
.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: #000;
}
.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: #000;
}
.call-to-action.cta-inner .cat-link:hover {
  background-color: #fff;
  color: #000;
}
.call-to-action .need-cta-img {
  margin-bottom: 0;
  position: relative;
}
.call-to-action .need-cta-img:before {
  position: absolute;
  content: '';
  background-color: #000;
  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: #000;
}
.call-to-action.cta-style-two .cat-link:hover {
  background-color: #fff;
  color: #000;
}
.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle {
  color: #BA1C24;
}
.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: #BA1C24;
}
.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: #BA1C24;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  line-height: 100px;
  font-family: "Rubik", sans-serif;
  color: #000;
  display: inline-block;
}
.video-link.home .popup-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #BA1C24;
  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: #F4F4F4;
  opacity: 0.6;
}

/*footer top*/
footer .footer-top {
  background-color: #000;
  padding: 40px 0;
}
footer .social-icons{
  display: flex;
  align-items: center;
}
footer .social-icon a,
footer .social-icons a {
  text-align: center;
  background-color: #141433;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-left: 10px;
  display: inline-block;
}
footer .social-icons a{
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
}
footer .social-icon a:hover,
footer .social-icons a:hover {
  background-color: #BA1C24;
  color: #fff;
}
footer .social-icons a i{
  color: #fff;
}
footer .social-icons li{
  padding: 0;
}
footer .social-icons li + li{
  margin-left: 10px;
}

footer .footer-top .footer-logo img{
  max-width: 220px;
}

/* Portfolio Style 1 */
.sigma-portfolio{
  margin-bottom: 30px;
}
.sigma-portfolio-style-1 .sigma-portfolio-image-container:before,
.sigma-portfolio-style-1 .sigma-portfolio-image-container:after{
  -webkit-transition: all 0.3s ease-out 0.3s;
  -moz-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}
.sigma-portfolio-style-1 .sigma-portfolio-wrapper {
  margin-bottom: 30px;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.sigma-portfolio-style-1 .double-height .sigma-portfolio-thumbnail-wrapper {
  height: 670px;
}
.sigma-portfolio-style-1 .portfolio-title {
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
  letter-spacing: -1px;
}
.sigma-portfolio-style-1 .portfolio-title a{
  color: #000;
}
.sigma-portfolio-style-1 .portfolio-title a:hover{
  color: #BA1C24;
}
.sigma-portfolio-style-1 .sigma-portfolio-category {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #BA1C24;
  text-transform: none;
  padding-left: 50px;
  margin-bottom: 5px;
}
.sigma-portfolio-style-1 .sigma-portfolio-category:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #BA1C24;
}
.sigma-portfolio-action-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.sigma-portfolio-style-1 .sigma-portfolio-action-icons i {
  background-color: #BA1C24;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.sigma-portfolio-style-1 .sigma-portfolio-action-icons i:hover {
  background-color: #ffffff;
  color: #BA1C24;
}
.sigma-portfolio-style-1 .sigma-portfolio-image-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-image-container img {
  transform: scale(1.1);
}
.sigma-mfg-popup-image {
  display: none;
}
.sigma-portfolio-style-1 .sigma-portfolio-image-container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  opacity: 0;
  transition: 0.5s all;
  z-index: 1;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-image-container:before {
  opacity: 0.5;
}

.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper .portfolio-content-sec {
  position: absolute;
  left: -80px;
  bottom: 0;
  background-color: #fff;
  padding: 30px 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.sigma-portfolio-style-1 .sigma-portfolio-thumbnail-wrapper:hover .portfolio-content-sec {
  left: 0;
  visibility: visible;
  opacity: 1;
}

/* Portfolio Style 2 */
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper {
  position: relative;
  padding-bottom: 80px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-image-container {
  overflow: hidden;
  height: 650px;
  width: 100%;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-image-container img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-content-cover {
  opacity: 1;
  visibility: visible;
  bottom: 80px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover {
  position: absolute;
  left: 45px;
  right: 90px;
  bottom: 0;
  padding: 40px 50px;
  background-color: #141433;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .sigma-portfolio-category {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #BA1C24;
  text-transform: none;
  padding-left: 50px;
  margin-bottom: 10px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .sigma-portfolio-category:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background-color: #BA1C24;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-title {
  font-size: 28px;
  letter-spacing: -1px;
  text-transform: none;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-title a {
  color: #fff;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-link {
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 20px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  color: #000;
  text-align: center;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-link:hover {
  background-color: #BA1C24;
  color: #fff;
}

/* Portfolio Style 3 */
.sigma-portfolio-style-3 .sigma-portfolio-title{
  background-color: #fff;
  padding: 20px;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .sigma-portfolio-category{
  margin-bottom: 10px;
  display: block;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .sigma-portfolio-category a{
  background-color: #F4F4F4;
  padding: 5px 10px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .sigma-portfolio-category a:hover{
  background-color: #BA1C24;
  color: #fff;
}
.sigma-portfolio-style-3 .sigma-portfolio-title .portfolio-title{
  margin-bottom: 15px;
}

.sigma-portfolio-style-3 .sigma-portfolio-image-container a{
  display: block;
  overflow: hidden;
}
.sigma-portfolio-style-3 .sigma-portfolio-image-container a img{
  transition: .3s;
}
.sigma-portfolio-style-3 .sigma-portfolio-image-container a:hover img{
  transform: scale(1.1);
}

/*sigma-portfolio-details*/
.sigma-portfolio-details .sigma-portfolio-thumbnail {
  position: relative;
  margin-bottom: 60px;
}
.sigma-portfolio-details .sigma_post-thumbnail {
  height: 650px;
  width: 100%;
}
.sigma-portfolio-details .sigma_post-thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%
}
.sigma-portfolio-details .sigma-portfolio-details-container {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  border-top: 6px solid #BA1C24;
  padding: 50px 55px;
  background-color: #000;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail {
  padding-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail:last-child {
  margin-bottom: 0;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail .sigma-portfolio-detail-title {
  position: relative;
  display: block;
  text-transform: none;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail .sigma-portfolio-detail-value {
  color: #6b6b83;
  font-weight: 500;
  line-height: 1.2;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail .sigma-teammember-detail-title:before,
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail .sigma-portfolio-detail-title:before {
  display: none;
}
.sigma-portfolio-details .sigma-portfolio-content {
  padding-top: 0;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote {
  position: relative;
  padding: 45px 60px;
  background-color: #BA1C24;
  border-radius: 10px;
  z-index: 1;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: none;
  text-align: center;
  margin: 0;
  border: none;
  display: flex;
  flex-direction: column-reverse;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../image/icon.png);
  background-size: contain;
  background-position: left top;
  content: '';
  background-repeat: no-repeat;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote p>strong {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px;
  display: block;
}
.sigma-portfolio-details .sigma-portfolio-content blockquote p>cite {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
}

/*=== Services Style 1 ====*/
.sigma-service-style-1 .service-content-wrapper {
    margin-bottom: 30px;
    border-radius: 4px;
    transition: 0.3s;
}
.sigma-service-style-1 .service-content-wrapper .service-content-box {
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}
.sigma-service-style-1 .service-content-wrapper .service-content-box .service-details {
    text-align: left;
}
.sigma-service-style-1 .service-content-wrapper .service-content-box .service-details h5 a {
    color: #ba1c24;
}
.sigma-service-style-1 .service-content-wrapper .service-content-box .service-details p {
    margin-bottom: 0;
}
.sigma-service-style-1 .service-content-wrapper .service-content-box .service-details .service-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.sigma-service-style-1 .service-content-wrapper .service-content-box .service-details .service-image-wrapper img {
    border-radius: 4px 4px 0 0;
    margin-left: 30px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sigma-service-style-1 .service-content-wrapper:hover .service-content-box .service-details .service-image-wrapper img {
    margin-left: 0;
}
.sigma-service-style-1 .service-content-wrapper .service-content-box .service-details .service-image-wrapper a {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    padding: 5px 15px;
    background-color: #ba1c24;
    border-radius: 0 4px 0 0;
}
.sigma-service-style-1 .service-content-wrapper .service-read-more .read-more-link,
.sigma-service-style-2 .service-content-wrapper .service-read-more .read-more-link {
    background: #ba1c24;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
    font-weight: 600;
    color: #fff;
    border: 1px solid #ba1c24;
    display: block;
    text-align: center;
    letter-spacing: normal;
    font-size: 14px;
}
.sigma-service-style-1 .service-content-wrapper .service-read-more .read-more-link:hover,
.sigma-service-style-2 .service-content-wrapper .service-read-more .read-more-link:hover {
    background: #141433;
    border-color: #141433;
}
.sigma-service-style-1 .service-content-wrapper .service-content-box .service-details h5 a:hover{
  color: #141433;
}
/* service details */
.sigma-service-details .sigma-service-thumbnail {
    margin-bottom: 30px;
}
.sigma-service-details .sigma-service-thumbnail .sigma_post-thumbnail img {
    width: 100%;
}
/* service style 2 */
.sigma-service-style-2 .service-content-wrapper {
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    margin-bottom: 30px;
    border-radius: 4px;
    transition: 0.3s;
}
.sigma-service-style-2 .service-content-wrapper .service-image-wrapper img {
    border-radius: 4px 4px 0 0;
    margin-left: 30px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sigma-service-style-2 .service-content-wrapper:hover .service-image-wrapper img {
    margin-left: 0;
}
.sigma-service-style-2 .service-content-wrapper .service-image-wrapper {
    position: relative;
    overflow: hidden;
}
.sigma-service-style-2 .service-content-wrapper .service-image-wrapper a{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  padding: 5px 15px;
  background-color: #ba1c24;
  border-radius: 0 4px 0 0;
}
.sigma-service-style-2 .service-content-wrapper .service-content-box .service-details {
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}
.sigma-service-style-2 .service-content-wrapper .service-content-box .service-details h5 a {
    color: #ba1c24;
}
.sigma-service-style-2 .service-content-wrapper .service-content-box .service-details h5{
  margin-bottom: 20px;
}

/* Team Style 1 */
.sigma-teammember{
  margin-bottom: 30px;
}
.sigma-team-style-1{
  position: relative;
}
.sigma-team-style-1 .sigma-teammember-image-container:after,
.sigma-team-style-1 .sigma-teammember-image-container:before,
.sigma-team-style-1 .sigma-teammember-content-cover:before,
.sigma-team-style-1 .sigma-teammember-content-cover {
  transition: all 0.3s ease-out 0.3s;
}
.sigma-team-style-1 .teammember-title a {
  font-size: 24px;
  display: block;
  text-transform: none;
  margin-bottom: 10px;
  color: #fff;
}
.sigma-team-style-1 .sigma-teammember-image-container {
  position: relative;
  overflow: hidden;
}

.sigma-team-style-1 .sigma-teammember-image-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  content: '';
  z-index: 1;
}
.sigma-teammember-wrapper:hover .sigma-teammember-image-container:before{
  background-color: rgba(0,0,0,.5);
}
.sigma-team-style-1 .sigma-teammember-image-container img {
  width: 100%;
  transition: 0.5s all;
  transform: scale(1);
}
.sigma-teammember-wrapper.sigma-team-style-1:hover .sigma-teammember-image-container img {
  transform: scale(1.1);
}
.sigma-team-style-1 .sigma-teammember-wrapper .teammember-title a {
  color: #fff;
}
.sigma-team-style-1 .sigma-teammember-content-cover {
  background: transparent;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 20px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.sigma-team-style-1 h6.sigma-teammember-designation {
  margin-bottom: 0;
  line-height: 24px;
  z-index: 9;
  position: relative;
  color: #BA1C24;
  text-transform: none;
}
.sigma-team-style-1 .sigma-teammember-social-profiles {
  position: absolute;
  right: 0px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 0;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li {
  position: relative;
  margin-bottom: 0px;
  transition: all 900ms ease;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li a {
  position: relative;
  width: 60px;
  height: 60px;
  color: #000;
  z-index: 1;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  font-size: 16px;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li {
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
}
.sigma-team-style-1 .sigma-teammember-social-profiles:hover li,
.sigma-team-style-1 .sigma-teammember-social-profiles li.share-main {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li.share-main a {
  background-color: #ffffff;
  color: #000;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li.share-main:hover a {
  background-color: #BA1C24;
  color: #fff;
}
.sigma-team-style-1.team-sigma-post-style-2 {
  margin-bottom: 30px;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li:hover a {
  background-color: #BA1C24;
  color: #fff;
}
.sigma-team-style-1 .sigma-teammember-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.team-style-1.team-layout-slider {
  margin: 0 -15px;
}

/* Team Style 2 */
.sigma-team-style-2{
  background-color: #fff;
  text-align: center;
  padding: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 40px;
}
.sigma-team-style-2 .sigma-teammember-image-container{
  width: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  height: 150px;
}
.sigma-team-style-2 .sigma-teammember-image-container img{
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sigma-team-style-2 .teammember-title a{
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 35px;
  letter-spacing: -1px;
}
.sigma-team-style-2 .teammember-title a:hover{
  color: #BA1C24;
}
.sigma-team-style-2 .sigma-teammember-designation{
  font-weight: bold;
  text-transform: uppercase;
  color: #BA1C24;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.sigma-team-style-2 .sigma-teammember-designation + p{
  margin-top: 20px;
  margin-bottom: 0;
}

.sigma-team-style-2 .sigma-teammember-social-profiles{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.sigma-team-style-2 .sigma-teammember-social-profiles li{
  margin: 0 10px;
}
.sigma-team-style-2 .sigma-teammember-social-profiles li a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: ;
  background-color: #F4F4F4;
  color: #6b6b83;
}
.sigma-team-style-2 .sigma-teammember-social-profiles li a:hover{
  background-color: #BA1C24;
  color: #fff;
}

/* Team Style 3 */

.sigma-team-style-3 .sigma-teammember-image-container{
  position: relative;
}
.sigma-team-style-3 .sigma-teammember-social-profiles{
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 30px;
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  list-style: none;
}
.sigma-team-style-3 .sigma-teammember-social-profiles li + li{
  margin-left: 10px;
}
.sigma-team-style-3 .sigma-teammember-social-profiles li a{
  font-size: 16px;
}

.sigma-team-style-3 .sigma-teammember-content-cover{
  padding: 30px;
  background-color: #fff;
}
.sigma-team-style-3 .sigma-teammember-content-cover p{
  margin: 0;
}
.sigma-team-style-3 .sigma_post-title{
  margin-bottom: 15px;
  font-size: 24px;
}

.sigma-team-style-3 .sigma-teammember-designation{
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sigma-team-style-3 .sigma-teammember-image-container a{
  overflow: hidden;
  display: block;
}
.sigma-team-style-3 .sigma-teammember-image-container a img{
  transition: .3s;
}
.sigma-team-style-3:hover .sigma-teammember-image-container img{
  transform: scale(1.1) rotate(2deg);
}

/* Team Style 4 */
.sigma-teammember.sigma-team-style-4{
  text-align: center;
}
.sigma-team-style-4 .sigma-teammember-image-container {
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    background: #141433;
}
.sigma-team-style-4 .sigma-teammember-image-container img {
    width: 100%;
    height: 100%;
    transition: .3s;
    border-radius: 510px;
    object-fit: cover;
    object-position: center;
}
.sigma-team-style-4 .sigma-teammember-content-cover {
    padding: 5px 0;
    display: block;
}
.sigma-team-style-4 .sigma-teammember-content-cover h5 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
.text-white .sigma-team-style-4 .sigma-teammember-content-cover h5 a {
    color: #fff;
}
.section-heading.additional-heading .title-tag {
    padding-bottom: 15px;
    color: #000;
}
.sigma-team-style-4 .sigma-teammember.sigma-team-style-4 {
    text-align: center;
}
.sigma-team-style-4:hover .sigma-teammember-image-container img {
    transform: scale(0.9);
    transition: .3s;
}

/* Team Style 5 */
.sigma-team-style-5 {
  box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
  margin-bottom: 30px;
  border-radius: 4px;
  transition: 0.3s;
  overflow: hidden;
}
.sigma-team-style-5 .sigma-teammember-image-container {
  position: relative;
  overflow: hidden;
}
.sigma-team-style-5 .sigma-teammember-image-container img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-radius: 4px 4px 0 0;
  margin-left: 30px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.sigma-team-style-5:hover .sigma-teammember-image-container img{
  margin-left: 0;
}
.sigma-team-style-5 .sigma-teammember-content-cover .sigma-teammember-designation-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  padding: 5px 15px;
  background-color: #ba1c24;
}
.sigma_post-title.teammember-content-wrapper {
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
}
.sigma-team-style-5 .sigma-teammember-content-cover .sigma_post-title.teammember-content-wrapper h5 {
    margin-bottom: 10px;
}
/* Team Style 6 */
.sigma-teammember.sigma-team-style-6 {
    position: relative;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    margin-bottom: 20px;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-thumbnail-wrapper {
    position: relative;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-thumbnail-wrapper img {
    object-fit: scale-down;
    transform: scale(0.9);
    transition-duration: .4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sigma-teammember.sigma-team-style-6:hover .sigma-teammember-thumbnail-wrapper img {
    transform: scale(1);
}
.sigma-teammember.sigma-team-style-6:hover {
    box-shadow: 0 0 0 1px rgb(186 28 36 / 20%), 0 1px 5px 0 rgb(186 28 36 / 55%);
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-designation-container {
    position: absolute;
    font-size: 11px;
    top: 6px;
    left: -8px;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-designation-container .sigma-teammember-designation {
  background: #ba1c24;
  position: relative;
  padding: 3px 6px 4px 5px;
  color: #fff;
  font-weight: bold;
  margin-right: 0;
  font-size: 14px;
  border-radius: 0 1px 0 0;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-designation-container .sigma-teammember-designation:after {
    width: 7px;
    height: 7px;
    background: #ba1c24;
    clip-path: polygon(100% 0,100% 100%,0 0);
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    content: "";
}
.sigma-teammember.sigma-team-style-6 .member-link-hover {
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.sigma-teammember.sigma-team-style-6:hover .member-link-hover{
  opacity: 1;
  visibility: visible;
}
.sigma-teammember.sigma-team-style-6 .member-link-hover a {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    border-color: transparent;
    text-transform: capitalize;
    background: #ba1c24;
    color: #fff;
    padding: 10px 15px;
}
.sigma-teammember.sigma-team-style-6 .member-link-hover a:hover{
  background: #141433;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-content-cover {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
    width: 100%;
}
.sigma-teammember.sigma-team-style-6 .creadibility-status h6 {
    font-size: 14px;
    margin-bottom: 8px;
}
.sigma-teammember.sigma-team-style-6 .progress {
    height: 8px;
    background-color: #141433;
}
.sigma-teammember.sigma-team-style-6 .progress-bar.progress-bar-color {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .4s;
    background: #ba1c24;
}
.sigma-teammember.sigma-team-style-6 .creadibility-status {
    margin-bottom: 20px;
}
.sigma-teammember.sigma-team-style-6 .sigma_post-title.teammember-content-wrapper {
    padding: 0;
    border: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.sigma-teammember.sigma-team-style-6 .sigma_post-title.teammember-content-wrapper h5{
  margin-bottom: 0;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-services-list-container ul {
    margin-top: 10px;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-services-list-container ul li {
    color: #999;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
}
.sigma-teammember.sigma-team-style-6 .sigma-teammember-services-list-container ul li i {
    margin-right: 10px;
}
/*sigma-team-detail*/
.sigma-btn-dark .vc_btn3-color-primary,
.sigma-btn-dark .vc_btn3-color-secondary,
.theme-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #000;
  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: #BA1C24;
  -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: #BA1C24;
  border-color: #BA1C24;
}
.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: #000;
}
.sigma-btn-dark .vc_btn3-color-secondary:hover,
.theme-btn.btn-yellow:hover {
  background-color: #000;
  border-color: #000;
  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: #BA1C24;
}
.sigma-btn-dark .vc_btn3-color-primary {
  background-color: #BA1C24;
  border-color: #BA1C24;
  color: #000;
}
.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before {
  background-color: #000;
}
.sigma-btn-dark .vc_btn3-color-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #000;
}
.sigma-btn-dark .vc_btn3-color-primary:hover:after,
.sigma-btn-dark .vc_btn3-color-primary:hover:before {
  background-color: #BA1C24;
}
.theme-btn.btn-white {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.theme-btn.btn-white:after,
.theme-btn.btn-white:before {
  background-color: #BA1C24;
}
.theme-btn.btn-white:hover {
  background-color: #BA1C24;
  border-color: #BA1C24;
  color: #000;
}
.theme-btn.btn-white:hover:after,
.theme-btn.btn-white:hover:before {
  background-color: #000;
}
.sigma-team-detail{
  padding: 40px 40px 20px;
  background-color: #fff;
}
.sigma-team-detail .sigma_post-thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.sigma-team-detail .sigma-team-textwrap {
  padding-left: 25px;
  position: relative;
}
.sigma-team-detail .sigma-team-title {
  margin-top: 0;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 10px;
}
.sigma-team-detail .sigma-teammember-designation {
  font-weight: 700;
  color: #BA1C24;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.sigma-team-detail .sigma-teammember-designation-container {
  margin-bottom: 20px;
}
.sigma-team-detail .sigma-team-textwrap .theme-btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.sigma-team-detail .sigma-teammember-link-profiles,
.sigma-team-detail .sigma-teammember-details {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #CED4DA;
  margin-left: 0;
  display: block;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail {
  margin-bottom: 30px;
  padding-bottom: 0;
  color: #000;
  font-size: 16px;
  padding-left: 45px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail-value{
  color: #6b6b83;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail:last-child {
  margin-bottom: 0;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail svg {
  fill: #BA1C24;
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sigma-team-detail .sigma-teammember-link-profiles-container {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

/* Team Detail Style 2 */
.sigma-team-detail.style-2 .sigma-teammember-designation-container span,
.sigma-team-detail.style-2 .sigma-teammember-details-container span {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.sigma-team-detail.style-2 .sigma-team-title {
  margin-bottom: 30px;
}
.sigma-team-detail.style-2 .sigma-teammember-link-profiles {
  margin-top: 30px;
  padding-top: 0;
  border: 0;
}
.sigma-team-detail.style-2 .sigma-teammember-link-profiles-container{
  text-align: right;
}
.sigma-team-detail.style-2 .sigma-teammember-link-profiles li a {
  background: none;
  border: 1px solid #ba1c24;
  color: #bc1c24;
  border-radius: 5px;
  box-shadow: 4px 3px 10px 0px rgb(0 0 0 / 8%);
}
.sigma-team-detail.style-2 .sigma-teammember-link-profiles li a:hover {
  background: #BA1C24;
  color: #fff;
}
.sigma-team-detail.style-2 .sigma-team-textwrap{
  padding-left: 0;
}
.sigma-team-detail.style-2 {
  box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
  padding: 20px;
  border-radius: 4px;
}
.sigma-team-detail.style-2 > .row {
  align-items: center;
}
.sigma-team-detail.style-2 .sigma-teammember-link-profiles li + li{
  margin-left: 10px;
}
.sigma-team-detail.style-2 .team-entry-footer,
.sigma-team-detail.style-3 .team-entry-footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
  margin-top: 20px;
}
.sigma-team-detail.style-2 .sigma_post_tags .tag-list a,
.sigma-team-detail.style-3 .sigma_post_tags .tag-list a  {
  display: inline-block;
  padding: 5px 15px;
  border: #ba1c24 solid 1px;
  border-radius: 4px;
  margin: 0 5px 10px 0;
  background: #ffffff;
  font-weight: 500;
  color: #ba1c24;
}
.sigma-team-detail.style-2 .sigma_post_tags .tag-list a:hover,
.sigma-team-detail.style-3 .sigma_post_tags .tag-list a:hover {
  background: #ba1c24;
  color: #fff;
}
.sigma-team-detail.style-2 .sigma_post_tags > span,
.sigma-team-detail.style-3 .sigma_post_tags > span{
  margin-right: 10px;
}
.sigma-team-detail.style-2 .sigma_post_tags > span i,
.sigma-team-detail.style-3 .sigma_post_tags > span i {
  font-size: 18px;
}
.sigma-team-detail.style-2 .sigma_post_tags .tag-list a + a,
.sigma-team-detail.style-3 .sigma_post_tags .tag-list a + a {
  margin-left: 10px;
}

/*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: #BA1C24;
  font-size: 20px;
  text-align: center;
  line-height: 140px;
  color: #000;
  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: #000;
  background-color: #BA1C24;
  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: #BA1C24;
  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 Style 1
--------------------------------------------------------------*/
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a {
  color: #6b6b83;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a:hover,
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a:hover span {
  color: #BA1C24;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner ul li:not(:last-child) {
  margin-bottom: 0;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #6b6b83;
  text-transform: none;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a:hover {
  color: #000;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
  flex-direction: unset;
  margin-top: 25px;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
  margin-left: 0;
  margin-right: 30px;
}
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-inner {
  padding: 25px;
}
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .post-title {
  font-size: 22px;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Blog Style 2
--------------------------------------------------------------*/
.sigma-post-style-2 .sigma-post-inner,
.sigma-post-style-3 .sigma-post-inner {
  padding: 25px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sigma-post-style-2 .sigma-post-inner {
  transition: .3s;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
  background-color: #fff;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma_post_categories .categories-list a {
  padding: 5px 15px;
  font-size: 14px;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .post-title {
  font-size: 22px;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #CED4DA;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-content p,
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 75px;
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
  margin-bottom: 0;
  width: 100%;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta a,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .post-meta-item,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment span {
  color: #6b6b83;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta i,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment i,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .post-meta-item i {
  color: #BA1C24;
  margin-right: 5px;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
  margin-bottom: 0;
  margin-left: 0;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li+li,
.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li+li {
  margin-left: 20px;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
  flex-direction: unset;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span{
  font-weight: 400;
}

/*--------------------------------------------------------------
# Blog style 3
--------------------------------------------------------------*/
.sigma-post-style-3 .sigma-post-wrapper header .posted-on {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  padding: 0;
  background-color: transparent;
}
.sigma-post-style-3 .sigma-post-wrapper header .posted-on a {
  color: #6b6b83;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.sigma-post-style-3 .sigma-post-wrapper header .posted-on a i,
.sigma-post-style-3 .sigma-post-wrapper header img {
  margin-right: 5px;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
}
.sigma-post-style-3 .entry-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sigma-post-style-3 .entry-header img {
  width: 25px;
  border-radius: 50%;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer {
  margin-right: 20px;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer .author.vcard {
  display: flex;
  align-items: center;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer a {
  color: #6b6b83;
  font-size: 13px;
  font-weight: 600;
}
.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer a:hover,
.sigma-post-style-3 .sigma-post-wrapper header .posted-on a:hover {
  color: #000;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 14px;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content p {
  margin: 0;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .post-title {
  font-size: 24px;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.3;
}

/*--------------------------------------------------------------
# Blog Style 4
--------------------------------------------------------------*/
.sigma-post-style-4.sigma-post{
  position: relative;
}
.sigma-post-style-4 .sigma-post-inner{
  padding: 0;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer{
  margin-top: 0;
  flex-direction: row;
}
.sigma-post-style-4 .sigma-post-wrapper .entry-title{
  font-size: 24px;
}
.sigma-post-style-4 .sigma-post-wrapper header .posted-on{
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a{
  display: flex;
  align-items: center;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a::before{
  content: '';
  width: 40px;
  height: 2px;
  background-color: #6b6b83;
  transition: opacity 1s ease, width 1s ease, margin 1s ease;
  margin-right: 15px;
  transition: .3s;
}
.sigma-post-style-4 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i{
  margin: 0 0 0 15px;
}
.sigma-post-wrapper header .posted-on a{
  color: #6b6b83;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.sigma-post-wrapper header .posted-on a i{
  display: none;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner{
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner::before{
  content: '';
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  background: linear-gradient(180deg, #14143336 0%, #141433 100%);
  max-width: none;
  height: 100%;
  z-index: -1;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper .entry-title a,
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper header .posted-on a,
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a{
  color: #fff;
}

.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a:hover,
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper .entry-title a:hover,
.sigma-post-style-4.has-post-thumbnail .sigma-post-wrapper header .posted-on a:hover{
  color: #BA1C24;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a::before{
  background-color: #fff;
}
.sigma-post-style-4.has-post-thumbnail .sigma-post-inner footer.entry-footer .post-read-more-link a:hover::before{
  background-color: #BA1C24;
}
.sigma-post-style-4.has-post-thumbnail .sigma_post-thumbnail{
  display: block;
  height: 100%;
  width: 100%;
}
.sigma-post-style-4.has-post-thumbnail .sigma_post-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Blog Style 5
--------------------------------------------------------------*/

.sigma-post.sigma-post-style-5 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    z-index: 1;
    opacity: 0.8;
}

.sigma-post.sigma-post-style-5.has-post-thumbnail:hover .sigma-post-wrapper:before {
    background-color: #ba1c2478;
    left: 0;
    right: 0;
}

.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper img {
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail:hover .sigma-post-wrapper img {
    transform: scale(1.2);
}

.sigma-post.sigma-post-style-5 .sigma-post-wrapper .sigma-post-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper .sigma-post-inner{
  max-width: 250px;
}
.sigma-post.sigma-post-style-5:not(.has-post-thumbnail) .sigma-post-wrapper {
    padding: 30px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.sigma-post.sigma-post-style-5.sticky .sigma-post-wrapper {
    padding: 0;
    border: 0;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper .sigma-post-inner {
    left: 0px;
    right: 0px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.sigma-post.sigma-post-style-5 .sigma-post-wrapper .sigma-post-inner .post-cat {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 13px;
    margin-bottom: 22px;
    border-radius: 4px;
    color: #fff;
    background: #ba1c24;
}
.sigma-post.sigma-post-style-5 .sigma-post-wrapper .sigma-post-inner h5.entry-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: normal;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper .sigma-post-inner h5.entry-title a{
  color:#fff;
}
.sigma-post.sigma-post-style-5 .sigma-post-wrapper .sigma-post-inner .entry-content {
    margin-bottom: 20px;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper .sigma-post-inner .entry-content{
  color: #fff;
}
.sigma-post.sigma-post-style-5 .sigma-post-wrapper .sigma-post-inner .read-more-link{
  font-size: 14px;
  position: relative;
  pointer-events: visible;
  text-transform: capitalize;
  padding: 10px 5px;
}
.sigma-post.sigma-post-style-5 .sigma-post-wrapper .sigma-post-inner .read-more-link:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background: #ba1c24;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper .sigma-post-inner .read-more-link{
  color: #fff;
}
.sigma-post.sigma-post-style-5.has-post-thumbnail .sigma-post-wrapper .sigma-post-inner .read-more-link:before{
  background: #fff;
}

/*--------------------------------------------------------------
# Blog Style 6, 7 & 8
--------------------------------------------------------------*/
.sigma-post.sigma-post-style-6 .sigma-post-wrapper,
.sigma-post.sigma-post-style-7 .sigma-post-wrapper,
.sigma-post.sigma-post-style-8 .sigma-post-wrapper {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 3px 15px 2px rgb(0 0 0 / 6%);
}
.sigma-post.sigma-post-style-6.sticky .sigma-post-wrapper,
.sigma-post.sigma-post-style-7.sticky .sigma-post-wrapper,
.sigma-post.sigma-post-style-8.sticky .sigma-post-wrapper {
    padding: 0;
}
.sigma-post.sigma-post-style-6.sticky .sigma-post-wrapper .sigma-post-inner,
.sigma-post.sigma-post-style-7.sticky .sigma-post-wrapper .sigma-post-inner,
.sigma-post.sigma-post-style-8.sticky .sigma-post-wrapper .sigma-post-inner {
    padding: 20px;
}
.sigma-post.sigma-post-style-6 .sigma-image-wrapper,
.sigma-post.sigma-post-style-7 .sigma-image-wrapper,
.sigma-post.sigma-post-style-8 .sigma-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.sigma-post.sigma-post-style-6 .sigma-image-wrapper img,
.sigma-post.sigma-post-style-7 .sigma-image-wrapper img,
.sigma-post.sigma-post-style-8 .sigma-image-wrapper img {
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.sigma-post.sigma-post-style-6:hover .sigma-image-wrapper img,
.sigma-post.sigma-post-style-7:hover .sigma-image-wrapper img,
.sigma-post.sigma-post-style-8:hover .sigma-image-wrapper img {
    transform: scale(1.2);
}
.sigma-post.sigma-post-style-6 .sigma-image-wrapper .post-categories .sigma_post_categories a:hover,
.sigma-post.sigma-post-style-7 .sigma-image-wrapper .post-categories .sigma_post_categories a:hover,
.sigma-post.sigma-post-style-8 .sigma-image-wrapper .post-categories .sigma_post_categories a:hover {
    background: none;
}
.sigma-post.sigma-post-style-6 .sigma-image-wrapper .post-categories .sigma_post_categories,
.sigma-post.sigma-post-style-7 .sigma-image-wrapper .post-categories .sigma_post_categories,
.sigma-post.sigma-post-style-8 .sigma-image-wrapper .post-categories .sigma_post_categories {
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: 1;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    border-radius: 0px 5px 0px 5px;
    margin-bottom: 0;
    background-color: #ba1c24;
    padding: 6px 13px;
}
.sigma-post.sigma-post-style-7 .sigma-image-wrapper .post-categories .sigma_post_categories{
  top: 10px;
  bottom: auto;
  border-radius: 0px 20px 20px 0px;
}
.sigma-post.sigma-post-style-8 .sigma-image-wrapper .post-categories .sigma_post_categories {
    background: #ba1c24e0;
    bottom: 20px;
    left: 20px;
    border-radius: 5px;
}
.sigma-post.sigma-post-style-6 .sigma-image-wrapper .post-categories .sigma_post_categories a + a:before,
.sigma-post.sigma-post-style-7 .sigma-image-wrapper .post-categories .sigma_post_categories a + a:before,
.sigma-post.sigma-post-style-8 .sigma-image-wrapper .post-categories .sigma_post_categories a + a:before {
    background-color: #ffffff;
    content: "";
    height: 1px;
    right: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
}
.sigma-post.sigma-post-style-6 .sigma-image-wrapper .post-categories .sigma_post_categories a,
.sigma-post.sigma-post-style-7 .sigma-image-wrapper .post-categories .sigma_post_categories a,
.sigma-post.sigma-post-style-8 .sigma-image-wrapper .post-categories .sigma_post_categories a {
    margin: 0;
    padding: 0;
    background: none;
}
.sigma-post.sigma-post-style-6 .sigma-post-inner,
.sigma-post.sigma-post-style-7 .sigma-post-inner,
.sigma-post.sigma-post-style-8 .sigma-post-inner{
  padding: 0;
}
.sigma-post.sigma-post-style-6.has-post-thumbnail .sigma-post-inner,
.sigma-post.sigma-post-style-7.has-post-thumbnail .sigma-post-inner,
.sigma-post.sigma-post-style-8.has-post-thumbnail .sigma-post-inner {
    padding: 40px 0px 0px 0px;
}
.sigma-post.sigma-post-style-6 .sigma-post-inner h2.entry-title,
.sigma-post.sigma-post-style-7 .sigma-post-inner h2.entry-title,
.sigma-post.sigma-post-style-8 .sigma-post-inner h2.entry-title {
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 20px;
}
.sigma-post.sigma-post-style-6 .sigma-post-inner .post-footer-meta,
.sigma-post.sigma-post-style-7 .sigma-post-inner .post-footer-meta,
.sigma-post.sigma-post-style-8 .sigma-post-inner .post-footer-meta {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    align-items: center;
    align-self: center;
}
.sigma-post.sigma-post-style-6 .sigma-post-inner .post-footer-meta .meta-comment span.comment-count-label,
.sigma-post.sigma-post-style-7 .sigma-post-inner .post-footer-meta .meta-comment span.comment-count-label,
.sigma-post.sigma-post-style-8 .sigma-post-inner .post-footer-meta .meta-comment span.comment-count-label {
    display: none;
}
/*--------------------------------------------------------------
# Blog style 9
--------------------------------------------------------------*/
.sigma-post.sigma-post-style-9 {
    position: relative;
}
.sigma-post.sigma-post-style-9.has-post-thumbnail .sigma-post-inner {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sigma-post.sigma-post-style-9 .sigma-post-inner{
  padding: 20px;
}
.sigma-post.sigma-post-style-9 .sigma-post-inner .entry-title{
  font-size: 26px;
  font-weight: 600;
}
.sigma-post.sigma-post-style-9 img {
    border-radius: 4px;
}
.sigma-post.sigma-post-style-9.has-post-thumbnail .sigma-post-inner .entry-title {
    bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
}
.sigma-post.sigma-post-style-9.has-post-thumbnail .sigma-post-inner .entry-title a{
  color: #fff;
}

/*--------------------------------------------------------------
# Blog style 10
--------------------------------------------------------------*/
.sigma-post.sigma-post-style-10 {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
}
.sigma-post.sigma-post-style-10 .sigma-image-wrapper {
    position: relative;
}
.sigma-post.sigma-post-style-10 .sigma-image-wrapper .blog-meta-2 {
    background-color: rgba(255, 255, 255, 0.83);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}
.sigma-post.sigma-post-style-10 .sigma-image-wrapper .blog-meta-2 span.day {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ba1c24;
}
.sigma-post.sigma-post-style-10 .sigma-image-wrapper .blog-meta-2 span.month {
    font-size: 14px;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner {
    padding: 20px;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .author-details .author.vcard {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .author-details .author.vcard img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 20px;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .author-details .author.vcard .url {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .author-details .author.vcard .url:hover{
  color: #ba1c24;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .entry-title {
    font-size: 18px;
    letter-spacing: normal;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .entry-content {
    font-size: 14px;
    margin-bottom: 20px;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .post-read-more-link a {
    font-size: 14px;
    position: relative;
    padding: .375rem .75rem;
}
.sigma-post.sigma-post-style-10 .sigma-post-inner .post-read-more-link a:before{
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background: #ba1c24;
}
.light-bg {
    background: #f4f4f4;
}
/*--------------------------------------------------------------
# Blog Style 11
--------------------------------------------------------------*/
.sigma-post.sigma-post-style-11 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px;
    margin: 0;
}
.sigma-post.sigma-post-style-11 .sigma-post-inner {
    padding: 0;
}
.sigma-post.sigma-post-style-11 .sigma-post-inner .entry-title {
    font-size: 16px;
    margin-bottom: 0;
}
.sigma-post.sigma-post-style-11 .sigma-post-inner .posted-on a {
    font-size: 13px;
    font-weight: 600;
}
.sigma-post.sigma-post-style-11 .sigma-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    flex: 0 0 100px;
    max-width: 100px;
}
/*--------------------------------------------------------------
# Blog single
--------------------------------------------------------------*/
.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: #6b6b83;
  background-color: #F4F4F4;
  text-align: center;
  display: block;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a:hover {
  background-color: #BA1C24;
  color: #fff;
}

.sigma-post-wrapper .sigma-post-inner .alignwide figure {
  margin: 10px 0 30px;
}
.sigma-post-wrapper .sigma-post-inner .line {
  width: 100%;
  height: 1px;
  background-color: #F4F4F4;
  margin-top: 45px;
  margin-bottom: 45px;
}
.sigma-post-wrapper .sigma_post_tags {
  flex-direction: column;
}
.sigma-post-wrapper .sigma_post_tags h5 {
  font-size: 16px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list {
  padding: 0;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list i {
  display: none;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #F4F4F4;
  color: #6b6b83;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a:hover {
  background-color: #BA1C24;
  color: #fff;
}
.sigma-post-wrapper footer li.social-share-icon:not(:last-child) {
  margin-bottom: 0;
}
.sigma-post-details .sigma-post-wrapper .sigma_post-thumbnail {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.sigma-post-details .sigma-post-wrapper .sigma_post-thumbnail img{
  border-radius: 4px;
}
.sigma-post-details .sigma-post-wrapper .sigma_post-thumbnail .post-categories {
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: 1;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 13px;
    border-radius: 0px 5px 0px 5px;
    background: #ba1c24;
}
.sigma-post-details .sigma-post-wrapper .sigma_post-thumbnail .post-categories .sigma_post_categories {
    margin-bottom: 0;
}
.sigma-post-details .sigma-post-wrapper .sigma_post-thumbnail .post-categories .sigma_post_categories .categories-list a {
    padding: 0;
    background: none;
    margin: 0;
    font-weight: 400;
}
.sigma-post-details .sigma-post-wrapper .sigma_post-thumbnail .post-categories .sigma_post_categories .categories-list a + a:before {
    background-color: #ffffff;
    right: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
}
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul{
  justify-content: space-between;
  margin-bottom: 20px;
}
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul.social-share-icons{
  margin-bottom: 0;
}
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details a,
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .posted-on {
    color: #ba1c24;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details a i,
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .posted-on i{
  margin-right: 5px;
}
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px;
}
.post-details-box .sigma-post-wrapper .sigma_post_tags {
    flex-direction: inherit;
    align-items: center;
}
.post-details-box .sigma-post-wrapper .sigma_post_tags i {
    margin-right: 15px;
    margin-bottom: 10px;
}
.post-details-box .sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a {
    display: inline-block;
    padding: 5px 15px;
    border: #ba1c24 solid 1px;
    border-radius: 4px;
    margin: 0 5px 10px 0;
    background: #ffffff;
    font-weight: 400;
    color: #ba1c24;
}
.post-details-box .sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a:hover{
  color: #fff;
}
@media(max-width: 1200px) {
  .sigma-post-wrapper .sigma_post_tags {
    display: block;
  }
  .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
    text-align: left;
  }
  .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  .sigma-post-wrapper footer.entry-footer .social-icon-share {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sigma-post-wrapper .entry-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vc_row.counter-big-text:before {
    font-size: 200px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .sigma-post-wrapper .entry-title {
    font-size: 30px;
  }
}

@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;
  }
}

/*==== Newsletter ===*/
form.mc4wp-form {
    float: none;
    margin: 0 15%;
}
.mc4wp-form-fields .form-group {
    background-color: #ffffff;
    height: 70px;
    width: 100%;
    position: relative;
    border-radius: 999px;
}
.mc4wp-form-fields .form-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 100%;
    padding: 0 0 0 30px;
    width: 100%;
    border: 1px #ba1c24 solid;
    border-right: none;
    box-shadow: none;
    border-radius: 999px;
    font-size: 16px;
    margin: 0px;
}
.mc4wp-form-fields .form-group button {
    background: #ba1c24;
    border-left: 1px solid #ba1c24;
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    display: inline-block;
    padding: 0px 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px 999px 999px 0px;
    overflow: visible;
    width: auto;
    border: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.mc4wp-form-fields .form-group button:hover {
    background: #000;
}

/*===== 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: #BA1C24;
  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: #9B171E;
}
.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: #BA1C24;
  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: #BA1C24;
  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: "Rubik", sans-serif;
}
.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: #BA1C24;
  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;
}
