﻿* {
    padding: 0;
    margin: 0;
}
.header {
    height: 22pc;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.1)), url(../../images/bg_1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .header h1 {
        font-size: 48px;
        padding-top: 40px;
        color:white;
    }
    .header h2 {
        font-size: 36px;
        color:white;
    }

    .header p {
        font-size: 20px;
        color: white;
    }
.aboutbody{
    margin:20px;
}
.aboutbody h1 {
    text-align: center;
    padding: 30px 0;
}
.servicesstyle {
    text-align: center;
    border:dashed;
    background-color: lightblue;
    
}
.servicesstyle h4{
    font-size:16px;
    font-weight:600;
}
.copy-right {
    background-color: indianred;
    padding: 10px;
}

.copy-right p {
    color: black;
    text-align: center;
    padding-top: 8px;
    color:white;
}