@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Marck+Script|Oswald:200,300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


/* GENERAL */

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Barlow', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;	
}

p, .text, .sppb-addon-text, .sppb-addon-text-block .sppb-addon-content {
	position:relative;
	line-height:1.8em;	
	font-family: 'Barlow', sans-serif;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.sppb-btn {
	display:inline-block;
	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;
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	background:#013973;
	display:inline-block;
	padding:12px 48px;
	letter-spacing:0px;
	text-transform:uppercase;
	border:2px solid #013973;
	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;
	font-family: 'Poppins', sans-serif;
	border-radius: 0;
	cursor: pointer;
}

.sppb-btn i{
	position:relative;
	top:2px;
	font-size:18px;
	margin-right:4px;
	margin-left:5px;
}

.sppb-btn:hover{
	color:#013973;
	border-color:#013973;
	background:none;
}

.sp-scroll-up,
.sp-scroll-up:hover {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 100px;
	width: auto;
	height: auto;
	line-height: 1.8em;
	text-align: center;
	font-size: 14px;
	color: #013973;
	border-radius: 0;
	z-index: 1000;
	background: none;
}

.sp-scroll-up:after {
	content: "Move to Top";
	color: #013973;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Barlow', sans-serif;
	margin-left: 5px;
}

.sp-scroll-up:hover:after {text-decoration: underline;}

@media (max-width: 767px) {
	.sp-scroll-up,
.sp-scroll-up:hover {right: 15px;}
	
}


@media (max-width: 992px) {
#sp-top1 .float-right {
	float: unset !important;
	text-align: center;
}
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

/* */

/* HEADER */

#sp-header {
	height: unset;
	left: 0;
	position: relative; /*absolute;*/
	top: 0;/*115px;*/
	/*border-bottom: 0px solid rgba(255, 255, 255, 0.3);*/
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 0px 0px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

#sp-header.header-sticky {
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
	background-color: #ffffff;
	top: 0;
	animation-name: menu_sticky;
	animation-duration: 0.80s;
	animation-timing-function: ease-out;
	-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}

@-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-header .container {
	position: relative;
	padding: 0px 30px;
	background-color: #ffffff;		
}

#sp-header .container:before {
	position: absolute;
	content: '';
	left: -10px;
	bottom: 10px;
	top: -10px;
	right: 10px;
	z-index: -1;
/*	border: 2px solid #013973;*/
}

#sp-header.header-sticky .container:before {display: none;}

@media (max-width: 767px) {
	#sp-header {
	left: 0;
	position: relative;
	top: 0;
	border-top: 1px solid #f2f2f2;
}
#sp-header .container:before {
	display: none;
}
}

#sp-logo, #sp-menu {
	display: table;
	margin: auto;
}

#sp-header .logo {
	height: unset;
	display: inline-flex;
	margin: 0;
	align-items: center;
	padding: 15px 0px;
}

#sp-header.header-sticky .logo {
	padding: 12px 0px;
}

.logo-image {
	height: unset !important;
}

.logo-image-phone {
	height: unset;
}

#sp-header.header-sticky .logo img {max-width: 164px;}

.logo > a {
    display: block;
    text-align: center;
}

.sp-megamenu-parent > li {
	display: inline-block;
	position: relative;
	padding: 0;
	padding: 15px 0px;
}

.sp-megamenu-parent > li:before {
	position: absolute;
	content: '\f106';
	left: 50%;
	bottom: 21px;
	opacity: 0;
	margin-left: -5px;
	color: #013973;
	line-height: 1em;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'FontAwesome';
	color: #013973;
}

.sp-megamenu-parent > li:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 2px;
	height: 30px;
	opacity: 0;
	margin-left: -1px;
	background-color: #013973;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #013973;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 20px 15px;
	color: #252525;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 20px 12px;
}
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

.sp-megamenu-parent > li.active:before, .sp-megamenu-parent > li.active:after, .sp-megamenu-parent > li:hover:after, .sp-megamenu-parent > li:hover:before {opacity: 1;}

