@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,300i,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:200,500,600&display=swap");

/* GENERAL */

::-moz-selection {
	background-color: #dd4454;
	color: #fff;
}

::selection {
	background-color: #dd4454;
	color: #fff;
}

::-moz-selection {
	background-color: #dd4454;
	color: #fff;
}

body {
	counter-reset: special-heading;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Work Sans", sans-serif;
	-webkit-font-feature-settings: "lnum" 1;
	font-feature-settings: "lnum" 1;
	font-variant-numeric: lining-nums;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	margin-top: 0.65em;
	word-break: break-word;
	color: #09445a;
}

h1 {
	font-size: 45px;
	margin-bottom: 0.7em;
	margin-top: 1.2em;
}

h2 {
	font-size: 40px;
	margin-bottom: 0.7em;
	margin-top: 1.2em;
}

h3 {
	font-size: 35px;
	margin-bottom: 0.8em;
	margin-top: 1.3em;
}

h4 {
	font-size: 30px;
	margin-bottom: 0.9em;
	margin-top: 1.6em;
}

h5 {
	font-size: 25px;
	margin-bottom: 1.2em;
	margin-top: 1.6em;
}

h6 {
	font-size: 20px;
	margin-bottom: 1.5em;
	margin-top: 2.5em;
}

@media (max-width: 991px) {
	h1 {
		font-size: 2.8rem;
	}

	h2 {
		font-size: 2.6rem;
	}

	h3 {
		font-size: 2.1rem;
	}

	h4 {
		font-size: 1.8rem;
	}

	h5 {
		font-size: 1.6rem;
	}

	h6 {
		font-size: 1.4rem;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 2.1rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.8rem;
	}

	h4 {
		font-size: 1.6rem;
	}

	h5 {
		font-size: 1.3rem;
	}

	h6 {
		font-size: 1.2rem;
	}
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	list-style-position: inside;
}

ul li,
ol li {
	padding: 10px 0 10px 0;
	list-style: none;
}

ul li > ul,
ul li > ol,
ol li > ul,
ol li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	margin-top: 10px;
}

ol.list2 {
	counter-reset: li;
	list-style: none inside none;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 0;
}

