/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');


/* GENERAL */

html,
body { height: 100% }
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}
button:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    color: #222222;
    margin: 0;
}
h3 {
    font-size: 20px;
    font-weight: 700;
}

h4 {

}
a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
  /*  color: #fff;*/
}

p {
	margin: 0 0 10px;
}

img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button{
    border: none;
    background: transparent;
}
#sp-component .sppb-btn,
#sp-footer .sppb-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Nunito', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 25px 10px;
    transition: all 500ms ease;
	cursor: pointer;
    background: transparent;
	line-height: 26px;
}
#sp-component .sppb-btn,
#sp-footer .sppb-btn{
    border: 2px solid transparent;
    color: #ffffff;
   background: #1C5AFA;
}
#sp-component .sppb-btn:hover,
#sp-footer .sppb-btn:hover{
    background: #405285;
    color: #EEEEEE;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

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

.sppb-addon-content {
    font-style: normal !important;
}

.border {
	border: 0px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #f4f4f4 !important;
}

/* */

/* HEADER */

#sp-header {
	height: auto;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
}

#sp-header.header-sticky {
	top: 0;
	animation-name: menu_sticky;
	animation-duration: 0.80s;
	animation-timing-function: ease-out;
	-webkit-transition: all 300ms ease;
-webkit-animation-duration: 0.60s;
animation-duration: 0.60s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
background: #F7F7F7;
}

@-webkit-keyframes menu_sticky {
    0%   {margin-top:-180px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-180px;}
    50%  {margin-top: -150px;}
    100% {margin-top: 0;}
}

#sp-top {font-family: 'Lato', sans-serif;}

#sp-logo, #sp-menu {
	display: table;
	margin: auto;
}

#sp-header .logo {
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#sp-header.header-sticky .logo {
	padding: 12px 0px;
}

.logo-image {
	height: auto !important;
}

.logo-image-phone {
	height: auto !important;
}

.sp-megamenu-parent {
	float: left;
	width: 100%;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	opacity: 1;
	margin: 40px 18px 40px;
	position: relative;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
	font-family: 'Nunito', sans-serif;
	padding: 0;
}
@media (max-width: 1199px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	margin: 40px 12px 40px;
}
}


.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

.sp-megamenu-parent > li.menu-search {
	float: right;
}

.sp-megamenu-parent > li.menu-search > a {
	height: 40px;
	width: 40px;
	margin: 30px 0;
	transition: all 500ms ease;
	border: 1px solid #e7e7e7;
}

.sp-megamenu-parent > li.menu-search > a span {
	background: transparent;
	color: #afafb5;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 9px 0px;
	position: relative;
	text-align: center;
	transition: all 500ms ease;
}

.sp-megamenu-parent > li.menu-search > a span:hover {
	background: #233588;
	color: #fff;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	padding: 0;
	border-top: 3px solid #233588;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border-bottom: 0px solid #f4f4f4;
}

.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: 20px;
	display: block;
	cursor: pointer;
	padding: 13px 15px 12px 30px;
	margin: 0;
	color: #222222;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	transition: padding .2s linear;
	transition: all 500ms ease;
	font-family: 'Nunito', sans-serif;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
	background: #f7f7f7;
}

.sp-megamenu-parent > li.callus-btn {display: none;}

/* */

.sppb-addon-single-image img {width: 100%;}

.sppb-addon-single-image-container {
	display: inline-block;
	position: relative;
	width: 100%;
}

.owl-buttons [class*=owl-] {
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 60px;
    background-color: #233588 !important;
    border-radius: 0;
    transition: all .3s ease;
}

.owl-buttons [class*=owl-]:hover {
    background-color: #222 !important;
}

.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	opacity: 1;
	padding: 0;
}

.owl-theme .owl-controls .owl-buttons div:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

.owl-theme .owl-controls {
	margin-top: 50px;
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
	background: #f4f4f4 none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 12px;
  border: 2px solid #d5d9e8;
}

