@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800,900');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/* GENERAL */

::-moz-selection {
  /* Code for Firefox */
  background-color: #f41863;
  color: #fff; }

::selection {
  background-color: #f41863;
  color: #fff; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300; }
  
body {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625em;
  position: relative; 
}

.form-control:focus,
.sppb-form-control:focus {
  box-shadow: none;
  outline: 0; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

select {
  display: block; }

figure {
  margin: 0; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

iframe {
  border: 0; }

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0; cursor: pointer; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

button:focus {
  outline: none; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.sppb-btn.active.focus,
.sppb-btn.active:focus,
.sppb-btn.focus,
.sppb-btn.focus:active,
.sppb-btn:active:focus,
.sppb-btn:focus {
  text-decoration: none;
  outline: 0; }

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i,
.sppb-btn i,
.sppb-btn-large i,
.sppb-btn-floating i,
.sppb-btn-large i,
.sppb-btn-flat i {
  font-size: 1em;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 16px; }

h6,
.h6 {
  font-size: 14px;
  color: #222222; }

td,
th {
  border-radius: 0px; }
  
.sppb-btn {cursor: pointer;}

/* */

/* HEADER */


#sp-header .logo {
	height: inherit;
}

#sp-logo, #sp-menu {
	display: table;
	margin: auto 0;
}

.logo-image {
	height: 100% !important;
}

#sp-header {
	height: inherit;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	box-shadow: none;
	padding: .5rem 1rem;
}

#sp-header.header-sticky {
	box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3) !important;
	z-index: 9999;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}

#sp-header .logo a {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 8px 24px;
	font-size: 13px;
	text-decoration: none;
	color: #222;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	line-height: 1.625em;
}

.sp-megamenu-parent > li:hover > a {
	color: #fff;
	background: #f41863;
	background: -webkit-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -moz-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -o-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -ms-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
	color: #fff;
	background: #f41863;
	background: -webkit-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -moz-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -o-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -ms-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

/* */

/* SECTION WAVES */

.home-banner {position: relative; margin-top: 90px !important;}

.home-banner:before {
	top: -90px;
	background-color: #f9f9ff;
}

.home-banner:before,
.home-banner:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 90px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
	min-height: 90px;
	-webkit-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
	-moz-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
	-o-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
	mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
}

.home-banner:after {
	bottom: -65px;
	background-color: #fff;
	z-index: 2;
}


.zigzag-upside-gray {
	background-color: #fafaff;
	background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	-webkit-background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	-moz-background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	-o-background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	min-height: 90px;
-webkit-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-moz-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-o-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
}

