/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&amp;display=swa");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&amp;display=swap");

/*-------------------------------------------------------------------*/
/* === Keyframes === */

#vid{
  position: absolute;
  object-fit: cover;
}

.pt-10{
  padding-top:10px !important;
}

.pt-50{
padding-top:50px !important;
}

.pt-80{
padding-top:80px !important;
}

.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%) scale(0.3);
  z-index: 1000;
}

.custom-cursor--link {
  transform: translate(-50%, -50%) scale(1);
}

/*
.sigma_banner-slider:after {
  animation: grain 1s steps(1) infinite;
  background-image: url(../img/noise.png);
  content: "";
  height: 300%;
  left: -50%;
  opacity: .3;
  position: fixed;
  top: -110%;
  width: 300%;
}

@keyframes grain {
  0%, 100% { transform:translate(0, 0) }
  10% { transform:translate(-5%, -10%) }
  20% { transform:translate(-15%, 5%) }
  30% { transform:translate(7%, -25%) }
  40% { transform:translate(-5%, 25%) }
  50% { transform:translate(-15%, 10%) }
  60% { transform:translate(15%, 0%) }
  70% { transform:translate(0%, 15%) }
  80% { transform:translate(3%, 35%) }
  90% { transform:translate(-10%, 10%) }
}
*/



.menu_social a{
color:#FFFFFF;
padding:0 10px;
}



@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
@keyframes pulseInOut{
  0%{opacity:.0;transform:scale(.3)}
  50%{opacity:1;transform:scale(1.3)}
  100%{opacity:.0;transform:scale(.3)}
}

