﻿
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');

/*********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 {
            width: 72px;
            border-radius: 50%;
            height: 70px;
        }
        }

    .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: 47px;
    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/services.jpg');
    }

    .our_facilitics_area::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 460px;
        z-index: -1;
        background: #000;
        opacity: .5;
    }
    .our_facilitics_area .single_feature {
        /*background: #fff;*/
        border: 1px solid #c9c9c9;
        padding: 32px 20px 65px 20px;
        height: 370px;
        background-image: url('../img/bg-backcard.jpg');
        box-shadow: 2px 2px 12px 0px #b9b9b9;
    } 
    .our_facilitics_area .single_feature:hover {
        transition: 1s;
        box-shadow: none
    }
        .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-image: url('../img/bg-service.jpg');
    /*background-image: url(../img/about/header-pattern.png);*/
    background-position: center;
    background-size: cover;
}
    .footer-bar h2 {
        color: #ffffff;
        font-size: 58px;
        font-weight: 800;
        /*padding-right: 20%;*/
        margin-bottom: 50px;
    }
    .footer-bar .button {
        display: inline-block;
        /*float: left;*/
        height: 55px;
        line-height: 55px;
        padding: 0 35px;
        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**********/
    @media only screen and (max-width: 600px){

        .section-title h2 {
            font-size: 33px;
        }

        .section-title h6 {
            font-size: 14px;
        }
    }


.section-footer .button {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    background: #ff9008;
    color: #fff;
    font-size: 20px;
    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;
}

/*-------------anual contest------------*/


.head_ribon {
    position: relative;
    margin: 0 auto 20px;
    padding: 10px 40px;
    text-align: center;
    background: linear-gradient(to right, #8d0016, #3c1b54);
    font-size: 25px;
    color: #ffffff;
}

    .head_ribon small {
        font-size: 16px;
    }

    .head_ribon::before, .head_ribon::after {
        content: '';
        width: 80px;
        height: 100%;
        background-color: #520527;
        /* position ribbon ends behind and slightly lower */
        position: absolute;
        z-index: -1;
        top: 20px;
        /* clip ribbon end shape */
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
        /* draw and position the folded ribbon bit */
        background-image: linear-gradient(45deg, transparent 50%, #280040 50%);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .head_ribon::before {
        left: -60px;
    }

    .head_ribon::after {
        right: -60px;
        transform: scaleX(-1);
    }


@media (max-width: 425px) {
    .head_ribon {
        font-size: 1.5rem;
    }

        .head_ribon::before {
            display: none;
        }

        .head_ribon::after {
            display: none;
        }
}

.products {
    max-width: 100%;
    margin: 0 auto;
}

.ul-set {
    margin: 0px;
    text-align: center;
}

.li-set {
    width: 100%;
    /*height: 213px;*/
    background: #f8f8f8;
    /*display: inline-block;*/
    position: relative;
    margin: 15px;
    padding: 0px;
    box-sizing: border-box;
}

/* ================== Badge Overlay CSS ========================*/
.badge-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease;
}

/* ================== Badge CSS ========================*/
.badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 10px 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #ed1b24;
}

    .badge::before, .badge::after {
        content: "";
        position: absolute;
        top: 0;
        margin: 0 -1px;
        width: 100%;
        height: 100%;
        background: inherit;
        min-width: 55px;
    }

    .badge::before {
        right: 100%;
    }

    .badge::after {
        left: 100%;
    }

/* ================== Badge Position CSS ========================*/
.top-left {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform-origin: top right;
}



.badge.red {
    background: #ed1b24;
}

.badge.orange {
    background: #fa7901;
}

.badge.pink {
    background: #ee2b8b;
}

.badge.blue {
    background: #00adee;
}

.badge.green {
    background: #b4bd00;
}

h4.head-card {
    font-family: 'Viga', sans-serif;
    color: #7e0522;
    font-size: 28px;
}

@media(max-width: 425px){
    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }


    .order5 {
        order: 6;
    }

    .order6 {
        order: 5;
    }

}
