/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #ffdb60;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    color: #000;
    background: #5e1a80d1;
}
#sp-top-bar a {
  	color: #000;
}
#sp-top-bar > .container {
    padding: 10px 0px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    background: #fff;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    color: #000;
}
.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 */
.sppb-btn,
.btn-primary,
#pricing a.button-pricing {
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 22px 40px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
#pricing a.button-pricing:hover,
#pricing a.button-pricing:focus,
#pricing a.button-pricing:active,
.sppb-btn-custom:hover, .sppb-btn-custom:focus, .sppb-btn-custom:active {
    color: #ffffff;
    background: #0e314c!important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-primary::after,
.btn-primary::before,
.sppb-btn::after, .sppb-btn::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #c679e3;
    z-index: -1;
}
.btn-primary::after,
.btn-primary::before,
#pricing a.button-pricing::after,
#pricing a.button-pricing::before {
     content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #c679e3;
    z-index: -1;
}
.btn-primary::after,
#pricing a.button-pricing::after,
.sppb-btn::after {
    left: 0;
    border-radius: 4px 0 0 4px;
}
.btn-primary::before,
#pricing a.button-pricing::before,
.sppb-btn::before {
    right: 0;
    border-radius: 0 4px 4px 0;
}
.btn-primary:hover::after,
.btn-primary:hover::before,
#pricing a.button-pricing:hover::after,
#pricing a.button-pricing:hover::before,
.sppb-btn:hover::after, .sppb-btn:hover::before {
    width: 50%;
}

/* Title */
.title h3 {
    color: #0e314c;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

/* Bar */
.title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #44ce6f;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.title .bar {
    height: 5px;
    left: 0;
    top: 30spx;
    display: block;
    float: left;
    width: 90px;
    background: #cdf1d8;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.bar {
    margin-left: 0;
    margin-right: 0;
}
.at-title h3 p {
    font-size: 16px;
    color: #6084a4;
    font-weight: normal;
    line-height: 1.9;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

/* Slider */
.slider-color span {
	color: #fff;
}
.slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Request */
#request {
  position: relative;
}
.request-sub {
    position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 50px 70px 30px 60px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 40px;
    border-radius: 5px;
}
#request .creativecontactform_field_name {
    color: #000000 !important;
    font-size: 15px !important;
}
.register-content h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.register-content p {
    margin-bottom: 30px;
    margin-top: 30px;   
    color: #6084a4;
    line-height: 1.9; 
}
.shape1 {
    color: #0e314c;
    position: absolute;
    top: 0%;
    z-index: -1;
    left: -300px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .4;
}
.shape2 {
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 15%;
}
.shape3 {
    position: absolute;
    left: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
}
.shape4 {
    position: absolute;
    right: -7%;
    bottom: 15%;
    opacity: 0.6;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.shape5 {
    position: absolute;
    left: 3%;
    top: 60%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: 0.7;
}
.shape6 {
    position: absolute;
    z-index: -1;
    top: 10%;
    opacity: 0.3;
    right: -10%;
}
.shape7 {
    position: absolute;
    left: 25%;
    top: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.shape8 {
    position: absolute;
    z-index: -1;
    top: 15%;
    right: 10%;
}

@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}

@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}

.rotateme {
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 20s;
animation-duration: 20s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

@keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}

@-webkit-keyframes rotate3d {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}

@keyframes rotate3d {
0% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
100% {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
}

@keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
transform: translate(0px, 0px) rotate(0deg);
}
}

@-webkit-keyframes animationFramesOne {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
}