ul.list-styled {
    color: #999;
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

ul.list-styled li {
    color: #09445a;
    font-weight: 500;
    padding: 4px 0 4px 30px;
    position: relative;
}

ul.list-styled li::before {
    color: #dd4454;
    content: "\f00c";
    display: inline-block;
    font-family: "fontawesome", sans-serif;
    font-size: 12px;
    font-weight: 900;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 12px;
}

ol.list2 li {
	color: #09445a;
	padding: 5px 0 5px 30px;
	position: relative;
}

ol.list2 li::before {
	color: #dd4454;
	content: counter(li) ".";
	counter-increment: li;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

p:last-child:after {
	clear: both;
	content: "";
	display: block;
}

img,
figure {
	height: auto;
	max-width: 100%;
}

figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 10px 0 7px;
}

figcaption p {
	margin-bottom: 0;
}

b,
strong {
	color: #042b3d;
	font-weight: 700;
}

label {
	color: #09445a;
}

a {
	color: #09445a;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: all 0.15s linear 0s;
}

blockquote {
	background: #e6ecef;
	margin: 60px 0;
	padding: 60px 13.5%;
}

@media (max-width: 768px) {
	blockquote {
		padding: 40px 13.5% 40px 18.5%;
	}
}

@media (max-width: 400px) {
	blockquote {
		padding: 40px 13.5% 40px 23.5%;
	}
}

blockquote p {
	font-style: italic;
	position: relative;
}

blockquote cite {
	color: #09445a;
	font-style: normal;
	font-weight: 500;
}

blockquote p:before {
	background: #09445a;
	content: "";
	display: inline-block;
	height: 72px;
	left: -105px;
	-webkit-mask: url("../img/quote.png") no-repeat center/contain;
	position: absolute;
	top: 13px;
	width: 72px;
}

@media (max-width: 991px) {
	blockquote p:before {
		height: 50px;
		left: -70px;
		width: 50px;
	}
}

@media (max-width: 575px) {
	blockquote p:before {
		height: 36px;
		left: -50px;
		width: 36px;
	}
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a > img {
	transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
	opacity: 0.7;
}

hr {
	border-color: #f2f5f7;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

iframe {
	border: none;
	max-width: 100%;
}

table {
	margin: 10px 0;
	max-width: 100%;
	width: 100%;
}

table td,
table th {
	border: 1px solid #f2f5f7;
	line-height: 1.42857143;
	padding: 20px 13px;
	text-align: left;
	vertical-align: middle;
}

table th {
	color: #09445a;
	font-weight: normal;
	padding: 13px 13px;
	vertical-align: middle;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	background-color: rgba(150, 150, 150, 0.05);
	line-height: 1.5;
	padding: 0.5em 1em;
}

ul,
ol {
	padding-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.sppb-ajaxt-contact-form .form-control,
.sppb-form-control {
	border: 2px solid #f2f5f7;
	box-shadow: none;
	color: #999;
	font-size: 16px;
	font-weight: 300;
	height: auto !important;
	line-height: 30px;
	padding: 8px 30px;
	width: 100%;
}

#sp-header .sppb-btn,
#sp-component .sppb-btn,
#sp-footer .sppb-btn,
#sp-left .sppb-btn,
#sp-right .sppb-btn,
.btn,
.sppb-btn {
	border: 1px solid transparent;
	border-radius: 5em;
	border-width: 2px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 4px;
	min-width: 130px;
	padding: 10px 18px;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
	border-radius: 5em;
	font-weight: 500;
	min-width: 200px;
	padding: 22px 35px;
	white-space: inherit;
}

#sp-header .sppb-btn.sppb-btn-primary,
#sp-component .sppb-btn.sppb-btn-primary,
#sp-footer .sppb-btn.sppb-btn-primary,
.btn.btn-primary,
.sppb-btn.sppb-btn-primary {
	background-image: linear-gradient(to right, #dd4454 0%, #dd9044 50%, #dd4454 100%);
	background-size: 200% auto;
}

#sp-header .sppb-btn:hover,
#sp-component .sppb-btn:hover,
#sp-footer .sppb-btn:hover,
.btn:hover,
.sppb-btn:hover {
	background-position: right center;
	color: #fff;
}

.excerpt {
	color: #09445a;
	font-size: 16px;
	font-weight: 500;
}

.content-center {
	margin: 0 auto;
	max-width: 546px;
}

@media (max-width: 1200px) {
.content-center {
	max-width: 80%;
}
}

.small-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1em;
	text-transform: capitalize;
}

.sppb-carousel-inner > .sppb-item > a > img, .sppb-carousel-inner > .sppb-item > img, .sppb-img-responsive {
	width: 100%;
}

#sp-footer {
	font-size: inherit;
}

.footer-special-column .sppb-column-addons {
	border-top: 2px solid #dd4454;
	margin-top: -120px;
	padding: 67px 40px 35px;
	z-index: 555;
	background-color: #ffffff;
}


/* */

/* HEADER */ 

#sp-header {
	padding-left: 80px;
	padding-right: 80px;
	position: absolute;
	background-color: rgba(9, 68, 90, .9);
	height: auto;
	box-shadow: none;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

#sp-header.header-sticky {
	padding-top: 0px;
	padding-bottom: 0px;
	transition: all 0.3s ease-in-out;
	background: #09445a;
}


#sp-header #sp-logo {display: table; margin: auto;}
#sp-header #sp-menu {display: table; margin: auto;}


.logo-image, .logo-image-phone {
	height: unset !important;
}

#sp-header .logo {
	height: auto;
	display: inline-flex;
	margin: 0;
	align-items: center;
}

#sp-header .logo a {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	transition: all 0.15s linear 0s;
}

#sp-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
	display: inline-block;
	margin-right: 18px;
	width: 60px;
	transition: all 0.15s linear 0s;
}

#sp-header .logo .logo-text {
	border-color: #fff;
	color: #fff;
	font-family: "Work Sans", sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 0.9;
	transition: all 0.15s linear 0s;
}

.logo-slogan {
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-color: #fff;
	color: #fff;
	transition: all 0.15s linear 0s;
}

#sp-header .logo a:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transform-origin: center;
    transform-origin: center;
}

#sp-header .logo a:hover .logo-slogan {color: #dd4454;}

.sp-megamenu-parent {
	float: none;
}

.sp-megamenu-parent > li {padding: 10px 0;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin: 0 25px;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 14px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-top: 30px;
	text-transform: uppercase;
	transition-duration: 0.15s;
	position: relative;
}

@media (max-width: 1450px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	margin: 0 15px;
}
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	font-family: "FontAwesome";
	content: "\f054";
	float: right;
	margin-left: 7px;
	font-size: 10px;
	font-weight: 600;
}