.owl-theme .owl-controls .owl-page.active span {
	opacity: 1;
	background: #233588 none repeat scroll 0 0;
}

.review-box {}
.review-box ul {
    margin-left: -1px;
    margin-right: -1px;
}
.review-box ul li {
    display: inline-block;
    margin: 0 1px;
}
.review-box ul li i {
    color: #233588;
    font-size: 12px;
}


/* PORTFOLIO DEFAULTS */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 40px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
position: relative;
background: transparent;
color: #c1c2c7;
cursor: pointer;
display: block;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease 0s;
font-family: 'Open Sans', sans-serif;
padding: 7px 20px 7px;
border-radius: 3px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
	color: #ffffff;
	background: #272b3b;
}

.com-spsimpleportfolio .sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 50px;
	padding: 20px 0;
	background: #303443;
}

.com-spsimpleportfolio img {width: 100%;}

.com-spsimpleportfolio .sec-title {
	padding-bottom: 20px;
}

.com-spsimpleportfolio .sec-title .border {
	width: 80px;
	position: relative;
	overflow: hidden;
	display: block;
	background: transparent;
	height: 5px;
	margin: 11px 0 0;
}

.com-spsimpleportfolio .sec-title .border::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background: #233588;
	content: "";
}

.com-spsimpleportfolio .sec-title .border::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: #233588;
	content: "";
}

.com-spsimpleportfolio .sec-title h2 {
	color: #404040;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.project-manager {
	position: relative;
	background: #f7f7f7;
	display: block;
	padding: 17px 75px 21px;
	border-left: 1px solid #233588;
	margin-bottom: 40px;
}

.project-manager::before {
	position: absolute;
	top: 0;
	left: 1px;
	width: 1px;
	height: 80%;
	content: "";
	background: #233588;
}

.project-manager p {
	color: #848484;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
}

.project-manager h3 {
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 0;
}

.project-manager h3 span {
	color: #233588;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.project-manager::after {
	content: "\f10d";
	font-family: FontAwesome;
	color: #e6e6e6;
	font-size: 25px;
	position: absolute;
	top: 25px;
	left: 40px;
}

.sp-simpleportfolio-img2 {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
padding: 0px;
color: #ffffff;
background: #1C5AFA;
-webkit-transform: perspective(400px) rotateX(-90deg);
-moz-transform: perspective(400px) rotateX(-90deg);
-ms-transform: perspective(400px) rotateX(-90deg);
-o-transform: perspective(400px) rotateX(-90deg);
transform: perspective(400px) rotateX(-90deg);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.sp-simpleportfolio-btns2 i {
	font-size: 18px;
	transition: all 500ms ease;
	width: 45px;
	height: 45px;
	background: #ffffff;
	color: #252525;
	display: inline-block;
	border-radius: 3px;
	line-height: 42px;
	border: 2px solid #ffffff;
}

.sp-simpleportfolio-btns2 i:hover {
	background: transparent;
	color: #ffffff;
}

.bottom {
	position: absolute;
	bottom: 23px;
	left: 30px;
	text-align: left;
}

.bottom a {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

.bottom p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}

.owl-item-html .bottom {	
	position: static;
	bottom: 23px;
	left: 30px;
	text-align: inherit;
}

#sppb-addon-1565301948696 .owl-controls {
	position: absolute;
	right: 0;
	top: -90px;
	margin-top: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img2 {
    transform: scale(1, 1);
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-moz-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
-o-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}

.sp-simpleportfolio .sp-simpleportfolio-meta {
	width: 100%;
	float: none;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* */

/* BLOG DEFAULTS */


.article-list .article {
	margin-bottom: 40px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}

.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-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
}

.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-radius: 0;
	width: 100%;
}

