.btn-blue.silver{
    border-color: silver;
    color: black;
}

.btn-blue.green{
    border-color: greenyellow;
    color: black;
}
.btn-blue.blue{
    border-color: skyblue;
    color: black;
}
.btn-blue.orange{
    border-color: orange;
    color: black;
}


.content-title-underline.silver{
    
    background: silver;
    
}

.content-title-underline.green{
    
    background: greenyellow;
    
}

.content-title-underline.blue{
    
    background: skyblue;
    
}

.content-title-underline.orange{
    
    background: orange;
    
}

.navbar-nav>li>a.green {
    color: limegreen;
    
}



.navbar-nav>li>a.green:hover,
.navbar-nav>li>a.green:focus {
    color: greenyellow;
}

.navbar-nav>li>a.silver {
    color: silver;
    
}



.navbar-nav>li>a.silver:hover,
.navbar-nav>li>a.silver:focus {
    color: dimgray;
}

.navbar-nav>li>a.blue {
    color: skyblue;
    
}



.navbar-nav>li>a.blue:hover,
.navbar-nav>li>a.blue:focus {
    color: powderblue;
}

.navbar-nav>li>a.orange {
    color: orange;
    
}



.navbar-nav>li>a.orange:hover,
.navbar-nav>li>a.orange:focus {
    color: orangered;
}



















#home-heading h3.green {
    color: limegreen;
    
}

#home-heading h3.silver {
    color: silver;
    
}


#home-heading h3.blue {
    color: skyblue;
    
}

#home-heading h3.orange {
    color: orange;
    
}











i.green {
    color: limegreen;
        
}


.service-item:hover .service-item-icon i.green {
    
    background-color: greenyellow;
}


i.blue {
    color: skyblue;
        
}


.service-item:hover .service-item-icon i.blue {
    
    background-color: powderblue;
}

i.silver {
    color: silver;
        
}


.service-item:hover .service-item-icon i.silver {
    
    background-color: silver;
}

i.orange {
    color: orange;
        
}


.service-item:hover .service-item-icon i.orange {
    
    background-color: orangered;
}



.social-icon i.silver:hover {
    color: dimgray;
}

.social-icon i.blue:hover {
    color: powderblue;
}

.social-icon i.green:hover {
    color: greenyellow;
}

.social-icon i.orange:hover {
    color: orangered;
}








.owl-theme .owl-dots .owl-dot .silver span {
    
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: yellow;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
    
    
}






.content-title h3.increase {
    font-size: 30px;
    
}
.content-title h3.decrease {
    font-size: 15px;
    
}
.content-title h3.default {
    font-size: 20px;
    
}



.service-item-title h3.increase {
    font-size: 30px;
    
}
.service-item-title h3.decrease {
    font-size: 20px;
    
}
.service-item-title h3.default {
    font-size: 25px;
   
}



.service-item-desc p.increase{
    
    font-size: 25px;
}
.service-item-desc p.decrease{
    
    font-size: 15px;
}
.service-item-desc p.default{
    
    font-size: 20px;
}











#about .content-title h3.increase {
    text-align: right;
    font-size: 30px;
}
#about .content-title h3.decrease {
    text-align: right;
    font-size: 20px;
}
#about .content-title h3.default {
    text-align: right;
    font-size: 25px;
}







#about-desc p.increase {
    margin-bottom: 30px;
    font-size: 22px;
}
#about-desc p.decrease {
    margin-bottom: 30px;
    font-size: 15px;
}
#about-desc p.default {
    margin-bottom: 30px;
    font-size: 20px;
}








.testimonial blockquote p.increase {
    color: #fff;
    font-size: 25px;
}
.testimonial blockquote p.decrease {
    color: #fff;
    font-size: 15px;
}
.testimonial blockquote p.default {
    color: #fff;
    font-size: 20px;
}





.testimonial-author p.increase {
    color: #fff;
    font-size: 25px;
}
.testimonial-author p.decrease {
    color: #fff;
    font-size: 15px;
}
.testimonial-author p.default {
    color: #fff;
    font-size: 20px;
}