﻿body
{
    font-family: 'Didact Gothic' , sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    /*font-family: 'Oleo Script' , cursive;*/
    font-family: 'Josefin Sans' , sans-serif;
}
.row
{
    margin-right: 0px;
    margin-left: 0px;
}

.container-fluid
{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container
{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.border_top
{
    border-top: 2px solid orange;
}

.bg_orange
{
    background-color: #FF9933;
}

.bg_darkgreen
{
    background-color: darkgreen;
}
.txtJustify
{     display: inline-block;
    width: 100%;
    padding-right: 20px;
    }
text_white
{
    color: White;
}
text_orange
{
    color: Orange;
}
.text_green
{
    color: darkgreen;
}
.font-17
{
    font-size: 17px;
}
.font-20
{
    font-size: 20px;
}


.hedaer_div1
{
    width: 100%;
    background-color: #0a540a;
    height: 12px;
    display: inline-block;
    position:relative;
}

.ncc_top_logo {
    position: absolute;
    float: right;
    right: 21px;
    top: 18px;
}

.hostel_top_logo {
    position: absolute;
    float: left;
    left: 21px;
    top: 18px;
}


.div_header2 {
    display: inline-block;
    width: 100%;
    height: 42px;
    background-color: #0a540a;
}


.div_header2:after
{
    content: '';
    position: absolute;
    background-color: #0a540a;
    right: 0px;
    left: auto;
    top: 0px;
    bottom: auto;
    border-left: 33px solid transparent;
    border-bottom: 33px solid white;
}

.div_header2:before
{
    content: '';
    position: absolute;
    width: auto;
    background-color: #0a540a;
    left: 0px;
    right: auto;
    top: 0px;
    bottom: auto;
    border-left: 33px solid white;
    border-top: 33px solid transparent;
}


.admission_open
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
    .admission_open > a {
        display: inline-block;
        padding: 4px 0;
        text-align: center;
        text-decoration:none;
        color: #fff;
        margin: -10px;
        font-size: 15px;
        background: #BB3A00;
        width: 200px;
        border-radius: 22px;
        box-shadow: 0 0 35px rgb(0, 0, 0) inset;
        -webkit-animation: call-usadd 3s infinite;
        animation: call-usadd 3s infinite;
    }

/*=======================================
 social icons
=========================================*/
.social-icons
{
    display: inline-block;
    margin: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -4px;
}
.social-icons li
{
    list-style-type: none;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    transform: rotate(44deg);
    margin-left: 10px;
    border: 1px solid #ffff;
}
.social-icons li a
{
    display: block;
}
.social-icons li a i
{
    font-size: 14px;
    line-height: 25px;
    color: white;
    transition: all 0.5s ease-in-out 0s;
    transform: rotate(-45deg);
}

.header_content
{
    display: inline-block;
    width: 100%;
    height: auto;
}

.header_content > ul
{
    display: inline-block;
    width: 100%;
}

.logodiv{
    padding:10px 0px;
}


.header_content > ul > li {
    /*display: inline-block;*/
    list-style-type: none;
}



.logo_txt {
    margin-left: 20px;
    margin-top: 8px;
    text-decoration: none;
    color: #5e9e7a;
    font-weight: bold;
    font-size: 28px;
}
    .logo_txt span {
        display: block;
        text-align: center;
        font-size: 17px;
    }
    .logo_txt:hover {
        text-decoration: none;
    }

    .header_content > ul > li > a {
        display: flex;
        color: White;
        text-decoration: none;
    }
.header_content > ul > li > a > i
{
    display: inline-block;
    font-size: 18px;
    color: White;
    padding-right: 6px;
}



.header_content1
{
    display: inline-block;
    width: 100%;
    height: auto;
}

.header_content1 > ul
{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.header_content1 > ul > li
{
    display: inline-block;
    list-style-type: none;
    padding: 1px;
    padding-right: 12px;
    border-right: 1px solid white;
}

.header_content1 > ul > li > a
{
    display: inline-block;
    color: White;
    text-decoration: none;
    font-size: 13px;
}
.social-icons li.bg-fb:hover
{
    background: #4867AA;
    color: #fff;
    border-color: #4867AA;
}
.social-icons li.bg-gp:hover
{
    background: #DB4437;
    border-color: #DB4437;
}
.social-icons li:hover a, .social-icons li a:focus
{
    color: #fff;
}
.social-icons li:hover a i
{
    transform: rotate(312deg);
}
/***************logo*************/


.logo_harsh {
    display: grid;
    place-items: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.logo_harsh > img
{
    display: inline-block;
    width: 150px;
   
}
.harsh_unit
{
    list-style-type: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header_content > ul > li:last-child
{
    border-right: none;
}

.header_content1 > ul > li:last-child
{
    border-right: none;
}
.harsh_unit > p
{
    color: darkgoldenrod;
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: bold;
}
.logo_img img {
    margin-left: 30px;
    margin-top: 10px;
    width: 100%;
}

.logo_cbse {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: left;
}
.logo_cbse > img
{
    display: inline-block;
    width: auto;
    height: 135px;
    margin-top: 10px;
}
/**********welcome**************/


.header_harshwelcome
{
    display: inline-block;
    width: 100%;
    height: 427px;
    background: url('../images/bg_welcomeharsh.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.welcome_heading
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.welcome_heading > h2
{
    display: inline-block;
    width: 100%;
    color: White;
}

.welcome_heading > h4
{
    display: inline-block;
    width: 100%;
    color: Black;
}

.welcome_heading > p
{
    display: inline-block;
    width: auto;
    font-weight: bold;
    color: black;
    text-align: justify;
    font-size: 15px;
    margin-left: 198px;
    line-height: 2em;
}

.img_welcome
{
    clip-path: circle(70.4% at 96% 32%);
    display: inline-block;
    background-color: White;
    height: 400px;
    width: 100%;
}


.bg_imgwelcome
{
    display: inline-block;
    width: 100%;
    background: url('../images/We_care_and_nurture_intelligence.jpg') no-repeat;
    height: 485px;
    background-size: cover;
    background-position: inherit;
}


.btn
{
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
@media (min-width: 600px)
{
    .btn
    {
        margin: 0 1em 1em;
    }
}
.btn:hover
{
    text-decoration: none;
}

.btn-1
{
    font-weight: 100;
}
.btn-1 svg
{
    height: 55px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn-1 rect
{
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.btn-1:hover
{
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 1px;
}
.btn-1:hover rect
{
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/***********why*******************/


.why_harshleft
{
    clip-path: circle(66.2% at 18% 45%);
    display: inline-block;
    background-color: #ddd;
    height: 418px;
    width: 100%;
}
/*
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img
{
    display: block;
    max-width: 100%;
    height: 417px;
}
*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive
{
    display: block;
    max-width: 100%;
    
}
.why_content
{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    height: auto;
    text-align: center;
}

.why_content > h3
{
    display: inline-block;
    width: 100%;
    color: Green;
}
.why_content > p
{
    display: inline-block;
    width: auto;
    text-align: justify;
    color: Black;
    font-size: 15px;
    margin-right: 11%;
    line-height: 2em;
}

.facility_harsh
{
    display: inline-block;
    width: 100%;
    height: auto;
    background: url('../images/Harsh_prepare_students_for_their_future.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.facility_colorbg
{
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: rgba(11, 10, 10, 0.8);
}



/***********facility**************/


.favcility_harsh
{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
}

.favcility_harsh > h3
{
    display: inline-block;
    width: 100%;
    color: White;
    text-align: center;
}

.favcility_harsh > p
{
    display: inline-block;
    width: auto;
    color: white;
    text-align: justify;
    line-height: 2em;
    font-size: 17px;
    margin-left: 8%;
}
.facility_div1
{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    border: 1px solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.facility_div1 > a
{
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
}
.facility_div1 > a > i
{
    display: inline-block;
    font-size: 44px;
    color: White;
}
.facility_div1:hover i
{
    -ms-transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    display: inline-block;
}

.facility_div1:hover
{ border: 2px solid orange;
   -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; 
    }
.heading > a
{
    display: inline-block;
    width: auto;
    color: White;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
}
/********news****************/


.news_harsh
{
    display: inline-block;
    width: 100%;
    background-color: #e98c2b;
    height: 40px;
}

.news_div
{
    display: inline-block;
    width: 100%;
    height: 40px;
    border-top-right-radius: 43px;
    background-color: White;
}


.news_div > h4
{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: Green;
}

.nes_content
{
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 20px;
    margin-top: 10px;
}
.nes_content > a
{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: black;
    text-align: justify;
    font-weight: bold;
}
.nes_content > a > i
{
    color: White;
    display: inline-block;
    font-size: 18px;
    padding-right: 5px;
}

.parentreview_bg
{
    display: inline-block;
    width: 100%;
    height: auto;
    background: url('../images/backgroundparentreview.jpg') repeat;
    background-size: 100% 100%;
    background-position: center;
}
.parent_color
{
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: rgba(200, 196, 189, 0.7);
}

.parent_heading
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.parent_heading > h3
{
    display: inline-block;
    color: Green;
    width: 100%;
    font-size: 37px;
}
.parent_heading > h3 > span
{
    color: Orange;
}
.img_parent
{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    height: auto;
}
.img_parent > img
{
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 2px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid #0a540a;
}
.parent_content
{
    display: inline-block;
    width: 100%;
    height: auto;
}
.parent_content > span
{
    display: inline-block;
    width: 100%;
    font-size: 27px;
    padding: 0px;
    font-weight: bold;
    margin: 0px;
    text-transform: capitalize;
    color: darkgoldenrod;
}
.parent_content > p
{
    display: inline-block;
    width: 100%;
    padding-right: 25px;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 1px;
    color: black;
    font-weight: bold;
    text-align: justify;
}
.main_divparent
{
    box-shadow: -2px 1px 6px 0px #959390;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 350px;
    margin-bottom: 30px;
}


.BdayWishes
{
    width: 95%;
    display: inline-block;
    padding: 20px;
    margin-top: 40px;
    min-height: 350px;
    background-color: #fff;
}
.left_service_Design
{
    margin: 50px auto;
    width: 80%;
    display: block;
    background-color: #fff;
}
.BdayWishes img
{
    max-width: 100%;
    display: inline-block;
}
.bdayImg
{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.bdaybtns
{
    width: 100%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    margin-top: 30px;
}
.bdaybtns > .carousel-control
{
    position: relative;
    display: inline-block;
    background: #006400;
    margin: 5px;
    opacity: 1;
}
.bdaybtns .carousel-control .glyphicon-chevron-left, .bdaybtns .carousel-control .glyphicon-chevron-right, .bdaybtns .carousel-control .icon-next, .bdaybtns .carousel-control .icon-prev
{
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
    position: static;
    padding: 5px;
}



.bg_social_link
{
    display: inline-block;
    width: 100%;
    height: auto;
    background: url('../images/bg_social_link-min.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.bg_social_color
{
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: rgba(19, 17, 12, 0.7098039215686275);
}


.Widget_Blog
{
    width: 95%;
    height: 450px;
    background-color: #757475;
}

.tweet_scroll
{
    width: 100%;
    display: inline-block;
    padding: 5px;
    height: 450px;
    overflow-y: scroll;
    border: 1px solid gray;
}
.text_white
{
    color: White;
}
.headsuraj
{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.mt_30
{
    margin-top: 30px;
}
.mb_30
{
    margin-bottom: 30px;
}

.imp_header
{
    display: inline-block;
    width: 100%;
    height: 450px;
}


.footer-panel
{
    position: relative;
    padding: 30px 0px;
}
.bg_design
{
    background-color: Blue;
}
.footer-panel
{
    background-color: #0a540a;
    padding: 65px 0 45px;
}

.footer-panel .p_lr
{
    padding-left: 15px;
    padding-right: 15px;
}

.widget_footer
{
    width: 100%;
    height: auto;
    display: inline-block;
}
.widget_footer h4
{
    color: #fff;
}

.dez-separator
{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2c3236;
    margin-bottom: 15px;
}
.dez-separator:before
{
    content: '';
    width: 50px;
    height: 1px;
    background: #0271ad;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.widget_footer ul
{
    padding: 0px;
    list-style: none;
}
.widget_footer ul li
{
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    padding-left: 0;
    padding-right: 40px;
    font-size: 15px;
    line-height: 22px;
}
.widget_footer ul li a
{
    color: #fff;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
}


.widget_footer b, .widget_footer strong
{
    display: block;
    text-transform: uppercase;
    color: black;
        font-size: 19px;
    font-weight: bold;
}
.widget_footer i
{
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_footer i
{
    left: auto;
    right: 0;
}
.widget_footer i
{
    position: absolute;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(71, 30, 4);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.Location
{
    width: 100%;
    height: auto;
    display: inline-block;
}
.getintouch
{
    background-color: #e98c2b;
    color: #fff;
    padding: 10px;
}

.footer-bottom
{
    background-color: #dcdcdc;
    width: 100%;
    padding: 10px;
    display: inline-block;
}
.txt_goldenrod
{ color: #ad5d0a;
    }
.footer-bottom span
{
        color: #053e05;
    font-size: 17px;
    font-weight: bold;
}

.CEOWindow
{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #ddd;
}
.CEOWindow a
{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 17px 10px;
    text-align: center;
}
.CEOWindow a i
{
    font-size: 40px;
    color: #e88b2a;
    margin: 0px;
    padding: 0px;
}
.CEOWindow a span
{
    font-size: 25px;
    color: #0a540a;
    width: 100%;
    display: inline-block;
}
/********academics*************/

.adacemic_harsh
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.adacemic_harsh > img
{
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    margin-top: 30px;
}
.adacemic_harsh > h4
{
    display: inline-block;
    width: 100%;
    height: auto;
    color: White;
}
.adacemic_harsh > p
{
    display: inline-block;
    width: 100%;
    height: auto;
    color: White;
    line-height: 2em;
    font-size: 15px;
}

.adacemic_harshdiv
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.adacemic_harshdiv > img
{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*************imp******************/
.img_imp
{
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 76%, 83% 100%, 50% 75%, 0% 75%);
    display: inline-block;
    background-color: White;
    height: 405px;
    width: 100%;
    margin-top: 200px;
}
.imp_harsh
{
    display: inline-block;
    width: 100%;
    background: url('../images/bg_impharsh.png') no-repeat;
    height: 400px;
    background-size: cover;
    background-position: inherit;
}
.imp_contentdiv
{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
}
.imp_contentdiv > img
{
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 2px solid green;
    border-radius: 50%;
}
.imp_contentdiv > h3
{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: Black;
}
.imp_contentdiv > h4
{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: goldenrod;
}

.imp_contentdiv > p
{
    display: inline-block;
    width: auto;
    text-align: justify;
    line-height: 2em;
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: Black;
}
.imp_contentdiv > a
{
    color: Black;
    background-color: Orange;
    display: inline-block;
    padding: 20px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-decoration: none;
  
}
.navtab_div
{
    margin: 30px 0 0;
    background-color: #f5f5f557;
    padding: 0 10px;
    box-shadow: 0 3px 5px -3px #000;
    border-radius: 0;
    margin-bottom: 30px;
}


.navtab_div:before
{
    content: "You are here :";
    display: inline-block;
    background-color: red;
    padding: 5px 8px;
    color: #fff;
    height: auto;
    box-shadow: 0 5px 30px -11px #000;
    margin-right: 10px;
}


.navtab_div > a
{
    text-decoration: none;
    display: inline-block;
    width: auto;
    color: Black;
    font-weight: bold;
}


.MenuLinkbtn_Div
{
    width: 100%;
    padding: 2px;
    background-color: #ffa84e;
}

.MenuLinkbtn_Div a
{
    width: 100%;
    display: inline-block;
    color: white;
    margin: 5px;
    text-decoration: none;
    padding: 10px;
    background-color: #0a540a;
}
.MenuLinkbtn_Div a:hover
{
    background-color: white;
    color: #0a540a;
    font-weight: bold ;
}

@media only screen and (max-width: 768px)
{
    .div_header2
    {
        height: auto;
    }

    .header_content > ul > li > a {
        font-size: 14px;
        margin: 5px 0px;
    }
    .header_content > ul {
      
        text-align: center;
       
    }
    .admission_open > a{
        margin:0px;
    }


    .div_header2:before {
        border-left: 0px;
        border-top: 0px;
    }
    .admission_open
    {
        margin-top: 5px;
    }
    .div_header2:after
    {
        border-left: 0px solid transparent;
        border-bottom: 0px solid white;
    }
    .header_content1
    {
        margin-top: 22px;
    }
    .header_content1 > ul
    {
        margin: 0px;
    }
    .header_content1 > ul > li > a
    {
        font-size: 12px;
    }

    .social-icons
    {
        display: inline-block;
        margin: 0;
        width: 100%;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header_harshwelcome
    {
        display: inline-block;
        width: 100%;
        height: auto;
        background: url('../images/bg_welcomeharsh.png')repeat;
        background-size: cover;
        background-position: initial;
    }

    .welcome_heading > p
    {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .img_welcome
    {
        clip-path: circle(50% at 50% 50%);
    }

    .why_content > p
    {
        display: inline-block;
        width: auto;
        text-align: justify;
        color: Black;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        margin-right: 0px;
        line-height: 2em;
    }

    .news_harsh
    {
        height: auto;
    }
    .BdayWishes
    {
        width: 100%;
    }

    .nes_content
    {
        margin-bottom: 10px;
    }

    .parent_content
    {
        text-align: center;
    }


    .parent_content > p
    {
        padding-right: 10px;
        padding-right: 10px;
    }
    .facility_harsh
    {
        display: inline-block;
        width: 100%;
        height: auto;
        background: url('../images/Harsh_prepare_students_for_their_future.jpg')repeat;
        background-size: contain;
        background-position: inherit;
    }
    .favcility_harsh > p
    {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }



    .facility_div1
    {
        margin-left: 20px;
    }
    .heading > a
    {
        margin-left: 35px;
    }
    .bg_social_link
    {
        background-repeat: repeat;
        background-position: center;
        background-size: contain;
    }
}

@-webkit-keyframes call-usadd{25%{background:#dba61a;}50%{background:orange;}75%{background:#87ceeb;}}
@keyframes call-usadd{25%{background:#dba61a;}50%{background:orange;}75%{background:#87ceeb;}}

.ncc_top_logo1 {
    width: 100%;
    position: absolute;
    display: grid;
    place-items: center;
    margin: 0 auto;
    top: 10px;
}
.hostel_top_logo2 {
    top: 10px;
    width: 100%;
    position: absolute;
    display: grid;
    place-items: center;
    margin: 0 auto;
}
.ncc_top_logo1 img{
    margin: 0 auto;
    width:120px;
}

.hostel_top_logo2 img {
    margin: 0 auto;
    width: 120px;
}


.header_socail_media ul li{
    display:inline-block;
    margin:0px 10px;
}

.header_socail_media ul li i {
   font-size:18px;
   color:white;
}

@media screen and (max-width:1199px) {
    .ncc_top_logo1 {
        display: none;
    }

    
}


@media screen and (max-width:992px) {
    .ncc_top_logo1 {
        display: none;
    }
    .logo_img img {
        margin-left: 0px;
        height: 95px;
       
    }
    .hostel_top_logo2{
        display:none;
    }


    .logo_cbse {
        text-align: center;
    }

}