/*** General CSS ***/
.feature-item .sppb-media-heading,
.sppb-section-title  .sppb-title-heading {
    position: relative;
    margin-bottom: 30px!important;
}
.feature-item .sppb-media-heading:after,
.sppb-section-title  .sppb-title-heading:after {
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f141";
    position: absolute;
    margin: 0 auto;
    bottom: -40px;
    left: 0;
    right: 0;
    font-size: 30px;
}
.feature-item .sppb-media-heading:after {
    left: 2px;
}
h1, h2, h3, h4, h5, h6, ul, li, i, i:before, i:after, img, 
.sppb-img-container:after, .vm-categories-wall-catname, span.addtocart-button:after, 
.sppb-img-container:before, #offcanvas-toggler, .sp-megamenu-parent >li >a, .logo,  #sp-header  {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}

/*** Header Area ***/
/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    position: fixed;
    padding: 10px 0;
    z-index: 2;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    background: rgba(0,0,0,.9);
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
}
body.com-content #sp-header,
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
    background: rgba(0,0,0,.9);
    border-top: 2px solid;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    text-transform: uppercase;
    padding: 0 25px;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    left: 0;
    position: absolute;
    bottom: 13px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 50px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Slider */
.slider .button a {
    padding: 14px 40px;
    color: #000;
    border: 2px solid;
}
.slider .button a:hover {
    border-color: #fff;
    color: #fff;
    background: none;
    color: #fff;
}
.et-bounce {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Intro */
.intro-item {
    cursor: pointer;
    margin-top: 30px;
}
.intro-item h4 {
    margin-bottom: 20px;
    margin-top: 26px;
}
.intro-item .sppb-img-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.intro-item .sppb-img-container img {
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition:    all 0.9s ease-in-out;
    -ms-transition:     all 0.9s ease-in-out;
    -o-transition:      all 0.9s ease-in-out;
    transition:         all 0.9s ease-in-out;
    width: 100%;
}
.intro-item:hover .sppb-img-container img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.intro-item .sppb-img-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}
.intro-item:hover .sppb-img-container:after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.intro-item h4 {
    color: #000;
}
.intro-item .button {
    padding: 10px 30px;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
    display: inline-block;
}
.intro-item .button:hover {
    color: #fff;
}

/* About */
.about .sppb-row > div {
    padding: 0;
}
.about-tab-column,
.about-tab-column .clearfix {
    height: 100%;
}
.about-tab .sppb-addon-content {
    text-align: center;
}
.about-tab ul.sppb-nav {
    text-align: center;
    background-color: rgba(254, 195, 33, 0.22);
    display: inline-block;
    border-radius: 20px;
}
.about-tab ul.sppb-nav li {
    float: none!important;
    display: inline-block;
}
.about-tab ul.sppb-nav li a {
    border-radius: 20px!important;
    padding: 5px 20px;
    font-weight: 400;
}
.about-tab h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0 20px;
}
.about-tab .button {
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    padding: 9px 35px;
    color: #000;
}
.about-tab .button:hover {
    color: #fff;
}
#sppb-addon-1492482380973 .sppb-nav-pills > li > a:hover {
    color: #000;
}

/* Feature */
.feature-item .pull-right {
    width: 45%;
}
.feature-item .sppb-media-body {
    text-align: left;
}
.feature-item h5 {
    font-size: 30px;
    font-weight: 400;
    margin: 70px 0 20px;
}
.feature-item .button {
    text-transform: uppercase;
    border: 2px solid;
    padding: 9px 40px;
    display: inline-block;
    margin-top: 30px;
}
.feature-item .pull-left {
    width: 45%;
}

/* Team */
.team-item {
    position: relative; 
}
.team-item .sppb-img-container {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-img-container:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    border-radius: 50%;
}
.team-item:hover .sppb-img-container:before {
    opacity: 1;
}
.team-item img {
    border-radius: 50%;
    border: 5px solid #fff;
}
.team-item h6 {
    font-size: 16px;
}
.team-item ul {
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
}
.team-item:hover ul {
    opacity: 1;
    bottom: 50%;
}
.team-item ul li {
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px;
}
.team-item ul li strong {
    display: none;
}
.team-item ul li em {
    color: #fff;
    line-height: 30px;
}

/* Client */
.client-item {
    padding: 50px 0;
}
.client-item img {
    opacity: .7;
}
.client-item:hover img {
    opacity: 1;
    cursor: pointer;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
/* Tablet Landscape Layout */
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
        padding: 0 15px;
    } 
    #sp-header {
      background: #000;
      position: relative;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
    #sp-header {
        position: relative;
    } 
  	#sp-header {
    	background: rgba(0,0,0,.9);;
	}
  	.feature-item .pull-left, .feature-item .pull-right {
  		float: none!important;
    	width: 90%;
  	}
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.projects-filter a.selected, 
.projects-filter a.selected:hover,
.intro-item .button,
.feature-item .button:hover,
.about-tab .button,
.categories .button,
.team-item ul li,
.client,
span.addtocart-button input.addtocart-button {
  	background-color: var(--text-color);
}
.slider .button a {
  	background-color: var(--text-color)!important;
}
.intro-item:hover h4,
.categories ul.vm-categories-wall li:hover .vm-categories-wall-catname,
.team-item h4 {
  	color: var(--text-color);
}
.slider .button a,
.feature-item .button:hover,
.categories ul.vm-categories-wall li:hover img {
  	border-color: var(--text-color)!important;
}

/* Blocks */
.slider .button a:hover {
  	background: none!important;
  	color: #fff!important;
    border: 2px solid #fff!important;
}