@media (min-width: 992px) {
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #C8FBD6;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #C8FBD6;
  opacity: .3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #C8FBD6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}
}

.view-featured  #sp-main-body {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
        padding-left: 30px;
        background: transparent; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover::after  {
          width: 10px; }
.sp-megamenu-parent > li > a:hover::before, .sp-megamenu-parent > li.active > a::before   {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.tp-home .sp-megamenu-parent > li > a:hover::before , .tp-home .sp-megamenu-parent > li.active > a::before {
  content: none;
}
#sp-head-link {
  text-align: right;
  padding-top: 20px;
}
#sp-head-link .d-flex {
  display: initial !important;
}
.btn.btn-brand-4-medium {
  padding: 14px 25px;
  background-color: #C8FBD6;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn.btn-brand-4-medium:hover {
  background: transparent;
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  color: #fff;
}
.btn.btn-brand-5 {
  padding: 4px 21px;
  background-color: #3BD16F;
  border: 1px solid #3BD16F;
  border-radius: 36px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}
.btn.btn-brand-5:hover {
  background: #C8FBD6;
  color: #191919;
}
.display-2mb-40 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 500 !important;
  text-align: center;
}
.com-spsimpleportfolio.view-items.Projekti #sp-main-body .container {
	max-width: initial;
}

#sp-slideshow b {
  color: #61FCAE;
  font-size: 14px !important;;
}
@media (min-width: 980px) {
  #sp-slideshow b {
  font-size: 71px !important;
}
#sp-header.header-sticky {
  position: relative;
}
}
#sp-client {
  padding:80px 0;
}
#sp-client h3 {
  padding-bottom: 25px;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  display: block;
  text-align: center;
}
#sp-feature {
	padding:20px 0;
}
@media (min-width: 992px) {
 #sp-feature  .bt-cs {
    margin-right: -245px;
	overflow: inherit !important;
  }
}
#sp-feature .t3-module{
	overflow: inherit !important;
}

#sp-feature h3.module-title  {
  margin-bottom: 40px;
  padding: 0 50px;
}
#sp-feature .title-left {
	font-size: 24px;
  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: 700;
  display: block;
}
#sp-feature .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 56px;
  display: block;
}
#sp-feature .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-feature  .bt-cs .bt-inner {
  padding: 0 20px;
}
#sp-feature .bt-cs .owl-next{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 470px;
  position: absolute;
}
#sp-feature .bt-cs .owl-prev{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 540px;
  position: absolute;
}

#sp-feature .jtcs188.positiontop.owl-carousel .owl-nav {
  right: 90px;
}
#sp-feature .item-box {
  padding: 80px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  
}


