﻿/*********about us section*****/
/* CONTENT SECTION */
.content-section {
    width: 100%;
    display: block;
    padding: 80px 0;
    position: relative;
}

.section-note {
    width: 100%;
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}
/* SIDE IMAGE */
.side-image {
    width: 100%;
    display: block;
    margin: 0;
}

    .side-image img {
        width: 100%;
    }

/* SIDE CONTENT */
.side-content {
    width: 100%;
    display: block;
    margin: 0;
    /*padding-left: 20px;*/
}

    .side-content figure {
        width: 100%;
        display: block;
        margin: 0;
    }

        .side-content figure img {
            height: 80px;
        }

    .side-content h6 {
        width: 100%;
        display: block;
        margin-top: 30px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .side-content h5 {
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .side-content b {
        font-weight: 600;
    }

    .side-content u {
        text-decoration: none;
        position: relative;
    }

        .side-content u:before {
            content: "";
            width: 100%;
            height: 6px;
            background: #feed01;
            position: absolute;
            left: 0;
            bottom: 0;
            mix-blend-mode: multiply;
        }

    .side-content p {
        margin-bottom: 25px;
    }

    .side-content small {
        width: 100%;
        display: block;
        font-size: 13px;
        opacity: 0.6;
    }
.section-title h6 {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 18px;
}
/*.section-title h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 47px;
}*/
.section-title h2 {
    position: relative;
    display: block;
    font-size: 39px;
    line-height: 78px;
    color: #f2f2f2;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    font-family: "Rubik", sans-serif;
}
/*****end about us here****/
.color-text-new {
    color: #555555;

}
/*****services facilities**/
.our_facilitics_area {
    position: relative;
    padding-top: 110px;
    /*padding-bottom: 180px;*/
    z-index: 0;
}
    .our_facilitics_area::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 460px;
        z-index: -2;
        background-image: url(../img/about/about_bg.png);
    }

    .our_facilitics_area::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 460px;
        z-index: -1;
        background: #000;
        opacity: .8;
    }
    .our_facilitics_area .single_feature {
        background: #fff;
        border: 1px solid #909090;
        padding: 32px 20px 65px 20px;
    }
        .our_facilitics_area .single_feature a {
            font-size: 14px;
            font-weight: 400;
            color: #ff9008;
            position: relative;
            padding-bottom: 8px;
        }
        .our_facilitics_area .single_feature:hover .icon i {
            color: #ff2424 !important;
        }

        .our_facilitics_area .single_feature .icon i {
            font-size: 80px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            color: #ff9008;
        }
