@charset "UTF-8";@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/***!  /templates/salimo/css/custom.css  !***/




body {
    font: 14px/22px "Raleway", Arial, Helvetica, sans-serif;
    color: #6e6e6e;
    padding: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    margin: 15px 0;
}
h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
}
h3 {
    font-size: 24px;
    line-height: 24px;
}
h4 {
    font-size: 18px;
    line-height: 18px;
}
h5 {
    font-size: 14px;
    line-height: 14px;
}
h6 {
    font-size: 12px;
    line-height: 12px;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #666;
}

a,
a:hover {
    text-decoration: none !important;
	cursor: pointer;
}

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

#sp-header, #sp-header .logo  {height: 99px;}

/* */

/* HEADER */

#sp-header {
	text-align: center;
	background: transparent none repeat scroll 0 0;
	z-index: 1000;
	color: #fff;
	width: 100%;
	border: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#sp-header.menu-fixed-out {
	position: absolute;
	left: 0;
	top: 0px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


#sp-header.menu-fixed {
	position: fixed;
	background-color: #111;
	border-bottom: 1px solid #222;
	height: 65px;
}

#sp-header.menu-fixed-out.non-transparent,
#sp-header.menu-fixed.non-transparent {
	position: relative;
	background-color: #111;
	border-bottom: 1px solid #222;
	height: inherit;
}

#sp-header.menu-fixed.non-transparent {position: fixed;}

#sp-header.menu-fixed .logo {height: 65px;}

#sp-header .logo a {
	display: table-cell;
	vertical-align: middle;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	margin-bottom: 30px;
}

#sp-header .logo a img {max-width: 185px;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	letter-spacing: 0;
	border-top: 1px solid #222;
	color: #eee;
	font-size: 13px;
	line-height: 1;
	padding: 43px 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#sp-header.menu-fixed .sp-megamenu-parent > li > a, #sp-header.menu-fixed .sp-megamenu-parent > li > span {
	border-top: 1px solid #222;
	padding: 26px 12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a,
#sp-header.menu-fixed .sp-megamenu-parent > li.active > a, #sp-header.menu-fixed .sp-megamenu-parent > li:hover > a  {
	color: #ffb400;
}

.sp-megamenu-parent > li > a > i {margin-right: 3px;}

.scrollup:before {
  border-radius: 100px;
  color: #fff;
  content: " ";
  font-family: "Font Awesome 5 Free"; font-weight: 900 !important;
  font-size: 15px;
  font-weight: 700;
  height: 35px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
}

.scrollup {
  background-color: #ffb400;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 100px;
  bottom: 10px;
  height: 35px;
  position: fixed;
  right: 10px;
  width: 35px;
  z-index: 999;
  line-height: 34px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-color: #000;
  transition: all 0.3s ease-in-out;
}

.scrollup:hover {
	background-color: #141414;
}

/* END HEADER*/

/* PAGE BUILDER ROW CLASSES*/

.skew-section {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.skew-section .sppb-row-container {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}

.skew-section-top {
	position: relative;
	z-index: 1;
}

.skew-section-top:before {
	background-color: #ffb400;
	height: 50%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	position: absolute;
	content: "";
	pointer-events: none;
}

.skew-section-top:after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: "";
	pointer-events: none;
}

.skew-section-top2 {
	position: relative;
	z-index: 1;
}

.skew-section-top2:before {
	background-color: #ff00ff;
	height: 50%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	position: absolute;
	content: "";
	pointer-events: none;
}

.skew-section-top2:after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: "";
	pointer-events: none;
}

.skew-section-top3 {
	position: relative;
	z-index: 1;
}

.skew-section-top3:before {
	background-color: #ff0000;
	height: 50%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	position: absolute;
	content: "";
	pointer-events: none;
}

.skew-section-top3:after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: "";
	pointer-events: none;
}

.triangle-section {position: relative;}

