﻿.about-img {
    height: 40px;
    padding: 0;
    margin: 20px 0;
}


.about-main {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

p.paragraph {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #777;
    line-height: 2em;
}

p.paragraph-about {
    text-align: justify;
    font-size: 14px;
    /*    letter-spacing: 1px;*/
    /*    color: #777;*/
    line-height: 2em;
    text-indent: 40px;
}

.about-right,
.about-right.two {
    padding: 5em 4em;
    float: right;
    background: #1B1B1B;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

    .about-right.two {
        float: left;
    }

.about-left {
    background: url(/../images/about/960x460_2.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    position: absolute;
    left: 4%;
    top: 12%;
    z-index: 9;
}

 

h3.subheading {
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 0.5em;
    font-weight: 600;
}


@media (max-width: 991px) and (min-width: 10px) {
        .close-about {
        display: none;
    }
}
.about-btn-group {
    margin: 10px;
    width: 230px;
    border-radius: 0px;
    background-color: #E04900;
    color: #FFFFFF;
    padding: 5px;
}
    .about-btn-group:hover{
        cursor:pointer;
    }

    .card-header {
        background-color: #E04900;
    }

.btn-link {
    color: white;

    color: white;
     text-decoration: none; 
    font-weight: bold;
}
.btn-link:hover {
    color:white;
}
