﻿.about-img {
    background-image: url('/images/4049.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    box-shadow: inset 0 0 20px #f3f5f7, inset 0 0 40px #f3f5f7, inset 0 0 70px #f3f5f7, inset 0 0 130px #f3f5f7, 0 0 40px #f3f5f7;
    border-radius:15px;
    transition: .3s linear;
}
    .about-img:hover {
        box-shadow: inset 0 0 5px #f3f5f7, inset 0 0 20px #f3f5f7, inset 0 0 35px #f3f5f7, inset 0 0 65px #f3f5f7, 0 0 20px #f3f5f7;
    }
.o-md {
    opacity:.8;
}
.o-lw {
    opacity: .9;
}
h2, h4 {
    color: #005c87;
}


    .aboutRaya {
        font-family: Helvetica;
        line-height: 1.2;
    }

.topImg.aboutBg {
    position: relative;
    background: url('/images/About US.jpg') no-repeat right center;
    padding: 100px 15px;
    text-align: center;
    color: #fff;
    background-size: cover;
}

.topImg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
}

.innerPageTitle {
    font-size: 48px;
    width: 100%;
    text-align: left;
    position: relative;
}

.innerPageCont {
    margin-top: 0px;
}

.aboutRaya .homeSectionTitle {
    margin-bottom: 20px;
}

.innerPage .homeSectionTitle {
    font-size: 36px;
}

.homeSectionTitle {
    color: #006cb7;
}

.aboutRayaTxt {
    font-size: 18px;
    margin-bottom: 20px;
}

    .aboutRayaTxt p {
        margin: 0px 0px 20px;
        padding: 0px;
        border: 0px;
        color: #333333;
        font-family: Helvetica;
        font-size: 18px;
    }

.mrgB10 {
    margin-bottom: 10px;
}

.formattedText p {
    display: inline-block;
    margin-bottom: 10px;
}

.formattedText * {
    text-indent: 0 !important;
}

.formattedText .mrgB10 span {
    color: #333333;
    font-family: Helvetica;
    font-size: 18px;
}

.aboutVideoWrap {
    margin: 70px 0;
    margin-top:10px;
}

.aboutRaya iframe {
    display: none;
    width: 100%;
    height: 490px;
}

.aboutRaya .iframe-cover {
    width: 100%;
    height: 490px;
}

.aboutRaya .videoPlayBtn {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(50,50,50,0.5);
    border-radius: 100%;
    font-size: 25px;
    color: rgba(250,250,250,0.9);
    padding-left: 10px;
    width: 70px;
    height: 70px;
    border: none !important;
    outline: none !important;
}

@media (max-width: 575px) {
    .innerPageCont {
        margin-top: 0px;
    }
}
