﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../Fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../Fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../Fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../Fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'the_frontmanregular';
    src: url('Fonts/The Frontman.ttf') format('truetype'), url('Fonts/The Frontman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.container1 {
    display: flex; /* or inline-flex */
    flex-direction: row;
    position: relative;
    top: -80px;
}
.ColumnIntro1 {
    text-align: left;
    width: 30%;
}
.ColumnIntro2 {
    font-family: 'OpenSans-regular';
    font-size: calc(11px + (20 - 11) * ((100vw - 300px) / (1600 - 300)));
    padding: 30px;
    width: 60%;
    background-color: #fff;
}
.CIPara1 {
    font-family: 'OpenSans-bold';
    font-size: calc(11px + (25 - 11) * ((100vw - 300px) / (1600 - 300)));
}
.CIPara2 {
    color: #d75f1e;
    font-family: 'OpenSans-bold';
    font-size: calc(11px + (30 - 11) * ((100vw - 300px) / (1600 - 300)));
}
.CIPara3Span {
    font-family: 'OpenSans-bold';
    font-size: calc(11px + (20 - 11) * ((100vw - 300px) / (1600 - 300)));
}
.CIList {
    list-style: none;
    font-family: 'OpenSans-bold';
    font-size: calc(10px + (17 - 10) * ((100vw - 300px) / (1600 - 300)));
}
#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;
    }

    .ColumnIntro1 {
        text-align: left;
        width: 50%;
    }

    .ColumnIntro2 {
        font-family: 'OpenSans-regular';
        font-size: calc(11px + (20 - 11) * ((100vw - 300px) / (1600 - 300)));
        padding: 30px;
        width: 50%;
    }

    #btnReadMore {
        position: relative;
        top: -2px;
        background-color: transparent;
        border: 1.5px solid #d75f1e;
        color: #f47f39;
        padding: 6px 16px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-family: 'OpenSans-bold';
        font-size: 14px;
        transition-duration: 0.5s;
        cursor: pointer;
        cursor: hand;
    }
}

@media (max-width: 700px) {
    .ColumnIntro1 {
        display: none;
    }

    .ColumnIntro2 {
        padding: 30px;
        width: 95%;
    }
}



.container2 {
    position: relative;
    top: -84px;
    width: 100%;
   
    background-color: #efefef;
}
.ServicesColumn {
    margin: 0 auto;
    text-align: center;
    padding-left: 15px;
    width: 60%;
    
}
.SCPara1 {
    font-family: 'OpenSans-bold';
    font-size: calc(16px + (39 - 16) * ((100vw - 300px) / (1600 - 300)));
}

@media (max-width: 900px) {
    .container2 {
        position: relative;
        top: 0px;
    }
}

.container3 {
    display: grid;
    margin: 0 auto;
    grid-template-columns: auto auto auto;
    position: relative;
    width: 70%;
    background-color: #efefef;
}
.ColumnServiceDesc {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #d75f1e;
    margin: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'OpenSans-bold';
    font-size: calc(11px + (20 - 11) * ((100vw - 300px) / (1600 - 300)));
    color: #d75f1e;
    text-align: center;
    -webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
}
    .ColumnServiceDesc:hover {
        background-color: rgba(255, 242, 235, 0.4);
    }
    @media (max-width: 900px) {
        .container3 {
            grid-template-columns: auto auto;
            position: relative;
            top: 0px;
        }
    }

    @media (max-width: 500px) {
        .container3 {
            grid-template-columns: auto;
            position: relative;
            top: 0px;
        }
    }

    .mb_parallax_container {
    position: relative;
    top: -84px;
    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;
    }
@media (max-width: 900px) {
    .mb_parallax_container {
        position: relative;
        top: 0px;
        grid-template-columns: auto auto;
        position: relative;
        top: 0px;
    }
}