.triangle-section:before {
	right: 50%;
	border-right: 1000px solid transparent;
	border-left: 1000px solid;
	top: initial;
	border-top: none;
	content: "";
	position: absolute;
	bottom: -1px;
	border-bottom: 100px solid #fff;
	transform: rotate(0.000001deg);
	width: 50%;
	z-index: 99999;
}

.triangle-section:after {
	left: 50%;
	border-left: 1000px solid transparent;
	border-right: 1000px solid;
	top: initial;
	border-top: none;
	content: "";
	position: absolute;
	bottom: -1px;
	border-bottom: 100px solid #fff;
	transform: rotate(0.000001deg);
	width: 50%;
	z-index: 9999;
}

.triangle-section2 {position: relative;}

.triangle-section2:before {
	right: 50%;
	border-right: 1000px solid transparent;
	border-left: 1000px solid;
	border-bottom: 100px solid #efefef;
	content: "";
	position: absolute;
	bottom: -1px;
	top: 0;
	width: 50%;
	z-index: 100;
	border-top: 100px solid #fff;
	-webkit-transform: rotate(0.000001deg);
	transform: rotate(0.000001deg);
}

.triangle-section2:after {
	left: 50%;
	border-left: 1000px solid transparent;
	border-right: 1000px solid;
	border-bottom: 100px solid #efefef;
	content: "";
	position: absolute;
	bottom: -1px;
	top: 0;
	width: 50%;
	z-index: 100;
	border-top: 100px solid #fff;
	-webkit-transform: rotate(0.000001deg);
	transform: rotate(0.000001deg);
}

.triangle-section3 {position: relative;}

.triangle-section3:before {
	right: 50%;
	border-right: 1000px solid transparent;
	border-left: 1000px solid;
	border-bottom: 100px solid #fff;
	content: "";
	position: absolute;
	bottom: -1px;
	top: 0;
	width: 50%;
	z-index: 100;
	border-top: 100px solid #efefef;
	-webkit-transform: rotate(0.000001deg);
	transform: rotate(0.000001deg);
}

.triangle-section3:after {
	left: 50%;
	border-left: 1000px solid transparent;
	border-right: 1000px solid;
	border-bottom: 100px solid #fff;
	content: "";
	position: absolute;
	bottom: -1px;
	top: 0;
	width: 50%;
	z-index: 100;
	border-top: 100px solid #efefef;
	-webkit-transform: rotate(0.000001deg);
	transform: rotate(0.000001deg);
}

.triangle-section .sppb-row-container,
.triangle-section2 .sppb-row-container,
.triangle-section3 .sppb-row-container {
    z-index: 9999;
    position: relative;
}

.skew-section3 {
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.skew-section3 .sppb-row-container,
#contact.skew-section3 .sppb-container-inner .sppb-col-md-12  {
	-webkit-transform: skewY(3deg);
	transform: skewY(3deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}

.negative-margin {margin-top: -55px !important;}

/* END HEADER*/

/* FOOTER */

#sp-footer {
	padding: 60px 0;
	border-top: 2px solid #ffb400;
	background: #111;
}

#sp-footer .sp-copyright {
	color: #eee;
	padding-bottom: 10px;
	text-transform: lowercase;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0px;
	display: block;
}

#sp-footer .sp-copyright p {
	font-weight: 500;
	text-transform: uppercase;
	color: #eee;
	padding-bottom: 10px;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
	margin-top: 0px;
}

#sp-footer ul.social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

#sp-footer ul.social-icons > li {
	display: inline-block;
	margin: 0 10px 5px 0;
	padding: 0;
	vertical-align: top;
	list-style: none;
}

#sp-footer ul.social-icons > li a {
	color: #ffb400;
	border: 2px solid #ffb400;
	width: 42px;
	height: 42px;
	line-height: 40px;
	background: transparent;
	border-radius: 50%;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 21px;
	display: inline-block;
}

#sp-footer ul.social-icons > li a:hover {
	background-color: #ffb400;
	transition: 0.4s;
	color: #fff !important;
}

#sp-footer ul.social-icons > li a:hover i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #fff !important;
}

/* END HEADER*/

