body ,h1 ,h2, h3, h4, h5,h6{
    font-family: 'Montserrat', sans-serif!important;
}

p {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 15px;
    line-height: 28px;
    color: #32424d;
    font-weight: 400;
}

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
label,
fieldset,
input,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html { -webkit-font-smoothing: antialiased; }
ul#top-men {
    text-align: center;
}
.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  text-decoration: none;
  padding: 0px 14px;
  line-height: 50px;
  font-size: 14px;
  display: block;
  color: white;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  text-shadow: 0 0px 0 rgb(255 255 255 / 0%);
}

.menu li a:hover,
.menu li:hover>a {
  color: #0093dd;
 
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
    font-size: 12px; 
    display: block;
    color: black;
    padding: 0px 10px;
    text-align: left;
    line-height: 35px;
    background: white;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #0093dd;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 250px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 10px 15px; 
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #ff8c00;
  color: #fff;
  text-decoration: none;
}


@media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 14px; }

.facilities-home {width:62%;}

/*a.homer { background: #E95546; }*/
}
 @media (max-width: 768px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #ff8c00;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}

img#header-logo {
    width: 95%;
}
section#top-two-header {
    background: #00a8ec;  
}
section#top-header1 {
    background: #005d84;
}
.lv_header_icon {
    border: 1px solid #005d84;
    border-radius: 100%;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
section#top-header {
    padding: 10px 0;
}

div#call-head {
    margin-top: 12px;
    margin-left: -10%
}

.lv_header_text a {
    color: #005d84;
    font-size: 16px;   
    font-weight: 700;
}
.lv_header_text a:hover {
    color: #0e39a9;
    text-decoration: none;
}
marquee p {
    color: white;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600;
}
div#call-head p {
    font-weight: 500;
}

div#hed-img-logo {
    padding-left: 0;
    padding-right: 0;
}
div#call-hed1 p {
    padding-left: 15px;
}

div#call-hed12 {
    margin-left: -15px;
}
div#call-hed12 a {
    margin-left: -15px;
}
ul#top-men {
    padding-left: 18px;
}
div#hader-mn {
    padding-left: 0;
    padding-right: 0;
}
/*---------------------new styles----------------------*/
.dt-sc-title {
    text-align: center;
}
section#feturs {
    padding: 50px 0 30px;
}
.dt-sc-title h6 ,section#abut1 h6{
    letter-spacing: 3px;
    color: #051220;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.dt-sc-title h2 ,.dt-sc-title h4{
    color: #005d84;
    letter-spacing: 2px;
}
.dt-sc-title h2 {
    font-size: 32px;
}

section#feturs1 h6 {
    margin-bottom: 18px;
    font-weight: 600;
}

section#feturs1 .fa {
    font-size: 32px;
    color: #005d84;
    margin: 0 auto;
    display: block;
    width: 15px;
}

section#feturs1 h6:before {
    content: '';
    background: #005d84;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 22px;
}
section#feturs1 {
    padding-bottom: 50px;
}

section#abut1 {
    background: #f7f5ec;
    padding: 50px 0;
}

section#abut1 img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
section#only {
    padding: 50px 0;
}
.notice-bord.style1 .title {
    background: #005d84;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 25px;
    text-align: center;
    font-weight: 600;
    color: white;   
    margin-bottom: 10px;
}
div#not {
    margin: 8px 0 0 0;
    padding: 8px 0;
    background: #eff3f3;
}
.date {
    border-right: 1px solid #21a7d0;
}
div#blink span {
    animation: blink 3s infinite;
}
.date span {
    color: #12437D;
    font-size: 16px;
    padding: 15px 9px;
    font-weight: 700;
    text-align: center;
    line-height: 12px;
}
.desc {
    font-weight: 500;
    font-size: 14px;   
}
@keyframes blink{
0% {
    opacity: 1;
}
50% {
    opacity: 0;
    transform: scale(2);
    color: #12437D;
}
51% {
    opacity: 0;
    transform: scale(0);
    color: #12437D;
}
100% {
    opacity: 1;
    transform: scale(1);
    color: #12437D;
}
}

