@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');

/* GENERAL */

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	width: 100%;
	color: #777;
}

a,
button {
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}
input {
	background: transparent;
	border-bottom: 1px solid #707070;
	height: 36px;
	padding-left: 10px;
	font-size: 14px;
	color: #aaaaaa;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	border-width: 0 0 1px;
}
textarea {
	resize: vertical;
	background: transparent;
	border-bottom: 1px solid #707070;
	padding: 10px;
	color: #aaaaaa;
	width: 100%;
	font-size: 14px;
	border-width: 0 0 1px;
	resize: none;
	height: 120px;
}
textarea:focus {
	background: transparent;
	border-bottom: 1px solid #fff;
	outline: none;
}
input:focus {box-shadow: none !important;}
a:focus,
a:hover {
	text-decoration: none;
}
a,
button,
input {
	outline: medium none;
	color: #434343;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #434343;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

ul {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 15px;
}
ul li {
	list-style: none;
}
hr {
	margin: 60px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}
label {
	font-size: 15px;
	font-weight: 400;
	color: #626262;
}
*::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}

.sppb-btn,
.sppb-btn:hover {
font-size: 16px;
font-weight: 500;
padding: 20px 45px;
line-height: 1;
display: inline-block;
text-align: center;
color: #ffffff !important;
border: none;
background-color: #6227bb;
border-radius: 30px;
position: relative;
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
border-color: #6227bb;
cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	overflow: hidden;
}

.sppb-btn:hover {color: #6227bb !important;}

.sppb-btn:before {
	background: #fff;
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.sppb-btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

blockquote {
	background: #303030;
	padding: 60px 130px;
	padding-left: 160px;
	color: #eaeaea;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	padding-top: 90px;
	line-height: 1.5;
}

/* */

/* HEADER */

#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
}

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}

#sp-header .logo {
	height: inherit;
	display: inline-block;
	padding: 25px 0px;
    display: flex;
    justify-content: flex-start; /* Aligns the logo to the left */
      /* Optionally, you might need to add: */
    width: 90%; /* Or a specific width */
}

#sp-header .logo img {
	height: inherit;
	max-width: 250px;
}

#sp-logo {
	margin: auto;
}

#sp-menu {margin: auto;}

.sp-megamenu-parent {
	padding:  0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sp-megamenu-parent > li:hover > a {
	background-color: #6227bb;
	color: #fff;
	padding-top: 32px;
	padding-bottom: 32px;
}

.sp-megamenu-parent > li.active > a {
	color: #6227bb;
}

.sp-megamenu-parent > li.active:hover > a {
	background-color: #6227bb;
	color: #fff;
	padding-top: 32px;
	padding-bottom: 32px;
}

/* */

/* 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-footer a, #sp-bottom a {
	color: rgba(255,255,255,0.9);
}

/* */


.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* PAGE TITLE */

.sp-page-title {
	padding: 140px 0;
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	background-position: 40% 60%;
}

.sp-page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.sp-page-title .container {
	display: table-cell;
	vertical-align: middle;
}

.sp-page-title .sp-page-title-heading {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	color: #fff;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
}

/* BLOG SINGLE */

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}


.article-details .article-info {
	margin-bottom: 20px;
	padding-top: 0;
}


.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 28px;
	color: #252525;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px;
}

.article-info > span {
	display: inline-block;
	color: inherit;
	font-size: 13px;
	line-height: 2;
	margin-right: 5px;
}

.article-info > span a {
	color: #6227bb;
}

.article-info > span a:hover {
	color: #252525;
}

.content-box .text p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-box .author {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 2px;
    margin-top: 35px;
	overflow: hidden;
}

.content-box .author img {
    position: absolute;
}

.content-box .author-comment {
    margin-left: 340px;
    padding-left: 30px;
}

.author-comment .quote {
    font-size: 25px;
    color: #eee;
    margin-bottom: 7px;
    position: relative;
    top: -5px;
}

.author-comment .quote:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
content: "\f10d";
    font-size: 25px;
}

.author-comment h5 {
    font-weight: 700;
    margin: 16px 0 5px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.author-comment p.a-title {
    color: #6227bb;
    font-size: 16px;
}

.com-content #sp-main-body {
	padding: 120px 0;
}

/* */

/* SIMPLE PORTFOLIO GENERAL */

/* PORTFOLIO DEFAULTS */

.featherlight {
  top: 11%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-img {
	display: block;
	width: 100%;
	height: auto;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: none;
	margin-top: 40px;
}

.sp-simpleportfolio .sp-simpleportfolio-description .clearfix {height: 1px;}

.sp-simpleportfolio .sp-simpleportfolio-description ul {
	width: 100%;
	padding: 40px;
	border: 1px solid #f1f1f1;
	margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li {
	padding: 0 0 10px 0;
	margin: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-description ul li strong {
	color: #252525;
	display: inline-block;
	font-weight: 700;
	width: 150px;
}

.sp-simpleportfolio .sp-simpleportfolio-description h4 {
	font-weight: 700;
	margin-bottom: 20px;
}

.port-project-info a:hover {color: #6227bb;}






/* 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; 
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}