#sp-feature  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
#sp-feature .item-box:hover  a.bt-title {
  color: #C8FBD6;
  background-size: 100% 1px;
}
#sp-feature .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature .item-box {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
    border-top-color: rgba(0, 0, 0, 0.12);
    border-right-color: rgba(0, 0, 0, 0.12);
    border-bottom-color: rgba(0, 0, 0, 0.12);
    border-left-color: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border-color: rgba(255, 255, 255, 0.12);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  min-height: 315px;
}
#sp-feature  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;  
}
#sp-feature .item-box:hover  a.bt-title {
  color: #C8FBD6;
}
#sp-feature .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature .item-box .bt-introtext {
  font-size: 17px;
  color: #c6c8c9;
  word-spacing: 0px;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 20px;
  display: inline-block;
}
#sp-feature .item-box .rmore {
  margin-top: 30px;
  
}
#sp-feature .item-box .sub-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
#sp-feature .item-box:hover .sub-title {
  color: #000;
}
#sp-feature .item-box .icon-img-20 {
  width: 20px;
  margin-left: 5px;
  display: initial;
}
#sp-intro {
	padding:40px ;
	background:#C8FBD6;
}
.block-more-question {
	background-image: url(../images/arrow-up.png);
  border-radius: 16px;
  padding: 67px 176px 67px 176px;
  border: 5px solid #C8FBD6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  
}
.block-more-question .question-left {
  max-width: 700px;
  width: 100%;

}
.block-more-question .question-left h3{
  font-size: 36px;
  color: #fff;
  line-height: 43px;
}
p.mb-10 {
	color: #fff;
}
.block-more-question .question-left .text-lg {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.block-more-question .question-left .btn-brand-4 {
  padding: 21px 54px;
  background-color: #C8FBD6;
  border-radius: 96px;
  color: #191919;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.block-more-question .question-left .btn-brand-4:hover {
  background-color: #74E39A;
}
.block-more-question .question-right {
  position: relative;
}
#sp-projects {
	padding-bottom:40px;
}
#sp-projects .jtcs_more_cat {

  text-align: center;
}
#sp-projects .jtcs_more_cat a {
  padding: 14px 25px;
  background-color: #C8FBD6;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  display: inline-block;
}
#sp-projects .jtcs_more_cat a:hover {
  background: transparent;
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  color: #fff;
}
#sp-projects h3.module-title  {
  margin-bottom: 0px;
  font-size: 65px;
}
#sp-projects .sp-module-title {
  padding: 40px 0;
  font-size: 65px;
  color: #fff;
}
#sp-projects .title-left {
  padding-right: 10px;
}
#sp-projects .title-right {
  color: #74E39A;
  font-style: italic;
}
.infolio-portfolio .jtcs-image {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
section#sp-hero {
  background-image: url("../images/123design_creative_background.jpg");
  height: 600px;
  background-size: cover ;
  background-attachment: fixed;
  text-align: center;
}
.jt-cs .hover-icons a.icon-arrow {
  width: 150px;
  height: 150px;
  line-height: 170px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  color: #fff;
}
.jt-cs .jt-imagecover:hover .icon-arrow {
  opacity: 1;
}
.icon-arrow svg {
  width: 40px;
}
.infolio-portfolio .links-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.infolio-portfolio .links-text .cont h4 a.bt-title {
  color: #fff;
  margin: 0;
  font-size: 32px;
  transform: translateY(80px);
}
.infolio-portfolio {
  margin-bottom: 60px;
}
.infolio-portfolio .links-text .cont .tag,
.infolio-portfolio .links-text .cont h4 a.bt-title {
  transition: all 0.5s;
  color: #fff;
}
.bt-cs .bt-inner:hover  .links-text .cont .tag,
.bt-cs .bt-inner:hover  .links-text .cont h4 a.bt-title  {
  visibility: visible;
  transform: translateY(0);
  transition: all 0.7s;
  transition-delay: 0.2s;
}
#sp-latest-news {
	padding:40px 0;
	background:#1d1d1d;
}
#sp-latest-news .t3-module .bt-cs{
	overflow: inherit !important;
}
#sp-latest-news h3.module-title  {
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
#sp-latest-news .title-left {
	font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: normal;
  font-style: normal;
  display: block;
}
#sp-latest-news .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  display: block;
}
#sp-latest-news .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-latest-news .show-all {
	position: absolute;
  right: 30px;
  top: -133px;
}
#sp-latest-news .show-all .infolio-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px 0px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
  border-color: #fff;
}
#sp-latest-news .show-all .infolio-button:hover {
  background-color: #C8FBD6;
  color: #000;
  border-color: #C8FBD6;
}
#sp-latest-news img {
 opacity: .5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#sp-latest-news img:hover {
  opacity: 1;
}
.infolio-button .infolio-button-text {
  position: relative;
  z-index: 2;
}
.infolio-button .infolio-button-icon {
  margin: 0px 0px -2px 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 99;
}
.infolio-button .infolio-button-icon i {
	transform: rotate(-35deg);
}
.infolio-button.button-animation::after {
  content: "";
  position: absolute;
  right: 5px;
  top: -8px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.4s;
}
.infolio-button.button-animation:hover::after {
  width: 100%;
  right: 0;
}
.item .date {
	color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 0px 30px 0px;
  opacity: 0.8;
}
.cs-widget-item {
  position: relative;
  padding: 80px ;
  transition: all 0.4s ease-in-out;
}
.service-thumbnail-img
{
  position: absolute;
  top: -65%;
  right: 20%;
  transform: rotate(-10deg);
  opacity: 0;
  transition: all 0.8s ease-in-out;
  z-index: 5;
  overflow: hidden;
}
.service-thumbnail-img img
{
  width: 0px;
  height: 0px;
  object-fit: cover;
  border-radius: 30px 30px 30px 30px;
  margin: 0px 0px 0px 0px;
  transition: all 0.5s;
  
}
.cs-widget-item.service-style-six:hover .service-thumbnail-img
{
 opacity: 1;
  transition: all 0.8s ease-in-out;
}
.cs-widget-item.service-style-six:hover .service-thumbnail-img img
{
  width: 480px !important;
  height: 390px !important;
  transition: all 0.8s ease-in-out;
  border-radius: 0px !important;
}
.bt-cs.effects .bt-row , .bt-cs.effects .slides_container
{
  overflow: initial;
}
#sp-latest-news a.bt-title {
	font-size: 25px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.3em;
  color: #FFFFFF;
}
#sp-latest-news a.bt-title:hover {
	color: #C8FBD6;
}
.bt-cs.effects .bt-row:nth-child(2n+1) .cs-widget-item {
	background: #1a1a1a;
}
#sp-panner-logo {
	padding:40px 0;
	background: #1a1a1a;
}
#sp-panner-logo  .infolio-heading-text .infolio-heading {
  margin: 0;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  color: #C8FBD6;
}
.infolio-heading-text span {
  display: inline-block;
  font-weight: 600;
}
#sp-panner-logo .infolio-heading-text {
  text-align: center;
  position: relative;
  padding: 20px 0;
}
#sp-panner-logo .infolio-heading-text::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width:100%;
}
#sp-panner-logo .infolio-heading-text h2 {
	padding: 10px 30px 10px 30px;
  border: 1px solid #FFFFFF1A;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  background: #1a1a1a;
  z-index: 99;
}
#sp-panner-logo ul {
	padding:40px 0;
	margin:0;
	list-style: none;
}
#sp-panner-logo ul li {
	width: 20%;
  float: left;
  text-align: center;
}
#sp-contact-bottom .container-inner {
	border-bottom:1px solid #FFFFFF1A;
	padding-bottom: 70px;
}
#sp-contact-bottom .infolio-heading a {
  color: #FFFFFF;
  font-size: 120px;
  line-height: 1em;
}
#sp-contact-bottom .infolio-heading a:hover {
  color: #C8FBD6;
}
#sp-contact-bottom i {
  font-size: 70px;
  margin-left: 30px;
  transform: rotate(-35deg);
}
#sp-bottom2 .infolio-heading {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  opacity: 0.8;
  margin-bottom: 40px;
}
#sp-bottom2 .infolio-heading-text a {
  color: #C8FBD6;
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.7em;
  opacity: 0.8;
}
#sp-footer2 a {
  color: #C8FBD6;
   text-decoration: underline;
}
.nsb_container_pro a.icons {
  padding-right: 20px;
}
.sp-scroll-up , .sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus{
  color: #C8FBD6;
  background: #1a1a1a;
  border: 2px solid #C8FBD6;
}
.breadcrumb .fa-map-marker-alt::before {
  content: none;
}
.sp-page-title .breadcrumb > li > a:hover {
  color: #74E39A;
}
#sp-contact-bottom {
  background: #1a1a1a;
}
.items-about {
	padding:60px 0;
}
.sm-title-dot {
  position: relative;
}
.sm-title-dot::before {
  content: '';
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
}
.intro-about .caption h1 {
  font-size: 64px;
}
.elementor-widget-images {
  margin: 0px -400px ;
}
.intro-style5 {
  padding-top: 100px;
}
.intro-style5 h2 {
 font-size: 70px;
 margin-bottom: 15px ;
}
.intro-style5  .fs-20 {
  font-size: 20px ;
}
.intro-style5  .text-indent {
  text-indent: 15%;
  margin-bottom: 50px ;
  font-size: 32px;
}
.intro-style5  .opacity-7 {
  opacity: .7;
}
.elementor-widget-images img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center center;
}
.items-about h5 {
	color: #C8FBD6;
	font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.items-about h2{
	color: #fff;
	font-size: 30px;
    line-height: 1.3em;
}
.items-mission  h1 {
  color: #fff;  
  font-size: 100px;
  font-weight: 500;
  line-height: 1.3em;
}
.items-mission  h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
}
.items-mission  .infolio-text {
  color: #fff;
  font-weight: 400;
  line-height: 1.7em;
}
.items-mission .box {
	padding: 100px 25px;
}
#sp-tasks {
	padding:30px 0;
	text-align: center;
}
#sp-tasks .sp-module-title {
	color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 65px;
  
}
#sp-tasks .sub-tasks {
	padding-bottom: 50px;
	font-size: 24px;
}
#sp-our-features .sp-module-title {
	color: #191919;
  font-size: 56px;
  font-weight: 500;
  line-height: 65px;
  text-align: center;
  padding-bottom: 50px;
}
.card-team-main {
  padding: 30px;
  background-color: #ECEEF2;
  border-radius: 32px;
  margin-bottom: 30px;
}
.card-team-main .card-info a.btn-bg-linear-2 , .card-info .btn-linear-rounded{
  color: #191919;
  border-radius: 32px;
  padding: 10px 26px 10px 26px;
  border: 1px solid #ffffff;
  background: linear-gradient(236deg, #C8FBD6 0%, #3BD16F 100%);
}
.card-team-main .card-info a h2.heading-2 { 
  font-size: 48px;
  line-height: 57px;
  font-weight: 600 ;
  color: #191919;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.text-xl {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 60px !important;
}
.card-team-main .card-image img {
  display: block;
  border-radius: 32px;
  width: 100%;
}
.card-team {
  padding: 30px;
  border-radius: 32px;
  background-color: #ECEEF2;
  margin-bottom: 20px !important;
}
.heading-1 {
  font-size: 56px;
  line-height: 67px;
  margin-bottom: 10px !important;
  font-weight: 600 ;
  color: #191919;
} 
.heading-4 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px !important;
  font-weight: 600 ;
  color: #191919;
}
.col-lg-12 > .card-info {
  padding: 30px;
  border-radius: 32px;
  background-color: #ECEEF2;
}
#sp-services  {
	padding:40px 0;
  background: #1a1a1a;
}
#sp-services  h3.module-title {
  margin-bottom: 80px;
  padding: 0 50px;
}
#sp-services .owl-carousel .owl-stage-outer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sp-services .title-left {
  font-size: 24px;

  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: 700;

  display: block;
}
#sp-services  .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 56px;
  display: block;
  position: relative;
}
#sp-services  .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-services .bt-cs .owl-next{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
}
#sp-services .bt-cs .owl-prev{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
}

