@font-face {
    font-family: 'fira_sansmedium';
    src: url('../fonts/firasans-medium-webfont.woff2') format('woff2'),
         url('../fonts/firasans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/firasans-regular-webfont.woff2') format('woff2'),
         url('../fonts/firasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */

body {
    font-family:fira_sansregular;
    font-size: 13px;
    color: #93989B;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "fira_sansregular",sans-serif;
    font-weight: 700;
}
a {
    font-family: "fira_sansregular",sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #166103;
    text-decoration: none;
}
a:focus {
    color: #166103;
    outline: none;
    text-decoration: none;
}
p {
    line-height: 2;
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}



.green-text .sppb-addon-title,
.green-text .sppb-addon-content {
	color: rgba(136, 176, 75, 1) !important;
}
.green-text .section-separator {
	background: #fff none repeat scroll 0 0;
}

/* END GENERAL */

/* BANNER */
.banner-text h1 {
  	font-family: "fira_sansmedium",sans-serif;
	text-align: right;
  	font-size: 30pt;
  	color: #ffffff;
   	margin-top: 40px;
  	margin-bottom: 0px;
}

.banner-text h2 {
  	font-family: "fira_sansmedium",sans-serif;
	text-align: right;
  	font-size: 26pt;
   	margin-top: 8px;
  	font-style: italic;
  	font-weight: 100;
}
/* BANNER END */

/* MENU AND LOGO */

#sp-header {
	
	box-shadow: none !important;
}
#sp-header.header-invisible.menu-fixed {
	transition: all 0.4s ease-in-out 0s;
	background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    width: 100%;
	min-height: 50px;
	left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
	height: 70px !important;
     opacity:0.95;
}
#sp-header.header-invisible.menu-fixed-out {
    /*background: transparent none repeat scroll 0 0 !important;*/
    position: absolute;
	top:0;
	left:0;
	right:0;
    width: 100%;
    z-index: 99;
	border-bottom:0px solid transparent!important;
	border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out 0s;
	min-height: 50px; 
    padding: 20px 0;
    height: 133px;
}

#sp-header.header-invisible {
	border-bottom:0px solid transparent!important;
}
.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

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

.menu-fixed #sp-logo {
	padding-top: 10px;
}

.header-invisible.menu-fixed .sp-megamenu-parent > li > a,
.header-invisible.menu-fixed .sp-dropdown-items > li > a,
.com-spsimpleportfolio .header-invisible.menu-fixed-out .sp-megamenu-parent > li > a,
.view-article .header-invisible.menu-fixed-out .sp-megamenu-parent > li > a {
	color:#313131 !important;
}
.header-invisible .sp-megamenu-parent > li > a,
.header-invisible .sp-dropdown-items > li > a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	line-height: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
	letter-spacing: 0px !important;
}
.header-invisible .sp-megamenu-parent > li > a:hover,
.header-invisible .sp-megamenu-parent > li > a:focus,
.header-invisible .sp-dropdown-items > li > a:hover,
.header-invisible .sp-dropdown-items > li > a:focus
{
	background-color: transparent !important;
    color: #166103 !important;	
}

.header-invisible #offcanvas-toggler > i {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 15px;
    position: relative;
	cursor: pointer;
	color: #88b04b !important;
}
.header-invisible.menu-fixed #offcanvas-toggler > i {
	background: #fff none repeat scroll 0 0;
	color: #88b04b !important;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
}
.header-invisible #offcanvas-toggler {
	line-height: 70px !important;
}

@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}
@media only screen and (max-width:550px){
.index-static .sppb-addon-title {
    font-size: 24px !important;
}

.header-invisible #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding-top: 10px;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding: 0 !important;
}
#sp-logo .logo-visible-fixed-menu a img {
    width: 55px !important;
}
}

.menu-fixed ul {
	padding-top: 10px !important;
}
.header-invisible ul {
    margin-right: -15px;
}