.zigzag-downside-gray  {
	background-color: #fbfbff;
	background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	-webkit-background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	-moz-background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	-o-background-image: linear-gradient(to bottom, #fff 0%, #fafaff 100%);
	position: relative;
	z-index: 2;
	min-height: 90px;
-webkit-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-moz-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-o-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
}

.hire-me {
	position: relative;
}

.hire-me:before {
    content: "";
    position: absolute;
    top: -93px;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: #fafaff;
    background: -webkit-linear-gradient(270deg, #f41863 0%, #fcc415 90%);
    background: -moz-linear-gradient(270deg, #f41863 0%, #fcc415 90%);
    background: -o-linear-gradient(270deg, #f41863 0%, #fcc415 90%);
    background: -ms-linear-gradient(270deg, #f41863 0%, #fcc415 90%);
    background: linear-gradient(270deg, #f41863 0%, #fcc415 90%);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	min-height: 90px;
-webkit-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-moz-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-o-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
}

.zigzag-downside {
	background-color: #fff;
	position: relative;
	z-index: 2;
	transform: rotate(180deg);
	top: -30px;
	min-height: 90px;
-webkit-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-moz-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
-o-mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
mask: url(/sciome/images/top-home-banner.svg) no-repeat center;
}

/* */

.wexp-angle {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wexp-angle2 {
    -webkit-transform: rotate(45deg) translate(188px, 150px);
    -moz-transform: rotate(45deg) translate(188px, 150px);
    -ms-transform: rotate(45deg) translate(188px, 150px);
    -o-transform: rotate(45deg) translate(188px, 150px);
    transform: rotate(45deg) translate(188px, 150px);
}

@media (max-width: 1200px) {
	.wexp-angle {
		-webkit-transform: rotate(0deg) !important;
		-moz-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		-o-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
	}
	.wexp-angle2 {
-webkit-transform: rotate(0deg) translateY(0) !important;
-moz-transform: rotate(0deg) translateY(0) !important;
-ms-transform: rotate(0deg) translateY(0) !important;
-o-transform: rotate(0deg) translateY(0) !important;
transform: rotate(0deg) translateY(0) !important;
}

.responsive-padding {
	padding: 35px 0px 30px !important;
}
}

/* */

/* FOOTER */

#sp-footer {
	font-size: inherit;
}

#sp-footer, #sp-bottom {
	background: inherit;
	color: inherit;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}

#sp-bottom .sp-module ul > li {
	display: block;
	margin-bottom: 0;
}

/* */

	
	
#sp-position2 {
	display: block;
	margin: 0;
	position: fixed !important;
	right: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-left: 20px;
	z-index: 20;
	padding-right: 20px;
	box-shadow: -5px 0px 10px rgba(174, 174, 174, 0.3);
	transition: all 300ms ease;
}


/* SHAPES */

.shape {
	position: absolute;
	z-index: 100;
	width: 100px;
	height: 100px;
}

.shape.shape1 {
	background: url(/sciome/images/banner/shape3-1.png) no-repeat;
	left: 79%;
	top: 81%;
}

.shape.shape2 {
	background: url(/sciome/images/banner/shape3-2.png) no-repeat;
	left: 4%;
	top: 67%;
}

.shape.shape3 {
	background: url(/sciome/images/banner/shape3-3.png) no-repeat;
	left: 5%;
	top: 14%;
}

.shape.shape4 {
	background: url(/sciome/images/banner/shape3-4.png) no-repeat;
	left: 49%;
	top: 25%;
}

.shape.shape5 {
	background: url(/sciome/images/banner/shape3-5.png) no-repeat;
	left: 58%;
	top: 77%;
}

.shape.shape6 {
	background: url(/sciome/images/banner/shape3-6.png) no-repeat;
	left: 64%;
	top: 14%;
}

 .shape.shape7 {
    background: url(/sciome/images/banner/shape3-7.png) no-repeat;
    left: 3%;
    top: 59%;
  }
  .shape.shape8 {
    background: url(/sciome/images/banner/shape3-8.png) no-repeat;
    left: 46%;
    top: 71%;
  }
  .shape.shape9 {
    background: url(/sciome/images/banner/shape3-9.png) no-repeat;
    left: 79%;
    top: 81%;
  }
  .shape.shape10 {
    background: url(/sciome/images/banner/shape3-10.png) no-repeat;
    left: 88%;
    top: 42%;
  }
  .shape.shape11 {
    background: url(/sciome/images/banner/shape3-11.png) no-repeat;
    left: 5%;
    top: 14%;
  }

/* */









































/* ANIMATIONS */

@-webkit-keyframes spin1 {
  0% {
    left: -15%;
    opacity: 1; }
  50% {
    left: -2%;
    opacity: 0.2; }
  100% {
    left: 12%;
    opacity: 1; } }
@-moz-keyframes spin1 {
  0% {
    left: -15%;
    opacity: 1; }
  50% {
    left: -2%;
    opacity: 0.2; }
  100% {
    left: 12%;
    opacity: 1; } }
@-o-keyframes spin1 {
  0% {
    left: -15%;
    opacity: 1; }
  50% {
    left: -2%;
    opacity: 0.2; }
  100% {
    left: 12%;
    opacity: 1; } }
@keyframes spin1 {
  0% {
    left: -15%;
    opacity: 1; }
  50% {
    left: -2%;
    opacity: 0.2; }
  100% {
    left: 12%;
    opacity: 1; } }
	
@keyframes spin3 {
  from {
    opacity: 0.2; }
  to {
    opacity: 1; } }

@-webkit-keyframes spin4 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spin4 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spin4 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin4 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spin5 {
  0% {
    left: 67%;
    opacity: 0.2; }
  50% {
    left: 67%;
    opacity: 0.2; }
  100% {
    left: 85%;
    opacity: 1; } }
@-moz-keyframes spin5 {
  0% {
    left: 67%;
    opacity: 0.2; }
  50% {
    left: 67%;
    opacity: 0.2; }
  100% {
    left: 85%;
    opacity: 1; } }
@-o-keyframes spin5 {
  0% {
    left: 67%;
    opacity: 0.2; }
  50% {
    left: 67%;
    opacity: 0.2; }
  100% {
    left: 85%;
    opacity: 1; } }
@keyframes spin5 {
  0% {
    left: 67%;
    opacity: 0.2; }
  50% {
    left: 67%;
    opacity: 0.2; }
  100% {
    left: 85%;
    opacity: 1; } }
@-webkit-keyframes spin6 {
  0% {
    -webkit-transform: rotate(0deg) translateY(-226px);
    -moz-transform: rotate(0deg) translateY(-226px);
    -ms-transform: rotate(0deg) translateY(-226px);
    -o-transform: rotate(0deg) translateY(-226px);
    transform: rotate(0deg) translateY(-226px); }
  100% {
    -webkit-transform: rotate(360deg) translateY(-226px);
    -moz-transform: rotate(360deg) translateY(-226px);
    -ms-transform: rotate(360deg) translateY(-226px);
    -o-transform: rotate(360deg) translateY(-226px);
    transform: rotate(360deg) translateY(-226px); } }
@-moz-keyframes spin6 {
  0% {
    -webkit-transform: rotate(0deg) translateY(-226px);
    -moz-transform: rotate(0deg) translateY(-226px);
    -ms-transform: rotate(0deg) translateY(-226px);
    -o-transform: rotate(0deg) translateY(-226px);
    transform: rotate(0deg) translateY(-226px); }
  100% {
    -webkit-transform: rotate(360deg) translateY(-226px);
    -moz-transform: rotate(360deg) translateY(-226px);
    -ms-transform: rotate(360deg) translateY(-226px);
    -o-transform: rotate(360deg) translateY(-226px);
    transform: rotate(360deg) translateY(-226px); } }
@-o-keyframes spin6 {
  0% {
    -webkit-transform: rotate(0deg) translateY(-226px);
    -moz-transform: rotate(0deg) translateY(-226px);
    -ms-transform: rotate(0deg) translateY(-226px);
    -o-transform: rotate(0deg) translateY(-226px);
    transform: rotate(0deg) translateY(-226px); }
  100% {
    -webkit-transform: rotate(360deg) translateY(-226px);
    -moz-transform: rotate(360deg) translateY(-226px);
    -ms-transform: rotate(360deg) translateY(-226px);
    -o-transform: rotate(360deg) translateY(-226px);
    transform: rotate(360deg) translateY(-226px); } }
@keyframes spin6 {
  0% {
    -webkit-transform: rotate(0deg) translateY(-226px);
    -moz-transform: rotate(0deg) translateY(-226px);
    -ms-transform: rotate(0deg) translateY(-226px);
    -o-transform: rotate(0deg) translateY(-226px);
    transform: rotate(0deg) translateY(-226px); }
  100% {
    -webkit-transform: rotate(360deg) translateY(-226px);
    -moz-transform: rotate(360deg) translateY(-226px);
    -ms-transform: rotate(360deg) translateY(-226px);
    -o-transform: rotate(360deg) translateY(-226px);
    transform: rotate(360deg) translateY(-226px); } 
}	
	
	
	
	
/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 100%;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 100%;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 100%;}
}

	
.layout-boxed .body-innerwrapper {
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0;
	padding: 50px;
}

@media (max-width: 1200px) {
.layout-boxed .body-innerwrapper {
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0;
	padding: 0;
}	
}


#sp-slider-top {
	background: #f9f9ff;
}

