
/*---------------------------------------
   TEXTS AND BACKGROUNDS COLORS            
-----------------------------------------*/

/* TEXT COLORS */
.white-text {
    color: rgba(255,255,255,1.0);
}

.dark-text {
    color: rgba(71,71,71,1.0); 
}

.features-text-color {
    color: rgba(80, 220, 166, 1.0);
    text-transform: uppercase; 
}


/* BACKGROUND COLORS */
.blue-bg {
    background: rgba(58, 170, 222, 1.0) !important;
}
.red-bg {
    background: rgba(201, 91, 96, 1.0) !important;
}
.green-bg {
    background: rgba(80, 220, 166, 1.0) !important;
}
.yellow-bg {
    background: rgba(228, 231, 0, 1.0) !important;
}
.orange-bg {
    background: rgba(232, 177, 28, 1.0) !important;
}
.white-bg {
    background: rgba(253,253,253,1.0) !important;
}



/*---------------------------------------
   BUTTONS            
-----------------------------------------*/

/* STANDARD BUTTON */
.standard-button {
   background: rgba(80, 220, 166, 1.0);
   box-shadow: 0px 3px 5px rgba(71, 71, 71, 0.4);
   font-size: 18px;
   font-weight: 400 !important;
   color: rgba(253,253,253,1.0); 
	   
   border-radius: 50px !important; 
    min-width: 120px;
    border: 0px solid;
    padding: 16px 25px 16px 25px;
    margin: 20px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover {
    border: 0px solid;
	font-size: 20px;
	color: rgba(71,71,71,0.5); 

}

.standard-button i {
    vertical-align: inherit;
    margin-right: 40px;
    font-size: 22px;
}


/* Standard Button 2 */
.standard-button2 {
   background: rgba(80, 220, 166, 1.0);
   box-shadow: 0px 3px 5px rgba(71, 71, 71, 0.4);
   font-size: 18px;
   font-weight: 400 !important;
   color: rgba(253,253,253,1.0); 
	   
   border-radius: 50px !important; 
    min-width: 120px;
    border: 0px solid;
    padding: 16px 25px 16px 25px;
    margin: 20px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button2:hover {
    border: 0px solid;
	font-size: 20px;
	color: rgba(71,71,71,0.5); 

}


/* FEEDBACKS PAGE CONTROL COLOR */
.feedbacks .owl-theme .owl-controls .owl-page span {
    background: rgba(80, 220, 166, 1.0);
    border-radius: 50%;
}


/* FEATURES ICONS COLORS */
.features .feature .icon-container .icon {
    color: rgba(80, 220, 166, 1.0);
}


.feature-list li i {
    color: #fff;
}


/* SERVICES */
.services .single-service .service-icon,
.services .single-service h3 {
    color: rgba(80, 220, 166, 1.0);
}

/* SCREENSHOTS PAGINATION POINTS COLOR */
.screenshots .owl-theme .owl-controls .owl-page span {
    background: #fff
}


/* FOOTER */
footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #000;
}