@keyframes BounceUpDown {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes BounceDownUp {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes bannerscale {
    50% {
        transform: scale(1.2);
    }
}

@keyframes live-icon {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

/*======================
1.0. General
========================*/

.rotation-wrapper-outer {
  display: table;
  position: absolute;
  left: 60px;
}
.rotation-wrapper-inner {
  padding: 50% 0;
  height: 0;
  color:#FFFFFF !important;
}
.rotation-wrapper-inner span{
  display: block;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%);
  margin-top: -50%;
  white-space: nowrap;
  letter-spacing: 3px;
  font-size: 16px;
  color:#FFFFFF !important;
}

.rotation-wrapper-inner span i{
  color: #fff;
  margin-right: 10px;
}

.section-before{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  background-color: #212121;
}
.section-before::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.texture-2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
  border: 40px solid #efefef;
}


.texture-4{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.texture-2.top{
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
}
.texture-5{
  position: absolute;
  top: -20px;
  right: 30%;
  z-index: -1;
  width: 500px;
}
.sigma_banner .texture-5{
  top: -200px;
}

.circles .circle{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
}
.circles .circle.circle-md{
  width: 160px;
  height: 160px;
}

.sigma_shapes.irregular .irregular-1 svg{
  width: 1020px;
  position: absolute;
  top: -20px;
  right: 0;
}

.sigma_shapes.irregular .irregular-2{
  position: absolute;
  top: -320px;
  left: -430px;
  width: 500px;
  height: 500px;
  transform: rotate(-15deg);
  border-radius: 80px;
}

.sigma_shapes.irregular .irregular-3 svg{
  position: absolute;
  bottom: 0px;
  right: -610px;
  width: 920px;
}

.sigma_shapes.irregular .irregular-4 svg{
  position: absolute;
  right: -270px;
  top: -40px;
  width: 980px;
  z-index: -1;
}

.sigma_shapes.irregular .irregular-5{
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  bottom: -150px;
  left: -150px;
  border: 40px solid #009ddc;
  z-index: -1;
}

.sigma_shapes.irregular .irregular-6 svg{
  position: absolute;
  right: 0;
  bottom: -140px;
  width: 1060px;
  z-index: -1;
}

.spacer{
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.spacer.spacer-xl{
  height: 500px;
}

.sigma_map{
  height: 600px;
  width: 100%;
}
.sigma_map .sigma_contact-info{
  left: auto;
  right: 0;
}
.sigma_map iframe{
  width: 100%;
  height: 100%;
}

.stroke-text{
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.stroke-text.stroke-text-dark{
  -webkit-text-stroke-color: #212121;
}

.stroke-text span{
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0;
}
.stroke-text span.custom-primary{
  -webkit-text-fill-color: #009ddc;
  -webkit-text-stroke-width: 0;
}

.stroke-text span.custom-secondary{
  -webkit-text-fill-color: #009ddc;
  -webkit-text-stroke-width: 0;
}

.stroke-text span.text-dark{
  -webkit-text-fill-color: #212121;
  -webkit-text-stroke-width: 0;
}

a,
address,
article,
aside,
b,
blockquote,
body,
cite,
code,
details,
div,
em,
embed,
footer,
form,
h1,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
nav,
p,
s,
section,
small,
span,
strong,
table,
tbody,
td,
th,
thead,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

.dark-overlay {
    position: relative;
    z-index: 1;
}

.dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
    color: #767e88;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.close-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.close-btn:focus {
    outline: none;
}

.close-btn span {
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-btn.close-dark span {
    background-color: #212121;
}

.close-btn.close-danger span {
    background-color: red;
}

.close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-btn:hover {
  transform: rotate(45deg);
}

.close-btn.dark span {
    background-color: #212121;
}

.border-0 {
    border: 0;
}

.bg-cover {
    background-size: cover;
}

.bg-norepeat {
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center;
}

.container-fluid{
  padding-left: 150px;
  padding-right: 150px;
}

.sigma_menu-vertical{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.sigma_menu-vertical li,
.sigma_menu-vertical li + li{
  margin: 0;
}
.sigma_menu-vertical li a{
  padding: 40px 20px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.sigma_menu-vertical li a:hover{
  opacity: .8;
}

/*======================
1.1. Typography
========================*/

h1,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: 'Poppins', serif;
  line-height: 1.2;
  color: #212121;
  font-weight: 700;
}

h1 {
  font-size: 52px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
  line-height: 1.5;
}

h5 {
  font-size: 24px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.8;
}

p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 15px;
  color: #777;
}

a {
  color: #009ddc;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

h1 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}

h1 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #e03d00;
}

a:hover,
a:focus {
    color: #009ddc;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

b,
strong {
    font-weight: 700;
    color: #212121;
}

b span,
strong span{
  color: #777;
}

label {
    margin-bottom: 10px;
    color: #212121;
    text-transform: uppercase;
}


ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

ul li {
    margin: 10px 0 0;
    position: relative;
}

.small,
small {
  line-height: 1.7;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 24px;
  color: #fff;
  padding: 40px;
  font-weight: 700;
  background-position: center;
  background-size: cover;
  background-color: #009ddc;
  font-style: italic;
}

blockquote p {
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
}

blockquote::before{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 60px;
  opacity: .2;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
blockquote cite{
  position: relative;
  padding-left: 15px;
  color: #fff;
}
blockquote cite::before{
  content: '';
  width: 10px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.entry-content p,
.entry-content img {
    margin-bottom: 20px;
}

.entry-content .sigma_post-share {
    margin-bottom: 20px;
}

.fs-18 {
    font-size: 18px;
	line-height:32px;
}

/*======================
1.2 Section Spacings
========================*/
.section {
    position: relative;
}
.section .container{
  position: relative;
}

.section.section-padding {
    padding: 110px 0 80px;
}

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

.mr-lg-30 {
    margin-left: 30px;
}
.section-title p{
  font-size: 16px;
}

.section-title.section-title-2{
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  max-width: 100%;
}
.section-title.section-title-2::before{
  content: '';
  position: absolute;
  left: -40px;
  top: 10px;
  width: 100px;
  height: 2px;
  background-color: #009ddc;
  display: block;
  transform: rotate(-45deg);
}
.section-title.section-title-2::after{
  content: '';
  position: absolute;
  left: -40px;
  top: 20px;
  width: 100px;
  height: 2px;
  background-color: #009ddc;
  display: block;
  transform: rotate(-45deg);
}
.section-title.section-title-2 .title{
  margin: 0;
  font-size: 28px;
}

.section-title .title {
    position: relative;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 800;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    max-width: 600px;
}
.section-title.text-center{
  margin: 0 auto 50px;
}

.section-title.flex-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.section-title.flex-title .nav {
    margin-left: auto;
}

.section-title.flex-title .nav-item {
    margin: 0;
}

.section-title.flex-title .nav-item+.nav-item {
    margin-left: 10px;
}

.section-title.flex-title .nav-item .nav-link {
    margin: 0;
}

.section-button{
  margin-top: 50px;
}

/*==================
1.3. Forms
====================*/
textarea {
    resize: none;
}

.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}

.form-control::-moz-placeholder {
    color: #a5a5a5;
}

.form-control:-ms-input-placeholder {
    color: #a5a5a5;
}

.form-control::-ms-input-placeholder {
    color: #a5a5a5;
}

.form-control::placeholder {
    color: #a5a5a5;
}

.form-control {
    height: 50px;
    padding: 8px 15px;
    border-radius: 0;
    border: 1px solid #F0F2F3;
    border-radius: 0;
    width: 100%;
    color: #6e6e6e;
    background-color: #fff;
    letter-spacing: 0.1px;
    font-size: 14px;
}

.form-control:focus {
    border: 1px solid #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group i{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #e8e8e8;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #009ddc;
}

.custom-control label {
    font-weight: 400;
}

/*==================
1.4. Buttons
====================*/
.btn-link {
  position: relative;
  color: #212121;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1.4px;
  font-style: normal;
  text-transform: uppercase;
}
.btn-link.h1{
  font-size: 2.5rem;
  max-width: 230px;
  display: block;
}

.btn-link:hover {
  color: #212121;
  text-decoration: none;
}
.btn-link::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #212121;
  opacity: .3;
  transition: .3s;
}
.btn-link:hover::before{
  opacity: 1;
}
.btn-link:hover i{
  transform: translateX(5px);
}

.sigma_btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #009ddc;
    border: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 27px 9px 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
	  -webkit-border-radius: 30px; 
  border-radius: 30px;
}

.sigma_btn-custom:hover,
.sigma_btn-custom:focus {
    color: #fff;
    background-color: #212121;
    outline: none;
}

.sigma_btn-custom.primary {
    background-color: #009ddc;
}

.sigma_btn-custom.transparent{
  background-color: transparent;
  color: #212121;
}

.sigma_btn-custom.transparent:hover,
.sigma_btn-custom.transparent:focus{
  background-color: #009ddc;
  color: #fff;
}

.sigma_btn-custom.primary:hover,
.sigma_btn-custom.primary:focus {
  background-color: #e03d00;
}
.sigma_btn-custom.dark{
  background-color: transparent;
  color: #212121;
  box-shadow: none;
  border: 2px solid #212121;
}
.sigma_btn-custom.dark:hover,
.sigma_btn-custom.dark:focus {
    background-color: #212121;
    color: #fff;
}

.sigma_btn-custom.secondary {
    background-color: #212121;
    color: #fff;
}

.sigma_btn-custom.secondary:hover,
.sigma_btn-custom.secondary:focus {
    background-color: #353535;
}

.sigma_btn-custom.btn-sm {
    padding: 12px 26px;
    font-size: 14px;
}

.input-group-append .sigma_btn-custom,
.input-group-append .sigma_btn-custom::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sigma_round-button{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #777;
}
.sigma_round-button:hover{
  color: #777;
}
.sigma_round-button svg{
  width: 40px;
  height: 40px;
}
.sigma_round-button i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.sigma_round-button .sigma_round-button-stroke{
  fill: none;
  stroke: #212121;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  opacity: .5;
  color: #212121;
}
.sigma_round-button .sigma_round-button-circle{
  fill: none;
  stroke: #212121;
  -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: #212121;
}
.sigma_round-button:hover .sigma_round-button-circle{
  stroke-dashoffset: 0;
  stroke-dasharray: 700;
}

/*==================
1.5. Colors & Badges
====================*/
.custom-primary {
  color: #009ddc;
}

.custom-secondary {
  color: #009ddc;
}

.google {
    background-color: rgb(220, 74, 56) !important;
    color: #fff;
}

.google:hover {
    background-color: #dc4a38;
    color: #fff;
}

.youtube {
    background-color: rgb(229, 45, 39);
    color: #fff;
}

.youtube:hover {
    background-color: #e52d27;
    color: #fff;
}
.dark-bg{
  background-color: #212121;
}
.border-bottom-dark{
  border-bottom: 1px solid #212121;
}

.primary-bg {
    background-color: #009ddc;
}

/*=============================
1.6 Modal, Popups & Dropdowns
==============================*/

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

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-body {
    padding: 40px;
}

/*======================
1.7 Tables
========================*/
table{
  margin-bottom: 30px;
}
table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: #fff;
}

table th {
    font-weight: 700;
    color: #212121;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #F0F2F3;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table td {
    border: 1px solid #F0F2F3;
}

table img {
    width: 40px;
    border-radius: 0;
}

/*======================
1.8 Tabs
========================*/
.tab-content {
    margin-top: 20px;
}

.nav-item {
    margin: 0;
}

.nav-link {
    padding: 10px 20px;
    background-color: #efefef;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 4px;
    color: #212121;
    border-radius: 0;
}

.nav-link.active {
    background-color: #009ddc;
    color: #fff;
}

/*======================
1.9. Social media links
========================*/
.sigma_sm {
    display: flex;
    align-items: center;
    margin: 0;
}

.sigma_sm li {
    margin: 0;
}

.sigma_sm li a {
    display: inline-block;
}

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

/*======================
2. Header
========================*/
@keyframes fadeHeaderInDown {
  0% {
    opacity:0;
    transform:translate3d(0, -100%, 0);
  }
  100% {
    opacity:1;
    transform:translate3d(0, 0, 0);
  }
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header-absolute .sigma_header-middle{
  background-color: transparent;
}
.header-absolute.sigma_header{
  padding: 10px 0;
}

.sigma_header-middle {
    background-color: #fff;
}

.sigma_header-middle .navbar {
    padding: 0;
}

.navbar-brand {
    padding: 10px 0;
    width: 250px;
}

/* Logo Card */
.sigma_logo-wrapper{
  position: relative;
}

/* Controls */
.sigma_header-controls {
    display: flex;
    align-items: center;
}

.sigma_header-controls-inner {
    display: flex;
    align-items: center;
    margin: 0;
}

.sigma_header-controls-inner li {
    margin: 0;
}

.sigma_header-controls-inner li a {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F2F3;
}

.sigma_header-controls-inner li a i {
    font-size: 21px;
    color: #212121;
}

.sigma_header-controls-inner li a:hover {
    background-color: #F0F2F3;
}

.sigma_header-controls-inner li:last-child a {
    margin-right: 0;
}

/* Controls Style 2 */
.sigma_header-controls.style-2 .aside-toggler.desktop-toggler,
.sigma_header-controls.style-2 .sigma_header-controls-inner li a{
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
}
.sigma_header-controls.style-2 .aside-toggler span{
  margin-left: auto;
}

.sigma_header-controls.style-2 .sigma_header-controls-inner li a:hover{
  background-color: transparent;
}

/* Header Bottom */


.sigma_header-middle .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
}


.sigma_header-middle .navbar-nav .menu-item {
    margin: 0;
}


.sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
  position: relative;
  padding: 20px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
    color: #212121;
    padding: 30px 20px;
}
.sigma_header-middle .navbar>.navbar-nav>.menu-item>a::before{
  content: '';
  width: 100%;
  height: 0;
  transition: .3s;
  background-color: #fff;
}
.sigma_header-middle .navbar>.navbar-nav>.menu-item>a:hover::before{
  height: 100%;
}


.sigma_header-middle .navbar>.navbar-nav>.menu-item>a:hover {
    color: #009ddc;
}


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


.sigma_header-middle .navbar-nav .menu-item-has-children {
    position: relative;
}

.sigma_header .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    min-width: 260px;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

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

.sigma_header .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 20px;
    color: #777;
    font-weight: 400;
}

