@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');


/* GENERAL STYLES */

body {
    background-color: #fff;
    color: #777;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}
a {
    font-family: "Merriweather",sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

img {
	margin: 0 auto;
}

/* END GENERAL */

/* MENU AND LOGO */

#sp-header {
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
	height: inherit;
}

#sp-header.menu-fixed-out {
	box-shadow: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 20px 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	min-height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

@media (max-width: 400px) {
	#sp-header.menu-fixed-out {
	padding: 10px 0;
}
}

#sp-header.header-invisible {
	border-bottom: 0px solid transparent!important;
}

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

#sp-header.non-transparent.menu-fixed-out,
#sp-header.menu-fixed {
	background-color: #fff;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 10px 0 5px;
	width: 100%;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
}

#sp-header.non-transparent.menu-fixed-out {position: relative;}

#sp-logo {
	padding: 0;
}

#sp-header .logo {
  height: inherit;
}

#sp-header .logo a {
	margin-left: -15px;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 0;
}

#sp-header .logo a img {
	width: 150px;
}

.sp-megamenu-parent {
  display: block;
  float: right;
  margin-right: -15px;
}

.sp-megamenu-parent > li {
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent > li > a {
	color: #f3f3f3;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 20px;
	transition: all 0.2s ease 0s;
	letter-spacing: 0px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a,
.menu-fixed .sp-megamenu-parent > li.active > a, .menu-fixed .sp-megamenu-parent > li:hover > a {
	background-color: transparent;
	color: #00bcd4 !important;
}

#sp-header.non-transparent.menu-fixed-out .sp-megamenu-parent > li > a,
.menu-fixed .sp-megamenu-parent > li > a {
	color: #282828;
}

#offcanvas-toggler {
  font-size: 20px;
  line-height: inherit;
  margin-left: 15px;
  padding: 20px 0 0;
}

#offcanvas-toggler i {
	height: 30px;
	width: 30px;
	background: #fff;
	line-height: 30px;
	color: #00bcd4;
	text-align: center;
	border-radius: 4px;
}


@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}
@media only screen and (max-width:550px){
.header-invisible #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding-top: 5px;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding: 0 !important;
}
#sp-logo a img {
    width: 100px !important;
}
}

@media only screen and (max-width:300px){
.header-invisible #offcanvas-toggler {
	font-size: 10px !important;
	line-height: 30px !important;
	padding-top: 5px;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
	font-size: 10px !important;
	line-height: 30px !important;
	padding: 0 !important;
}
#sp-logo a img {
    width: 80px !important;
	padding-bottom: 10px;
}
}