#sp-slider-top .banner_inner {
	width: 100%;
}

.banner_inner .col-lg-6 {
    vertical-align: middle;
    align-self: center;
}

.banner_inner .banner_content {
    text-align: left;
}

.banner_inner .banner_content h2 {
    font-size: 72px;
    line-height: 75px;
    font-weight: 900;
}

#sp-slider-top .mb-25 {
	margin-bottom: 25px;
}

.banner_inner .banner_content p {
    max-width: 470px;
}

#sp-slider-top .mb-40 {
	margin-bottom: 40px;
}

.banner_inner .banner_content .genric-btn {
	color: #fff;
	position: relative;
	display: inline-block;
	z-index: 1;
	max-width: 100%;
	padding: 9px 48px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	border-radius: 50px;
    box-shadow: -14px 14px 21px #dddddd;
	background: #f41863;
	background: -webkit-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -moz-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -o-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -ms-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
}

.banner_inner .banner_content .genric-btn:hover {
	box-shadow: none;
}

/* BLOG DEFAULTS */

#sp-main-body {
	padding: 150px 0px;
}

.article-list .article {
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: .25rem;
	border: 0;
	box-shadow: -15px 15px 30px rgba(176, 176, 176, 0.1);
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	width: 100%;
}

.article-body {
	padding: 40px 28px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #222222;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover {
	color: #f41863;
}

