body{
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

/* Global */
.container{
    width: 90%;
    margin: auto;
    overflow: hidden;
}

ul{
    margin: 0;
    padding: 0;
}

.button_1{
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-weight: bold;
}

.dark{
    padding: 15px;
    background: #17202a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* header **/
header{
    background: #17202a;
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}

header a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header li{
    float:left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding{
    float: left;
}

header #branding h1{
    margin: 0;
}

header nav{
    float: right;
    margin-top: 10px;
}

.highlight_P{
    color: rgb(52, 192, 248);
    font-weight: bold;
}

.highlight_I{
    color:orangered;
    font-weight: bold;
}

.highlight_S{
    color: chartreuse;
    font-weight: bold;
}

header .current a{
    color: #e8491d;
    font-weight: bold;
}

header a:hover{
    color: #c8e719;
}

/* ShowcaseHome*/
#showcase{
    min-height: 600px;
    width: auto;
    background: url('../Images/PIS_Cover.jpg') no-repeat;
    background-size: cover;
    background-position: right;

    text-align: center;
    color: #ffffff;

    border-bottom: #e8491d 3px solid;
}

#showcase h1{
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p{
    font-size: 18px;
}

/*Newsletter*/
#newsletter{
    padding: 15px;
    color: #ffffff;
    background: #17202a;
}

#newsletter h1{
    float: left;
}

#newsletter form{
    float: right;
    margin-top: 15px;
}

#newsletter input[type="email"]{
    padding: 4px;
    height: 25px;
    font-weight: 250px;
}

/* Boxes */
#boxes{
    margin-top: 20px;
}

#boxes .box{
    float: left;
    text-align: center;
    width: 30.3%;
    padding: 10px;
}

#boxes .box img{
    width: 90%;
    border-radius: 50%;
    border: 3px solid #17202a;
}

#boxes h1{
    text-align: center;
    color: darkcyan;
    border-bottom: #706f6f 3px solid;
}

/* Main-Col*/
article#main-col{
    float: left;
    width: 55%;
    text-align: justify;
}

/* Sidebar */
aside#sidebar{
    float: right;
    width: 40%;
    margin-top: 10px;
}

.quote h1{
    text-align: center;
    color: #c8e719;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
    width: 95%;
    padding: 10px;
}

/* for contact box */
.box-contact img{
    padding-bottom: 10px;
    border-bottom: #17202a 1px solid;
    width: 70%;
}

.box-contact{
    float: left;
    text-align: center;
    font-size: 18px;
    width: 40%;
}

.box-contact i{
    color: #810202;
    font-size: 25px;
    font-weight: bold;
}

iframe{
    border-radius: 2em;
    border: #706f6f solid 1px;
    width: 59%;
    height: 500px;
    transition: 0.3s ease-in-out;
}

iframe:hover{
    transform: scale(1.1);
    opacity: 1;
}

/* Footer */
footer{
    background: #17202a;
    border-top: #e8491d 3px solid;
}
.footer-content{
    width: 33.3%;
    float: left;
    color: #ffffff;
}

h3{
    font-size: 21px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 15px;
    text-align: center;
    color: #e9b424;
}

.footer-content p{
    margin: auto;
    padding: 5px;
}

.contactdtl{
    text-align: left;
}
.contactdtl i{
    color: #e8491d;
}

.list li{
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 5px;
    position: relative;
    font-size: 18px;
}

.list a{
    color: #ffffff;
}

.list li::before{
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background:#e9b424;
    transition-duration: .5s;
}

.list li:hover::before{
    width: 70px;
}

.list .current a{
    color: #e8491d;
}

.social-icon{
    text-align: center;
    font-size: x-large;
}
.social-icon li{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.social-icon i{
    color: #ffffff;
}
footer a{
    text-decoration: none;
}
footer a:hover{
    color: #c8e719;
}
.social-icon i:hover{
    color: aquamarine;
}

.bottom-bar{
    text-align: center;
    padding: 2px 0;
    /* margin-top: 10px; */
    border-top: #706f6f 1px solid;
}

.bottom-bar p{
    color: #c8e719;
    font-size: 16px;
}


/* Media Queries */
@media(max-width: 768px){
    header #branding,
    header nav,
    header nav li,
    #newsletter h1,
    #newsletter form,
    #boxes .box,
    article#main-col,
    aside#sidebar,
    .box-contact,
    .footer-content{
        float: none;
        text-align: center;
        width: 100%;
    }

    header{
        padding-bottom: 20px;
    }

    #showcase{
        min-height: 200px;
    }
    iframe{
        border-radius: 2em;
        border: #706f6f solid 1px;
        width: 100%;
        height: 300px;
        transition: 0.3s ease-in-out;
    }
}