.sp-megamenu-parent > li > a:before {
background: #fff;
bottom: 20px;
content: "";
display: inline-block;
height: 2px;
left: 50%;
position: absolute;
right: 50%;
transition: 0.3s ease-in-out;
width: 0;	
}

.sp-megamenu-parent > li > a:hover:before {
left: 0;
right: 0;
width: 100%;	
}

.sp-megamenu-parent > li.metaphone > a {
	font-size: 30px;
font-weight: 500;
letter-spacing: 1px;
font-family: "Poppins", sans-serif;
line-height: 1.5;
padding: 0;
transform: translatey(5px);
}

.sp-megamenu-parent > li.metaphone:hover > a {color: #dd4454;}

@media (min-width: 992px) and (max-width: 1260px) {
	.sp-megamenu-parent > li.metaphone {display: none;}
		.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	margin: 0 25px;
}
}
@media (min-width: 992px) and (max-width: 1101px) {
		.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	margin: 0 17px;
}
}

.sp-megamenu-parent > li.metaphone > a:before {display: none;}

#offcanvas-toggler {
	display: block;
	height: auto;
	line-height: 69px;
	font-size: 20px;
	padding: 10px 0 10px 0;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 40px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	line-height: 1.5;
	display: block;
	cursor: pointer;
	padding: 10px 20px 10px 0;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #f2f5f7;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a{
    border: none;
}

/* */

/* SIMPLE PORTFOLIO DEFAULTS */

.com-spsimpleportfolio #sp-main-body {
	padding-top: 160px;
	padding-bottom: 160px;
	background-color: #f2f5f7;
}

@media (min-width: 992px) {
.com-spsimpleportfolio #sp-main-body {
	padding-bottom: 270px;
}	
}

.com-spsimpleportfolio.gallery-full #sp-main-body .container {max-width: 100%;}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5em;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
	padding: 10px 27px;
	text-transform: capitalize;
	transition: background 0.3s ease-in-out;
}

.com-spsimpleportfolio #sp-main-body .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	border: 2px solid #042b3d;
	color: #09445a;
}

.com-spsimpleportfolio #sp-main-body .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	background: transparent;
	background-image: linear-gradient(to right, #dd4454 0%, #dd9044 100%);
	color: #fff;
	border-width: 0;
	padding: 12px 29px
}

.com-spsimpleportfolio #sp-main-body .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: transparent;
	background-image: linear-gradient(to right, #dd4454 0%, #dd9044 100%);
	color: #fff;
	border-width: 0;
	padding: 12px 29px
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: transparent;
	background-image: linear-gradient(to top, rgba(221, 68, 84, 0.6) 0%, rgba(221, 144, 68, 0.6) 100%);
}

.sp-simpleportfolio-btns2 {
	margin-bottom: 30px;
}

.sp-simpleportfolio-btns2 a {
	border: 2px solid transparent;
	display: inline-block;
	font-size: 20px;
	height: 60px;
	line-height: 3;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -100px;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 60px;
	z-index: 5;
}

.sp-simpleportfolio-btns2 a.btn-zoom {
	background-color: #09445a;
	color: #fff;
}

.sp-simpleportfolio-btns2 a.btn-zoom:hover {
	background: #fff;
	color: #09445a;
	opacity: 1;
}

.sp-simpleportfolio-btns2 a.btn-view {
	background-color: #fff;
	border-color: #fff;
	color: #09445a;
	transition-delay: 0.1s;
}