.article-list .article .readmore a {
	color: #222222;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 40px;
	display: block;
}

.article-list .article .readmore a:hover {
	background: #f41863;
	background: -webkit-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -moz-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -o-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: -ms-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* SINGLE ARTICLE */

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 2rem;
	width: 100%;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 4px;
	width: 100%;
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
	max-width: 640px;
}

.article-details .mb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: -15px 15px 30px rgba(176, 176, 176, 0.1);
	padding: 20px 30px;
}

.article-info > span {
	font-size: inherit;
}

blockquote p {
    border-left: 3px solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fcc415), to(#f41863)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #fcc415, #f41863) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #fcc415, #f41863) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #fcc415, #f41863) 1 100%;
    border-image: linear-gradient(to top, #fcc415, #f41863) 1 100%;
    background: #f9f9ff;
    padding: 20px;
    margin-bottom: 0px;
}

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 30px;
	border: 0px solid #f3f3f3;
	padding: 30px;
	border-radius: 0;
	box-shadow: -15px 15px 30px rgba(176, 176, 176, 0.1);
}

#sp-right .form-control, #sp-left .form-control {
	display: block;
	background-color: #f9f9ff;
	border-radius: 0;
	font-size: 14px;
	line-height: 29px;
	border: 0px;
	width: 100%;
	font-weight: 300;
	color: #222222;
	padding-left: 20px;
	z-index: 0;
	background: #f9f9ff;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	padding-bottom: 0;
	border-bottom: 0px solid #f3f3f3;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	border-bottom: 0px solid #f3f3f3;
	background: #f9f9ff;
	padding: 10px 20px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

#sp-left .sp-module ul > li:hover, #sp-right .sp-module ul > li:hover {
	background: #222222;
}

#sp-left .sp-module ul > li:hover > a, #sp-right .sp-module ul > li:hover > a {
    color: #fff;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	display: inline-block;
	border: 1px solid #eee;
	background: #fff;
	padding: 0px 13px;
	margin-bottom: 8px;
	transition: all 0.3s ease 0s;
	color: #222222;
	font-size: 12px;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}

#sp-left .sp-module .tagspopular ul > li:hover, #sp-right .sp-module .tagspopular ul > li:hover {
	background: #f41863;
	color: #fff;
}

#sp-left .sp-module .tagspopular ul > li:hover > a, #sp-right .sp-module .tagspopular ul > li:hover a {
	color: #fff;
}

/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {display: none !important;}
.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}


	