/*------------------------------------------------------------------
[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
-------------------------------------------------------------------*/
@-webkit-keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes preloaderScale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes preloaderScale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    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 zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-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 pulseInOut{
  0%{opacity:1;transform:scale(.3)}
  100%{opacity:0;transform:scale(1.3)}
}
@keyframes pulseInOutSM{
  0%{opacity:1;transform:scale(.3)}
  100%{opacity:0;transform:scale(1.7)}
}


.sigma_preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: .3s;
}

.sigma_preloader.hidden{
  opacity: 0;
  visibility: hidden;
}

.sigma_preloader ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  -webkit-animation: rot 16s linear infinite;
          animation: rot 16s linear infinite;
}
.sigma_preloader li {
  width: 40px;
  height: 40px;
  list-style: none;
  background: #9ecf36;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff, 0 0 5px #9ecf36, 0 0 10px #9ecf36, 0 0 15px #9ecf36, 0 0 25px #9ecf36, 0 0 55px #9ecf36;
  -webkit-animation: preloaderScale 0.8s linear alternate infinite;
          animation: preloaderScale 0.8s linear alternate infinite;
}

.sigma_preloader li:nth-child(1) {
  z-index: 24;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sigma_preloader li:nth-child(2) {
  z-index: 23;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sigma_preloader li:nth-child(3) {
  z-index: 22;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sigma_preloader li:nth-child(4) {
  z-index: 21;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(5) {
  z-index: 20;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(6) {
  z-index: 19;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sigma_preloader li:nth-child(7) {
  z-index: 18;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sigma_preloader li:nth-child(8) {
  z-index: 17;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(9) {
  z-index: 16;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(10) {
  z-index: 15;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(11) {
  z-index: 14;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sigma_preloader li:nth-child(12) {
  z-index: 13;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(13) {
  z-index: 12;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(14) {
  z-index: 11;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(15) {
  z-index: 10;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.sigma_preloader li:nth-child(16) {
  z-index: 9;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(17) {
  z-index: 8;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(18) {
  z-index: 7;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(19) {
  z-index: 6;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.sigma_preloader li:nth-child(20) {
  z-index: 5;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sigma_preloader li:nth-child(21) {
  z-index: 4;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(22) {
  z-index: 3;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(23) {
  z-index: 2;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.sigma_preloader li:nth-child(24) {
  z-index: 1;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.sigma_preloader li:nth-child(25) {
  z-index: 0;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}


.down-arrow-wrap a{
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #9ecf36;
  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: #729626;;
}
.down-arrow-wrap a::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #cccccc;
  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 #cccccc;
  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;
}

.primary-bg{
  background-color: #9ecf36;
}
.custom-primary{
  color: #9ecf36;
}
.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 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: 80px;
  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;
}
.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: #2a2b25;
}
.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: #2a2b25;
}

.mb-30 {
  margin-bottom: 30px;
}

.overflow-visible {
  overflow: visible !important;
}

*:focus,
.slick-initialized .slick-slide:focus {
  outline: none;
}
.z-1 {
  z-index: 1;
}
/* Slick Slider */
.sigma-shortcode-wrapper .slick-slider .slick-list {
  margin: 0 -15px;
}
.sigma-shortcode-wrapper .slick-slider .slick-slide {
  margin: 0 15px;
}
.sigma-shortcode-wrapper .slick-arrow {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.slick-arrow {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  padding: 0;
  color: #111;
  background-color: #fff;
  transition: .3s;
}
.slick-arrow,
.slick-arrow:focus {
  outline: none;
}
.sigma-shortcode-wrapper .slick-arrow:hover,
.slick-arrow:hover {
  background-color: #9ecf36;
  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;
}
.arrow-style .slick-arrow:hover, .arrow-style .slick-arrow.slider-next {
    background-color: #9ecf36;
    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: #e7e7e7;
  width: 30px;
  height: 4px;
  padding: 0;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.light-dots .slick-slider .slick-dots button {
  background-color: #fff;
}
.slick-slider .slick-dots .slick-active button {
  width: 50px;
  background-color: #9ecf36;
}
/*--------------------------------------------------------------
# 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: "Roboto", sans-serif;
  font-weight: 700;
  color: #111;
  font-size: 20px;
  position: relative;
}
.sigma-portfolio-detail-title:before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #9ecf36;
}
.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: #9ecf36;
}
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.sigma-teammember-thumbnail .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: #111;
  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: #111;
}
.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 #f1f1f1;
  padding-top: 30px;
  margin-top: 10px;
}
.sigma-teammember-link-profiles li {
  display: inline-block;
  border: none;
}
.sigma-teammember-link-profiles li a {
  background-color: #f1f1f1;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #111;
}
.sigma-teammember-link-profiles li a:hover {
  color: #ffffff;
  background-color: #9ecf36;
}
.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: #9ecf36;
}
.sigma-teammember-des p {
  margin-bottom: 40px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.sigma-post {
  margin-bottom: 30px;
}
.sigma-post-wrapper .entry-title {
  font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0;
    word-break: break-word;
    font-weight: 700;
}

.sigma-post-wrapper .entry-title a:hover {
  text-decoration: none;
  color: #9ecf36;
}
.sigma-post-inner {
  padding: 40px;
  position: relative;
}
.sigma-post-style-1 .sigma-post-inner {
  background-color: #fff;
  border: 1px solid #efefef;
}
.post-details-box {
  padding: 40px;
  border: 2px solid #efefef;
}
.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: 14px;
    color: #212121;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover i {
    transform: translateX(5px);
    transition: 0.3s;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i {
    margin-left: 10px;
    transition: 0.3s;
    font-weight: 400;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover {
  color: #111;
}
.sigma_post_views span i,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i {
  margin-right: 6px;
}
.sigma-post-wrapper header .posted-on {
  display: block;
  top: -80px;
  font-family: "Roboto", 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: "Roboto", 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: #9ecf36;
}
.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 footer li.social-share-icon {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 30px;
  border-right: 1px solid #fff;
  overflow: hidden;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link {
  display: block;
  text-align: center;
  background: transparent !important;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
  background-color: #0a172a;
}
.sigma-post-wrapper footer .social-icon-share:hover ul.social-share-icons {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.sigma-post-wrapper blockquote {
  padding: 50px;
  border-radius: 0;
  z-index: 1;
  font-size: 28px;
  font-family: "Roboto", serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #f7f7f7;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
.sigma-post-wrapper blockquote::before {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 240px;
  content: "\f104";
  color: #fff;
  font-family: flaticon;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.sigma-post-wrapper blockquote p {
  font-size: 24px;
  font-weight: 500;
  color: #212121;
}
.sigma-post-wrapper blockquote cite,
.sigma-post-wrapper blockquote cite strong {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #9ecf36;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  letter-spacing: normal;
}
@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: 5px solid #9ecf36;
  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: #9ecf36;
  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: 20px;
}
.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 #f1f1f1;
}
.comment-list .comment-body {
  margin-bottom: 30px;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.comment-list .children {
  padding-left: 80px;
  position: relative;
}
.comment-list .children li:first-child {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}
.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: #111;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  padding: 10px 25px;
  border: 2px solid #efefef;
  border-radius: 25px;
}
.comment-list a.comment-reply-link:hover:after {
    transform: translateX(5px);
    transition: 0.3s;
}
.comment-list a.comment-reply-link:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f3e5";
  transition: 0.3s;
  display: inline-block;
}
#cancel-comment-reply-link {
    padding-left: 5px;
}
.comment-list a.comment-reply-link:hover {
  background-color: #111;
}
.comment-list .comment-avatar {
  min-width: 100px;
  margin-right: 30px;
  position: relative;
}
.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;
  border-radius: 50px;
}
.comment-list span.comment-author {
  font-family: "Roboto", sans-serif;
      display: block;
      font-size: 18px;
      text-transform: none;
      margin-bottom: 15px;
      color: #212121;
      font-weight: 700;
}
.comment-list span.comment-date {
  margin-bottom: 15px;
  display: block;
}
.comment-list .comment-date a {
  color: #9ecf36;
  font-size: 13px;
  font-weight: 600;
}
/*=== Classic Leave a Reply ===*/
.comment-respond .comment-form {
  padding: 45px;
  background-color: #f8f8f8;
}
.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: 100%;
  margin-bottom: 20px;
  position: relative;
}
.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: #9ecf36;
  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 {
  height: 60px;
  border: 2px solid #efefef;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 50px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.comment-respond p.comment-form-comment textarea {
  height: 150px;
}
.comment-respond .comment-form .submit i {
    margin-left: 10px;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title
{
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 24px;
}
.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-respond {
  margin-bottom: 30px;
}

.comment-list .children .comment-respond {
  margin-bottom: 30px;
}

.comment-respond .comment-form p.form-submit {
  margin: 0;
}
/*=== Post Author Box ===*/
.post-author-box {
  margin-top: 25px;
  margin-bottom: 55px;
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: none;
  border: 2px solid #efefef;
}
.post-author-box .post-author-details>span {
  color: #9ecf36;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  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;
}
.widget .author-box {
    text-align: center;
}
.widget .author-box img {
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 150px;
}
.widget .author-box h6 {
    margin-bottom: 10px;
}
.widget-area.sidebar .widget .author-box .social-icon li {
    display: inline-block;
    margin-bottom: 0;
}
.widget-area.sidebar .widget .author-box .social-icon li a {
    color: #777;
    margin: 0 10px;
}
.widget-area.sidebar .widget .author-box .social-icon li a:hover {
    color: #9ecf36;
}

/*=== Related-posts===*/
.related-posts .sigma-post .sigma-post-wrapper {
  background-color: #fff;
  transition: .3s;
}
.related-posts .sigma-post-style-2 .sigma-post-inner{
  padding: 25px 0 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: #9ecf36;
}
.related-posts .sigma-post:hover .sigma-post-wrapper {
  box-shadow: none;
  background-color: #f8f8f8;
}
.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: #777;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 10px;
  line-height: normal;
}
.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: #111;
  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: #9ecf36;
  text-transform: none;
  font-weight: 700;
}
.related-posts .sigma-blog-link:hover {
  color: #111;
}
.related-posts .sigma-post {
  margin-bottom: 30px;
}
.related-posts .sigma-post .entry-content {
    margin-bottom: 0;
}
.sigma-post-style-1 .sigma-post-wrapper .post-thumbnail img {
    transition: .3s;
}
.sigma-post-style-1 .sigma-post-wrapper {
    overflow: hidden;
}
.sigma-post-style-1 .sigma-post-wrapper .post-thumbnail img:hover {
    transform: scale(1.2);
    transition: .3s;
}
/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.sigma-subheader {
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  background: #999;
}
.sigma-subheader {
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}
.sigma-subheader .page-title {
  font-size: 60px;
  color: #fff;
  text-transform: none;
  line-height: 1.2;
  margin: 0;
}
.sigma-subheader .subheader-caption {
    position: relative;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      max-width: 500px;
      margin: 20px 0 0;
      padding: 15px 20px;
      border-left: 2px solid #9ecf36;
}
.sigma-subheader.text-right .subheader-caption {
    border-left: 0;
    border-right: 2px solid #9ecf36;
    margin: 20px 0 0 auto;
}

.sigma-subheader:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #111;
  opacity: 0.6;
  content: '';
}
.sigma-subheader.pattern-skewed:after {
    content: '';
    background-color: #fff;
    display: block;
    width: 120%;
    height: 70px;
    left: 0;
    top: auto;
    position: absolute;
    right: 0;
    bottom: -28px;
    transform: rotate(-2deg);
    opacity: 1;
}
.sigma-subheader.pattern-chalk:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 15px;
    background-size: auto 75px;
    background-repeat: repeat-x;
    background-position: center 0;
    background-image: url(../images/texture-1.svg);
    top: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
}
.sigma-subheader.pattern-circular .page-title-shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 225px;
    background-color: transparent;
}
.sigma-subheader.pattern-circular .page-title-shape svg {
    width: calc(125% + 1.3px);
    height: 225px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.sigma-subheader.pattern-circular .page-title-shape svg path {
    fill: #ffffff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.sigma-subheader .container {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
}
.has-header-absolute .sigma-subheader .container{
  padding-top: 250px;
}
.sigma-subheader .breadcrumb-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  background-color: transparent;
}
.sigma-subheader .breadcrumb-shape svg {
  width: calc(125% + 1.3px);
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sigma-subheader .breadcrumb-shape svg path {
  fill: #ffffff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.sigma-subheader .breadcrumb {
  z-index: 22;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  color: #9ecf36;
  margin: 0 auto;
}
.sigma-subheader .breadcrumb a,
.sigma-subheader .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  margin-right: 0px;
  position: relative;
  text-transform: uppercase;
  color: #777;
}
.sigma-subheader .breadcrumb li.active {
    color: #9ecf36;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: "|";
}
.sigma-subheader .breadcrumb a:hover {
  color: #9ecf36;
}
.sigma-subheader .breadcrumb li a {
  padding-right: 0;
}
.sigma-subheader .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: "Roboto", sans-serif;
}
.sigma-subheader-layer.container .subheader-title-wrapper {
    max-width: 700px;
}
.sigma-subheader.before-title .container,
.sigma-subheader.after-title .container {
    flex-wrap: wrap;
    flex-direction: column;
}
.sigma-subheader.before-title .container .breadcrumb-nav {
    margin-bottom: 30px;
}
.sigma-subheader.after-title .container .breadcrumb-nav {
    margin-top: 30px;
}
.sigma-subheader.before-title .sigma-subheader-layer.container .subheader-title-wrapper,
.sigma-subheader.after-title .sigma-subheader-layer.container .subheader-title-wrapper,
.sigma-subheader.below-image .sigma-subheader-layer.container .subheader-title-wrapper {
    max-width: 100%;
    width: 100%;
}
.sigma-subheader.text-center.before-title .subheader-caption,
.sigma-subheader.text-center.after-title .subheader-caption,
.sigma-subheader.text-center.below-image .sigma-subheader-layer.container .subheader-title-wrapper .subheader-caption {
    margin: 0 auto;
}
.sigma-subheader.text-right.before-title .sigma-subheader-layer.container,
.sigma-subheader.text-right.after-title .sigma-subheader-layer.container {
    align-items: flex-end;
}
.sigma-subheader.text-left.before-title .sigma-subheader-layer.container,
.sigma-subheader.text-left.after-title .sigma-subheader-layer.container {
    align-items: flex-start;
}
.breadcrumb-nav.below-image {
    background: #9ecf36;
}
.breadcrumb-nav.below-image .breadcrumb {
    background: none;
    padding: 15px 0px;
    margin-bottom: 0;
}
.breadcrumb-nav.below-image .breadcrumb li,
.breadcrumb-nav.below-image .breadcrumb li a,
.breadcrumb-nav.below-image .breadcrumb li:before {
    color: #fff;
}
.breadcrumb-nav.below-image.text-right .breadcrumb {
    display: flex;
    justify-content: flex-end;
}
.breadcrumb-nav.below-image.text-center .breadcrumb {
    justify-content: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Logo */
.site-logo-wrapper{
  position: relative;
  padding: 10px 0;
}
.site-logo-wrapper .site-slogan h5 {
    margin-bottom: 10px;
}

/* Info Card */
.site-logo-wrapper .logo-infocard{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9ecf36;
  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 .info_card_logo img {
    max-width: 110px;
}
.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-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-logo-wrapper ul.social-info li a:hover{
  background-color: #fff;
  opacity: 1;
  color: #9ecf36;
}

/* 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: #111;
  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 .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: #111;
  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: #9ecf36;
}
.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: "Roboto", serif;
  color: #111;
}

/* 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: 10px;
  right: 10px;
  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 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 #e1e6ff;
}
.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: #f8f8f8;
  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: #111;
  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: "Roboto", serif;
  color: #111;
}


/* 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: #111;
  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: #9ecf36;
}

.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-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: #777;
}

.site-header .site-header-bottom-inner > ul ul.sub-menu li a:hover{
  background-color: #9ecf36;
  color: #fff;
  border-color: #9ecf36;
}

.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 .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-bottom-inner > ul ul.sub-menu ul,
.site-header .site-header-top-inner > ul ul.sub-menu ul{
  left: 100%;
}

.site-header .site-header-top{
  padding: 15px 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: #111;
  font-size: 16px;
}

.site-header .site-header-top-inner > a{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #111;
}

.site-header .site-header-top .social-info li a:hover,
.site-header .site-header-top-inner > a:hover{
  color: #9ecf36;
}

/* 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-header-top{
  display: none;
}
.header-controls{
  display: flex;
  align-items: center;
}
.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: #111;
  transition: .3s;
}
.header-controls > div > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #111;
}
.header-controls > div + div{
  margin-left: 20px;
}
.header-controls > div > a:hover,
.header-controls > .panel-control:hover{
  background-color: #9ecf36;
  color: #fff;
}
.header-controls > div:hover span{
  background-color: #fff;
}
.header-controls .search-control .search-form-wrap{
  display: none;
  top: calc(100% + 22px);
  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;
}
.site-header.header-layout-1 .search-window.sigma_search-form-wrapper,
.site-header.header-layout-2 .search-window.sigma_search-form-wrapper,
.site-header.header-layout-5 .search-window.sigma_search-form-wrapper {
    display: none;
}
/* Header: Style 1 */
@media (min-width: 1600px) {
  .site-header.header-layout-1 [class*="site-header-"] > .container{
    max-width: 1600px;
  }
  .site-header.header-layout-2 > .container{
    max-width: 1400px;
  }
}

@media (max-width: 1599px) and (min-width: 1200px){
  .site-header.header-layout-1 [class*="site-header-"] > .container{
    max-width: 1200px;
  }
}

/* Header: Style 2 */

.site-header.header-layout-2 .site-header-bottom-inner{
  background-color: #fff;
}
.site-header.header-layout-2 .site-header-bottom-inner > ul{
  margin-left: 45px;
}

.site-header.header-layout-2 .site-logo-wrapper .logo-infocard{
  transform: translateX(0);
  left: 0;
}

/* Header: Style 3 */
.site-header.header-layout-3 .sigma_header-middle {
    background: #fff;
}
.site-header.header-layout-3 .sigma_header-middle .navbar{
  padding: 0;
  align-items: unset;
}
.site-header.header-layout-3 .sigma_header-controls {
    display: flex;
    align-items: center;
}
.site-header.header-layout-3 .sigma_header-controls.style-2 {
    padding: 0 30px;
    border-right: 1px solid #efefef;
}
.site-header.header-layout-3 .sigma_header-controls ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.site-header.header-layout-3 .sigma_header-controls-inner {
    display: flex;
    align-items: center;
    margin: 0;
}

.site-header.header-layout-3 .aside-toggler {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    transition: .3s;
}
.site-header.header-layout-3 .sigma_header-controls-inner li {
    margin: 0;
}
.site-header.header-layout-3 .sigma_header-controls ul>li {
    margin-top: 0;
}
.site-header.header-layout-3 .aside-toggler.desktop-toggler,
.site-header.header-layout-5 .aside-toggler.desktop-toggler {
    display: flex;
    height: 58px;
    width: 58px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #efefef;
}
.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.desktop-toggler,
.site-header.header-layout-3 .sigma_header-controls.style-2 .sigma_header-controls-inner li a,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.desktop-toggler,
.site-header.header-layout-5 .sigma_header-controls.style-2 .sigma_header-controls-inner li a  {
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
}
.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.style-2,
.site-header.header-layout-3 .aside-toggler.style-2,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.style-2,
.site-header.header-layout-5 .aside-toggler.style-2  {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 4px;
}
.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.style-2.desktop-toggler,
.site-header.header-layout-3 .aside-toggler.style-2.desktop-toggler,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.style-2.desktop-toggler,
.site-header.header-layout-5 .aside-toggler.style-2.desktop-toggler {
    display: grid;
}
.aside-toggler.style-2:hover span:nth-child(2), .aside-toggler.style-2:hover span:nth-child(7), .aside-toggler.style-2:hover span:nth-child(9), .aside-toggler.style-2:hover span:nth-child(8){
  opacity: 0.4;
}
.site-header.header-layout-3 .aside-toggler span,
.site-header.header-layout-5 .aside-toggler span {
    display: block;
    margin-bottom: 4px;
    width: 20px;
    height: 1px;
    border-radius: 0;
    background-color: #212121;
    transition: .3s;
    transform-origin: right;
}
.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler span,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler span {
    margin-left: auto;
}
.site-header.header-layout-3 .aside-toggler span:nth-child(even),
.site-header.header-layout-5 .aside-toggler span:nth-child(even) {
    width: 30px;
}
.site-header.header-layout-3 .aside-toggler.style-2 span,
.site-header.header-layout-5 .aside-toggler.style-2 span {
    width: 8px;
    height: 8px;
    margin: 0;
}
.site-header.header-layout-3 .aside-toggler.desktop-toggler span,
.site-header.header-layout-5 .aside-toggler.desktop-toggler span {
    background-color: #9ecf36;
}
.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(2),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}
.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(3),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}
.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(4),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
}
.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(5),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(5) {
    grid-row: 3;
    grid-column: 3;
}
.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(6),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(6) {
    grid-row: 3;
    grid-column: 1;
}
.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(7),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(7) {
    grid-row: 3;
    grid-column: 2;
}
.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(8),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(8) {
    grid-row: 2;
    grid-column: 3;
}
.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.style-2, .site-header.header-layout-3 .aside-toggler.style-2,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.style-2, .site-header.header-layout-5 .aside-toggler.style-2 {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 4px;
}
.site-header.header-layout-3 .sigma_header-middle .navbar-nav,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.site-header.header-layout-3 .sigma_header-middle .navbar-nav {
    margin-left: 50px;
    margin-right: auto;
}
.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item-has-children,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children  {
    position: relative;
}
.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item {
    margin: 0;
}
.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.site-header.header-layout-5 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
    position: relative;
    padding: 20px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.site-header.header-layout-5 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
    color: #212121;
    padding: 30px 15px;
    text-transform: uppercase;
    font-size: 13px;
}
.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item:first-child>a,
.site-header.header-layout-5 .sigma_header-middle .navbar>.navbar-nav>.menu-item:first-child>a {
    padding-left: 0;
}
.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a::before {
    content: '';
    width: 100%;
    height: 0;
    transition: .3s;
    background-color: #fff;
}
.site-header.header-layout-3 .navbar-nav .menu-item-has-children>a::after, .site-header.header-layout-3 .sigma_aside ul .menu-item.menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    margin-left: auto;
    font-size: 10px;
}
.site-header.header-layout-3 .navbar-nav .menu-item-has-children>a::after {
    margin-left: 10px;
}
.site-header.header-layout-3 .sub-menu, .sigma_flex-menu .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    min-width: 230px;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.site-header.header-layout-3 .sub-menu a{
  display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 20px;
color: #777;
font-weight: 400;
}
.site-header.header-layout-3 .sub-menu a:hover{
  color: #9ecf36;
  transform: translateX(5px);
}
.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item-has-children .sub-menu .sub-menu,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children .sub-menu .sub-menu{
  top: 0;
  left: 100%;
}
.header-layout-3 .site-logo-wrapper {
    position: relative;
    background-color: #fff;
    height: 113px;
    padding: 0 30px;
    margin-bottom: -30px;
    z-index: 3;
    display: flex;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    align-items: center;
}
.header-layout-3 .site-logo-wrapper .logo-wrap.site-logo a {
    width: 190px;
    display: block;
    padding: 10px 0;
}
.header-layout-3 .site-logo-wrapper .logo-wrap.sticky-logo a {
    padding: 10px 0;
    display: block;
}
.site-header.header-layout-3 .sigma_header-middle .sigma_header-button {
    margin-right: 50px;
    margin-left: auto;
}
.site-header.header-layout-3 .sigma_header-middle .sigma_header-button a {
    margin-right: 15px;
}
.site-header.header-layout-3 .sigma_header-middle .sigma_header-button a:last-child {
    margin-right: 0;
}
.site-header.header-layout-3 .sigma_header-contact {
    display: flex;
    align-items: center;
}
.site-header.header-layout-3 .sigma_header-contact i {
    font-size: 40px;
    line-height: 1;
    margin-right: 10px;
}
.site-header.header-layout-3 .sigma_header-contact span {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
}
.site-header.header-layout-3 .sigma_header-contact h6 {
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
.site-header.header-layout-3 .sigma_btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #9ecf36;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}
.site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom {
    margin-left: 30px;
}
.site-header.header-layout-3 .sigma_btn-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #00000045;
    width: 10px;
    height: calc(100% - 15px);
    z-index: -1;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.site-header.header-layout-3 .sigma_btn-custom:hover, .site-header.header-layout-3 .sigma_btn-custom:focus {
    color: #fff;
    outline: none;
}
.site-header.header-layout-3 .sigma_btn-custom:focus::before, .site-header.header-layout-3 .sigma_btn-custom:hover::before {
    width: calc(100% - 14px);
    opacity: 1;
    visibility: visible;
}
.site-header.header-layout-3 .sigma_header-controls.style-1 a {
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: center;
}
.site-header.header-layout-3 .sigma_header-controls.style-1 {
    border-left: 1px solid #efefef;
}

.site-header.header-layout-3 .sigma_search-form-wrapper,
.site-header.header-layout-3 .sigma_search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,.8);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.site-header.header-layout-3 .sigma_search-form-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.site-header.header-layout-3 .sigma_search-form-wrapper .close-btn {
    position: absolute;
    top: 60px;
    right: 60px;
}
.site-header.header-layout-3 .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;
    transition: .3s;
    outline: none;
}
.site-header.header-layout-3 .search-form {
    width: 70%;
    -webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
transform: scale(.5);
opacity: 0;
visibility: hidden;
}
.sigma_search-form-wrapper.open .search-form {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.site-header .search-form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    height: 90px;
    font-size: 40px;
    width: 100%;
    outline: none;
    color: #fff;
}
.site-header .search-form input::placeholder {
    color: #fff;
}
.site-header .sigma_search-form-wrapper button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 30px;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    padding: 0;
}
.site-header .close-btn span {
    height: 40px;
    width: 2px;
}
.site-header .sigma_search-form-wrapper button:hover {
    background: none;
}
/*=== header 3 aside ===*/

.sigma_aside {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  transition: .5s cubic-bezier(.77,0,.175,1);
  overflow: auto;
}

.sigma_aside-overlay.aside-trigger-left,
.sigma_aside.sigma_aside-left {
    display: none;
}

.sigma_aside.sigma_aside-right {
    left: auto;
    right: -400px;
    padding: 30px;
    width: 400px;
}

.sigma_aside.sigma_aside-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
    background-position: 0 130%;
    background-repeat: no-repeat;

}

.sigma_aside.sigma_aside-right .sidebar {
    display: none;
}

.sigma_aside.open {
    left: 0;
}

.sigma_aside.sigma_aside-right.open {
    left: auto;
    right: 0;
}

.sigma_aside.open+.sigma_aside-overlay,
.sigma_aside-overlay+.sigma_aside.open {
    opacity: 1;
    visibility: visible;
}

.sigma_aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, .7);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.sigma_aside ul {
    margin: 0;
}

.sigma_aside ul .menu-item {
    margin: 0;
}

.sigma_aside ul .menu-item a {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212121;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sigma_aside ul .menu-item a:hover,
.sigma_aside ul .menu-item a.active {
    color: #9ecf36;
}

.sigma_aside ul .menu-item.menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    margin-left: auto;
    font-size: 10px;
}

.sigma_aside ul .menu-item .sub-menu {
    display: none;
    background-color: #f7f7f7;
    list-style: none;
    padding-left: 0;
}
/* Header: style 4 */
.header-layout-4.header-layout-3 .site-logo-wrapper {
    border-right: 1px solid #efefef;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background: none;
    box-shadow: none;
    margin: 0;
}
.header-layout-4 .sigma_header-inner {
    flex: 1;
}
.header-layout-4 .sigma_header-inner .sigma_header-top {
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
}
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner {
    display: flex;
}
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li a,
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li span {
    color: #212121;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    display: block;
    font-weight: 600;
}
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li a i,
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li span i {
    margin-right: 10px;
}
.header-layout-4 .sigma_header-inner .sigma_header-top-links > li + li > a {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    margin-left: 15px;
}
.site-header.header-layout-4 .sigma_header-inner .navbar-nav {
    padding: 0 20px;
    margin-left: 0;
}
.site-header.header-layout-4 .sigma_header-inner .navbar-nav > li > a{
  color: #212121;
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  display: block;
  font-weight: 600;
}
.site-header.header-layout-4 .sigma_header-inner .navbar-nav .sub-menu,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    min-width: 230px;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.site-header.header-layout-4 .sigma_header-inner .navbar-nav .sub-menu a,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .sub-menu a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #777;
  font-weight: 400;
}
.site-header.header-layout-4 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.site-header.header-layout-4 .sigma_header-controls.style-2 a.sigma_btn-custom {
    margin: 0;
}
.site-header.header-layout-4 .sigma_header-controls.style-2 {
    padding: 20px;
    border: none;
    border-left: 1px solid #efefef;
}
.site-header.header-layout-4 .sigma_header-middle .navbar-nav {
    margin: 0;
}
.site-header.header-layout-4.header-absolute{
  padding: 20px;
}
/* Header: style 5 */
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links,
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .social-info {
    display: flex;
    align-items: center;
    margin: 0;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner ul.sigma_header-top-links a,
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner ul.sigma_header-top-links span {
    font-size: 13px;
    padding: 15px 0;
    line-height: normal;
    display: flex;
    color: #212121;
    align-items: center;
    font-weight: 600;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links > li {
    margin-left: 20px;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links > li:first-child{
  margin-left: 0;
}
.header-layout-5 .sigma_header-contact-inner h6 {
    margin-bottom: 0;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links > li span i{
  margin-right: 10px;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links a i {
    margin-right: 10px;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .social-info a {
    display: inline-block;
    margin: 0 10px;
    color: #777;
}
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .social-info li:last-child a {
    margin-right: 0;
}
.site-header.header-layout-5 {
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(53,82,99,0.09);
}
.site-header.header-layout-5 .navbar {
    padding: 0;
}
.site-header.header-layout-5 .sigma_header-middle .navbar-nav{
  margin-left: 20px;
}
.site-header.header-layout-5 .navbar-nav .menu-item-has-children>a::after, .site-header.header-layout-5 .sigma_aside ul .menu-item.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: 1.7;
    margin-left: auto;
    font-size: 10px;
}
.site-header.header-layout-5 .navbar-nav .menu-item-has-children>a::after {
    margin-left: 10px;
}
.site-header.can-sticky.header-layout-5.sticky .sigma_header-top {
    display: none;
}
.site-header.header-layout-5 .aside-toggler.style-2:hover {
    cursor: pointer;
}
.header-layout-5 .sigma_header-controls.sigma_header-button {
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact {
    display: flex;
    align-items: center;
}
.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact i {
    font-size: 40px;
    line-height: 1;
    margin-right: 10px;
}
.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact span {
    font-size: 12px;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
}
.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact h6 {
    font-weight: 600;
    line-height: 1;
}
.site-header.header-layout-5.header-absolute {
    background: none;
    box-shadow: none;
    padding: 0;
}
.site-header.header-layout-5.header-absolute .sigma_header-middle .navbar {
    padding: 0 20px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(53,82,99,0.09);
}
.header-layout-6 .sigma_header-controls .sigma_btn-custom {
    background: #9ecf36;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 30px;
    position: relative;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    display: block;
}
.custom-button-style-2 .header-layout-6 .sigma_header-controls .sigma_btn-custom:before {
    content: '';
    position: absolute;
    bottom: -85%;
    left: -95%;
    background-color: #00000033;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
}

.custom-button-style-1 .header-layout-6 .sigma_header-controls .sigma_btn-custom:hover:before {
    width: 100%;
    left: 0;
    bottom: 0;
}
.site-header.header-layout-6.header-absolute .sigma_header-middle .navbar {
    padding: 0 20px;
    background: transparent;
    box-shadow: none;
}
.header-layout-6.sticky .d-lg-none.sticky-d-block {
    display: block !important;
}
.site-header.header-layout-6.header-absolute .sigma_header-middle {
    background: none;
}

/* 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: #9ecf36;
}

.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: #9ecf36;
}

.site-header.header-scheme-dark .header-controls > div > a{
  color: #fff;
}
.site-header.header-layout-3.header-scheme-dark .sigma_header-middle,
.site-header.header-layout-5.header-scheme-dark,
.site-header.header-layout-5.header-absolute.header-scheme-dark .sigma_header-middle .navbar{
  background: #9ecf36;
}
.site-header.header-layout-3.header-scheme-dark .sigma_header-controls.style-2,
.site-header.header-layout-3.header-scheme-dark .sigma_header-controls.style-1,
.header-layout-4.header-layout-3 .site-logo-wrapper,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top {
    border-color: #00000012;
}
.site-header.header-layout-3.header-scheme-dark .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.site-header.header-layout-3.header-scheme-dark .sigma_header-contact i,
.site-header.header-layout-3.header-scheme-dark .sigma_header-contact h6,
.site-header.header-layout-3.header-scheme-dark .sigma_header-controls.style-1 a,
.site-header.header-layout-3.header-scheme-dark .sigma_header-contact span,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li a,
.site-header.header-layout-4.header-scheme-dark .sigma_header-inner .navbar-nav > li > a,
.site-header.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner ul.sigma_header-top-links a,
.site-header.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner .social-info a,
.site-header.header-layout-5.header-scheme-dark .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.header-layout-5.header-scheme-dark .sigma_header-controls.sigma_header-button a.sigma_header-contact span,
.header-layout-5.header-scheme-dark .sigma_header-controls.sigma_header-button a.sigma_header-contact h6,
.header-layout-5.header-scheme-dark  .sigma_header-controls.sigma_header-button a.sigma_header-contact {
    color: #fff;
}
.site-header.header-layout-3.header-scheme-dark .sigma_btn-custom {
    background: #fff;
    color: #212121;
}
.site-header.header-layout-3.header-scheme-dark .sigma_btn-custom:hover {
    background: #9ecf36;
    color: #fff;
}
.site-header.header-layout-3.header-scheme-dark .aside-toggler.desktop-toggler span,
.site-header.header-layout-3.header-scheme-dark .aside-toggler span,
.site-header.header-layout-5.header-scheme-dark .aside-toggler.desktop-toggler span{
  background: #fff;
}
.site-header.header-layout-5.header-scheme-dark.header-absolute {
    background: transparent;
}
.header-layout-6.header-scheme-dark .sigma_header-controls .sigma_btn-custom {
    background: #fff;
    color: #212121;
}
.site-header.header-layout-1.header-scheme-dark,
.site-header.header-layout-2.header-scheme-dark, .site-header.header-layout-2.header-scheme-dark .site-header-bottom-inner{
  background: #212121;
}
.site-header.header-layout-1.header-scheme-dark .contact-info .contact-item i {
    color: #fff;
}
.site-header.header-layout-3 .sigma_header-contact i{
  color:#9ecf36;
}
/* 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;
  font-weight: 600;
}
.sigma-footer-widgets-wrapper a {
  color: #fff;
}
.sigma-footer-widgets-wrapper a:hover {
  color: #9ecf36;
}
.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 .widget h2.widget-title:after{
  display: none;
}
.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: 0px;
  margin-bottom: 20px;
  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 h2.widget-title {
  font-size: 18px;
  text-transform: none;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 600;
}
.sigma-footer-widgets-wrapper .widget h2.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: "Roboto", sans-serif;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a{
  color: #212121;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a:hover,
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a:hover {
  color: #9ecf36;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
  font-size: 12px;
  color: #707070;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
  color: #9ecf36;
  margin-right: 2px;
}
/*=== Widget Menu ===*/
.sigma-footer-widgets-wrapper .menu li {
  display: inline-block;
  width: 100%;
  float: none;
  padding: 0 0 11px 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: #111;
}
.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;
}
#colophon.site-footer .sigma-copyright a {
  color: #fff;
}

/* Dark Footer color scheme */
.site-footer.footer-dark {
  background-color: #282828;
}
.site-footer.footer-dark.site-footer.site-footer-layout-2 .footer-top{
  background-color: #111;
}

.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: #212121;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a {
    color: #fff;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a:hover {
    background: #9ecf36;
    color: #fff;
}
.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: #282828;
  color: #fff;
}
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_calendar table th {
  background-color: #282828;
  color: #fff;
}
.site-footer.footer-dark .widget ul a{
  color: #ababab;
}
.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;
}

/* Light Footer Color scheme */
.site-footer.footer-light {
  background-color: #fff;
  color: #777;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a {
  color: #515151;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a:hover {
  color: #9ecf36;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget h2.widget-title {
  color: #212121;
    font-weight: 600;
    font-size: 18px;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_tag_cloud a:hover {
  color: #fff;
}
.footer-light .sigma-footer-widgets-wrapper .widget p {
    color: #515151;
    font-weight: 600;
}

.site-footer.footer-light .widget_archive ul li span,
.site-footer.footer-light .widget_categories ul li span {
  background-color: #f8f8f8;
}

/* 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: #f8f8f8;
}
.site-footer.site-footer-layout-2 .form-group button {
  background-color: #9ecf36;
  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: #111;
}
.site-footer.site-footer-layout-2 .form-group input {
  border: none;
  font-size: 16px;
  letter-spacing: 3px;
  color: #aeaeae;
  background-color: #f8f8f8;
}
/*  footer layout 3 */
.site-footer-layout-3 .sigma_footer-bottom {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #383838;
}
.footer-light.site-footer-layout-3 .sigma_footer-bottom {
    border-top: 1px solid #efefef;
}
.site-footer-layout-3 .sigma_footer-bottom .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 150px 0 150px;
}
.site-footer-layout-3 .sigma_footer-logo {
    background-color: #fff;
    height: 120px;
    padding: 0 40px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    align-items: center;
}
footer.site-footer-layout-3 .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
    background-color: rgba(255,255,255,.1);
}
.sigma_footer-copyright p, .sigma_footer-copyright {
    color: #ababab;
    font-weight: 600;
}
.site-footer-layout-3 .sigma_footer-logo {
    background-color: #fff;
    height: 120px;
    padding: 0 40px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    align-items: center;
}
footer.footer-light.site-footer-layout-3 .social-icon a {
    background-color: #f7f7f7;
    color: #212121;
}
footer.footer-light.site-footer-layout-3 .social-icon a:hover {
    background: #9ecf36;
    color: #fff;
}
.footer-light .sigma-footer-widgets-wrapper .widget .custom-list li i {
    margin-right: 10px;
    font-weight: 500;
}
.footer-light .sigma-footer-widgets-wrapper .widget .custom-list li {
    font-weight: 600;
}
.sigma-footer-widgets-wrapper .widget p {
    font-weight: 600;
}
.footer-dark .sigma-footer-widgets-wrapper .widget p {
    color: #ababab;
}
.site-footer.footer-dark .widget.widget_sigma_recent_entries ul a {
    color: #fff;
}
.site-footer.footer-dark .widget.widget_sigma_recent_entries ul a:hover {
    color: #9ecf36;
}
.sigma-footer-widgets-wrapper ul.custom-list li i {
    margin-right: 10px;
}
.sigma-footer-widgets-wrapper ul.custom-list li {
    font-weight: 600;
}
.footer-dark .sigma-footer-widgets-wrapper ul.custom-list li {
    color: #ababab;
}
/*--------------------------------------------------------------
# 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: #f5f5f5;
  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: #000;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: -100%;
  z-index: -1;
}
.sigma-bg-color-primary{
  background-color: #fecf36;
}
.sigma-bg-color-secondary{
  background-color: #212121;
}
.sigma-bg-color-tertiary{
  background-color: #f7f7f7;
}
/*--------------------------------------------------------------
# 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";
}
/*--------------------------------------------------------------
# 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: #111;
}
.sigma-contact-info .wpcf7-form-control-wrap.menu-765 {
  width: 100%;
}
.sigma-contact-info .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.contact-form{
  background-color: #fff;
  padding: 100px;
}
.input-group .icon {
  position: absolute;
  left: 40px;
  top: 4px;
  color: #9ecf36;
  -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: #f5f5f5;
  z-index: 9;
  top: 0;
}
.infobox-style-3 span.count {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  color: #f7fcff;
  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: #111 !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: #111;
}
.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: #111 !important;
}
.sigma-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
  color: #111 !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: #f5f5f5;
  width: 30px;
  height: 30px;
  color: #111;
}
.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: #111
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
  background-color: #f5f5f5;
  color: #111;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
  background-color: #9ecf36;
}
.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;
}

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title a {
    padding: 20px 30px;
    background: #f7f7f7;
    font-size: 14px;
    text-align: center;
    color: #777;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a {
    background: #fff;
    border-bottom: 3px solid #9ecf36;
    box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
    color: #212121;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a i{
  color: #9ecf36;
}
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title a:not(first-child) {
    margin-top: 20px;
}
body .wpb_gmaps_widget .wpb_wrapper{
  background: none;
  padding: 0;
}
/*-------------------------------------------------------------
# Tab style
---------------------------------------------------------------*/
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab a {
    background: #f7f7f7;
    border: none;
    color: #212121;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
}
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab {
    margin-right: 5px;
}
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab a i {
    color: #9ecf36;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background: #fff;
}
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active a:hover {
    background: #fff;
    color: #777;
}
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active {
    background: #fff;
    border-bottom: 2px solid #9ecf36;
}
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab a:hover {
    color: #9ecf36;
    background: #f7f7f7;
}
.vc_tta-panels-container {
    margin-top: 20px;
}
body .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    padding: 0;
    background: #fff;
    border: none;
}
.sigma_box-absolute > div {
    position: relative;
    top: -23px;
    left: -50px;
    width: calc(100% + 100px) !important;
    z-index: 1;
    padding: 40px !important;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.sigma_box-absolute i {
    font-size: 110px;
    opacity: .2;
    position: absolute;
    line-height: 1;
    top: 20px;
    right: 20px;
}
/*--------------------------------------------------------------
# Owl Slider
--------------------------------------------------------------*/
.owl-dots {
  text-align: center;
  display: inline-block;
  margin-top: 32px;
}
.owl-dots .owl-dot {
  background-color: #f5f5f5;
  width: 10px;
  height: 10px;
  outline: none;
  display: inherit;
  margin: 0 4px;
}
.owl-dots .owl-dot.active {
  background-color: #9ecf36;
}
/*! Arrow on Hover CSS */
.owl-nav button {
  outline: none;
}
.arrow-on-hover .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff !important;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.arrow-on-hover .owl-nav button:hover {
  background-color: #9ecf36;
}
.arrow-on-hover .owl-nav button i {
  color: #111;
  font-size: 16px;
}
.arrow-on-hover .owl-nav button.owl-prev {
  left: 40px;
  opacity: 0;
}
.arrow-on-hover .owl-nav button.owl-next {
  right: 40px;
  opacity: 0;
}
.arrow-on-hover:hover .owl-nav button.owl-prev {
  left: 15px;
  opacity: 1;
}
.arrow-on-hover:hover .owl-nav button.owl-next {
  right: 15px;
  opacity: 1;
}
/*! Arrow Middle Right CSS */
.arrow-middle-right .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.arrow-middle-right .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: inherit;
  border: 1px solid #7d838d !important;
  display: inherit;
  margin: 5px 0;
}
.arrow-middle-right .owl-nav button:hover {
  background-color: #9ecf36;
  border: 1px solid #9ecf36;
  color: #ffffff;
}
.arrow-middle-right .owl-nav .owl-nav button i {
  color: #081528;
  font-size: 16px;
}

/*--------------------------------------------------------------
# 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: #9ecf36;
  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 {
  padding: 100px 0;
  text-align: center;
}
section.error-404 h1.page-title {
  font-size: 250px;
  line-height: 250px;
}
section.error-404 .search-form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 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-top: 15px;
  padding-bottom: 15px;
  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: #111;
  background-color: #9ecf36;
}
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: #111;
}
.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: #111;
  background-color: #f5f5f5;
}

.vc_btn3.vc_btn3-style-custom,
body .vc_general.vc_btn3{
  background-color: #9ecf36;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  line-height: 55px;
  padding: 0 40px;
}
.vc_btn3.vc_btn3-style-custom:hover,
body .vc_general.vc_btn3:hover,
body .vc_general.vc_btn3:focus {
  background-color: #729626;
  color: #fff;
}
.text-white.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-secondary,
.text-white.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-primary {
    color: #fff;
}
/*==== theme options custom primary buttons ===*/
body.custom-button-style-2 .vc_btn3{
  z-index: 1;
}
body.custom-button-style-1 .vc_general.vc_btn3,
body.custom-button-style-2 .vc_general.vc_btn3 {
    z-index: 1;
    overflow: hidden;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-left,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-left,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left{
    padding: 0 40px 0 60px;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left .vc_btn3-icon  {
    left: 35px;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-right .vc_btn3-icon,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-right .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right .vc_btn3-icon  {
    right: 35px;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-right,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-right,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right {
    padding: 0 60px 0 40px;
}
body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:hover {
    background: #9ecf36;
}
body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #00000045;
    width: 10px;
    height: calc(100% - 15px);
    z-index: -1;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary {
    background: #212121;
}

body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #ffffff45;
    width: 10px;
    height: calc(100% - 15px);
    z-index: -1;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary{
  background: #f5f5f5;
  color: #212121;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:hover{
  background: #f5f5f5;
  color:#fff;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:before {
  background-color: #212121;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: transparent;
    color: #212121;
    box-shadow: none;
    border: 2px solid #efefef;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:before,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:before{
  background: #9ecf36;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover{
  color: #fff;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:before{
  background: #212121;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:before{
  background: #f5f5f5;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary,
body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:hover:before,
body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover:before{
    width: calc(100% - 14px);
    opacity: 1;
    visibility: visible;
}

/*==== theme options custom secondary buttons ===*/
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic:before,
body.custom-button-style-2 .vc_btn3.vc_btn3-style-outline:before {
    content: '';
    position: absolute;
    bottom: -85%;
    left: -95%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
}
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic:hover:before,
body.custom-button-style-2 .vc_btn3.vc_btn3-style-outline:hover:before {
    width: 100%;
    left: 0;
    bottom: 0;
}
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:before{
  background-color: #00000045;
}
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover {
    color: #fff;
}
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary {
    background: #212121;
    color: #fff;
}
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary:before {
    background: #ffffff35;
}
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary {
    background: #f5f5f5;
    color: #212121;
}
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:before {
    background: #212121;
}
body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:hover,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:hover {
    color: #fff;
}
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:before,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:before {
    background: #212121;
}

/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------*/
body .vc_toggle_title {
    background: #f7f7f7;
    padding: 12px;
    transition: 0.3s;
}
body .vc_toggle_title h4 {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  transition: 0.3s;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    left: auto;
    right: 20px;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    left: auto;
    right: 20px;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    border: none;
    top: 26px;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
  content: '';
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 1.25rem;
      width: 14px;
      height: 2px;
      background-color: #848486;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      left: auto;
      right: -7px;
      border: none;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 14px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after {
    visibility: visible;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title{
  background: #9ecf36;
  transition: 0.3s;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title h4{
  color: #fff;
  transition: 0.3s;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after,
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before{
  background: #fff;
  transition: 0.3s;
}
body .vc_toggle.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before,
body .vc_toggle.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after{
  background:#848486;
  border:none;
}
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title:hover .vc_toggle_icon::before,
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title:hover .vc_toggle_icon::after{
  background:#fff;
}
body .vc_toggle.vc_toggle_default .vc_toggle_content {
    margin: 0;
    padding: 1.25rem;
    background: #f7f7f7;
}
body .vc_toggle.vc_toggle_default .vc_toggle_content p{
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Sigma Feature
--------------------------------------------------------------*/
.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);
}
.ps-relative{
  position: relative;
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.text-white p {
    color: #fff;
}
.sigma-year {
  background-color: #9ecf36;
  color: #ffffff;
  text-align: center;
  padding: 20px 30px;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
/*=== Sigma About Us 2 ===*/
.sigma-about .sigma-about2 img {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.sigma-about .about-icon2 span {
  bottom: 110px;
  right: -25px;
  box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 100px;
}
.sigma-about .about-icon2 {
  position: absolute;
  bottom: 70px;
  right: 25px;
}
.sigma-about .about-icon2 span:before {
  line-height: 100px;
  font-size: 40px !important;
}
.sigma-about .about-icon2 span:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 120px;
  height: 120px;
  border: 2px dashed #ffffff;
  border-radius: 100px;
}
.sigma-about-us2 .about-icon span {
  bottom: 110px;
  right: -25px;
  box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 100px;
}
.sigma-about-us2 .vc_icon_element-icon {
  margin-top: 34px;
}
.sigma-about-us2 .about-icon {
  position: absolute;
  top: 50%;
  left: 95px;
  margin-top: -62px;
}
.sigma-about-us2 .about-icon span:before {
  line-height: 100px;
}
.sigma-about-us2 .about-icon span:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 120px;
  height: 120px;
  border: 2px dashed #ffffff;
  border-radius: 100px;
}
.sigma-about-us2 .about-icon:hover span:after {
  -webkit-animation: rotation 10s infinite linear;
}

.sigma-about-us2 .vc_custom_heading a {
  position: relative;
}
.sigma-about-us2 .vc_custom_heading a:before {
  left: 0;
  top: 0;
  content: "\f103";
  font-size: 40px;
  line-height: 40px;
  color: #111;
  font-family: Flaticon;
  vertical-align: middle;
  margin-right: 15px;
  font-weight: normal;
}

/*=== slidesigma About Introbox ===*/
.sigma-about-introbox:before {
  position: absolute;
  background-color: #9ecf36;
  left: 0;
  top: 0;
  content: "";
  width: 80px;
  height: 100%;
}
.sigma-about-introbox h6 {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 20px;
  left: -205px;
  top: 125px;
  z-index: 9;
  padding: 4px 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 2px;
}

/*=== slidesigma contact info ===*/
.sigma-contact-info .infobox-style-3 .sigma-infobox-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
}
.sigma-contact-info .sigma-infobox-content {
  margin-left: 30px;
}
.sigma-contact-info .infobox-style-3 .sigma-infobox-title {
  margin-top: 0;
  font-weight: 700;
}
.sigma-contact-info .infobox-style-3 i:after {
  background-color: #f5f5f5;
  z-index: 9;
  top: 0;
}
.sigma-contact-info .infobox-style-3 i:before {
  z-index: 99;
}

/*=== 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: #9ecf36;
}
.sigma-contact-box-style1 a {
  color: #ffffff !important;
  margin-top: 15px;
  display: inherit;
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.sigma-contact-box-style1 a:hover {
  color: #00adee !important;
}
.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;
}

/*=== Video Box Style 1 ===*/
.sigma-video-box-style1 {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.sigma-video-box-style1 h6 {
  font-size: 20px;
  color: #ffffff;
  font-family: old padding-left: 20px;
}
.sigma-video-box-style1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  font-size: 34px;
  z-index: 9;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #9ecf36;
  border-radius: 50%;
  line-height: 50px;
  -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-video-box-style1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
  background-color: #9ecf36;
  color: #fff;
}
.sigma-video-box-style1 h5 {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 14px;
  left: -40px;
  top: 41px;
  z-index: 9;
  padding: 4px 30px;
  font-weight: bold;
  color: #ffffff;
  background-color: #9ecf36;
}
.sigma-video-box-style1-bg .vc_column-inner {
  position: relative;
  padding: 30px 0 !important;
}

/*=== Video Box Style 2 ===*/
.sigma-video-box-style2 .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-iconm {
  -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-video-box-style2 {
  padding: 120px 0;
}
.sigma-video-box-style2.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  font-size: 24px;
  z-index: 9;
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #9ecf36;
  border-radius: 100px;
  line-height: 70px;
  -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-video-box-style2.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
  background-color: #9ecf36;
  color: #fff;
}

/*=== 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: #111;
  font-family: Flaticon;
  left: -60px;
  top: 0;
  font-weight: normal;
}
.sigma-action-box .sigma-title {
  font-size: 60px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 80px;
}
.sigma-action-box a {
  font-size: 24px;
  color: #111;
  border-bottom: 4px solid #9ecf36;
  line-height: 24px;
  display: inline-block;
  font-family: "Roboto", 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 #9ecf36;
  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: #f8f8f8e;
  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;
  margin-bottom: 5px;
}

/*sidebar*/
.sidebar{
  margin-bottom: 30px;
}
.widget-area.sidebar .widget {
  padding: 30px;
  border: 2px solid #efefef;
}
.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;
}
.tagcloud a {
    display: inline-block;
    font-size: 12px !important;
    color: #212121;
    padding: 5px 20px;
    background-color: #f4f4f4;
    margin-bottom: 8px;
    margin-right: 5px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.tagcloud a:hover {
    background: #9ecf36;
    color: #fff;
}
.widget-area.sidebar .widget ul>li {
  margin-bottom: 10px;
  padding-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: #111;
}
.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: #666;
}
.widget-area.sidebar .widget ul>li:last-child {
  margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries ul {
  margin-bottom: -10px;
}
.entry-content .post-password-form input[type="password"] {
  height: 65px;
  top: 10px;
}
.entry-content .post-password-form input[type="submit"] {
  position: relative;
  top: 9px;
  left: -4px;
  height: 65px;
}
.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: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content {
  width: calc(100% - 95px);
  flex: 1;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a {
    text-transform: none;
      font-size: 14px;
      margin-bottom: 6px;
      font-family: "Roboto", sans-serif;
      color: #212121;
      font-weight: 600;
      line-height: 1.2;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 54px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a:hover {
  color: #9ecf36;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: #707070;
  margin-bottom: 5px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
    color: #9ecf36;
    margin-right: 5px;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget {
    padding: 0;
    border: none;
}
.widget_sigma_cta_widget .cta-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    min-width: 80%;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #9ecf36;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget .sidebar-cta {
    position: relative;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget .cta-content span {
    font-size: 14px;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget .cta-content h3 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 3px;
    line-height: 1.5;
    color:#fff;
}
/*Blog archive*/
.sigma-post-wrapper .sigma-post-inner .entry-content {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #777;
}
.post-detail-box.sigma-post-wrapper .sigma-post-inner .entry-content p {
    margin-bottom: 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: #9ecf36;
  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: "Roboto", sans-serif;
}
.sigma-contact-box-style2.contact-page-box a:hover {
  color: #9ecf36;
}
.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 #f3f3f3;
}
.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: #9ecf36;
  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-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #111;
  text-transform: none;
}
.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-text {
  font-family: "Roboto", sans-serif;
  color: #111;
}
.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: #9ecf36;
  border-color: #9ecf36;
  color: #000;
  font-family: "Roboto", 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: #111;
}

/*Blog archive*/
.sigma-post-wrapper .sigma_post_categories {
  margin-bottom: 20px;
}
.sigma-post-wrapper .sigma_post_categories .categories-list a {
  padding: 4px 30px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  margin: 0 5px 5px 0;
  background-color: #9ecf36;
  text-transform: uppercase;
}
.sigma-post-wrapper .sigma_post_categories .categories-list a:hover {
  background-color: #729626;
  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;
  flex-direction: row-reverse;
}
.sigma-post-wrapper .sigma-post-inner footer.entry-footer.blog-post-detail-footer {
    flex-wrap: nowrap;
}
.sigma-post-wrapper .sigma-post-inner .entry-footer.blog-post-detail-footer ul {
    justify-content: flex-end;
}
.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;
  margin-bottom: 15px;
  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: #212121;
  font-weight: 600;
  font-size: 13px;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a span {
    color: #777;
    font-size: 14px;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link i,
.sigma-post-wrapper footer ul.social-share-icons a.icon-link {
  color: #777;
  transition: .3s;
}
.sigma-post-wrapper footer ul.social-share-icons a.icon-link i:hover,
.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
  color: #111;
}
.sigma-post-wrapper .sigma-post-inner ul.blog-list li:not(:last-child) {
  margin-bottom: 20px;
}
.sigma-post-wrapper .entry-content ul.blog-list {
  margin-bottom: 40px;
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.sigma-post-wrapper .entry-content ul.blog-list li {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}
.sigma-post-wrapper .entry-content ul.blog-list li:before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  font-size: 20px;
  color: #9ecf36;
}
.sigma-post-wrapper .entry-content ul.blog-list li:last-child {
  border-bottom: 0px solid #f8f8f8;
  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: #9ecf36;
  content: '';
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
}

/*widget_categories*/
.widget-area.sidebar .widget.widget_categories ul li:after,
.widget-area.sidebar .widget.widget_categories ul li a:before {
  display: none;
}
.widget-area.sidebar .widget.widget_categories ul li a{
  font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 14px;
    padding-left: 15px;
    height: 50px;
    background-color: #f7f7f7;
    display: block;
    position: relative;
    line-height: 50px;
    color: #777;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.widget-area.sidebar .widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area.sidebar .widget.widget_categories ul li span {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 35px;
  height: 35px;
  line-height: 50px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background-color: #9ecf36;
  color:#fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-area.sidebar .widget.widget_categories ul li a:hover {
  background-color: #9ecf36;
}
.widget-area.sidebar .widget.widget_categories ul li a:hover,
.widget-area.sidebar .widget.widget_categories ul li a:hover {
  color: #fff;
}
.widget-area.sidebar .widget.widget_categories ul li a:hover + span {
    background: #fff;
    color: #9ecf36;
}

/*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: #9ecf36;
  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: #111;
}
.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: #111;
}
.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: #111;
}
.call-to-action.cta-inner .cat-link:hover {
  background-color: #fff;
  color: #111;
}
.call-to-action .need-cta-img {
  margin-bottom: 0;
  position: relative;
}
.call-to-action .need-cta-img:before {
  position: absolute;
  content: '';
  background-color: #111;
  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: #111;
}
.call-to-action.cta-style-two .cat-link:hover {
  background-color: #fff;
  color: #111;
}
.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle {
  color: #9ecf36;
}
.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: #9ecf36;
}
.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: #9ecf36;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  line-height: 100px;
  font-family: "Roboto", sans-serif;
  color: #111;
  display: inline-block;
}
.video-link.home .popup-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #9ecf36;
  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: #757a89;
  opacity: 0.6;
}

/*footer top*/
footer .footer-top {
  background-color: #111;
  padding: 40px 0;
}
footer .social-icon a {
  text-align: center;
  background-color: #212121;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-left: 10px;
  display: inline-block;
}
footer .social-icon a:hover {
  background-color: #9ecf36;
  color: #fff;
}

/* 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,
.sigma-portfolio-style-1 .h-one,
.sigma-portfolio-style-1 .h-two,
.sigma-portfolio-style-1 .h-three,
.sigma-portfolio-style-1 .h-four {
  -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 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
  letter-spacing: -1px;
}
.sigma-portfolio-style-1 .portfolio-title a{
  color: #111;
}
.sigma-portfolio-style-1 .portfolio-title a:hover{
  color: #9ecf36;
}
.sigma-portfolio-style-1 .sigma-portfolio-category {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #9ecf36;
  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: #9ecf36;
}
.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: #9ecf36;
  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: #9ecf36;
}
.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: #757a89;
  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.portfolio-sigma-post-style-2 .sigma-portfolio-slide {
  margin-bottom: 30px;
}
.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;
  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;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  padding: 20px 20px;
  background-color: #fff;
  -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: "Roboto", sans-serif;
  color: #9ecf36;
  text-transform: none;
  padding-left: 0px;
  margin-bottom: 10px;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-title {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
}
.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: 50px;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #111;
  text-align: center;
  background-color: transparent;
  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 ,
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-content-cover .portfolio-link{
  background:none;
  color: #fff;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper .sigma-portfolio-content-cover .portfolio-title a {
    color: #212121;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-content-cover .sigma-portfolio-title a i{
  transition: 0.3s;
}
.sigma-portfolio-style-2 .sigma-portfolio-thumbnail-wrapper:hover .sigma-portfolio-content-cover .sigma-portfolio-title a i{
  transform: translateX(5px);
    color: #9ecf36;
    transition: 0.3s;
}
/*sigma-portfolio-details*/
.sigma-portfolio-details .sigma-portfolio-thumbnail {
  position: relative;
  margin-bottom: 30px;
}
.sigma-portfolio-details .post-thumbnail {
  height: 650px;
  width: 100%;
}
.sigma-portfolio-details .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;
      top: 0;
      border: none;
      min-width: 300px;
      padding: 30px 35px;
      background-color: #fff;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail {
      margin-top: 0;
      padding-left: 0;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #efefef;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.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: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}
.sigma-portfolio-details .sigma-portfolio-details-container .sigma-portfolio-detail .sigma-portfolio-detail-value {
  color: #777;
  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: #9ecf36;
  border-radius: 10px;
  z-index: 1;
  font-size: 22px;
  font-family: "Roboto", 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(../images/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: "Roboto", 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: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
}

/* 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: 30px;
  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-team-style-1: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-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 h5.sigma-teammember-designation {
  margin-bottom: 0;
  line-height: 24px;
  z-index: 9;
  position: relative;
  color: #9ecf36;
  font-size: 16px;
  font-weight: 700;
  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: #111;
  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: #111;
}
.sigma-team-style-1 .sigma-teammember-social-profiles li.share-main:hover a {
  background-color: #9ecf36;
  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: #9ecf36;
  color: #fff;
}
.sigma-team-style-1 .sigma-teammember-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.sigma-post-style-2 .sigma-post-wrapper img {
    width: 100%;
}

.sigma-team-style-2 .sigma-teammember-image-container{
  width: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.sigma-team-style-2 .sigma-teammember-image-container img{
  border-radius: 50%;
}
.sigma-team-style-2 .teammember-title a{
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
  letter-spacing: -1px;
}
.sigma-team-style-2 .teammember-title a:hover{
  color: #9ecf36;
}
.sigma-team-style-2 .sigma-teammember-designation{
  font-weight: bold;
  text-transform: uppercase;
  color: #9ecf36;
  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: 50%;
  background-color: #f5f5f5;
}
.sigma-team-style-2 .sigma-teammember-social-profiles li a:hover{
  background-color: #9ecf36;
  color: #fff;
}

/*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: "Roboto", sans-serif;
  color: #111;
  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: #9ecf36;
  -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: #9ecf36;
  border-color: #9ecf36;
}
.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: #111;
}
.sigma-btn-dark .vc_btn3-color-secondary:hover,
.theme-btn.btn-yellow:hover {
  background-color: #111;
  border-color: #111;
  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: #9ecf36;
}
.sigma-btn-dark .vc_btn3-color-primary {
  background-color: #9ecf36;
  border-color: #9ecf36;
  color: #111;
}
.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before {
  background-color: #111;
}
.sigma-btn-dark .vc_btn3-color-primary:hover {
  background-color: #111;
  border-color: #111;
  color: #111;
}
.sigma-btn-dark .vc_btn3-color-primary:hover:after,
.sigma-btn-dark .vc_btn3-color-primary:hover:before {
  background-color: #9ecf36;
}
.theme-btn.btn-white {
  background-color: transparent;
  border-color: #111;
  color: #111;
}
.theme-btn.btn-white:after,
.theme-btn.btn-white:before {
  background-color: #9ecf36;
}
.theme-btn.btn-white:hover {
  background-color: #9ecf36;
  border-color: #9ecf36;
  color: #111;
}
.theme-btn.btn-white:hover:after,
.theme-btn.btn-white:hover:before {
  background-color: #111;
}
.sigma-team-detail{
  background-color: #fff;
}
.sigma-team-detail .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 {
  line-height: normal;
  margin-top: 0;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 10px;
}
.sigma-team-detail .sigma-teammember-designation {
  font-weight: 700;
  color: #9ecf36;
  font-family: "Roboto", 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 #cfdfe7;
  margin-left: 0;
  display: block;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail {
  margin-bottom: 30px;
  padding-bottom: 0;
  color: #111;
  font-size: 16px;
  padding-left: 45px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail:last-child {
  margin-bottom: 0;
}
.sigma-team-detail .sigma-teammember-details .sigma-teammember-detail svg {
  fill: #9ecf36;
  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;
}

/*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: #9ecf36;
  font-size: 20px;
  text-align: center;
  line-height: 140px;
  color: #111;
  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 .post-thumbnail {
  margin-bottom: 50px;
  height: 500px;
}
.single-detail-page .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: #111;
  background-color: #9ecf36;
  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: #9ecf36;
  height: 465px;
  width: 465px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .rounded-frame:after {
    width: 300px;
    height: 300px;
  }
}
/*---- service detail page ---*/
.sigma-service-wrapper .post-thumbnail {
    position: relative;
}
.sigma-service-wrapper .post-thumbnail .cta-style-3 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sigma-service-wrapper .post-thumbnail .cta-style-3 .sigma_btn-custom {
    margin-top: 30px;
    width: fit-content;
    padding: 10px 20px;
}
.sigma-service-wrapper .post-thumbnail .cta-style-3 .sigma_btn-custom:hover{
  color:#fff;
}
.post-thumbnail .cta-style-3 .sigma_icon-block {
    background: #282828;
    max-width: 300px;
    margin-bottom: 0;
}
.service-details .sigma-service-wrapper .post-thumbnail.cta_enable {
    padding-right: 200px;
}
.service-details .sigma-service-wrapper .post-thumbnail {
    padding-bottom: 20px;
}
/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
#sb_instagram #sbi_load {
  display: none;
}
#sb_instagram {
  margin-bottom: 0 !important;
}
#sb_instagram #sbi_images {
  margin: 0 -5px;
}

/*--------------------------------------------------------------
# Twitter
-------------------------------------------------------------*/
.ctf-author-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ctf-tweet-meta a {
    color: #212121 !important;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Blog Style 1
--------------------------------------------------------------*/
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a {
  font-weight: 600;
  color: #212121;
  font-size: 13px;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a i,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span i {
    font-weight: 500;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a i,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span i {
    margin-right: 5px;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a:hover,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span:hover,
 {
  color: #9ecf36;
}
.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: "Roboto", sans-serif;
  font-weight: 600;
  color: #212121;
  text-transform: capitalize;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a span {
    color: #777;
    font-weight: 400;
    margin-right: 5px;
}
.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a:hover {
  color: #111;
}
.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-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li i {
    color: #9ecf36;
}
.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;
}
.sigma-shortcode-wrapper.blog-style-4 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul,
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul{
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# 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;
  background-color: #fff;
  border: 1px solid #efefef;
}
.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;
  border-bottom: 1px solid #f1f4f9;
}
.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 {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: none;
}
.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: #9ecf36;
  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: 5px;
}
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
  flex-direction: unset;
}
.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li i {
    color: #9ecf36;
    font-weight: 500;
}
.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li.social-share-icon i {
    color: #777;
}


/*--------------------------------------------------------------
# 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: #777;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.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;
  border: 1px solid #efefef;
}
.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: #777;
}
.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: #111;
}
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.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: 22px;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.3;
}
/*--------------- Blog style 1 grid layout ----------*/
.sigma-post-style-1.grid-layout .sigma-post-wrapper .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin: 0 0 15px;
}
.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma_post_tags h5{
  display: none;
}
.sigma-post-style-1.grid-layout .sigma-post-inner {
    padding: 30px;
}
.sigma-post-style-1.sigma-post-style-5.grid-layout .sigma-post-inner {
    border: 0;
    border-top: 3px solid #9ecf36;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    width: calc( 100% - 40px );
    margin-left: 20px;
}
.sigma-post-style-1.sigma-post-style-5.grid-layout.has-post-thumbnail .sigma-post-inner{
  margin-top: -45px;
}
.sigma-post-style-1.sigma-post-style-5 .sigma-post-wrapper {
    overflow: visible;
}
.sigma-post-style-1.sigma-post-style-5 .sigma-post-wrapper a.post-thumbnail {
    display: block;
    overflow: hidden;
}
.sigma-post-style-1.sigma-post-style-5.grid-layout .sigma-post-inner h4 {
    margin-bottom: 0;
}
.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list a:after {
    content: ',';
    font-size: 13px;
    margin-right: 5px;
}
.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list a:last-child:after {
    display: none;
    margin: 0;
}
.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard img {
    width: 30px;
    height: 30px;
}
.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
  margin-top: 0;
}

/*--------------------------------------------------------------
# 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: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #777;
  background-color: #f8f8f8;
  margin-bottom: 5px;
  text-align: center;
}
.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a:hover {
  background-color: #9ecf36;
  color: #fff;
}
.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
}

.sigma-post-wrapper .sigma-post-inner h3 {
  margin-bottom: 20px;
}
.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: #f1f1f1;
  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;
  margin-bottom: 10px;
}
.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: 12px;
  padding: 3px 12px;
  background-color: #f8f8f8;
  text-transform: uppercase;
  color: #212121;
  font-weight: 500;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a:hover {
  background-color: #9ecf36;
  color: #fff;
}
.sigma-post-wrapper footer li.social-share-icon:not(:last-child) {
  margin-bottom: 0;
}
.sigma-post-details .sigma-post-wrapper .post-thumbnail {
  margin-bottom: 25px;
}
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span:hover {
    color: #212121;
}
.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span a:hover{
  color: #9ecf36;
}
@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;
  }
  .service-details .sigma-service-wrapper .post-thumbnail.cta_enable {
    padding-right: 30px;
  }
}
.vc_row.counter-big-text {
  position: relative;
  margin-bottom: 20px;
}
.vc_row.counter-big-text:after,
.vc_row.counter-big-text:before {
  display: block !important;
}
.vc_row.counter-big-text:before {
  content: 'Creteria';
  font-size: 240px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
  -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;
}
.vc_row.counter-big-text:after {
  content: '';
  background-color: #111;
  left: 20px;
  right: 20px;
  bottom: -20px;
  top: 20px;
  z-index: -2;
  position: absolute;
}
@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;
  }
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
}
.go-top-area .go-top {
  position: fixed;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  color: #ffffff;
  background-color: #9ecf36;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-right: 0;
}
.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}
.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #9ecf36;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
  color: #fff;
}
.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top-area .go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sigma-post-wrapper .entry-title {
    font-size: 32px;
  }
}

.go-top-wrap {
  position: relative;
}
.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  z-index: 1;
  background-color: #9ecf36;
}
.go-top-wrap .go-top-btn i {
  font-size: 20px;
  padding-left: 4px;
  color: #fff;
}
.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-color: #9ecf36;
}
.go-top-wrap .go-top-btn:hover {
  background-color: #000;
  color: #fff;
}
.team-style-1.team-layout-slider {
  margin: 0 -15px;
}

.sigma-related-places{
  padding-top: 80px;
}
.dark-overlay {
    position: relative;
}
.dark-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.dark-overlay.dark-overlay-3::before {
    background-color: rgba(0, 0, 0, .8);
}
.dark-overlay.dark-overlay-5::before {
    background-color: rgba(0, 0, 0, .5);
}
.primary-overlay:before {
    background-color: rgba(158,207,54,.7);
}
/* contact form */
.contact-form-1 input[type="text"],
.contact-form-1 input[type="email"],
.contact-form-1 input[type="password"],
.contact-form-1 textarea {
    background: rgba(255,255,255,.1);
    border: 0;
    color: #fff;
}
.contact-form-1 .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form-1 .form-group textarea {
    height: 100px;
    border-radius: 0;
}
.contact-form-1 .form-group i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #e8e8e8;
}
.contact-form-1 .sigma_btn-custom i {
    position: absolute;
    top: 20px;
    right: 37%;
    color: #fff;
    z-index: 1;
}
.contact-form-1 .sigma_btn-custom:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #00000045;
    width: 10px;
    height: calc(100% - 15px);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.contact-form-1 .sigma_btn-custom input,
.sigma_btn-custom input {
    background: none;
    z-index: 10;
    width: 100%;
    position: relative;
}

.contact-form-1 .sigma_btn-custom,
.sigma_btn-custom {
    display: inline-block;
    text-align: center;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    background: #9ecf36;
    width: 100%;
}
.contact-form-1 .sigma_btn-custom input:hover,
.sigma_btn-custom input:hover {
    background: none;
}
.contact-form-1 .sigma_btn-custom:hover:before,
.sigma_btn-custom:hover:before{
  width: calc(100% - 14px);
  opacity: 1;
  visibility: visible;
}
.sigma_btn-custom {
    width: auto;
}
body .sigma_btn-custom input:hover {
    background: none;
}
.contact-form-1 .sigma_btn-custom input:hover {
    background: none;
}
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="password"],
.custom-form textarea {
    background-color: transparent;
    border: 2px solid #383838;
    border-radius: 0;
    color: #fff;
    height: 60px;
}
.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form input[type="password"]:focus,
.custom-form textarea:focus{
  box-shadow: none;
      background: none;
      border: 2px solid #383838;
}
.custom-form .form-group {
    position: relative;
}
.custom-form .form-group i {
    color: #fff;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    border-left: 2px solid #383838;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.custom-form .form-group .sigma_btn-custom input {
    background: none;
    padding: 0;
    display: block;
}
.custom-form .form-group .sigma_btn-custom .ajax-loader {
    position: absolute;
    right: 40px;
    top: 16px;
}
.custom-form .form-group .sigma_btn-custom {
    background: #9ecf36;
    position: relative;
    height: 60px;
    padding: 20px 40px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}
.custom-button-style-2 .sigma_btn-custom:before {
    content: '';
    position: absolute;
    bottom: -85%;
    left: -95%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
    background: #00000045;
}
.custom-button-style-2 .sigma_btn-custom:hover:before {
    width: 100%;
    left: 0;
    bottom: 0;
}
.custom-button-style-1 .sigma_btn-custom:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #00000045;
    width: 10px;
    height: calc(100% - 15px);
    z-index: -1;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.custom-button-style-1 .sigma_btn-custom:hover:before {
    width: calc(100% - 14px);
    opacity: 1;
    visibility: visible;
}
.custom-form input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}
.contact-us-form {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.contact-us-form .form-group {
    position: relative;
}
.contact-us-form .form-group i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
    color: #e8e8e8;
}
.contact-us-form textarea {
    border: none;
    background: #f7f7f7;
    border-radius: 0;
    padding: 20px 20px;
}
.contact-us-form .text-center.sigma_btn-custom {
    display: block;
}
.contact-us-form .sigma_btn-custom input,
.contact-us-form .sigma_btn-custom input:hover {
    background: none;
}
.contact-us-form .sigma_btn-custom {
    background: #9ecf36;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    width: fit-content;
    margin: 0 auto;
}
.contact-us-form .sigma_btn-custom .ajax-loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}
.form-group i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-100%);
    z-index: 1;
}
.sigma_btn-custom:before{
  z-index: 1;
}
.form-control:focus {
    background: #eaeaea;
    border: 0;
    box-shadow: none;
}
.form-control{
  border-radius: 0;
}
.appointment-form textarea {
    height: 100px;
}
.appointment-form textarea:focus{
  background: #eaeaea;
}
/* slider navigation */


.sigma-shortcode-wrapper .slick-arrow {
    position: absolute;
    top: -90px;
    right: 0;
    width: 50px;
    height: 50px;
    background: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}
.sigma-shortcode-wrapper .slick-arrow.slick-next:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.sigma-shortcode-wrapper .slick-arrow.slick-prev, .sigma-shortcode-wrapper .slick-arrow.slick-next {
    font-size: 0;
}
.sigma-shortcode-wrapper .slick-arrow.slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.sigma-shortcode-wrapper .slick-arrow.slick-prev {
    right: 60px;
}
.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow {
    top: auto;
    background: #f7f7f7;
    bottom: -80px;
    left: 50%;
    right: 50%;
}
.sigma-shortcode-wrapper.testimonials-style-2 .slick-prev.slick-arrow {
    left: 45%;
}
.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:before, .sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:after {
    color: #212121;
}
.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:hover {
    box-shadow: none;
    background: #9ecf36;
}
.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:hover:before, .sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:hover:after{
  color: #fff;
}
/*--- Spacer ----*/
.spacer {
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.spacer.spacer-bottom {
    top: auto;
    bottom: 0;
}
.spacer-lg {
    height: 295px;
}
.light-bg {
    background-color: #f7f7f7;
}
.pattern-triangles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/triangles.png);
    background-size: cover;
    background-position: center;
}
.vertical-seperator {
    display: block;
    width: 3px;
    height: 80px;
    text-align: center;
    background-color: #9ecf36;
    margin: 0 auto;
}