/* move header menu vertically to the center */
.menu-fixed-out #sp-menu {
    display: inline;
    float: none;
}

.view-article #sp-main-body {padding-top: 150px;}

/* END MENU AND LOGO */

/* LAYER SLIDER ROW */ 

.ls-wrapper:hover .homeslider-button {
    color: #333 !important;
	background: #fff none repeat scroll 0 0 !important;
    border: 2px solid #fff !important;
}
p.homeslider-button {border: 2px solid #88b04b !important;}
/* END LAYER SLIDER ROW */

/* SUB PAGES */
/* special CSS for non main pages */
#sp-main-body.sub-page-main-body {
  padding-top: 135px;
}

/* SUB PAGES END */

/* ABOUT US */

.section-heading .sppb-addon-title {
	color: #333;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: "fira_sansregular",sans-serif;
    font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
}
.section-separator {
	background: #88B04B none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto;
    position: relative;
    width: 70px;
	line-height: 1.42857;
}
.section-heading .sppb-addon-content {
	margin: auto;
	width: 68%;
	line-height: 2;
	font-family:fira_sansregular!important;
    font-size: 16px;
	font-weight: normal;
    color: #93989B;
}

.blacktext .sppb-addon-content {
    color: #000000;
}

.blacktext .sppb-addon-content a {
    color: #166103;
}
.about-features {
	background: #00bcd5 none repeat scroll 0 0;
	padding: 40px 20px;
    transition: all 0.2s ease 0s;
}
.about-features .sppb-icon i {
	background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #88b04b;
    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: #fff;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
	font-family: "fira_sansregular",sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.1;
}
.about-features .sppb-addon-text {
	color: #fff;
	line-height: 2;
    margin-bottom: 0;
	font-family: "fira_sansregular",sans-serif;
    font-size: 13px;
	font-weight: 400;
}
.about-separator {
	background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 54px;
}
.background2 {background: #88b04b none repeat scroll 0 0;}
.background3 {background: #0097a8 none repeat scroll 0 0;}
.background4 {background: #00828f none repeat scroll 0 0;}

/* END ABOUT US */

/* multi color features */
.multi-color-features {
    padding: 30px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.multi-color-features .sppb-icon i {
	border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.multi-color-features.sppb-addon-title {
	font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: "fira_sansregular",sans-serif;
    font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.1;
}
.multi-color-features .sppb-addon-text {
	line-height: 2;
    margin-bottom: 0;
	font-family: "fira_sansregular",sans-serif;
    font-size: 15px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}

.multi-color-features:hover i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.multi-color-features h3 {
	font-size: 24px !important;
}

.multi-color-features:hover .sppb-cta-text {
    color: #88b04b;
}

/* ABOUT US FEATURES*/


.about-features2 .sppb-icon i {
	background: #88b04b none repeat scroll 0 0;
    color: #fff;
}
.about-features2 .sppb-addon-title {
	color: #333;
}
.about-features2 .sppb-addon-text {
	color: #93989b;
}
.about-features2:hover {
	background: #88b04b none repeat scroll 0 0;
}
.about-features2:hover i {
	background: #fff none repeat scroll 0 0;
	color: #88b04b;
}
.about-features2:hover .sppb-addon-title,
.about-features2:hover .sppb-addon-text {
	color: #fff;
}

/* END ABOUT US FEATURES */



/* CAREER FEATURES*/

.career-features .sppb-icon i {
	background: #fff none repeat scroll 0 0;
    color: #88b04b;
}
.career-features .sppb-addon-title,
.career-features .sppb-cta-title {
	color: #000000;
}

.career-features:hover {
	background: #fff none repeat scroll 0 0;
}
.career-features:hover i {
	background: #88b04b none repeat scroll 0 0;
	color: #fff;
}
.career-features:hover .sppb-addon-title,
.career-features:hover .sppb-cta-title,
.career-features:hover .sppb-addon-text {
	color: #88b04b;
}

.career-features .sppb-cta-text {
    color: #000000;
    font-size: 16px;
}

.white-text .sppb-addon-title,
.white-text .sppb-addon-content {
	color: #fff;
}
.white-text .section-separator {
	background: #fff none repeat scroll 0 0;
}
/* CAREER FEATURES */




/* SERVICE */

.service {
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
height: 300px;
margin: 20px 12px;
padding: 30px;
transition: all 0.4s ease 0s;
text-align: center;
}
@media (max-width: 1000px) {
	.service {
		height: 100%;	
	}
}

@media (min-width: 1005px) and (max-width: 1025px) {
	.service {
		height: 400px;
	}
}
.icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    color: #333;
    display: inline-block;
    font-size: 24px;
	margin-bottom: 20px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 60px;
}
.service h4 {
color: #fff;
margin: 0 0 20px;
text-transform: uppercase;
}
.service:hover {background:#88b04b;}
.service:hover .icon {
    color: #88b04b;
}
.service p {
color: #fff;
}
.owl-pagination {padding-top: 40px;}
.owl-pagination .owl-page span,
.owl-pagination .owl-page span:hover {
	background: #88b04b none repeat scroll 0 0 !important;
	border: 1px solid #88b04b;
	opacity: 1 !important;
}
.owl-pagination .owl-page.active span {
	background-color: #fff !important;
}

/* END SERVICE */

/* PORTFOLIO */

.sp-simpleportfolio  img {width:100%;}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	border: 1px solid #e8e8e9;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: fira_sansregular,sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0 5px 13px;
    padding: 8px 25px;
    text-transform: uppercase;
	transition: all 0.4s ease 0s;
	background: #fff;
	border-radius: 0;
	line-height: 1.42857;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover  {
	background: #88b04b none repeat scroll 0 0;
    border-color: #88b04b;
	color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a:hover {
	color: #fff;
    text-transform: uppercase;
	font-family: "fira_sansregular",sans-serif;
    font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
    margin-top: 10px;
	line-height: 1.1;
	border: none;
	letter-spacing: 1px;
	pointer-events: none;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
	margin: 0px 0 15px;
	line-height: 2;
	color: #fff;
	font-family: "fira_sansregular",sans-serif;
    font-size: 13px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
	border: none;
	padding-left: 7px;
	padding-right: 7px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a i {
	background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    height: 40px;
    line-height: 39px;
    transition: all 0.7s ease 0s;
    width: 40px;
	font-size: 14px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {background: transparent;}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover i {
	background: #88b04b none repeat scroll 0 0;
	color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: rgba(28, 186, 200, 0.65) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
	transition: all 0.4s ease 0s;
    width: 100%;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
    transform: none;
}

/* END PORTFOLIO */

/* TESTIMONIAL */

.a-testimonial {
	margin: 0 8.33333%;
	background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px;
}

.a-testimonial img {
	border-radius: 500px;
    height: 150px;
    width: 150px;
}
.a-testimonial .sppb-testimonial-client strong {
	font-size: 18px;
    text-transform: uppercase;
	color: #333;
    font-family: "fira_sansregular",sans-serif;
    font-weight: 700;
	margin-bottom: 10px;
	line-height: 2;
}
.a-testimonial .sppb-testimonial-client span {
	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
	color: #333;
    font-family: "fira_sansregular",sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
	line-height: 1.1;
}
.a-testimonial .sppb-testimonial-message {
	margin: auto auto 0;
    width: 70%;
	line-height: 2;
	color: #93989b;
    font-family: "fira_sansregular",sans-serif;
    font-size: 13px;
}

.a-testimonial a.left,
.a-testimonial a.right {
	border: 2px solid #88b04b;
    border-radius: 4px;
    box-sizing: initial;
    color: #88b04b;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin: 55px 5px 0;
    text-align: center;
    transition: all 400ms ease 0s;
    width: 28px;
}
.a-testimonial a.left i,
.a-testimonial a.right i {color: #88b04b;}

.a-testimonial a.left:hover,
.a-testimonial a.right:hover {
	background: #88b04b;
}
.a-testimonial a.left:hover i,
.a-testimonial a.right:hover i {color: #fff;}

/* END TESTIMONIAL */

/* ANIMATED */

.animated-icon i {
	background: #88b04b none repeat scroll 0 0;
    border: 2px solid #88b04b;
	border-radius: 100px;
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.animated-icon:hover i,
.animated-number:hover .animated-icon i {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #88b04b;
    color: #88b04b;
}
.animated-number .sppb-animated-number {
	color: #161616;
    font-weight: 700;
    margin-top: 0;
	font-family: "fira_sansregular",sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.1;
}
.animated-number .sppb-animated-number-title {
	color: #161616;
    margin-bottom: 0;
    text-transform: uppercase;
	font-family: "fira_sansregular",sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.1;
}

@media (max-width:992px) {
	.animated-number, .a-person, .sppb-pricing-box  {margin-bottom: 25px;}
}

/* END ANIMATED */

/* PERSON */

.sppb-addon-persion .sppb-addon-content > div {margin:0;}
.a-person .sppb-person-information {
	margin: 0;
	padding-top: 20px;
}
.a-person .sppb-person-image {
	position: relative;
    overflow: hidden;
}
.a-person .sppb-person-image:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: 0.5s;
            transition: 0.5s;	
}
.a-person:hover .sppb-person-image:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.a-person .sppb-person-image img{
	-webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    width: 100%;
}
.a-person:hover .sppb-person-image img {
	 -webkit-transform: scale(1.3) rotate(-10deg); 
	 transform: scale(1.3) rotate(-10deg) 
}

.a-person .sppb-person-information span.sppb-person-name {
	font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
	color: #333;
    font-family: "fira_sansregular",sans-serif;
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.1;
	text-align: center;
}
.a-person .sppb-person-information span.sppb-person-designation {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px;
  line-height: 2;
  text-align: center;
  font-family: "fira_sansregular",sans-serif;
}
.a-person ul.sppb-person-social {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0;
	text-align: center;
}
.a-person ul.sppb-person-social li:after {
	background: #88b04b none repeat scroll 0 0;
	content: "";
	height: 2px;
	position: absolute;
	right: -20px;
	top: 20px;
	transition: all 0.5s ease 0s;
	width: 20px;
	z-index: -1;
}
.a-person ul.sppb-person-social li:first-child {
	padding-left: 0;
}
.a-person ul.sppb-person-social li:last-child:after {
	display: none;
}
.a-person ul.sppb-person-social li {
	position: relative;
	margin: 0 10px;
}

.a-person ul.sppb-person-social li a i {
	border-radius: 50%;
	color: #fff;
	text-align:center;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	width: 40px;
	cursor: pointer;
	display: inline-block;
	padding: 0 6px;
	
}
.a-person ul.sppb-person-social li a i.fa-facebook {
	background: #5d82d1 none repeat scroll 0 0;
}
.a-person ul.sppb-person-social li a i.fa-twitter {
	background: #40bff5 none repeat scroll 0 0;
}
.a-person ul.sppb-person-social li a i.fa-github {
	background: #000000 none repeat scroll 0 0;
}
.a-person ul.sppb-person-social li a i.fa-behance {
	background: #000000 none repeat scroll 0 0;
}
/**
replace the google plus icon and color with github
**/
.a-person ul.sppb-person-social li a i.fa-google-plus {
	background: #000000 none repeat scroll 0 0;
}
.a-person ul.sppb-person-social li a i.fa-google-plus::before {
    content: "\f09b";
}

/**
replace the behance icon and color with mastodon
**/
.a-person ul.sppb-person-social li a i.fa-behance {
	background: #000000 none repeat scroll 0 0;
}
.a-person ul.sppb-person-social li a i.fa-behance::before {
    content: "\f4f6";
}


.a-person ul.sppb-person-social li a i.fa-linkedin {
	background: #238cc8 none repeat scroll 0 0;
}
.a-person ul.sppb-person-social li a i.fa-facebook:hover,
.a-person ul.sppb-person-social li a i.fa-twitter:hover,
.a-person ul.sppb-person-social li a i.fa-github:hover,
.a-person ul.sppb-person-social li a i.fa-google-plus:hover,
.a-person ul.sppb-person-social li a i.fa-behance:hover,
.a-person ul.sppb-person-social li a i.fa-linkedin:hover {
	background: #88b04b none repeat scroll 0 0;
	border-color: #e8e8e9;
	color: #fff;
}

/* END PERSON */

/* SKILLS */

.sppb-progress-label {
	color: #fff;
	font-family: fira_sansregular,sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 2;
	font-weight: 400;
}
.sppb-progress-label span {font-weight: inherit;}
.sppb-progress {
	background: #e8e8e9 none repeat scroll 0 0;
	box-shadow: 0 0 0;
	height: 5px;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	border-radius: 0;
}
.sppb-progress  .sppb-progress-bar {
	transition: width 2s ease 0s;
	background: #88b04b none repeat scroll 0 0;
}

/* END SKILLS */

/* PROJECTS */
#projects .sppb-section {
  padding-top: 10px;
}
#projects .sppb-container-inner .sppb-carousel {
    background: white;
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item {
  	padding: 30px 10px 10px 10px;
    font-size: 16px;
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row {
    display: block;
  	min-height: 550px;
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row div {
    flex: none;
    max-width: 100%;
  	text-align: center;
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row ul {
  	text-align: left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 20px;
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 4px 0 -19px;
    color: rgba(136, 176, 75, 1);
}

@media screen and (max-width:991px) {
  #projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row  .sppb-col-sm-1 {
  top: 190px !important;
 }
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row  .sppb-col-sm-1 {
  position: absolute;
  top: 150px;
  left: 0;
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row  .sppb-col-sm-11 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

@media screen and (max-width:767px) {
 #projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row  .sppb-col-sm-11 {
  top: 75px;
 }
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row  .sppb-col-sm-11 div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#projects .sppb-container-inner .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-row  .sppb-col-sm-11 img {
  max-height: 130px;
  display: inline;
}

#projects h4 {
	color: rgba(136, 176, 75, 1) !important;
  	text-align: left;
  	
}

#projects h2 {
	font-size: 24px !important;
	line-height: 26px !important;
	text-align: center !important;
	margin-bottom: 10px !important;
  	height: 50px;
}

#projects hr {
  border-top: 2px solid #2c3d32;
}

#projects .sppb-carousel-indicators {
  bottom: 0px;
}

#projects .sppb-carousel-indicators li {
  border: 1px solid #000000;
}

#projects .sppb-carousel-indicators .active {
  color: black;
  background-color: black;
}
#projects .sppb-btn-default {
  margin-top: 20px;
}

#projects .project-description {
  min-height: 120px;
  display: inline-block;
}

@media screen and (max-width:991px) {
	#projects .project-description {
  		min-height: 0px;
  		display: inline-block;
  }
}

/* PROJECTS END*/

/* TESTIMONIES START */

#testimonies {
    font-size: 16px;
}

#testimonies .sppb-col-sm-2 {
   justify-content: flex-end;
   display: flex;
   flex-direction: column;
   /*! padding-left: 0; */
}

/* I cannot rename that class*/
#testimonies .sppb-col-sm-2 .sppb-text-right {
   text-align: center !important;
}

