@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');





/* GENERAL */

div.ecwid_breadcrumb{
display: none;
}

body {

font-family: 'Lato', sans-serif;

font-size: 17px;

font-weight: 500;

line-height: 24px;

color: #373737;

overflow-x: hidden;

margin: auto;

background: #fff;

}

html,

body { height: 100% }

h1,

h2,

h3,

h4,

h5,

h6 {

    color: #333;

    font-weight: 700;

}

a {

    text-decoration: none;

    -webkit-transition: all 0.2s;

    transition: all 0.2s;

}

a:hover {

    color: #8a977a;

    text-decoration: none;

}

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;

}



img {margin: 0 auto;}

@media (max-width: 767px) {
    article ul.nav.menu {
        flex-wrap: wrap;
		text-align: center;
    }
    
    article ul.nav.menu > li {
        width: 50%;
    }
    
    .contact-links .nav {
        flex-wrap: wrap;
    }
}

.offcanvas-menu .nav {
    flex-direction: column;
}



/* END GENERAL */



/* MENU AND LOGO */



#sp-header {

	height: inherit;

	transition: all 0.4s ease-in-out 0s;

	box-shadow: none;

}



#sp-header.menu-fixed-out {

	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;

	padding: 15px 0 15px;

	border: medium none;

	border-radius: 0;

	margin-bottom: 0;

	transition: all 0.4s ease-in-out 0s;

	width: 100%;

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

}



#sp-header.menu-fixed {

	background-color: #333;
	
	opacity: 0.95;

	margin-top: 0;

	padding: 10px 0 10px;

	width: 100%;

	transition: all 0.4s ease-in-out 0s;

	position: fixed;

}



.nav-placeholder {

	background: transparent none repeat scroll 0 0 !important;

	height: 0px !important;

}



#sp-logo {

	height: inherit;

	padding: 0;

}



#sp-header .logo {

  height: inherit;
	margin-top: 10px;
}



#sp-header .logo a {

	margin-left: -15px;

}



#sp-header .logo a img {

	width: 150px;

	margin-left: 20px;
	
	/*margin-top: -10px;*/

}



.sp-megamenu-parent {

	text-align: right;

	/*float: none;*/

	margin-right: -15px;
	
	/*margin-top: -15px;*/
	
	margin-top: 0px;

}



.sp-megamenu-parent > li {

  padding: 0;

  margin: 0;

}



.sp-megamenu-parent > li > a {

	color: #fff;

	font-size: 14px;

	letter-spacing: 2px;

	text-transform: uppercase;

	padding-bottom: 15px;

	padding-top: 15px;

	line-height: 20px;

	/*font-family: "Lato",sans-serif;*/
	
	font-family: "BaskervilleURW",Georgia,"Times New Roman",serif;

	font-weight: 300;

}



.menu-fixed .sp-megamenu-parent > li > a {

	/*color: rgba(0, 0, 0, 0.6);*/
	color: #fff;
}



.sp-megamenu-parent > li.active > a,

.sp-megamenu-parent > li > a:hover {

	background-color: transparent;

	color: #a5b592;

}



#offcanvas-toggler {

  font-size: 20px;

  line-height: inherit;

  margin-left: 15px;

  /*padding: 10px 0 0;*/
  
  padding-top: 2px;

}



#offcanvas-toggler i,

#offcanvas-toggler i:hover {

	height: 30px;

	width: 30px;

	background: #fff;

	line-height: 30px;

	color: #a5b592;

	text-align: center;

	border-radius: 4px;

  border: 1px solid #ddd;

  transition: all 0.4s ease-in-out 0s;

}



@media only screen and (min-width:992px){

#offcanvas-toggler  {

	display:none;

}

}

@media only screen and (max-width:550px){

#offcanvas-toggler {

	font-size: 15px !important;

	/*padding-top: 5px;*/

}



#sp-logo a img {

    width: 100px !important;

}

}



@media only screen and (max-width:300px){

#offcanvas-toggler {

	font-size: 10px !important;

	line-height: 30px !important;

	padding-top: 5px;

}

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

  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 {

  background-color: #a5b592;

  border: none;

  border-radius: 5px;

  bottom: 10px;

  height: 40px;

  position: fixed;

  right: 10px;

  width: 40px;

  z-index: 999;

  line-height: 40px;

  padding: 0;

  margin: 0;

  box-shadow: none;

}



.scrollup:hover {

	background: hsl(0, 0%, 13%) none repeat scroll 0 0;

	color: hsl(0, 0%, 100%);

}

