@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
  
body{  
font-family: 'Montserrat', sans-serif;  
overflow-x: hidden; 
background-color: #f0f8fe;
color: #010101; 
}
html {
  scroll-behavior: smooth !important;
}
.award-box{
    opacity: 0.8;  
}
.mission-text ul li {
    text-align: left;
}
a:hover{
  text-decoration: none;
} 
.topbar {
    background: #55aff7;
    display: flex;
    padding: 10px 40px;
    /*border-bottom: 1px solid #fff;*/
}
.topbar h3 {
    padding-right: 15px;
    border-right: 1px solid #fff;
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
}
.announce-text a h4 {
    color: #000;
    margin-bottom: 0px;
    font-size: 16px;
}
div#announce .owl-nav,div#announce .owl-dots {
    display: none;
}
.loader { 
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
   height: 100%;
    z-index: 9999999999;
    background: url(../img/loader.gif) 50% 50% no-repeat rgb(30 38 30 / 61%);
    background-color: #f7fff7fc;
    opacity: 0.8;
   background-size: 20%;
 
}

.sticky {
    position: fixed !important;
    background-color: #002c34;
    top: 0;
    width: 100%;
    z-index: 99999999;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
}
.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none;
    color: #002c34;
}


.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(0 44 52);
    border-radius: 50%;
    display: inline-block
}
.dropdown:hover>.dropdown-menu {
 display: block;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu:hover>.dropdown-menu{
  display: block;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
  a.dropdown-item:hover {
    background-color:#002c34;
    color: #fff !important;  
    
}                             

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 0px;
    border-width: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item{
  width: 100%;
  -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dropdown-menu{
  min-width: 10rem;
  z-index: 99999999999999;
}
.modal{
  z-index: 99999999999999;
}
.dropdown {
  position: relative;
}

.dropdown-content { 
  position: absolute;
  background-color: #f9f9f9;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px 0px;
  z-index: 9999999;
}
.ths {
    justify-content: space-between;
    align-items: center;
    padding: 10px 60px;
        width: 100%;
}
.t-left {
    display: flex;
}

.t-left a {
    color: #fff;
    display: flex;
    align-items: center;
}
.t-left a span {
    font-size: 36px;
    padding-left: 10px;
}
.sticky .brand p a img {
    width: 40px;
}
.top-header{
    background-color: #002c34;
}
div#navbarSupportedContent {
    justify-content: center;
}
.banner{
    position: relative;
}
div#myHeader {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -50%);
    width: 100%;
        z-index: 9999;
}

.sticky .brand {
    display: block;
}
.brots a {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #202021;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.0rem 17px;
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active
    {
    color: #202021;
   /* font-weight: 600;*/
}
.sticky .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    padding: 0.5rem 4px;
}
.brots {
    font-size: 17px;
}
.sticky div#navbarSupportedContent {
    justify-content: flex-end;
}
nav#main_navbar {
    padding: 8px 20px 8px;
}
.b1{
    position: absolute;
     top: 41%;
    right: 36%;
}
.b2{
    position: absolute;
     top: 25%;
    right: 22%;
}
.b3 {
    position: absolute;
    top: 41%;
    right: 8%;
}
.b1,.b2,.b3{
 -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.b1:hover,.b2:hover,.b3:hover{  
    transform: scale(1.06);
}
.mission-img img,.headings img,.fact-box img,.fact-box1 img,.als img{
   -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
        opacity: 0.8;
}
.mission-img img:hover,.headings img:hover,.fact-box img:hover,.fact-box1 img:hover,.als img:hover{
    transform: scale(1.04);
    cursor: pointer;
}
button.close.closet {
    background-color: #000;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 999999;
    color: #fff;
    padding: 3px 8px;
    border-radius: 37px;
}
.modal-dialog {
    max-width: 100%;
}
div#myModal {
    padding-right: 0px !important;
}
.modsbds {
    padding: 20px;
    background-color: #c8e5fb;
}
.brand{
    display: none;
}
.mission-img {
    text-align: center;
}
.mission-text {
    text-align: center;
    margin-top: 20px;
}
.mission-text h3{
    font-weight: 600;
    padding-bottom: 10px;
}
.copyright {
    background-color: #000c0e;
    color: #fff;
}
.copyright p a {    
    color: #fff;
}
.copyright p {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    padding: 14px 0px;
    font-size: 14px;
}
.fps a img {
    display: block;
    padding-top: 5px;
    margin: auto;
}
.fps a {
    color: #202021;
    font-weight: 600;
}
.fps {
    width: 50%;
    margin-bottom: 15px;
    text-align: center;
}
.ets1, .ets2, .ets3 {
    height: 250px;
    overflow-y: auto;
}
#event .ets1,#event .ets2,#event .ets3{
    height: auto;
    
}
.ec1,.ec2,.ec3{
    opacity: 0.8;
}
.ec1{
  background-color: #4476b5;
  padding: 2px;
}
.ec2{
    background-color: #33d0ea;
     padding: 2px;
}
.ec3{
 background-color: #33d0ea;   
  padding: 2px;
}
.award-box img{
    height: 220px;
}
.eminent p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 5px;
}
.owl-dots {
    display: none;
}
button.owl-prev {
    position: absolute;
    top: 40%;
    left: -6%;
}
button.owl-next {
    position: absolute;
    top: 40%;
    right: -6%;
}
.owl-nav span {
    background-color: #72b8f4;
    color: #607b80;
    font-size: 36px;
    border-radius: 46px;
    padding: 0px 17px 3px !important;
    font-weight: 600;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.headings {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.headings h2 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    padding-top: 5px;
}
h3.ets1{
  background-color: #b5e7f3;
  font-size: 17px;
    padding: 10px;
    text-align: justify;
    margin-top: 20px;
    padding-bottom: 25px;
}
h3.ets2{
    background-color: #b5e7f3;
     font-size: 17px;
    padding: 10px;
    text-align: justify;
     margin-top: 20px;
     padding-bottom: 25px;
}
h3.ets3{
    background-color: #b5e7f3;
     font-size: 17px;
    padding: 10px;
    text-align: justify;
     margin-top: 20px;
     padding-bottom: 25px;
}
.bottoms img {
    display: block;
    text-align: center;
    margin: auto;
}
.tops img {
    display: block;
    text-align: center;
    margin: auto;
}

.bottoms p,.tops p{
    color: #010101;
}
.tops {
    width: 18%;
}

.longs img {
    width: -webkit-fill-available;
}
.tocks{
    justify-content: center;
    display: flex;
}
.tocks1{
        justify-content: space-between;
    display: flex;

}
.alumni {
    position: relative;
    height: 450px;
}
.als{
    position: absolute;
}

.als1{
    top: 40%;
    left: 1%;
    animation-duration: 2s;
}
.als2{
    top: 40%;
    left: 15%;
    animation-duration: 4s;
}
.als3{
   top: 40%;
    left: 29%;
    animation-duration: 6s;
}
.als4{
    top: 40%;
    left: 28%;
    animation-duration: 7s;
}
.als5{
    top: 40%;
    left: 37%;
    animation-duration: 9s;
}
.als6{
   top: 40%;
    left: 46%;
    animation-duration: 8s;
}
.als7{
    top: 40%;
    left: 41%;
    animation-duration: 11s;
}
.als8 {
   top: 40%;
    left: 52%;
    animation-duration: 10s;
}
.als9{
    top: 40%;
    left: 65%;
    animation-duration: 3s;
}
.als10{
   top: 5%;
  right: 0%;
}


.als .effect-image-1 {
    border-radius: 200%;
}
.als .effect-image-1 .overlay-sim-text-2 {
    border-radius: 200%;
}
.fact-box1 .effect-image-1 {
 box-shadow: none;
}
.fact-box1 .effect-image-1 .overlay-sim-text-2 {
    border-radius: 200%;
    height: 95%;
}
.program{
    position: relative;
}
.prg-img{
    position: absolute;
    top: 20%;
    left: 0px;
}
.program-list p img {
    margin-right: 10px;
}
.program-list {
    width: 45%;
    text-align: left;
    margin-left: 18%;
    white-space:nowrap;
}
.program-list p {
    margin-bottom: 6px;
}
.fact{
   background-image: url(../img/map.png);
   background-repeat: no-repeat;
   height: 718px;
   position: relative;
   background-size: cover;
}
.fact-box {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.fact-box h6{
 color: #ff3859;
 font-weight: 600;
 font-size: 28px;
 margin-bottom: 0px;
 padding-top: 10px;
}

.fact-box p{

}
.fact-box1 {
 text-align: center;
}
.fact-box1 img {
    padding-bottom: 20px;
}
.awards .row {
    justify-content: center;
}
.abs1 img {
    background-color: #4ddaf5;
    padding: 3px 3px 0px;
    margin: 0px;
}
.abs2 img {
    background-color: #4d7cf5;
    padding: 3px 3px 0px;
    margin: 0px;
}
.abs3 img {
    background-color: #89b0b7;
    padding: 3px 3px 0px;
    margin: 0px;
}
.abs4 img {
    background-color: #4d7cf5;
    padding: 3px 3px 0px;
    margin: 0px;
}
.abs5 img {
    background-color: #4ddaf5;
    padding: 3px 3px 0px;
    margin: 0px;
}
.abs6 img {
    background-color: #4d7cf5;
    padding: 3px 3px 0px;
    margin: 0px;
}
.abs7 img {
    background-color: #89b0b7;
    padding: 3px 3px 0px;
    margin: 0px;
}
.award-box .effect-image-1 {
    margin: 0px 15px;
}
p.ats1 {
    text-align: center;
    background-color: #4ddaf5;
        width: fit-content;
    margin: 10px auto;
    border-radius: 52px;
    padding: 20px 15px;
}
p.ats2 {
    text-align: center;
    background-color: #4d7cf5;
    width: fit-content;
    margin: 10px auto;
    border-radius: 52px;
    padding: 20px 15px;
}
p.ats3 {
    text-align: center;
    background-color: #4ddaf5;
    width: fit-content;
    margin: 10px auto;
    border-radius: 52px;
    padding: 20px 15px;
}
p.ats4 {
    text-align: center;
    background-color:#4d7cf5;
    width: fit-content;
    margin: 10px auto;
    border-radius: 52px;
    padding: 20px 15px;
}
p.ats5 {
    text-align: center;
    background-color: #4ddaf5;
    width: fit-content;
    margin: 10px auto;
    border-radius: 52px;
    padding: 20px 15px;
}
p.ats6 {
    text-align: center;
    background-color: #4d7cf5;
    width: fit-content;
    margin: 10px auto;
    border-radius: 52px;
    padding: 20px 15px;
}
p.ats7 {
    text-align: center;
    background-color: #4d7cf5;
    width: fit-content;
    margin: 10px auto;
    border-radius: 52px;
    padding: 20px 15px;
}

.award-box.abs1 {
    margin-top: -15%;
}
.award-box.abs2 {
    margin-top: -1%;
}
.award-box.abs4 {
    margin-top: -20%;
}
.award-box.abs5 {
    margin-top: -13%;
}
.row.ardrws {
    justify-content: space-around;
}
.award-box.abs7 {
    margin-top: -26%;
}


.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	background-color: #002c34;
    color: #fff;
    z-index: 9999999;
    border: none;
}
.back-to-top:hover{
    background-color:#002c34e3;
    color: #fff;
}
.megamenu .dropdown-menu {
    background: none;
    border: none;
    /*width: 100%;*/		/* suppressed dt. 16 Feb 2022 CR 136701 */
	width: max-content;
    z-index: 99999999999999 !important;
    top: 35px;
}
.megamenu {
    position: static;
}
.powhts {
    /*width: 80%;*/			/* suppressed dt. 16 Feb 2022 CR 136701 */
	width: 100%;
    margin: auto;
    padding: 0px;
    background-color: #ffffffed;
}
.sticky ul.list-unstyled li.nav-item a {
    color: #202021 !important;
}
.demo-head h2 {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #000;
    font-size: 26px;
}
.demo-row {
    padding: 20px 0px;
}
.demo-row2 p {
    font-size: 18px;
    text-align: justify;
}

.demo-head {
    background-color: #55aff7; 
    margin: 10px auto;
    padding: 5px 0px 1px;
    /*box-shadow: 5px 10px 18px rgb(0 0 0 / 30%);*/
}
.demo-para h3 {
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 25px 0px 10px;
}
.demo-cont {
    width: 100%;
    /*box-shadow: 5px 5px 5px 5px #888888;*/
    background-color: #f0f8fe;
        padding: 0px 30px;
}
.demo-cont1 {
    width: 100%;
    background-color: #fff;
}
.demos-bodys{
    background-color: #fff;
}
.demo-img img {
    width: 100%;
    margin-top: 20px;
    box-shadow: 5px 10px 18px rgb(0 0 0 / 30%);
}
.demo-img{
    padding-bottom: 20px;
}
.demo-para p {
    margin-bottom: 0px;
    padding-top: 10px;
    text-align: justify;
}
.demo-row-mesage {
    width: 30%;
    float: left;
}
.table-responsive{
    display: inline-table;
}
.jits{
  padding: 0px 15px;
}
.table-responsive tr td,.table-responsive tr td,.table-responsive tr th{
    text-align: center;
}
td div p img {
    width: 30%;
    margin-top: 5px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px #888888;
}
.botis {
    width: -webkit-fill-available;
}
.borders img {
    width: -webkit-fill-available;
    display: none;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}
.photo-gallery {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 19%);
    margin-bottom: 30px;
}
.photo-gallery img {
    
    cursor: pointer;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.photo-gallery p {
    color: #002c34;
    font-weight: 600;
    padding: 10px 0px;
}
.jits {
    justify-content: center;
    text-align: center;
}
.photo-gallery img:hover {
   
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.02, 1.02);
}
.cont1 h2, .add1 h2, .add2 h2 {
    color: #002c34;
    font-weight: 600;
    padding-bottom: 17px;
    font-size: 22px;
    text-align: left;
    margin-bottom: 6px;
    position: relative;
}
.add1, .add2 {
    text-align: left;
    position: relative;
}
.contact {
    width: 100%;
}
.cont1 h2:after, .add2 h2:after, .add1 h2:after {
    content: "";
    width: 62px;
    height: 3px;
    background-color: #002c34;
    left: 0%;
    position: absolute;
    display: block;
    bottom: 10px;
}
.add1 p {
    margin-bottom: 5px;
    font-weight: 600;
    text-align: left;
}
.jits .col-md-6 img {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.add1 a, .add2 a {
    color: #212121;
    font-weight: 600;
    margin-left: 6px;
}
.col-form-label {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #002c34;
}
input.frm-btns {
    background-color: #002c34;
    color: #fff;
    border: none;
    padding: 3px 22px;
    margin-left: 13px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.award-box p {
    color: transparent;
}
.emots img {
    height: 209px;
}
#testimonial img {
    height: auto;
    width: 60%;
    margin: auto;
}
.testismt p {
    color: #000;
}

.als1 img{
 background-color: #9dc1e6;
    border-radius: 200px;
    padding: 0px;
}

.als2 img{
 background-color: #33d0ea;
    border-radius: 200px;
    padding: 0px;    
}
.als3 img{
 background-color: #89b0b7;
    border-radius: 200px;
    padding: 0px;    
}
.als4 img { background-color: #3b8594; border-radius: 200%; padding: 2px; }
.als5 img{
 background-color: #002c34;
    border-radius: 200px;
    padding: 0px;    
}
.als6 img{
 background-color: #524b85;
    border-radius: 200px;
    padding: 0px;    
}
.als7 img{
 background-color: #8860a79e;
    border-radius: 200px;
    padding: 0px;    
}

.als8 img { background-color: #3b8594; border-radius: 200%; padding: 0px; }
.als9 img{
 background-color: #500b22;
    border-radius: 200px;
    padding: 0px;    
}
.prg-img img,.als10 img,.mission-img img {
    opacity: 0.8;
}
.effect-image-1 {
    position: relative;
    display: block;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.overlay-sim-text-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #002c34c7;
    opacity: 0;
    cursor: pointer;
}
.cty {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}
.cty h4{
    color: #fff;
    font-size: 12px;
}
.ciet {
    margin-top: 10px;
}
.cty h6 a {
    color: #fff;
    font-size: 12px;
}
.effect-image-1:hover .overlay-xs-1 {
    opacity: 1;
    visibility: visible;
    display: block;
}



.socials-icon a i {
    background-color: #55aff7;
    color: #000;
    padding: 10px;
    margin-bottom: 5px;
}
.socials-icon a i:hover {
       background-color: #9ad0f9;
    color: #fff;
    padding: 10px;
}
.socials-icon {
    /*position: fixed;
    right: 4px;
    display: flex;
    flex-direction: column;
    z-index: 99999;
    top: 40%;*/
    position: fixed;
    right: 200px;
    z-index: 99999;
    padding-top: 4px;
}
i.fa.fa-facebook-f {
    padding: 10px 13px;
}
.bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
}
.box {
        align-self: flex-end;        
        animation-iteration-count: infinite; 
        transform-origin: bottom;       
}
.newst{
     background-color: #002c34 !important;
}
@keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-40px); }
         75%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
}

li.nav-item {
    margin: 0px 13px;
	position: relative; /* added dt. 16 Feb 2022 CR 136701 */
}

.corn .img-fluid
{
    height:500px;
    border: 5px dotted #55aff7;
}

.testismt .img-fluid
{
    height: 120px !important; 
    width: 120px !important; 
    border-radius: 200% !important;
}

.alumni-img
{
    height: 120px !important; 
    width: 120px !important; 
    border-radius: 200% !important;
}

.newsMarquee
{
    background: #52a8f1 !important;
}

.login a {
    background-color: #55aff7;
    color: #000;
    padding: 10px;
    margin-bottom: 5px;
}
.login a:hover {
    background-color: #9ad0f9;
    color: #fff;
    padding: 10px;
}
.login {
    position: fixed;
    right: 360px;
    z-index: 99999;
    padding-top: 11px;
}

.login a i {
    
    padding-right: 5px;
    
}
.width20{
    width:20%;
}

.program-popup{
    border: 0px solid #3998fe;
    width: 40%;
    padding: 0px;
    height: 100%;
    position: absolute;
    right: 10px;
    display:none;
}
