/** Common Styles **/
#scrollUp {
	background:#02a2c4;
}
#scrollUp:hover {
	background: #fff;
	color: #02a2c4;
}
/** Navigation **/
.navbar .nav-item .nav-link:hover {
    color: #03b0d5;
}
/** Slider **/
.slider .content span {
    color: #03b0d5;
}
.slider .content .btn-color {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
}
/** Features **/
.features .heading h2 span {
	color: #02a2c4;
}
.feature-block .icon{
	color: #02a2c4;
}
.feature-block .inner-box:before {
	border-top: 1px solid #02a2c4;
	border-bottom: 1px solid #02a2c4;
}
.feature-block .inner-box:after {
	border-left: 1px solid #02a2c4;
	border-right: 1px solid #02a2c4;
}
/** Services **/
.single-services .services-icon i {
	background: #02a2c4;
}
.services .heading h2 span {
    color: #02a2c4;
}
.single-services:hover .services-icon i {
	color: #02a2c4;
	background: #fff;	
}
.single-services:hover {
	background: #02a2c4;
}
/** CTA Wrapper **/
.cta-wrapper .heading h2 span {
    color: #11c9f3;
}
.cta-wrapper .btn-color {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
}
/** Portfolio **/
.portfolio h2 span {
    color: #11c9f3;
}
.portfolio .button-group button:hover {
    color: #ffffff;
    background: #02a2c4;
}
.portfolio .button-group button:focus {
    background: #02a2c4;
}
/** Our Team **/
.team .heading h2 span {
	color: #02a2c4;
}
/** Some Facts **/
.some-facts i {
	background:rgba(2, 162, 196, 0.8);
}
/** pricing Table **/
.price .heading h2 span {
    color: #02a2c4;
}
.price .cards .front h2 {
    color: #02a2c4;
}
.price .cards .front .btn-color {
    background: linear-gradient(135deg, rgba(2,166,199,1) 0%, rgba(3,127,152,1) 100%);
}
/** Why Us **/
.why-us .right .content span {
    color: #02a2c4;
}
.why-us .right .content .box:before{
	border-top: 1px solid #02a2c4;
	border-bottom: 1px solid #02a2c4;
}
.why-us .right .content .box:after{
	border-left: 1px solid #02a2c4;
	border-right: 1px solid #02a2c4;
}
.why-us .right .content .box .icon {
    background: #02a2c4;
    border: 1px solid #02a2c4;
}
.why-us .right .content .box:hover .icon {
    border: 1px solid #02a2c4;
    color: #02a2c4;
}
/** Testimonials **/
.testimonials .heading h2 span {
    color: #02a2c4;
}
.client-block .inner-box .client-head {
	color: #02a2c4;
}
.client-block .inner-box .designation {
	color: #02a2c4;
}
/** Blog **/
.blog .heading h2 span {
    color: #02a2c4;
}
.blog .card-body h2 a {
	color: #02a2c4;
}
.blog .card-body ul li a:hover {
	color: #02a2c4;
}
.blog .image .cat {
	background: #02a2c4;
}
/** Contact Us **/
.contact .heading h2 span {
    color: #02a2c4;
}
.contact button.btn {
    background: -webkit-linear-gradient(top left,#079ab9 0%,#037e98 100%);
}