*{
    list-style: none;
    text-decoration: none;
}


.over {
    background-image: url(assests/about_us-bg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.over::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(19, 16, 16, 0.80);
}

.over-menu h2 {
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 3px;
    z-index: 333;
    text-transform: capitalize;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 10px;
    display: inline-block;

}

.bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0;
    /* float: right!important; */
}

.bread-menu::before {
    content: "";
    position: absolute;
    top: 33%;
    width: 61px;
    height: 5px;
    left: 0;
    background: linear-gradient(45deg, #ff0000, #da1e5d00);
    margin-top: -2.5px;
    /* border: 1px red solid; */
    border-radius: 23px;

}
.bread-menu ul{
    padding: 0!important;
}
.bread-menu ul li{
    display: inline-block;
}

.bread-menu li + li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: -7px;
    position: relative;
    font-size: 18px;
}

.bread-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-right: 8px;
    margin-right: 8px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    display: inline-block;
}
.bread-menu li a:hover{
    color: #9a0000;
}
.bread-menu li a :active{
    color: #ff0000;
}
.life{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    position: relative;
    padding-left: 8px;
}

.mission{
    overflow: hidden;
   
    background-image: url(assests/mappatt.jpg);
}
.vision{
    background-image: url(assests/mappatt.jpg);
}


#Us{
    position: relative;
}

.side-image {
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 181px;
    background-repeat: no-repeat;
    animation: moveLeftRight 10s linear infinite; 
}
@keyframes moveLeftRight {
    100%, 0% {
      right: 0;
    }
    50% {
      right: 90px; /* Distance the image moves to the right */
    }
  }

.sec-title {
    margin-bottom: 2rem;
}
.sec-title .title {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Red Hat Display', sans-serif;
}
.benefit-block {
    position: relative;
    margin-bottom: 40px;
}
.benefit-block .block-inner {
    position: relative;
    padding-top: 0px;
 
}

.block-inner {
    position: relative;
    margin-bottom: 25px;
}

.benefit-block strong {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}
.benefit-block .feature-text {
    position: relative;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 3px;
    font-family: 'Roboto', sans-serif;
}
.inner-column2{
    position: relative;
}
.image{
    display: flex;
    justify-content: center;
}

 .image-one {
    position: absolute;
    right: 0px;
    bottom: -5%;
}
 .image-two {
    position: absolute;
    right: 0;
    top: -15%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.image-three {
    position: absolute;
    left: 0px;
    top: 25%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
