﻿/*****header*******/
.school_logo
{
    width: 58%;
    padding: 5px 2px 5px 2px;
}

.school_admission
{
    width: 60%;
}
.school_parentlogin
{
    width: 100%;
    padding: 15px 2px 15px 2px;
}
.school_cbselogo
{
    width: 50%;
    margin-left: 0px;
    padding: 15px 2px 15px 2px;
}
.padding_lr
{
    padding-top: 0px;
}
/******header******/

.container-fluid
{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.facility_
{
    font-family: 'Raleway' , Arial, sans-serif;
    color: #fff;
    position: relative;
    margin: 10px; /* min-width: 340px; */
    max-width: 100%; /* max-height: 359px; */
    height: 276px;
    width: 100%;
    text-align: center;
}
.facility_ *
{
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}
.facility_ img
{
    opacity: 1;
    max-width: 100%;
    border: 10px solid #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    height: 276px;
    object-fit: contain;
}
.facility_ .text_code_text
{
    overflow: hidden;
    bottom: 0;
    width: 60%;
    height: 191px;
    right: 0;
    position: absolute;
    background: #000000;
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0px 10px -10px #000000;
}
.facility_ .text_code_text h2, .facility_ .text_code_text p
{
    margin: 0;
    color: #ffffff;
}
.facility_ .text_code_text h2
{
    font-weight: 400;
    text-transform: uppercase;
}
.facility_ .text_code_text h2 span
{
    font-weight: 800;
}
.facility_ .text_code_text p
{
    font-size: 0.9em;
    font-weight: 500;
    opacity: 0.65;
    padding-bottom: 8px;
}
.facility_ a
{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.facility_.blue .text_code_text
{
    background: #1b557a;
}
.facility_.blue img
{
    border: 10px solid #1b557a;
}
.facility_.red .text_code_text
{
    background: #81261d;
}
.facility_.red img
{
    border: 10px solid #81261d;
}
.facility_.yellow .text_code_text
{
    background: #a85913;
}
.facility_.yellow img
{
    border: 10px solid #a85913;
}
.facility_:hover .text_code_text, .facility_.hover .text_code_text
{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 15px 15px -15px #000000;
}
.facility_:hover.blue img, .facility_.hover.blue img
{
    border: 10px solid #2980b9;
}
.facility_:hover.red img, .facility_.hover.red img
{
    border: 10px solid #c0392b;
}
.snip0078:hover.yellow img, .snip0078.hover.yellow img
{
    border: 10px solid #e67e22;
}

.facility_ .text_code_text h2
{
    font-weight: 400;
    padding-bottom: 9px;
    text-transform: uppercase; /* font-family: 'Qualio';*/
}

.facilty_happy
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}
.facilty_happy > h3
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    color: darkgreen;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Qualio';
}

.color_orange
{
    color: Orange;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Qualio';
}




