.text-blink {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
       -webkit-animation-timing-function:ease-in-out;
  }
  
  /* {
  -webkit-animation-name:flash;
   -webkit-animation-duration:2s;
   -webkit-animation-iteration-count:infinite;
   -webkit-animation-timing-function:ease-in-out;
   -webkit-animation-direction:alternate;
  } */
  
  @keyframes blink {
    from {
        color:#ffd900;
    }
    to {
        color:#cfb681;
    }
  }
  @-webkit-keyframes blink {
    from {
        color:#ffd900;
    }
    to {
        color:#cfb681;
    }
  }
  
  
  .Copyright {
    text-align: center;
  }
  
  .link-icon i {
    font-size:12px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px;
    margin-left: 5px;
  margin-bottom: 5px;
  width: 60px;
    text-align: center;
  }
  .link-icon i:hover{
    background: #549adf;
    cursor: pointer;
  
  }
  .newsection {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    bottom: -44px;
  }
  
  .subheader {
    /*background: #549adf;*/
  
  background: #1f3f68/*#8d192f*/;
    text-align: right;
    transition: 0.2s ease-in-out;
    margin: 0px 0px;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
  }
  .dropdown:hover .dropdown-content li {
    padding: 0;
    font-size: 12px;
  }
  .dropdown:hover .dropdown-content{
    z-index: 11;
  }
  
    .subheader a.login {
        margin-right: 0;
        /*background-color: #2269b0;*/
    background-color:#1f3f68;
        border-radius: 3px;
        padding: 5px;
        border: 1px solid rgba(255,255,255,0);
        transition: 0.3s ease-in-out;
        color: #fff;
        font-size: 15px;
        margin-right: 5px;
    }
  a.login.mobiles {
    text-decoration: none;
  }
  span.loginicon.sprite {
    padding-right: 5px;
  }
  
  
  #about {
    background: url(../images/about.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 20px 0 34px 0;
  }
  
    #about .imgblock {
        border: 1px solid #9c9c9c;
        margin-top: -1px;
    }
  
        #about .imgblock img {
            display: block;
            width: 100%;
        }
  
    #about h3 {
        font-size: 22px;
        font-family: 'open_sanssemibold';
        margin: 10px 0 0px;
    }
  
    #about h4 {
    background: #d3d3d3;
    padding: 10px;
    margin-bottom: 10px;
  clear: both;
    font-size: 15px;
    font-family: 'HelveticaNeue-Roman';
        color: #333;
  
    }
  
    #about h5 {
        font-size: 14px;
        font-family: 'open_sanssemibold';
        margin: 5px 0px;
        color: #333;
    }
  
    #about p {
        font-size: 14px;
        line-height: 24px;
        color: #232323;
    }
  
    #about .btn {
        margin: 5px 0 0px;
        color: #FFF;
    }
  
  
  
  
  
  .img-sec {
    text-align: center;
  }
  
    .img-sec img {
        width: 100px;
    }
  
  .box {
    background: #193354e6;
    margin: 0;
    text-align: center;
  border-radius: 10px;
    padding: 20px 20px 0px 20px;
    border: 1px solid #e2e2e2;
    position: relative;
    margin-top: 0px;
  }
  .box h4{
    font-size: 22px;
  color:#fff;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .box2 {
    /*background: #8d192f;*/
    margin: 20px 0px 0px;
    text-align: center;
  border-radius: 10px;
     padding: 0px 0px 0px 0px;
  
    height: 85%;
    /*border: 1px solid #e2e2e2; position:relative;*/
  border: 1px solid #8d192f; position:relative;
  }
  
  .box2 p {
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
        color: #000;
        padding: 0 !important;
    line-height: normal;
    }
  .p-test{
    min-height: 75px;
  }
  
  
    .box span {
        color: #8d192f;
        font-weight: 400;
    }
  
  .box p span a{
    color: #000;
    text-decoration: none !important;
  }
  .box p span a:hover{
    text-decoration: none !important;
  }
    .box i.fa.fa-circle {
        color: #000;
        padding: 27px 0px;
    }
  
  
    .box:hover {
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
  
    .box p {
        text-decoration: none;
        font-size: 22px;
        font-weight: 400;
        color: #000;
        padding: 0 !important;
        line-height: 0;
    }
  
  
  
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }
  
        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }
  
        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
  
  .box .btn-center{
    display: flex;
    justify-content: center;
  }
  
  .btn-center button,.btn-center a {
    background:#efefef;
    border: 1px solid #8d192f;
    border-radius: 2px;
    width: 100px;
  font-weight:600;
  font-size: 13px;
    margin-bottom: 5px;
    color: #000;
    width: 32%;
    margin-right: 1.7%;
  }
  .btn-center a{
    width: 33.33%;
    margin-right: 0;
  }
  .btn-center button:last-child {
    margin-right: 0;
  }
  
  .bottom-part ul {
    padding: 0;
  }
  
    .bottom-part ul li {
        list-style: none;
        text-align: left;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #b9b9b9;
        padding: 10px 0;
    }
  
  
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin-top: -33px;
  }
  
  
  .quik-link {
    display: flex;
  }
  
  .quik-link ul {
    padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
    margin-left: 0px;
    float: left;
    /*width: 82%;*/
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
        .quik-link ul li {
            float: left;
      margin-left: 10px;
            list-style: none;
            text-align: center;
        }
  
            .quik-link ul li a {
                color: #fff;
                text-align: center;
                font-size: 16px;
                padding:0px 15px;
            }
  
  
  
            .quik-link ul li a:hover {
                color: #ffcf04;
               text-decoration: none;
  
            }
  .quik-link ul li  i{
    font-size: 30px;
    color: #fff;
  }
  .blog-bg {
    background-color: #efefef;
    width: 100%;
    padding: 20px 0;
  }
  
  .quik-heding {
    color: #fff;
  }
  
  
  
  
  
  .text-part p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
  color:#fff;
    padding: 0 !important;
    margin: 0 !important;
  }
  .text-part2 p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
  color:#fff;
    min-height: 50px;
  }
  .box a{
    font-weight: 400;
  }
  .viwe-more {
  color: #fff;
  float: right;
  text-decoration: none;
  padding-right: 10px;
  margin-right: -22px;
  position: absolute;
  right: 21px;
  bottom: 0px; z-index:999;
  }
  
  .past-events {
  color: #fff;
  float: right;
  text-decoration: none;
  padding-left: 10px;
  margin-left: -22px;
  position: absolute;
  left: 21px;
  bottom: 0px; z-index:999;
  }
  
    .viwe-more:hover {
        color: #ffcf04;
    text-decoration: none;
    font-weight: 600;
    }
  
     .past-events:hover {
        color: #ffcf04;
    text-decoration: none;
    font-weight: 600;
    }
  
  button.owl-dot {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1;
    z-index: 999;
    margin: 10px;
    display: inline;
  }
  
    button.owl-dot.active {
        background: #549adf !important;
        display: inline;
    }
  
  .owl-carousel .owl-item img {
    display: block;
    padding: 0 !important;
  }
  
  
  
  .caption {
  
    height: auto;
  }
  .caption h3{
    font-size:16px;
    text-align:center;
    color:#942c3f;
    margin: 0;
    margin-top: 14px;
    line-height: 1;
  }
  
  .caption span{
    font-size: 13px;
    line-height: 0;
    margin: auto;
  color:#000; 
    padding: 0;
  }
  .item-img{
   width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
  }
  .item-img-event{
   width: 100%;
    height: 245px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
  }
  .item-img img{
   min-height: 100%;
    width: unset !important;
    text-align: center;
    margin: auto;
  }
  .item-img2{
   width: 90% !important;
    height: 200px !important;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    margin-left: 5%;
  }
  .item-img2 img{
     max-height: 100%;
    width: unset;
    text-align: center;
   width: auto !important;
  margin: 0 auto;
  }
  
  
  .gallary-part{
    text-shadow: none;
  }
  .gul-gallary {
    background: #efefef !important;
  }
  
  .top-menu{
  
    border-bottom: 2px solid #8d192f /*#1f3f68*/;
    padding: 0px;
  
  }
  
  
  
  .top-header-menu{
    text-align: right !important;
    float: right !important;
  }
  
  .footer_menu ul {
    padding-top: 8px;
    padding-bottom: 8px;
     float: none;
    width: 90%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  
  .footer_menu ul li {
    float: none;
    list-style: none;
    text-align: center;
    display: inline-table;
  }
  
  .mymarque{float: left;
    width: 100%;
    height: 275px;}
  
  
  h1, .display-1 { flex: none !important;}
  .footer-logo {
    width: auto !important;
    height: auto !important;
    flex: none !important;
  }
  
  .no-margin-top.title-2 {
    text-align: center;
  }
  .address {
    text-align: center;
  }#gallery {
    flex: none !important;
    margin-top:2%;
  }.gallary-part {
   margin: 20px 0px;
  }
  
  
  
  .main{
    text-align:right;
  }
  .main p{
  text-align: left;
    padding: 0;
    float: left;
    margin: 0;
  padding-bottom: 5px;
    color: #fff;
    padding-left: 10px;}
  
  
  
    .right-logo{
        position: absolute;
        top: 0;
        right: 0;
    }
    .right-logo img{
        width: 54%;
         text-align: center;
    }
  
  
  
    .zoom {
  
  transition: transform .4s;
  
  margin: 0 auto;
  }
  
  .zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
  }
  
  
  .bg-one {
    background-image: url(images/smtbabyranimaurya.jpg);
  }
  
  
  .dropdown-content {
  display: none;
  position: absolute;
  background-color: #8d192f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  }
  
  .dropdown {
  position: relative;
  display: inline-block;
  }
  
  
  .dropdown-content  li a{
    color: #fff !important;
    text-align: left !important;
    width: 100% !important;
    float: left;
  }
  .dropdown-content  li {
    width: 100% !important;
    text-align:center !important;
  }
  
  .top-menu-heads ul.dropdown-content li a:hover {
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
    text-decoration: none;
  }
  
  .quik-link ul.dropdown-content li a:hover {
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
  }
  
  
  .dropdown:hover .dropdown-content {
  display: block;
  }
  
  .logo2{
    width: 70px;
  }
  
  .visitor-box{
    padding: 0  !important;
  }
  
  
  img.img-responsive.gul-hidden.gul-show-gt-md {
    /* width: 100% !important; */
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    /* position: absolute; */
    /* min-width: 100px; */
    flex: none !important;
    max-width: 85px;
    margin-top: -27px !important;
  }
  
  
  
  .no-padding{
    padding: 0px 0px 0px !important;
  
  }
  
  
  
  
  
  
  .overlay-image {
    position:relative;
    width:200px;
    height:200px;
  }
  .overlay-image img {
    width:100%;
    vertical-align:top;
  }
  .overlay-image:after {
    content: attr(data-content);
    color:#fff;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background: rgb(0 0 0 / 85%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-top: 40px;
  }
  .overlay-image:hover:after {
    opacity:1;
  }
  
  
  
  
  
  .flip-card {
    background-color: transparent;
    width: auto;
    height: 198px;
    perspective: 1000px;
  
  }
  
  .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
  }
  
  .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 98%;
  left: 5px;
  }
  
  /*.flip-card-front {
  background-color: #bbb;
  color: black;
  }*/
  
  .flip-card-back {
  /*background-color: #1f3f68;*/
  /* background-color:#8d192f;*/
  color: white;
  transform: rotateY(180deg);
  padding-top: 12%;
  background: #efefef;
  }
  .flip-card-back h3{
    font-size: 20px;
    text-align: center;
    color: #000;
  }
  .flip-card-back p{
   font-size: 15px;
   color: #000;
   line-height: normal;
  }
  
  
  .logo-img{
    text-align: center;
  }
  .logo-img img{
    max-width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    height: 80px;
  }
  .center-part{
    text-align: center;
    padding: 0;
    margin: 0;
  
  }
  .center-part h1{
    text-shadow: none;
    font-size: 36px;
    color: #8d192f;
  /*color:#b04400;*/
    font-family: 'Times';
    text-transform: uppercase;
    padding: 0;
    margin: 16px 0px;
  }
  .center-part p{
    line-height: 1;
    font-family: 'open_sansbold';
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    color: #565656;
  }
  
  
  .header-nav2 {
    max-width: 100%;
  }
  
  .top-menu-heads ul {
   text-align: center;
   padding: 0;
    margin: 0;
    padding-top: 10px;
  }
  .top-menu-heads li {
    list-style: none !important; 
    float: none;  
    text-align: center;  
    padding: 0px 7px;   
    display: inline-block; 
  }
  .top-menu-heads li a{
    color: #fff;
  }
  
  
  .slider-text {
    position: absolute;
    z-index: 9999;
    bottom: 40px;
    left: 0%;
  }
  
  .slider-text h2{
    font-size: 18px;
    /*text-shadow: 4px 4px #000000d1;*/
  font-family: 'open_sanssemibold';
    color: #fff;
    background: #00000050;
    padding: 10px;
    color:#cfb681;
  }
  
  /*slider-css*/
  #slider2{
    position: relative;
  }
  
  #slider2 .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  /* #event .item,#testimonials .item{
    min-height: 260px
  } */
  .facility{
    background-color: #777;
  }
  
  button.owl-dot {
    background: #ddd !important;
  }
  .owl-carousel .owl-item{
    max-height: 500px;
  }
  .quik-link ul {
    text-align: center;
  }
  .quik-link ul li {
    float: none;
    margin-left: 10px;
    list-style: none;
    text-align: center;
    display: inline-block;
  }
  button.owl-prev,button.owl-next{
    box-shadow: unset;
    outline: none;
  }
  .owl-nav{
    width: 100%;
    top: 7%;
  }
  #visiter .owl-dots,#testimonials .owl-dots,#event .owl-dots{
    display: block;
  }
  /* #gallery .item {
    max-height: 160px;
  } */
  
  .box.galleryblock {
    padding: 20px 20px 25px 20px;
    height: 346px;
  }
  .box.galleryblock .owl-item img {
    aspect-ratio: 5/3.5;
  }
  .box_left h3 {
    background: #1f3f68;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-family: 'HelveticaNeue-Roman';
    border-radius: 10px 0;
    font-weight: 400;
  }
  .box_left h4 {
    clear: both;
    font-size: 15px;
    font-family: 'HelveticaNeue-Roman';
  }
  
  /* .gul-navigation .main-nav-wrapper .main-nav .main-nav-inner > li > a {
    font-size: 1.125rem;
    line-height: 100%;
    font-family: "myriad-pro-condensed", sans-serif;
  } */
  p, li, .body-1,.box_left{
    font-family: 'HelveticaNeue-Roman' !important;
  }
  
  .hideindesktop{display: none !important;}
  .hideinmobile {
    display: inline-block;
  }
  
  
  .translator {
    display: inline-block;
    margin-right: 15px;
  }
  #google_translate_element .skiptranslate.goog-te-gadget span {
    display: none;
  }
  
  .goog-te-gadget .goog-te-combo {
    background: #8c2539;
    outline: none;
    border: solid 1px #fff;
    padding: 5px 8px;
    color: #fff;
    font-family: 'HelveticaNeue-Roman';
  }
  .goog-te-gadget .goog-te-combo option {
    font-family: Arial !important;
  }
  .goog-te-gadget {
  overflow: hidden !important;
  height: 34px !important;
  }
  .translator {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-right: 150px;
  top: -23px;
  }
  #google_translate_element{
  position: absolute;
  right: 0;
  top: 0;
  }
  
  
  
  .ftr-gallery-section{padding:25px 0;}
  .mar-custom-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mar-custom-inner a {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #222;
    font-size: 14px;
  }
  .mar-custom-inner a:hover {
    color: #8d192f;
    text-decoration: none;
  }
  a.headmenu span {
    color: #2c72ff !important;
  }
  a.headmenu:hover span {
    color: #8d192f !important;
    text-decoration: underline;
  }
  .box h4.home-subtitle {  
    background: #1f3f68;  
    padding: 10px;
  }   
  ul.achivmentlist {
    padding-left: 15px;
    list-style: none;
    padding-right: 15px;
  }
  ul.achivmentlist li a {
    color: #222;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
  }
  ul.achivmentlist li a span{
    font-weight: 600;
       }
  ul.achivmentlist li:last-child a {
        border-bottom: none;
        padding-bottom: 0;
    }
  
  ul.achivmentlist li a:hover {
    color: #8d192f !important;
    text-decoration: none !important;
  }
  .viewachivement {
    text-align: right;
    padding-top: 5px;
  }
  
  .principal-col {
    border: 1px solid #8d192fe6;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
  }
  .prin-top  h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0;
    background: #1f3f68;
    padding: 10px;
  }
  .prin-btm{display: flex;}
  .principal-thumb {
    flex-shrink: 0;
    width: 30%;
    margin-right: 10px;
  }
  .principal-thumb img {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    padding: 5px;
  }
  .principal-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .eventbottom .item-img {
    aspect-ratio: 5/3.5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 228px;
  }
  .eventbottom .owl-carousel .owl-item img {
  height: auto;
    max-width: 90%;
    max-height: 90%;
  }
  .eventbottom .owl-dots, .eminentbottom .owl-dots{
  visibility: hidden;
  opacity: 0;
  height: 0;
  }
  
  
  @media (min-width: 1024px){
    p, li, .body-1 {
        font-size: 15px;
        line-height: 180%;
    }
    
  }
  ul.sub-menu.lev-2 {
    position: absolute;
    display: none;
    background: #fff;
    left: 100%;
    top: 0;
    padding: 0;
  }
  .list-unstyled li {
    position: relative;
  }
  ul.sub-menu.lev-2 li{
    list-style-type: none;
    padding-left: 0;
  }
  ul.sub-menu.lev-2 li a{
    color: #000 !important;
    padding: 8px 20px !important;
  }
  
  ul.sub-menu.lev-2 li:hover a{
    background: #8d192f !important;;
    color:#fff !important;
  }
  .gul-navigation .main-nav-wrapper .main-nav .main-nav-inner>li:hover>.gul-submenu> {
  -webkit-transform:scaleY(1);
  transform:scaleY(1)
  }
  .gul-navigation .main-nav-wrapper .main-nav .main-nav-inner>li:hover>.gul-submenu>li {
  display:block
  }
  .gul-navigation .main-nav-wrapper .main-nav li ul.list-unstyled > li:hover ul.sub-menu.lev-2 {
    display: block;
    /*background: red;*/
  }
  .has-dropdown:after{
    margin: 0.2em 0 0 0.5em !important;
  }
  .btn.btn-default {
  background: #8d192f;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size:15px;
  position: relative;
  }
  .btn.btn-default i {
  display: inline-block;
  transition: all 0.5s;
  opacity: 0;
  right: 15px;
  top: 13px;
  position: absolute;
  }
  .btn.btn-default:hover i {
  opacity: 1;
  transition: all 0.5s;
  right: 10px;
  }
  .link-icon i.fa-facebook:hover{
    background: #506d9f;
  }
  .link-icon i.fa-google-plus:hover{
    background: #cc4a2e;
  }
  .link-icon i.fa-linkedin:hover{
    background: #3a81a9;
  }
  .link-icon i.fa-youtube-play:hover{
    background: #b6403d;
  }
  #icon-links li img{
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
  }
  #icon-links li:hover img{
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
  }
  .nav > li > a {
    text-decoration: none;
    background: none;
  border: 1px solid #e5e5e5;
  margin: 0;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: #8d192f;
  color: #fff;
  }
  
  .logo-part{background-color: #ffffff !important; padding: 15px 0px 15px 0px; border-bottom: 5px solid #cfb681; border-top: 5px solid #cfb681; }
  /* .logo-part{background-color: #FFF8EA !important; padding: 15px 0px 15px 0px; border-bottom: 5px solid #cfb681; border-top: 5px solid #cfb681; } */
  
  
  .header-layout-row {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    position:relative;
  }
  
  .afterlogtext {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 1.2px;
    display: grid;
    grid-template-columns: max-content;
    grid-column-gap: 15px;
    align-items: center;
  }
  
  .logoDiv {
    float: left;
    max-width: 370px;
    min-width: 270px;
  }
  
  .textDiv {
    width: 100%;
    float: left;
    margin-top: 0;
    max-width: 270px;
    line-height: normal;
  }
  
  .textDiv span {
    float: left;
    width: 100%;
    text-transform: none;
    text-align: center;
  }
  .afterlogtext span {
    font-size: 38px;
    font-family: 'open_sanssemibold';
  }
  
  .textDiv dt {
    float: left;
    width: 100%;
    text-transform: none;
    text-align: center;
  }
  
  .makeCustomLook {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 0px;
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    max-width:475px;
    grid-column-gap:20px;
  }
  
  .phone-sec {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    justify-content:center;
  }
  
  .phone-row {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-column-gap: 10px;
  }
  
  .phn-cell span{
    color:#222; 
  }
  
  .phn-cell i {
    margin-right: 7px;
    color:#222;
  }
  
  .email-cell {
    font-size: 16px;
    letter-spacing: 1px;
    color:#222;
  }
  
  .address-sec {
    float: left;
    width: 100%;
    line-height: normal;
    position: relative;
  }
  
  
  .address-sec:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #222;
    left: -10px;
    top: 0;
    right: 0;
  }
  
  .address-sec a span {
    float: left;
    width: 100%;
    color: #222;
  }
  
  .logo-img-small {
    float: left;
    width: 80%;
    align-self: center;
    justify-content: flex-end;
    display: flex;
    max-width: 180px;
  }
  img.lilSmalimg.g2o-logo {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  .logo-img-small img {
    float: left;
    height: 79px; 
    max-width: inherit;
  }
  .logo-img-small img+img { margin-left: 10px;}
  
  
  .maintextDimand {
    text-align: center;
    position: absolute;
    bottom:-10px;
    right: 0px;
    width:100%;
  }
  
  .sixty-logo img {
    width: 350px;
  }
  
  .jublee img {
    width: 250px;
  }
  .jublee {
    font-family: 'Seagram tfb';
    color: #bf9f61;
    padding: 0 0 5px;
    font-size: calc(16px + (24 - 22) * (100vw - 400px) / (800 - 400));
  }
  
  
  a[href^=tel] {
    text-decoration:none;
    color:#fff;
    }
  
  
  .sub_menu ul li:first-child {
        background: #8d2539;
        color: #fff !important;
        text-transform:uppercase ;
    }
  
    .modal-content {
        background: #fff;
    }
  
    b, strong {
        font-weight: 700 !important;
    }
  
  .btn-danger {
    margin-bottom:5px;
  }
  
  p, li, .body-1 {
    color: #000;
  }
  
  
  
  .box_left.eminentvisitors-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 15px;
    justify-content: center;
  }
  
  .box_left.eminentvisitors-section .col-sm-12.col-md-4 {
    width: 100%;
    padding: 0;
  }
  
  .box_left.eminentvisitors-section .thumbnail {
    height: 100%;
    line-height: normal;
    margin: 0;
    padding: 15px;
  }
  .newsection {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 18px;
  height: 50px;
    line-height: 50px;
    z-index: 9;
  }
  .grid-header-2{
    grid-column: 1/span 3;
  }
  
  .distinguishedalumni .box_left .sub_menu ul li {
    width: auto;
    display: inline-block;
    margin: 2px;
  }
  
  .distinguishedalumni .box_left {
    min-height: auto;
    margin-bottom: 0;
  }
  
  .distinguishedalumni .box_left .sub_menu ul {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(170px, 1fr));
  }
  
  .distinguishedalumni .box_left .sub_menu ul li:first-child {
    grid-row: 1/4;
    display: grid;
    place-items: center;
  }
  .criteria-table .responsive_tab table tr td{vertical-align: top;}
  .criteria-table br{margin-bottom: 10px;}
  .criteria-table a{display: block;}
  #visiter.owl-carousel .owl-item img {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px !important;
  }
  
  /* Home Lightbox CSS */
  .home-lighbox-when-load {     position: fixed;     top: 0;    left: 0;    width: 100%;    height: 100%;    background: rgba(0,0,0,.5);    z-index: 99999;    overflow: hidden;
    display: flex;     align-items: center;    justify-content: center; }
  .home-lighbox-when-load-inner {    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;    border-radius: 10px;    background: #fff;    width: 100%;    position: relative;}
  .home-lightbox-thumb {     width: 100%; } 
  .home-lightbox-thumb img {    width: 100%;    display: block;    border: 1px solid #ddd;}
  .home-lightbox-cont {     text-align: center; }  
  .home-lightbox-cont h3 {     font-size: 20px;     margin-bottom: 5px;     margin-top: 20px; }
  .home-lightbox-cont p {     margin: 0; }
  .home-lightbox-close {
    position: absolute;
    right: -12px;
    top: -16px;
    background: #a20103;
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 1;
  }
     a.home-lightbox-close:hover{color: #fff; background: #000;text-decoration: none; }
     /* Home Lightbox CSS End*/
  
  
  
  /* Shivaji demo 8 August */
  
  .shivajidemo{}
  .shivajidemo .subheader { background: #00696a;}
  .shivajidemo .logo-part { background-color: #ffffff !important; }
  .shivajidemo .subheader a.login { background-color: #00696a;}
  .shivajidemo .lang-btns { background: #00696a; }
  .shivajidemo .gul-navigation { background-color: #00696a; }
  .shivajidemo .makeCustomLook { color: #000;}
  .shivajidemo .phn-cell span {  color: #000;}
  .shivajidemo .address-sec a span {  color: #060606;}
  
  .shivajidemo .address-sec:before {  background: #060606; }
  
  .g2o-logo img{width: 50px;}
  
  .video-iframe-wrapper video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .video-iframe-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    height: 350px;
  }
  .video-iframe-wrapper iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  
     @media (max-width: 1599px){
     .home-lighbox-when-load-inner {
        border-radius: 5px; 
     }
  }
  @media (max-width: 1400px){
  .home-lighbox-when-load-inner{border-radius:5px;}
  .home-lightbox-cont h3{font-size:15px;margin-top:15px;}
  .home-lightbox-cont p{font-size:13px;line-height:20px;}
  .home-lightbox-close{right:-12px;top:-12px;width:25px;height:25px;line-height:25px;}
  
  }
  @media (max-width: 1200px){
    .box.galleryblock {
        height: auto;
    }
    }
  
  @media (max-width: 767px){  
  .home-lighbox-when-load{padding:0 20px;}
  .video-iframe-wrapper {
    height: 170px;
    width: auto;
  }
  .mar-custom-inner a {
    font-size: 12px;
    line-height: 20px;
  }
  .principal-thumb {
        width: 100%;
    margin-right: 0px;
}
.prin-btm {
     flex-direction: column;
    text-align: left;
}
  }
  @media (max-width: 600px){
    .grid-header-2{ 
        grid-column: 1;
    }
  }
  
  html lang[type="hi"] {display: none;}
  
  .lang-btns{display:inline-block;background:#8c2539;padding:0 15px;display:none; float:left;}
  .lang-btns a{color:#fff;}
  .lang-btns a:hover{color:#f4c20f;text-decoration:none;}
  
  .distinguishedalumni .thumbnail img {
    height: 300px;
    object-fit: cover;
    aspect-ratio: 4/5;
  }
  
  .main.header-top-menu{padding: 0 15px;} 
  .head-dropdown {
    display: inline-block;
    margin-right: 15px;
  }
  .head-dropdown .dropdown-toggle {
    display: block !important; 
    background: transparent; 
    border: transparent; 
    color: #fff; 
    padding: 5px 15px;
  }
  .head-dropdown .dropdown.open  .dropdown-toggle, .head-dropdown .dropdown  .dropdown-toggle:hover, .head-dropdown .dropdown.open  .dropdown-toggle:focus{    background: transparent;
    border: transparent;
    color: #fff;}
  
    .translator {
        display: inline-block;
        margin-right: 0;
        margin-left: 40px;
    }
    #google_translate .skiptranslate.goog-te-gadget span {
        display: none;
    }
  
    .goog-te-gadget .goog-te-combo {
        background: #8c2539;
        outline: none;
        border: solid 1px #fff;
        padding: 5px 8px;
        color: #fff;
        font-family: 'HelveticaNeue-Roman';
    }
    .goog-te-gadget .goog-te-combo option {
        font-family: Arial !important;
    }
    p.c-clevy-text-message--from {
        display: none; 
    }
    .l-clevy-chatbox__floating-messages { 
        max-width: 225px !important;
    } 
    .o-clevy-floating-message.c-clevy-text-message p { 
        line-height: 22px;
    }
  
  