#sp-services .jtcs188.positiontop.owl-carousel .owl-nav {
  right: 90px;
}
#sp-services .show-all .infolio-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px 0px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
  border-color: #fff;
}
#sp-services  .show-all .infolio-button:hover {
  background-color: #C8FBD6;
  color: #000;
  border-color: #C8FBD6;
}
#sp-services .bt-cs .bt-inner {
  padding: 0 20px;
}
#sp-services .item-box {
 padding: 80px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#sp-services  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-services .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-services .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-services .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
#sp-services .item-box:hover  a.bt-title {
  color: #C8FBD6;
  background-size: 100% 1px;
}
#sp-services .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-services .jtcs191.positiontop.owl-carousel .owl-nav {
  right: 90px;
}
#sp-services .item-box .bt-introtext {
  font-size: 17px;
  color: #a8a8a8;
  word-spacing: 0px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
#sp-services .item-box:hover .bt-introtext {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#sp-services .item-box .rmore {
  margin-top: 30px;
  
}
#sp-services .item-box .sub-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
#sp-services .item-box:hover .sub-title {
  color: #000;
}
#sp-services .item-box .icon-img-20 {
  width: 20px;
  margin-left: 5px;
  display: initial;
}
#sp-services  .show-all {
	position: absolute;
  right: 30px;
  top: -133px;
}

