
.sc-1 {
    /*margin-top: 75px;*/
    font-family: "Playfair Display";
    overflow: hidden;
}

    .sc-1:after {
        content: "";
        background-image: url(../Images/circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 170px;
        height: 245px;
        position: absolute;
        left: -35px;
        opacity: 0.3;
        top: 0;
    }

    .sc-1:before {
        content: "";
        background-image: url(../Images/circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 180px;
        height: 245px;
        position: absolute;
        right: 0;
        opacity: 0.2;
        top: -20px;
    }

.st-p-tag:after {
    content: "";
    background-image: url(../Images/circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 245px;
    position: absolute;
    right: -100px;
    opacity: 0.2;
    top: 10px;
}

.sc-heading:after {
    content: "";
    background-image: url(../Images/circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 245px;
    position: absolute;
    opacity: 0.3;
    top: -100px;
    left: 206px;
}

.st-head h2 {
    font-size: 35px;
    font-weight: bold;
}

.st-para p {
    padding: 11px;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: justify;
    color: #333436;
}

.st-para span {
    color: #ff4a07;
}

.sc-2 {
    margin-top: 50px;
    text-align: justify;
}

    .sc-2 h2 {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: italic;
        color: black;
        position: relative;
    }

    .sc-2 h3 {
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: italic;
        color: #ff4a07;
    }

.team {
    margin-top: 50px;
    text-align: justify;
}

    .team .column {
        margin-bottom: 50px;
        padding: 0px 12px;
    }

    .team .box1 {
        border-radius: 115px 0px 115px 0px;
        background-color: #ff4a07;
    }

    .team .box2 {
    }

        .team .box2 img {
            padding-top: 13px;
            padding-right: 13px;
            width: 100%;
        }

    .team h3 {
        margin-top: 15px;
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        color: black;
        font-family: playfairdisplay;
    }

    .team a {
        text-decoration: underline;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: normal;
        text-align: justify;
        height: 50px;
        color: #ff4a07 !important;
        text-decoration: underline !important;
        cursor: pointer;
    }

        .team a:hover {
            color: #ff4a07;
            text-decoration: underline;
        }

    .team #bio1, #bio2, #bio3 {
        font-family: "Raleway";
        font-size: 16px;
        font-weight: 500;
        text-align: justify;
        color: #333436;
        padding: 15px 0px;
    }







/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    /*.sc-1:after {
       display:none;
    }*/

    .sc-1:before {
        display: none;
    }

    .st-p-tag:after {
        display: none;
    }

    .sc-heading:after {
        display: none;
    }
}

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 481px) and (max-width: 510px) {
    /*.sc-1:after {
       display:none;
    }*/

    .sc-1:before {
        display: none;
    }

    .st-p-tag:after {
        display: none;
    }

    .sc-heading:after {
        display: none;
    }
}



/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    /*.sc-1:after {
        display: none;
    }*/

    .sc-1:before {
        display: none;
    }

    .st-p-tag:after {
        display: none;
    }

    .sc-heading:after {
        display: none;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    /*.sc-1:after {
        display: none;
    }*/

    .sc-1:before {
        display: none;
    }

    .st-p-tag:after {
        display: none;
    }

    .sc-heading:after {
        display: none;
    }
}