.ggn
{
    font-family: 'Raleway' , Arial, sans-serif;
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 335px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    margin: 16px;
}
.ggn *
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ggn img
{
    max-width: 100%;
    vertical-align: top;
    height: 300px;
}
.ggn .text35
{
    background-color: rgba(3, 53, 25, 0.64);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.ggn h3
{
    text-align: center;
    font-size: 19px;
    padding: 10px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
}
.ggn:before
{
    background: rgba(3, 53, 25, 0.55);
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ggn i
{
    position: absolute;
    font-size: 3.5em;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    opacity: 0;
}
.ggn a
{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.ggn:hover:before, .ggn.hover:before
{
    left: 0;
    right: 0;
}
.ggn:hover i, .ggn.hover i
{
    opacity: 1;
}
.ggn:hover .text35, .ggn.hover .text35
{
    background-color: #ffffff;
    color: rgba(42, 128, 185, 0.75);
}


.bg_counter
{
    display: inline-block;
    width: 100%;
    height: 364px;
    background: url('../Images/ba_counter.jpg') no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}


.vision h4
{
    color: #e2990e;
    text-decoration: underline;
}
.vision p
{
    color: white !important;
    font-size: 14px;
}
.iconevm
{
    color: #d88f04;
}



.Counter2
{
    width: 100%;
    height: 144px;
    text-align: center;
    background-color: #f3f5ff;
    display: inline-block;
    border-right: 5px solid #2d3e50;
}
.Counter2 h1
{
    font-size: 40px;
    font-weight: bold;
}

.Counter2 p
{
    color: #e67e22;
    font-size: 25px;
    font-family: Tw Cen MT;
}

.mt_100
{
    margin-top: 100px;
}

.img_studenyt
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.img_studenyt > img
{
    display: inline-block;
    width: 100%;
    height: 352px;
    margin-top: -96px;
}
/**********map********/
.color_blue
{
    background: #000000c7;
}
.part7 h2
{
    padding: 40px 0px;
}
.row
{
    margin-right: -15px;
    margin-left: -15px;
}
.part7-phn img
{
    float: left;
    margin-right: 10px;
}
.part7-phn p
{
    float: left;
    margin-left: 20px;
}
.map
{
    width: 100%;
    height: 300px;
}
.heading
{
    color: White;
    font-size: 18px;
}
.textwidget
{
    padding: 0px;
}
.text_contact
{
    color: White;
    line-height: 2em;
}
/************news*******/

.imagnotice
{
    background: url('../Images/ECO-QUIZ COMPETITION WILD LIFE WEEK.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
    background-position: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.fbg_blue
{
    background: rgba(193, 14, 14, 0.68);
}
.heading_news
{
    background-color: #061f639e;
    color: white;
    padding: 7px;
}
.color_h3
{
    font-family: 'Qualio';
    font-size: 20px;
    color: white;
}
.color_h5
{
    font-family: 'Qualio';
    font-size: 18px;
    color: white;
}
.section3
{
    height: 600px;
    background-color: #063563;
}
/**************************special parsion****************************/
.name
{
    text-align: center;
    color: #033519;
    font-size: 26px;
    font-weight: bold;
    margin-left: 15px;
}
.txtJustify
{
    color: black;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: justify;
    letter-spacing: .5px;
    line-height: 30px;
}

.impimg
{
    width: 150px;
    height: 150px;
    margin-left: 44%;
    border: 3px solid lightgray;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bgcolorparsion
{
    background-color: #8080800a;
}
.width_youtube
{
    width: 98%;
    height: 376px;
}
.p_lr
{
    padding-left: 10px;
    padding-right: 10px;
}
.contaner_
{
    width: 100%;
    height: 390px;
    display: inline-block; /* background-color: #1b4168c4; */
}

/***********top(*******/
#pportal
{
    position: fixed;
    top: 220px;
    right: -1px;
    width: 135px;
    height: 88px;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 99;
}

ul, ol
{
    margin: 0;
}

.header
{
padding-bottom:0px;
}

.navheader
{
    background-color: #00923f;
}
/******header top************/
.yellow_header_color
{
    background-image: linear-gradient(180deg, #00913e, #00913e);
}
.menuheader
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; /* margin-top: 5px; */ /* margin-bottom: 5px; */ /* margin-right: 10px; */ /* float: right; */
    font-size: 12px;
}

.menuheader > li
{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}


.menuheader > li > a
{
    padding: 2px 10px;
    font-size: 15px;
    color: white;
}
.menuheader1
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; /* margin-top: 5px; */ /* margin-bottom: 5px; */ /* margin-right: 10px; */
    float: right;
    font-size: 12px;
}

.menuheader1 > li
{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}


.menuheader1 > li > a
{
    padding: 2px 10px;
    font-size: 15px;
    color: white;
}

ul.menuheader1
{
    position: relative;
}
ul.menuheader1 > li::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 11px;
    background: #fffffffc;
    top: 10px;
    z-index: 1;
}
ul.menuheader1 > li:last-child::after {
    width: 0;
}


.facebook
{
    height: 400px;
    width: 100%;
    border: 5px solid #00923f;
}



.justifywelcm
{
    color: black;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: 'Qualio';
    text-align: justify;
}
.elementor-button-link
{
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-left: 32%;
    margin-top: 22px;
    overflow: hidden;
    width: 37%;
}

/*************button*******/
.buttondesign
{
    background-color: #033519;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'BenchNine' , Arial, sans-serif;
    font-size: 1em;
    font-size: 15px;
    line-height: 1em;
    margin: 15px 40px;
    outline: none;
    padding: 15px 40px 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px 10px 10px 10px;
}

.buttondesign:before, .buttondesign:after
{
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.buttondesign:before
{
    border-color: #ffa500;
    border-top-width: 4px;
    left: 0px;
    top: -8px;
}

.buttondesign:after
{
    border-bottom-width: 4px;
    border-color: #ffa500;
    bottom: -8px;
    right: 0px;
}

.buttondesign:hover, .buttondesign.hover
{
    background-color: #fda500;
}

.buttondesign:hover:before, .buttondesign.hover:before, .buttondesign:hover:after, .buttondesign.hover:after
{
    height: 100%;
    width: 100%;
}
.height300
{
    height: 300px;
}

/************/

@media only screen and (max-width:768px)
{
    .menuheader
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: -5px;
        float: left;
    }
    #pportal
    {
        position: fixed;
        top: 326px;
        right: -1px;
        width: 100%;
        height: 88px;
        background-image: url(../Images/gallry/Campulogo.png);
        background-repeat: no-repeat;
        background-position: right top;
        z-index: 99;
    }
    .impimg
    {
        width: 150px;
        height: 150px;
        margin-left: 27%;
        border: 3px solid lightgray;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .ggn
    {
        font-family: 'Raleway' , Arial, sans-serif;
        position: relative;
        overflow: hidden; /* min-width: 236px; */ /* max-width: 397px; */
        width: 100%;
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        margin: 20px;
    }
    .bg_counter
    {
        display: inline-block;
        width: 100%;
        height: 556px;
        background: url(../Images/ba_counter.jpg) no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
    .img_studenyt > img
    {
        display: inline-block;
        width: 100%;
        height: 352px;
        margin-top: -96px;
        display: none;
    }
    .Counter2
    {
        width: 100%;
        height: 144px;
        margin-bottom: 6px;
        text-align: center;
        background-color: #f3f5ff;
        display: inline-block;
        border-right: 5px solid #2d3e50;
    }
    .facebook
    {
        height: 400px;
        width: 84%;
        margin-bottom: 16px;
        border: 5px solid #12406e;
    }
    .video_Playlist
    {
        height: 300px;
        width: 100%;
        margin-bottom: 20PX;
    }
    .contaner_
    {
        height:auto;
    }
    /******header********/
    .menuheader > li > a
    {
        text-decoration: none;
        padding: 2px;
        color: white;
        font-size: 12px;
    }
    .menuheader1
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden; /* margin-top: 5px; */ /* margin-bottom: 5px; */ /* margin-right: 10px; */
        float: right;
        font-size: 10px;
    }
    .school_logo
    {
        width: 68%;
        padding: 15px 2px 15px 2px;
    }
    .height300
    {
        height: auto;
    }
    .elementor-button-link
    {
        position: relative;
        z-index: 1;
        display: inline-block;
        text-align: center;
        font-weight: 600;
        margin-left: 0%;
        margin-top: 22px;
        overflow: hidden;
        width: 100%;
    }
    #pportal
    {
        position: fixed;
        top: 79px;
        right: 0px;
        width: 135px;
        height: 88px;
        background-image: url(../Images/Images/PrentsPortal100-100.png);
        background-repeat: no-repeat;
        background-position: right top;
        z-index: 99;
    }
}
