:root {
    /* --color1: #00a8df; */
    /* --color1Drack: #03509e; */
    /* --color1: #77c7c3; */
    /* --color1Drack: #1f444d; */


    --color1: #6a3bb6;
    --color1Drack: #1d2b30;
    --color2: #2C2D3F;
}
.textjustify{
    text-align:justify;
}

.TopNameBox {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #faf5ff;
    padding: 12px;
    padding-bottom: 3px;
}

.TopName {
    font-size: 2rem;
    font-weight: bold;
}

header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    z-index: 999;
    background-color: #FFF;
}

    header ul li {
        float: left;
        font-family: "mouse-500", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        animation: fadeInDown 0.5s both 0.1s;
    }

        header ul li:hover {
            background-color: var(--color1);
            border-radius: 5px;
        }

            header ul li:hover a {
                color: #fff !important;
            }

.navbar-nav .nav-link {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.nav-item .active {
    border-radius: 5px;
    background-color: var(--color1) !important;
    color: #fff !important;
}

.btn-info {
    background-color: var(--color1);
    border-color: var(--color1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .btn-info :hover {
        background-color: var(--color1Drack) !important;
        border-color: var(--color1Drack) !important;
    }

    .btn-info :active {
        background-color: var(--color1Drack) !important;
        border-color: var(--color1Drack) !important;
    }

    .btn-info :focus {
        background-color: var(--color1Drack) !important;
        border-color: var(--color1Drack) !important;
        box-shadow: none !important;
    }


a {
    text-decoration: none;
    outline: none;
    color: #444;
}

    a:hover {
        color: var(--color2);
    }



.carousel-caption {
    text-align: left;
}

    .carousel-caption h1 {
        margin-left: -40px;
        color: var(--color2);
        font-size: 38px;
        font-weight: 700;
    }

        .carousel-caption h1 span {
            color: var(--color1);
        }

    .carousel-caption p {
        margin-left: -40px;
        font-weight: 600;
        margin-top: 40px;
        font-size: 19px;
        color: var(--color2);
    }

    .carousel-caption .btn {
        padding: 20px;
        margin-top: 40px;
        font-weight: 600;
        font-size: 18px;
    }





.key-features {
    .kvxol

{
    padding: 0px;
}

.single-key {
    background-color: #FFF;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    i

{
    background-color: #FFF;
    padding: 20px;
    font-size: 42px;
    color: var(--color1Drack);
    margin-bottom: 30px;
    border-radius: 50px;
}

p {
    font-size: 15px;
}

}

.single-key:hover {
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.26), 0 5px 20px 0 rgba(0, 0, 0, 0.22);
}

.ky-1 {
    background-color: var(--color1Drack);
    color: #FFF;
    margin-bottom: 0px;
}

.ky-2 {
    background-color: var(--color1);
    color: #FFF;
    margin-bottom: 0px;
}

}


.Feautes {
    padding-top: 100px;
}

    .Feautes.index2 {
        padding-top: 100px;
    }

    .Feautes.testimonial-page {
        padding-top: 100px;
    }

    .Feautes .single-features {
        text-align: center;
        position: relative;
        padding: 10px 20px;
    }

        .Feautes .single-features::before {
            position: absolute;
            content: "";
            right: -72px;
            top: 60px;
            width: 118px;
            border-bottom: 3px dotted var(--color1Drack);
        }

        .Feautes .single-features.last::before {
            display: none;
        }

        .Feautes .single-features .signle-icon {
            position: relative;
        }

            .Feautes .single-features .signle-icon i {
                font-size: 50px;
                color: var(--color1Drack);
                position: absolute;
                left: 50%;
                margin-left: -50px;
                top: 0;
                height: 100px;
                width: 100px;
                line-height: 100px;
                text-align: center;
                border: 1px solid #dddddd;
                border-radius: 100%;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .Feautes .single-features:hover .signle-icon i {
            background: var(--color1Drack);
            color: #fff;
            border-color: transparent;
        }

        .Feautes .single-features h3 {
            padding-top: 128px;
            color: var(--color2);
            font-weight: 600;
            font-size: 21px;
        }

        .Feautes .single-features p {
            margin-top: 20px;
        }

@include media-breakpoint-up(md) {
    .Feautes .single-features::before {
    }
}


.department {
    background-color: #f7f7ff;
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.SectionTitle {
    padding-bottom: 50px;
}

.AboutUs {
    background-color: #fbffe8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.botBorder {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.contact {
    padding-top: 100px;
}



.footer {
    background-color: var(--color1Drack);
    color: #FFF;
}

    .footer a {
        color: #FFF;
    }






.copyright {
    padding: 20px 0px;
    background-color: var(--color1);
    color: #FFF;
}

    .copyright a {
        color: #FFF;
    }

.lifeline {
    stroke-width: 3;
    stroke: var(--color1Drack);
}

.PageTitle {
    padding-top: 20px;
}






.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: rgba(39, 43, 48, 0.68);
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 50px 20px;
    }

    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .hovereffect:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 20px;
        overflow: hidden;
        padding: 1.5em 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

        .hovereffect h2:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    .hovereffect:hover h2:after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect small {
        color: #C3C2C2;
    }



.blockquote1 {
    border: none;
    font-size: 16px;
    padding: 40px 0 40px 48px;
    position: relative
}

    .blockquote1::before {
        background: url(../img/qtesti.png) no-repeat;
        height: 37px;
        position: absolute;
        left: 0;
        top: 0px;
        width: 51px;        
        content: "";
    }




    .blockquote1:after {
        background: url(../img/qtesti1.png) no-repeat;
        bottom: 0;
        height: 37px;
        position: absolute;
        right: 0;
        width: 51px;
        content: "";
    }