#sp-menu >.sp-column > .sp-module {
    margin-top: 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    ul.social-icons {
        width: auto;
        margin: 0px 1px 0px 15px;
    }
}


/* */



/* TOP HEADER */



@media (max-width: 993px) {

	.top-img {

		display: none;

	}

	.top-btns, .default-btn {padding-bottom: 60px;}

	.top-text .sppb-addon-title {padding-top: 0 !important;}

	.top-text, .top-btns {text-align: center !important;}

	.sppb-pricing-box, .contact-details {margin-bottom: 50px;}

	

	.download-1 {text-align: center; margin-bottom: 30px;}

	.download-2 {text-align: center;}

}



@media (max-width:500px) {

	.top-text .sppb-addon-title {font-size: 30px !important; line-height: 40px !important;}

}



.top-img img {width: 406px;}



.top-text .sppb-addon-title {

    color: #a5b592;
    font-size: 50px;
    font-weight: bolder;

	letter-spacing: 0;

	line-height: 64px;

	padding-top: 50px;

	text-transform: capitalize;

	margin-bottom: 10px;

	margin-top: 20px;

	font-family: inherit;

}



.top-text .sppb-addon-content {

	color: #fff;

	margin-bottom: 0;

	font-family: "Lato",sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 24px;

}



.top-btns {

	margin-left: -10px;

	margin-top: 30px;

}



.top-btns a {

	background: transparent none repeat scroll 0 0;

	border: 2px solid #fff;

	border-radius: 50px;

	color: #fff;

	display: inline-block;

	margin: 0 10px 15px;

	padding: 10px 30px;

	transition: all 0.3s ease 0s;

	font-family: "Lato",sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 24px;

}



.top-btns a i {

	font-size: 20px;

	margin-right: 5px;

	vertical-align: middle;

}



.top-btns a:hover {

	background: #fff none repeat scroll 0 0;

	color: #333;

}



/* */



/* FEATURES */



.features {

	background: #f9f9f9 none repeat scroll 0 0;

	border-bottom: 1px solid #eee;

	border-right: 1px solid #eee;

	padding: 40px 20px;

	transition: all 0.4s ease 0s;

	overflow: visible !important;
  
  	min-height: 350px;

}



.features .sppb-icon i {

	background: #333 none repeat scroll 0 0;

	border: 1px solid #333;

	border-radius: 50%;

	color: #fff;

	display: inline-block;

	font-size: 24px;

	height: 60px;

	line-height: 60px;

	margin: 0 0 24px;

	text-align: center;

	text-decoration: none;

	transition: all 0.2s ease-in-out 0s;

	width: 60px;

}



.features:hover .sppb-icon i {

	background: #a5b592 none repeat scroll 0 0;

	border: 1px solid #a5b592;

	transform: scale(1.1);

}



.features .sppb-addon-title {

	font-family: lato,sans-serif;

	font-size: 20px;

	font-weight: 400;

	text-transform: capitalize;

	transition: all 0.2s ease-in-out 0s;

	color: #333;

	margin-bottom: 10px;

	margin-top: 10px;

	line-height: 1.1;

}