div#empty:before {
    position: absolute;
    content: '';
    background: linear-gradient(
45deg, black, transparent);
    width: 100px;
    height: 3px;
    top: -10px;
    left: 46%;
}

section#courses {
    padding: 0 0 20px 0;
    background: #f7f5ec;
}

.cours-gnm {
    background: white;
    padding: 5px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cours-gnm img {
    width: 100%;
}
.cours-gnm h5 {
    padding: 5px 0;
    color: #005d84;
    font-weight: 600;
}
.cours-gnm p {
    font-size: 14px;
    line-height: 25px;
}
.cours-gnm button.btn.btn-info {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.cours-gnm button.btn.btn-info:hover {    
    box-shadow:none;
}




/*------------------------counting--------------------*/

section#counting {
    background: url(images/counto.jpg);
    padding: 80px;
    background-size: cover;
    background-repeat: no-repeat;   
    text-align: center;
}
div#value ,div#value1 ,div#value2,div#value3{
    color: white;
    font-size: 40px;
    font-weight: 600;   
}
section#counting h4 {
    font-size: 20px;
    color: white;
    margin: 10px 0;
}

section#counting h4:before{
    margin-left: 15px;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(0 123 255) 0%, #f8f9fa 100%);
    width: 60px;
    height: 3px;
    top: 95px;
    margin-left: 45px;
}



/*-----------------client ----------------*/
.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #0093DD !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item img {
    width: 85%!important;
    margin: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
section#client {
    padding: 50px 0;
}


/*-------------contact us-------------*/

.cont-form {  
    background-color: #005D84;
    background-attachment: fixed;
    background-position: center;
    padding: 20px;
    color: white;
}
input#contact-fname, input#contact-lname, input#contact-email, input#contact-phone, input#contact-subject {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 2px;
    margin-bottom: 8px;
}
section#abt-cont1 input[type="submit"] {
    padding: 10px 15px;
    border: none;
    border-radius: 22px;
    color: white;
    background: #00a8ec;
}
.add-cont {
    box-shadow: 0px 15px 30px rgb(29 23 77 / 8%);
    padding: 15px;
}
section#abt-cont1 ,section.sec-intro{
    padding: 50px 0;
}
.add-cont {
    text-align: center;
}
.add-cont .fa {
    color: #005d84;
    font-size: 30px;
}
.cont-form h6 {
    text-align: center;   
    font-size: 20px;
}
.cont-form label {
    font-size: 14px;
}
.breadcrumb {
    background: url(images/bread.jpg) center center no-repeat;
    padding: 60px 0!important;
    width: 100%;
    height: auto;
    color: white;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    background-size: cover;
}
section.sec-intro h3 {
    text-align: center;
    color: #005d84;
    padding: 10px 0;
}
h4#affili {
    text-align: center;
    font-size: 18px;
    color: #005d84;
    padding: 10px 0;
}
.gallery-container {
    padding: 50px 0;
}
img.img-responsive {
    width: 100%;
}
.course-text li {
    list-style-type: none;
}
.fw-bold {
    font-size: 14px;
    font-weight: 600;
}
.course-text .fa {
    color: #005d84;
}

.cours-gnm {
    background: url(images/polygon-bg1.png);
    background-position: center;
    overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}