.sp-simpleportfolio-btns2 a.btn-view:hover {
	background-color: #dd4454;
	border-color: #dd4454;
	color: #fff;
	opacity: 1;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns2 a {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sp-simpleportfolio .sp-simpleportfolio-item h6 {
	font-size: 18px;
	margin-top: 0;
	transition: all 0.15s ease-in-out;
z-index: 5;
color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item h6 a {color: inherit;}

.sp-simpleportfolio .sp-simpleportfolio-item h6 a:hover {
	color: #042b3d;
}

.sp-simpleportfolio .sp-simpleportfolio-image {
	margin-bottom: 0;
}

.item-content {
	padding: 50px;
	border: 2px solid #e2e9ed;
	border-top-width: 0;
}

.item-content.small-padding {
    padding: 30px;
}

.sp-simpleportfolio .sp-simpleportfolio-item .item-content h6 {
	color: #09445a;
}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 190px 0 80px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
}

.sp-page-title .sp-page-title-heading {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 0.6em;
	text-transform: capitalize;
}

.sp-page-title .breadcrumb {
	background: #fff;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 5em;
	color: inherit;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
	padding: 16px 51px;
	text-transform: capitalize;
	line-height: 1;
}

.breadcrumb > li.breadcrumb-item {
	display: inline-block;
	float: none;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #09445a;
}

.sp-page-title .breadcrumb > li:first-child, .sp-page-title .breadcrumb > li:first-child:before {display: none;}

.sp-page-title .breadcrumb > li > a {
    color: #09445a;
	font-weight: 500;
}

.sp-page-title .breadcrumb > li > a:hover {
	color: #dd4454;
}

.sp-page-title .breadcrumb > li + li + li::before {
	color: #09445a;
	content: "/";
	font-size: 16px;
	font-weight: 500;
	padding: 0 24px;
}

.sp-page-title .breadcrumb > .active {
	color: #09445a;
}

/* */

/* 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: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.sidebar-class,
.com-content {
	background-color: #f2f5f7;
}

#sp-right, #sp-left {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 60px;
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	padding: 0;
	line-height: inherit;
	padding: 0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
font-size: 26px;
font-weight: 500;
letter-spacing: -0.3px;
line-height: 1;
margin-bottom: 1.3em;
text-transform: capitalize;
margin-top: 0;
padding-bottom: 0;
border: none;
}

#sp-right .form-control, #sp-left .form-control  {
border: 2px solid #f2f5f7;
box-shadow: none;
color: #999;
font-size: 16px;
font-weight: 300;
height: auto !important;
line-height: 30px;
padding: 8px 30px;
background-color: transparent;
border-color: #e6ecef;
}

#sp-right .form-control:focus, #sp-left .form-control:focus {box-shadow: none !important; z-index: 0;} 

#sp-right form .input-group-btn button, #sp-left form .input-group-btn button {
background-color: transparent;
border: none;
bottom: auto;
left: auto;
line-height: 1;
margin-top: 0;
opacity: 1;
padding: 6px 10px;
position: absolute;
right: 30px;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 16px;
background: transparent;
cursor: pointer;
min-width: auto;
padding: 0;
}

#sp-right form .input-group-btn button:before, #sp-left form .input-group-btn button:before {
    color: #dd4454;
    content: "\f002";
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
    font-weight: 900;
}


#sp-left .sp-module ul.categories-module > li, #sp-right .sp-module ul.categories-module > li {
	align-items: center;
	color: #dd4454;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	position: relative;
}

#sp-left .sp-module ul.categories-module > li > a, #sp-right .sp-module ul.categories-module > li > a {
	color: #999;
	display: inline-block;
	flex-grow: 1;
	font-weight: 400;
}

#sp-left .sp-module ul.categories-module > li > a:before, #sp-right .sp-module ul.categories-module > li > a:before {
    color: #dd4454;
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    font-size: 5px;
    font-weight: 900;
    left: 0;
    line-height: 0.7;
    position: absolute;
    top: 18px;
}

#sp-left .sp-module ul.categories-module > li > a:hover, #sp-right .sp-module ul.categories-module > li > a:hover {
  color: #dd4454;
}

#sp-left .sp-module ul.latestnews > li, #sp-right .sp-module ul.latestnews > li {
	margin-bottom: 0;
margin-top: 10px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
padding: 10px 0 10px 0;
}

#sp-left .sp-module ul.latestnews > li img, #sp-right .sp-module ul.latestnews > li img {
	height: 100px;
	max-width: 100px;
}

#sp-left .sp-module ul.latestnews > li .media-body, #sp-right .sp-module ul.latestnews > li .media-body {
	margin-left: 21px;
	padding-right: 26px;
	-ms-flex: 1;
	flex: 1;
}

#sp-left .sp-module ul.latestnews > li .media-body h4, #sp-right .sp-module ul.latestnews > li .media-body h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 0.8em;
	margin-top: 0;
	text-transform: none;
}

#sp-left .sp-module ul.latestnews > li .media-body h4 a:hover, #sp-right .sp-module ul.latestnews > li .media-body h4 a:hover {
    color: #999;
}

#sp-left .sp-module ul.latestnews > li p, #sp-right .sp-module ul.latestnews > li p  {
	color: #999;
	font-size: 16px;
	line-height: 1.4;
	text-transform: capitalize;
}

#sp-left .sp-module ul.latestnews > li i, #sp-right .sp-module ul.latestnews > li i {
	color: #09445a;
	font-size: 14px;
	margin-right: 10px;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	display: inline-block;
	padding: 0;
	margin: 0 6px 10px 0;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	display: inline-block;
	line-height: 1.5;
	padding: 8px 25px;
	min-width: auto;
}

/* */

/* SINGLE POST */

.com-content #sp-main-body {
	padding-top: 160px;
	padding-bottom: 160px;
}

@media (min-width: 992px) {
.com-content #sp-main-body {
	padding-bottom: 270px;
}	
}