.features:hover .sppb-addon-title {color: #a5b592;}



.features .sppb-addon-text {

	transition: all 0.2s ease-in-out 0s;

	margin-bottom: 0;

	color: #777;

	font-family: "Lato",sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 24px;

}



.default-text {padding-top: 100px;}



.default-text .sppb-addon-title {

	color: #2a2b2f;

	font-size: 45px;

	font-weight: 700;

	line-height: 50px;

	margin: 0;

	font-family: inherit;

}



.default-text .sppb-addon-content {

	margin: 30px 0;

	color: #777;

	font-family: "Lato",sans-serif;

	font-size: 18px;

	font-weight: 300;

	line-height: 24px;

}



.default-btn a {

	/*background: #e0e0e0 none repeat scroll 0 0;*/
	
	background: #333 none repeat scroll 0 0;

	border-radius: 0;

	/*color: #202020;*/
	
	color: #fff;

	font-size: 12px;

	letter-spacing: 2px;

	outline: medium none;

	padding: 15px 27px;

	text-transform: uppercase;

	transition: all 0.2s ease 0s;

	font-family: "Lato",sans-serif;

	font-weight: 300;

	line-height: 24px;

	border: none;

	display: inline;

}



.default-btn a:hover {

	/*background: hsl(347, 100%, 69%) none repeat scroll 0 0;*/
	
	background-color: #a5b592;

	color: hsl(0, 0%, 100%);

}



.section-heading .sppb-addon-title {

	color: hsl(0, 0%, 20%);

	font-family: lato,sans-serif;

	font-size: 40px;

	font-weight: 700;

	margin-top: 0;

	position: relative;

	text-transform: capitalize;

	margin-bottom: 10px;

	line-height: 1.1;

}

.section-heading .sppb-addon-title span {
	/*color: hsl(347, 100%, 69%);*/
	color: #a5b592;
}



.section-heading .sppb-addon-content {

	border-bottom: 1px dashed hsl(0, 0%, 47%);

	display: block;

	margin: 15px auto;

	position: relative;

	width: 80px;

}



.service-box {

	border: 1px solid hsl(0, 0%, 93%);

	margin-left: -1px;

	margin-top: -1px;

	padding: 40px;

	position: relative;

	transition: all 0.2s ease 0s;

}



.service-box:hover {

	box-shadow: 2px 2px 20px 2px hsla(0, 0%, 0%, 0.3);

	z-index: 1;

}



.service-box .sppb-icon i {

	/*color: hsl(347, 100%, 69%);*/
	
	color: #a5b592;

	font-size: 40px;

	padding-bottom: 20px;

	transition: all 0.2s ease 0s;

}



.service-box .sppb-addon-title {

	color: hsl(0, 0%, 20%);

	font-size: 16px;

	margin: 0;

	padding-bottom: 20px;

	text-transform: uppercase;

	transition: all 0.2s ease 0s;

	font-weight: 700;

	font-family: inherit;

	line-height: 1.1;

}



.service-box .sppb-addon-text {

	margin-bottom: 0;

	transition: all 0.2s ease 0s;

	color: hsl(0, 0%, 47%);

	font-family: "Lato",sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 24px;

}



.single_feature {

  padding-top: 100px;

  text-align: center;

}



.single_feature i:after {

  /*background-color: hsl(347, 100%, 69%);*/
  
  background-color: #a5b592;

  border-radius: 50%;

  content: "";

  height: 60px;

  left: 0;

  margin-top: -30px;

  opacity: 0;

  position: absolute;

  top: 50%;

  transition: transform 0.4s ease 0s, opacity 0.3s ease 0s;

  width: 60px;

  z-index: -1;

}



.single_feature:hover i:after {

  opacity: 1;

  transform: scale(1.1);

}



.single_feature i {

  border-radius: 50%;

  color: hsl(0, 0%, 9%);

  display: inline-block;

  font-size: 32px;

  height: 60px;

  line-height: 62px;

  margin: 0 auto 15px;

  position: relative;

  text-align: center;

  width: 60px;

  z-index: 3;

}



.single_feature:hover i {color: #fff;}



.single_feature h3 {

  font-family: lato,sans-serif;

  font-size: 30px;

  font-weight: 400;

  text-transform: capitalize;

  color: hsl(0, 0%, 20%);

  margin-bottom: 10px;

	margin-top: 20px;

	line-height: 1.1;

}



.single_feature span {

  border-bottom: 1px dashed hsl(0, 0%, 80%);

  display: block;

  margin: 20px auto;

  width: 80px;

}



.single_feature p {

  margin-bottom: 0;

}



.owl-theme .owl-controls {

  margin-top: 25px;

  text-align: center;

}



.owl-theme .owl-controls .owl-page span {

	opacity: 1; 

	background: hsl(0, 0%, 20%) none repeat scroll 0 0;

	border: 1px solid hsl(0, 0%, 20%);

	border-radius: 12px;

	height: 12px;

	margin: 0 3px;

	width: 12px;

}



.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

  background-color: #a5b592;

	border: 1px solid #a5b592;

	height: 12px;

	margin: 0 3px;

	width: 12px;

}



.owl-item .img-box {margin: 5px;}



/* */



/* PRICING */



.sppb-pricing-box {

  border: none;

  padding: 0; 

	background-color: #ffffff;

	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

	position: relative;

	transition: all 0.4s ease 0s;

}



.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {

	color: #333333;

	font-size: 20px;

	margin-bottom: 25px;

	margin-top: 0;

	padding: 25px 0;

	text-align: center;

	text-transform: capitalize;

	font-weight: 700;

	font-family: inherit;

	line-height: 1.1;

}



.sppb-pricing-box .pricing-box-price {

	background: #a5b592 none repeat scroll 0 0;

	color: #ffffff;

	border: 1px solid #eeeeee;

	border-radius: 500px;

	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);

	display: inline-block;

	font-family: montserrat,sans-serif;

	font-size: 14px;

	height: 124px;

	line-height: 26px;

	margin-bottom: 30px;

	text-transform: uppercase;

	width: 124px;

	font-weight: 300;

}