.zoominbox h5 {
    text-align: center;
    background: #005d84;
    margin-bottom: 0;
    padding: 15px;
    color: white;    
}
section#test {
    padding: 50px 0;
}   
.zoominbox{
    background-color: #333;
    overflow: hidden;
}
.zoominbox img.zoomboximg{
    width: 100%;
    transform: scale(1);
    -webkit-transition: 5s ease-in;
    animation-duration: 3s;
    animation-delay: 3s;
}
.zoominbox .zoominDiv{
    position: absolute;
    right: 40px;
    left: 40px;
    top: 30px;
    bottom: 30px;
    display: block;
    background-color: transparent;
    border:1px solid #fff;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: 0.3s ease-in-out;
}
.zoominbox .zoominDiv img{
    width: 50%;
    height: auto;
}
.zoominbox:hover img.zoomboximg{
    opacity: .3;
    transform: scale(2);
}
.zoominbox:hover .zoominDiv{
    opacity: 1;
    transform: scale(1);
}
.zoominbox:hover h5{
    color: transparent;
    background-color: transparent;
}


.zoominDiv p {
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
}


/*toppers*/

img#top-img {
    outline: 1px solid #f8f9fa;
    outline-offset: 8px;
}
section#top {
    padding: 70px 0;
    background: url(images/bg-17.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
div#top2 h5 ,div#top2 p {
    text-align: center;
    color: white;
    margin-bottom: 0;
    font-size: 16px;
}
div#top2 p {
    font-size: 14px;
}

.contactpg {
    padding: 50px 0;
    background: #F7F5EC;
}

div#loc {
    background: white;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
div#loc h4 {
    font-size: 16px;
    color: #005d84;
    font-weight: 600;
}
h4#life {   
    padding: 0 0 15px;
    color: #005d84;
}
section#top-lst {
    padding: 50px 0;
}
/*-------------------------media query-----------------*/

@media(max-width: 992px){
    
    div#call-head {
        margin-top: 0;
        margin-left: 0;
    }
    .zoominbox img.zoomboximg {    
        height: 210px;
    }
    ul#top-men {
        padding-left: 0;
    }
    .menu li a {   
        padding: 0px 5px;    
    }
}


@media(max-width: 768px){
    div#line1:before ,div#line2:before ,div#line3:before{
        display: none;
    }
    section#top-two-header {
    padding-bottom: 10px;
}

    section#top-two-header h4 {
    display: none;
}
    div#call-hed1 p {
        padding-left: 0;
    }

    .place-text h5 {
        font-size: 16px;
    }
    .zoominbox {
        margin-bottom: 18px;
    }
    section#abut1 img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    section#top h2 {
        font-size: 23px;
    }
    section#only .mt-5 {
        margin-top: 0!important;
    }
    section#counting h4:before{
        display: none;
    }
    section#courses {
    padding-bottom: 10px;
}
}

@media(max-width: 767px){
    .zoominDiv p {
    font-size: 16px;
    line-height: 38px;
}


    .dt-sc-title h2 {
        font-size: 24px;
    }
    .client-testimonial-carousel .owl-dots {
        display: none;
    }
}

@media(max-width: 500px){

    .place-text {
        margin-bottom: 10px;
    }
    section#abt-cont1, section.sec-intro {
        padding: 30px 0;
    }
    div#call-hed12 {
        position: absolute;
        right: 0;
        width: 65%;
    }
    div#call-head p {
        position: relative;
        margin-top: -50px;
        margin-left: 52px;
    }
    .zoominbox .zoominDiv {   
        right: 100px;    
        padding: 20px;   
    }
    div#gallry img {
        margin-bottom: 10px;
    }
    .tz-gallery img {
        margin-bottom: 10px;
    }
    div#call-hed12 a {
        margin-left: 0;
    }
    .gallery-container {
        padding: 30px 0;
    }
    div#affiliations img {
        width: 50%;
        display: block;
        margin: auto;
    }
}

@media(max-width: 460px){
    section#courses ,section#client{
        padding: 20px 0;
    }
    .lv_header_text a {       
        font-size: 14px;
        font-weight: 500;
    }
    section#abut1 {
        padding: 20px 0;
    }
    div#empty:before {
        left: 35%;
    }
    section.sec-intro h3:before {    
        left: 40%!important;
    }
    nav.breadcrumb h1 {
        font-size: 25px;
    }
    div#affiliations img {
        margin-bottom: 5px;
    }
}

