
.about-section-two{
    margin-top: 60px;
}

.project-section .sec-title.text-center.light p{
    width: 70%;
    color: #e3e3e3;
    text-align: center;
    display: block;
    margin: auto;
}

.about-section-two h2 p{
    font-family: 'Braggadocio', sans-serif;
    text-transform: capitalize;
    display: block;
    font-size: 30px;
    margin-top: 15px;
}

.about-section-two p span{
    color: var(--theme-color1);
}

.contact-us-tab{
    display: none;
}

section.contact-details .container {
    padding: 0;
    margin-top: 50px;
}

.contact-details__right .text.ml-xs--0.mt-xs-10 h6 {
    margin-bottom: 7px;
}

section.inner-pge .container {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 50px;
}

.quality-logo-row img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 35px;
    padding: 10px;
    border-radius: 15px 0px;
}

.pro-img{
    width: 40%;
    float: left;
    margin-right: 30px;
}

.pro-img img{
    width: 100%;
    height: auto;
}

.inner-pge p{
    text-align: justify;
}

.about-section-two p{
    text-align: justify;
}

.video-section-two .text{
    text-align: justify;
}

.about-section-two .content-column .inner-column .text{
    text-align: justify;
}

.about-point1 p{
    margin-bottom: 6px;
    position: relative;
    margin-left: 25px;
}

.about-point1 p:before{
    content: "\f0a4";
    font-family: "FontAwesome";
    color: #df611a;
    position: absolute;
    left: -25px;
}

.about-point-row1{
    margin-bottom: 15px;
}

.award-see-more-btn{
    text-decoration: underline;
}

.pro-rel-img{
    width: 100%;
    height: auto;
}

.pro-rel-img p{
    text-align: center;
}

.about-point1 p:last-child {
    display: none;
}








@media (max-width: 767px){
    .main-header .logo img{width: 80%;}
    .about-section-two .image-column .inner-column .image-box .image{margin-right: 0px;}
    .mobile-menu .nav-logo img{background-color: #fff; border-radius: 5px;}
    .about-section-two h2 p{font-size: 30px;}
    .project-section .sec-title{margin-bottom: 30px;}
    .project-section{padding: 40px 0;}
    .project-section .sec-title.text-center.light p{width: 100%;}
    .call-to-action .outer-box{float: unset;}
    section.inner-pge .container{padding: 0 15px;}
    .pro-img{width: 100%; margin-bottom: 15px;}
}

@media (max-width: 992px) and (min-width: 768px){
    .call-to-action .outer-box{float: unset;}
    .mobile-menu .nav-logo img{background-color: #fff; border-radius: 5px;}
}