#sp-services .t3-module .bt-cs{
	overflow: inherit !important;
}
.infolio-button.button-animation::after {
  content: "";
  position: absolute;
  right: 5px;
  top: -8px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}
#sp-services .bt-box {
	padding:40px;
	border: 1px solid #0000001F;
	border-radius: 15px 15px 15px 15px;
}
#sp-services .bt-box .bt-title {
	color: #1A1A1A;

  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
}
#sp-services .readmore a {
	font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #1A1A1A;
  margin-top: 40px;
  display: block;
}
.services-container {
	text-align:center;
	margin-bottom:80px;
}
.services-container h2 {
  color: #C8FBD6;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.services-container h3 {
	color: #1A1A1A;
  font-size: 30px;
  line-height: 1.3em;
}
.items-services p {
  color: #777777;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
}
.items-services img {
  max-height: 400px;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px 15px 15px 15px;
  width: 100%;
  margin-bottom: 50px;
}
.items-services ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.items-services ul i {
	color: #C8FBD6;
}
.items-services .elementor-icon-list-item > .elementor-icon-list-text {
  font-weight: 400;
  line-height: 1.3em;
  color: #1A1A1A;
}
#sp-projects-inner {
	background:#1a1a1a;
	padding:30px 0;
}

#sp-projects-inner .t3-module{
	overflow: inherit !important;
}
@media (min-width: 992px) {
 #sp-projects-inner  .bt-cs {
    margin-right: -40px;
	margin-left: -40px;
	overflow: inherit !important;
  }
}
@media (min-width: 992px) {
  #sp-projects-inner h3.module-title {
    max-width: 1320px;
	margin: 0 auto;
  }
}
#sp-projects-inner h3.module-title  {
  margin-bottom: 80px;
}
#sp-projects-inner .title-left {
	font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: normal;
  font-style: normal;
  display: block;
}
#sp-projects-inner .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  display: block;
}
#sp-projects-inner .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-projects-inner  .bt-cs .bt-inner {
  padding: 0  50px;
}
#sp-projects-inner .bt-cs a.next, #sp-projects-inner .bt-cs a.prev{
  width: 57px;
  height: 57px;
  top: -136px;
}
#sp-projects-inner .bt-cs a.prev  {
  left: initial;
  right: 640px;
}
#sp-projects-inner .bt-cs a.next {
 right: 570px;
}