#testimonies img.sppb-img-reponsive {
  max-height: 150px;
  display: unset;
}

#testimonies .sppb-section  {
  padding: 0 !important;;
}
#testimonies .sppb-carousel-pro-content {
    color: #000000;
    text-align: justify;
}
#testimonies .sppb-column-addons .clearfix {
    margin: 0;
}


#testimonies .sppb-carousel-pro-text h2 {
    font-size: 13px;
    color: #fff !important;
    position: absolute;
    bottom: -8px;
    right: 0;
}

#testimonies  div.sppb-carousel-pro-text {
    padding-bottom: 20px;
}

#testimonies  .sppb-carousel-inner .sppb-item {
    padding: 0;
    padding-bottom: 60px;
}

#testimonies .sppb-carousel-pro-content::before {
    content: url(/images/2022/08/29/anfhrungszeichen.s.png);
    float: left;
    padding-right: 10px;
}

@media only screen and (min-width:1200px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  200px; }
}

@media only screen and (max-width:1199px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  242px; }
}

@media only screen and (max-width:991px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  275px; }
}

@media only screen and (max-width:768px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  275px; }
}

@media only screen and (max-width:600px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  320px; }
}
@media only screen and (max-width:550px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  350px; }
}
@media only screen and (max-width:480px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  440px; }
}

