@charset "UTF-8";


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
    font-weight: normal;
    font-style: bold;
}

@font-face {
    font-family: 'PoiretOne';
    src: url('../fonts/PoiretOne-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


/* GENERAL */

body {
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	background:#fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  font-family: montserrat,sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.1;
}
a {
font-family: montserrat,sans-serif;
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #666666;
    text-decoration: underline;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.sppb-btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

/* */

/* MENU & LOGO */

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

@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}

#sp-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .5rem 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	transition: all 0.5s ease 0s;
	height: inherit;
	box-shadow: none;
	position: absolute;
}

#sp-header.menu-fixed {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.98;
    padding: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#sp-header .container {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.02);
	margin-top: 13px;
	padding: 13px 8px;
	transition: all 0.3s ease 0s;
}

#sp-header.menu-fixed .container {
	background: #fff none repeat scroll 0 0;
	margin-top: 0;
	padding: 0;
}

	.container {
		width: 1140px;
		max-width: 100%;
	}

@media (max-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
}

#sp-header .logo {
	height: inherit;
	padding-top: .25rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	letter-spacing: 0;
	color: #333;
	font-family: PoiretOne,sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-left: 0px;
	padding: 7px 12px;
	font-weight: 1000;
	line-height: 48px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #F7914E;
}

/* */

/* HEADER */

.top-text .sppb-addon-title {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
}

.top-text .sppb-addon-content {
	color: #fff;
	margin-bottom: 25px;
}

.top-btn a {
	background: #F7914E none repeat scroll 0 0;
	border: 1px solid #F7914E;
	border-radius: 500px;
	color: #fff;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 12px 40px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.top-btn a:hover {
	box-shadow: 0 3px 20px rgba(247, 145, 78, 0.6);
	background: #F7914E none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #F7914E;
}

a.sppb-modal-selector,
a.sppb-modal-selector:hover {
	background: #fff none repeat scroll 0 0;
	border-radius: 100px;
	color: #F7914E;
	display: block;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	padding-left: 5px;
	padding-top: 2px;
	text-align: center;
	width: 60px;
}

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

.scrollup {
  background-color: #F7914E;
  border: none;
  border-radius: 100px;
  bottom: 10px;
  height: 50px;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 999;
  line-height: 34px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.scrollup:hover {
	background-color: #222;
}

/* */

/* ABOUT */

.about-text .sppb-addon-title {
	color: #333;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
}

.about-text .sppb-addon-title span {
	color: #F7914E;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
	font-weight: 400;
	line-height: 1.1;
	display: block;
	margin-bottom: .5rem;
}

.about-text .sppb-addon-content {
	margin-bottom: 30px;
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

/* */

/* FEATURES */

.main-features {
	padding: 30px 18px;
	transition: all 0.3s ease 0s;
}

.main-features:hover {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
	transform: translate(0, -10px);
}

.main-features .sppb-icon i {
	border: 2px solid #eee;
	border-radius: 100px;
	font-size: 24px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
	transition: all 0.3s ease 0s;
	width: 100px;
}

.main-features:hover .sppb-icon i {
	border: 2px solid #F7914E;
}

.main-features .sppb-addon-title {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
	color: #333;
	font-weight: 400;
	line-height: 1.1;
}

/* */

/* SERVICES */

.service-heading .sppb-addon-title {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
}

.service-heading span {
	font-weight: 700;
}

.features {
	margin-bottom: 50px;
}

.features .sppb-icon i {
	background: #F7914E none repeat scroll 0 0;
	border: 1px solid #F7914E;
	border-radius: 100px;
	color: #fff;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
	text-align: center;
	width: 60px;
}

.features .sppb-addon-title {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: .5rem;
}

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

.white-features .sppb-icon i {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #F7914E;
}

.main-heading .sppb-addon-title {
	font-size: 45px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}

.main-heading .sppb-addon-title span {
	font-weight: 700;
	color: #F7914E;
}

/* */

/* PORTFOLIO */

.portfolio .testimonials-section .owl-item {
	text-align: center;
	overflow: hidden;
	position: relative;
}

.portfolio .testimonials-section .owl-item:before,
.portfolio .testimonials-section .owl-item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transform: scaleX(0);
	transition: all 0.6s ease 0s;
}

.portfolio .testimonials-section .owl-item:after {
	transform: scaleY(0);
}

.portfolio .testimonials-section .owl-item .box-content {
    width: 100%;
    position: absolute;
    top: 32%;
    left: 0;
    z-index: 2;
}

.portfolio .testimonials-section .owl-item .box-content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.portfolio .testimonials-section .owl-item .box-content .title_des {
    color: #fff;
    margin: auto auto 20px;
    opacity: 0;
    width: 80%;
}

.portfolio .testimonials-section .owl-item:hover:before {
	transform: scaleX(1);
}

.portfolio .testimonials-section .owl-item:hover:after {
	transform: scaleY(1);
}

.portfolio .testimonials-section .owl-item:hover .title,
.portfolio .testimonials-section .owl-item:hover .box-content .title_des {
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
	background: #F7914E none repeat scroll 0 0;
}
.owl-theme .owl-controls {
	margin-top: 20px;
}

/* */

/* TEAM */

.sppb-addon-person {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	overflow: hidden;
	padding: 30px 0 40px;
	position: relative;
	text-align: center;
}

.sppb-addon-persion .sppb-person-image, .sppb-addon-person .sppb-person-image {
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}

.sppb-addon-persion .sppb-person-image:before, .sppb-addon-person .sppb-person-image:before {
	content: "";
	width: 100%;
	height: 0;
	border-radius: 50%;
	background: #F7914E;
	position: absolute;
	bottom: 135%;
	right: 0;
	left: 0;
	opacity: 0.2;
	transform: scale(3);
	transition: all 0.3s linear 0s;
}

.sppb-addon-persion:hover .sppb-person-image:before, .sppb-addon-person:hover .sppb-person-image:before {
	height: 100%;
}

.sppb-addon-persion .sppb-person-image:after, .sppb-addon-person .sppb-person-image:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #F7914E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sppb-addon-persion .sppb-person-image img, .sppb-addon-person .sppb-person-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	transform: scale(1);
	transition: all 0.9s ease 0s;
}

