﻿.logofooter {
    margin: 0px 0px 0px 0px;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
}

/************courses*/
.mainboxengg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.factexttp {
    height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
    font-size: 12px;
    line-height: 25px;
    color: #696969;
    font-weight: 400;
    text-align: left;
}

.spancourses {
    width: 160px;
    float: left;
}



.engbtnk {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.eengineeringaa {
    width: 120px;
    margin: 0px auto;
    padding: 5px 0px 5px 0px;
    font-size: 15px;
    font-weight: 400;
    color: #000 !important;
    text-align: center;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .eengineeringaa:hover {
        color: #333 !important;
        border: 1px solid #fff;
        background-color: #fff;
    }

.facimagesk {
    height: 300px;
    /*border-radius:20px;*/
}

.highlitimgg {
    height: 255px;
    border-radius:20px;
}

.contloca {
    height: 496px !important;
    width: 100% !important;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    float: left;
    border: 2px solid #f8f8f8 !important;
    border-radius: 5px;
}

.footermmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


/*****end*****/
.pagedata {
    width: 100%;
    margin: 70px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.imgpagee {
       width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    float: left;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    background: #fff;
}


.pagedatam {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.pagedatamp {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #50af37;
}

.pagedatamh1 {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    color: #000;
}

.pagedatamp2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #6b6b6b;
    text-align: justify;
}

.mmarginhh {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}
.Pheadingh2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #50af37;
    text-align: left;
}

.spancol {
color:#50af37;
}
/* =========================
   PAGE TOP BANNER
========================= */

.page-mainimages {
    background: linear-gradient(#00BCD4, #673AB7), url(/images/breadcrumb.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    position: relative;
}

.p-page {
    width: 100%;
}

.aboutus-pagetext-h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aboutus-pagetext-ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

    .aboutus-pagetext-ul li {
        display: inline-block;
        list-style: none;
        color: #fff;
        font-size: 16px;
    }

        .aboutus-pagetext-ul li a {
            color: #fff;
            text-decoration: none;
            transition: 0.4s ease;
            font-weight: 500;
        }

            .aboutus-pagetext-ul li a:hover {
                color: #ffc107;
            }


/* =========================
   ABOUT SECTION
========================= */

.pagedata-sec {
    padding: 80px 0;
    background: #f8fafc;
}

.text-headingtt-h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

    .text-headingtt-h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 90px;
        height: 4px;
        background: #2563eb;
        border-radius: 10px;
    }

.allpage-text {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

    .allpage-text:hover {
        transform: translateY(-5px);
    }

.allpage-text-p {
    font-size: 17px;
    line-height: 32px;
    color: #475569;
    text-align: justify;
    margin: 0;
}

    .allpage-text-p i {
        color: #2563eb;
        font-size: 20px;
    }


/* =========================
   IMAGE DESIGN
========================= */

.intimages {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 50px 0px 0px;
}

.intimages-left {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s ease;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.intimages:hover .intimages-left {
    transform: scale(1.05);
}


/* =========================
   MISSION VISION BOX
========================= */

.mpboxhh {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    margin-top: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    border-left: 5px solid #2563eb;
}

    .mpboxhh:hover {
        transform: translateY(-5px);
    }

.abouth1 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
}


/* =========================
   RESPONSIVE DESIGN
========================= */

@media(max-width:991px) {

    .page-mainimages {
        padding: 70px 0;
    }

    .aboutus-pagetext-h2 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 15px;
    }

    .aboutus-pagetext-ul {
        text-align: center;
    }

    .text-headingtt-h2 {
        font-size: 32px;
    }

    .intimages {
        margin-top: 35px;
    }
}

@media(max-width:767px) {

    .page-mainimages {
        padding: 20px 0;
    }

    .aboutus-pagetext-h2 {
        font-size: 28px;
    }

    .text-headingtt-h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .allpage-text {
        padding: 25px;
    }

    .allpage-text-p {
        font-size: 15px;
        line-height: 28px;
    }

    .mpboxhh {
        padding: 25px;
    }

    .abouth1 {
        font-size: 24px;
    }
}