@media only screen and (max-width:420px) { 
    #testimonies .sppb-carousel-pro-content { min-height:  420px; }
}

@media only screen and (max-width:767px) { 
    #testimonies .sppb-col-xs-12 {
        padding-left: 30px;
        padding-right: 30px;
    }
    #testimonies .sppb-carousel-pro-text h2 {
        right: 30px;
    }
}

/* move text and image together */
@media only screen and (min-width:768px) {    
    #testimonies .sppb-col-sm-10 {
        padding-right: 0;
        
    }
   
}


/* TESTIMONIES END */
/* PRICING TABLE */

.sppb-pricing-box  {
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #e8e8e9;
	padding: 0;
}
.sppb-pricing-box .sppb-pricing-header {padding: 25px 0 0;}
.sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
	color: #313131;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
	font-family: "fira_sansregular",sans-serif;
	font-weight: 700;
	line-height: 1.1;
}
.sppb-pricing-box .sppb-pricing-header .pricing-details {
	background-color: #88b04b;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 100px;
	line-height: 15px;
	padding-top: 34px;
	width: 100px;
}
.sppb-pricing-box .sppb-pricing-header .pricing-details span {
	display: block;
}
.sppb-pricing-box .sppb-pricing-header .pricing-details span.sppb-pricing-price {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 15px;
	font-family: "fira_sansregular",sans-serif;
	padding-bottom: 5px;
	transition: all 0.3s ease-in-out 0s;
}
.sppb-pricing-box .sppb-pricing-header .pricing-details span.sppb-pricing-price span{
	font-size: 20px;
	display: inline-block;
	font-weight: 400;
	line-height: 0;
	position: relative;
	top: -0.5em;
}
.sppb-pricing-box .sppb-pricing-header .pricing-details span.sppb-pricing-duration {
	font-family: "fira_sansregular",sans-serif;
	font-size: 13px;
}
.sppb-pricing-box ul li {transition: all 0.3s ease-in-out 0s; line-height: 1.42857; padding: 8px 0 !important;}
.sppb-pricing-box ul li:first-child {padding-top: 25px;}
.sppb-pricing-box a {
	transition: all 0.3s ease-in-out 0s;
	background: #f9f9f9 none repeat scroll 0 0;
	border: 0 none;
	color: #969595;
	display: inline-block;
	margin: 5px 0 25px;
	padding: 13px 32px;
	text-transform: capitalize;
}