.article-body {
	position: relative;
	padding-top: 22px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	font-size: 1.375rem;
	margin: 0;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	min-height: 50px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover {
    color: #233588;
}

.article-info {
	display: block;
	position: relative;
	margin: 7px 0px 8px;
}

.article-info > span {
	position: relative;
	color: #999999;
	font-size: 16px;
	padding-left: 0;
	margin-right: 15px;
	display: inline-block;
}

.article-info > span i {
	color: #848484;	
	margin-right: 1px;
}

.article-info > span + span::before {
	display: none;
	padding-right: 0;
	padding-left: 0;
	content: "/";
}

.article-introtext > p {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	min-height: 82px;
	margin: 0;
}

.pagination-wrapper {
	position: relative;
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
}

.pagination-wrapper li {
	position: relative;
	margin: 0px 8px 8px 0px;
}

.pagination > li > a, .pagination > li > span {
position: relative;
display: inline-block;
line-height: 36px;
padding: 9px 5px;
height: 55px;
font-size: 18px;
min-width: 55px;
color: #252525;
font-weight: 400;
text-align: center;
background: none;
border: 1px solid #eeeeee;
text-transform: capitalize;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
	border-radius: 0;
}

.page-item.active .page-link,
.page-item .page-link:hover {
	z-index: 1;
	color: #ffffff;
	border-color: #233588;
	background-color: #233588;
	border-radius: 0;
}

.blog-sidebar .article-list .article {
	margin-bottom: 60px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}

.blog-sidebar .article-body {
	position: relative;
	padding: 25px 30px;
	border: 1px solid #eeeeee;
}

.blog-sidebar .article-list .article .article-header h1, .blog-sidebar .article-list .article .article-header h2 {
	font-size: 1.375rem;
	margin: 0;
	position: relative;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4em;
}

.blog-sidebar .article-info {
	display: block;
	position: relative;
	margin: 7px 0px 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
}

.blog-sidebar .article-info > span {
	position: relative;
	color: #999999;
	font-size: 16px;
	margin-right: 15px;
	display: inline-block;
}

.blog-sidebar .article-introtext > p {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 12px;
}

.article-list .article .readmore {
	font-size: 0.875rem;
}

.article-list .article .readmore a {
	position: relative;
	color: #233588;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}

/* Sidebar */

#sp-left {padding-top: 80px; padding-bottom: 80px;}
#sp-right {padding-top: 80px; padding-bottom: 80px;}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 0;
}

.form-control {
	position: relative;
	line-height: 28px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #eeeeee;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 0;
}

.form-control:focus {box-shadow: none; border-color: #233588;}

.search .btn {
background: #f7f7f7 none repeat scroll 0 0;
color: #333333;
display: block;
height: 50px;
border-radius: 0;
border: none;
width: 50px;
}

.search .btn:hover {
	background: #233588 none repeat scroll 0 0;
	color: #ddd;
	box-shadow: none;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	color: #222222;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
	line-height: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	margin-top: -6px;
	border: none;
}

#sp-left .sp-module .sp-module-title:after, #sp-right .sp-module .sp-module-title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 45px;
	height: 1px;
	background-color: #233588;	
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

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

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

.categories-module li {
	position: relative;
	margin-bottom: 15px;
}

.categories-module li h4 {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-bottom: 15px;
	color: #848484;
	padding-left: 30px;
	border-bottom: 1px solid #eeeeee;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Raleway', sans-serif;	
}

.categories-module li h4 a {
	color: #848484;
}

.categories-module li h4 a:hover {
	color: #233588;
}

.categories-module li h4 a:before {
	position: absolute;
	content: '\f114';
	left: 0px;
	top: 0px;
	font-family: 'FontAwesome';
}

.categories-module li h4 a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}

#sp-left .sp-module .latestnews > li, #sp-right .sp-module .latestnews > li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-left: 75px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}

#sp-left .latestnews > li:last-child, #sp-right .latestnews > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#sp-left .latestnews .img-holder, #sp-right .latestnews .img-holder {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 75px;
	border-radius: 0%;
}

#sp-left .latestnews .img-holder img, #sp-right .latestnews .img-holder img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: auto;
}

