.header {
    background: rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}
.social-links a {
    color: rgba(255,255,255,0.7);
    margin-left: 18px;
}
.social-links a:hover {
    color: #fff;
}
.navbar a, .navbar a:focus {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    /* #bd1e2c */
}
.navbar > ul > li > a::before {
    background-color: #bd1e2c;
}
.carousel {
    top: -90px;
   
}
.carousel-caption-widget {
    position: absolute;
    left: 15%;
    top: 40%;
    
}
.carousel-caption-widget h2 {
    color: #fff;
    font-size: 48px;
}
.carousel-caption-widget p {
    color: #fff;
}
.about {
    /* background: url(../images/bg-sec.png) no-repeat center center; */
    background: url(../images/pattern.png);
    background-color: #e5e6e7;
    /* background-size: cover; */
    margin-top: -90px;
    padding-top: 100px;
}
.about-sec {
    transform: translateY(0px);
    transition: all 1s;
    background-color: #fff;
}
.about-img-container {
    text-align: center;
    margin-bottom: 30px;
}
.about-text-container {
    width: 80%;
}
.creative-ico img {
    width: 175px;
    transition: all .5s;
}
.creative-ico img:hover {
    transform: scale(1.1);
}
.about h3 {
    color: #343434;
    font-size: 17px;
    font-weight: 400;
}
.about p {
    color: #575757;
    font-weight: 200;
}
.section-header h2 {
    color: #343434;
    font-size: 40px;
    font-weight: 200;
}
.section-header p {
    color: #575757;
    font-size: 18px;
    font-weight: 300;
}
.section-header h2::after { 
    display: none;
}
/* .about-sec-img-container {
    height: 500px;
    background-color: #bd1e2c;
} */
.about-sec {
    padding-top: 150px;
}
.about-sec h2 {
    margin-bottom: 0;
}
.about-sec-title {
    padding-bottom: 30px;
    
}
.about-sec-title h2{
    padding-bottom: 0;
    /* padding-top: 30px; */
    font-weight: 600;
    color: #c31c2d;
}
.about-sec-title p {
    font-weight: 400;
}
.content p {
    font-weight: 300;
}
.services {
    background: url(../images/pattern1.png);
    background-attachment: fixed;
    padding-top: 100px;
}
.services .section-header h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
}
.services .service-item {
    padding: 10px;
    /* background: rgba(255,255,255,0.3); */
    background: #FFFFFF0F;
    
}
.service-widget-item {
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    padding: 10px;
    height: 80px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.service-widget-item:hover {
    background: #fff;
}
.service-widget-item:hover .service-icon i {
    color: #c31c2d;
}
.service-widget-item:hover .service-caption h3 {
    color: #c31c2d;
}
.service-widget-item .service-icon i {
    font-size: 24px;
    color: #fff;
}
.service-widget-item .service-caption h3{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    padding-left: 25px;
}
.portfolio {
    background: #646464;
}
.testimonials {
    background: #6a6a6a;
    padding-top: 30px;
}
.text-start {
    padding-bottom: 30px;
}
.text-start h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.manthra {
    background: url(../images/pattern.png);
}
.manthra-item {
    width: 80%;
    padding: 15px;
}
.manthra-item h4 {
    color: #c31c2d;
}
.testimonials {
    background-color: #fff;
}
.testimonials .testimonial-item {
    background-color: #fff;
}
.testimonials .testimonial-item h3 {
    color: #646464;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #bd1e2c;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #bd1e2c;
}
.portfolio .portfolio-flters li {
    color: #fff;
}
.portfolio .portfolio-flters li:hover, .portfolio .portfolio-flters li.filter-active {
    color: #bd1e2c;
}
.contact {
    background: url(../images/slide-3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contact .info-container {
    background: rgba(255,255,255,0.2);
}
.contact .info-item {
    background: #000;
}
.contact .php-email-form {
    background: rgba(255,255,255,0.9);
}
.contact .php-email-form input[type="text"]:focus {
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0.2);
}
.contact .php-email-form input[type="email"]:focus {
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0.2);
}
.contact .php-email-form textarea:focus {
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0.2);
}
.form-control {
    background: rgba(0,0,0,0);
    color: #fff !important;
    border: 1px solid rgba(0,0,0,0.2);
}
.contact .php-email-form input, .contact .php-email-form textarea {
    color: #fff !important;
}
.contact .php-email-form button[type="submit"] {
    background: #bd1e2c;
    
}
.contact .php-email-form button[type="submit"]:hover {
    background: rgba(248, 90, 64, 0.8);
}
.info-item a{
    color: #fff;
    text-decoration: none;
}
.footer {
    background: #000;
}
.footer-contact a {
    color: #fff;
    text-decoration: none;
}
.footer-contact a:hover {
    color: #e1dfdf;
}
@media (max-width: 500px){
    .carousel-caption-widget h2 {
        font-size: 24px;
    }
    .carousel-caption-widget p{
        font-size: 14px;
    }
    .about-sec {
        padding-top: 30px;
    }
    .about-sec-title h2 {
        text-align: center;
    }
    .about-sec-title h3 {
        text-align: center;
    }
    #about-text {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}