.scrollup:before {
  border-radius: 0;
  color: #fff;
  content: " ";
  font-family: "FontAwesome";
  font-size: 25px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.scrollup,
.scrollup:hover {
  background-color: #00bcd4;
  border: none;
  border-radius: 100px;
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 999;
  line-height: 40px;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* */

/* SLIDER*/

.top-slider .ls-wrapper:hover .slider-btn {
	background: #fff none repeat scroll 0 0 !important;
	border: 2px solid #fff !important;
	color: #222 !important;
}

.ls-bottom-nav-wrapper, .ls-below-thumbnails {
  float: right;
  height: 0;
  margin: -25% 5% 0 0;
  position: relative;
  text-align: center;
}

.ls-v6 .ls-bottom-slidebuttons {
	display: block !important;
}

@media (max-width: 768px) {
	.ls-v6 .ls-bottom-slidebuttons a {
	display: none !important;
}
}

.ls-v6 .ls-bottom-slidebuttons a,
.ls-v6 .ls-bottom-slidebuttons a:hover  {
background: #fff none repeat scroll 0 0 !important;
border: 2px solid rgba(255, 255, 255) !important;
margin-bottom: 15px !important;
}

.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active,
.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active:hover {
	background: #00bcd4 none repeat scroll 0 0 !important;
	border: 2px solid #00bcd4 !important;
}

.ls-v6 .ls-bottom-slidebuttons {
  display: block !important;
}

/* */

/* ABOUT */

.section-heading .sppb-addon-title {
	color: #333;
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
}

.section-heading .sppb-addon-content .heading-separator {
	background: #00bcd4 none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 70px;
}

.section-heading .sppb-addon-content {
	margin: 0 0 10px;
	color: #777;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about-features {
	padding: 13px 13px 0;
	transition: all 0.2s ease 0s;
}

.about-features .sppb-icon i {
	border: 1px solid #e8e8e9;
	border-radius: 100px;
	box-shadow: 0 0 0 7px transparent;
	color: #333;
	font-size: 26px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 15px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 80px;
}

.about-features .sppb-addon-title {
	color: #333;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 1.1;
}

.about-features .sppb-addon-title:after {
	background: #00bcd4 none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 54px;
	content: "";
}

.about-features .sppb-addon-text {
	margin: 0 0 10px;
}

.about-features:hover .sppb-icon i {
	background: #00bcd4 none repeat scroll 0 0;
	border: 1px solid #00bcd4;
	box-shadow: 0 0 0 0 #00bcd4;
	color: #fff;
}

.about-features:hover .sppb-addon-title {color: #00bcd4;}


.expertise-text .sppb-addon-title {
	color: #333;
	margin: 0 0 15px;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
}

.expertise-text .sppb-addon-content {
	margin-bottom: 40px;
	color: #777;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.sppb-progress-label {
	line-height: 24px;
	color: #333;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sppb-progress {
  border-radius: 0;
  overflow: hidden;
background: #e8e8e9 none repeat scroll 0 0;
box-shadow: 0 0 0;
height: 6px;
margin: 0 0 20px;
position: relative;
width: 100%;
color: #fff;
float: left;
font-size: 12px;
line-height: 20px;
text-align: center;
transition: width 0.6s ease 0s;
}

.sppb-progress-bar {
background: #00bcd4 none repeat scroll 0 0;
}

/* */

/* PROJECTS */

.sp-simpleportfolio .sp-simpleportfolio-item {
	background: #00bcd4 none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
	opacity: 0.95;
	transform: scale3d(1.05, 1.05, 1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	position: relative;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
	opacity: 0.6;
	transform: scale3d(1, 1, 1);
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: transparent none repeat scroll 0 0;
	padding: 0;
	text-align: center;
	transition: opacity 400ms ease 0s;
	z-index: 2; 
	backface-visibility: hidden;
	color: #fff;
	font-size: 1.25em;
	padding: 2em;
	text-transform: uppercase;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1 !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	transition: transform 0.6s ease 0s;
	width: 100%;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
  background: transparent none repeat scroll 0 0;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none;
  transform: none;
  vertical-align: middle;
border-right: 4px solid #fff;
bottom: 0;
margin: 3em;
max-width: 145px;
opacity: 0;
padding: 0 1em;
position: absolute;
right: 0;
text-align: right;
transition: opacity 0.35s ease 0s;
font-size: 68.5%;
letter-spacing: 1px;
color: #fff;
text-transform: uppercase;
font-family: "Merriweather",sans-serif;
font-weight: 400;
line-height: 24px;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns a {
	opacity: 1;
	transition-delay: 0.1s;
}

.more-work-btn {
	padding-top: 50px;
}

.more-work-btn a {
	border: 2px solid #222;
	border-radius: 0;
	color: #333;
	padding: 10px 30px;
	transition: all 0.2s ease 0s;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.more-work-btn a:hover {
	background: #00bcd4 none repeat scroll 0 0;
	border: 2px solid #00bcd4;
	color: #fff;
}

/* */

/* SERVICES */

.our-services {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 40px 30px;
	transition: all 0.2s ease 0s;
}

.our-services:hover {
	background: #00bcd4 none repeat scroll 0 0;
	box-shadow: 0 1px 45px 0 rgba(0, 0, 0, 0.1);
} 

.our-services .sppb-icon i {
	color: #00bcd4;
	font-size: 40px;
	padding-bottom: 20px;
	transition: all 0.2s ease 0s;
}

.our-services .sppb-addon-title {
	color: #333;
	font-size: 16px;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	line-height: 1.1;
}

.our-services .sppb-addon-text {
	margin-bottom: 0;
	transition: all 0.2s ease 0s;
	color: #777;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.our-services:hover .sppb-icon i, .our-services:hover .sppb-addon-title, .our-services:hover .sppb-addon-text {color: #fff;}

/* */

/* PROCESS */

.process-step {
	padding: 60px 30px;
}

.process-step .sppb-addon-title {
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1;
}

.process-step .sppb-addon-title span {
	color: #eaeaea;
	font-size: 60px;
	margin-right: 5px;
}

.process-step .sppb-addon-content {
	color: #fff;
	margin: 0 0 10px;
}

.process-step-1 {background: #0097a7 none repeat scroll 0 0;}
.process-step-2 {background: #00acc1 none repeat scroll 0 0;}
.process-step-3 {background: #00bcd4 none repeat scroll 0 0;}
.process-step-4 {background: #26c6da none repeat scroll 0 0;}

/* */

/* TEAM */

.team-member {
	padding: 0 15px;
}

.team-member .team-thumbnail {
  border: 1px solid #e8e8e9;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 5px;
  position: relative;
  text-align: center;
}

.team-member .team-thumbnail .team-overlay {
  background-color: rgba(28, 186, 200, 0.8);
  bottom: -1px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}

.team-overlay {
  padding: 60px 0;
}

.team-member .team-thumbnail .social-media {
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}

.team-member .team-thumbnail .social-media a {
  display: inline-block;
}

.team-member .team-thumbnail .social-media a i {
  color: #fff;
font-size: 20px;
height: 48px;
line-height: 48px;
margin: -2px;
transition: all 0.2s ease 0s;
width: 48px;
}

.team-info {
  padding: 10px;
}

.team-member .team-info h4 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
font-weight: 700;
font-size: 18px;
margin-bottom: 10px;
line-height: 1.1;
}

.team-member .team-info p {
  color: #fff;
  margin-bottom: 0;
font-family: "Source Sans Pro",sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

.team-member:hover .team-overlay {
  opacity: 1;
}

.team-member:hover .social-media {
  transform: translateY(-90%);
}

.team-member .team-thumbnail .social-media a.facebook i:hover {
  background: #507cbe none repeat scroll 0 0;
}
.team-member .team-thumbnail .social-media a.twitter i:hover {
  background: #63cdf1 none repeat scroll 0 0;
}
.team-member .team-thumbnail .social-media a.google i:hover {
  background: #f16261 none repeat scroll 0 0;
}
.team-member .team-thumbnail .social-media a.linkedin i:hover {
  background: #90cadd none repeat scroll 0 0;
}

/* */

/* WHY CHOOSE */

.choose-features {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e8e8e9;
	margin-bottom: 15px;
	transition: all 0.2s ease 0s;
	position: relative;
}

.choose-features:hover {background: #00bcd4 none repeat scroll 0 0;}

.choose-features .sppb-addon-title {
	margin-bottom: 10px;
	color: #333;
	margin-top: 0;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 3;
}

.choose-features .sppb-addon-text {
	margin-bottom: 0;
	padding: 0 15px 15px;
	transition: all 0.2s ease 0s;
	color: #777;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.choose-features .sppb-icon i {
	background: #00bcd4 none repeat scroll 0 0;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	padding: 0 15px;
	transition: all 0.2s ease 0s;
	width: 50px;
	float: left;
}

.choose-features:hover .sppb-icon i {
	background: #fff none repeat scroll 0 0;
	color: #00bcd4;
}

.sppb-media, .sppb-media-body, .sppb-media .pull-left {
  overflow: visible;
  margin: 0;
}

.choose-features:hover .sppb-addon-title, .choose-features:hover .sppb-addon-text {color: #fff;}

/* */

/* PARALLAX */

.white-text .sppb-addon-title, .white-text .sppb-addon-content {color: #fff;}

.single_testimonial {text-align: center;}

.single_testimonial img {
  border-radius: 100px;
  height: 100px;
  margin-bottom: 30px;
  width: 100px;
}

.single_testimonial h4 {
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  font-family: "Montserrat",sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 1.1;
}

.single_testimonial h5 {
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
  font-family: "Montserrat",sans-serif;
font-weight: 700;
font-size: 14px;
line-height: 1.1;
}

.single_testimonial p {
  color: #fff;
}

/*  */

/* ANIMATED NUMBERS */

.sppb-addon-animated-number {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e8e8e9;
	padding: 30px;
}

.sppb-animated-number {
	color: #333;
	font-weight: 700;
	margin-top: 0;
	transition: all 0.2s ease 0s;
	font-family: "Montserrat",sans-serif;
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.sppb-animated-number-title {
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #777;
	font-weight: 400;
	line-height: 24px;
}

/* */

/* PARTNERS */

.partners-border img {
	border: 1px solid #e8e8e9;
}

/* */

/* PRICING */

.sppb-addon-pricing-table {overflow: visible !important;}

@media (max-width: 993px) {
	.sppb-pricing-box {
		margin-bottom: 50px;
	}
}

.sppb-pricing-box,
.sppb-pricing-box.sppb-pricing-featured {
  border: none;
  padding: 0;
  background: #fff none repeat scroll 0 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
min-height: 100px;
padding-bottom: 25px;
transition: all 0.2s ease 0s;
}

.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
	color: #333;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	font-family: "Montserrat",sans-serif;
	font-size: 24px;
	line-height: 1.1;
	border-bottom: 1px solid #eee;
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price {
	color: #333;
	font-size: 82px;
	line-height: 1;
	vertical-align: top;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-price strong {
	display: inline-block;
	font-size: 38px;
	margin: 6px 0 0 -7px;
	position: relative;
	vertical-align: top;
}

.sppb-pricing-box .sppb-pricing-header > span.sppb-pricing-duration {
	color: #aaa;
	font-size: 14px;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1;
	display: block;
}

.sppb-pricing-box .sppb-pricing-features {
  padding: 0;
}

.sppb-pricing-box .sppb-pricing-features > ul {
	margin: 0;
	list-style-type: none;
	padding: 20px;
}

.sppb-pricing-box .sppb-pricing-features > ul > li {
	display: block;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	margin-top: -1px;
	padding: 10px 15px;
	text-transform: capitalize;
	font-family: "Source Sans Pro",sans-serif;
	line-height: 24px;
}

.sppb-pricing-box .sppb-pricing-footer a {
	border: 2px solid #222;
	border-radius: 0;
	color: #333;
	padding: 10px 30px;
	transition: all 0.2s ease 0s;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.sppb-pricing-box .sppb-pricing-footer a:hover {
	background: #00bcd4 none repeat scroll 0 0;
	border: 2px solid #00bcd4;
	color: #fff;
}

.sppb-pricing-box.sppb-pricing-featured {
	position: relative !important;
	z-index: 99 !important;
   border: 1px solid #ddd !important;
}

/* */

/* NEWSLETTER */

.newsletter {text-align: center;}

.newsletter .sppb-addon-title {
	margin: 0 0 15px;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	color: #fff;
	text-transform: uppercase;
}

.newsletter .sppb-form-group {
  margin-bottom: 0;
}

.newsletter .sppb-form-group input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-family: "Merriweather",sans-serif;
	font-size: 12px;
	height: 45px !important;
	line-height: 1.42857;
	display: block;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	margin: 0;
}

.newsletter .sppb-form-group input:hover,
.newsletter .sppb-form-group input:focus {
	border: 1px solid #00bcd4;
	box-shadow: none !important;
}

.newsletter .sppb-form-group button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	margin-top: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.newsletter .sppb-form-group button:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #222;
}

.slide-text .sppb-addon-title {
	border-bottom: 1px solid #e8e8e9;
	color: #333;
	line-height: 36px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-top: 20px;
}

.slide-text .sppb-addon-title span {display: block;}

.slide-text .sppb-addon-content {
	margin-bottom: 20px;
	color: #777;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.slide-section-btn a {
	border: 2px solid #222;
	border-radius: 0;
	color: #333;
	padding: 10px 30px;
	transition: all 0.2s ease 0s;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.slide-section-btn a:hover {
	background: #00bcd4 none repeat scroll 0 0;
	border: 2px solid #00bcd4;
	color: #fff;
}

/* */

/* BLOG */

.blog-style-1 .col-md-4 {border-right: 1px solid #e8e8e9; padding-right:0; padding-left: 30px;}
.blog-style-1 .col-md-8 {padding-left: 30px;}
.blog-style-1 .sppb-addon-article h3 {margin-top: 0 !important;}
.sppb-addon-articles .sppb-addon-article .col-md-4 {padding-left: 40px;}

@media (max-width: 993px) {
	.sppb-addon-articles .sppb-addon-article .col-md-4 {padding-left: 30px;}
}

.sppb-addon-articles .sppb-addon-article img {
	border: 1px solid #e8e8e9;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	padding: 5px;
	display: block;
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
	pointer-events: none;
}

.sppb-addon-articles .sppb-addon-article {
  margin-bottom: 30px;
}

.sppb-addon-articles .sppb-addon-article h3 {margin: 10px 0 0; padding-bottom: 15px;}

.sppb-addon-articles .sppb-addon-article h3 a {
	color: #333;
	margin: 0;
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	pointer-events: none;
}

.sppb-addon-articles .sppb-article-meta {
  margin: 0 0 15px;
}

.sppb-addon-articles .sppb-article-meta > span {
	display: inline-block;
	margin: 10px 0px;
	color: #9e9e9e;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
}

.sppb-addon-articles .sppb-article-meta > span.sppb-meta-category a {
	pointer-events: none;
	color: #00bcd4;
	margin-right: 7px;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
}

.sppb-addon-articles .sppb-article-introtext p {
	font-family: "Merriweather",sans-serif;
	font-size: 15px;
	line-height: 28px;
	margin: 0 0 10px;
}

.sppb-addon-articles a.sppb-readmore {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-family: "Merriweather",sans-serif;
	text-decoration: none;
	background-color: transparent;
	font-weight: 400;
	line-height: 24px;
}

.sppb-addon-articles a.sppb-readmore:hover {
	color: #00bcd4;
	padding-left: 10px;
}

/* */

/* BUY ROW */

@media (max-width: 993px) {
	.buy-text {padding-bottom: 20px;}
}

.buy-text .sppb-addon-title {
	color: #fff;
	font-family: montserrat,sans-serif;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.7;
}

.buy-btn a {
	background: #222 none repeat scroll 0 0;
	border: 1px solid #222;
	border-radius: 2px;
	box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
}

.buy-btn a:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #333;
}

/* */

/* CONTACT */

.contact-heading .sppb-addon-title {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	color: #fff;
	margin: 0 0 45px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
}

.contact-features {
	margin-bottom: 47px;
	padding: 0 50px;
}

.contact-features .sppb-icon i {
	color: #fff;
	float: left;
	font-size: 22px;
	height: 60px;
	line-height: 30px;
	margin-right: 20px;
	width: 30px;
}

.contact-features .sppb-addon-title {
	color: #fff;
	text-transform: capitalize;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1;
}

.contact-features .sppb-addon-text {
	color: #fff;
	margin-bottom: 0;
}

.contact-form {padding: 0 40px 51px;}

.contact-form .sppb-form-group {
  margin-bottom: 15px;
}

.contact-form .sppb-form-group input,
.contact-form .sppb-form-group textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-family: "Merriweather",sans-serif;
	font-size: 12px;
	height: 45px !important;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	box-shadow: none !important;
}
.contact-form .sppb-form-group textarea {height: auto !important;}

.contact-form .sppb-form-group input:hover,
.contact-form .sppb-form-group input:focus,
.contact-form .sppb-form-group textarea:hover,
.contact-form .sppb-form-group textarea:focus  {
	border: 1px solid #00bcd4;
}

.contact-form button {
	background: #00bcd4 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 10px 40px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	line-height: 1.33333;
	border: 1px solid transparent;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.contact-form button:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #333;
}

.contact-form .sppb-form-group input::-webkit-input-placeholder,
.contact-form .sppb-form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.contact-form .sppb-form-group input::-moz-placeholder,
.contact-form .sppb-form-group textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.contact-form .sppb-form-group input::-ms-input-placeholder,
.contact-form .sppb-form-group textarea::-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.contact-form .sppb-form-group input::-moz-placeholder,
.contact-form .sppb-form-group textarea::-moz-placeholder { /* Firefox 18- */
  color: #999;
}

/*  */

/* FOOTER */

#sp-footer {
	background-color: #09121b;
	padding: 30px 0;
}

#sp-footer #sp-footer1 {text-align: left;} 

#sp-footer #sp-footer1 .sp-copyright {
	color: #aaa;
	font-family: "Merriweather",sans-serif;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
	line-height: 3;
}

#sp-footer #sp-footer2 ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#sp-footer #sp-footer2 ul li {
	display: inline-block;
	margin: 2px;
	padding: 0;
	border: none;
}

#sp-footer #sp-footer2 ul li a {
	box-shadow: 0 0 0 7px transparent;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 25px;
	padding: 9px 12px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 45px;
	animation-delay: 0.1s;
	animation-name: bounceInDown;
	visibility: visible;
	font-family: "Merriweather",sans-serif;
	text-decoration: none;
	cursor: pointer;
}

#sp-footer #sp-footer2 ul li a:before {display: none;}

.f_facebook:hover {
  background: #5d82d1 none repeat scroll 0 0 !important;
  box-shadow: 0 0 0 0 #5d82d1 !important;
}

.f_twitter:hover {
  background: #40bff5 none repeat scroll 0 0 !important;
  box-shadow: 0 0 0 0 #40bff5 !important;
}

.f_google:hover {
  background: #eb5e4c none repeat scroll 0 0 !important;
  box-shadow: 0 0 0 0 #eb5e4c !important;
}

.f_linkedin:hover {
  background: #238cc8 none repeat scroll 0 0 !important;
  box-shadow: 0 0 0 0 #238cc8 !important;
}

.f_youtube:hover {
  background: #cc181e none repeat scroll 0 0 !important;
  box-shadow: 0 0 0 0 #cc181e !important;
}

.f_skype:hover {
  background: #00aff0 none repeat scroll 0 0 !important;
  box-shadow: 0 0 0 0 #00aff0 !important;
}

/* */

/* PORTFOLIO SINGLE */

.com-spsimpleportfolio.view-item .sp-simpleportfolio img {width: 100%;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-description {
  padding-bottom: 20px;
  margin-bottom: 30px !important;
}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta {
  box-sizing: border-box;
}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta > div {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.com-spsimpleportfolio.view-item p {margin-top: 15px;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-description > h2,
.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta-title,
.com-spsimpleportfolio.view-item .sp-simpleportfolio-tags-title
 {
  font-size: 25px;
  line-height: 1;
  margin: 0 0 10px;
}

.com-spsimpleportfolio.view-item  .sp-simpleportfolio .sp-simpleportfolio-image {
  margin-bottom: 0;
}

.com-spsimpleportfolio.view-item #sp-main-body {padding: 50px 0;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio-details {padding: 30px 20px;}

/* */

/* BLOG SINGLE */

.com-content.view-article #sp-main-body {
	padding: 70px 0;
}

.com-content.view-article #sp-main-body article.item .entry-image img {
	width: 100%;
}

.com-content.view-article #sp-main-body article.item {
  margin-bottom: 0;
  padding: 0 50px;
}

.com-content.view-article #sp-main-body article.item .btn-group.pull-right, .com-content.view-article #sp-main-body article.item .pager.pagenav {display: none;}

.com-content.view-article #sp-main-body article.item a {
	color: #666;
	pointer-events: none;
}

.com-content.view-article #sp-main-body article.item h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}

.com-content.view-article #sp-main-body article.item .entry-header {
  margin-bottom: 20px;
  position: relative;
}

.com-content.view-article #sp-main-body article.item .entry-header,
.com-content.view-article #sp-main-body article.item p {
	padding: 0 20px;
}

.com-content.view-article #sp-main-body article.item .article-info > dd a {
  font-family: "Source Sans Pro",sans-serif;
}

/* */

/* INDEX VIDEO */

.index-video-header .sppb-addon-title {
	padding-top: 70px;
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	margin: 0;
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight: 700;
}

.index-video-header .sppb-addon-content {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding-bottom: 35px;
	padding-top: 15px;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.index-video-header-btn a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	margin-right: 10px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.index-video-header-btn a:hover {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #222;
}

/* */

/* END ALL STYLES */