.intro .content-box p {
    display: block;
    padding-right: 10%;
    margin-bottom: 30px;
}
.get-consultation p {
    display: block;
    padding-right: 0%;
    margin-bottom: 40px;
}

.cta {
    height: 54px;
    border: none;
   /* background: #007386; */
  background:  #ff9c07;
    color: #fff;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    width: 135px;
        padding-left: 28px !important;
}

.contact-box a {color:#fff;}
.navbar .container .menu ul li a:hover {
    color: #86d7aa;
}
.menu>ul>li:last-child > a:hover {
    color:#000 !important;
} 

h4 a {color: #fff;}
h4 a:hover{color: #86d7aa;}

li.cta:hover {
    /* background: #007386; */
    color: #fff !important;
}

.black-button {
    height: 60px;
    line-height: 60px;
    float: left;
    background: #007386;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    padding: 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.black-button a:hover {
    background: #007386;
    color: #fff !important;
}
.black-button a {
    background: #007386;
    color: #fff !important;
}