/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 0;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* 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: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/** Button */
.tp-caption a.btn-slider {
     display: inline-block;
     padding:10px 50px;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
 }
 .tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.sppb-btn-custom:focus,
.sppb-btn-custom:active,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
} 
.tp-caption a.btn-slider {
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
}

/* Title */
.title h6 {
    font-size: 14px;
    line-height: 24px;
    color: #f97534;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title h3 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}
.title h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 20px;
    width: 50px;
    height: 1px;
    background-color: #f97534;
}
.title h3:after {
    position: absolute;
    content: '';
    right: -61px;
    top: 25px;
    width: 50px;
    height: 1px;
    background-color: #f97534;
}
.title p {
   line-height: 12px;
}

/* Slider */
.slider .slider-title h1 {
  position: relative;
}
.slider .slider-title h1:before {
    position: absolute;
    content: '';
    left: 4px;
    bottom: 0px;
    width: 70px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #f97534;
}
a.slider-btn {
  	color: #fff !important;
  	font-size: 16px !important;
  	font-weight: 500 !important;
  	letter-spacing: 1px !important;
  	padding: 15px 35px !important;
  	border-radius: 30px !important;
  	border: none !important;
  	display: inline-block;
  	cursor: pointer;
  	text-transform: capitalize !important;
  	-moz-transition: ease all 0.55s;
  	-o-transition: ease all 0.55s;
  	-webkit-transition: ease all 0.55s;
  	transition: ease all 0.55s;
  	line-height: 50px;
  	position: relative;
}
a.slider-btn.left {
    margin-right: 40px;
}
a.slider-btn:hover {
    background: #161a33 !important;
}

/* Featurre */
.feature {
    position: relative;
    padding: 45px 0px 15px;
    border-bottom: 4px solid #161a33;
}
.feature-item {
    cursor: pointer;
}
.feature-item .sppb-img-container {
    float: left;
}
.feature-item h4 {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

/* About */
.about-item h2 {
    position: relative;
    color: #222222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
}
.about-item p {
    color: #7e8597;
    font-size: 15px;
    line-height: 1.9em;
    margin-top: 35px;
    margin-bottom: 35px;
}
.about-item h2 span:before {
    position: absolute;
    content: '';
    left: -14px;
    top: 12px;
    border-top: 10px solid transparent;
    border-right: 15px solid #f97534;
    border-bottom: 10px solid transparent;
}
.about-item h2 span {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0px 15px;
    line-height: 1.9em;
    margin-left: 20px;
    display: inline-block;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
}
.about-sub-right {
    position: relative;
}
.about-sub-right strong {
    display: none;
}
.video {
    width: 150px;
    height: auto;
}
.about-content {
    position: absolute;
    bottom: 177px;
    margin-left: 178px;
}
.about-content h5 {
    color: #222222;
    font-weight: 700;
}
.about-more-sub {
    position: relative;
    margin-top: 30px;
}
.more-about {
    float: right;
}
.more-about:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 23px;
    height: 1px;
    width: 66%;
    background-color: #e2e8f0;
}
.more-about a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.more-about a i {
    margin-left: 6px;
}
.about .at-about-item ul li{
  	list-style: none;
}
.about-item ul {
    list-style: none;
    padding: 0;
}
.about-item .fa-check:before {
    padding-right: 10px;
}

/* 1 */
.pattern-layouts {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.pattern-layouts .pattern-1 {
    position: absolute;
    content: '';
    left: -70px;
    top: -125px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-1.png) no-repeat;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
.pattern-layouts .pattern-1{
    animation-name: rotateme; 
    animation-duration: 24s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: rotateme; 
    -webkit-animation-duration: 24s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: rotateme; 
    -moz-animation-duration: 24s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: rotateme; 
    -ms-animation-duration: 24s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: rotateme; 
    -o-animation-duration: 24s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* 3 */
 .pattern-layouts .pattern-3 {
    position: absolute;
    content: '';
    left: 0px;
    top: 100px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-3.png) no-repeat;
}
.pattern-layouts .pattern-3 {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/**** 2 *****/
.pattern-layouts .pattern-2 {
    position: absolute;
    content: '';
    right: -120px;
    top: 45px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-2.png) no-repeat;
}
 .pattern-layouts .pattern-2 {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

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

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

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

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* Industrie */
.industrie-item {
    left: 0px;
    top: 0px;
    padding: 30px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    background-color: #232a46;
}
.industrie-sub {
    position: relative;
    display: block;
}
.industrie-sub  p {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    background-color: #232a46;
}
.industrie-sub:hover p {
    color: #ffffff;
    opacity: 1;
    display: block;
    position: absolute;
    left: 0px;
    top: 72px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 25px;
}
.industrie-item h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.industrie-bottom {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 2px solid #232a46;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.industrie-sub a.sppb-btn-custom:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    display: block;
    z-index: -1;
    background-color: #f97534;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.industrie-sub:hover a.sppb-btn-custom:before {
  height:100%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.industrie-sub a.sppb-btn-custom {
    padding: 18px 0px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* buttton industrie */
#industrie a.sppb-btn-custom {
    margin-left: 0px;
}
#industrie a.sppb-btn-custom:hover {
   color:#fff!important;
}
.button-industrie a.sppb-btn-custom {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff!important;
    padding: 12px 50px;
    font-weight: 700;
    overflow:hidden;
    border-radius: 50px;
    letter-spacing:1px;
    background:none;
    text-transform: capitalize;
    border:2px solid rgba(255,255,255,0.10);
}
.button-industrie a.sppb-btn-custom:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.button-industrie a.sppb-btn-custom i {
    position:relative;
    font-style:normal;
}
#industrie .button-industrie a.sppb-btn-custom:hover {
    color:#ffffff!important;
    border-color:#f97534;
}
#industrie .button-industrie a.sppb-btn-custom:hover i {
    float: right;
    margin-left: 10px;
    padding-top: 10px;
}
.button-industrie a.sppb-btn-custom:hover::before{
    opacity: 1;
    color:#ffffff!important;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #f97534;
}