/* OFFCANVAS */

#offcanvas-toggler > i {
	color: #fff;
}

#sp-header.menu-fixed #offcanvas-toggler  {
	line-height: 65px;
}

#offcanvas-toggler > i:hover {
	color: #f8f8f8;
}

/* END OFFCANVAS */

/* SIMPLE PORTFOLIO GENERAL */

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.com-spsimpleportfolio.view-item .sp-simpleportfolio-image img {
	width: 100%;
}

.sp-simpleportfolio-item {position: relative;}

.com-spsimpleportfolio.view-item #sp-main-body h2 {
	margin-top: 20px;
	font-size: 30px !important;
	font-style: normal;
	margin-bottom: 50px;
	color: #191919;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.com-spsimpleportfolio.view-item p,
.com-spsimpleportfolio.view-item h4 {
	margin: 0 0 10px;
	color: #787878;
	font-size: 16px;
	line-height: 24px;
}

.com-spsimpleportfolio.view-item h3 {
	color: #191919;
	font-size: 18px;
	margin: 40px 0 15px;
	font-weight: 500;
}


.com-spsimpleportfolio.view-item .sp-simpleportfolio-created p, .com-spsimpleportfolio.view-item .sp-simpleportfolio-tags p {
	float: right;
}

.sp-simpleportfolio .sp-simpleportfolio-meta {
	display: none !important
}

.sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: left;
}

/* END PORTFOLIO GENERAL */

/* BLOG GENERAL */

.com-content.view-article .icons {
	display: none;
}

.com-content.view-article img {width: 100%;}

.entry-header h2 {
	margin: 6px 0 0;
	font-size: 24px;
	line-height: 1.1;
	color: #191919;
}

.entry-header {
    position: relative;
    margin-bottom: 22px;
}

.article-info > dd {
	display: inline-block;
	color: inherit;
	text-transform: uppercase;
	margin: 0 8px;
	font-size: 13px;
}

.single-article-content {
	padding: 25px 35px 60px;
	border-radius: 0 0 3px 3px !important;
}

.com-content.view-article .article-footer-wrap {
	background: #fff;
}

.com-content.view-article .article-footer-top {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding-bottom: 60px;
	padding-top: 60px;
}


#sp-left {
	padding-bottom: 90px;
	padding-top: 90px;
	padding-right: 35px
}

#sp-left .sp-module {
	border-bottom: 0px solid #f2f2f2;
	padding-bottom: 50px;
}

#sp-left .sp-module:last-child {
	border-bottom: 0px solid #f2f2f2;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sp-module .sp-module-title {
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #191919;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 18px;
}

#sp-left .sp-module ul > li:first-child {
	border-top: none;
	padding-top: 0;
}

 .sp-module ul > li {border-bottom: 0px !important;}

#sp-left .sp-module ul > li {
	display: block;
	color: #787878;
	font-size: 11px;
	letter-spacing: 1px;
	list-style: none;
	border-top: 1px solid #f2f2f2;
	padding: 8px 0;
}

#sp-left .sp-module ul > li > a {
	color: #787878;
	font-size: 14px;
	margin-right: 10px;
	letter-spacing: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 1.9;
	margin-right: 0;
	padding: 0;
}

.sp-module .latestnews > div {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 0px solid #e8e8e8;
}

#sp-left .sp-module ul > li > a:before {display: none;}

#sp-left .sp-module ul > li > a:hover {color: #999;}

#sp-left .sp-module .tagspopular  ul > li {
	border-top: 0px solid #f2f2f2;
	padding: 0;
	display: inline-block;
	margin: 0 10px 10px 0;
	position: relative;
	line-height: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#sp-left .sp-module .tagspopular  ul > li > a {
	background: #fff;
	border: 0px solid #dedede;
	color: #787878;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/* END BLOG GENERAL */

@media (max-width: 992px) {
.sppb-row-overlay {
	z-index: -1 !important;
}
}

/* J4 OPTIMIZATION */


/* Slider Zoom Effect */
@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}