.sppb-pricing-box:hover {background: #88b04b none repeat scroll 0 0;}
.sppb-pricing-box:hover .sppb-pricing-header .sppb-pricing-title {color: #fff;}
.sppb-pricing-box:hover .sppb-pricing-header .pricing-details {color: #88b04b; background-color: #ffffff;}
.sppb-pricing-box:hover .sppb-pricing-header .pricing-details span  {color: #88b04b;}
.sppb-pricing-box:hover li {color: #a0e1ff;}
.sppb-pricing-box:hover a {color: #88b04b; background: #fff;}

/* END PRICING TABLE */

/* BLOG */

.sppb-addon-article {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.sppb-addon-article a img {
	display: block;
	height: auto;
	max-width: 100%;	
}
.blog-text {
	border: 1px solid #e8e8e9;
	padding: 20px;
	animation-name: fadeInLeft;
	visibility: visible;
	animation-duration: 1000ms;
	animation-delay: 100ms;
}
.sppb-addon-article h3 {margin: 5px 0 10px; padding: 0;}
.sppb-addon-article h3 a {
	text-transform: uppercase;
	color: #333;
	font-family: "fira_sansregular",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	pointer-events: none;
}
.blog-text .sppb-article-meta {margin: 0;}
.blog-text .sppb-article-meta span,
.blog-text .sppb-article-meta span a,
.article-info dd,
.article-info dd a {
	color: #88b04b;
	margin: 0 15px 0 0;
	text-transform: uppercase;
	pointer-events: none;
	font-family: "fira_sansregular",sans-serif;
	font-size: 13px;
	line-height: 1.42857;
	font-weight: 400;
}
.article-info dd .fa {color: #93989b;}
.blog-text .sppb-article-meta .sppb-meta-category:before {
	content: "\f115";
	font-family: fontAwesome;
	color: #93989b;
	padding-right: 5px;
}
.blog-text .sppb-article-meta .sppb-meta-author:before {
	content: "\f2c0";
	font-family: fontAwesome;
	color: #93989b;
	padding-right: 5px;
}
.blog-text .sppb-article-introtext {margin-bottom: 10px;}
.blog-text a.sppb-readmore {
	color: #333;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-family: "fira_sansregular",sans-serif;
	font-size: 13px;
	line-height: 1.42857;
}
.blog-text a.sppb-readmore:hover {color: #88b04b;}
.page-header, .pager, .helix-social-share-icon, .icons .btn-group span {display: none;}
.post-format {background: #88b04b none repeat scroll 0 0;}

/* END BLOG */

/* SPONSORS */

.djslider-loader img {cursor: pointer;}

/* END SPONSORS */

/* CONTACT */

.a-contact {
	background: #fff none repeat scroll 0 0;
	padding: 60px;
	text-align: center;
}

.a-contact .sppb-form-group  input,
.a-contact .sppb-form-group textarea  {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	border-radius: 0;
	box-shadow: none;
	height: 45px !important;
	transition: all 0.4s ease 0s;
	color: #555;
    display: block;
    font-size: 14px;
	line-height: 1.42857;
    padding: 6px 12px;
	width: 100%;
	font-family: inherit;
	margin: 0;
}
.a-contact .sppb-form-group  input:focus,
.a-contact .sppb-form-group textarea:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #88b04b;
	box-shadow: none;
	color: #333;
	outline: 0 none;
}
.a-contact .sppb-form-group textarea {
	height: auto !important;
	overflow: auto;
}
.a-contact .sppb-form-group input::-webkit-input-placeholder,
.a-contact .sppb-form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.a-contact .sppb-form-group input::-moz-placeholder,
.a-contact .sppb-form-group textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.a-contact .sppb-form-group input::-ms-input-placeholder,
.a-contact .sppb-form-group textarea::-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.a-contact .sppb-form-group input::-moz-placeholder,
.a-contact .sppb-form-group textarea::-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.a-contact button {
	text-align: center;
	cursor: pointer;
	background: #88B04B none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-family: fira_sansregular,sans-serif;
	font-size: 14px;
	padding: 12px 38px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	line-height: 1.33333;
	border: 1px solid transparent;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}
.a-contact button:hover {
	background: #222 none repeat scroll 0 0;
	border: 1px solid #222;
	color: #fff;
}

/* END CONTACT */

/* CONTACT FEATURES */

.contact-features {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 20px 0;	
}
@media only screen and (max-width:768px) { 
    .contact-features { margin-bottom: 30px }
}
.contact-features i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.contact-features .sppb-addon-text{ 
	color: #fff;
    line-height: 2;
    margin-bottom: 0;
	font-family: "fira_sansregular",sans-serif;
    font-size: 13px;
	font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
}
.contact-features .sppb-addon-text a {
   color: #fff;
}
@media only screen and (max-width:768px) { 
    .contact-features .sppb-addon-text { font-size: 15px }
}
@media only screen and (max-width:480px) { 
    .contact-features .sppb-addon-text { font-size: 14px }
}

/* END CONTACT FEATURES */

/* FOOTER */

.footer-image img {
    width: 250px;
	margin: 0 auto 30px;
}

.footer_social { text-align:center; margin-bottom: 10px }
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li { 
	display: inline-block;
	border: none;
}
.footer_social ul li a:before {display: none;}
.footer_social ul li a i{
    border: 1px solid #333;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin: 2px;
    padding: 9px 12px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}
@media only screen and (max-width:768px) { 
    .footer_social ul li a i{ font-size: 12px }
}
@media only screen and (max-width:360px) { 
    .footer_social ul li a i{ font-size: 14px }
}
.footer_social ul li a i:hover { color: #fff }
.footer_social ul li a i.fa-facebook:hover {
    background: #5D82D1;
    border: 1px solid #5D82D1;
}
.footer_social ul li a i.fa-twitter:hover {
    background: #40BFF5;
    box-shadow: 0 0 0 0px #40BFF5;
    border: 1px solid #40BFF5;
}
.footer_social ul li a i.fa-google-plus:hover {
    background: #EB5E4C;
    box-shadow: 0 0 0 0px #EB5E4C;
    border: 1px solid #EB5E4C;
}
.footer_social ul li a i.fa-linkedin:hover {
    background: #238CC8;
    box-shadow: 0 0 0 0px #238CC8;
    border: 1px solid #238CC8;
}
.footer_social ul li a i.fa-youtube:hover {
    background: #CC181E;
    box-shadow: 0 0 0 0px #CC181E;
    border: 1px solid #CC181E;
}
.footer_social ul li a i.fa-skype:hover {
    background: #00AFF0;
    box-shadow: 0 0 0 0px #00AFF0;
    border: 1px solid #00AFF0;
}


.copyright {
	animation: none;
}
.copyright p {
    border-top: 1px solid #1f2428;
    font-size: 14px;
    color: #eee;
    margin-bottom: 0;
    padding: 30px 0;
}
.copyright p > a {
    color: #88b04b !important;
    font-family: "fira_sansregular",sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.copyright p > a:hover {
	color: #fff !important;
}


/* END FOOTER */

/* INDEX STATIC PAGE */

.index-static .sppb-addon-title {
    color: #f8f8f8;
    font-size: 40px;
	padding-top:250px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-family: "fira_sansregular",sans-serif;
    font-weight: 600px;
	line-height: 1.1;
}
.index-static .sppb-addon-content {
    color: #fff;
    margin: auto auto 30px;
    width: 70%;
	line-height: 2;
	font-family: "fira_sansregular",sans-serif;
    font-size: 13px;
	font-weight: 400;
}

.index-static-button  a {
    background: #88b04b none repeat scroll 0 0;
    border: 2px solid #88b04b;
    border-radius: 0;
    color: #fff;
    font-family: fira_sansregular,sans-serif;
    font-size: 12px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
	-moz-user-select: none;
	cursor: pointer;
    display: inline-block;
	font-weight: 400;
	text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.index-static-button  a:hover,
.index-static-button  a:focus {
    background: #fff;
    color: #333;
    border: 2px solid #fff;	
}
.chronoforms textarea {
    height: auto;
}

/** LOGIN FORM **/
.login {
 padding-top: 170px; 
}