.overlay-style-one {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	background: rgba(35, 53, 136, 0.9);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%;
}

.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.overlay-style-one .box .content a i {
	color: #fff;
	font-size: 16px;
	transition: all 500ms ease;
}

#sp-left .latestnews .title-holder, #sp-right .latestnews .title-holder {
	padding-left: 20px;
}

#sp-left .latestnews .title-holder a .post-title, #sp-right .latestnews .title-holder a .post-title {
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	font-weight: 700;
	margin: 0 0 7px;
	font-family: 'Nunito', sans-serif;
	transition: all 500ms ease;
}

#sp-left .latestnews .title-holder .post-date, #sp-right .latestnews .title-holder .post-date {
	color: #233588;
	display: block;
	transition: all 500ms ease;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#sp-left .latestnews .title-holder a:hover .post-title, #sp-right .latestnews .title-holder a:hover .post-title {
	color: #233588;
}

#sp-left .latestnews li:hover .img-holder img, #sp-right .latestnews li:hover .img-holder img {
	transform: scale(1.1);
}

#sp-left .latestnews li:hover .img-holder .overlay-style-one, #sp-right .latestnews li:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}


#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	padding: 0;
	line-height: 36px;
	padding: 0;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	display: inline-block;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 6px 18px 6px;
	margin: 0px 6px 10px 0px;
	color: #222222;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	background: #f4f4f4;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

#sp-left .sp-module .tagspopular ul > li > a:hover, #sp-right .sp-module .tagspopular ul > li > a:hover {
	color: #ffffff;
	background-color: #233588;	
}

/* BLOG SINGLE */

.article-details .article-full-image {
	text-align: center;
	margin: 0;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
}

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

.article-details .article-full-image img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}


.published {
position: relative;
color: #848484;
font-size: 16px;
}


.article-details .article-header h1, .article-details .article-header h2 {
	color: #222222;
font-size: 20px;
font-weight: 700;
line-height: 26px;
display: block;
transition: all 500ms ease;
font-size: 24px;
padding: 15px 0 15px;
margin-top: 10px;
}

.article-details {
    position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #f4f4f4;
	padding: 24px;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0;
}

.article-details .author {
	position: relative;
	color: #848484;
	font-size: 16px;
}

.article-body p {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.article-body blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 30px;
    margin-bottom: 40px;
    margin-top: 30px;
    background-color: #f7f7f7;
}

.article-body blockquote .quote-icon {
	position: absolute;
	left: 50%;
	top: 20px;
	line-height: 1em;
	color: #ffffff;
	font-size: 120px;
	text-align: center;
	margin-left: -45px;
}

.article-body blockquote .blockquote-text {
	position: relative;
	z-index: 1;
	font-size: 22px;
	color: #848484;
	line-height: 1.4em;
	font-weight: 400;
}

.article-body blockquote .quote-info {
	position: relative;
	display: inline-block;
	padding: 18px 70px 0px;
	margin-top: 30px;
	border-top: 1px solid #e8e8e8;
}

.article-body blockquote .quote-info h4 {
	position: relative;
	color: #252525;
	font-size: 18px;
	font-weight: 600;
}

.article-body blockquote .quote-info .quote-desination {
	position: relative;
	color: #d5ac63;
	font-size: 18px;
}

.article-body .image {
    position: relative;
}

.image img {
    position: relative;
    width: 100%;
    display: block;
}

.article-details hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #f2f2f2;
}

.article-details .article-ratings-social-share {
	padding: 20px 0 40px;
	border-top: 0px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 0;
	margin-top: 20px;
}

.article-social-share {
	float: unset;
}

.author img {
    position: absolute;
}

.author-comment {
    margin-left: 289px;
	padding-left: 30px;
}

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

.author-comment .quote:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10d";
}

.author-comment h5 {
	margin: 16px 0 5px 0;
	font-size: 18px;
}

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