.sppb-addon-persion:hover .sppb-person-image img, .sppb-addon-person:hover .sppb-person-image img {
	box-shadow: 0 0 0 14px #f7f5ec;
	transform: scale(0.7);
}

.sppb-person-information {
	margin-bottom: 30px;
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-name, .sppb-addon-person .sppb-person-information > span.sppb-person-name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: montserrat,sans-serif;
	color: #333;
	line-height: 1.1;
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-designation, .sppb-addon-persion .sppb-person-information > span.sppb-person-email, .sppb-addon-person .sppb-person-information > span.sppb-person-designation, .sppb-addon-person .sppb-person-information > span.sppb-person-email {
	margin-top: 0;
	display: block;
	font-size: 15px;
	color: #4e5052;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
}

.sppb-addon-persion .sppb-person-introtext, .sppb-addon-persion .sppb-person-social-icons, .sppb-addon-person .sppb-person-introtext, .sppb-addon-person .sppb-person-social-icons {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #F7914E;
	position: absolute;
	bottom: -100px;
	left: 0;
	transition: all 0.5s ease 0s;
}

.sppb-addon-persion:hover .sppb-person-introtext, .sppb-addon-persion:hover .sppb-person-social-icons, .sppb-addon-person:hover .sppb-person-introtext, .sppb-addon-person:hover .sppb-person-social-icons {
	bottom: 0;
}

.sppb-addon-persion .sppb-person-social, .sppb-addon-person .sppb-person-social {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.sppb-addon-persion .sppb-person-social > li, .sppb-addon-person .sppb-person-social > li {
	display: inline-block;
	margin: 0;
}

.sppb-addon-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
	line-height: 1;
	color: #fff;
	display: block;
	font-size: 17px;
	padding: 10px;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.sppb-addon-persion .sppb-person-social > li > a:hover, .sppb-addon-person .sppb-person-social > li > a:hover {
	color: #F7914E;
	background: #f7f5ec;
}

/* */

/* PRICING */

.sppb-pricing-box {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 50px 15px;
	text-align: center;
	margin-top: 30px;
	color: #292929;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.sppb-pricing-box:hover {color: #fff;}

.sppb-pricing-box:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #F7914E;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transform: rotateY(70deg);
	transition: all 0.3s ease-in-out 0s;
}

.sppb-pricing-box:hover:after {
	opacity: 1;
	transform: rotateY(0deg);
}

.sppb-pricing-header:before {
	width: 69px;
	height: 69px;
	line-height: 69px !important;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	font-size: 25px !important;
	color: #F7914E;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0ac";
}

.sppb-pricing-header {
	margin-bottom: 30px;
}

.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-family: montserrat,sans-serif;
	color: #333;
	line-height: 1.1;
}

.sppb-pricing-box:hover  .sppb-pricing-header .sppb-pricing-title, .sppb-pricing-box:hover .sppb-pricing-features > ul > li {color: #fff;}

.sppb-pricing-box .sppb-pricing-features, .sppb-pricing-box .sppb-pricing-price-container {
	margin: 0;
}

.sppb-pricing-box .sppb-pricing-features span, .sppb-pricing-box .sppb-pricing-price-container span {
	display: inline-block;
	border-bottom: 5px solid #F7914E;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	transition: all 0.3s ease-in-out 0s;
}

.sppb-pricing-box:hover .sppb-pricing-features span, .sppb-pricing-box:hover .sppb-pricing-price-container span {
	border-bottom: 5px solid #fff;
}

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

.sppb-pricing-box .sppb-pricing-features > ul > li {
	text-align: center;
	color: #292929;
	font-size: 14px;
	line-height: 40px;
}

.sppb-pricing-footer a,
.sppb-pricing-footer a:hover {
	display: inline-block;
	padding: 9px 23px;
	background: #F7914E;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	transition: all 0.25s ease-in-out 0s;
	line-height: 30px;
}

.sppb-pricing-footer a:before {
	left: -12px;
	border-right: 12px solid #F7914E;
}

.sppb-pricing-footer a:before,
.sppb-pricing-footer a:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	transition: all 0.25s ease-in-out 0s;
}

.sppb-pricing-footer a:after {
	right: -12px;
	border-left: 12px solid #F7914E;
}

.sppb-pricing-box:hover .sppb-pricing-footer a {
	background: #fff;
	color: #F7914E;
}

.sppb-pricing-box:hover .sppb-pricing-footer a:before {
	border-right-color: #fff;
}

.sppb-pricing-box:hover .sppb-pricing-footer a:after {
	border-left-color: #fff;
}

/* */

/* TESTIMONIAL */

.testimonial {
	background: #fff;
	text-align: center;
	padding: 30px 30px 55px;
	margin: 0 15px 100px;
	position: relative;
}

.testimonial:before, .testimonial:after {
	content: "";
	border-top: 40px solid #fff;
	border-right: 125px solid transparent;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.testimonial:after {
	border-right: none;
	border-left: 125px solid transparent;
	left: auto;
	right: 0;
}

.testimonial .icon {
	display: inline-block;
	font-size: 70px;
	color: #F7914E;
	margin-bottom: 20px;
	opacity: 0.6;
}

.testimonial .description {
	font-size: 15px;
	color: #777;
	text-align: left;
	margin-bottom: 30px;
	opacity: 0.8;
}

.testimonial .testimonial-content {
	width: 100%;
	position: absolute;
	left: 0;
}

.testimonial .pic {
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px #F7914E;
	display: inline-block;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
}

.testimonial .title {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

.testimonial .post {
	display: block;
	font-size: 14px;
	color: #F7914E;
}

/* */

/* CONTACT */

.sppb-ajaxt-contact-form {text-align: center;}

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

.sppb-form-control, .sppb-form-group .sppb-form-control {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e8e8e9;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	padding: 10px;
	width: 100%;
	line-height: 1.25;
}

textarea.sppb-form-control, .sppb-form-group textarea.sppb-form-control {height: auto;}

.sppb-form-control:focus, .sppb-form-group .sppb-form-control:focus {
	border: 1px solid #F7914E !important;
	box-shadow: none !important;
	outline: 0 none;
}

.sppb-ajaxt-contact-form button {
	background: #F7914E none repeat scroll 0 0;
	border: 1px solid #F7914E;
	border-radius: 500px;
	color: #fff;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 12px 40px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.sppb-ajaxt-contact-form button:hover {
	box-shadow: 0 3px 20px rgba(247, 145, 78, 0.6);
	color: #fff;
	background: #F7914E none repeat scroll 0 0;
	border: 1px solid #F7914E;
}

/* */

/* BOTTOM BANNER */

.bottom-text .sppb-addon-content {
	margin-bottom: 30px;
	color: #fff;
}

ul.bottom-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bottom-icons li {
	float: left;
}

ul.bottom-icons li a {
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 45px;
}

ul.bottom-icons li a:hover {
	color: #F7914E;
	background: #fff;
	border: 1px solid #fff;
}

.footer_links ul {
	list-style: none;
	padding: 0;
}

.link-left {
	float: left;
	margin-right: 30px;
}

.footer_links ul li {
	float: none;
}

.footer_links ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 13px;
}

.footer_links ul li a:hover {
	color: #fff;
}

/* */

/* FOOTER */

#sp-footer {
	color: inherit;
	text-align: center;
	padding: 30px 0;
	background: #fff;
}

#sp-footer .sp-copyright {
	color: #333;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}

/* */

/* RESPONSIVE */

#offcanvas-toggler {
	float: right;
	line-height: 53px;
	margin-left: 0;
	font-size: 20px;
	margin-right: 15px
}

#offcanvas-toggler > i {
	color: #000000;
}

@media (max-width: 1200px) {
	.footer_links ul {
		list-style: none;
		display: inline-block;
	}

	.link-left {
		float: none;
		margin-right: 0;
		padding-right: 30px;
	}
	
	.portfolio .testimonials-section .owl-item .box-content {
		top: 25%;
	}

}

@media (max-width: 992px) {
	.top-text .sppb-addon-title {
		font-size: 50px;
	}
	
	.sppb-addon-single-image, .main-features, .sppb-addon-person, .sppb-pricing-box  {margin: 30px 0;}
}

@media (max-width: 768px) {
	.top-text .sppb-addon-title, .about-text .sppb-addon-title {
		font-size: 40px;
	}
	a.sppb-modal-selector {
		display: none;
	}
	.service-heading .sppb-addon-title,
	.main-heading .sppb-addon-title	{
		font-size: 35px;
		margin-bottom: 40px;
	}
	
}


/* */

/* ADDITIONAL CODE */

