#hero-section-one .hero-slider-item h1 {
    font-size: 45px;
}
#about-section {
    background-color: #232323;
}
#about-section .about-section-right .lead {
    color: #F1F4F2;
}
#about-section .about-section-right h2 {
    color: #07C74B;
}
.button-primary {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    background: #06CD4C;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #12EB5E), color-stop(50%, #06CD4C));
    background: -webkit-linear-gradient(left, #12EB5E 50%, #06CD4C 50%);
    background: -o-linear-gradient(left, #12EB5E 50%, #06CD4C 50%);
    background: linear-gradient(to right, #12EB5E 50%, #06CD4C 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 35px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#featured-section {
    padding: 100px 0 100px;
}
#portfolio-section {
    background: #232323;
}
#service-section {
    background-color: #232323;
}
.small-primary {
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    color: #F1F4F2;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.section-header h2 {
    font-family: 'Heebo', sans-serif;
    color: #06CD4C;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-header p{
    color: #848785;
}
#service-section .service-item h3, #service-section .service-item p {
    color: #F1F4F2;
}
#service-section .service-item {
    border: 1px solid #dddddd;
    padding: 60px 30px 30px;
    margin: 50px 0 30px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 300px;
}
#service-section .service-item a:hover {
    color: #06CD4C;
    text-decoration: none;
}
#service-section .service-item:hover, #service-section .service-item:hover .icon {
    border: 1px solid #06CD4C;
}
.header-one .header-menu>ul>li>a:hover {
    color: #06CD4C;
}
.header-one .header-menu>ul>li>ul>li a:hover {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    padding: 8px 20px;
    display: block;
    color: #06CD4C;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-one {
    background: #232323;
}
.footer-one .footer-widget h3 {
    color: #06CD4C;
}
.footer-one .footer-widget p {
    color: #eeeeee;
}
.footer-one .footer-widget p a {
    color: #eeeeee;
}
.footer-one .footer-widget p a:hover {
    color: #eeeeee;
}
.footer-one .footer-widget .link-list li a {
    color: #eeeeee;
}
.footer-one .footer-widget .link-list li a:hover {
    color: #06CD4C;
}
.footer-one .footer-widget h4 a {
    color: #06CD4C;
}
.footer-one .footer-widget p strong {
    font-weight: 600;
    font-size: 15px;
    color: #06CD4C;
}
.footer-one .footer-bottom {
    padding: 20px 0;
    font-size: 15px;
    color: #06CD4C;
}
.footer-one .footer-bottom ul li a {
    color: #06CD4C;
}
.footer-one .footer-bottom ul li a:hover {
    color: #ffffff;
}
.small-primary span {
    letter-spacing: 5px;
    margin-left: 10px;
    color: #06CD4C;
}
#hero-section-one .video-play a{
    color:#06CD4C;
    font-weight: 700;
    font-size: 30px;
}
#hero-section-one .video-play img {
    width: 100%;
    height: auto;
    margin-right: 5px;
    vertical-align: top;
}

.investor {
    padding: 5px 0;
    text-align: -webkit-center;
    background-color: blueviolet;
    border-radius: 20px;
    width: 150px;
    height: 40px;
}
.investor h3{
    color:#ffffff;
}
.developer a{
    color: #06CD4C;
}
#hero-section-one .video-play {
    position: absolute;
    bottom: 110px;
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
    right: 160px;
    cursor: pointer;
}