/* Feature */
#feature {
    position: relative;
    top:-105px;
}
.feature-item {
    cursor: pointer;
    border: 1px dashed #cdf1d8;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
    box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-item i {
    display: inline-block;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-item h3 {
    font-size: 18px;
    color: #0e314c;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-item .sppb-icon .sppb-icon-container {
    border-radius: 50px;
}
.feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: linear-gradient(135deg, rgb(35, 189, 184) 0%, rgba(67, 231, 148, 0) 100%)!important;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-item .sppb-addon-text {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-item {
    border-color: rgba(247, 138, 203, 0.3);
}
.single-box.bg-c679e3 .icon {
    color: #c679e3;
    background: #edc3fc;
}
.feature-item:hover {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    border-color: transparent;
}
.feature-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.feature-item:hover i {
    background: #ffffff;
    color: #44ce6f;
}
.feature-item:hover h3, .feature-item:hover .sppb-addon-text {
    color: #ffffff;
}

/* Service */
.service-item {
    cursor: pointer;
    position: relative;
}
.service-item .sppb-icon .sppb-icon-container {
    float: left;
}
.service-item .sppb-media-body h3 {
    float: left;
    padding-left: 10px;
}
.service-item {
    position: relative;
    margin-top: 30px;
    z-index: 1;
    display: block;
    padding: 15px 12px;
    color: #6084a4;
    font-weight: 500;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.service-item::before {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(35, 189, 184) 0%, rgba(67, 231, 148, 0) 100%)!important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-item:hover {
    color: #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.service-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.service-item:hover h3,
.service-item:hover i {
    color: #ffffff!important;
}
.service-item .sppb-media {
    margin-top: 7px;
}
.service-right {
    position: relative;
}
.service-right .bg-image {
    top: -62px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

/* Design */
.design-item {
    cursor: pointer;
    position: relative;
}
.design-item .sppb-icon .sppb-icon-container {
    float: left;
}
.design-item .sppb-media-body h3 {
    float: left;
    padding-left: 10px;
}
.design-item {
    position: relative;
    margin-top: 30px;
    z-index: 1;
    display: block;
    padding: 15px 12px;
    color: #6084a4;
    font-weight: 500;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.design-item::before {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(35, 189, 184) 0%, rgba(67, 231, 148, 0) 100%)!important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.design-item:hover {
    color: #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.design-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.design-item:hover h3,
.design-item:hover i {
    color: #ffffff!important;
}
.design-item .sppb-media {
    margin-top: 7px;
}
.design-left {
    position: relative;
}
.design-left .bg-image {
    top: -62px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

/* Feature Life */
#feature-life .bar {
    text-align: center;
    float: inherit!important;
}
.feature-life-item .sppb-icon .sppb-icon-container {
    float: left;
    display: block;
}
.feature-life-item {
    cursor: pointer;
    position: relative;
    background: #ffffff;
    padding-left: 50px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-life-item .sppb-media-body {
    padding-left: 15px;
}
.feature-life-item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0e314c;
    margin-bottom: 15px;
}
.feature-life-item .sppb-addon-text {
    color:#6084a4;
    line-height: 1.9;
}
.feature-life-item i {
    font-size: 30px;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #cdf1d8;
    border-radius: 50%;
    color: #44ce6f;
    left: 20px;
    top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feature-life-item:hover i {
    color: #ffffff!important;
}
.feature-life-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.feature-life-item.icon1:hover i {
    background: #44ce6f;
    color: #ffffff!important;
}
.feature-life-item.icon2 i {
    color: #c679e3;
    background: #edc3fc;   
}
.feature-life-item.icon2:hover i {
    background:#c679e3!important;
} 
.feature-life-item.icon3 i {
    color: #eb6b3d;
    background: rgba(235, 107, 61, 0.3);  
}
.feature-life-item.icon3:hover i {
    background: #eb6b3d!important;
} 


/* Team */
.team-sub {
    cursor: pointer;
}
#team .bar {
    float: inherit!important;
}
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
    border-radius: 100%; 
}
.team-item .team-info {
    background: linear-gradient(135deg, rgb(35, 189, 184) 0%, rgba(67, 231, 148, 0) 100%)!important;
    padding: 10px 15px;
    border-radius: 75px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-item .team-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
}
.team-item .team-info span {
    color: #ffffff;
    font-size: 13px;
}
.team-sub:hover {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.team-item:hover .team-info {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}
.sppb-img-container {
    position: relative;
    z-index: 1;
    padding-left: 35px;
    padding-right: 35px;
}
.sppb-img-container img {
    border: 3px solid #cdf1d8;
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sppb-img-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #f9f6f6;
    height: 10px;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-item h6 {
    font-size: 15px;
    color: #929292;
    font-weight: 300;
    text-transform: capitalize;
}
.team-item .team-info h5 {
    font-size: 13px;
    color: #fff;
}
.team-item h4 {
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}
.team-item ul {
    padding:0;
    margin:0;
}
.team-item ul li {
    list-style: none;
    width: 32.33%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    z-index: 1;
}
.team-item ul li a {
    display: inline-block;
    width: 80%;
}
.team-item ul li em {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 99999;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #c679e3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li strong {
    display: none;
}
.team-item .sppb-img-container {
    position:relative;
}
.team-sub:hover .sppb-img-container::before {
    height: 0;
}
.team-sub {
    background: #ffffff;
    padding-top: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    text-align: center;
}
.team-item {
    padding: 20px;
}
.team-item p {
    color: #6084a4;
    line-height: 1.9;
}

/* Expectation */
#expectation .bar {
    float: inherit!important;
}
.expectation-item .count {
    color: #444;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 40px;
}
.expectation-item h4 {
    font-size: 18px;
    font-style: normal;
    color: #6084a4;
    line-height: 1.9;
}
.expectation-contact .contact-cta-box {
    margin: 80px auto 0;
    max-width: 600px;
    border: 1px dashed #ebebeb;
    padding: 30px 210px 30px 30px;
    border-radius: 5px;
    position: relative;
}
.expectation-contact .contact-cta-box h3 {
    font-size: 20px;
    margin-bottom: 6px;
}
.expectation-contact .contact-cta-box p {
    margin-bottom: 0;
}
.expectation-contact .contact-cta-box .button-ct {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -27px;
}
.expectation-contact .contact-cta-box .button-ct::before, 
.expectation-contact .contact-cta-box .button-ct::after {
    background: #44ce6f;
}
.expectation-contact .contact-cta-box .button-ct:hover, 
.expectation-contact .contact-cta-box .button-ct:focus {
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.contact-cta-box .button-ct .btn-primary, 
.contact-cta-box .button-ct .sppb-btn-primary {
    background: #c679e3;
}

/* Work */
#work .bar {
    float:inherit!important;
}

/* Pricing */
#pricing .bar {
    float:inherit!important;
    text-align:center!important;
}
.pricing-area {
    position: relative;
    z-index: 1;
}
.pricing-table {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding-bottom: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pricing-table .pricing-header {
    background: #ffffff;
    position: relative;
    padding: 30px 20px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    z-index: 1;
}
.pricing-table .pricing-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(135deg, rgb(35, 189, 184) 0%, rgba(67, 231, 148, 0) 100%)!important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.pricing-table .pricing-header h3 {
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0;
}
.pricing-table .price {
    margin-bottom: 30px;
    color: #44ce6f;
    font-size: 30px;
    font-weight: 600;
}
.pricing-table .price span {
    color: #44ce6f;
    font-size: 30px;
    font-weight: 600;
}
.pricing-table .price span sup {
    font-weight: 500;
}
.pricing-table .price span span {
    font-size: 14px;
    font-weight: 500;
}
.pricing-table .pricing-features ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
}
.pricing-table .pricing-features ul li {
    color: #CCDCEA;
    margin-bottom: 12px;
    text-decoration: line-through;
}
.pricing-table .pricing-features ul li:last-child {
    margin-bottom: 0;
}
.pricing-table .pricing-features ul li.active {
    color: #6084a4;
    text-decoration: none;
}
.pricing-table:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.pricing-table:hover .pricing-header::before {
    opacity: 1;
    visibility: visible;
}
.pricing-table:hover .pricing-header h3 {
    color: #ffffff;
}
.pricing-table.active-plan .pricing-header::before {
    opacity: 1;
    visibility: visible;
}
.pricing-table.active-plan .pricing-header h3 {
    color: #ffffff;
}
#pricing strong {
    font-size: 18px;
    font-weight: normal!important;
}
.pricing-table.active-plan .btn-primary {
    background: #c679e3;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.pricing-table.active-plan .btn-primary::after, .pricing-table.active-plan .btn-primary::before {
    background: #44ce6f;
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.single-pricing-table {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-pricing-table .pricing-header i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-pricing-table .pricing-header i::before {
    font-size: 45px;
}
.single-pricing-table .pricing-header h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 20px;
}
.single-pricing-table .price {
    margin-bottom: 20px;
}
.single-pricing-table .price span {
    color: #44ce6f;
    font-size: 30px;
    font-weight: 600;
}
.single-pricing-table .price span sup {
    font-weight: 500;
}
.single-pricing-table .price span span {
    font-size: 14px;
    font-weight: 500;
}
.single-pricing-table .pricing-features ul {
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}
.single-pricing-table .pricing-features ul li {
    color: #6084a4;
    margin-bottom: 12px;
}
.single-pricing-table .pricing-features ul li:last-child {
    margin-bottom: 0;
}
.single-pricing-table.active-plan .btn-primary {
    background: #c679e3;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.single-pricing-table.active-plan .btn-primary::after, .single-pricing-table.active-plan .btn-primary::before {
    background: #44ce6f;
    -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
    box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

/* Client */
#client .bar {
    float: inherit!important;
}

/* Testimonial */
.sppb-carousel-inner>.sppb-item {
    overflow: hidden;
}
#testimonial .bar {
    float: inherit!important;
}
h4.testimonial-job {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
  	color: #c679e3;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.testimonial-item img {
    border-radius: 50%;
    float: right;
    margin-top: 20px;
  	border: 2px solid;
}
.right-tes {
    width: 65%;
    float: left;
    padding-left: 30px;
}
.left-tes {
    float: left;
    width: 20%;
}

/* Talk */
#talk .bar {
    float: inherit!important;
}
#talk .title h3,
#talk .title h3 p {
    color:#ffffff;
}
#talk {
    text-align: center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 160px;
    background: linear-gradient(135deg, rgb(35, 189, 184) 0%, rgba(67, 231, 148, 0) 100%)!important;
}
#talk .talk-right a {
    color:#fff;
    font-size: 14px;
    text-decoration: underline;
}
#talk .talk-right {
    padding-top: 15px;
}
#talk .talk-content p {
    color:#ffffff;
    font-size: 18px;
    padding-top: 30px;
}
#talk .sppb-btn-custom {
    background: #c679e3!important;
    -webkit-box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
    box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
}
#talk .sppb-btn-custom::before, #talk .sppb-btn-custom::after {
    background: #44ce6f;
}

