.cta-bg{
    background-image: url('../img/footer_contact_bg.jpg');
}

/*Home Paghe*/
.hero-bg{
	background-image: url('../img/slider/slider3.jpg');
}
.hero-bg-2{
	background-image: url('../img/slider/slider4.png');	
}
.hero-bg-3{
	background-image: url('../img/slider/slider1.jpg');		
}
.header-area .info-bar{
	padding: 6px 0px 8px;
}
.support-bar{
	padding: 15px 0px;
}
.navbar-area{
	padding: 15px 0px;
}
.support-bar::before{
	left: -31px;
}
.header-area span.working-time::after{
	content: "";
}
.header-area span.working-time{
	margin-right: inherit;
}
.hero-area{
	color: #234966;
}
.feature-bg{
	    background-image: url('../img/why_choose_us3.jpg');
}
.about-section img.ceo-pic{
	margin-top: 40px;
}
.service-counter{
    display: flex;
}
.service-counter .counter-content{
    border: 2px solid #f1f1f1;
    padding: 5px 20px;
    width: 175px;
    position: relative;
    margin-bottom: 50px;
    margin-left: 50px;
}
.service-counter .counter-content:hover::before{
	opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}
.service-counter .counter-content::before{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    border-top: 2px solid #58bed3;
    border-right: 2px solid #58bed3;
}
.service-counter h2.title{
    color: #183650;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
.service-counter h4.subtitle{
	color: #183650;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}
.service-counter-padding .counter-content{
    margin-bottom: 0; 
}
.testimonial::after{
    width: 190px;
}
.testimonial-container::after{
    background-image: url('../img/testimonials.png');
}


/*contact Us*/
.contact-section .single-info p a, .footer-contact .contact-info p a{
    color: inherit;
    text-decoration: none;
}

/*About Us*/
.targets .box{
    height: 264px;
}
.home-2 .features::after{
    background-image: url('../img/why_choose_us3.jpg');
    left: -171%;
}
.about-breadcrumb-bg{
    background-image: url('../img/slider/slider3.jpg');
}
.about-section.about .about-right-bg{
    background-image: url('../img/about1.png');   
    margin: auto;
    width: 59%;
}

/*demo*/
.quote-breadcrumb-bg{
    background-image: url('../img/slider/slider4.png');
}
.book-demo-alert{
    margin-top: 20px;
}

/*service*/
.services-breadcrumb-bg{
    background-image: url('../img/services/services-bg.jpg');
}