.section_title .devider {
    position: relative;
    margin-top: -2px;
}
.mb-80 {
    margin-bottom: 80px;
}
.our_facilitics_area .single_feature h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #15181d;
    margin-top: 26px;
    margin-bottom: 26px;
}
.our_facilitics_area .single_feature a::before {
    position: absolute;
    left: 0;
    background: #cbcbcb;
    height: 1px;
    width: 50px;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/*******slider project*/
/* PROJECT SLIDER */
/*.experience:before {
    content: "";
    position: absolute;
    top: -90px;
    right: 0;
    width: 400px;
    height: 90px;
    background-color: #fd9834;
}
.experience:after {
    content: "";
    position: absolute;
    bottom: -90px;
    right: 0;
    width: 400px;
    height: 90px;
    background-color: #fd9834;
}
.years {
    position: absolute;
    top: 0;
    right: 90px;
    width: 250px;
    height: 280px;
    background-color: #fd9834;
}
img {
    width: 100%;
    height: auto;
}
.m-15, .mt-15, .my-15 {
    margin-top: 15px;
}*/
.footer-bar {
    width: 100%;
    display: block;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #232222;
    background-image: url(../img/about/header-pattern.png);
    background-position: center;
    background-size: cover;
}
    .footer-bar h2 {
        font-size: 60px;
        font-weight: 800;
        padding-right: 20%;
        margin-bottom: 50px;
    }
    .footer-bar .button {
        display: inline-block;
        float: left;
        height: 68px;
        line-height: 68px;
        padding: 0 40px;
        background: #ff9008;
        color: #0b0b0b;
        font-size: 13px;
        font-weight: 600;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .footer-bar .sales-representive {
        display: inline-block;
        margin-left: 5vw;
        line-height: 68px;
    }
        .footer-bar .sales-representive figure {
            float: left;
            margin-right: 10px;
        }

figure {
    margin-bottom: 20px;
}
footer-bar .sales-representive b {
    display: inline-block;
    font-weight: 600;
    position: relative;
}


.footer-bar .sales-representive figure img {
    height: 60px;
    border-radius: 50%;
}
.footer-bar h2 b {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
/*banner name***/
.cid-rJ0N0PJ9YR h1 span {
    background-image: url(../img/about/background21.jpg);
    background-size: 1920px 600px;
    background-position: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    animation: scroll 14s infinite linear;
    pointer-events: none;
}
.cid-rJ0N0PJ9YR h1 {
    background-color: transparent;
    overflow: hidden;
    display: inline-block;
    color: transparent;
    line-height: 1;
    margin-bottom: 15rem;
}

.display-1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 10rem;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-bold {
    font-weight: 700;
}
.section_title h3 span {
    color: #ff2424;
}

.section_title h3 {
    font-size: 48px;
    font-weight: 400;
    color: #303030;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0px;
    line-height: 58px;
    /************plots availbility**********/ \ <style> .email-signature

{
    font-family: sans-serif;
    padding: 30px 30px 30px 10%;
    font-weight: 600;
    margin: 8px;
    border: 5px solid #0cbaba;
    position: relative;
    z-index: 1;
}

.email-signature:before,
.email-signature:after {
    content: "";
    /*background: linear-gradient(to right,transparent 40%,rgba(255,255,255,0.9) 55%);*/
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

.email-signature:after {
    background: linear-gradient(#fff 50%,#f5f5f5 50%);
    background-size: 10px 10px;
    z-index: -2;
}
/*.email-signature .signature-icon{
                            width: 175px;
                            height: 175px;
                            border: 10px solid #fff;
                            position: absolute;
                            top: -8px;
                            left: -8px;
                            z-index: 1;
                        }*/
.email-signature .signature-icon img {
    width: 100%;
    height: auto;
}

.email-signature .signature-icon:after {
    content: '';
    height: 80%;
    width: 80%;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: -1;
}

.email-signature .social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
    position: absolute;
    left: 38%;
    top: 50%;
}

    .email-signature .social-icon li {
        margin: 10px 0;
    }

        .email-signature .social-icon li a {
            color: #fff;
            background-color: #d63031;
            font-size: 14px;
            text-align: center;
            line-height: 30px;
            height: 30px;
            width: 30px;
            display: block;
            transition: all 0.3s ease 0s;
        }

            .email-signature .social-icon li a:hover {
                color: #d63031;
                background-color: rgba(255,255,255,0.7);
                box-shadow: 0 0 10px rgba(0,0,0,0.2);
            }

.email-signature .signature-details {
    color: #555;
    margin: 0 0 15px;
}

.email-signature .title {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
}

.email-signature .post {
    color: #d63031;
    font-size: 17px;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.email-signature .signature-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

.email-signature h3 {
    font-family: sans-serif;
}

.email-signature .signature-content li {
    color: #555;
    font-size: 15px;
    margin: 0 0 5px;
}

    .email-signature .signature-content li:last-child {
        margin-bottom: 0;
    }

@media screen and (max-width:576px) {
    .email-signature {
        padding: 30px 30px 30px;
        text-align: left;
    }

        .email-signature:before {
            background: linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.9) 55%);
        }

        .email-signature .signature-icon {
            transform: translateX(-50%);
            left: 50%;
        }

            .email-signature .signature-icon:after {
                display: none;
            }

        .email-signature .social-icon {
            width: 100%;
            transform: translateX(-50%) translateY(0);
            top: 185px;
            left: 50%;
        }

            .email-signature .social-icon li {
                margin: 0 5px;
                display: inline-block;
            }
}


:root {
    --white: #fff;
}

.email-signature12 {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(to right,#380036,#bb7d22);
    position: relative;
}

    .email-signature12:after {
        content: '';
        display: block;
        clear: both;
    }

    .email-signature12 .signature-details {
        color: var(--white);
        background-color: rgba(255,255,255,0.3);
        padding: 12px 150px 12px 12px;
    }

    .email-signature12 .title {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

    .email-signature12 .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 13px;
        right: 10px;
    }

        .email-signature12 .icon li {
            display: inline-block;
            margin: 0 10px;
        }

            .email-signature12 .icon li a {
                color: var(--white);
                font-size: 18px;
                transition: all 0.3s ease 0s;
            }

                .email-signature12 .icon li a:hover {
                    color: var(--white);
                    text-shadow: 2px 2px 2px #ff512f;
                }

    .email-signature12 .signature-img {
        background-color: rgba(255,255,255,0.3);
        width: 135px;
        height: 135px;
        padding: 5px;
        overflow: hidden;
        transform: translateY(-50%);
        position: absolute;
        left: 15px;
        top: 51%;
    }

        .email-signature12 .signature-img img {
            width: 100%;
            height: auto;
        }

    .email-signature12 .signature-content {
        /*padding: 25px 15px 25px 200px;
                            margin: 0;
                            list-style: none;*/
    }

        .email-signature12 .signature-content li {
            color: var(--white);
            font-size: 16px;
            line-height: 35px;
        }

            .email-signature12 .signature-content li span {
                display: inline-block;
                width: 80px;
            }

    .email-signature12 .signature-web {
        color: var(--white);
        background-color: rgba(255,255,255,0.3);
        font-size: 15px;
        text-align: center;
        display: block;
        padding: 10px;
    }

@media screen and (max-width:576px) {
    .email-signature12 {
        text-align: center;
    }

    .email-signature .signature-details {
        padding: 12px 12px 40px;
        margin: 0 0 15px;
    }

    .email-signature12 .icon {
        top: 45px;
        right: 50%;
        transform: translateX(50%);
    }

    .email-signature12 .signature-img {
        display: inline-block;
        transform: translateX(0) translateY(0);
        position: relative;
        left: auto;
        top: auto;
    }

    .email-signature12 .signature-content {
        padding: 10px 20px;
        text-align: left;
    }
}