.sigma_header .sub-menu a:hover {
  color: #009ddc;
  transform: translateX(5px);
}

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

.sigma_header .sub-menu .menu-item-has-children>a>span {
    transform: rotate(-90deg);
}

.sigma_header .sub-menu label:hover {
    background-color: #F0F2F3;
}

.sidebar-widget .sigma_search-adv-input {
    width: 100%;
}

.sidebar-widget .custom-control-label {
    font-weight: 400;
}

.sigma_search-adv-input {
    position: relative;
    width: 400px;
}

.sigma_search-adv-input button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 0;
    background-color: transparent;
    color: #212121;
    transition: .3s;
}

.sigma_search-adv-input button:hover {
    color: #009ddc;
}
.sigma_header-custom-link{
  display: flex;
  align-items: center;
}
.sigma_header-custom-link i{
  font-size: 14px;
  color: #fff;
  margin-right: 1px;
}

/*header-light*/
.header-light .sigma_header-middle .navbar>.navbar-nav>.menu-item>a{
  color: #fff;
}

.header-light  .sigma_header-custom-link{
  color: #fff;
}

.header-light .sigma_header-controls-inner li a i{
  color: #fff;
}

.header-light .aside-toggler span,
.header-light .aside-toggler.desktop-toggler span{
  background-color: #fff;
}

