/* Code By Webdevtrick ( https://webdevtrick.com ) */
/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    height: 300px;
    padding-top: 0px;
    background-image: url("../images/aboutus1.jpg");
    background-position: center;
    background-size: cover;
}
.hero-text p {
    font-family: "Montserrat", serif;
    font-weight: 350;
    letter-spacing: 2px;
    text-align: center;
    color: rgb(128, 128, 128);
    font-size: 20px;
}
.hero-text h1 {
    padding: 10px;
    font-family: "Shadows Into Light", serif;
    text-align: center;
    font-size: 40pt;
}
.container {
    margin: 2%;
    padding: 10px;
    width: 75%;
}
.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: white;
    font-size: 1.15rem;
    font-weight: 100;
    border-bottom: 1px solid #e5e5e5;
}
.accordion a:hover, .accordion a:hover::after {
    cursor: pointer;
    color: #ff5353;
}
.accordion a:hover::after {
    border: 1px solid #ff5353;
}
.accordion a.active {
    color: #ff5353;
    border-bottom: 1px solid #ff5353;
}
.accordion a::after {
    font-family: 'Ionicons';
    content: '\f218';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 25px;
    color: #7288a2;
    padding: 1px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
    border: 2px solid #7288a2;
    text-align: center;
}
.accordion a.active::after {
    font-family: 'Ionicons';
    content: '\f209';
    color: #ff5353;
    border: 1px solid #ff5353;
}
.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}
.accordion .content p {
    font-size: 1rem;
    font-weight: 100;
    font-family: "Roboto", serif;
}
.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}
@media screen and (min-width:960px) {
    .container-feature {
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }
    .container-why {
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }
    .container-why1 {
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
    .main {
        line-height: normal;
        font-size: auto;
    }
	
	
}