#sp-header.header-sticky .sp-megamenu-parent > li:before,
#sp-header.header-sticky .sp-megamenu-parent > li:after,
.sp-megamenu-parent > li.catalogue-menu:before,
.sp-megamenu-parent > li.catalogue-menu:after {display: none;}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
	padding: 5px 15px;
}

.sp-megamenu-parent > li.catalogue-menu {
	display: inline-block;
	position: relative;
	padding: 0;
	position: relative;
	float: right;
	margin-left: 60px;
	margin-top: 35px;
}

.sp-megamenu-parent > li.catalogue-menu > a {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	padding: 0;
}

.sp-megamenu-parent > li.catalogue-menu > a:before {
	position: absolute;
	content: '';
	left: -35px;
	top: 13px;
	height: 3px;
	width: 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #013973;	
}

#sp-header.header-sticky .sp-megamenu-parent > li.catalogue-menu {display: none;}

/* Submenu */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	padding: 0;
	margin-top: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 0;
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border-bottom: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 14px;
	line-height: 1;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 13px 20px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	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: 'Poppins', sans-serif;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	position: absolute;
	content: '';
	left: 20px;
	top: 25px;
	width: 20px;
	height: 2px;
	opacity: 0;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	padding-left: 50px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:before {opacity: 1;}

.sp-megamenu-parent > li.menu-search, .sp-megamenu-parent > li.cart-menu {display: none; margin-left: 25px;}

.sp-megamenu-parent > li.menu-search > a {font-size: 18px; padding-left: 0; padding-right: 0;}
.sp-megamenu-parent > li.cart-menu > a {
position: relative;
color: #848484;
display: block;
padding: 6px 12px;
border: 2px solid #f2f2f2;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;	
}

.sp-megamenu-parent > li.cart-menu > a:hover {
    border-color: #013973;
}

.sp-megamenu-parent > li.menu-search:before,
.sp-megamenu-parent > li.menu-search:after,
.sp-megamenu-parent > li.cart-menu:before,
.sp-megamenu-parent > li.cart-menu:after {display: none;}

/* */

.overflow-hidden {overflow: hidden;}


.owl-theme .owl-controls {
	margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
	border-radius: 0;
	opacity: 1;
	position: relative;
	width: 30px;
	height: 5px;
	margin: 0px 5px;
	display: inline-block;
	border: 1px solid #013973;
	background-color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background-color: #013973;
}

.services-section-two {
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
}

.sppb-pricing-box .sppb-pricing-features, .sppb-pricing-box .sppb-pricing-price-container {
	margin: 0;
}

.inner-column {
    position: relative;
    padding: 35px 26px 25px;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.10);
}

.catelogue-section {
    position: relative;
    padding: 50px 100px 30px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15) !important;
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15) !important;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.15) !important;
}

.contact-border-left {border: 3px solid #f2f2f2; border-right-width: 1px}
.contact-border-right {border: 3px solid #f2f2f2; border-left-width: 1px}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 120px 0 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

@media (max-width: 767px) {
.sp-page-title {
	padding: 100px 0 20px;
}	
}

.sp-page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.45);
}

.sp-page-title .sp-page-title-heading {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 90px;
	text-transform: capitalize;
}

.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li > a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	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;
}

.sp-page-title .breadcrumb > .active {
	color: #fff;	
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
	font-size: 18px;
	font-weight: 400;
}

