.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}


#back-top {
  position: fixed;
  bottom:20px;
  right: 45%;
  z-index: 100; }

.flex {
   display: flex;
   flex-direction: row;
}
body {font-size:18px;}

/* Small screens*/
@media only screen  
{ } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens*/
@media only screen and (min-width: 40.063em)  
{} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em)  
{
       
      .TopFont
     {
         font-size:2em;
     }
      .ScrollToTopFont
     {
         font-size:3em;
     }
    
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens*/
@media only screen and (min-width: 64.063em) 
{     } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) 
{
   .TopFont
     {
         font-size:1.5em;
     }
      .ScrollToTopFont
     {
         font-size:2em;
     }
        
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens*/
@media only screen and (min-width: 90.063em) 
{} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em)  
{
    
     .TopFont
     {
         font-size:1em;
     }
      .ScrollToTopFont
     {
         font-size:2em;
     }
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens*/
@media only screen and (min-width: 120.063em)  
{
     .TopFont
     {
         font-size:1em;
     }
      .ScrollToTopFont
     {
         font-size:1em;
     }
} /* min-width 1921px, xxlarge screens */


/* for Slider Image */
        .fullscreen-image-slider  .orbit-image
        {
           
           padding:.75em;
           margin:.5 em;
           width: 100%;
           height: 100%;
           object-fit: contain;
        }
        
        .fullscreen-image-slider  .orbit-caption
        {
            bottom: 50%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
            background: none;
            text-align: center;
            color: #fefefe;
            font-weight: bold;
            width:100%;
            
        }




.slider img {
  width: 100%;
}

.btnTut
{
    width:10em;
    background-color:Blue;
    color:White;
    font-weight:bold;
}
.txtTut
{
    width:8em;
    height:2em;
}
.ddTut
{
    width:8em;
    height:2em;
    padding-top:.25em;
}
.TitleLi
{
   padding: .25em;
   display: inline-block;
}
.profile_img
{
   
    width:100px;
    border:solid 2px gray;
}
.divTutAdmit
{
    border:2px solid black;
    margin:1em;
}

/* CSS for Card */

.card {
    border-radius: 25px;
    margin: 20px;
    font-size: 70%;
    box-shadow: 0px 6px 12px 0px #a79c9c;
}
/* CSS for HomePage */

#DivAbout {
    margin: 20px;
    width: auto;
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    box-shadow: 0px 6px 12px 0px #a79c9c;
}

.scroll-top-wrapper {
    position: fixed;
  text-align: center;
  z-index: 99999999;
  right: .75em;
  bottom: .5em;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.double {
  zoom: 1.75;
  transform: scale(1.75);
  -ms-transform: scale(1.75);
  -webkit-transform: scale(1.75);
  -o-transform: scale(1.75);
  -moz-transform: scale(1.75);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}