.article-details {
	border: 2px solid #e2e9ed;
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	display: block;
	border-radius: 0;
	width: 100%;
}

.article-details .item-content {
	padding: 55px 200px;
}

.article-details .article-header h1, .article-details .article-header h2 {
	color: #09445a;
	font-size: 16px;
	font-weight: 500;
line-height: 1.5em;
margin-bottom: 1.5em;
font-family: "Poppins", sans-serif;
}

.article-details .article-can-edit {
	display: none;
}

.article-details blockquote {
	background: #e6ecef;
padding: 60px 13.5%;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;
	margin-bottom: 30px;
margin-top: 30px;
color: #878787;
}

.article-details .article-ratings-social-share {
	padding: 0;
	border-top: 0px solid #f5f5f5;
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 40px;
	color: #878787;
}

.article-social-share {
	float: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 0;
	padding: 10px 0 10px 0;
}

.article-social-share .social-share-icon ul li a {
	border: 0px solid #ededed;
	height: 3em;
	line-height: 3em;
	width: 3em;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: capitalize;
	background: #09445a;
}

.article-social-share .social-share-icon ul li a:hover {
	background: #e6ecef;
	color: #09445a;
}

.article-social-share .social-share-icon ul li.share_buttons {
	margin-right: 40px;
	text-transform: uppercase;
}

#article-comments {
	padding-top: 60px;
	border-top: 0px solid #f5f5f5;
	margin: 0 -2px ;
	background-color: #f2f5f7;
}

/* */


/* SHOP */

#productFilters {
	margin-bottom: 60px;
}

#productFilters select:not(.form-control) {
    width: auto;
}

#productFilters.form-inline {
	justify-content: flex-end;
}


.com-j2store #sp-main-body {
	padding-top: 160px;
	padding-bottom: 160px;
}

@media (min-width: 992px) {
.com-j2store #sp-main-body {
	padding-bottom: 270px;
}	
}

.j2store-single-product.multiple {
	background: #fff;
	border: 2px solid #f2f5f7;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all 0.6s ease-in-out;
	margin-bottom: 30px;
}

.j2store-single-product.multiple:hover {
	box-shadow: -1px 5px 14px 6px rgba(0, 0, 0, 0.2);
	top: -5px;
}

.j2store-thumbnail-image {padding: 20px 0 0;}

.j2store-img-responsive {
	margin: 0 auto;
}

.content-box {
	padding: 8px 35px 32px;
}

.content-box .product-title {
	color: #999;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
	text-align: left;
	text-transform: none;
}

.content-box .product-title > a:hover {color: #dd4454;}

.product-price-container {
	margin-top: 15px;
	font-size: 16px;
	opacity: 1;
	display: inline-block;
}

.product-price-container .strike {
	color: #09445a;
	font-weight: 300;
	font-size: 16px;
	opacity: 0.7;
	padding-right: 1em;
	display: inline-block;
}

.product-price-container .sale-price {
	color: #09445a;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
}

.price-box {
	display: inline-block;
	float: right;
	margin-top: 5px;
}


.content-box .j2store-addtocart-form a:hover {color: #dd4454;}

.pagination {
	justify-content: center;
}

.pagination {
	border-radius: 0;
}

.page-link {
	position: relative;
	padding: 0;
	border: 0px solid #dee2e6;
	align-items: center;
	background: #f2f5f7;
	border-radius: 50% !important;
	color: #999;
	display: flex;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.4;
	margin-left: 0;
	margin-right: 4px;
	text-align: center;
	width: 40px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #f2f5f7;
	border-color: #f2f5f7;
	background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.page-item .page-link:hover  {
	z-index: 1;
	color: #fff;
	background-color: #f2f5f7;
	border-color: #f2f5f7;
	background-image: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.com-j2store #sp-right, .com-j2store #sp-left {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

/* Single Product */

.j2store-mainimage {
	border: 2px solid #f2f5f7;
}

.j2store-mainimage img {width: 100%;}

.j2store-single-product-view .product-price-container .strike {
	display: none;
}

.j2store-single-product-view .product-title {
	margin-bottom: 0;
	padding-bottom: 0.7em;
	border-bottom: 2px solid #dd4454;
	display: inline-block;
}

.j2store-single-product-view .sale-price {
	color: #dd4454;
	display: block;
	font-weight: 700;
	margin: 0.9em 0 0.9em;
}

.j2store-single-product-view .price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 15px 0;	
}

#j2store-product-detail-tab {
	margin: 4em 0 0;
	border-bottom: 1px solid #dd4454;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

#j2store-product-detail-tab li {
	display: block;
	padding: 0;
	padding-bottom: 0;
	position: relative;
}

#j2store-product-detail-tab li a {
	background: #fff;
	border: 1px solid #f2f5f7;
	border-bottom: none;
	border-radius: 0;
	color: #999;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-right: 4px;
	padding: 22px 10px;
	text-align: center;
	text-transform: capitalize;
}

#j2store-product-detail-tab li a.active {
background-color: #dd4454;
border-color: #dd4454;
color: #fff;	
}