#sp-projects-inner .item-box .icon-img img{																																																	
 border-radius: 10px 10px 10px 10px;
  margin-bottom: 40px;
}
#sp-projects-inner .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;  
}
#sp-projects-inner   .cont {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
#sp-projects-inner   .cont .button {
  margin-left: auto;
}
#sp-projects-inner .rmore .icon-img-20 {
  width: 20px;
}
#sp-projects-inner .category {
	color: #c6c8c9;
	font-size: 16px;
  font-weight: 400;
}
#sp-pricing {
	padding:40px 0;
}
#sp-pricing h2 {
  color: #C8FBD6;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#sp-pricing h3 {
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}
#sp-pricing  .col-lg-5 .elementor-icon-list-items  {
	padding:30px 0 0 0;
	margin:30px 0 0 0;
	list-style:none;
	border-top: 1px solid #00000024;
}
#sp-pricing  .col-lg-5 .elementor-icon-list-items  i {
	color: #C8FBD6;
	padding-right: 15px;
}
#sp-pricing .box {
	background-color: #F5F7F9;
	border: 1px solid #00000024;
	border-radius: 10px 10px 10px 10px;
	padding:50px 30px;
	display: flex;
}
#sp-pricing .box  img {
  width: 60px;
}
#sp-pricing .box .infolio-heading {
  color: #1A1A1A;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
}
#sp-pricing .infolio-icon-list .elementor-icon-list-items {
	list-style:none;
	padding:0;
	margin: 0px 0px 0px 50px;
}
#sp-pricing .infolio-icon-list .elementor-icon-list-items i {
	font-size:5px;
}
#sp-pricing .infolio-heading-text {
	margin: 0px 0px 0px 50px;
}
#sp-pricing .infolio-heading-text .infolio-heading {
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}
.infolio-button {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5em;
  color: #1A1A1A;
  fill: #1A1A1A;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1A1A1A;
  border-radius: 30px 30px 30px 30px;
  padding: 7px 25px 7px 25px;
}
.infolio-button:hover {
	color: #fff;
	background: #1A1A1A;
}
#sp-pricing .box.box2{
	background-color: #C8FBD6;
	margin-top:30px;
	border: 1px solid #C8FBD6;
}
.bt-inner .news {
	margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 15px 15px 15px 15px;
  background-color: #F5F7F9;
}
.bt-inner .news .blog__item-2-image .bt-category {
  position: absolute;
  bottom: -2px;
  left: 50%;
  border-radius: 25px 25px 0 0;
  padding: 8px 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateX(-50%);
  border-width: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #F5F7F9;
  
}
.bt-inner .news .caption .blog-date {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bt-inner .news .blog__btn-2 a {
  color:#1a1a1a;
  
}
.bt-inner .news:hover .blog__btn-2 a {
  
  color: #000;

}
.bt-inner .news .caption {
  padding: 40px 30px;
}
.bt-inner .news .caption a.bt-title {
	display: block;
	font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  color:#1a1a1a;
}
.bt-inner .news .caption a.bt-category {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.bt-inner .news:hover  .blog__item-2-image img {
	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;
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog__item-2-image-inner img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 15px 15px 0 0;
}
.blog__item-2-image-inner {
  overflow: hidden;
}
.blog__item-2-image {
  position: relative;
}
.blog__item-2-date {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  width: 80px;
  height: 80px;
  line-height: 60px;
  background: #F5F5F5;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: -30px;
  right: 20px;
}
.bt-cs.box-news .bt-row {
  padding: 40px 0 0;
}
.blog__item-2-date  span.date {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  position: relative;
  top: -38px;
  display:block;
}
.bt-inner .news .blog__btn-2 a i {
  transform: rotate(-35deg);
  margin-left: 10px;
}
.sp-module-content-top h4.title {
	
	color: #1a1a1a;
	font-size: 28px;
}
.contact h2 {
	color: #1a1a1a;
}
.tp-home .burger-icon > span {
  background-color: #fff;
}
#sp-header.header-inner {
  margin-top:30px;
  height: auto;
}

#sp-header.header-inner .container-inner {
  background: #C8FBD6;
  padding: 20px 30px;
  border-radius: 30px 30px 0 0;
}
#sp-header.header-inner .btn.btn-brand-4-medium {
  background-color: #000;
  color: #fff;
}
#sp-header.header-inner .btn.btn-brand-4-medium:hover {
  background: #74E39A;
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
#sp-main-body .formResponsive input[type="text"], #sp-main-body .formResponsive textarea, #sp-main-body .formResponsive select, #sp-main-body .formResponsive input[type="tel"], #sp-main-body .formResponsive input[type="email"] {
  background-color: #424242;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding-bottom: 11px !important;
  padding-left: 28px !important;
  padding-right: 30px !important;
  padding-top: 10px !important;
  text-align: center;
  width: 100%;
}
#sp-main-body .formResponsive button[type="submit"] {
    padding: 26px 70px;
	background: #61FCAE;
	border: 4px solid #61FCAE;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	color: #000;
	box-shadow: none;
}
#sp-main-body .formResponsive button[type="submit"]:hover {
	background: #fff;
	color: #61FCAE;
}
#sp-main-body .formResponsive {
  margin: 0 0 18px;
  width: 100%;
  text-align: center;
}
#sp-main-body .formResponsive textarea {
  min-height: 180px;
}