.sp-page-title .breadcrumb > li > a:hover {color: #013973;}

/* */

/* GALLERY SINGLE */

.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-image {
	margin-bottom: 45px;
}

.sp-simpleportfolio-image img {width: 100%;}


.sp-simpleportfolio .content-box {
	position: relative;
	margin-bottom: 55px;
}

.sp-simpleportfolio .content-box h2 {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sp-simpleportfolio .content-box .text {
    position: relative;
    margin-bottom: 35px;
}

.sp-simpleportfolio .content-box .text p {
    position: relative;
    color: #848484;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.sp-simpleportfolio .content-box .text p:last-child {
    margin-bottom: 0px;
}

.sp-simpleportfolio .info-column .inner-column {
    position: relative;
    padding: 28px 35px;
    background-color: #1d1d1d;
}

.info-column ul {
    position: relative;
}

.info-column ul li {
    position: relative;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.info-column ul li span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    width: 110px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.info-column ul li span::after {
    position: absolute;
    content: ':';
    right: 10px;
    top: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.info-column ul li:last-child span:before {
	content: "\f005 \f005 \f005 \f005 \f005";
	position: absolute;
    right: -75px;
    top: 0px;
	color: #013973;
	    font-size: 14px;
    font-family: 'FontAwesome';
}

/* */

/* 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;}
}



#sp-right, #sp-left {
	padding: 90px 0;
	position: relative;
	padding-left: 30px;
	border-left: 1px solid #f4f4f4;
}

#sp-left {
	border-left: 0px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding-left: 0;
	padding-right: 30px;
}

.com-content #sp-right, .com-content #sp-left {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}

#sp-left {padding-right: 30px;}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 0px;
}

#sp-left .sp-module .form-control,
#sp-right .sp-module .form-control {
	height: 54px;
	border: none;
	border: 1px solid #f1f1f1;
	padding: 0 56px 0 12px;
	color: #9e9e9e;
	border-radius: 0;
	position: relative;
	line-height: 28px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #f2f2f2;
	background: none;
	display: block;
	font-size: 18px;
	width: 100%;
	height: 50px;
	color: #808080;
	font-weight: 400;
	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: 'Barlow', sans-serif;
} 

#sp-right .sp-module .search .search-btn,
#sp-left .sp-module .search .search-btn  {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 10px;
	height: 28px;
	width: 30px;
	font-size: 14px;
	color: #222222;
	line-height: 100%;
	background: none;
	display: inline-block;
	font-weight: normal;
	text-align: right;
	border: none;
	border-left: 1px solid #f2f2f2;
}

.input-group > .form-control:focus {
    z-index: 0;
	box-shadow: none;
}


#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	position: relative;
	margin-bottom: 26px;
	font-size: 18px;
	color: #222222;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	border: none;
	padding: 0;
}


#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {
	position: relative;
	padding: 14px 20px 20px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module ul.categories-module > li, #sp-right .sp-module ul.categories-module > li {
	border-bottom: 0px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
	padding: 8px 0px 0px;
	margin-bottom: 4px;
}

#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 ul.categories-module > li > a, #sp-right .sp-module ul.categories-module > li > a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	display: block;
	color: #848484;
	padding: 0px 0px;
	padding-left: 30px;
	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: 'Barlow', sans-serif;
}

#sp-left .sp-module ul.categories-module > li > a:before, #sp-right .sp-module ul.categories-module > li > a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 14px;
	width: 20px;
	height: 1px;
	background-color: #f2f2f2;
	font-family: 'FontAwesome';
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}

#sp-left .sp-module ul.categories-module > li > a:hover, #sp-right .sp-module ul.categories-module > li > a:hover {
	color: #013973;
	transition: .5s ease;
}

#sp-left .sp-module ul.categories-module > li > a:hover:before, #sp-right .sp-module ul.categories-module > li > a:hover:before {
	width: 100%;
	background-color: #013973;
}

#sp-left .sp-module ul.latestnews, #sp-right .sp-module ul.latestnews {
	position: relative;
	border: 1px solid #f2f2f2;	
}

#sp-left .sp-module ul.latestnews > li, #sp-right .sp-module ul.latestnews > li {
position: relative;
padding: 30px 20px 25px;
border-bottom: 1px solid #f2f2f2;
}

.post-thumb {
	position: relative;
	width: 70px;
	margin-bottom: 15px;
}

.post-thumb .overlay {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	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;
	background-color: rgba(0,0,0,0.80);
}

.post-info {
	position: relative;
	color: #848484;
	font-size: 18px;
	font-weight: 400;
	padding-left: 20px;
	margin-bottom: 8px;
}

.post-info::before {
    position: absolute;
    content: "\f139";
    left: 0px;
    top: 0px;
    color: #9b9ea8;
    font-size: 12px;
    font-weight: 800;
    font-family: "Flaticon";
}

.latestnews .text {
	position: relative;
	color: #252525;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
}

.latestnews .text a {
	color: #252525;
	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;
}

#sp-left .sp-module ul.latestnews > li:hover .post-thumb .overlay, #sp-right .sp-module ul.latestnews > li:hover .post-thumb .overlay {
	opacity: 1;
}

.latestnews .text a:hover {
	color: #013973;
}

#sp-left .sp-module .tagspopular > ul > li,
#sp-right .sp-module .tagspopular > ul > li {
	display: inline-block;
	margin: 0;
}

#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: 2px 12px 2px;
margin: 0px 6px 10px 0px;
color: #848484;
text-align: center;
font-size: 18px;
text-transform: capitalize;
background: none;
font-weight: 400;
border: 1px solid #f0f0f0;
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;
border-color: #013973;
background-color: #013973;
}

/* */

/* 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 {
position: relative;
color: #252525;
font-size: 24px;
font-weight: 600;
margin-top: 18px;
}

.article-details {
    margin-bottom: 25px;
}

.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: #013973;
	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;
	border-top: 1px 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: #cd2122;
    font-size: 16px;
}

.article-details .article-info {
	color: #848484;
	font-size: 16px;
	margin-bottom: 15px;
}

.article-info > span {
	font-size: 16px;
}

.mt-3, .my-3 {
	margin-top: 0 !important;
	background: #ffffff;
	padding-top: 0;
}

.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: 1px solid #f4f4f4;
	border-left-width: 0px;
	border-right-width: 0px;
}

.article-author-information h5 {
	position: relative;
	color: #252525;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.article-author-information .author-bio {
	position: relative;
	color: #848484;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.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: #cd2122;
}

.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;
}


/* */

/* J2 SHOP */

.com-j2store #sp-main-body {
	padding: 0;
}

.com-j2store #sp-main-body #sp-left, .com-j2store #sp-main-body #sp-right {padding-top: 80px; padding-bottom: 80px;}

.j2store-product-list, .j2store-single-product.simple, .view-carts #sp-component, .view-checkout #sp-component, .view-myprofile #sp-component {padding-top: 80px; padding-bottom: 80px;}

.j2store-single-product {
	position: relative;
	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;
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
}

.j2store-single-product:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
	box-shadow: 0px 0px 15px 0px rgba(244,244,244,1);
}

.j2store-product-images {
	position: relative;
	overflow: hidden;
	transition: .5s ease;
	background: #f7f7f7;
	text-align: center;
}

.j2store-product-images .overlay {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.j2store-product-images .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.j2store-product-images .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.j2store-product-images .overlay .box .content a i {
    background: #013973;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.j2store-single-product:hover .j2store-product-images {
	transition: .5s ease;
}

.j2store-single-product:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}

.j2store-single-product .content-box {
    position: relative;
    border: 0px solid #f4f4f4;
    border-top: 0px;
}

.j2store-single-product .content-box .inner-box {
   position: relative;
	padding: 15px 25px;
	background-color: #f7f7f7;
}

.j2store-single-product .content-box .inner-box .product-title {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 2px;
}

.j2store-single-product .content-box .inner-box .product-title a,
.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #252525;
	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:hover .content-box .inner-box .product-title a {
	color: #013973;
} 

.product-price-container .sale-price {
	position: relative;
	color: #848484;
	font-size: 18px;
	font-weight: 400;
}

.j2store-single-product .content-box .price-box {
    padding: 12px 20px;
}

.j2store-single-product .content-box .product-sku {display: none;}

.j2store-addtocart-form {
	margin-top: 0;
}

.j2store-add-to-cart {
	margin-left: 0;
	font-size: 16px;
	color: #999;
}

.view-products .j2store-single-product .content-box .price-box .j2store-add-to-cart .product-qty {display: none;}

.j2store-single-product .content-box .price-box .sppb-btn {
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	border: 0px solid transparent;
	padding: 0;
	border-radius: 0;
	line-height: 1.42857143;
	position: relative;
	color: #848484;
	font-size: 14px;
	transition: .7s ease;
	background: transparent;
	margin-bottom: 2px;
	font-size: 16px;
	color: #999 !important;
	text-transform: none;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {
	color: #013973;
	transition: .7s ease;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart {position: relative;}

.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}


.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: #013973;
	color: #fff;
	background-color: #013973;
}


.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-product-main-image {
	margin-bottom: 0;
	width: 100%;
}

.j2store-single-product-view .product-title {
	color: #303030;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.j2store-single-product-view .product-title:after {
	margin: 24px 0 24px;
	display: block;
	height: 2px;
	background: #013973;
	content:"";
	width: 120px;
}

.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}

.j2store-single-product-view .product-price-container .sale-price {
	color: #013973;
	font-size: 22px;
}

.j2store-single-product-view .product-sdesc-top {
	margin: 0px 0 0;
	overflow: hidden;
	padding: 24px 0;
}

.j2store-single-product-view .product-sku {
	color: #1f1f1f;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

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 .j2store-cart-button.sppb-btn {
	position: relative;
	background: #013973;
	font-size: 14px;
	line-height: 48px;
	color: #ffffff;
	border: 1px solid #013973;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	border-radius: 0;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {
	background: transparent;
	color: #013973;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

#j2store-product-detail-tab {
	padding-top: 60px;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: -1px;
}

#j2store-product-detail-tab li a {
	border: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 13px 35px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
	transition: all 500ms ease;
	line-height: 1.42857143;
}

#j2store-product-detail-tab li.active a {
	background: #013973;
	color: #fff;
	border-color: #013973;
}

