@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.ttf');
}
.fullwidth{
    width: 100%;
    height: auto;
    position: relative;
}
.profile-page {
    background-color: #fefefe;
    width: 100%;
    position: relative;
    height: auto;
    padding-top: 70px;
}
.our-story{
    height: 75vh;
    width: 100%;
    position: relative;
    padding: 50px;
    font-family: 'Century Gothic';
    color: #041c5f;
}
.our-story h1{
    font-family: 'Century Gothic';
    color: #041c5f;
}
.istoryahe p{
    font-family: 'Century Gothic';
    font-size:20px;
    color: #041c5f;
}
.msg-ceo{
    height: auto;
    width: 100%;
    position: relative;
    padding:50px;
    background-color: #fff;
}
.msg-ceo h1{
    font-family: 'Century Gothic';
    color: #041c5f;
}
.mv{
    height: auto;
    width: 100%;
    position: relative;
    background-color: #4d8cc2;
    box-sizing: border-box;
    padding:50px;
    color:#fff;
}
.mv h1, p{
    color: #fff;
    font-family: 'Century Gothic';
}
.mv p{
    font-size: 20px;
}
.core{
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px;
    background-color: #c8e7fc;
    text-align: center;
}
.core h1, p{
    font-family: 'Century Gothic';
    color: #041c5f;
}
.core p{
    font-size: 20px;
}
.core-img{
    width: 100%;
    height: 120px;
    position: relative;
}
.core-img img{
    height: 100%;
    width: auto;
}
.core-details{
    width: 100%;
    padding:30px;
}
.core-font h3{
    font-family: 'Century Gothic';
    color: #041c5f;

}
.bod-banner{
    width: 100%;
    height:275px;
}
.our-team{
    padding: 50px;
    background-color: #fff;
    text-align: center;
}
.our-team h1{
    font-family: 'Century Gothic';
    color: #041c5f;
}
.our-team p{
    font-family: 'Century Gothic';
    font-size: 20px;
    text-align: left;
    color:#000;
}
.our-team img{
    width: 100%;
}
.centurial h1{
    padding: 100px 0;
    text-align: center;
    font-family: 'Saira';
    margin: 0;
    color: #fefefe;
}
.topper{
    border-top: 3px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    margin-top: 50px;
}
.bod-thumb{
    width: 100%;
    height: auto;
    background-color: #bfbfbf;
}
.bod-main{
    width: 100%;
    height:auto;
    padding: 20px 75px;
    margin-top: 80px;
}
.bod-name{
    width: 100%;
    height:auto;
    background-color: #bfbfbf;
    padding: 0 5px;
}
.bod-name h5{
    margin: 0;
    font-family:'Saira';
    font-size: 17px;
    font-weight:500;
}
.bod-name p{
    margin: 0;
}
.backer{
    background-color: #0054a5;
}