.header-light .sigma_header-middle .navbar>.navbar-nav>.menu-item>a:hover{
  color: #009ddc;
}

/* Mega Menu */

/*sigma_header-controls*/
.sigma_header-controls {
    display: flex;
    align-items: center;
}

.sigma_header-controls ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.sigma_header-controls ul>li {
    margin-left: 20px;
    margin-top: 0;
}

.sigma_header-controls ul>li>a {
  position: relative;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
}

/* Mobile sidenav */
.aside-toggler {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    transition: .3s;
}

.aside-toggler.desktop-toggler {
    display: flex;
    height: 58px;
    width: 58px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #F0F2F3;
    margin-left: 20px;
}

.aside-toggler.desktop-toggler span {
    background-color: #212121;
}

.aside-toggler.desktop-toggler:hover {
    background-color: transparent;
}

.aside-toggler span {
    display: block;
    margin-bottom: 4px;
    width: 20px;
    height: 1px;
    border-radius: 3px;
    background-color: #212121;
    transition: .3s;
    transform-origin: right;
}
.aside-toggler span:nth-child(even){
  width: 30px;
}

.sigma_header-controls.style-2 .aside-toggler.style-2,
.aside-toggler.style-2{
  width: 20px;
  height: 20px;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 4px;
}
.sigma_header-controls.style-2 .aside-toggler.style-2.desktop-toggler,
.aside-toggler.style-2.desktop-toggler{
  display: grid;
}

.aside-toggler.style-2 span{
  width: 3px;
  height: 3px;
  margin: 0;
}
.aside-toggler.style-2 span:nth-child(2){
  grid-row: 1;
  grid-column: 3;
}
.aside-toggler.style-2 span:nth-child(3){
  grid-row: 2;
  grid-column: 2;
}
.aside-toggler.style-2 span:nth-child(4){
  grid-row: 3;
  grid-column: 1;
}
.aside-toggler.style-2 span:nth-child(5){
  grid-row: 3;
  grid-column: 3;
}
.aside-toggler.style-2:hover{
  transform: rotate(45deg);
}
.aside-toggler.style-2:hover span{
  width: 4px;
  height: 4px;
  background-color: #009ddc;
}

.sigma_aside {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  transition: .5s cubic-bezier(.77,0,.175,1);
  overflow: auto;
}

