﻿
.container1 {
   background-color: #fff;
    position: relative;
    top: -80px;
    width: 100%;
    padding-bottom: 30px;
}

.ColumnIntro {
    margin: 0 auto;
    text-align: center;
    padding-left: 15px;
    width: 60%;
    font-family: 'OpenSans-bold';
    font-size: calc(11px + (16 - 11) * ((100vw - 300px) / (1600 - 300)));
}
.AboutBody {
    width: 100%;
    text-align: left;
}
.CIPara1 {
    text-align: center;
    color: #d75f1e;
    font-family: 'OpenSans-bold';
    font-size: calc(16px + (35 - 16) * ((100vw - 300px) / (1600 - 300)));
}
@media (max-width: 1230px) {
    .ColumnIntro {
        width: 80%
    }
}
@media (max-width: 900px) {
    .ColumnIntro {
        width: 90%
    }
}


#btnReadMore {
    position: relative;
    top: -2px;
    background-color: transparent;
    border: 1.5px solid #d75f1e;
    color: #f47f39;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'OpenSans-bold';
    font-size: 14px;
    transition-duration: 0.5s;
    cursor: pointer;
    cursor: hand;
}

    #btnReadMore:hover {
        background-color: #f47f39;
        color: white;
    }

@media (max-width: 900px) {
    .container1 {
        position: relative;
        top: 0px;
    }
}

@media (max-width: 700px) {
    .ColumnIntro2 {
        padding: 30px;
        width: 95%;
    }
}

h1,
h2 {
   
    color: red;
    text-align: center;
}

.mb_parallax_container {
    height: 270px;
    width: 100%;
    background-image: url('../Images/About/BGImage.jpeg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mb_parallax_overlay {
        height: 270px;
        width: 100%;
        margin: auto;
        background-color: black;
        background: rgba(0, 0, 0, 0.6);
}
.TakeOurService {
    text-align: center;
    font-family: 'OpenSans-bold';
    font-size: calc(16px + (35 - 16) * ((100vw - 300px) / (1600 - 300)));
    color: #fff;
}

#btnContactUS {
    position: relative;
    top: -2px;
    background-color: transparent;
    border: 3px solid #f47f39;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'OpenSans-bold';
    font-size: 14px;
    transition-duration: 0.5s;
    cursor: pointer;
    cursor: hand;
}

    #btnContactUS:hover {
        background-color: #f47f39; /* Green */
        color: white;
    }