.article-details .article-info {
	margin-bottom: 25px;
	overflow: hidden;
	padding-top: 0px;
	text-align: left;
	border-top: none;
	margin-top: 0;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 15px;
}

.article-info > span {
	line-height: 24px;
	margin-right: 20px;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}

.mt-3, .my-3 {
	margin-top: 0 !important;
	background: #ffffff;
	padding-top: 0;
}

.mar-btm {
    margin-bottom: 10px;
}

.article-author-information {
	padding-top: 0;
	margin: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
	position: relative;
	padding: 33px 35px 30px;
	min-height: 160px;
	border: 0px solid #f4f4f4;
	border-left-width: 0px;
	border-right-width: 0px;
}

.article-author-information h5 {
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin: -2px 0 10px;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
}

.article-author-information .author-bio {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #848484;
line-height: 26px;
font-weight: 300;
}

.author-website a {color: #233588;}

.article-details .article-author-information {
	margin-top: 0;
	border-top: 0px solid #f5f5f5;
	padding-top: 40px;
}

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

.tags {
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px;
	border-top: 1px solid #eaeaea;
}

.tags > li a {
	display: block;
	padding: 0;
	border-radius: 0;
	font-size: 16px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	line-height: 30px;
	text-transform: capitalize;
}

.tags:before {
	content: "Tags: ";
}

.tags > li a:after {content: ",";}
.tags > li:last-child a:after {display: none;}

.list-inline-item:not(:last-child) {
	margin-right: 0;
}

.tags > li a:hover {
	color: #233588;
}

.com-content .sp-megamenu-parent > li.active::before, .com-content .sp-megamenu-parent > li.active::after, .com-content .sp-megamenu-parent > li:hover::after, .com-content .sp-megamenu-parent > li:hover::before {
	opacity: 0;
}

.com-content .project-manager {
	border-left: 3px solid #233588;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 35px 0 40px;
	background: transparent;
}

.com-content .project-manager:before,
.com-content .project-manager:after {display: none;}

.com-content .project-manager p {
	margin: 0;
}

.com-content .project-manager h3 {
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 0;
}

.com-content .project-manager h3 span {
	color: #848484;
	font-weight: 300;
	font-style: italic;
}

.com-content .middle-content-box .img-holder {
	width: 340px;
}

.com-content .middle-content-box .img-holder, .com-content .middle-content-box .text-holder {
	display: table-cell;
	vertical-align: top;
}

.com-content .single-blog-item .text-holder {
	margin-top: 10px;
}

.com-content .middle-content-box .text-holder {
	padding-left: 30px;
	position: relative;
}

.com-content .middle-content-box .text-holder h2 {
	color: #222;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0 10px;
}

.com-content .middle-content-box .text-holder ul {
	margin-top: 20px;
}

.com-content .middle-content-box .text-holder ul li {
	line-height: 36px;
}

.com-content .middle-content-box .text-holder ul li:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-right: 7px;
content: "\f105";
}

.article-social-share:before {
	content: "Share";
	color: #222222;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 5px;
}

.social-share-icon {display: inline-block;}


/* */

/* J2 SHOP */

.j2store-single-product {
	background: #fff;
	margin-bottom: 30px;
	transition: all 0.7s ease;
}

.j2store-product-images {
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #f5f4f3;
}

.j2store-product-images img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
}


.j2store-product-images .overlay .box .content .product-qty {display: none;}

.j2store-product-images .overlay .box .content .sppb-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
	padding: 12px 25px 10px;
	background: #233588;
	border: 2px solid #233588;
	color: #ffffff;
	transition: all 500ms ease;
	border-radius: 30px;
}

.j2store-product-images .overlay .box .content .sppb-btn:hover {
	background: #ffffff;
	color: #252525;
}


.j2store-single-product:hover .j2store-product-images {
	transition: all 300ms ease;;
}

.j2store-single-product:hover .overlay-style-one {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-moz-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
-o-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}

.j2store-single-product .overlay-style-one .box .content a i {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #ffffff;
	padding: 12px;
}