/* Partner */
.partner-item {
    padding-bottom: 30px;
}
.partner-item img {
    cursor: pointer;
    opacity: 0.4;
}
.partner-item img:hover {
    opacity: 1;
}
#partner .sppb-row-container {    
    background: #ffffff;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin-top: -90px;
}
.partner-sub {
    padding-top: 50px;
}

/* Blog */
#blog .bar {
    float: inherit!important;
}

/* Contact */
.contact-us ul {
  	padding-left: 0;
}
.contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #333;
}
.contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.contact-us ul li strong {
  	display: none;
}


/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.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%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color: #6084a4;
}
#sp-bottom .sp-module-content .latestnews>li>a>span {
  	color: #6084a4;
}

/* 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;
	}
  	.team .sppb-col-md-2, .pricing .sppb-col-md-4, .at-feature .sppb-col-md-3 {
    	margin-bottom: 30px;
	}
  	.expectation .sppb-col-md-3 {
    	margin: 20px 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.testimonial-item img {
        float: left;
        margin-bottom: 20px;
	}
  	.left-tes, .right-tes {
    	width: 100%;
      	padding-left: 0px;
	}
}

/* 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, 
#slider a.slider-btn-2:hover, .sppb-btn-custom, #talk, .contact-cta-box .button-ct .btn-primary, .title .bar::before,
.pricing-table .pricing-header::before, .team-item .team-info,  .design-item::before,  .service-item::before,
.feature-item::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,
#sp-bottom a, #sp-footer a, .blog h3, .pricing-table .price, .feature-item:hover i, .expectation-item .count, .feature-life-item.icon1 i,
#design .sppb-icon .sppb-icon-container {
  	color: var(--text-color) !important; 
}
.sppb-btn-custom, .testimonial-item img {
  	border-color: var(--text-color) !important;
}
