/*About Page*/
h1, h2, h3, h4, h5, h6 {
    color: #2c3145;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section_all {
    position: relative;
    padding-top: 140px;
    padding-bottom: 80px;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #001748;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}
.text-custom
{
    font-size: 40px;
    color: #001748;
    font-weight: 500;
}
.About-image
{
    margin-top :2rem ;
    border-radius: 8px;
    height: 333px;
}
.About-Text
{
    font-size: 19px;
}
.About-Text::first-letter
{
    font-size :30px;
    font-weight : 500 ;
    color : #ad001b;
}
#BackToHome
{
  width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.wrapper{
    background: #001748;
}
.custom-color{
    color:#ad001b
}
/*End Of About Page */