/* Service */
.service h3 {
    color: #000!important;
}
.service-item .sppb-img-container {
    position: relative;
    width: 100%;
}
#service a.sppb-btn-custom {
    margin-left: 0px;
}
#service .title h3:after {
    display: none!important;
}
.service-item .sppb-img-container:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(22,26,51,0.90);
}
.service-item:hover .sppb-img-container:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.service-item .sppb-img-container:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(22,26,51,0.90);
}
.service-item:hover .sppb-img-container:after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.service-item h3 {
    position: absolute;
    left: 30px;
    bottom: 157px;
    right: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding: 23px 15px;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-item h3.sppb-addon-title {
    position:absolute;
    left:30px;
    right:30px;
    color:#222222;
    font-weight:700;
    text-align:center;
    font-size:20px;
    padding:23px 15px;
    z-index:1;
    background-color:#ffffff;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.service-item:hover h3.sppb-addon-title {
    color:#ffffff!important;
}
.service-item h3.sppb-addon-title:before {
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:0%;
    height:100%;
    display:block;
    z-index:-1;
    background-color:#f97534;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.service-item:hover h3.sppb-addon-title:before{
    width:100%;
    color: #ffffff!important;
}
.service-item  p {
    margin-top: 60px;
}
.service-item img {
    width: 100%;
}

/* buttton service */
#service a.sppb-btn-custom {
    margin-left: 0px;
}
#service .button-service a.sppb-btn-custom {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff!important;
    padding: 7px 28px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background: none;
    text-transform: capitalize;
    border: 2px solid rgba(101, 100, 100, 0.1);
}
.button-service a.sppb-btn-custom:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.button-service a.sppb-btn-custom i {
    position:relative;
    font-style:normal;
}
#service .button-service a.sppb-btn-custom {
    color: #222222!important;
}
#service .button-service a.sppb-btn-custom:hover {
    color:#ffffff!important;
    border-color:#f97534;
}
#service .button-service a.sppb-btn-custom:hover i {
    float: right;
    margin-left: 10px;
    padding-top: 10px;
}
.button-service a.sppb-btn-custom:hover:before{
    opacity: 1;
    color:#ffffff!important;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #f97534;
}
#service .button-service {
    margin-top: 36px;
}

/* Portfolio */
#portfolio h3 {
    color:#000;
}
#testimonial .title h3:after {
    display: none!important;
}

/* Testimonial */
.testimonial {
	position: relative;
	z-index: 1;
}
#testimonial h3 {
    color:#000;
}
.testimonial-left .inner-box,
.testimonial-right .inner-box {
    position: relative;
    padding: 30px 35px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
.testimonial-left .inner-box:before,
.testimonial-right .inner-box:before  {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    border: 1px solid #e2e8f0;
}

/* Blog */
#blog .title h3:after {
    display: none!important;
}


/* buttton blog */
#blog a.sppb-btn-custom {
    margin-left: 0px;
}
#blog .button-blog a.sppb-btn-custom {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff!important;
    padding: 7px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background: none;
    text-transform: capitalize;
    border: 2px solid rgba(101, 100, 100, 0.1);
}
.button-blog a.sppb-btn-custom:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.button-blog a.sppb-btn-custom i {
    position:relative;
    font-style:normal;
}
#blog .button-blog a.sppb-btn-custom {
    color: #222222!important;
}
#blog .button-blog a.sppb-btn-custom:hover {
    color:#ffffff!important;
    border-color:#f97534;
}
#blog .button-blog a.sppb-btn-custom:hover i {
    float: right;
    margin-left: 10px;
    padding-top: 10px;
}
.button-blog a.sppb-btn-custom:hover:before{
    opacity: 1;
    color:#ffffff!important;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #f97534;
}
#blog .button-blog {
    margin-top: 40px;
}

/* Contact */
.contact-us ul {
  	padding-left: 0;
}
.contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 120px !important;
}
.contact-us ul li strong {
  	display: none;
}

/* Expert-item */
.at-expert-item .sppb-icon-container,
.expert-item-right .sppb-icon-container {
    float: left;
    padding-top: 10px;
 }
.expert-item {
    border-right: 1px solid rgba(181, 181, 181, 0.15);
}

/* Newsletter */
#newsletter {
    position: relative; 
    bottom: -60px;
    z-index: 99999999!important;
}
#newsletter .sppb-row {  
    padding: 35px 60px 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10)
}

/* Client */
.client-item img  {
    filter: gray;
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease; 
}
.client-item:hover img {
    opacity:1; 
     -webkit-filter: none;
    filter: none;
}

/* Blog */
#blog h3,
#blog p {
    color: #000;
}
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    padding: 20px 20px 10px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom1 p {
    line-height: 30px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 24px;
    font-weight: 500;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	div#sp-logo {
    	width: 90%;
	}
  	div#sp-menu {
    	width: 10%;
    	margin-top: -10px;
	}
  	a.slider-btn.left {
    	margin-bottom: 20px;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.about-item h2 span, #blog .button-blog:hover a.sppb-btn-custom, a.slider-btn, .slider .slider-title h1:before {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.expert-item .sppb-icon-container i, .expert-item-right .sppb-icon-container i {
  	color: var(--text-color) !important; 
}