.sigma_aside-overlay.aside-trigger-left,
.sigma_aside.sigma_aside-left {
    display: none;
}

.sigma_aside.sigma_aside-right {
    left: auto;
    right: -400px;
    padding: 30px;
    width: 400px;
}

.sigma_aside.sigma_aside-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
    background-position: 0 130%;
    background-repeat: no-repeat;

}

.sigma_aside.sigma_aside-right .sidebar {
    display: none;
}

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

.sigma_aside ul {
    margin: 0;
}

.sigma_aside ul .menu-item {
    margin: 0;
}

.sigma_aside ul .menu-item a {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212121;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sigma_aside ul .menu-item a:hover,
.sigma_aside ul .menu-item a.active {
    color: #009ddc;
}

.navbar-nav .menu-item-has-children>a::after,
.sigma_aside ul .menu-item.menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    margin-left: auto;
    font-size: 10px;
}
.navbar-nav .menu-item-has-children>a::after{
  margin-left: 10px;
}
.navbar-nav .sub-menu .menu-item-has-children>a::after{
  content: "\f054";
}

.sigma_aside ul .menu-item .sub-menu {
    display: none;
    background-color: #F0F2F3;
}

.sigma_aside .navbar-brand {
    padding: 10px 15px;
    display: block;
    width: 200px;
    margin: 0;
}

.sigma_aside.sigma_aside-right .sidebar-widget .widget-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
}
.sigma_aside.sigma_aside-right .sidebar-widget{
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

/* -- Aside trigger Hover sequence -- */
.aside-toggler:hover span {
  width: 30px;
}

/* Header Cart */

/* 2.1. Header Style 2 */


/* 2.2. Header Style 3 */

/*======================
3. Footer
========================*/

.sigma_footer {
  position: relative;
  background-color: #F0F2F3;
  padding: 90px 0 0;
  overflow: hidden;
  z-index: 1;
}

.sigma_footer p {
    margin-bottom: 10px;
    color: #515151;
}

.sigma_footer-middle a,
.sigma_footer-middle i {
    color: #515151;
}

.sigma_footer-middle a:hover {
    color: #009ddc;
}

.sigma_footer-middle a.sigma_btn-custom,
.sigma_footer-middle a.sigma_btn-custom:hover {
    color: #fff;
}

.sigma_footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.sigma_footer-bottom ul li {
    margin: 0;
}

.sigma_footer-bottom ul li a {
    padding-right: 20px;
    color: #515151;
}

.sigma_footer-bottom ul li a:hover {
    color: #009ddc;
}

.sigma_footer-bottom .sigma_footer-copyright {
    padding: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sigma_footer-bottom .sigma_footer-copyright p {
    margin: 0;
}

.sigma_footer-bottom .sigma_footer-copyright>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
}

.sigma_footer-bottom .sigma_footer-copyright p a {
    color: #fff;
}

.sigma_footer-bottom .sigma_footer-copyright>a:hover {
    color: #009ddc;
}

.footer-widget {
    padding-bottom: 90px;
}
.footer-widget .sigma_sm{
  margin-top: 25px;
}
.footer-widget .sigma_sm li{
  margin: 0;
}
.footer-widget .sigma_sm li + li{
  margin-left: 20px;
}
.footer-widget .sigma_sm li a{
  transform: translateX(0);
  font-size: 18px;
}
.footer-widget .sigma_sm li a i{
  color: #f5f5f5;
  transition: .3s;
}
.footer-widget .sigma_sm li a:hover i{
  color: #fff;
}
.footer-widget .sigma_sm li a::before{
  display: none;
}

.footer-widget .widget-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.footer-widget ul {
    margin: 0;
}
.footer-widget ul li{
  margin: 0;
}
.footer-widget ul li+li {
    margin: 10px 0 0;
}

.footer-widget ul li a {
  position: relative;
  display: inline-block;
}
.footer-widget h5 a{
  position: relative;
}
.footer-widget h5 a::before,
.footer-widget ul li a::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  opacity: .3;
}
.footer-widget ul li a:hover::before{
  opacity: 1;
}

.footer-widget ul li a i {
    font-weight: 400;
}

.sigma_ig-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 2px;
}
.sigma_ig-item::before{
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 3;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  color: #009ddc;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.sigma_ig-item:hover::before{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.sigma_ig-item:hover img {
  transform: scale(1.1);
  filter: blur(1px);
}

.sigma_ig-item img {
  transition: .3s;
  width: 100%;
}

/* Footer 2 */

/* Dark Footer */
.sigma_footer.sigma_footer-dark {
  background-color: #212121;
}
.sigma_footer.sigma_footer-dark.primary-bg,
.sigma_footer.primary-bg{
  background-color: #009ddc;
}

.sigma_footer.sigma_footer-dark p,
.sigma_footer.sigma_footer-dark .footer-widget ul li a::before,
.sigma_footer.sigma_footer-dark .sigma_footer-bottom ul li a:hover,
.sigma_footer.sigma_footer-dark .footer-widget ul li a:hover,
.sigma_footer.sigma_footer-dark .sigma_footer-bottom .sigma_footer-copyright>a,
.sigma_footer.sigma_footer-dark .footer-widget .widget-title {
    color: #fff;
}