#sp-features .sp-slider-outer-stage{
  background: #1a1a1a;
  border-radius: 50px;
  padding: 60px 200px;
  max-width: 1720px;
  margin: 0 auto;
}
#sp-features  .sp-slider .sp-item .sppb-sp-slider-image img {
  
  border-radius: 30px;
}
#sp-features .sp-slider-image-align-left {
  position: relative;
  border-radius: 30px;
  z-index: 2;
}
#sp-features .feature-shape1 {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 672px;
  height: 498px;
  background: #C8FBD6;
  border-radius: 50px;
  z-index: -1;
}
.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#sp-features .sp-slider-content-align-left {
  padding-left: 60px;
}
#sp-features .sec-text3 {
  font-size: 18px;
  color: #A2ABBA;
  border-bottom: 1px solid #5c6574;
  padding-bottom: 25px;
  padding-top: 25px;
}
.checklist  ul {
  list-style: none;
  padding: 0;
}
#sp-features .checklist li {
  color: #fff;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#sp-features .checklist li > i {
  font-size: 14px;
  color: #C8FBD6;
}
#sp-features .sp-slider-custom-dot-indecators {
  position: inherit;
  max-width: 1320px;
  margin: 0 auto;
  background: #f8f8f8;
  margin-bottom: 15px;
}
#sp-features  .sp-dot-indicator-wrap {
  background: #e0e0e0;
  height: 1px;
  margin-top: -25px;
  z-index: 1;
}
#sp-features  .sp-dot-indicator-wrap .dot-indicator {
  background: #C8FBD6;
  height: 1px;
}
#sp-features .sp-slider-dot-indecator-text.sp-dot-text-key-1 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: 50px;
  color: #000;
}
#sp-features li.active .sp-slider-dot-indecator-text.sp-dot-text-key-1 {
  color: #C8FBD6;
}
#sp-features .sp-slider-custom-dot-indecators ul li {
  margin: 0;
  width: 100%;
}
#sp-features .sp-slider-custom-dot-indecators ul {
  display: flex;
  width: 100% !important;
  gap: 0px;
}
.sp-slider-text-thumb-number {
  color: #000;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 500;
  background: #fff;
  position: relative;
  z-index: 99;
}
#sp-features li.active .sp-slider-text-thumb-number {
  color: #000;
  border: 1px solid #C8FBD6;
  background: #C8FBD6;
}
.sppb-section-title .sppb-title-heading {
  position: relative;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 0;
}
.sppb-section-title .sppb-title-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #61FCAE;
  opacity: 0.1;
  border-radius: 30px;
  
}
.sppb-title-subheading {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 600;
  color:#1f1f1f;
}
.sppb-title-subheading span {
  display: inline-block;
  position: relative;
  color: #000;
   border-radius: 30px;
  padding: 3px 20px;
  display: inline-block;
  background: #C8FBD6;
}
.box-style {
  padding: 80px 20px;
  border-radius: 50px;
  background-color: #F8F8F8;
  margin-bottom: 50px;
}
.box-style .th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #C8FBD6;
  color:#fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19.5px 40px;
  border-radius: 100px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.box-style .th-btn::before {
  position: absolute;
  content: "";
  background: #1f1f1f;
  width: 110%;
  min-height: 200px;
  z-index: -1;
  border-radius: 15%;
  top: 100%;
  left: 100%;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.box-style .th-btn:hover::before {
  top: -75px;
  left: -1px;
}
.box-text .sec-title {
  display: block;

}
.box-text ul {
  list-style: none;
}
.box-text  .style7 i {
  color: #000000;
}
.box-text  .style7 li a span {
  font-size: 18px !important ;
}
.sec-title {
  position: relative;
  font-size: 44px;
  line-height: 1.25;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 30px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 0;
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.sec-title.sec-title2 span {
  display: inline-block;
  position: relative;
  color: #C8FBD6;
}
.sec-title.sec-title2 span::after {
  content: "";
  height: 14px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='250' height='18' viewBox='0 0 135 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16C25 3 79 -7 133 16' stroke='%2361FCAE' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: left center;
  position: absolute;
  bottom: -7px;
  left: 0px;
  -webkit-animation: titleFill 3s linear infinite;
  animation: titleFill 3s linear infinite;
}
@-webkit-keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes titleFill {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.checklist.style7 li {

  font-size: 20px;
  font-weight: 500;
  color: #1A1A1A;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-title {
 position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #61FCAE;
  margin-bottom: 30px;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 0;
  z-index: 1;
}
.sub-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #61FCAE;
  opacity: 0.1;
  border-radius: 30px;
  z-index: -1;
}
.sp-module-content-top {
  padding-bottom: 40px;
}
.sp-module-content-top .wcf--title {
  color: #121212;
  font-size: 36px;
  font-weight: 700;
 
}
.sp-module-content-top .vc_column-text {
  color: #555;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}
.contact-information h2.wcf--title {
  color: #121212;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.22em;
}
.contact-information h3.wcf--title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}
.contact-information a.wcf-btn-underline , .contact-information a.wcf-btn-underline a{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  fill: #555;
  color: #555;
  padding: 0 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s;
  position: relative;
}
.contact-information  a.wcf-btn-underline::after {
  background-color: #555;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all .3s;
}
.contact-information .wcf-btn-underline:hover::after {
  width: 0%;
}
.contact-left .btn-primary {
  margin-top: 40px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  height: 65px;
  padding: 0 40px 0 40px;
  margin: 0 0 0 0;
  border-radius: 0 30px 0 30px;
  gap: 5px;
  color: #FFF;
  fill: #FFF;
  background-color: #121212;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #121212;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.contact-left .btn-primary::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #1c1d20;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all .75s;
  opacity: .5;
  z-index: -1;
  background-color: #FFF;
}
.contact-left .btn-primary:hover::after {
  height: 400%;
  opacity: 1;
  background-color: #FFF;
}
.contact-left .btn-primary:hover {
  color: #1c1d20;
}
#sp-features .sppb-section-title.left {
  background-color: #f8f8f8;
  padding: 40px;
  margin: 0 -15px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: none;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #393939;
  padding: 10px 5px;
}
.itemid-165.portfolio #sp-main-body .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: initial;
}
.itemid-165.portfolio #sp-main-body {
  background: #1a1a1a;
}
.portfolio.bt-cs .bt-row {
  padding:  0;
}
.portfolio.bt-cs .bt-inner {
  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item  {
  border: 1px solid #2c2c2c;
  padding: 55px 55px 55px 55px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #2C2C2C;
  position: relative;
  overflow: hidden;
}
 
.portfolio.bt-cs .xb-item--inner .icon-img {
  height: 100%;
  width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info{
  background-color: #121212;
  padding: 25px 25px 25px 25px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 99;
  transform: translate(60px,-50%);
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a{
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background: #121212;
 
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
  background: #C8FBD6;
  border-color: #C8FBD6;
  color: #000;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-info {
  opacity: 1;
  visibility: visible;
  transform: translate(0,-50%);
}
.portfolio.bt-cs .xb-item--inner img {
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
}
.portfolio.bt-cs .xb-item--inner:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
#sp-simpleportfolio .pagination > li > a, #sp-simpleportfolio .pagination > li > span {
	background:none;
}
.sp-simpleportfolio .pagination {
  justify-content: center;
}
#sp-simpleportfolio .pagination > .active > a:hover,#sp-simpleportfolio  .pagination > .active > a:focus, #sp-simpleportfolio .pagination > .active > span:hover, #sp-simpleportfolio .pagination > .active > span:focus , #sp-simpleportfolio .pagination > .active > span{
  border-color: #C8FBD6;
  background-color: #C8FBD6;
  color: #000;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: #C8FBD6;
  color: #000;
}

#sp-counter  .jmm-counter.default .jm-count {
  color: #000;
  font-size: 70px;
}
#sp-counter  .jmm-counter.default .jmm-subtitle {
  color: #000;
}
section#sp-counter {
  background: #C8FBD6;
  padding: 45px 0 ;
  margin-bottom: 50px;
  position: relative;

   color: #000;
}
#sp-counter .animated-number-position-left .sppb-addon-content {

  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a, .offcanvas-menu .offcanvas-inner .social-icons > li > a {
  opacity:1;
  font-size: 17px;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info {
  position: absolute;
  bottom: 40px;
}

.sppb-addon-content {
  font-size: 20px;
}
.image-column {
  position: relative;
  height: 100%;
}
.image-column .bg-shpe-1 {
  position: absolute;
  left:0;
  width: 288px;
  height: 495px;
  background: url(../images/shape-2.png) center no-repeat;
}
.logo-box {
  position: absolute;
  right: 95px;
  top: 140px;
  width: 110px;
  height: 110px;
  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;
  
  z-index: 2;
}
.image-column.box-right .bg-shpe-1 {
  right: 0;
  left: inherit;
}
.image-column.box-right .logo-box {
  left: 95px;
  right: initial;
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#sp-slideshow{
  padding: 120px 0 0;
  background-image: url("../images/pattern-bg.webp");
}
#sp-slideshow .text-uppercase {
  text-transform: uppercase ;
  position: relative;
  z-index: 9999;
}
#sp-slideshow span{
  color:#fff ;
  font-size: 14px;
  font-weight: bold;
}
.hero-style5 .links > div {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.hero-style5 .links > div:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background: #C8FBD6;
      z-index: -1;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; 
}
.hero-style5 .links > div:hover:after {
      width: 100%; 
}
.hero-style5 .links > div:hover a {
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4);
      -webkit-transform-origin: 0%;
      -ms-transform-origin: 0%;
      transform-origin: 0%; 
}

