/*======================
6. Components
========================*/

/* 6.1. Blog Posts */
.sigma_post {
  position: relative;
  margin-bottom: 30px;
}

.sigma_post .sigma_post-thumb,
.gallery-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.entry-content .gallery-thumb {
  margin-bottom: 20px;
}
.entry-content .gallery-thumb img {
  margin: 0;
}
.gallery-thumb img,
.sigma_post .sigma_post-thumb img {
  width: 100%;
  transition: 0.3s;
}

.sigma_post .sigma_post-thumb:hover img,
.gallery-thumb:hover img {
  transform: scale(1.2);
}

.gallery-thumb {
  z-index: 1;
}

.gallery-thumb .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.4px;
  z-index: 3;
}
.gallery-thumb.lg .caption {
  font-size: 18px;
}

.sigma_post .sigma_post-body {
  padding: 30px;
  border: 1px solid #efefef;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.sigma_post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sigma_post-meta i {
  margin-right: 5px;
  color: #013cec;
}

.sigma_post-meta a,
.sigma_post-date {
  font-size: 13px;
  color: #212121;
  font-weight: 600;
}
.sigma_post-meta a:hover {
  color: #013cec;
}

.sigma_post-categories {
  margin-right: 20px;
}

.sigma_post-categories a {
  background-color: #efefef;
  display: inline-block;
  padding: 4px 30px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 0;
  margin: 0 3px 3px 0;
  background-color: #013cec;
}

.sigma_post-categories a:hover {
  background-color: #e39301;
  color: #fff;
}

.sigma_post-date span {
  color: #212121;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 800;
}
.sigma_post-date:hover span {
  color: #e39301;
}
.sigma_post-date i {
  margin-right: 5px;
}

.sigma_post .sigma_post-body h5 {
  margin: 0 0 15px;
  word-break: break-word;
  font-size: 18px;
  margin-bottom: 0;
}
.sigma_post .sigma_post-body h5 + p {
  margin: 20px 0 0;
}

.sigma_post .sigma_post-body h5 a {
  color: #212121;
}

.sigma_post .sigma_post-body h5 a:hover,
.sigma_post .sigma_post-body .sigma_post-desc > span a:hover {
  color: #e39301;
}

.sigma_post .sigma_post-body .sigma_post-desc > span {
  display: block;
  color: #212121;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.sigma_post .sigma_post-body .sigma_post-desc > span a {
  color: #013cec;
}

.sigma_post .sigma_post-body .sigma_post-desc p {
  margin-bottom: 20px;
}

/* 6.1.1. Blog Posts list */
.sigma_post.sigma_post-list .sigma_post-body {
  padding: 40px;
}
.sigma_post.sigma_post-list .sigma_post-single-author {
  margin-top: 0;
}

.sigma_post.sigma_post-list .sigma_post-body h5 {
  font-size: 32px;
  margin-bottom: 15px;
}

.sigma_post.sigma_post-list .sigma_post-meta {
  margin-bottom: 15px;
}

.sigma_post.sigma_post-list .sigma_post-meta a + a {
  margin-left: 20px;
}
.sigma_post.sigma_post-list .sigma_post-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Formats */
.sigma_post.post-format-video .sigma_post-thumb .sigma_video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sigma_post.post-format-audio .embed-responsive-16by9::before {
  padding-top: 16.25%;
}
.sigma_post.post-format-quote {
  background-color: #013cec;
}

.sigma_post.post-format-quote h5 a,
.sigma_post.post-format-quote * {
  color: #fff;
}

.sigma_post.post-format-quote .sigma_post-meta a:hover,
.sigma_post.post-format-quote h5 a:hover,
.sigma_post.post-format-quote h5 a:hover {
  color: #212121;
}
.sigma_post.post-format-quote .sigma_post-body {
  padding: 40px;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
}
.sigma_post.post-format-quote .sigma_post-body > i {
  margin-right: 20px;
  font-size: 70px;
  line-height: 1;
}
.sigma_post.post-format-quote .sigma_post-meta {
  margin: 0;
}

.sigma_post.post-format-image .sigma_post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sigma_post.post-format-image .sigma_post-body {
  background-color: transparent;
}
.sigma_post.post-format-image .sigma_post-body p {
  margin: 0;
}
.sigma_post.post-format-image .sigma_post-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
}

/* Style 2 */
.sigma_post.style-2 .sigma_post-body {
  border: 0;
  border-top: 3px solid #013cec;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: -45px;
}

/* 6.1.2. Blog Post Details */

.sigma_post-single .section {
  padding: 0;
}
.sigma_post-single .section + .section {
  padding-top: 50px;
}
.post-detail-wrapper {
  padding: 40px;
  border: 2px solid #efefef;
}

.post-detail-wrapper .sigma_post-meta a + a {
  margin-left: 20px;
}
.post-detail-wrapper .sigma_post-meta {
  margin-bottom: 20px;
}

.comments-list ul {
  margin: 0;
}
.comment-form {
  padding: 40px;
  background-color: #f7f7f7;
}
.comments-list .comment-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 0;
}
.comments-list .comment-item + .comment-item {
  border-top: 1px solid #efefef;
  padding-top: 30px;
}

.comments-list .comment-item:last-child {
  margin-bottom: 0;
}

.comments-list .comment-item img {
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
}

.comments-list .comment-item .comment-body {
  position: relative;
  flex: 1;
}

.comments-list .comment-item h5 {
  margin-bottom: 15px;
  font-size: 18px;
}

.comments-list .comment-item span {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 21px;
  color: #013cec;
  font-weight: 600;
}