.sigma_footer.sigma_footer-dark .sigma_footer-bottom ul li a,
.sigma_footer.sigma_footer-dark .footer-widget ul li a {
    color: #f5f5f5;
}

/*======================
5. Subheader
========================*/

.sigma_subheader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sigma_subheader-inner {
    padding: 60px 0;
}
.header-absolute + .sigma_subheader .sigma_subheader-inner{
  padding: 310px 0 210px;
}

.sigma_subheader h1 {
    font-size: 46px;
    margin-bottom: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.sigma_shapes.circles .circle{
  position: absolute;
}
.sigma_shapes.circles .circle-1{
  top: -80px;
  right: -30px;
}
.sigma_shapes.circles .circle-2{
  bottom: -80px;
  left: 30%;
}

.sigma_subheader .sigma_sm{
  justify-content: flex-end;
}
.sigma_subheader .sigma_sm li a{
  color: #fff;
  font-size: 16px;
}
.sigma_subheader .sigma_sm li a:hover{
  opacity: .8;
}

.vertical-toggler{
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.vertical-toggler span{
  display: block;
  height: 20px;
  width: 3px;
  margin: 0 2px;
  transition: .3s;
  background-color: #009ddc;
}
.vertical-toggler span:nth-child(odd){
  height: 30px;
}
.vertical-toggler:hover span{
  height: 30px;
}
.vertical-toggler:hover span:nth-child(odd){
  height: 20px;
}

.sigma_subheader-extras{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255,255,255,.9);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  transition: .5s cubic-bezier(.77,0,.175,1);
  z-index: 49;
}
.sigma_subheader-extras .sigma_map{
  height: 300px;
}
.sigma_subheader-extras .close-btn{
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #272727;
}
.sigma_subheader-extras .close-btn span{
  height: 25px;
}

.sigma_subheader-extras .sigma_contact-info-item + .sigma_contact-info-item{
  margin-top: 20px;
  padding-top: 0;
  border-top: 0;
}

/*======================
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: .3s;
}

.sigma_post .sigma_post-thumb:hover img,
.gallery-thumb:hover img{
  transform: scale(1.2);
}

.gallery-thumb{
  z-index: 1;
}

.sigma_post-categories a {
    background-color: #efefef;
    display: inline-block;
    padding: 2px 12px;
    color: #212121;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.7;
    border-radius: 0;
    margin: 0 3px 3px 0;
}

.sigma_post-categories a:hover {
    background-color: #009ddc;
    color: #fff;
}

.sigma_post .sigma_post-body {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.sigma_post-meta{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sigma_post-categories{
  margin-right: 20px;
}
.sigma_post-date{
  color: #777;
  text-transform: uppercase;
}
.sigma_post-date span{
  color: #212121;
  transition: .3s;
  font-family: 'Poppins', serif;
  font-size: 18px;
  font-weight: 800;
}
.sigma_post-date:hover span{
  color: #e03d00;
}
.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 {
    color: #009ddc;
}

/* 6.1.1. Blog Posts list */
.sigma_post.sigma_post-list + .sigma_post.sigma_post-list {
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
.sigma_post.sigma_post-list .sigma_post-body{
  padding: 15px 0 0;
}
.sigma_post.sigma_post-list .sigma_post-date{
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  max-width: 100px;
}
.sigma_post.sigma_post-list .sigma_post-date span{
  font-family: 'Poppins', serif;
  color: #212121;
  display: block;
  font-weight: 800;
  margin-top: 5px;
  font-size: 30px;
  line-height: 1;
}
.sigma_post.sigma_post-list .sigma_post-meta{
  margin: 10px 0 0;
}
.sigma_post.sigma_post-list .sigma_post-meta span{
  font-weight: 700;
}
.sigma_post.sigma_post-list .sigma_post-meta span + span{
  margin-left: 10px;
}
.sigma_post.sigma_post-list .sigma_post-meta .sigma_post-author a{
  color: #212121;
}
.sigma_post.sigma_post-list .sigma_post-meta .sigma_post-author a:hover{
  color: #009ddc;
}
.sigma_post.sigma_post-list .sigma_post-meta a{
  color: #777;
  font-weight: 700;
}
.sigma_post.sigma_post-list .sigma_post-meta a:hover{
  color: #009ddc;
}

/* 6.1.2. Blog Post Details */

.comments-list ul {
    margin: 0;
}

.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;
    padding-bottom: 30px;
    border: 1px solid #efefef;
    padding: 40px;
    margin-top: 0;
}

.comments-list .comment-item:last-child {
    margin-bottom: 0;
}

.comments-list .comment-item img {
    width: 65px;
    margin-right: 20px;
    border-radius: 50%;
}

.comments-list .comment-item .comment-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comments-list .comment-item h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.comments-list .comment-item span {
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
    line-height: 21px;
    color: #212121;
    font-weight: 600;
}

.comments-list .comment-item p {
    margin-bottom: 15px;
}

.sigma_post-single-thumb {
  position: relative;
    margin-bottom: 30px;
}
.sigma_post-single-thumb img{
  margin: 0;
}

.sigma_post-single-meta {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    margin-top: 50px;
}

.sigma_post-single-meta-item {
    flex: 1;
}

.sigma_post-single-meta-item h6{
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
}
.sigma_post-share .sigma_sm li{
  margin-top: 6px;
}
.sigma_post-share .sigma_sm li+li {
    margin-left: 15px;
}

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

/* 6.2. Sidebar */
.sidebar-widget {
  padding: 30px;
  border: 1px solid #efefef;
  background-color: #fff;
}

.sidebar-widget + .sidebar-widget {
    margin-top: 30px;
}

.sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 2px dashed #efefef;
}