.hero-style5 .links a {
  font-size: 100px;
  line-height: .8;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #fff;
  display: inline-block;
   }
.hero-style5 .links a:hover  {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transform-origin: 0%;
  -ms-transform-origin: 0%;
  transform-origin: 0%;
}
.hero-style5 .caption h1 {
  font-size: 150px;
  text-transform: uppercase;
  letter-spacing: -2px; 
  color: #C8FBD6;
  font-weight: 700;
  text-align: center;
}
.hero-style5 .mt-80px {
  margin-top: 60px ;

}
.sp-simpleportfolio-created {
  display: none;
}
#sp-main-body .wow-web , #sp-main-body .shop-web , #sp-main-body .travel-web , #sp-main-body  .apps-web, #sp-main-body .mobile-apps 
, #sp-main-body .seo-web, #sp-main-body .wp-web, #sp-main-body .ai-agent, #sp-main-body .geo-web{
  padding: 0px ;
}
#sp-main-body {
  padding: 100px 0 0;
}
#sp-feature-inner .t3-module{
	overflow: inherit !important;
}

#sp-feature-inner h3.module-title  {
  margin-bottom: 40px;
  padding: 0 50px;
}
#sp-feature-inner .title-left {
	font-size: 24px;
  letter-spacing: 2px;
  color: #74E39A;
  margin: 0 0 25px;
  font-weight: 700;
  display: block;
}
#sp-feature-inner .title-right {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 25px;
  padding-right: 30px;
  font-weight: 700;
  color: #fff;
  font-size: 56px;
  display: block;
}
#sp-feature-inner .title-right::after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#sp-feature-inner  .bt-cs .bt-inner {
  padding: 0 20px;
}
#sp-feature-inner .bt-cs .owl-next{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 470px;
  position: absolute;
}
#sp-feature-inner .bt-cs .owl-prev{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 540px;
  position: absolute;
}


#sp-feature-inner .item-box {
  padding: 80px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  
}


#sp-feature-inner .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature-inner .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature-inner .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature-inner .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
#sp-feature-inner .item-box:hover  a.bt-title {
  color: #C8FBD6;
  background-size: 100% 1px;
}
#sp-feature-inner .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature-inner .item-box {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
    border-top-color: rgba(0, 0, 0, 0.12);
    border-right-color: rgba(0, 0, 0, 0.12);
    border-bottom-color: rgba(0, 0, 0, 0.12);
    border-left-color: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border-color: rgba(255, 255, 255, 0.12);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transform: scale(1);
 
}
#sp-feature-inner  .bt-cs .bt-row {
  padding: 18px 0;
}
#sp-feature-inner .item-box:hover {
 -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