.j2store-single-product-view .tab-content {
	padding: 30px;
	border: 1px solid #f4f4f4;
	border-top: none;
}

.product-upsells-container {
	border-top: 1px solid #f7f7f7;
	margin-top: 60px;
	padding-top: 56px;
}

@media (max-width: 575px) {
	.upsell-product {margin: 20px 0;}
	.j2store-single-product-view .product-title {margin-top: 20px;}
}

.product-upsells-container h3 {
	position: relative;
	margin-bottom: 50px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 24px;
}

.upsell-product-image img {width: 100%;}

.j2store-single-product.simple:hover .overlay {opacity: 0;}

.upsell-product-image-content  .overlay {
    transform: rotateY(180deg) scale(0.5,0.5) !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;
}

.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: #013973;
}

.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: .5s ease-in-out;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {
	background-color: #013973;
}

.sppb-btn:focus, .sppb-btn:active {box-shadow: 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 {
	line-height: 46px;
	position: relative;
	background: #013973;
	font-size: 14px;
	border-radius: 0;
	color: #ffffff !important;
	border: 1px solid #013973;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.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: transparent;
	color: #013973 !important;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.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;}

#j2store-checkout-content h1 {margin-bottom: 24px;}

















	@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon.woff") format("woff"),
       url("../fonts/flaticon.ttf") format("truetype"),
       url("../fonts/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
}

.flaticon-folder:before { content: "\f100"; }
.flaticon-hospital-buildings:before { content: "\f101"; }
.flaticon-factory-1:before { content: "\f102"; }
.flaticon-three-buildings:before { content: "\f103"; }
.flaticon-bank-building:before { content: "\f104"; }
.flaticon-hospital:before { content: "\f105"; }
.flaticon-factory:before { content: "\f106"; }
.flaticon-plus-zoom:before { content: "\f107"; }
.flaticon-quote-hand-drawn-symbol:before { content: "\f108"; }
.flaticon-upload:before { content: "\f109"; }
.flaticon-download-arrow-1:before { content: "\f10a"; }
.flaticon-download-1:before { content: "\f10b"; }
.flaticon-buildings:before { content: "\f10c"; }
.flaticon-play-button-5:before { content: "\f10d"; }
.flaticon-eye:before { content: "\f10e"; }
.flaticon-location:before { content: "\f10f"; }
.flaticon-telephone-station:before { content: "\f110"; }
.flaticon-home-phone:before { content: "\f111"; }
.flaticon-arrows-9:before { content: "\f112"; }
.flaticon-up-arrow-1:before { content: "\f113"; }
.flaticon-people-2:before { content: "\f114"; }
.flaticon-medal:before { content: "\f115"; }
.flaticon-idea:before { content: "\f116"; }
.flaticon-people-1:before { content: "\f117"; }
.flaticon-sketch-1:before { content: "\f118"; }
.flaticon-design:before { content: "\f119"; }
.flaticon-more:before { content: "\f11a"; }
.flaticon-more-button-interface-symbol-of-three-horizontal-aligned-dots:before { content: "\f11b"; }
.flaticon-play-button-4:before { content: "\f11c"; }
.flaticon-new-email-message-with-file-symbol:before { content: "\f11d"; }
.flaticon-commerce:before { content: "\f11e"; }
.flaticon-shopping-cart-of-checkered-design:before { content: "\f11f"; }
.flaticon-online-store:before { content: "\f120"; }
.flaticon-spa-building:before { content: "\f121"; }
.flaticon-hotel-1:before { content: "\f122"; }
.flaticon-residential-block:before { content: "\f123"; }
.flaticon-hotel:before { content: "\f124"; }
.flaticon-support:before { content: "\f125"; }
.flaticon-quality:before { content: "\f126"; }
.flaticon-trophy-2:before { content: "\f127"; }
.flaticon-trophy-1:before { content: "\f128"; }
.flaticon-sheet:before { content: "\f129"; }
.flaticon-school:before { content: "\f12a"; }
.flaticon-building:before { content: "\f12b"; }
.flaticon-interior-design:before { content: "\f12c"; }
.flaticon-decorating:before { content: "\f12d"; }
.flaticon-house-plans:before { content: "\f12e"; }
.flaticon-building-front:before { content: "\f12f"; }
.flaticon-sketch:before { content: "\f130"; }
.flaticon-like-2:before { content: "\f131"; }
.flaticon-menu-2:before { content: "\f132"; }
.flaticon-avatar:before { content: "\f133"; }
.flaticon-play-arrow:before { content: "\f134"; }
.flaticon-edit-1:before { content: "\f135"; }
.flaticon-alarm-clock-1:before { content: "\f136"; }
.flaticon-link:before { content: "\f137"; }
.flaticon-two-quotes:before { content: "\f138"; }
.flaticon-clock-2:before { content: "\f139"; }
.flaticon-user-3:before { content: "\f13a"; }
.flaticon-arrows-8:before { content: "\f13b"; }
.flaticon-arrows-7:before { content: "\f13c"; }
.flaticon-letter:before { content: "\f13d"; }
.flaticon-home-1:before { content: "\f13e"; }
.flaticon-target:before { content: "\f13f"; }
.flaticon-smartphone-1:before { content: "\f140"; }
.flaticon-menu-1:before { content: "\f141"; }
.flaticon-placeholder-2:before { content: "\f142"; }
.flaticon-analytics:before { content: "\f143"; }
.flaticon-connection:before { content: "\f144"; }
.flaticon-send:before { content: "\f145"; }
.flaticon-shopping-cart:before { content: "\f146"; }
.flaticon-message:before { content: "\f147"; }
.flaticon-play-button-3:before { content: "\f148"; }
.flaticon-home:before { content: "\f149"; }
.flaticon-arrows-6:before { content: "\f14a"; }
.flaticon-file-1:before { content: "\f14b"; }
.flaticon-chat:before { content: "\f14c"; }
.flaticon-settings:before { content: "\f14d"; }
.flaticon-envelope-1:before { content: "\f14e"; }
.flaticon-planet-earth:before { content: "\f14f"; }
.flaticon-interface-1:before { content: "\f150"; }
.flaticon-layers-1:before { content: "\f151"; }
.flaticon-edit:before { content: "\f152"; }
.flaticon-note-1:before { content: "\f153"; }
.flaticon-calendar-1:before { content: "\f154"; }
.flaticon-smartphone:before { content: "\f155"; }
.flaticon-technology-2:before { content: "\f156"; }
.flaticon-user-2:before { content: "\f157"; }
.flaticon-technology-1:before { content: "\f158"; }
.flaticon-photo-camera:before { content: "\f159"; }
.flaticon-arrows-5:before { content: "\f15a"; }
.flaticon-arrows-4:before { content: "\f15b"; }
.flaticon-speech-bubble:before { content: "\f15c"; }
.flaticon-star:before { content: "\f15d"; }
.flaticon-graphic:before { content: "\f15e"; }
.flaticon-user-1:before { content: "\f15f"; }
.flaticon-previous:before { content: "\f160"; }
.flaticon-arrows-3:before { content: "\f161"; }
.flaticon-padlock:before { content: "\f162"; }
.flaticon-right-quote:before { content: "\f163"; }
.flaticon-left-quote-2:before { content: "\f164"; }
.flaticon-right-arrow-4:before { content: "\f165"; }
.flaticon-drop:before { content: "\f166"; }
.flaticon-unlink:before { content: "\f167"; }
.flaticon-search:before { content: "\f168"; }
.flaticon-like-1:before { content: "\f169"; }
.flaticon-play-button-2:before { content: "\f16a"; }
.flaticon-users:before { content: "\f16b"; }
.flaticon-placeholder-1:before { content: "\f16c"; }
.flaticon-alarm-clock:before { content: "\f16d"; }
.flaticon-clock-1:before { content: "\f16e"; }
.flaticon-layers:before { content: "\f16f"; }
.flaticon-play-button-1:before { content: "\f170"; }
.flaticon-play-button:before { content: "\f171"; }
.flaticon-file:before { content: "\f172"; }
.flaticon-calendar:before { content: "\f173"; }
.flaticon-menu:before { content: "\f174"; }
.flaticon-note:before { content: "\f175"; }
.flaticon-checked-1:before { content: "\f176"; }
.flaticon-checked:before { content: "\f177"; }
.flaticon-check-1:before { content: "\f178"; }
.flaticon-cancel-1:before { content: "\f179"; }
.flaticon-back-1:before { content: "\f17a"; }
.flaticon-shopping-bag-3:before { content: "\f17b"; }
.flaticon-piggy-bank-1:before { content: "\f17c"; }
.flaticon-phone-call:before { content: "\f17d"; }
.flaticon-vector:before { content: "\f17e"; }
.flaticon-house:before { content: "\f17f"; }
.flaticon-share:before { content: "\f180"; }
.flaticon-musical-note:before { content: "\f181"; }
.flaticon-back:before { content: "\f182"; }
.flaticon-download:before { content: "\f183"; }
.flaticon-like:before { content: "\f184"; }
.flaticon-heart:before { content: "\f185"; }
.flaticon-placeholder:before { content: "\f186"; }
.flaticon-next:before { content: "\f187"; }
.flaticon-garbage:before { content: "\f188"; }
.flaticon-telephone:before { content: "\f189"; }
.flaticon-money-bag:before { content: "\f18a"; }
.flaticon-shopping-bag-2:before { content: "\f18b"; }
.flaticon-piggy-bank:before { content: "\f18c"; }
.flaticon-favorite:before { content: "\f18d"; }
.flaticon-rss-updates-subscription:before { content: "\f18e"; }
.flaticon-minus:before { content: "\f18f"; }
.flaticon-unchecked:before { content: "\f190"; }
.flaticon-user:before { content: "\f191"; }
.flaticon-timer:before { content: "\f192"; }
.flaticon-profile:before { content: "\f193"; }
.flaticon-right-arrow-3:before { content: "\f194"; }
.flaticon-cancel:before { content: "\f195"; }
.flaticon-right-arrow-2:before { content: "\f196"; }
.flaticon-left-arrow-2:before { content: "\f197"; }
.flaticon-down-arrow:before { content: "\f198"; }
.flaticon-clock:before { content: "\f199"; }
.flaticon-interface:before { content: "\f19a"; }
.flaticon-shopping-bag-1:before { content: "\f19b"; }
.flaticon-shopping-bag:before { content: "\f19c"; }
.flaticon-arrows-2:before { content: "\f19d"; }
.flaticon-magnifying-glass:before { content: "\f19e"; }
.flaticon-time:before { content: "\f19f"; }
.flaticon-left-arrow-1:before { content: "\f1a0"; }
.flaticon-right-arrow-1:before { content: "\f1a1"; }
.flaticon-minus-symbol:before { content: "\f1a2"; }
.flaticon-plus-symbol:before { content: "\f1a3"; }
.flaticon-download-arrow:before { content: "\f1a4"; }
.flaticon-envelope:before { content: "\f1a5"; }
.flaticon-up-arrow:before { content: "\f1a6"; }
.flaticon-pin:before { content: "\f1a7"; }
.flaticon-people:before { content: "\f1a8"; }
.flaticon-commenting:before { content: "\f1a9"; }
.flaticon-technology:before { content: "\f1aa"; }
.flaticon-check-form:before { content: "\f1ab"; }
.flaticon-sent-mail:before { content: "\f1ac"; }
.flaticon-label:before { content: "\f1ad"; }
.flaticon-menu-options:before { content: "\f1ae"; }
.flaticon-arrow-pointing-to-right:before { content: "\f1af"; }
.flaticon-right-arrow:before { content: "\f1b0"; }
.flaticon-house-outline:before { content: "\f1b1"; }
.flaticon-left-arrow:before { content: "\f1b2"; }
.flaticon-round:before { content: "\f1b3"; }
.flaticon-check-symbol:before { content: "\f1b4"; }
.flaticon-forward-arrow:before { content: "\f1b5"; }
.flaticon-left-quote-1:before { content: "\f1b6"; }
.flaticon-placeholder-filled-point:before { content: "\f1b7"; }
.flaticon-right-quotation-sign:before { content: "\f1b8"; }
.flaticon-left-quote:before { content: "\f1b9"; }
.flaticon-menu-button-of-three-lines:before { content: "\f1ba"; }
.flaticon-wifi-connection-signal-symbol:before { content: "\f1bb"; }
.flaticon-world:before { content: "\f1bc"; }
.flaticon-word-file:before { content: "\f1bd"; }
.flaticon-left-quotes:before { content: "\f1be"; }
.flaticon-right-quote-symbol:before { content: "\f1bf"; }
.flaticon-right-quote-sign:before { content: "\f1c0"; }
.flaticon-map-marker:before { content: "\f1c1"; }
.flaticon-tag-black-shape:before { content: "\f1c2"; }
.flaticon-quote-left:before { content: "\f1c3"; }
.flaticon-tags:before { content: "\f1c4"; }
.flaticon-check:before { content: "\f1c5"; }
.flaticon-user-shape:before { content: "\f1c6"; }
.flaticon-telephone-handle-silhouette:before { content: "\f1c7"; }
.flaticon-right-quotation-mark:before { content: "\f1c8"; }
.flaticon-earth:before { content: "\f1c9"; }
.flaticon-pdf:before { content: "\f1ca"; }
.flaticon-windows-8:before { content: "\f1cb"; }
.flaticon-word:before { content: "\f1cc"; }
.flaticon-trophy:before { content: "\f1cd"; }
.flaticon-e-mail-envelope:before { content: "\f1ce"; }
.flaticon-go-back-arrow:before { content: "\f1cf"; }
.flaticon-boat-anchor:before { content: "\f1d0"; }
.flaticon-smartphone-call:before { content: "\f1d1"; }
.flaticon-send-message-button:before { content: "\f1d2"; }
.flaticon-web:before { content: "\f1d3"; }
.flaticon-boat-lifesaver:before { content: "\f1d4"; }
.flaticon-business:before { content: "\f1d5"; }
.flaticon-arrow:before { content: "\f1d6"; }
.flaticon-home-page:before { content: "\f1d7"; }
.flaticon-blocks-with-angled-cuts:before { content: "\f1d8"; }
.flaticon-straight-quotes:before { content: "\f1d9"; }
.flaticon-quotation-marks:before { content: "\f1da"; }
.flaticon-arrows-1:before { content: "\f1db"; }
.flaticon-arrows:before { content: "\f1dc"; }
.flaticon-left-quote-sketch:before { content: "\f1dd"; }
.flaticon-plus:before { content: "\f1de"; }




@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;}}

@media (min-width: 992px) and (max-width: 1200px) { 

#sp-top1 .sppb-container-inner {
	max-width:  100%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}


#sp-header .container {max-width:  1000px;}


}