.header-area .top-header-area{
    padding: 5px 0;
}
.header-area .top-header-area .social-links a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    background: #bc405c;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
}
.header-area .top-header-area .cs-contact a {
    font-size: 1rem;
    font-weight: 400;
}
.header-area .top-header-area .cs-contact a i{
    color: #bc405c;
}
.header-area .credit-main-menu .classy-navbar .classynav ul li a .navbar-logo{
    max-height: 80px;
}
.features-area .single-feature-area{
    position: relative;
    transition: all .3s ease;
}
.features-area .single-feature-area .align-items-stretch{
    /*padding: 50px;*/
    height: 120px;
    width: 120px;
    display: block;
    position: relative;
    border-radius: 50% 50% 0 50%;
    border: 3px solid #bc405c;
    z-index: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: #ffffff;
}
.features-area .single-feature-area .align-items-stretch img{
    display: block;
    width: 60px;
    max-height: 60px;
    margin: auto;
    filter: grayscale(100%);
}
.features-area .single-feature-area .text {
    position: relative;
    background: #eee;
    padding: 80px 5px 30px 5px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin: -60px 0 0 auto;
    z-index: -1;
    border-radius: 10px;
    text-align: center;
}
.features-area .single-feature-area .text h6{
    color: #bc405c;
    font-size: 1.2rem;
}
.features-area .single-feature-area .text p{
    line-height: 1.5;
    font-size: .8rem;
    margin-bottom: 0;
    font-weight: bold;
    color: #000000;
}
.app_link_download {
    display: block;
    width: 100%;
    padding: .5rem;
    border-radius: .25rem;
    background: #ffffff;
}
.app_link_download img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 40px;
}
.about-area .nav-link{
    border: 1px solid;
    padding: 10px 10px;
    transition: 0.3s;
    color: #556270;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
}
.about-area .nav-link.active{
    color: #fff;
    border-color: #bc405c;
    background: #bc405c;
}
.about-area .details h3{
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.about-area .details h3:after{
    content: "";
    width: 120px;
    height: 2px;
    display: inline-block;
    background: #bc405c;
    margin: -4px 0 0;
    position: absolute;
    left: 0;
    top: 100%;
}
.machine-text li {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}
.machine-text li::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f046";
    font:normal normal normal 14px/1 FontAwesome;
    text-transform: none;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #bc405c;
    background: #ddbfc8;
}
.about-area p {
    color: #444444;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
}
.services-top-text {
    font-size: 18px;
    font-weight: 600;
    background: #ddbfc8;
    padding: 5px 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 3px;
    color: #bc405c;
}
 .testimonial-item {
    box-sizing: content-box;
    padding: 10px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .15);
    position: relative;
    background: #fff;
    height: 340px;
    overflow: hidden;
     border-radius: 10px;
}
.testimonial-item h3{
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #bc405c;
}
.testimonial-item p {
    font-style: italic;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 1.4;
}
#latestNews .owl-carousel .owl-item .img {
    height: 200px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#latestNews .owl-carousel .item{
    padding: 5px;
}
.testimonial-item .fa-quote-left,
.testimonial-item .fa-quote-right{
    color: #f8d1d3;
    position: relative;
    font-size: .8rem;
}
#latestNews .owl-carousel .owl-nav{
    text-align: center;
    margin: 15px 0 0 0;
}
#latestNews .owl-carousel .owl-nav .owl-next{
    margin-left: 5px;
}
#latestNews .owl-carousel .owl-nav .owl-next,
#latestNews .owl-carousel .owl-nav .owl-prev{
    background: #ddbfc8;
    border: 1px solid #bc405c;
    border-radius: 5px;
    color: #bc405c;
    display: inline-block;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 34px;
}
.contact-area .info > div {
    margin-bottom: 20px;
}
.contact-area .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    background: #ddbfc8;
    color: #bc405c;
}
.contact-area .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #556270;
}
.contact-area .info p,
.contact-area .info a{
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #8795a4;
    display: block;
}
#footer .social-links ul a{
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    background: #bc405c;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}
#footer .copyright {
    text-align: center;
    color: #fff;
}
#footer .credits,#footer .credits a {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}