.comments-list .comment-item .btn-link {
  padding: 10px 25px;
  border: 2px solid #efefef;
  border-radius: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.comments-list .comment-item p {
  margin-bottom: 15px;
}

.reply-link {
  position: relative;
  color: #212121;
  font-weight: 600;
}

.sigma_post-single-thumb {
  position: relative;
  margin-bottom: 30px;
}
.sigma_post-single-thumb img {
  margin: 0;
}

.sigma_post-single-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sigma_post-single-author img {
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 0;
}
.sigma_post-single-author-content {
  display: flex;
  align-items: center;
}
.sigma_post-single-author-content p {
  font-weight: 600;
  color: #212121;
  margin-bottom: 0;
  margin-left: 5px;
}

.sigma_post-single-author-content span {
  font-size: 13px;
}

.sigma_author-about {
  display: flex;
  align-items: center;
  padding: 30px;
  border: 2px solid #efefef;
}
.sigma_author-about img {
  width: 150px;
  margin-right: 30px;
}
.sigma_author-about .sigma_author-about-content {
  flex: 1;
}
.sigma_author-about .sigma_author-about-content span {
  color: #013cec;
  font-weight: 600;
  text-transform: uppercase;
}
.sigma_author-about .sigma_author-about-content h3 {
}
.sigma_author-about .sigma_author-about-content p {
  margin: 0;
}

.sigma_post-single-meta {
  display: flex;
  align-items: center;
  padding: 0 0 50px;
  margin-top: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sigma_post-single-meta-item {
  flex: 1;
}

.sigma_post-single-meta-item h6 {
  margin-bottom: 5px;
  font-size: 16px;
}
.sigma_post-share .sigma_sm li {
  margin-top: 6px;
}
.sigma_post-share .sigma_sm li + li {
  margin-left: 15px;
}
.sigma_post-single-meta-item.sigma_post-share {
  text-align: right;
}
.sigma_post-single-meta-item.sigma_post-share .sigma_sm {
  justify-content: flex-end;
}

.sigma_post-single-meta-item .sigma_product-controls {
  position: relative;
  transform: translate(0, 0);
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  justify-content: flex-end;
}
.sigma_post-single-meta-item .sigma_product-controls a {
  background-color: #f7f7f7;
}
.sigma_product-single-content .sigma_post-single-meta-item.sigma_post-share {
  text-align: left;
}

.sigma_product-single-content
  .sigma_post-single-meta-item.sigma_post-share
  .sigma_sm {
  justify-content: flex-start;
}

.sigma_post-share .sigma_sm li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sigma_post-share .sigma_sm li a i {
  color: #777;
}

.sigma_single-pagination {
  margin: 30px 0;
}

.sigma_single-pagination-item + .sigma_single-pagination-item {
  margin-top: 10px;
}

.sigma_single-pagination-thumb {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
  background-color: #fff;
  border-radius: 0;
  margin-right: 10px;
}

.sigma_single-pagination a {
  display: flex;
  align-items: center;
}

.sigma_single-pagination a h6 {
  margin: 0;
  font-size: 14px;
}

.sigma_single-pagination a img {
  max-width: 40px;
}

.sigma_single-pagination-prev,
.sigma_single-pagination-next {
  padding: 10px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  transition: 0.3s;
}

.sigma_single-pagination-prev:hover,
.sigma_single-pagination-next:hover {
  background-color: #f7f7f7;
}

.sigma_single-pagination i {
  color: #777;
  margin-left: auto;
  margin-right: 20px;
  transition: 0.3s;
}

.sigma_single-pagination-prev:hover i {
  transform: translateX(-3px);
}

.sigma_single-pagination-next:hover i {
  transform: translateX(3px);
}

/* 6.2. Sidebar */
.sidebar-widget {
  padding: 30px;
  border: 2px solid #efefef;
  background-color: #fff;
}

.sidebar-widget + .sidebar-widget {
  margin-top: 30px;
}

.sidebar-widget .widget-title {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
  font-size: 22px;
}
.sidebar-widget .widget-title::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: #013cec;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sidebar-widget .widget-title::after {
  content: "";
  width: 5px;
  height: 3px;
  border-radius: 4px;
  background-color: #013cec;
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.sidebar-widget ul.sidebar-widget-list {
  margin: 0;
  padding: 0;
}

.sidebar-widget ul.sidebar-widget-list ul {
  padding-left: 20px;
}

.sidebar-widget ul.sidebar-widget-list li {
  margin: 0;
}

.sidebar-widget ul.sidebar-widget-list li ul li:first-child {
  margin-top: 20px;
}

.sidebar-widget ul.sidebar-widget-list li + li {
  margin-top: 20px;
}

.sidebar-widget ul.sidebar-widget-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777;
}

.sidebar-widget ul.sidebar-widget-list li a:hover {
  color: #013cec;
}

.widget-about-author-inner {
  text-align: center;
}
.widget-about-author-bg {
  height: 150px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.widget-about-author-inner img {
  border-radius: 50%;
  width: 70px;
  margin: 0 auto 20px;
}

.widget-about-author-inner h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
.widget-about-author-inner .sigma_sm {
  justify-content: center;
}
.widget-about-author-inner .sigma_sm li a {
  color: #777;
}
.widget-about-author-inner .sigma_sm li a:hover {
  color: #013cec;
}

.widget-recent-posts .sigma_recent-post {
  display: flex;
  align-items: center;
}

.widget-recent-posts .sigma_recent-post > a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 20px;
  width: 75px;
}

.widget-recent-posts .sigma_recent-post > a img {
  transition: 0.3s;
}

.widget-recent-posts .sigma_recent-post > a img:hover {
  transform: scale(1.1) rotate(2deg);
}

.sidebar-widget.widget-recent-posts .sigma_recent-post > a img {
  border-radius: 50%;
}
.sidebar-widget.widget-recent-posts .sigma_recent-post h6 a {
  color: #212121;
}
.sidebar-widget.widget-recent-posts .sigma_recent-post h6 a:hover {
  color: #013cec;
}

.sidebar-widget.widget-recent-posts .sigma_recent-post + .sigma_recent-post {
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.widget-recent-posts .sigma_recent-post-body {
  flex: 1;
}
.widget-recent-posts .sigma_recent-post-body > a {
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.widget-recent-posts .sigma_recent-post-body > a i {
  margin-right: 5px;
  color: #013cec;
}
.widget-recent-posts .sigma_recent-post-body > a:hover {
  color: #e39301;
}

.widget-recent-posts .sigma_recent-post h6 {
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 14px;
}

.widget-recent-posts .sigma_recent-post h6 a {
  color: #fff;
}
.sigma_footer:not(.sigma_footer-dark)
  .widget-recent-posts
  .sigma_recent-post
  h6
  a {
  color: #212121;
}
.sigma_footer:not(.sigma_footer-dark) .sigma_sm.square li a {
  background-color: #f7f7f7;
  color: #212121;
}
.sigma_footer:not(.sigma_footer-dark) .sigma_sm.square li a:hover {
  background-color: #013cec;
  color: #fff;
}

.sigma_footer:not(.sigma_footer-dark)
  .widget-recent-posts
  .sigma_recent-post
  h6
  a:hover,
.widget-recent-posts .sigma_recent-post h6 a:hover,
.widget-recent-posts .sigma_recent-post span a:hover {
  color: #013cec;
}

.widget-recent-posts .sigma_recent-post span {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
  color: #212121;
}

.widget-recent-posts .sigma_recent-post span a {
  font-weight: 400;
  text-decoration: underline;
  color: #212121;
}

.widget-recent-posts .sigma_recent-post + .sigma_recent-post {
  margin-top: 20px;
}

.sidebar-widget.widget-logo img {
  width: 180px;
}

.sidebar-widget.widget-categories ul.sidebar-widget-list ul {
  padding: 0;
}

.sidebar-widget.widget-categories ul li a {
  padding: 15px;
  background-color: #f7f7f7;
  color: #777;
  font-weight: 600;
}

.sidebar-widget.widget-categories ul li a span {
  border-radius: 50%;
  background-color: #013cec;
  color: #fff;
  font-size: 13px;
  width: 30px;
  transition: 0.3s;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-widget.widget-categories ul li a:hover {
  background-color: #013cec;
  color: #fff;
}

.sidebar-widget.widget-categories ul li a:hover span {
  background-color: #f0fff0;
  color: #013cec;
}

.tags a,
.tagcloud a,
.entry-content .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 12px;
  padding: 3px 12px;
  color: #212121;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #efefef;
  margin: 6px 6px 0 0;
  border-radius: 0;
}

.tags a:hover,
.tagcloud a:hover,
.entry-content .wp-block-tag-cloud a:hover {
  background-color: #013cec;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.twitter-item + .twitter-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}

.sigma_newsletter-form {
  position: relative;
}

.sigma_newsletter-form.primary-bg {
  background-color: #013cec;
}

.sigma_newsletter-form h5 {
  margin-bottom: 15px;
  position: relative;
  font-size: 24px;
}

.sigma_countdown-timer {
  text-align: center;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 10px;
  font-weight: 600;
  margin: 20px 0 0;
  transition: 0.3s;
}

/* 6.3. Products */
.sigma_product {
  position: relative;
  margin-bottom: 30px;
}

.sigma_product .sigma_product-thumb {
  position: relative;
  overflow: hidden;
}

.sigma_product .sigma_product-thumb.thumb-sm {
  max-width: 200px;
  margin: 0 auto 20px;
}

.sigma_product .sigma_product-thumb img {
  transition: 0.3s;
  width: 100%;
}

.sigma_product .sigma_product-thumb:hover img {
  transform: scale(1.1) rotate(3deg);
}
.sigma_product .sigma_product-body {
  position: relative;
  text-align: center;
  padding: 20px;
  border: 2px solid #efefef;
  border-top: 0;
}
.sigma_product .sigma_product-body h5 {
  margin: 0 0 15px;
  font-size: 18px;
  word-break: break-word;
}

.sigma_product .sigma_product-body .sigma_product-title a {
  color: #212121;
}

.sigma_product .sigma_product-body .sigma_product-title a:hover {
  color: #e39301;
}

.sigma_product .sigma_badge-featured {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  background-color: #ffa80a;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sigma_product .sigma_badge-featured i {
  display: inline-block;
}

.sigma_product .sigma_badge-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background-color: #212121;
  font-weight: 600;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.7;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sigma_product .sigma_rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sigma_product .sigma_rating-wrapper span {
  font-weight: 600;
}

.sigma_product-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_product-price span {
  display: block;
}

.sigma_product-price span:first-child {
  font-size: 14px;
  line-height: 1.2;
  color: #013cec;
  font-weight: 700;
}

.sigma_product-price span + span {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
  text-decoration: line-through;
}

.sigma_product-stock {
  font-weight: 600;
}

.sigma_product-stock.instock {
  color: #58da58;
}

.sigma_product-stock.outofstock {
  color: #f54978;
}

.sigma_product .sigma_rating {
  margin-bottom: 0;
}

.sigma_product-controls {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.sigma_product:hover .sigma_product-controls {
  opacity: 1;
  visibility: visible;
}
.sigma_product-controls a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #777;
}
.sigma_product-controls a + a {
  margin-left: 10px;
}

.sigma_product-controls a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.sigma_product-controls a:hover {
  background-color: #013cec;
  color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.sigma_product-footer {
  display: flex;
  align-items: center;
}

.sigma_shop-global {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sigma_shop-global p {
  color: #212121;
  font-weight: 600;
  margin-bottom: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-bar,
.irs--flat .irs-handle > i:first-child {
  background-color: #013cec;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #013cec;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #013cec;
}

/* 6.3.3 Products Quick View & Details */
.sigma_quick-view-modal .sigma_product-single-content {
  padding: 0 40px;
}

.sigma_quick-view-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.sigma_product-single-content .sigma_rating-wrapper {
  margin-bottom: 0;
}

.sigma_product-single-content .sigma_product-excerpt,
.sigma_product-single-content .sigma_product-variation-wrapper {
  margin-bottom: 25px;
}

.sigma_product-single-content .sigma_product-price {
  margin-bottom: 20px;
  justify-content: flex-start;
}

.sigma_product-single-content .sigma_product-price span:first-child {
  font-size: 32px;
}

.sigma_product-single-content .sigma_product-price span {
  display: inline-block;
}

.sigma_product-single-content .sigma_product-price span + span {
  margin-left: 10px;
}

.sigma_product-single-content .sigma_post-single-meta {
  border-bottom: 0;
  border-top: 1px solid #efefef;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.sigma_product-single-content .sigma_post-single-meta + h6 {
  margin: 5px;
}

.sigma_product-atc-form .qty-outter {
  display: flex;
  align-items: center;
}

.sigma_product-atc-form .qty-outter .sigma_btn-custom + .qty {
  margin-left: 20px;
}

.sigma_product-atc-form .qty-inner {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.sigma_product-atc-form .qty-inner h6 {
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-size: 13px;
}

.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.qty input {
  border: 0;
  outline: none;
  width: 30px;
  text-align: center;
  font-weight: 600;
  border: 0;
  margin: 0 5px;
}

.qty span.qty-subtract {
  border-right: 0;
  cursor: pointer;
}

.qty span.qty-add {
  border-left: 0;
  cursor: pointer;
}

.qty span:hover {
  color: #013cec;
}

.qty span {
  font-size: 13px;
  transition: 0.3s;
  color: #212121;
  line-height: 1;
}

.sigma_product-radio label {
  cursor: pointer;
  font-weight: 700;
  color: #212121;
  font-style: normal;
}

.sigma_product-radio label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.sigma_product-radio label span {
  position: relative;
  z-index: 1;
  font-size: 13px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_product-radio label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: -1;
  background-color: #013cec;
}
.sigma_product-radio label input:checked + span::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.sigma_product-radio label input:checked + span {
  color: #fff;
}

.sigma_product-additional-info .nav {
  border-bottom: 1px solid #efefef;
}

.sigma_product-additional-info .nav-link {
  margin: 0;
  border-radius: 0;
  font-weight: 600;
  color: #777;
  border-bottom: 2px solid transparent;
}

.sigma_product-additional-info .nav-item + .nav-item .nav-link {
  margin-left: 10px;
}

.sigma_product-additional-info .nav-item + .nav-item .nav-link:hover {
  color: #013cec;
}

.sigma_product-additional-info .tab-content {
  z-index: 1;
  margin-top: 30px;
}

.sigma_product-additional-info .tab-content table {
  margin: 0;
}

.sigma_product-additional-info .sigma_rating-wrapper,
.sigma_product-additional-info .comment-body .sigma_rating {
  margin-bottom: 20px;
}
.sigma_product-additional-info .tab-content .comment-form,
.sigma_product-additional-info .tab-content .comments-list {
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.sigma_product-additional-info .tab-content .comments-list .comment-item {
  padding: 0;
  border: 0;
}
.sigma_product-additional-info .comment-form {
  margin-bottom: 50px;
}

.sigma_product-single-controls {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sigma_product-single-controls .sigma_add-to-favorite {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
  margin: 0 10px 0 0;
}

.sigma_product-single-controls .sigma_add-to-favorite:hover {
  background-color: #f7f7f7;
}

.sigma_product-single-controls .sigma_add-to-favorite i {
  font-size: 21px;
  color: #777;
}

.sigma_product-meta {
  margin: 20px 0 0;
}

.sigma_product-single-2 .sigma_product-meta {
  margin: 20px 0 30px;
}

.sigma_product-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.sigma_product-meta li > span {
  font-weight: 600;
  color: #212121;
  width: 120px;
}

.sigma_product-meta li .sigma_product-meta-item span,
.sigma_product-meta li a {
  color: #777;
}

.sigma_product-meta li a:hover {
  color: #013cec;
}

.sigma_product-single-thumb,
.sigma_product-single-zoom > img {
  background-color: #fff;
}

.sigma_product-single-thumb .slider {
  margin-bottom: 30px;
}

/* 6.3.4. Cart & Wishlist */
td.remove {
  width: 30px;
}

.sigma_cart-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sigma_cart-product-wrapper img {
  width: 50px;
  margin-right: 15px;
}

.sigma_cart-product-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sigma_cart-product-wrapper h6 {
  margin-bottom: 0;
  font-size: 14px;
}

.sigma_cart-product-wrapper h6 a {
  color: #212121;
}

.sigma_cart-product-wrapper h6 a:hover {
  color: #013cec;
}

.sigma_cart-product-wrapper p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
  color: #848486;
}

/* 6.3.5. Checkout */
.sigma_notice {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 2px solid #efefef;
}

.sigma_notice p {
  margin: 0;
  font-weight: 600;
}

.sigma_notice p a:hover {
  text-decoration: underline;
}

.sigma_notice-content {
  margin-bottom: 30px;
  display: none;
}

/* 6.3.6 Products (Recent View) */
.sigma_product-recent {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  border-radius: 8px;
  transition: 0.3s;
}

.sigma_product-recent:hover {
  background-color: #f7f7f7;
}

.sigma_product-recent .sigma_product-recent-thumb {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

.sigma_product-recent + .sigma_product-recent {
  margin-top: 10px;
}

.sigma_product-recent img {
  width: 75px;
  margin-right: 10px;
}

.sigma_product-recent-content .sigma_product-price span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.sigma_product-recent-content .sigma_product-price span + span {
  margin-left: 5px;
}

.sigma_product-recent-content h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.sigma_product-recent button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  margin-left: auto;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #efefef;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
  height: 40px;
}

/* 6.5. Banners */
.sigma_banner .bottom-skew {
  z-index: 2;
}
.sigma_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sigma_banner .slick-track,
.sigma_banner .slick-slide {
  margin: 0;
}

.sigma_banner {
  position: relative;
  padding: 0;
  background-color: #f7f7f7;
  border-radius: 8px;
}
.sigma_banner .sigma_banner-video .myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}

.sigma_banner .section-title {
  max-width: 100%;
}
.sigma_banner .title {
  color: #212121;
  font-weight: 800;
}

.sigma_banner .badge {
  margin-bottom: 10px;
}

.sigma_banner p:first-child {
  margin-bottom: 10px;
}

.sigma_banner .sigma_contact-info-item p {
  color: #777;
}

.sigma_banner p {
  margin-bottom: 25px;
  color: #fff;
  max-width: 600px;
}

.sigma_banner .slick-dots {
  padding: 0 0 10px;
}

.sigma_banner .slick-dots li button {
  background-color: #fff;
}

.sigma_banner .slick-dots li.slick-active button {
  background-color: #013cec;
}

.sigma_banner .sigma_banner-slider-inner .sigma_banner-text {
  position: relative;
  z-index: 1;
  width: 100%;
}
.sigma_banner .sigma_banner-slider-inner .sigma_banner-text .text-center p {
  margin: 0 auto 25px;
}

.banner-1.sigma_banner .sigma_banner-slider-inner {
  overflow: hidden;
  position: relative;
  padding: 210px 0 120px;
}

.sigma_banner.banner-1 .sigma_arrows,
.sigma_banner.banner-3 .sigma_arrows {
  position: absolute;
  bottom: 40px;
  right: 65px;
  z-index: 1;
}
.sigma_banner.banner-1 .sigma_arrows,
.sigma_banner.banner-3 .sigma_arrows {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.sigma_banner.banner-1 .sigma_arrows .slick-arrow.slider-prev,
.sigma_banner.banner-3 .sigma_arrows .slick-arrow.slider-prev {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.sigma_banner.banner-1 .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 30px;
  padding: 0;
}
.sigma_banner.banner-1 .slick-dots li button {
  background-color: #5f5f5f;
}
.sigma_banner.banner-1 .slick-dots li.slick-active button {
  background-color: #013cec;
}

.banner-1.sigma_banner img {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-1.sigma_banner img.left {
  right: auto;
  left: 0;
}

/* Style 2 */
.banner-2.sigma_banner .sigma_banner-slider-inner {
  overflow: hidden;
  position: relative;
  padding: 300px 0 330px;
}

.banner-2.sigma_banner .title {
  font-size: 80px;
  line-height: 1;
}
.banner-2.sigma_banner p {
  font-size: 18px;
}

.sigma_banner-logo {
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  background-color: #fff;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
}
.sigma_banner-logo::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  display: block;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.sigma_banner-logo .sigma_sm.square {
  margin-top: 50px;
}
.sigma_banner-logo .sigma_sm.square li a {
  background-color: #f7f7f7;
  color: #212121;
  border-radius: 50%;
}
.sigma_banner-logo .sigma_sm.square li a:hover {
  background-color: #212121;
  color: #fff;
}

/* Style 3 */
.banner-3.sigma_banner .slick-track {
  display: flex;
}

.banner-3.sigma_banner .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.banner-3.sigma_banner .slick-track,
.banner-3.sigma_banner {
  padding: 0;
}

.banner-3.sigma_banner .sigma_banner-slider-inner {
  overflow: hidden;
  position: relative;
  /*padding: 180px 0 210px;*/
  padding: 340px 0 200px;
}

.header-absolute + .banner-3.sigma_banner .sigma_banner-slider-inner {
  padding: 240px 0 330px;
}

.banner-3.sigma_banner .slick-slider:hover .slick-prev {
  left: 70px;
}

.banner-3.sigma_banner .slick-slider:hover .slick-next {
  right: 70px;
}

.banner-3 > .container-fluid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-3 > .container-fluid .sigma_sm {
  justify-content: flex-end;
}
.banner-3 > .container-fluid .sigma_sm li a {
  color: #777;
}
.banner-3 > .container-fluid .sigma_sm li a:hover {
  color: #fff;
}

.banner-cta.sigma_box.primary-bg {
  background-color: #013cec;
}
.banner-cta.sigma_box.secondary-bg {
  background-color: #212121;
}
.banner-cta.sigma_box .sigma_box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.banner-cta.sigma_box .sigma_box-content h5 {
  margin: 0 0 10px;
}
.banner-cta.sigma_box .sigma_box-content h5,
.banner-cta.sigma_box .sigma_box-content p {
  color: #fff;
}
.banner-cta.sigma_box .sigma_box-text {
  max-width: 350px;
}
.banner-cta.sigma_box img {
  position: absolute;
  bottom: 0;
  right: 20px;
  max-width: 250px;
  z-index: 0;
  display: block;
}
.banner-cta.sigma_box .circle {
  width: 190px;
  height: 190px;
  background-color: #e39301;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  right: 120px;
}
.banner-cta.sigma_box .sigma_box-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner-cta.sigma_box .sigma_box-content > i {
  margin-top: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.banner-cta.sigma_box .sigma_box-content > i:hover {
  background-color: #fff;
  color: #212121;
}
.banner-cta.sigma_box .sigma_box-content .form-control::placeholder {
  color: #fff;
}
.banner-cta.sigma_box .sigma_box-content .form-control {
  height: 50px;
  margin-top: 50px;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* 6.6. Icon Blocks */
.sigma_block-box,
.sigma_icon-block {
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 0;
  z-index: 1;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  transition: 0.3s;
}

.sigma_icon-block i {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 15px;
  color: #777;
  display: inline-block;
}

.sigma_icon-block.has-link:hover {
  background-color: #f7f7f7;
}

.sigma_icon-block a {
  display: block;
}

.sigma_icon-block a h5 {
  font-size: 14px;
}

.sigma_icon-block h5 {
  font-size: 22px;
  margin-bottom: 0;
}

.sigma_icon-block h5 + p {
  margin-top: 10px;
}

.sigma_icon-block p {
  margin-bottom: 0;
}

.sigma_icon-block svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Style 2 & 3 */

.sigma_icon-block.icon-block-2,
.sigma_icon-block.icon-block-3 {
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: none;
  padding: 0;
}
.sigma_icon-block.icon-block-2 {
  padding: 40px;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.sigma_icon-block.icon-block-2 i,
.sigma_icon-block.icon-block-3 i {
  margin: 0;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #013cec;
  margin-right: 20px;
}
.sigma_icon-block.icon-block-2 i {
  font-size: 70px;
}
.sigma_icon-block.icon-block-3 img {
  margin-right: 20px;
  max-width: 100px;
}

.sigma_icon-block.icon-block-2 .sigma_icon-block-content i {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  margin-top: 20px;
  color: #777;
  opacity: 0.3;
}
.sigma_icon-block.icon-block-2 h5 + p,
.sigma_icon-block.icon-block-3 h5 + p {
  margin-top: 5px;
}

.sigma_icon-block.icon-block-2 .sigma_icon-block-content,
.sigma_icon-block.icon-block-3 .sigma_icon-block-content {
  flex: 1;
}

/* Style 4 */
.sigma_icon-block.icon-block-4 {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.sigma_icon-block.icon-block-4 i {
  position: relative;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 34px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #013cec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #013cec;
}
.sigma_icon-block.icon-block-4 i::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 1px;
  background: linear-gradient(to bottom, #013cec, transparent);
}
.sigma_icon-block.icon-block-4 .sigma_icon-block-content {
  flex: 1;
}

/* Style 5 */
.sigma_icon-block.icon-block-5 {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.sigma_icon-block.icon-block-5 .icon-wrapper {
  padding: 60px 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 35px;
  color: #013cec;
  z-index: 1;
  transition: 0.3s;
  display: block;
  text-align: center;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.06);
}
.sigma_icon-block.icon-block-5 .icon-wrapper i {
  font-size: 50px;
}
.sigma_icon-block.icon-block-5 .icon-wrapper:hover {
  background-color: #212121;
}
.sigma_icon-block.icon-block-5 .icon-wrapper:hover i {
  color: #fff;
}
.sigma_icon-block.icon-block-5 h5 {
  font-size: 18px;
  color: #777;
  max-width: 180px;
  margin: 0 auto;
}

/* Style 6 and 7 */
.sigma_icon-block.icon-block-6,
.sigma_icon-block.icon-block-7 {
  text-align: center;
  background-color: transparent;
  box-shadow: none;
}
.sigma_icon-block.icon-block-6 i,
.sigma_icon-block.icon-block-7 i {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 20px;
  font-size: 50px;
  border: 3px solid #013cec;
  color: #013cec;
}
.sigma_icon-block.icon-block-6 h5,
.sigma_icon-block.icon-block-7 h5 {
  font-size: 24px;
}

.sigma_icon-block.icon-block-6 .count,
.sigma_icon-block.icon-block-7 .count {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 120px;
  opacity: 0.2;
  line-height: 1;
  z-index: -1;
}

.sigma_icon-block.icon-block-7 {
  box-shadow: none;
  border: 0;
  text-align: left;
  padding: 40px;
  background-color: #282828;
  max-width: 300px;
}

.sigma_icon-block.icon-block-7 i {
  width: auto;
  height: auto;
  font-size: 60px;
  display: inline-flex;
  justify-content: flex-start;
  background-color: transparent;
  border: 0;
}
.sigma_icon-block.icon-block-7 > i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 140px;
  opacity: 0.1;
  color: #fff;
}
.sigma_icon-block.icon-block-7 p,
.sigma_icon-block.icon-block-7 h5 {
  color: #fff;
}

.sigma_icon-block.icon-block-7 .sigma_search-adv-input {
  margin-top: 20px;
}
.sigma_icon-block.icon-block-7 .form-control {
  background-color: #212121;
}
.sigma_icon-block.icon-block-7 button i {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.sigma_icon-block.icon-block-7.text-center {
  max-width: 100%;
}

.sigma_icon-block.icon-block-7.text-center i {
  margin: 0;
  margin-top: 20px;
}

.sigma_icon-block.icon-block-7.text-center > i {
  margin: 0;
  top: 50%;
  left: 50%;
  right: auto;
  color: #212121;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.sigma_icon-block.icon-block-7.text-center:hover {
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  border-color: transparent;
}
.sigma_icon-block.icon-block-7.text-center:hover > i {
  opacity: 0.1;
  visibility: visible;
}
.sigma_icon-block.icon-block-7.text-center .sigma_icon-block-content > span {
  color: #013cec;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.sigma_icon-block.icon-block-7.text-center span i {
  font-size: 14px;
  margin-left: 5px;
}

.sigma_icon-block.icon-block-7.light {
  background-color: #fff;
  border: 2px solid #efefef;
}

.sigma_icon-block.icon-block-7.light h5 {
  color: #212121;
}
.sigma_icon-block.icon-block-7.light p {
  color: #767e88;
}

/* Style 8 */
.sigma_icon-block.icon-block-8 {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}
.sigma_icon-block.icon-block-8 .icon-wrapper {
  margin-right: 10px;
}
.sigma_icon-block.icon-block-8 h6 {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.sigma_icon-block.icon-block-8 .icon-wrapper i {
  opacity: 0.3;
}
.sigma_icon-block.icon-block-8 .icon-wrapper i,
.sigma_icon-block.icon-block-8 .sigma_rating,
.sigma_icon-block.icon-block-8 .sigma_rating i {
  margin: 0;
}
.sigma_icon-block.icon-block-8 span {
  font-weight: 600;
}

/* Style 9 */

.sigma_icon-blockz.icon-block-2 {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: block;
  box-shadow: none;
}
.sigma_icon-blockz.icon-block-2 h5 {
  margin-bottom: 10px;
}
.sigma_icon-blockz.icon-block-2 h5 span {
  font-weight: 400;
}
.sigma_icon-blockz.icon-block-2 .sigma_icon-block-content {
  margin-bottom: 20px;
}
.sigma_icon-blockz.icon-block-2 i {
  transition: 0.3s;
  font-size: 50px;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.sigma_icon-blockz.icon-block-2:hover i {
  color: #212121;
}

/* 6.7. Call to Actions */
.sigma_cta-notice {
  padding: 40px;
  border-radius: 8px;
}

.sigma_cta-notice-inner {
  max-width: 600px;
}

.sigma_cta-notice-inner p {
  margin-bottom: 25px;
}

.sigma_cta {
  padding: 30px 30px 30px 50px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.sigma_cta.sm {
  padding: 30px;
}
.sigma_cta h4 {
  margin: 0;
  font-size: 36px;
}
.sigma_cta img {
  position: absolute;
  bottom: 0;
  left: -100px;
}
.sigma_cta.lg img {
  left: -300px;
}
.sigma_cta .sigma_cta-content {
  padding-right: 100px;
}
.sigma_cta.sm .sigma_cta-content {
  padding-right: 0;
}
.sigma_cta img + .sigma_cta-content {
  padding-left: 60px;
  padding-right: 0;
}
.sigma_cta.lg img + .sigma_cta-content {
  padding-left: 220px;
}
.sigma_cta .sigma_cta-content + img {
  left: auto;
  right: -100px;
}
.sigma_cta-sperator {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  color: #212121;
  font-weight: 600;
  background-color: #fff;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
  justify-content: center;
}

.sigma_cta.sm .sigma_cta-sperator {
  left: 0;
}

/* 6.8. Login & Signup */
.sigma_auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.1);
}

.sigma_auth-description {
  width: 600px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sigma_auth-description-inner {
  text-align: center;
  max-width: 400px;
}

.sigma_auth-description-inner h2 {
  margin: 0;
  color: #fff;
}

.sigma_auth-description-inner p {
  margin: 30px 0;
  color: #fff;
}

.sigma_auth-description-inner i {
  color: #fff;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
}

.sigma_social-login {
  margin-bottom: 20px;
}

.sigma_social-login + p a {
  display: inline-block;
}

.sigma_auth-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
  padding: 60px;
  text-align: center;
}

.sigma_auth-form h2 {
  margin-bottom: 50px;
}

.sigma_auth-form form {
  max-width: 400px;
  margin: 0 auto;
}

.sigma_auth-form .sigma_btn-custom {
  margin-top: 20px;
}

.sigma_auth-form a {
  display: block;
  color: #212121;
  text-decoration: underline;
}

.sigma_auth-seperator {
  margin: 30px 0;
  text-align: center;
}

.sigma_auth-seperator span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9f9e9e;
  font-size: 13px;
  font-weight: 500;
}

.sigma_auth-seperator span::before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin-right: 20px;
}

.sigma_auth-seperator span::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin-left: 20px;
}

.sigma_social-login-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 24px;
  border: 0;
  font-size: 14px;
  padding: 20px 20px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sigma_social-login-btn i {
  margin-right: 5px;
}

.sigma_auth-mini {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
}

.sigma_auth-mini h5 {
  margin-bottom: 15px;
}

.sigma_auth-mini a {
  display: block;
  color: #212121;
  text-decoration: underline;
}

.sigma_auth-mini a:hover {
  color: #013cec;
}

/* 6.9. Error 404 */
.section.error {
  padding: 120px 0 480px;
}
.section.error h1 {
  font-size: 130px;
  line-height: 1;
  margin: 0 0 40px;
}

/* 6.12 Team Members */
.sigma_team {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  margin-bottom: 30px;
  border-bottom: 4px solid #013cec;
}
.sigma_team-thumb {
  overflow: hidden;
}
.sigma_team-thumb img {
  width: 100%;
  transition: 0.3s;
}
.sigma_team-thumb:hover img {
  transform: scale(1.1);
}
.sigma_team-body {
  text-align: center;
  padding: 20px;
}

.sigma_team-info h5 {
  margin-bottom: 5px;
}
.sigma_team-info p {
  font-size: 15px;
  line-height: 24px;
  color: #013cec;
  padding: 0;
}
.sigma_team-info {
  margin: 0 0 15px;
}
.sigma_team-sm .sigma_sm {
  justify-content: center;
}
.sigma_team-sm .sigma_sm li a {
  display: flex;
  font-size: 12px;
}
.sigma_team-sm .sigma_sm li + li {
  margin-left: 15px;
}

/* Style 2 */
.sigma_team.team-2 {
  background-color: transparent;
  border-bottom: 0;
  z-index: 1;
}
.sigma_team.team-2 .sigma_team-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.sigma_team.team-2 .sigma_team-body .sigma_team-info {
  margin: 0;
}
.sigma_team.team-2 .sigma_team-body .sigma_team-info h5 {
  margin: 0;
  font-size: 18px;
}
.sigma_team.team-2 .sigma_team-body .sigma_team-info p {
  margin: 0 0 10px;
}

.sigma_team.team-2 .sigma_team-body .sigma_team-sm .sigma_sm {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  flex-direction: column;
}
.sigma_team.team-2 .sigma_team-body .sigma_team-sm li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #013cec;
  justify-content: center;
}
.sigma_team.team-2 .sigma_team-body .sigma_team-sm li a:hover {
  background-color: #e39301;
}
.sigma_team.team-2 .sigma_team-body .sigma_team-sm li + li {
  margin: 0;
}

.sigma_team.team-2:hover::before,
.sigma_team.team-2:hover .sigma_team-body {
  opacity: 1;
  visibility: visible;
}
.sigma_team.team-2::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.sigma_team.team-2 .sigma_team-sm .sigma_sm li a,
.sigma_team.team-2 .sigma_team-info p,
.sigma_team.team-2 .sigma_team-info h5 {
  color: #fff;
}

/* Style 3 */
.sigma_team.team-3 {
  padding: 20px;
  border-bottom: 0;
  text-align: center;
}
.sigma_team.team-3 .sigma_team-body {
  padding: 0;
}
.sigma_team.team-3 .sigma_team-thumb {
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.sigma_team.team-3 .sigma_team-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  border-radius: 50%;
  background-color: #212121;
  opacity: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0);
}
.sigma_team.team-3 .sigma_team-thumb::after {
  content: "\f067";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.sigma_team.team-3:hover .sigma_team-thumb::before {
  transform: scale(1);
  opacity: 0.6;
  visibility: visible;
}
.sigma_team.team-3:hover .sigma_team-thumb::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.sigma_team.team-3 .sigma_team-thumb:hover img {
  transform: scale(1);
}
.sigma_team.team-3 .sigma_team-thumb img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto;
}
.sigma_team.team-3 .sigma_team-info img {
  width: 30px;
  margin-bottom: 20px;
}
.sigma_team.team-3 .sigma_team-info i {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
}

/* Style 4 & 5 */
.sigma_team.team-5,
.sigma_team.team-4 {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}
.sigma_team.team-5 .sigma_team-thumb,
.sigma_team.team-4 .sigma_team-thumb {
  position: relative;
  width: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.sigma_team.team-5 .sigma_team-info p,
.sigma_team.team-4 .sigma_team-info p {
  margin: 0 0 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.sigma_team.team-5 .sigma_team-info h5,
.sigma_team.team-4 .sigma_team-info h5 {
  margin: 0;
}

.sigma_team.team-5 .sigma_team-thumb,
.sigma_team.team-4 .sigma_team-thumb {
  border-radius: 50%;
  overflow: visible;
}

.sigma_team.team-5 .sigma_team-thumb img,
.sigma_team.team-4 .sigma_team-thumb img {
  border-radius: 50%;
}

.sigma_team.team-5 .sigma_team-thumb:hover img,
.sigma_team.team-4 .sigma_team-thumb:hover img {
  transform: scale(1);
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li {
  position: absolute;
  top: 0;
  right: 25px;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm a,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm a {
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.sigma_team.team-5 .sigma_team-body,
.sigma_team.team-4 .sigma_team-body {
  padding: 0;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm a.trigger-team-socials,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm a.trigger-team-socials {
  border: 2px solid #fff;
  opacity: 1;
  visibility: visible;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm a.trigger-team-socials i,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm a.trigger-team-socials i {
  transition: 0.3s;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm.visible a.trigger-team-socials i,
.sigma_team.team-5 .sigma_team-thumb .sigma_sm a.trigger-team-socials:hover i,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm.visible a.trigger-team-socials i,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm a.trigger-team-socials:hover i {
  transform: rotate(45deg);
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm.visible a,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm.visible a {
  opacity: 1;
  visibility: visible;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm.visible a.trigger-team-socials,
.sigma_team.team-5 .sigma_team-thumb .sigma_sm a:hover,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm.visible a.trigger-team-socials,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm a:hover {
  background-color: #013cec;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:hover,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li:hover {
  opacity: 1;
  visibility: visible;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(2),
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li:nth-child(2) {
  top: 45px;
  right: -10px;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(3),
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li:nth-child(3) {
  top: 100px;
  right: -15px;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(4),
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li:nth-child(4) {
  top: 150px;
  right: 15px;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(2) a,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li:nth-child(2) a {
  transition-delay: 0.1s;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(3) a,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li:nth-child(3) a {
  transition-delay: 0.2s;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(4) a,
.sigma_team.team-4 .sigma_team-thumb .sigma_sm li:nth-child(4) a {
  transition-delay: 0.3s;
}

.sigma_team.team-5 .sigma_team-thumb img {
  border-radius: 0;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm {
  position: absolute;
  top: 10px;
  right: 10px;
  flex-direction: column;
}

.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(4),
.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(3),
.sigma_team.team-5 .sigma_team-thumb .sigma_sm li:nth-child(2),
.sigma_team.team-5 .sigma_team-thumb .sigma_sm li {
  position: relative;
  top: auto;
  right: auto;
}
.sigma_team.team-5 .sigma_team-thumb .sigma_sm li + li {
  margin: 0;
}
.sigma_team.team-5 .sigma_team-thumb .sigma_sm li a {
  border-radius: 0;
  background-color: #fff;
  color: #212121;
}
.sigma_team.team-5 .sigma_team-thumb .sigma_sm li a:hover {
  color: #fff;
}
.sigma_team.team-5 .sigma_team-thumb .sigma_sm a.trigger-team-socials {
  border: 0;
}
.sigma_team.team-5 .sigma_team-thumb {
  width: auto;
  margin: 0;
}
.sigma_team.team-5 .sigma_team-info {
  margin: 0;
}
.sigma_team.team-5 .sigma_team-body {
  padding: 20px;
  background-color: #fff;
}
.sigma_team.team-5 .sigma_team-info h5 {
  font-size: 20px;
}

/* 6.13. Pricing */
.sigma_pricing {
  background-image: url(../img/pricing.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 26px 20px 44px 20px;
  margin-bottom: 30px;
}
.sigma_pricing .sigma_pricing-icon {
  margin-bottom: 18px;
}
.sigma_pricing-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.sigma_pricing-price {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.sigma_pricing-price .sigma_pricing-currency {
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 20px;
  font-weight: 400;
}
.sigma_pricing-price span {
  font-size: 48px;
  font-weight: 800;
  color: #013cec;
}
.sigma_pricing .list-style-none {
  margin-top: 20px;
}
.sigma_pricing .sigma_btn-custom {
  margin-top: 35px;
}

.sigma_pricing .list-style-none li i {
  margin-right: 10px;
}

/* Style 2 */
.sigma_pricing.pricing-2 {
  background-image: none;
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}
.sigma_pricing.pricing-2::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  right: -100px;
  top: -90px;
  background-color: #f0fff0;
  border-radius: 50%;
}
.sigma_pricing.pricing-2 > i {
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 60px;
  color: #013cec;
}

.sigma_pricing.pricing-2.main > i {
  color: #fff;
}
.sigma_pricing.pricing-2.main::before {
  background-color: #013cec;
}

.sigma_pricing.pricing-2 .sigma_pricing-price {
  margin-left: 10px;
}

.sigma_pricing.pricing-2 .list-style-none {
  margin: 40px 0 0;
}

/* Style 3 */
.sigma_pricing.pricing-3 {
  background-image: none;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  text-align: center;
}
.sigma_pricing.pricing-3 .sigma_pricing-info {
  padding: 40px;
  border: 2px solid #efefef;
}
.sigma_pricing.pricing-3 .sigma_pricing-info h5 {
  font-size: 14px;
  color: #013cec;
}

.sigma_pricing.pricing-3.main .sigma_pricing-info {
  background-color: #013cec;
}
.sigma_pricing.pricing-3.main .sigma_pricing-info h5 {
  color: #fff;
}
.sigma_pricing.pricing-3.main .sigma_pricing-price span {
  color: #fff;
}

.sigma_pricing.pricing-3 .sigma_pricing-price {
  margin-left: 10px;
}
.sigma_pricing.pricing-3 .sigma_pricing-price span {
  color: #212121;
}

.sigma_pricing.pricing-3 .list-style-none {
  padding: 20px 20px 30px;
  margin: 0;
}
.sigma_pricing.pricing-3 .sigma_btn-custom {
  margin-top: 20px;
}

/* 6.14. Timeline */
.sigma_timeline-nodes {
  margin-bottom: 50px;
  position: relative;
}
.sigma_timeline-nodes:nth-child(even) {
  flex-direction: row-reverse;
}
.sigma_timeline-nodes:nth-child(even) .sigma_timeline-date {
  text-align: right;
}
.sigma_timeline-nodes::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 49.99999%;
  width: 0;
  border-left: 1px solid #013cec;
  opacity: 0.3;
  height: calc(100% + 50px);
  z-index: 1;
  transform: translateX(-50%);
}
.sigma_timeline-nodes:last-child::before {
  display: none;
}
.sigma_timeline-element h4 {
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
}
.sigma_timeline-nodes:nth-child(odd) h4,
.sigma_timeline-nodes:nth-child(odd) p {
  text-align: right;
}
.sigma_timeline-nodes:nth-child(odd) h4,
.sigma_timeline-nodes:nth-child(odd) p {
  text-align: right;
}
.sigma_timeline-element p,
.sigma_timeline-element time {
  color: #555b62;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.sigma_timeline-image {
  position: relative;
  z-index: 2;
}
.sigma_timeline-image i {
  background: #fff;
  padding: 5px;
  color: #013cec;
  border-radius: 50%;
  margin-top: 0;
  font-size: 24px;
}
.sigma_timeline-nodes:nth-child(odd) .sigma_timeline-date {
  text-align: left;
}
.sigma_timeline-date span {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}
.sigma_timeline-date span.sigma_timeline-month {
  text-align: center;
  line-height: 20px;
  color: #555b62;
  margin-top: 8px;
  font-size: 14px;
  text-transform: uppercase;
}

/* 6.15. Contact */
.sigma_contact-info {
  padding: 0;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sigma_contact-info h3 {
  font-weight: 800;
}
.sigma_contact-info h6 {
  margin-bottom: 5px;
}
.sigma_contact-info-item p {
  margin: 0;
}
.sigma_contact-info-item + .sigma_contact-info-item {
  margin-top: 20px;
}
.sigma_contact-info .sigma_sm a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.sigma_contact-info .sigma_sm a:hover {
  background-color: #013cec;
}
.sigma_contact-bg {
  height: 100%;
}

.sigma_contact-info-item + .sigma_contact-info-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}

.sigma_contact-info-item .sigma_sm li a {
  color: #777;
  font-size: 18px;
}
.sigma_contact-info-item .sigma_sm li a:hover {
  color: #013cec;
}

.sigma-contact-box {
  position: relative;
  width: 100%;
  max-width: 1395px;
  margin: auto;
  z-index: 1;
  border: 8px solid #013cec;
  background: #fff;
  padding: 120px 0;
}

/*======================
7. Misc
========================*/
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  outline: none;
  margin: 0 15px;
}

/* Arrows */
.sigma_arrows {
  display: inline-flex;
  align-items: center;
}

.sigma_arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212121;
  transition: 0.3s;
  cursor: pointer;
  color: #777;
}
.sigma_arrows.style-2 {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}
.sigma_arrows.style-2 .slick-arrow {
  background-color: #f7f7f7;
}
.sigma_arrows .slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.sigma_arrows .slick-arrow:hover {
  color: #fff;
  background-color: #013cec;
}
.sigma_arrows.sigma_arrows-transparent .slick-arrow:hover,
.sigma_arrows.sigma_arrows-transparent .slick-arrow {
  background-color: transparent;
  color: #fff;
}

.sigma_arrows.sigma_arrows-dark .slick-arrow:hover,
.sigma_arrows.sigma_arrows-dark .slick-arrow {
  color: #212121;
}
.sigma_arrows.sigma_arrows-dark .sigma_round-arrow .sigma_round-arrow-circle,
.sigma_arrows.sigma_arrows-dark .sigma_round-arrow .sigma_round-arrow-stroke {
  color: #212121;
  stroke: #212121;
}
.sigma_arrows.sigma_arrows-sm .sigma_round-arrow svg {
  width: 40px;
  height: 40px;
}
.sigma_arrows .sigma_round-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sigma_arrows .sigma_round-arrow svg {
  width: 50px;
  height: 50px;
}
.sigma_arrows .sigma_round-arrow.prev-arrow {
  margin-right: 10px;
}
.sigma_arrows .sigma_round-arrow i {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.sigma_arrows .sigma_round-arrow .slick-arrow.slider-prev {
  margin: 0;
}

.sigma_arrows .sigma_round-arrow .sigma_round-arrow-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  opacity: 0.5;
  color: #fff;
}
.sigma_arrows .sigma_round-arrow .sigma_round-arrow-circle {
  fill: none;
  stroke: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #fff;
}
.sigma_arrows .sigma_round-arrow:hover .sigma_round-arrow-circle {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}
.sigma_arrows-absolute-center .sigma_round-arrow {
  position: absolute;
  top: 50%;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sigma_arrows-absolute-center .sigma_round-arrow.prev-arrow {
  left: 35px;
}
.sigma_arrows-absolute-center .sigma_round-arrow.next-arrow {
  right: 35px;
}
.section:hover .sigma_arrows-absolute-center .sigma_round-arrow.next-arrow {
  right: 15px;
  opacity: 1;
  visibility: visible;
}
.section:hover .sigma_arrows-absolute-center .sigma_round-arrow.prev-arrow {
  left: 15px;
  opacity: 1;
  visibility: visible;
}

.slick-prev,
.slick-next {
  background-color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #212121;
  transition: 0.3s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.slick-slider:hover .slick-next,
.section:hover .slick-next {
  right: -55px;
  opacity: 1;
  visibility: visible;
}

.slick-slider:hover .slick-prev,
.section:hover .slick-prev {
  left: -55px;
  opacity: 1;
  visibility: visible;
}

.slick-prev:before,
.slick-next:before {
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.slick-prev:before {
  content: "\f053";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  background-color: #013cec;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  color: #fff;
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-top: 25px;
  justify-content: flex-start;
}

.slick-dots li {
  margin: 0 5px;
  text-align: center;
}

.slick-dots li button {
  font-size: 0;
  width: 30px;
  height: 7px;
  background-color: #efefef;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #013cec;
  width: 50px;
}

.light-dots .slick-dots li button {
  background-color: #fff;
}
.light-dots .slick-dots li.slick-active button {
  background-color: #013cec;
}

.slick-slide {
  outline: none;
}

/* custom Dots */
.slick-dots .sigma_round-dot {
  position: relative;
  cursor: pointer;
}
.slick-dots .sigma_round-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  transition: 0.3s;
  opacity: 0.6;
}
.slick-dots .sigma_round-dot svg {
  width: 30px;
  height: 30px;
}
.slick-dots .sigma_round-dot .sigma_round-dot-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  opacity: 0.5;
  color: #fff;
}
.slick-dots .sigma_round-dot .sigma_round-dot-circle {
  fill: none;
  stroke: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #fff;
}
.slick-dots .slick-active .sigma_round-dot-circle {
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}
.slick-dots .slick-active .sigma_round-dot::before,
.slick-dots .sigma_round-dot:hover::before {
  opacity: 1;
}

.slick-dots .sigma_round-dot.dot-dark .sigma_round-dot-circle,
.slick-dots .sigma_round-dot.dot-dark .sigma_round-dot-stroke {
  color: #212121;
}
.slick-dots .sigma_round-dot.dot-dark::before {
  background-color: #212121;
}

/* pagination */
.pagination {
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item .page-link {
  border-radius: 0;
}

.pagination .page-link {
  color: #212121;
  border: 0;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  margin-left: 15px;
}

.pagination .page-item.active .page-link {
  background-color: #212121;
  border: 1px solid #212121;
}

.pagination .page-item:not(.active) .page-link:hover,
.pagination .page-item:not(.active) .page-link:focus {
  color: #013cec;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tooltip {
  font-size: 13px;
}

.load-more {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 8px;
  font-weight: 600;
  background-color: #fff;
}

.load-more:hover {
  background-color: #f7f7f7;
}

/* Progress */
.sigma_progress {
  position: relative;
  font-weight: 700;
  color: #212121;
}
.sigma_progress h6 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.sigma_progress .sigma_progress-count {
  position: absolute;
  top: 0;
  transition: 3s;
}

.sigma_progress + .sigma_progress {
  margin-top: 30px;
}

.progress {
  background-color: #212121;
  height: 4px;
  border-radius: 0;
  overflow: visible;
}

.progress .progress-bar {
  position: relative;
  background-color: #013cec;
  transition: 3s;
}

.progress .progress-bar span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #013cec;
  transform: translateY(-50%);
}

/* Accordion */
.accordion .card {
  margin-bottom: 0;
}
.accordion .card {
  background-color: #f7f7f7;
}

.accordion .card .card-header {
  position: relative;
  background-color: #f7f7f7;
  border-bottom: 0;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212121;
  font-weight: 600;
}

.accordion .card-header[aria-expanded="true"] {
  background-color: #013cec;
  color: #fff;
}

.accordion .card-header::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #848486;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.accordion .card-header::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: #848486;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion .card-header[aria-expanded="true"]::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}

.accordion .card-header[aria-expanded="true"]::after,
.accordion .card-header[aria-expanded="true"]::before {
  background-color: #fff;
}

.accordion .card-header i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 20px;
}

.accordion .card-header[aria-expanded="true"] i {
  color: #013cec;
}

.accordion .card {
  border: #f7f7f7;
}

.accordion.with-gap .card-header {
  border-radius: 0;
}

.accordion.with-gap .card {
  margin-bottom: 10px;
}

.accordion.with-gap .card:last-child {
  margin-bottom: 0;
}

.accordion.with-gap .card:first-of-type,
.accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}

/* Rating */
.sigma_rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sigma_rating-wrapper > span {
  margin-left: 10px;
  color: #848486;
  font-size: 13px;
}

.sigma_rating {
  margin-bottom: 5px;
}

.sigma_rating i {
  margin-right: 5px;
  font-size: 20px;
  color: #848486;
}

.sigma_rating i.active {
  color: #ffa80a;
}

.mt-negative {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
.mt-negative-md {
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.mt-negative-sm {
  margin-top: -30px;
}
.mt-negative-sm + .mt-negative-sm {
  margin-top: -60px;
}

.mb-negative {
  margin-bottom: -230px;
  z-index: 11;
  position: relative;
  display: block;
}
.mb-negative + .sigma_footer {
  padding-top: 85px;
}

.section.section-padding.mt-negative,
.section.mt-negative {
  padding-top: 0;
}

.custom_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sigma_block-box {
  padding: 45px 40px;
  border-radius: 0;
  margin-bottom: 30px;
}

.vertical-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sigma_block-box h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.sigma_block-box h4 {
  margin-bottom: 10px;
}
.sigma_block-box img {
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.sigma_block-box .sigma_audio-player {
  margin-bottom: 0;
}
.sigma_block-box .sigma_block-content {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sigma_block-box .sigma_block-content li {
  margin: 0;
}
.sigma_block-box .sigma_block-content li + li {
  margin-top: 10px;
}

/*Video box*/
.sigma_video-popup-wrap {
  position: relative;
}
.sigma_video-popup-wrap .sigma_video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sigma_video-popup {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #013cec;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sigma_video-popup::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOut;
  opacity: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.sigma_video-popup::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOutSM;
  opacity: 0;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
.sigma_video-popup.bg-white {
  color: #013cec;
}
.sigma_video-popup.bg-white:hover {
  background-color: #013cec !important;
  color: #fff;
}

.sigma_video-popup.popup-lg {
  width: 140px;
  height: 140px;
  font-size: 20px;
}
.sigma_video-popup.popup-sm {
  width: 50px;
  height: 50px;
}
.sigma_video-popup.popup-dark {
  background-color: #2d2d2d;
  color: #fff;
}

.sigma_video-popup.secondary {
  color: #212121;
}
.sigma_video-popup.secondary::after {
  background-color: #212121;
}

.sigma_video-popup:hover {
  color: #fff;
}

/*sigma_testimonials*/
.sigma_testimonial {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}
.sigma_testimonial .sigma_testimonial-inner > i {
  font-size: 50px;
  margin-bottom: 25px;
  line-height: 1;
}
.sigma_testimonial .sigma_testimonial-inner > p {
  font-size: 15px;
  line-height: 30px;
  margin: 0 auto 20px;
}
.sigma_testimonial .sigma_testimonial-inner cite {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

/* Style 2 */
.sigma_testimonial.style-2 {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.sigma_testimonial.style-2 .sigma_testimonial-inner {
  position: relative;
  background-color: #fff;
}

.sigma_testimonial.style-2 .sigma_testimonial-inner .sigma_testimonial-body p {
  color: #212121;
  font-size: 16px;
  margin: 0;
}

.sigma_testimonial.style-2 .sigma_testimonial-inner .sigma_testimonial-thumb {
  position: relative;
  margin-right: 20px;
  width: 100px;
}
.sigma_testimonial.style-2
  .sigma_testimonial-inner
  .sigma_testimonial-thumb::before {
  content: "\f104";
  font-family: flaticon;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #013cec;
}
.sigma_testimonial.style-2
  .sigma_testimonial-inner
  .sigma_testimonial-thumb
  + div {
  flex: 1;
}
.sigma_testimonial.style-2 .sigma_testimonial-inner .sigma_testimonial-body {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.sigma_testimonial.style-2 .sigma_testimonial-inner > i {
  position: absolute;
  top: -20px;
  line-height: 1;
  right: 0px;
  background-color: #013cec;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_testimonial.style-2 .sigma_testimonial-inner cite {
  color: #212121;
  display: block;
}

.sigma_testimonial.style-2 .sigma_testimonial-inner .sigma_rating-wrapper {
  margin-left: auto;
}

.sigma_testimonial.style-2 .sigma_testimonial-inner h5 {
  margin: 5px 0 15px;
}

.sigma_testimonial.style-2 .sigma_testimonial-footer {
  display: flex;
  align-items: center;
}

.sigma_testimonial + .sigma_arrows {
  margin-top: 30px;
}

/* Style 3 */
.sigma_testimonial.style-3 {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.sigma_testimonial.style-3 .sigma_testimonial-inner {
  position: relative;
}
.sigma_testimonial.style-3 .sigma_testimonial-inner p {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding: 20px 30px;
}

.sigma_testimonial.style-3 .sigma_testimonial-body {
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 140px;
  top: 50%;
  transform: translateY(-50%);
}
.sigma_testimonial.style-3 .sigma_testimonial-inner cite {
  display: block;
  border-top: 1px solid #efefef;
  padding: 10px 30px;
  text-transform: none;
}

.sidebar-widget.widget-ad {
  position: relative;
}
.sidebar-widget.widget-ad a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  min-width: 80%;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #013cec;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
.sidebar-widget.widget-ad a div span {
  font-size: 14px;
  display: block;
  text-transform: none;
}

.sidebar-widget.widget-ig [class*="col-"] {
  padding: 0 2.5px;
}
.sidebar-widget.widget-ig .row {
  margin-left: -5px;
  margin-right: -5px;
}

/* counter */
.sigma_counter {
  position: relative;
  text-align: center;
  padding: 30px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  flex-direction: column;
}
.sigma_counter::before {
  border-radius: 50%;
}
.sigma_counter p {
  font-size: 16px;
}
.sigma_counter * {
  color: #fff;
  margin: 0;
}
.sigma_counter .btn-link {
  margin-top: 20px;
  display: block;
}
.sigma_counter .btn-link:hover::before {
  background-color: #fff;
}
.sigma_counter h4 {
  position: relative;
  font-size: 85px;
  line-height: 1;
  margin: 0 0 0;
}
.sigma_counter h4 span {
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  right: -10px;
}

.sigma_counter.counter-absolute {
  position: absolute;
  top: -9px;
  right: 35px;
  z-index: 4;
}

/* Services */
.sigma_service {
  display: block;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 40px;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 30px;
}

.sigma_service.border .sigma_service-thumb {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
}
.sigma_service.border .sigma_service-thumb::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #013cec;
  transition: 0.3s;
}
.sigma_service.border .sigma_service-thumb::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #013cec;
  transition: 0.3s;
}

.sigma_service.primary-bg:hover,
.sigma_service.primary-bg {
  background-color: #013cec;
  border: 0;
}
.sigma_service.secondary-bg:hover,
.sigma_service.secondary-bg {
  background-color: #212121;
  border: 0;
}

.sigma_service.border.primary-bg .sigma_service-thumb::after,
.sigma_service.border.primary-bg .sigma_service-thumb::before,
.sigma_service.border.secondary-bg .sigma_service-thumb::after,
.sigma_service.border.secondary-bg .sigma_service-thumb::before {
  background-color: #fff;
}

.sigma_service.border:hover .sigma_service-thumb::after {
  bottom: -4px;
  left: 47px;
}
.sigma_service.border:hover .sigma_service-thumb::before {
  top: -4px;
  right: 47px;
}

.sigma_service.bg-white {
  border: 0;
}

.sigma_service.style-1.bg-white:hover .btn-link,
.sigma_service.style-1.bg-white:hover p,
.sigma_service.style-1.bg-white:hover h5 {
  color: #212121;
}
.sigma_service.style-1.bg-white:hover i {
  color: #013cec;
}

.sigma_service i {
  font-size: 60px;
  color: #013cec;
  line-height: 1;
  transition: 0.3s;
}
.sigma_service .btn-link {
  margin-top: 20px;
  display: block;
}
.sigma_service .btn-link i {
  font-size: 14px;
  color: #212121;
  margin-left: 5px;
}
.sigma_service-thumb {
  margin-bottom: 40px;
}
.sigma_service h5 {
  margin-bottom: 10px;
  transition: 0.3s;
}
.sigma_service p {
  margin: 0;
  transition: 0.3s;
}
.sigma_service:hover {
  background-color: #013cec;
  transform: translateY(-3px);
}
.sigma_service.style-1:hover .btn-link,
.sigma_service.style-1:hover i,
.sigma_service.style-1:hover p,
.sigma_service.style-1:hover h5 {
  color: #fff;
}

/* Style 2 & 3 */
.sigma_service.style-3,
.sigma_service.style-2 {
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}

.sigma_service.style-3 .sigma_service-thumb,
.sigma_service.style-2 .sigma_service-thumb {
  position: relative;
  margin: 0;
  z-index: 1;
}

.sigma_service.style-3 i,
.sigma_service.style-2 i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.sigma_service.style-3 .sigma_service-thumb::before,
.sigma_service.style-2 .sigma_service-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.sigma_service.style-3:hover i,
.sigma_service.style-3:hover .sigma_service-thumb::before,
.sigma_service.style-2:hover i,
.sigma_service.style-2:hover .sigma_service-thumb::before {
  opacity: 1;
  visibility: visible;
}

.sigma_service.style-3 h5,
.sigma_service.style-2 h5 {
  margin-bottom: 20px;
}

.sigma_service.style-3 p,
.sigma_service.style-2 p {
  margin: 0;
}

.sigma_service.style-3 .sigma_service-body,
.sigma_service.style-2 .sigma_service-body {
  padding: 30px;
}
.sigma_service.style-3 {
  border: 0;
}
.sigma_service.style-3 .sigma_service-body {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  border: 0;
}
.sigma_service.style-3 .sigma_service-body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #013cec;
  transition: 0.3s;
}
.sigma_service.style-3:hover .sigma_service-body::before {
  width: 100%;
}

/* Details */
.sigma_post-single-thumb .sigma_icon-block {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* Client Reviews & Clients & Experience */
.sigma_experience {
  padding: 0 20px;
}
.sigma_experience-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sigma_experience-item strong {
  min-width: 170px;
}
.sigma_experience-item strong + span {
  margin-right: auto;
}
.sigma_experience-item + .sigma_experience-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.sigma_client-review {
  margin-bottom: 30px;
}
.sigma_box {
  padding: 30px;
  margin: 50px 0;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}
.sigma_box-lg {
  padding: 40px;
}
.sigma_box.box-lg {
  padding: 40px;
}
.sigma_box-absolute {
  position: absolute;
  top: -15px;
  left: -50px;
  width: calc(100% + 100px);
  z-index: 1;
}

.sigma_box-progress {
  position: relative;
}
.sigma_box-progress i {
  font-size: 110px;
  opacity: 0.2;
  position: absolute;
  line-height: 1;
  top: 20px;
  right: 20px;
}

.sigma_client {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.3s;
  max-width: 90%;
  margin: 0 auto 30px;
}

.sigma_client:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}
.sigma_client img {
  transition: 0.3s;
}
.sigma_client:hover img {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}

/* Portfolio */
.sigma_portfolio-item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.sigma_portfolio-item img {
  width: 100%;
}
.sigma_portfolio-item span {
  color: #fff;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.sigma_portfolio-item .sigma_portfolio-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  padding: 20px;
}
.sigma_portfolio-item:hover .sigma_portfolio-item-content {
  background-color: rgba(0, 0, 0, 0.4);
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner {
  margin-top: auto;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 {
  margin: 0 0 10px;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner p {
  margin: 0;
  color: #f4f4f4;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a {
  color: #fff;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a:hover {
  color: #013cec;
}
.sigma_portfolio-item .sigma_portfolio-item-content i {
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  transition: 0.3s;
  z-index: 3;
  background-color: #013cec;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.sigma_portfolio-item:hover .sigma_portfolio-item-content i {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.sigma_portfolio-item:hover span,
.sigma_portfolio-item:hover .sigma_portfolio-item-content-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.filter-items {
  position: relative;
  max-width: 700px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.filter-items.left {
  margin-left: 0;
}
.filter-items h5 {
  position: relative;
  transition: 0.3s;
  padding: 20px 40px;
  font-size: 14px;
  color: #777;
  border-bottom: 3px solid transparent;
  margin: 0;
  cursor: pointer;
}
.filter-items h5 + h5::before {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #efefef;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.filter-items h5.active {
  border-bottom-color: #013cec;
  color: #013cec;
}
.filter-items h5:not(.active):hover {
  color: #212121;
}

/* Style 2 */
.sigma_portfolio-item.style-3 .sigma_portfolio-item-content,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: auto;
  left: auto;
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  background-color: #fff;
}
.sigma_portfolio-item.style-3:hover .sigma_portfolio-item-content,
.sigma_portfolio-item.style-2:hover .sigma_portfolio-item-content {
  background-color: #fff;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content i,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content i {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  color: #777;
  background-color: transparent;
}

.sigma_portfolio-item.style-3:hover .sigma_portfolio-item-content i,
.sigma_portfolio-item.style-2:hover .sigma_portfolio-item-content i {
  bottom: auto;
  transform: translateX(5px);
  color: #013cec;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content-inner,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content-inner h5,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content-inner h5 {
  margin: 0;
  font-size: 16px;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content-inner h5 a,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content-inner h5 a {
  color: #212121;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: -45px;
}

/* Portoflio Details */
.sigma_post-single-thumb .sigma_box {
  position: absolute;
  top: -100px;
  right: 40px;
  margin: 0;
  min-width: 300px;
}

.sigma_list-item + .sigma_list-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.sigma_list-item label {
  display: block;
  margin: 0;
}
.sigma_list-item .sigma_sm li a {
  color: #767e88;
}
.sigma_list-item .sigma_sm li a:hover {
  color: #013cec;
}

/* Custom Map */
.map-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-marker {
  position: relative;
  cursor: pointer;
}
.map-marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.map-marker > span {
  width: 10px;
  display: block;
  transition: 0.3s;
  height: 10px;
  background-color: #013cec;
  border-radius: 50%;
  position: relative;
}
.map-marker > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background-color: #013cec;
  animation-name: pulseInOut;
  opacity: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.map-marker > img {
  width: 50px;
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #fff;
}
.map-marker-content {
  position: absolute;
  top: -15px;
  right: calc(100% + 15px);
  transition: 0.3s;
  opacity: 0;
  min-width: 350px;
  visibility: hidden;
  padding: 10px;
  background-color: #282828;
  color: #dedede;
  font-size: 12px;
  z-index: 3;
}
.map-marker-content::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 0;
  left: 100%;
  transform: rotate(180deg);
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #212121;
  border-bottom: 10px solid transparent;
}
.map-marker.right .map-marker-content::before {
  transform: rotate(0);
  right: 100%;
  left: auto;
}
.map-marker.right .map-marker-content {
  right: auto;
  left: calc(100% + 15px);
}
.map-marker-content p {
  color: #dedede;
  margin: 0 0 5px;
  font-size: 12px;
}
.map-marker.active .map-marker-content {
  opacity: 1;
  visibility: visible;
}

.map-marker.active > img {
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  transform: scale(1.1);
}
.map-marker.active > span {
  box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
  transform: scale(1.1);
}

.map-marker.marker-1 {
  position: absolute;
  top: 40%;
  right: 40%;
}
.map-marker.marker-2 {
  position: absolute;
  top: 30%;
  right: 20%;
}
.map-marker.marker-3 {
  position: absolute;
  top: 45%;
  right: 50%;
}
.map-marker.marker-4 {
  position: absolute;
  top: 20%;
  right: 85%;
}
.map-marker.marker-5 {
  position: absolute;
  top: 60%;
  right: 70%;
}
.map-marker.marker-6 {
  position: absolute;
  top: 20%;
  right: 30%;
}

/* Counter */

.counter-area {
  position: relative;
  z-index: 2;
}
.counter-area .counter-box {
  position: relative;
  z-index: 1;
}
.counter-area .counter-box .counter-item {
  position: relative;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 32px;
}
.counter-area .counter-box .counter-item .chart_1 h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
}
.counter-area .counter-box .counter-item .chart_1 h5 {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.counter-area .counter-box .counter-item .chart_1 canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.counter-area-2 {
  background: url(../img/textures/abstract.png) no-repeat;
  background-size: cover;
  background-position: center;
}

/* Gallery Blog */

.gallery-blog-area {
  overflow: hidden;
}

.gallery-blog-area .grid_column {
  padding: 0;
}

.gallery-blog-area .gallery-blog-item {
  overflow: hidden;
  position: relative;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #013cec;
  padding-left: 60px;
  padding-top: 53px;
  z-index: 5;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-1 span {
  font-weight: 700;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-1 .title {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-1 p {
  position: absolute;
  left: 60px;
  bottom: 53px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-1 i {
  position: absolute;
  font-size: 300px;
  right: 20px;
  bottom: 0px;
  z-index: -1;
  color: #fff;
  opacity: 0.1;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212121;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-2 .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-2 .item i {
  font-size: 60px;
  color: #fff;
}

.gallery-blog-area .gallery-blog-item .gallery-blog-overlay-2 .item .title {
  font-size: 36px;
  color: #fff;
  padding-top: 24px;
  white-space: nowrap;
}

.gallery-blog-area .gallery-blog-item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-blog-area .gallery-blog-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-blog-area .gallery-blog-item:hover img {
  transform: scale(1.1) rotate(3deg);
}

/* Process */

.video-area-v1 {
  padding-top: 110px;
  padding-bottom: 140px;
  /*padding-bottom: 236px;*/
  position: relative;
  margin-top: 0px;
}

.video-area-v1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.7);*/
}
.team-sub-item {
  box-shadow: 0px 16px 32px 0px rgba(177, 179, 255, 0.3);
  padding: 70px 45px 65px;
  background: #fff;
  margin-bottom: 30px;
}
.team-sub-item .icon {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  color: #013cec;
  font-size: 50px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(177, 179, 255, 0.3);
}
.team-sub-item h3.title {
  font-size: 20px;
  padding-top: 82px;
  padding-bottom: 19px;
  position: relative;
}
.team-sub-item h3.title:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 44px;
  height: 2px;
  width: 60px;
  transform: translateX(-50%);
  background: #013cec;
}

.video-area-v2 {
  position: relative;
  padding-bottom: 320px;
  padding-top: 110px;
}
.team-sub-item.style-2 {
  position: relative;
  padding: 70px 70px 60px;
}

.team-sub-item.style-2 .icon {
  margin-bottom: 38px;
}

.team-sub-item.style-2 h3.title:before {
  content: none;
}

.team-sub-item.style-2 h3.title {
  font-size: 26px;
  margin-bottom: 15px;
  padding: 0;
}

/* estilos para los 3 puntitos*/
@media (max-width: 767px) {
  .hd-telephone {
    position: absolute;
    background-color: #013cec;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 999;
    top: 60px;
    width: 245px;
    overflow: hidden;
    display: block;
  }
  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }
  .hd-telephone a {
    color: #ffffff;
    display: block;
    text-align: left;
    padding: 2px 0px 2px 0px;
  }
  .hd-telephone a:hover {
    color: #1e120d;
  }
  .hd-button {
    float: right;
    padding: 22px;
    cursor: pointer;
    top: 4px;
    right: 0px;
    position: absolute;
    z-index: 9999999;
  }
  .hd-button span {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .navbar-nav {
    /*margin: 7.5px -45px;
        padding-top: 50px;
        padding-right: 70px;*/
    width: 100%;
    margin: 0px;
  }
  .navbar .container {
    padding: 0px 15px 0px 15px;
  }
  .nav > li,
  .nav > li > a {
    display: block;
    position: relative;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .nav > li > a {
    padding: 10px 15px;
  }
  .nav > li,
  .nav > li > a {
    display: block;
    position: relative;
  }
  .collapse {
    display: none;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }

  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-telephone {
    display: none;
  }
}

div#fixed-contact {
  display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9999;
  }
  p.situacion {
    z-index: 99;
  }
}

@media only screen and (max-width: 992px) {
  .basic-dot-slider-one.light-dots.slick-initialized.slick-slider.slick-dotted {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .basic-dot-slider-one.light-dots.slick-initialized.slick-slider.slick-dotted {
    margin-left: 0px;
  }
}

/* estilos añadidos*/

ul.navbar-nav > li.menu-item.active > a {
  color: #013cec !important;
}
ul.sidebar-widget-list > li.active1 > a {
  background-color: #013cec !important;
  color: #fff;
}
a.design,
a.webmail {
  text-transform: capitalize;
  color: #515151 !important;
}
span.contact-footer {
  color: #515151;
}
.text-footer-logo {
  margin-top: 25px;
}
ul.link-reviews-pie > li > a {
  background-color: #013cec !important;
  color: #fff;
}
.ssl {
  margin-top: 25px;
}
img.logo-ssl {
  width: 150px;
  border-radius: 100%;
}
h4.modal-title {
  position: absolute;
}
.modal-header .close {
  margin-left: 90%;
}
img.logo-reviews {
  border-radius: 10px;
}
i.icon-reviews {
  background-color: #013cec;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.title-get-a-quote {
  max-width: 100%;
}
.btn-get {
  text-align: center;
  position: relative;
  width: 50%;
  left: 10%;
}
button.btn-new-get {
  position: absolute;
  width: 67%;
}
.section-new2 {
  position: relative;
  padding: 50px 0;
}

.navbar {
  position: fixed;
  margin-top: 0px;
  background-color: #ffffff;
  z-index: 999;
  width: 100%;
}
.section.section-padding.dark-bg.seccion-new-home:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(1 60 236);
  opacity: 0.5;
}
.section.section-padding.pattern-squares.dark-bg-2.seccion-new-reviews2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(1 60 236);
  opacity: 0.5;
  z-index: -1;
}
.seccion-title-new-footer {
  max-width: 750px;
}
.section-button.btn-get-foot {
  margin-top: -25px;
}
i.custom-primary.fa.fa-building {
  color: #fff !important;
}
a.btn-home-get {
  background-color: #000 !important;
}
a.sigma_btn-custom.form-control.btn-home-get {
  padding-top: 20px;
}
.icon-secuencia {
  margin-bottom: 10px;
}
.title-we-work {
  max-width: 100%;
}
.sigma_banner .sigma_banner-slider-inner .sigma_banner-text {
  top: -10%;
}
/*img.img-revi.img-reviews-new {
    width: 60px;
}*/
img.logo-aside {
  border-radius: inherit;
}
/*.slick-track > div * {
    width: 379px;
}*/

a.sigma_service.style-1.primary-bg {
  width: 379px;
}
a.sigma_service.style-1.secondary-bg {
  width: 379px;
}
a.sigma_service.style-1.bg-white {
  width: 379px;
}
.basic-dot-slider-one.light-dots.slick-initialized.slick-slider.slick-dotted {
  max-width: 1200px;
}
img.logo-aside.modif {
  width: 170px;
}
.text-border-n {
  text-shadow: 3px 3px 3px #c5c5c5;
}
.text-border-no {
  text-shadow: 2px 2px 2px #c5c5c5;
  font-weight: bold;
  font-size: 20px;
}

h4.text-white.call-now {
  color: #ffffff !important;
}
i.custom-primary.fa.fa-building {
  color: #013cec !important;
}
a.tel-call-now {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.slick-dots {
  margin-top: -62px;
  justify-content: center;
}
.basic-dot-slider-one.light-dots.slick-initialized.slick-slider.slick-dotted
  > ul.slick-dots {
  margin-top: 25px;
  justify-content: left;
}

.modal.fade.response-message.show {
  z-index: 9999999 !important;
}

@media (max-width: 767px) {
  .sigma_aside {
    top: 60px;
  }
}

.justify-content-around {
  justify-content: space-around;
}
.d-flex {
  display: flex;
}
.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row-o > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed;
}
.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}
@media (max-width: 767px) {
  .sigma_preloader {
    z-index: 99999999 !important;
  }
}

@media (max-width: 991px) {
  a.navbar-brand {
    /* top: 50px; */
    position: relative;
  }
  .sigma_aside > ul:not(.sub-menu) {
    /* margin-top: 50px; */
  }
}

#show-menu {
  --box-size: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 10px;
  color: #013cec;
  width: var(--box-size);
  height: var(--box-size);
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .sigma_service h5 {
    height: 63px;
  }
  .sigma_service p {
    height: 76px;
  }
}

@media (min-width: 992px) {
  .sigma_service h5 {
    height: 94px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.menu-custom-o {
  height: calc(100% - 160px);
  overflow: overlay;
}