@media(max-width: 375px){
    img#top-img1 {
        width: 100%;
    }

    h4#life {
        font-size: 18px;
    }
    section.sec-intro h3 {
        font-size: 24px;
    }
    nav.breadcrumb h1 {
        font-size: 20px;
    }
    div#call-hed12 {    
        width: 60%!important;
    }
    .dt-sc-title h2 {
        font-size: 20px;
        letter-spacing: 0;
    }

    .lv_header_text a {
    font-size: 11px!important;
    }
    .dt-sc-title h4 {
        color: #005d84;
        font-size: 21px;
        letter-spacing: 0;
    }
    section#top h2 {
        font-size: 22px;
    }
    section#counting h4 {
        font-size: 15px;
        color: white;
        margin: 10px 0;
    }
    .lv_header_icon img {
        width: 20px;
    }
    .lv_header_icon {
        margin-top: 5px;
        width: 40px;
        line-height: 40px;
    }
    section#top-header {
        padding: 10px 0 0;
    }
}



div#apply-online-form {
    background: #bddcf3;
    padding: 30px;
    border-radius: 8px;
    box-shadow: #f8f9fa 0px 8px 24px;
}
section#apply {
    padding: 50px 0;
}


input#fname,input#lname,input#phone,input#stream,input#programs,select#state,input#city {
    width: 100%;
    padding: 8px;
    border: 1px solid #005D84;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 14px;
    resize: vertical;
}

button#applyonlin{
    background-color: #005D84;
    color: white;
    padding: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}
span.howIcons {
    background-color: #e5e5e5;
    color: #005d84;
    display: inline-block;
    height: 80px;
    line-height: 1em;
    width: 80px;
    text-align: center;
    margin-bottom: 10px;
    padding: 22px;
    font-size: 30px;
    border-radius: 50%;
}
div#line2:before {
    position: absolute;
    content: '';
    background: #005d84;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
    top: 40px;
    z-index: -1;
}
div#line1:before {
    content: '';
    position: absolute;
    background: #005d84;
    width: 100%;
    height: 4px;
    z-index: -1;
    top: 40px;
}

div#line3:before {
    content: '';
    background: #005d84;
    position: absolute;
    top: 40px;
    width: 50%;
    left: 0;
    height: 4px;
    z-index: -1;
}
h2.title.text-uppercase {
    text-align: center;
    color: #005d84;
    font-weight: 600;
    font-size: 30px;
}
div#regitr {
    padding: 0 0 26px;
}

img#facility-img {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.icon-bar li {
    padding-bottom: 5px;
}


.blinking1 {
    padding: 5px 15px;
    background: #005D84;
    font-size: 14px;
    color: white;
    font-weight: 400;
    border-radius: 8px 0 8px 0px;
}

span.blinking2 {
    padding: 15px;
    background: #005d84;
    color: white;
    margin: 0 15px 0 0;
}

section#courses a:hover {
    text-decoration: none;
}
img#admin-lib {
    width: 70%;
    margin: auto;
    display: block;
}

img#facility-img1 {
    width: 70%;
    display: block;
    margin: 0 auto;
}
p#nimhans {
    text-align: center;
    font-weight: 500;
    color: #005d84;
}

section.sec-intro h3:before {
    content: '';
    background: #005d84;
    width: 110px;
    height: 2px;
    position: absolute;
    margin-top: -10px;
    left: 45%;
}
ul#lst li {
    list-style-type: none;
    padding: 5px;
}
ul#lst li .fa {
    color: #005d84;
}
.place-text {
    text-align: center;
    padding: 5px 0;
    background: #005d84;
    color: white;
}
.place-text p {
    margin-bottom: 0;
    color: white;
}
.place-text h5{
    margin-bottom: 0;
}

img#top-img1 {
    width: 70%;
    display: block;
    margin: auto;
}