/* banner section styles starts */
.main-heading.about-banner h1 {
    text-shadow:  0.25rem 0.3rem 0.75rem rgb(51 51 51 / 62%);
}
.banner-section .main-heading h1 span {
    padding-left: 11rem;
}
.banner-section:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-image: url(../images/banner-crossbar.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -4.1rem;
    height: 19rem;
    width: 12rem;
    margin: 0 auto;
    left: 0;
    right: 0rem;
    z-index: 3;
}
.banner-section .container {
    bottom: 10rem;
}
.banner-section .main-heading {
    width: 60%;
}

/* profile section styles starts */

.profile-section{
    padding: 5rem 0;
    height: 100%;
    width: 100%;
    background-color: #FBFBFB;
  }
.profile-section .container {
    width: 69%;
  }
  .profile-section .heading h2 {
    font-size: 2rem;
    text-align: center;
    font-family: Gotham-Book;
    color: #5f5f5f;
    margin-top: 6rem;
    margin-bottom: 2rem;
}
.profile-section .heading h2 span{
    font-family: Gotham-Bold;
  }
  .profile-section .main-card{
    width: 49%;
    margin: auto;
    text-align: center;
    padding-top: 5rem;
  }
  .profile-section .main-card .card-image img{
    width: 80%;
}
.profile-section .main-card-body{
}
.profile-section .main-card-body .heading h3{
    color: #F43F27;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0 0.3rem;
    font-family: Gotham-Bold;
}
.profile-section .main-card-body h4{
    color: #5f5f5f;
    font-weight: bold;
    font-family: Gotham-Book;
    font-size: 1.2rem;
    line-height: .5;
    margin-bottom: 1.3rem;
}
.profile-section .main-card-body .para p{
    font-size: 1.2rem;
    text-align: center;
    color: #5f5f5f;
    padding: 0.45rem 0;
    width: 56%;
    margin: auto;
}
.mainprofile-card{
  padding-top: 3rem;
}
.main-card{
    position: relative;
}
.main-card:after {
    content: "";
    height: 0.7rem;
    width: 10rem;
    left: 0;
    right: 0;
    background-color: #5f5f5f52;
    position: absolute;
    margin: auto;
}

.profile-section .card{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 1rem;
    position: relative;
}
.profile-section .card:before{
    position: absolute;
    height: 15rem;
    width: .1rem;
    right: -1.5rem;
    bottom: -1rem;
    content: "";
    border-right: .2rem dotted #c6bdbd;
    bottom: 5rem;
}
.profile-section:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-image: url(../images/shaping-sec-cross-bars.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -27rem;
    height: 16rem;
    width: 16rem;
    right: -6.5rem;
    z-index: 3;
}
.profile-section .card-3:before{
    display: none;
}
.profile-section .card .card-image img{
  width: 56%;
}
.profile-section .card-body .heading h3{
  color: #F43F27;
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0 0rem;
  font-family: Gotham-Bold;
}
.profile-section .card-body{
    min-height: 7rem;
}
.profile-section .card-body h4{
    color: #5f5f5f;
    font-weight: bold;
    font-family: Gotham-Book;
    font-size: 1rem;
    line-height: 1.1;
    margin-top: 0.25rem;
}
.profile-section .card-body .para p{
  font-size: 1.2rem;
  text-align: left;
  color: #5f5f5f;
  padding-bottom: 0.25rem;
  margin-bottom: 0;
}
.profile-section .card .card-body .heading h3 {
    font-size: 1.3rem;
}
.card{
    padding-top: 3rem;
    position: relative;
}

.card:after {
    content: "";
    height: 0.7rem;
    width: 11rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #5f5f5f52;
    position: absolute;
    bottom: 0;
}
footer{
    position: relative;
}
footer:after{
    content: "";
    position: absolute;
    background-size: contain;
    background-image: url(../images/shaping-sec-cross-bars.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -7.7rem;
    height: 18rem;
    width: 11rem;
    left: 4rem;
}
@media(max-width: 991px){
    .banner-section .container {
        bottom: 6rem;
        left: 1rem;
    }
    .banner-section:after {
        bottom: -4.4rem;
        height: 17rem;
        width: 9rem;
    }
    .banner-section .main-heading h1 {
        font-size: 4rem;
    }
    .banner-section .main-heading h1 span {
        font-size: 5rem;
        line-height: 1;
    }
    .profile-section .container {
        width: 100%;
    }
    .profile-section .main-card {
        padding-top: 1rem;
    }
    .profile-section .heading h2 {
        font-size: 2rem;
    }
    .profile-section .main-card .card-image img {
        width: 63%;
    }
    .profile-section .card .card-image img {
        width: 64%;
    }      
    footer:after {
        top: -9.7rem;
        height: 18rem;
        width: 6rem;
    }
    .profile-section:before {
        bottom: auto;
        top: 27rem;
    }
    .profile-section .container-2, .profile-section .container-4 {
        width: 100%;
    }
    .profile-section .container-3{
        width: 77%;
    }
    .profile-section .card-body h4 {
        font-size: 1rem;
        min-height: 2rem;
    }  
    .profile-section .card-body .para p {
        font-size: .8rem;
    }
    .profile-section .card .card-body .heading h3 {
        min-height: 3rem;
    }
}
@media(max-width: 767px){
    .banner-section .container {
        bottom: 12rem;
    }
    .profile-section .main-card {
        width: 100%;
    }
    .profile-section .card:before {
        display: none;
    }
    footer:after {
       width: 6rem;
    right: 2rem;
}
    .banner-section .main-heading {
     width: 100%;
    }
    .profile-section .card-body .para p {
        font-size: 1.4rem;
    }
    .profile-section .card-body h4 {
        font-size: 1.2rem;
        min-height: 1rem;
    }
    .profile-section:before {
        top: 35rem;
        width: 12rem;
    }
    .profile-section .card .card-body .heading h3 {
        min-height: 1rem;
    }
    .profile-section .container-3 {
        margin-top: 0rem;
    }
    .profile-section .card {
        margin-top: 2.5rem;
    }

}

/* additional css */
.profile-section .container-1{
    width: 90%;
}
.profile-section .container-3{
    margin-top: 3rem;
}
.profile-section .container-2,
.profile-section .container-4{
    width: 90%;
}
.profile-section .container-4{
    margin-bottom: 3rem;
}
.profile-section .main-card .card-image img {
    width: 55%;
}
.card:after {
    display: none;
}
.profile-section .card-body .para p {
    text-align: center;
    width: 77%;
    min-height: 4.6rem;
    margin: auto;
    font-size: 1rem;
}
.main-card:after {
    display: none;
}


@media(max-width: 767px){
.profile-section .container-1,
.profile-section .container-2,
.profile-section .container-3,
.profile-section .container-4 {
    width: 100%;
}
.profile-section .main-card .card-image img {
    width: 70%;
}
}



