.btn.btn-theme {
    background: #00acac;
    border-color: #00acac;
    color: #fff;
}
.btn.btn-theme:hover,
.btn.btn-theme:focus {
    background: #008a8a;
    border-color: #008a8a;
}
.header.navbar .navbar-nav > li.active > a, 
.header.navbar .navbar-nav > li > a:hover, 
.header.navbar .navbar-nav > li > a:focus,
.header.navbar.navbar-default .navbar-nav > li.active > a, 
.header.navbar.navbar-default .navbar-nav > li > a:hover, 
.header.navbar.navbar-default .navbar-nav > li > a:focus,
.header.navbar.navbar-transparent .navbar-nav > li.active > a, 
.header.navbar.navbar-transparent .navbar-nav > li > a:hover, 
.header.navbar.navbar-transparent .navbar-nav > li > a:focus,
.header.navbar.navbar-inverse .navbar-nav > li.active > a, 
.header.navbar.navbar-inverse .navbar-nav > li > a:hover, 
.header.navbar.navbar-inverse .navbar-nav > li > a:focus,
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li.active > a,
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li > a:hover,
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li > a:focus,
.text-theme,
.navbar-nav .dropdown-menu > li.active > a,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.pricing-table .price .price-number,
a {
    color: #00acac;
}
a:hover,
a:focus {
    color: #008a8a;
}
.pricing-table .highlight h3,
.pace-progress {
    background: #008a8a;
}
.pricing-table .highlight .price {
    background: #00acac;
}
.pace .pace-activity {
    border-top-color: #00acac;
    border-left-color: #00acac;
}
.brand-logo,
.footer .footer-brand-logo {
    border-color: #4DCACA #31A3A3 #1D8888;
}
.logo{
    /*position: absolute;*/
    /*top: 10px;*/
    /*width: 100px;*/
    height: 45px;
    margin-top: -14px;
}
.brand-logo {
    color: transparent;
    border-color: transparent;
}

#quote .desc {   
    font-size: 14px!important;   
}

#team .desc{
    font-size: 14px!important;   
}
#contact .content-desc{
    font-size: 14px;
}
.success-message {
    color: #008A8A;
}
.firstp{
        font-size: 22px;
        color: white;
        font-weight: 100;
        padding-top: 10px;
}
.secondp{
        font-size: 15px;
        color: white;
}

#team .content-desc{
    font-size: 14px;   
}
#contact .content-desc{
    font-size: 14px;
}
.success-message {
    color: #008A8A;
}   
.maintext{
       letter-spacing: 10px;
       font-weight: 100!important;
}
.letspace{
       font-weight: 100!important;
        letter-spacing: 25px;
}
.warning{
        border:2px solid red!important;
}
.about p{
        font-size: 16px;
        line-height: 25px;
}
.firstp{
        font-size: 22px;
        color: white;
        font-weight: 100;
        padding-top: 20px;
}
.secondp{
        font-size: 15px;
        color: white;
}
.btn-custom{
        padding: 7px 40px!important;
}
.wantto{
        font-size: 25px;
        padding-bottom: 10px;
}
.work{
        margin-bottom: 20px!important;
}
.iconback{
        padding: 3px 5px 5px 5px;
        background: black;
        color: white;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    .contactinfo{
        font-size: 16px;
        line-height: 30px;
    }
        .contact-item{
    position: relative;
    padding-left: 44px;
    color: #444;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.contact-item a{
    color: #444;
    text-decoration: none;    
}

.contact-item a:hover{
    color: #000;
    text-decoration: none;
}

.ci-icon{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}
.ci-icon:before{
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #111;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.ci-icon i,
.ci-icon span{
    position: relative;
}
.ci-title{
    margin-bottom: 1px;
    color: #777;    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.ci-text{
    font-size: 15px;
    font-weight: 300;
}
.pdleft{
        padding-left: 30px;
}
.service .desc {
    font-size: 14px;
}