#j2store-product-detail-tab li a:hover {
background-color: #dd4454;
border-color: #dd4454;
color: #fff;	
}

.j2store-single-product.simple .tab-content {
	border: 1px solid #f2f5f7;
	padding: 40px;
}

/* CART */

.view-carts .j2store-cart .row {
    display: block;
}

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	border: 1px solid transparent;
	border-radius: 5em;
	border-width: 2px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 4px;
	min-width: 130px;
	padding: 10px 18px;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
	border-radius: 5em;
	font-weight: 500;
	min-width: 200px;
	padding: 22px 35px;
	white-space: inherit;
	background-image: linear-gradient(to right, #dd4454 0%, #dd9044 50%, #dd4454 100%);
	background-size: 200% auto;
	
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
	border: 1px solid transparent;
	border-radius: 5em;
	border-width: 2px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 4px;
	min-width: 130px;
	padding: 10px 18px;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
	border-radius: 5em;
	font-weight: 500;
	min-width: 200px;
	padding: 22px 35px;
	white-space: inherit;
	background-position: right center;
	color: #fff;
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

.btn.btn-small.j2store-remove.remove-icon {
	min-width: auto !important;
	padding: 10px !important;
	border-radius: 0 !important;
	margin-top: 5px;
}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 5px;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}

#j2store-checkout-content > h1 {margin-bottom: 20px;}

#j2store-checkout-content p {margin-bottom: 10px;}




/* IMPORT ICOMOON */

@font-face {
  font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?dzra4c');
    src:  url('../fonts/icomoon/icomoon.eot?dzra4c#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?dzra4c') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?dzra4c') format('woff'),
    url('../fonts/icomoon/icomoon.svg?dzra4c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-refinery:before {
  content: "\e900";
}
.ico-tank:before {
  content: "\e901";
}
.ico-oil:before {
  content: "\e902";
}
.ico-pipe:before {
  content: "\e903";
}
.ico-oil-tanker:before {
  content: "\e904";
}
.ico-extraction:before {
  content: "\e905";
}
.ico-power-plant:before {
  content: "\e906";
}
.ico-electric-factory:before {
  content: "\e907";
}
.ico-water-factory:before {
  content: "\e908";
}
.ico-location:before {
  content: "\e909";
}
.ico-call:before {
  content: "\e90a";
}
.ico-email:before {
  content: "\e90b";
}






@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 100%;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	70% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	70% {
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@media (max-width: 768px) {

	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale(0.95);
			transform: scale(0.95);
		}

		70% {
			box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		100% {
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			-webkit-transform: scale(0.95);
			transform: scale(0.95);
		}
	}

	@keyframes pulse {
		0% {
			-webkit-transform: scale(0.95);
			transform: scale(0.95);
		}

		70% {
			box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		100% {
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			-webkit-transform: scale(0.95);
			transform: scale(0.95);
		}
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	70% {
		box-shadow: 0 0 0 30px rgba(242, 245, 247, 0);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(242, 245, 247, 0);
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@-webkit-keyframes bubble {
	0%,
	100% {
		border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
	}

	25% {
		border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
	}

	50% {
		border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
	}

	75% {
		border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
	}
}

@keyframes bubble {
	0%,
	100% {
		border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
	}

	25% {
		border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
	}

	50% {
		border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
	}

	75% {
		border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
	}
}

.sppb-panel-faq .sppb-panel-body {
	border-bottom: 0px solid #e5e5e5;
}

.media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.media-links div {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 4;
}

#sp-position2 {display: table; margin: auto;}