#sp-feature-inner .item-box .icon-img {
  opacity: 0.5;
  width: 70px;
  margin-bottom: 40px;
}
#sp-feature-inner .item-box a.bt-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  display: inline-block;  
}
#sp-feature-inner .item-box:hover  a.bt-title {
  color: #C8FBD6;
}
#sp-feature-inner .item-box:hover .sub-title::before {
  background: #C8FBD6;
  opacity: 1;
}
#sp-feature-inner .item-box .bt-introtext {
  font-size: 17px;
  color: #c6c8c9;
  word-spacing: 0px;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 20px;
  display: inline-block;
}
#sp-feature-inner .item-box .rmore {
  margin-top: 30px;
  
}
#sp-feature-inner.item-box .sub-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
#sp-feature-inner .item-box:hover .sub-title {
  color: #000;
}
#sp-feature-inner .item-box .icon-img-20 {
  width: 20px;
  margin-left: 5px;
  display: initial;
}
@media (max-width: 767px) {
	.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	  background-color: #fff;
	}
	 #sp-header {
		height: auto;
	  }
	#sp-head-link {
	 display: none;
	}
	#sp-feature h3.module-title {
	  margin-bottom: 10px;
	  padding: 0 20px;
	}
	#sp-feature .title-right {
	  padding-right: 0;
	  font-size: 20px;
	}
	#sp-feature .bt-cs a.prev {
	  right: 80px;
	}
	#sp-feature .bt-cs a.next {
	  right: 20px;
	}
	#sp-intro {
	  padding: 10px;
	}
	.block-more-question {
	  padding: 20px; 
	  display: inherit;
	}
	#sp-projects .title-right {
	  font-size: 20px; 
	}
	.infolio-portfolio .links-text .cont .tag, .infolio-portfolio .links-text .cont h4 a.bt-title {
	  opacity: 1;
	  transition: all 0.5s;
	}
	.infolio-portfolio .links-text .cont .tag {
	  transform: inherit;
	}
	#sp-latest-news h3.module-title {
	  margin-bottom: 20px;
	  padding: 0 20px;
	}
	#sp-latest-news .title-right {
	  font-size: 20px;
	}
	.cs-widget-item {
	  padding: 20px;
	}
	#sp-panner-logo ul li {
	  width: 100%;
	  margin: 10px;
	}
	#sp-contact-bottom .infolio-heading a {
	  font-size: 28px;
	}
	#sp-contact-bottom i {
	  font-size: 28px;
	}
	#sp-footer, #sp-bottom {
	  text-align: center;
	}
	#sp-footer #sp-footer2 {
	  text-align: center;
	}
	.sp-page-title .sp-page-title-heading {
	  font-size: 25px;
	  padding: 20px 30px 40px;
	}
	#sp-main-body {
	  padding: 30px 0;
	}
	#sp-services h3.module-title {
	  margin-bottom: 20px;
	  padding: 0 20px;
	}
	#sp-services .title-right {
	  font-size: 20px;
	  
	}
	#sp-projects-inner {
	  padding: 30px 20px;
	}
	#sp-projects-inner .title-right {
	  font-size: 30px;
	}
	#sp-projects-inner .bt-cs a.prev {
	  right: 40px;
	}
	#sp-projects-inner .bt-cs a.next {
	  right: -20px;
	}
	#sp-projects-inner .bt-cs a.next, #sp-projects-inner .bt-cs a.prev {
	  top: -195px;
	}
	#sp-projects-inner .bt-cs .bt-inner {
	  padding: 0 20px;
	}
	#sp-pricing {
	  padding: 20px;
	}
	#sp-pricing .box {
	  padding: 20px;
	  display: inherit;
	}
	#sp-pricing .infolio-heading-text {
	  margin: 0;
	}
	#sp-pricing .infolio-icon-list .elementor-icon-list-items {
	  margin: 0;
	}
  .offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
    font-size: 17px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    opacity: 1;
    visibility: visible;
    transform: initial;
    position: initial;
	}
	.sp-simpleportfolio .sp-simpleportfolio-item {
		padding:15px;
	}
  #sp-feature .jtcs188.positiontop.owl-carousel .owl-nav {
  right: 30px;
    top: -50px;
}
#sp-feature .bt-cs .owl-prev {
  right: 70px;
}
#sp-feature .bt-cs .owl-next {
  right: 0px;
}
#sp-projects .jtcs189.positiontop.owl-carousel .owl-nav {
  width: auto;
  right: 30px;
}
#sp-projects  .bt-cs .owl-next{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 0px;
  position: absolute;
}
#sp-projects  .bt-cs .owl-prev{
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 100%;
  right: 70px;
  position: absolute;
}
#sp-feature .item-box .bt-introtext {
  font-size: 17px;
  opacity: 1;
  
}
.hero-style5 .caption h1 {
  font-size: 50px;
 
}
#sp-projects h3.module-title {
  font-size: 25px;
  margin-bottom: 30px;
}
#sp-projects .infolio-portfolio {
  margin-bottom: 0;
}
.presjek-web {
  min-height: 20vh !important;
 
}
section#sp-hero {
  height: 200px;
 
}
#sp-contact-bottom {
  text-align: center;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #C8FBD6;
}
.items-about p span {
  font-size: 28px !important;
}
}