.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: #009ddc;
}

.sidebar-widget.widget-about-author{
  padding: 0;
}

.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 p{
  padding: 0 30px;
}
.widget-about-author-inner a{
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
  font-size: 16px;
  color: #212121;
  font-weight: 700;
  font-family: 'Ralway', sans-serif;
  padding-bottom: 20px;
}

.widget-about-author-inner img {
    border-radius: 50%;
    width: 100px;
    margin: 0 auto 20px;
}

.widget-about-author-inner h5 {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.sidebar-widget.widget-logo img{
  width: 120px;
}


.tagcloud a {
    display: inline-block;
    font-size: 13px !important;
    padding: 3px 12px;
    color: #777;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #efefef;
    margin: 6px 6px 0 0;
    border-radius: 0;
}


.tagcloud a:hover {
    background-color: #009ddc;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sigma_newsletter-form {
    position: relative;
}

.sigma_newsletter-form.primary-bg {
    background-color: #009ddc;
}

.sigma_newsletter-form h5 {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
}

/* 6.3. Products */
.sigma_product {
    position: relative;
    margin-bottom: 30px;
}

.sigma_product .sigma_product-thumb {
    margin: 0 0 10px;
    overflow: hidden;
}

.sigma_product .sigma_product-thumb img {
    transition: .3s;
    width: 100%;
}

.sigma_product .sigma_product-thumb:hover img {
    transform: scale(1.1) rotate(3deg);
}
.sigma_product .sigma_product-body{
  position: relative;
}
.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: #e03d00;
}

.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_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;
  margin: 0 0 10px;
}
.sigma_product-price span {
    display: block;
}

.sigma_product-price span:first-child {
    font-size: 22px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    color: #009ddc;
    font-weight: 700;
}

.sigma_product-price span+span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    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: flex-end;
    margin-left: 10px;
}