.sppb-pricing-box .pricing-box-price span.sppb-pricing-price {

	display: block;

	font-size: 32px;

	margin-top: 39px;

	color: #ffffff;

}



.sppb-pricing-box .sppb-pricing-features {

  padding: 0;

}



.sppb-pricing-box .sppb-pricing-features > ul {

	border-top: 1px dashed #eeeeee;

	list-style: outside none none;

	margin-bottom: 0;

	text-align: center;

}



.sppb-pricing-box .sppb-pricing-features > ul > li {

	border-bottom: 1px dashed #eeeeee;

	color: #333333;

	padding: 10px 15px;

	transition: all 0.3s ease 0s;

}



.sppb-pricing-box .sppb-pricing-features > ul > li:hover {background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;}



.sppb-pricing-box .sppb-pricing-footer {

	padding: 20px 0;

}



.sppb-pricing-box .sppb-pricing-footer a {

	background: #a5b592 none repeat scroll 0 0;

	border: 1px solid #a5b592;

	color: #ffffff;

	font-family: montserrat,sans-serif;

	padding: 8px 30px;

	text-transform: uppercase;

	transition: all 0.2s ease 0s;

	font-size: inherit;

	line-height: inherit;

	border-radius: 0;

}



.sppb-pricing-box .sppb-pricing-footer a:hover {

	background: #333333 none repeat scroll 0 0;

	border: 1px solid #333333;

	color: #ffffff;

}



/* */



/* TESTIMONIAL */



.single_testimonial {

  background: #ffffff none repeat scroll 0 0;

  border: 1px solid #eeeeee;

  border-radius: 6px;

  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);

  margin-bottom: 10px;

  padding: 35px;

  text-align: center;

}



.testimonial_img {

  margin-bottom: 10px;

  overflow: hidden;

  text-align: center;

}



.testimonial_img img {

  border: 4px solid #eeeeee;

  border-radius: 500px;

  display: inline-block;

  width: 100px;

}



.testimonial_img h4 {

  font-weight: normal;

  margin-bottom: 0;

  margin-top: 15px;

  overflow: hidden;

  text-transform: capitalize;

  color: #333333;

  font-size: 18px;

  line-height: 1.1;

  font-family: inherit;

}



.testimonial_img h5 {

  color: #777777;

  font-size: 16px;

  font-weight: normal;

  line-height: 26px;

  margin-bottom: 0;

  margin-top: 0;

  overflow: hidden;

  text-transform: capitalize;

  font-family: inherit;

}



.testimonial-text p {

  text-align: center;

  margin-bottom: 0;

  color: #777777;

font-family: "Lato",sans-serif;

font-size: 16px;

font-weight: 300;

line-height: 24px;

}



/* */



/* FAQ */



.sppb-panel {

  background-color: #ffffff;

  border-color: rgba(0, 0, 0, 0);

  border-image: none;

  border-style: solid;

  border-width: 0px;

border-radius: 4px;

margin-bottom: 0;

border-color: #dddddd;

background-color: #ffffff;

box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}



.sppb-panel-default {

  border-color: #dddddd;

  border-left-width: 1px;

  border-bottom-width: 1px;

  border-right-width: 1px;

}



.sppb-panel-group > .sppb-panel:first-child {

  border-top-width: 1px;

}

.sppb-panel-group > .sppb-panel:last-child {

  border-bottom-width: 1px;

}



.sppb-panel-default > .sppb-panel-heading {

	background: #ffffff none repeat scroll 0 0;

}



.sppb-panel-heading {

	border-color: #eeeeee;

	color: #000000;

	font-size: 16px;

	padding: 13px;

	font-family: "Lato",sans-serif;

	font-weight: 300;

	line-height: 24px;

}



.sppb-panel-title {

	font-size: 16px;

	margin-bottom: 0;

	margin-top: 0;

	font-family: inherit;

	line-height: 1.1;

	color: #333333;

	font-weight: 500;

}



.sppb-panel .sppb-panel-heading span.sppb-toggle-direction{

	display: none;

}



.sppb-panel .sppb-panel-heading.active span.sppb-panel-title:after {

	content: "-";

	line-height: 48px;

	font-size: 40px;

	background: #a5b592 none repeat scroll 0 0;

}

.sppb-panel .sppb-panel-heading span.sppb-panel-title:after {

	bottom: 0;

	color: #ffffff;

	content: "+";

	font-size: 30px;

	letter-spacing: 0;

	line-height: 50px;

	position: absolute;

	right: 0;

	text-align: center;

	top: 0;

	width: 50px;

	background: #a5b592 none repeat scroll 0 0;

	font-weight: 700;

}