.j2store-single-product .overlay-style-one .box .content a i:hover {
	background: #ffffff;
	color: #233588;
}

.j2store-single-product:hover .j2store-product-images img {
	transform: scale(1.1);
}

.j2store-single-product .content-box {
	padding: 20px 0 0px;
}

.j2store-single-product .content-box .inner-box .product-title {
color: #222222;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
line-height: 26px;
overflow: hidden;
margin-bottom: 10px;
}

.product-qty {display: none;}

.j2store-single-product-view .product-qty {display: inline-block;}
.j2store-single-product-view #sp-component .j2store-cart-button.sppb-btn {display: inline-block; margin: 0;}

.j2store-single-product .content-box .inner-box .product-title a,
.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #222222;
}

.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #233588;
}

.product-price-container .sale-price {
	color: #233588;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}

.product-price-container .strike {
	color: #848484;
	font-size: 16px;
	display: inline-block;
	padding-right: 5px;
}

.j2store-single-product .content-box .price-box {
    padding: 15px 20px 15px;
	display: none;
}

.j2store-addtocart-form {
	margin-top: 0;
}

.j2store-add-to-cart {
	margin-left: 0;
}


#sp-component .j2store-cart-button.sppb-btn {
	background: #f7f7f7;
	width: 160px;
	color: #222222;
	margin: 22px 0 0;
}

#sp-component .j2store-cart-button.sppb-btn:hover {
background: #233588;
color: #ffffff;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart {position: relative;}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:before {
	content: '';
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover:before {
	background-color: #233588;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover i {
	color: #233588;
	transition: .7s ease;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
    align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.pagination > li {
	margin: 0 4px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	width: 55px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-item.active .page-link,
.pagination > li > a:hover {
	z-index: 1;
	border-color: #233588;
	color: #fff;
	background-color: #233588;
}


.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

/* SINGLE PRODUCT */

.j2store-single-product.simple.detail,
.j2store-single-product.simple.detail:hover:before {
	margin-bottom: 0;
	position: relative;
	outline: 0px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.j2store-single-product.simple.detail:before {display: none;}

.simple-product {
    position: relative;
    z-index: 88;
}

.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #f5f4f3;
}

.j2store-single-product-view .simple-product .product-title {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 8px;
	text-transform: capitalize;
}

.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}

.j2store-single-product-view  .simple-product .product-price-container .sale-price {
	font-size: 24px;
	color: #233588;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.j2store-single-product-view .product-sdesc-top {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #848484;
line-height: 26px;
font-weight: 300;
margin: 25px 0 10px;
}

.j2store-single-product-view .product-sku {
	position: relative;
	color: #233588;
	font-size: 16px;
	margin-bottom: 25px;
}

.j2store-single-product-view .product-sku .sku-text {
	color: #222222;
	font-weight: 600;
}

input:focus, textarea:focus {box-shadow: none !important;}

.product-qty input[type="text"], .product-qty input[type="number"],
.product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	width: 70px !important;
	margin-right: 20px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}

.j2store-single-product-view #sp-component .j2store-cart-button.sppb-btn {
	padding: 13px 30px 11px;
	border-radius: 4px;
	background: #233588;
	color: #ffffff;
}
.j2store-single-product-view #sp-component .j2store-cart-button.sppb-btn:hover {
    background: #0e1a51;
}

#j2store-product-detail-tab {
	padding-top: 75px;
	border-bottom: 0px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: -1px;
}

#j2store-product-detail-tab li a {
	position: relative;
	display: block;
	margin-right: 5px;
	font-size: 16px;
	background: #f4f4f4;
	color: #222222;
border-top: 1px solid #ececec;
border-left: 1px solid #ececec;
border-right: 1px solid #ececec;
border-bottom: 1px solid transparent;
border-radius: 0;
display: block;
margin-right: 5px;
padding: 15px 30px 13px;
color: #222222;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
background: #f7f7f7;
transition: all 500ms ease;
}