.sigma_product-controls a {
    width: 45px;
    height: 45px;
    background-color: #efefef;
    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: #009ddc;
    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 {
    margin-bottom: 0;
}

/* 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: 15px;
}

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

.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: #009ddc;
}

.qty span {
    font-size: 13px;
    transition: .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: .3s;
  opacity: 0;
  visibility: hidden;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: -1;
  background-color: #009ddc;
}
.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{
  padding: 40px;
  border: 1px solid #efefef;
}

.sigma_product-additional-info .nav-link {
    margin: 0;
    border-radius: 4px;
}

.sigma_product-additional-info .nav-item+.nav-item .nav-link {
    margin-left: 10px;
}

.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;
  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-thumb {
    background-color: #fff;
}

/* 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: #009ddc;
}

.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;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.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) */

/* 6.5. Banners */
.sigma_banner video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sigma_banner {
  position: relative;
  padding: 0;
  background-color: #F0F2F3;
  border-radius: 8px;
}

.sigma_banner .section-title{
  max-width: 100%;
}
.sigma_banner .title{
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

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


.sigma_banner.banner-3 .sigma_arrows{
  position: absolute;
  bottom: 40px;
  right: 65px;
  z-index: 1;
}

.sigma_banner.banner-3 .sigma_arrows{
  border: 1px solid rgba(255,255,255,.8);
}


.sigma_banner.banner-3 .sigma_arrows .slick-arrow.slider-prev{
  border-right: 1px solid rgba(255,255,255,.4);
}

/* Style 2 */

/* Style 3 */


.banner-3.sigma_banner {
    padding: 0;
}

.banner-3.sigma_banner .sigma_banner-slider-inner {
    overflow: hidden;
    position: relative;
    padding: 300px 0 200px;
}

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

/* 6.6. Icon Blocks */

.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: .3s;
}

.sigma_icon-block i {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 15px;
    color: #777;
    display: inline-block;
}

.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 */
.sigma_icon-block.icon-block-2 {
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.sigma_icon-block.icon-block-2 h5{
  margin-bottom: 10px;
}
.sigma_icon-block.icon-block-2 h5 span{
  font-weight: 400;
}
.sigma_icon-block.icon-block-2 .sigma_icon-block-content{
  margin-bottom: 20px;
  margin-top: 25px;
}
.sigma_icon-block.icon-block-2 i{
  transition: .3s;
  font-size: 50px;
  margin: 0;
}
.sigma_icon-block.icon-block-2:hover i {
  color: #212121;
}

/* Style 3 */

/* Style 4 */

/* Style 5 */


/* Style 6 and 7 */

/* 6.7. Call to Actions */

/* 6.8. Login & Signup */

/* 6.9. Error 404 */

/* 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 #009ddc;
}
.sigma_team-thumb{
  overflow: hidden;
}
.sigma_team-thumb img{
  width: 100%;
  transition: .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: #009ddc;
  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;
}
.sigma_team-sm .sigma_sm .sigma_round-button svg{
  width: 30px;
  height: 30px;
}

/* 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: .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: #009ddc;
  justify-content: center;
}
.sigma_team.team-2 .sigma_team-body .sigma_team-sm li a:hover{
  background-color: #e03d00;
}
.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: .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;
}

.sigma_team.team-2 .sigma_round-button .sigma_round-button-stroke,
.sigma_team.team-2 .sigma_round-button .sigma_round-button-circle{
  stroke: #fff;
}

/* Style 3 */

/* Style 4 */

/* 6.13. Pricing */

/* Style 2 */

/* Style 3 */

/* 6.14. Timeline */

/* 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,.1);
}

.sigma_contact-info .sigma_sm a:hover{
  background-color: #009ddc;
}

.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: #009ddc;
}

/*======================
7. Misc
========================*/

/* Arrows */
.sigma_arrows {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #efefef;
}

.sigma_arrows .slick-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: .3s;
    cursor: pointer;
    color: #fff;
    padding: 30px 40px;
}

.sigma_arrows .slick-arrow:hover {
    color: #009ddc;
    background-color: transparent;
}

.sigma_arrows .slick-arrow.slider-prev {
    border-right: 1px solid #efefef;
}

/* Dots */

/* custom Dots */

/* 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: #009ddc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tooltip {
    font-family: 'Poppins', monospace;
    font-size: 13px;
}

/* 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: #009ddc;
  transition: 3s;
}

.progress .progress-bar span{
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009ddc;
  transform: translateY(-50%);
}

/* Accordion */

/* 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: 12px;
    color: #848486;
}

.sigma_rating i.active {
    color: #ffa80a;
}

/*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;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.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: #212121;
  color: #fff;
}

.sigma_video-popup::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #009ddc;
  transition: .3s;
  z-index: -1;
}
.sigma_video-popup.secondary{
  color: #212121;
}
.sigma_video-popup.secondary::after{
  background-color: #212121;
}

.sigma_video-popup:hover{
  color: #fff;
}
.sigma_video-popup:hover::after{
  width: 100%;
}

/*Event */

/*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-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: #009ddc;
  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 */

/* Events */

.sidebar-widget.widget-ad{
  position: relative;
}
.sidebar-widget.widget-ad a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* counter */

/* Services */

/* Style 2 */

/* Style 3 & 4 */

/* 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{
  border: 1px solid #efefef;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: .3s;
}
.sigma_client.client-dark{
  background-color: transparent;
  border: 1px solid #212121;
}
.sigma_client:hover{
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}
.sigma_client img{
  transition: .3s;
}
.sigma_client:hover img{
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.1));
}

/* Portfolio */
.sigma_portfolio-item{
  position: relative;
  margin-bottom: 30px !important;
  cursor: pointer;
}
.sigma_portfolio-item img{
  width: 100%;
}
.sigma_portfolio-item span{
  color: #fff;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.sigma_portfolio-item span p{
  color: #fff;
}
.sigma_portfolio-item .sigma_portfolio-item-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: .3s;
  padding: 20px;
}
.sigma_portfolio-item:hover .sigma_portfolio-item-content{
  background-color: rgba(0,0,0,.4);
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner{
  margin-top: auto;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.sigma_portfolio-item-content-inner a{
color:#FFFFFF;
}

.sigma_portfolio-item .sigma_portfolio-item-content-inner h5{
  margin: 0;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a{
  color: #fff;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a:hover{
  color: #009ddc;
}
.sigma_portfolio-item .sigma_portfolio-item-content i{
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #fff;
  transition: .3s;
  z-index: 3;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.sigma_portfolio-item:hover .sigma_portfolio-item-content i{
  background-color: #fff;
  color: #212121;
  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;
  background-color: transparent;
}
.filter-items h5{
  transition: .3s;
  font-size: 14px;
  color: #777;
  border-bottom: 1px solid #efefef;
  margin: 0;
  cursor: pointer;
	padding: 10px;
	width: 80px;
}
.filter-items h5.active{
  border-bottom-color: #009ddc;
  color: #212121;
}
.filter-items h5:hover{
  color: #212121;
}

@media all and (max-width: 1440px) and (min-width: 1200px) {

.banner_section_holder{
	padding-left:80px !important;
}
}
