#banner {
    height: 118vh;
    position: relative;
    overflow: hidden;
}
#banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner_caption {
    background: #00000082;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_caption {
    display: grid;
    align-content: space-between;
    height: 118vh;
    padding: 40px 0px;
}
.caption {
    color: #FCFDFD;
    font-size: 48px;
    font-weight: 500;
    width: 520px;
    margin: 0;
/*     animation: fade-in 1.3s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
    filter: blur(4px); */
}
@keyframes fade-in {
    100% {
    opacity: 1;
    filter: blur(0);
}
}
.project_link {
    width: 295px;
    border: 1px solid #ffffff52;
    display: block;
    padding: 8px;
    overflow: hidden;
    border-radius: 23px;
    background: #ffffff14;
    text-decoration: none;
    transition: all .5s linear;
}
.project_link:hover {
    background: #eb23261c;
    border-color: #ffffff45;
    transition: all .5s linear;
}
.project_thumb {
    width: 100%;
    height: 150px;
    border-radius: 22px;
    object-fit: cover;
}
.project_link_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.project_link_text h6 {
    color: #FCFDFD;
    margin: 0;
    font-size: 15px;
    width: 100px;
    font-family: "magnetik-light";
}
.project_link_text span {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FCFDFD;
    border-radius: 50%;
    overflow: hidden;
}
.project_link_text span img{
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.banner_bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.banner_left p {
    color: #FCFDFD;
    font-size: 24px;
    font-weight: 400;
    font-family: "magnetik-light";
    width: 380px;
    line-height: 27px;
    margin-bottom: 25px;
}
.banner_left .btn_text {
    font-size: 15px;
}
.banner_left .btn_arrow {
    width: 50px;
    height: 50px;
}
.banner_left .common_btn:hover .btn_text{
  background: #EB2326;
  color: #fff;
}
#common_header_centre {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.common_header_centre .sub_title {
    margin: auto;
}
.common_header_centre .common_title {
    width: 400px;
    margin: 30px auto 20px;
/*     animation: fade-in 1.3s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
    filter: blur(4px); */
}
.common_header_centre p {
    width: 570px;
    margin: auto;
    color: #1515158A;
}
#common_banner {
    height: 550px;
    position: relative;
}
#common_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common_banner_caption {
    background: linear-gradient(0deg, #161616 0%, rgba(22, 22, 22, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 70px 0px;
}
.common_caption {
    color: #F8F8F8;
    font-size: 40px;
    margin: 0;
    transition: all .5s linear;
    font-family: "magnetik-medium";
    line-height: 42px;
    text-align: center;
/*      animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
    filter: blur(4px); */
}
.common_banner_caption p {
    color: #f8f8f8b3;
    width: 600px;
    font-family: "magnetik-light";
    margin: 20px auto 0;
    text-align: center;
}
.about_banner .common_header_centre .common_title {
    width: 540px;
}
.about_banner .common_header_centre p {
    width: 690px;
}
.sectors_header p {
    width: 1040px;
}