#j2store-product-detail-tab li:hover a,
#j2store-product-detail-tab li a.active {
	color: #233588;
	background: #ffffff;
}

.j2store-single-product-view .tab-content {
	border: 1px solid #ececec;
	padding: 30px 30px 40px;
}

.product-upsells-container {
	border-top: 0px solid #f7f7f7;
	margin-top: 25px;
	padding-top: 0px;
}

@media (max-width: 575px) {
	.upsell-product {margin: 20px 0;}
	.j2store-single-product-view .product-title {margin-top: 20px;}
}

.product-upsells-container .col-sm-12 > h3 {
	padding-bottom: 40px;
	color: #404040;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	margin: 8px 0 14px;
	padding-top: 70px;
}


.upsell-product-image img {width: 100%;}

.j2store-single-product.simple:hover .overlay {opacity: 0;}
.j2store-single-product.simple:hover .j2store-product-images img {
	transform: none;
}

.j2store-single-product.simple .upsell-product-image:hover img {
	transform: scale(1.1);
}

.upsell-product-image-content  .overlay {
    transform: perspective(400px) rotateX(-90deg) !important;
}

.upsell-product-image-content:hover .overlay {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	transform: rotateY(0deg) scale(1,1) !important;
}

.upsell-product-title:after {display: none !important;} 

