﻿@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;
}


.ServiceSections {
    font-family: 'OpenSans-bold';
    font-size: calc(14px + (29 - 14) * ((100vw - 300px) / (1600 - 300)));
    color: #d75f1e;
    width: 80%;
    border-bottom: 1px solid #d75f1e;
    margin: 0px auto;
}
.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 {
    position: relative;
    width: 100%;
    background-color: #efefef;
}

.ColumnServiceDesc {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #d75f1e;
    width: 60%;
    padding: 20px;
    color: #d75f1e;
    text-align: left;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.75);
}

    .ColumnServiceDesc:hover {
        -webkit-box-shadow: 0px 0px 17px -8px rgba(215,95,30,0.75);
        -moz-box-shadow: 0px 0px 17px -8px rgba(215,95,30,0.75);
        box-shadow: 0px 0px 17px -8px rgba(215,95,30,0.75);
    }

.ImageCon3 {
    width: 269px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.TextCon3 {
    padding-left: 20px;
    display: inline-block;
    color: #000;
    font-family: 'OpenSans-Regular';
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1600 - 300)));
}
.TitleCon3 {
    
    font-family: 'OpenSans-bold';
    font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300)));
    color: #ef8a53;
}
@media (max-width: 900px) {
    .ColumnServiceDesc {
        width: 80%;
    }
    .ImageCon3 {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
   
    .TextCon3 {
        display: block;
        text-align: center;
        width: 100%;
        padding-left: 0px;
    }
}

@media (max-width: 900px) {
    .container3 {
        grid-template-columns: auto;
        position: relative;
        top: 0px;
    }
}

@media (max-width: 500px) {
    .ColumnServiceDesc {
        width: 80%;
    }
    .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;
    }
}

.Local {
    border: none;
    position: absolute;
    bottom: 10px; /*your button position*/
    right: 10px; /*your button position*/
    font-family: 'OpenSans-Regular';
    font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1600 - 300)));
    border-radius: 13px;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,0.3);
    color: #ebe9e9;
    outline: none;
    transition-delay: .2s;
    transition-duration: .7s;
}
    .Local:hover {
        transition-duration: .7s;
        background-color: rgba(215,95,30,0.3);
    }
    .Local:focus {
        outline: 0;
    }