.sppb-panel-default .sppb-panel-body {

  border-top-color: #dddddd;

}



.sppb-panel-body {

  border-radius: 0;

	font-size: 16px;

	padding: 30px;

}



/* */



/* CONTACT */



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



.contact-details {

	/*background: rgba(255, 95, 131, 0.6) none repeat scroll 0 0;*/
	
	background: rgba(165, 181, 146, 0.6) none repeat scroll 0 0;

	border-radius: 6px;

	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);

	padding: 30px 15px;

}



.contact-details .sppb-addon-title {

	color: #ffffff;

	text-transform: capitalize;

	transition: all 0.2s ease 0s;

	font-weight: 700;

	font-size: 18px;

	margin-bottom: 10px;

	margin-top: 10px;

	font-family: inherit;

	line-height: 1.1;

}



.contact-details .sppb-addon-content {

	color: #ffffff;

	margin-bottom: 0;

	transition: all 0.2s ease 0s;

	font-family: "Lato",sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 24px;

}



.sppb-ajaxt-contact-form input,

.sppb-ajaxt-contact-form textarea {

	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

	border-radius: 0;

	border-style: none none solid;

	border-width: 0 0 1px;

	box-shadow: none;

	color: #ffffff;

	font-size: 16px;

	height: 45px !important;

	padding: 0;

	transition: all 0.2s ease 0s;

	line-height: 1.42857;

	width: 100%;

	font-family: inherit;

	margin: 0;

}

.sppb-ajaxt-contact-form textarea {height: auto !important;}



.sppb-ajaxt-contact-form input:focus,

.sppb-ajaxt-contact-form textarea:focus {

	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

	border-radius: 0;

	border-style: none none solid;

	border-width: 0 0 1px;

	box-shadow: none !important;

	outline: 0 none;

	border-color: #a5b592 !important;

}



.sppb-ajaxt-contact-form input::-webkit-input-placeholder,

.sppb-ajaxt-contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #fff;

}

.sppb-ajaxt-contact-form input::-moz-placeholder,

.sppb-ajaxt-contact-form textarea::-moz-placeholder { /* Firefox 19+ */

  color: #fff;

}

.sppb-ajaxt-contact-form input::-ms-input-placeholder,

.sppb-ajaxt-contact-form textarea::-ms-input-placeholder { /* IE 10+ */

  color: #fff;

}

.sppb-ajaxt-contact-form input::-moz-placeholder,

.sppb-ajaxt-contact-form textarea::-moz-placeholder { /* Firefox 18- */

  color: #fff;

}



.sppb-ajaxt-contact-form button {

	background: #a5b592 none repeat scroll 0 0;

	border-radius: 0;

	box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);

	color: #ffffff;

	font-family: montserrat,sans-serif;

	font-size: 14px;

	padding: 10px 30px;

	text-transform: uppercase;

	transition: all 0.2s ease 0s;

	line-height: 1.33333;

	border: 1px solid rgba(0, 0, 0, 0);

	display: inline-block;

	font-weight: 400;

}



.sppb-ajaxt-contact-form button:hover {

	background: #ffffff none repeat scroll 0 0;

	border: 1px solid #ffffff;

	color: #333333;

}



.footer_social ul {

  list-style: outside none none;

  margin: 0;

  padding: 0;

  text-align: center;

}



.footer_social ul li a i {

  color: #ffffff;

  display: block;

  font-size: 24px;

  padding: 40px;

  transition: all 0.2s ease 0s;

}



.youtube {

  background: #e31b1b none repeat scroll 0 0;

}

.instagram {

  background: #b67f61 none repeat scroll 0 0;

}

.linkedin {

  background: #1c58a1 none repeat scroll 0 0;

}

.google {

  background: #f04537 none repeat scroll 0 0;

}

.twitter {

  background: #0cbce3 none repeat scroll 0 0;

}

.facebook {

  background: #1c58a1 none repeat scroll 0 0;

}



.footer_social ul li a i:hover {

  background: #a5b592 none repeat scroll 0 0;

  color: #ffffff;

}



/* */



/* FOOTER */



#sp-footer {

	background: #313238 none repeat scroll 0 0;

	padding: 20px 0;

}



#sp-footer .sp-copyright {

	color: #ffffff;

	margin-bottom: 0;

	padding-top: 10px;

	font-family: "Lato",sans-serif;

	font-size: 16px;

	font-weight: 300;

	line-height: 24px;

	display: block;

}

div.mod-languages {
    display: none;
}