.j2store-single-product-view .upsell-product-image-content .product-price-container .sale-price {
	font-size: 16px;
	margin-bottom: 20px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn {line-height: 1; margin-top:-5px;}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn i {
	margin-right: 6px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover {
	color: #233588;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:before {
	content: '';
	position: absolute;
	left: 0px;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {
	background-color: #233588;
}

.sppb-btn:focus, .sppb-btn:active {box-shadow: none !important;}

.j2store-single-product-view .j2store-single-product:hover .overlay-style-one {
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.upsell-product:hover .overlay-style-one {
	opacity: 1 !important;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.upsell-product .product-qty {display: none !important;}

/* 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 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    border-radius: 30px;
    padding: 12px 25px 10px;
    transition: all 500ms ease;
	cursor: pointer;
    background: transparent;
	line-height: 26px;
    border: 2px solid transparent;
    color: #ffffff;
	background-color: #233588;
}

.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 {
    background: #252525;
    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;}

#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;}

.com-j2store .border {
	width: 80px;
	position: relative;
	overflow: hidden;
	display: block;
	background: transparent;
	height: 5px;
	margin: 11px 0 0;
}

.com-j2store .border::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background: #233588;
	content: "";
}

.com-j2store .border::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: #233588;
	content: "";
}



/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.sp-page-title .sp-page-title-heading {
	padding-top: 84px;
	padding-bottom: 38px;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	text-transform: capitalize;
	text-align: center;
	font-family: 'Nunito', sans-serif;
}

.sp-page-title .breadcrumb {
	text-align: center;
	background: #233588;
	display: inline-block;
	padding: 8px 15px 8px;
	border-radius: 0;
}

.sp-page-title .breadcrumb > li {
	display: inline-block;
}

.sp-page-title .breadcrumb > li > a {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 20px;
}



/* IMPORT FLATICON */
/* IMPORT FLATICON */

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 12/09/2017 07:28
  	*/

@font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.eot#iefix") format("embedded-opentype"),
url("./Flaticon.svg#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*="flaticon-"]:before {
    font-family: Flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-hexagon:before { content: "\f100"; }
.flaticon-phone-receiver:before { content: "\f101"; }
.flaticon-transport:before { content: "\f102"; }
.flaticon-car-wheel:before { content: "\f103"; }
.flaticon-repair-service:before { content: "\f104"; }
.flaticon-people:before { content: "\f105"; }
.flaticon-magnifying-glass:before { content: "\f106"; }
.flaticon-tool-3:before { content: "\f107"; }
.flaticon-tool-2:before { content: "\f108"; }
.flaticon-tool-1:before { content: "\f109"; }
.flaticon-painter-roller:before { content: "\f10a"; }
.flaticon-clock:before { content: "\f10b"; }
.flaticon-telephone:before { content: "\f10c"; }
.flaticon-envelope:before { content: "\f10d"; }
.flaticon-black-back-closed-envelope-shape:before { content: "\f10e"; }
.flaticon-pdf-file-symbol:before { content: "\f10f"; }
.flaticon-tool:before { content: "\f110"; }
.flaticon-fax:before { content: "\f111"; }
.flaticon-write:before { content: "\f112"; }
.flaticon-location-pin:before { content: "\f113"; }
.flaticon-file:before { content: "\f114"; }
.flaticon-arrows:before { content: "\f115"; }
.flaticon-calendar:before { content: "\f116"; }
.flaticon-mechanic:before { content: "\f117"; }
.flaticon-factory:before { content: "\f118"; }
.flaticon-maps-and-flags:before { content: "\f119"; }
.flaticon-medal:before { content: "\f11a"; }
.flaticon-air-conditioner:before { content: "\f11b"; }
.flaticon-essential-oil:before { content: "\f11c"; }
.flaticon-timing-belt:before { content: "\f11d"; }
.flaticon-water:before { content: "\f11e"; }
.flaticon-disc-brake:before { content: "\f11f"; }
.flaticon-engine:before { content: "\f120"; }
.flaticon-diagnostic:before { content: "\f121"; }
.flaticon-maintenance:before { content: "\f122"; }
.flaticon-motor:before { content: "\f123"; }
.flaticon-document:before { content: "\f124"; }
.flaticon-avatar:before { content: "\f125"; }
.flaticon-wrench:before { content: "\f126"; }
.flaticon-car-repair:before { content: "\f127"; }
.flaticon-buildings:before { content: "\f128"; }
.flaticon-technology:before { content: "\f129"; }

/* New Icons */
@font-face {
    font-family: "Flaticon1";
    src: url("./Flaticon1.ttf") format("truetype"),
url("./Flaticon1.woff") format("woff"),
url("./Flaticon1.woff2") format("woff2"),
url("./Flaticon1.eot#iefix") format("embedded-opentype"),
url("./Flaticon1.svg#flaticon") format("svg");
}

i[class^="flaticon1-"]:before, i[class*=" flaticon1-"]:before {
    font-family: Flaticon1 !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon1-001-bigfoot:before { content: "\f130"; }
.flaticon1-002-phone:before { content: "\f131"; }
.flaticon1-003-email:before { content: "\f132"; }
.flaticon1-004-wrench:before { content: "\f133"; }
.flaticon1-005-manometer:before { content: "\f134"; }
.flaticon1-006-radio-tuner:before { content: "\f135"; }
.flaticon1-007-turbo:before { content: "\f136"; }
.flaticon1-008-turbo-engine:before { content: "\f137"; }
.flaticon1-109-nitrous-oxide:before { content: "\f138"; }
.flaticon1-010-nitrous-oxide-1:before { content: "\f139"; }
.flaticon1-011-motor:before { content: "\f140"; }
.flaticon1-012-piston:before { content: "\f141"; }
.flaticon1-013-laptop:before { content: "\f142"; }
.flaticon1-014-laptop-1:before { content: "\f143"; }
.flaticon1-015-laptop-2:before { content: "\f144"; }
.flaticon1-016-racing-flag:before { content: "\f145"; }
.flaticon1-017-racing-car-with-side-skirts:before { content: "\f146"; }
.flaticon1-018-racing:before { content: "\f147"; }
.flaticon1-019-fast:before { content: "\f148"; }
.flaticon1-020-electronic-circuit:before { content: "\f149"; }
.flaticon1-021-circuit-board:before { content: "\f150"; }
.flaticon1-022-microchip:before { content: "\f151"; }
.flaticon1-023-gas-station:before { content: "\f152"; }

/* End Flat Icons */

@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;}}


.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;}
}


