﻿html,body{
    overflow-x:hidden !important;
}
body {
    font-family: 'Poppins';
    background: #ededed;
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #b6b6b6;
}

#style-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #3c304e;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 4px !important;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	background-color: #3c304e !important;
}
/**/

@viewport{
    zoom:1.0;
    width:extend-to-zoom;
}
@-ms-viewport{
    width:extend-to-zoom;
    zoom:1.0;
}
/**/
a{
    text-decoration:none !important;
}
#backtotop {
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  border-bottom:2px solid #ff6a00;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;

}
#backtotop:hover {
  cursor: pointer;
  background-color: #4fb6e2;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#backtotop img{
    height:25px;
}

/**/

.navbar{
    transition:0.5s all ease;
}
.navbar .dropdown-menu li{
    padding:0 !important;
    margin:0 !important;
}
.navbar .dropdown-menu  li a:hover{
    background:#3c304e !important;
    color:white;
}
.navbar .dropdown-menu li a{
    font-size:0.8rem !important;
}
.navbar .dropdown-menu{
    padding:0;
}
.fixed-top{
    position:fixed;
    transition:0.5s all ease;
    border-bottom:1px solid #ff6a00;
    margin:1rem;
    width:100% auto !important;
    border-radius:10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/**/
.top-contents {
    background-color: #4fb6e2;
    color: white;
    font-size: 0.9rem;
}

    .top-contents .login a {
        color: white;
        text-decoration: none;
    }

    .top-contents .login img {
        height: 14px;
        fill: white;
        color: white;
        position: relative;
        top: -2px;
    }

    .top-contents .login a:first-child {
        padding-right: 1rem;
    }
/**/
.navbar-brand img {
    max-width: 150px;
}

.navbar a {
    font-size: 0.9rem;
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
 }

.nav-link{
    border-radius:10px;
    transition:0.5s all ease;
    padding:0;
}
.nav-link:hover{
    background:#3c304e;
    color:#fff !important;
    border-radius:10px;
    transition:0.5s all ease;
}
/**/

.urdu-news {
    background: #3c304e;
    padding:0 !important;
}

    .urdu-news p {
        font-size: 0.9rem;
        font-weight: 600;
        color: white;
    }

/*slider , english news*/
.owl-carousel .item img {
    width: 100%;
    /*max-width: 737px;*/
    height: 300px;
    border-radius: 10px;
}

.owl-dots{
    margin-top: 0;
    /*background: red;*/
    height: 15px
}

.main-slider .owl-nav{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.main-slider .owl-nav button{
    background:#fff !important;
    margin:0 !important;
    width:30px;
    height:30px;
    border-radius:0 !important;
    margin-bottom:0.5rem !important;
    border-bottom:4px solid #3c304e !important;
    opacity:0.5;
    transition:0.5s all ease;
}
.main-slider .owl-nav button:hover{
    opacity:1;
    border-bottom:4px solid #4fb6e2 !important;
}
/**/

.student-of-the-day{
    background:#fff;
    padding:1rem;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.student-of-the-day img{
    width:100%;
    max-width:400px;
    height:200px;
   border-radius:10px;
    border:2px solid #3c304e;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.student-image{
    width:40%;
}
.student-detail{
    width:80%;
    padding-left:1rem;
     
}
.student-detail h3,p{
    text-align:left;
}
.student-detail p{
    font-size:0.9rem;
    font-weight:600;
}

/**/
.english-news {
    border: 1px solid #4fb6e2;
    height: 300px;
    border-radius: 10px;
    background: #fff;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.english-news h5 {
    color: #fff;
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #3c304e;
    font-size: 1.2rem;
    font-weight: 600;
    background: #4fb6e2;
    border-radius: 10px 10px 0px 0px;
}
.english-news p{
    font-size:0.9rem;
    font-weight:600;
}

/**/
.schedule{
    margin-top:2.8rem;
}
.schedule img{
    height:80px;
    padding-bottom:0.5rem;
}
.schedule div{
    background:#fff;
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding:1rem;
    border-radius:10px;
    text-align:center;
    transition:0.5s all ease;
}
.schedule div:hover{
    box-shadow:none;
    transition:0.5s all ease;
}
.schedule span{
    font-size:0.9rem;
}

/**/
.quick-links{
    margin-top:2.8rem;
}
.quick-links .category .icon{
    background:#fff;
    padding:0.8rem;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.quick-links .category{
    background:#fff;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding:1rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:0.5s all ease;
}
.category img{
    height:80px;
}
.quick-links .category .links ul{
    padding:0;
    margin:0;
}
.quick-links .category .links ul li{
    padding:0.2rem 0 !important;
}

  .e-test{
              animation:color-animation 1s infinite linear alternate !important;
          }

          @keyframes color-animation{
              0%{
                  font-weight:bold; 
                  color:black;
              }
               50%{
                   font-weight:bold; 
                   color:red;
              }
                100%{
                  font-weight:bold;
                  color:white;
              }
          }

.quick-links .category .links ul li a{
    text-decoration:none;
    color:white;
    font-size:0.8rem;
    font-weight:600;
}
.quick-links .cat-one{
    background:#3c304e;
}
.quick-links .cat-two{
    background:#ff6a00;
}
.quick-links .cat-three{
    background:#4fb6e2;
}
.quick-links .category:hover{
    background:black;
    box-shadow:none;
    transition:0.5s all ease;
}
/**/

/*introduction*/
.introduction {
    background: #4fb6e2;
    color: #fff;
    padding-top:1.5rem;
    padding-bottom:1rem;
}

     h3 {
        font-weight: 700;
        font-size: 1.5rem;
        text-align: center;
      }

     p {
        font-size: 0.9rem;
        font-weight: 400;
}
/**/


/**/
.owner-msgs {
    background: #4fb6e2;
    color: #fff;
    padding-top:1.6rem;
    padding-bottom:2rem;
    color:black;
}
.dr-msg img{
    width:100%;
    max-width:100%;
    height:300px;
    min-height:100%;
    border-radius:10px;
    border:2px solid #fff;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dr-msg .msg span{
    display:block;
    text-align:center;
    font-size:0.9rem;
    font-weight:600;
}

.principal-msg{
    background:#4fb6e2;
     padding-top:1.9rem;
    padding-bottom:2rem;
    color:#fff;
}
.msg p,.principal-msg p{
    font-size:0.9rem;
    font-weight:600;
}
/**/



/*mission vision values*/
.mission{
    background:#fff;
    padding:1.9rem;
}
.vision,.mission-detail{
    background:#ff6a00;
    border-radius: 10px;
    padding:1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.vision img{
    padding-left:4px;
}
.mission-detail{
    background:#ffd800;
   
}
.mission p{
    padding:0;
    margin:0;
    font-size:0.9rem;
    color:#fff;
}
.mission h5{
    padding:0;
    margin:0;
    color:#fff;
    padding-bottom:0.5rem;
}
.mission h5 img{
    height:20px;
}
.values{
    background:#3c304e;
    padding:1.5rem;
    border-radius:10px;
    margin-top:1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/**/

/*eduaction*/
.education-detail p{
    line-height:1.5rem;
}
/**/

/**/
.location img{
    border-radius:10px;
    border:2px solid #3c304e;
    width:100%;
    margin:1.5rem 0;
}

/**/

.rising .item{
    margin-top:1.5rem;
    text-align:center;
}

.rising .item h4{
    font-size:1rem;
    font-weight:900;
}

.rising .item p,span{
    color:black;
    text-align:center;
    font-weight:600;
}

.rising .item img{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width:180px;
    height:180px;
    border-radius:50%;
    margin:auto;
    margin-bottom:0.8rem;
}
.owl-nav{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*top: 35%;*/
}
.rising .owl-nav button{
    background:white !important;
    width:30px;
    height:30px;
    border-radius:50px !important;
    border-bottom:2px solid #ff6a00 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
   
}
.owl-nav button:hover{
    box-shadow:none;
    border-bottom:2px solid #4fb6e2 !important;
}
/**/


/*footer*/
.footer{
    background:#4fb6e2;
   
    padding-top:5rem;
    padding-bottom:4rem;
}
.footer .logo{
    text-align:center;
}
.footer .logo img{
    height:100px;
    margin-bottom:1rem;
    width:100%;
    max-width:400px;
    /*width:300px;*/
}
.footer h3{
    padding-bottom:3rem;
    text-decoration:underline;
}
.footer h4{
    font-size:1.2rem;
    font-weight:700;
}
.footer p{
    font-size:0.8rem;
    font-weight:600;
    padding-top:0.5rem;
}
.footer img{
    height:20px;
}

.footer ul li a,li{
    text-decoration:none;
    font-size:0.8rem;
    font-weight:600;
    color:black;
    padding:0.5rem 0;
    text-align:justify;
}


.copyrights{
    background:#cbcbcb;
   }

.copyrights p{
    text-align:center;
    font-size:1rem;
    font-weight:600;
}
/**/


/*table responsive*/
.scrolldmc .staff-table tbody tr td {
     font-family: 'oxygenregular' !important;
}
.scrolldmc .staff-table thead tr th {
     font-family: 'oxygenregular' !important;
}
.scrolldmc .staff-table .remarks  th{
    font-family: 'oxygenregular' !important;
}
.result-items::-webkit-scrollbar{
width:8px;
}
.result-items::-webkit-scrollbar-track{
-webkit-box-shadow:inset 0 0 6px rgba(60, 151, 232, 0.5);
}
.result-items::-webkit-scrollbar-thumb{
background-color:#337ab7;
}


.staff-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.staff-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.staff-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.detail-table tr:hover{
        background-color:lightgray !important;
}
.staff-table th,
.staff-table td {
  padding: .625em;
  text-align: center;
}

.staff-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/**/
.my-videos .container .video-fonts{
    font-size:12px !important;
     font-family: 'oxygenregular' !important;
     text-shadow:none !important;
     font-weight:400 !important;
     
}
.my-videos .container .video-title{
    font-size:14px !important;
    font-weight:bold 600 !important; 
     font-family: 'oxygenregular' !important;
}
/**/


/*admission form section*/

.qulified-list,.waiting-list{
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition:0.5s all ease;
}
.qulified-list a img,.waiting-list a img{
    margin-bottom:1rem;
}
.qulified-list a ,.waiting-list a{
    font-weight:600;
}
.qulified-list:hover{
    box-shadow:none;
    background:#4fb6e2;
    transition:0.5s all ease;
}
.waiting-list:hover{
    box-shadow:none;
    background:#4fb6e2;
    transition:0.5s all ease;
}
/**/



.fa{
    font-size:4rem !important;
}


@media screen and (max-width: 900px) {
  .staff-table {
    border: 0;
     font-family: 'oxygenregular' !important;
  }
  .detail-table  tr {
      border-bottom:4px solid white !important;
  }
  .d-none{
      display:none !important;
  }
  .staff-table caption {
    font-size: 1.3em;
  }
  
  .staff-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .staff-table tr {
    border-bottom: 0px;
    display: block;
    margin-bottom: 0em;
  }

  
  
  .staff-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .staff-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .staff-table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width:600px){
    .s-none{
        display:none !important;
    }
    #backtotop {
  
  position: fixed;
  bottom: 30px;
  right: 60px;
  }
    .entry-test-link{
        display:block;
        text-align:center;
    }
}

.detail-table .table-fonts{
    color:black !important;
    text-transform:capitalize !important;
    font-size:12px !important;
    font-family: 'oxygenregular' !important;
    margin:0 !important;
    }
.detail-table p{
    font-size:12px !important;
    margin:0 !important;
}

.detail-table .viewbtn{
    position:relative !important;
    vertical-align:middle !important;
}

/**/

/*mobile code here*/

@media only screen and (max-width:990px){
    .news-and-slider row .col-md-8,.col-md-4{
        display:block !important;
        width:100%;
    }
    .col-md-8{
        width:100% !important;
    }
    .news-and-slider .row .col-md-8 img{
        width:100%;
    }
    .news-and-slider .col-md-4{
        margin-top:2.5rem;
    }

    @media only screen and (max-width:790px){
        .login{
            display:none;
        }
        .none{
            display:none;
        }
    }
/**/

.schedule{
    display:block !important;
}
.schedule .center-schedule{
    margin:0 !important;
    margin:1.5rem 0 !important;
}
/**/

.quick-links .row .col-md-4{
    margin:0.8rem 0;
}
/**/
.student{
    display:block !important;
}
.student-of-the-day .student-image{
    margin:auto;
    padding-bottom:1rem;
}
.student-of-the-day .student-image{
    
    text-align:center;
    width:100%;
}
.student-of-the-day img{
    width:300px;
    height:200px;
    text-align:center;
 }
.student-of-the-day .student-detail{
    width:100%;
}
.student-of-the-day .student-detail h3, p{
    text-align:center;
    }
/**/

.mission .col-md-6:first-child{
    margin-bottom:2.5rem;
}
}