*{
    margin: 0px;
    padding: 0px;
}
@font-face{
    font-family: "main";
    src: url(Sanseriffic.otf);
}
body{
    position: relative;
    background-color: #fff;
}
section, footer{
    direction: rtl;
}
                                     /*INDEX*/
header{
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(187, 187, 187, 0.63);
    position: absolute;
    left: 0px;
    right: 0px;
    direction: ltr;
}
header a{
    color: rgba(255, 255, 255, 0.897);
    text-decoration: none;
    font-size: 13px;
}
header .sale{
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: main;
    font-weight: bold;
    letter-spacing: 2px;
}
header a:hover{
    color: #5781ed;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    padding: 5px 15px 0px;
    padding: 30px 0px 0px 15px;
    direction: ltr;
}

nav #logo img{
    width: 100px;
    height: auto;
}
nav #links ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    list-style-type: none;
    margin-bottom: 0px;
    direction: rtl;
}
nav #links ul a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-decoration: none;
    color: #fff;
    width: 115px;
    margin: 0px auto;
    text-transform: capitalize;
}
nav #links ul a:hover, #links .active{
   
    color: #5781ed;
}
nav #open-nav{
    background-color: #5781ed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin: 0px 10px;
    
}
nav #open-nav i{
    font-size: 20px;
    color: #fff;
}
/* Side Nav */
#sidenav{
    background-color: #fff;
    display: block;
    height: 100%;
    width: 80%;
    position: fixed;
    left: -1500px;
    z-index: 555;
    top: 0px;
    padding: 0px 0px 100px;
    overflow-y: scroll;
    transition: 0.5s all;
}

#sidenav::-webkit-scrollbar{
  width: 0px;
}
#sidenav.view{
    left: 0px;
    transition: 0.5s all;
}
#sidenav.hide{
  display: none;
}

#second-nav{
    background-color: #fff;
}
#sidenav .clicked:hover, #sidenav .clicked.selected{
padding-left: 15px;
border-left: 3px solid #f7bb97;
border-radius: 2px;
color: #f7bb97;
transition: 00.1s;
}
#sidenav figure, #sidenav .row{
    width: 250px;
    height: 105;
    margin: 0px;
    box-sizing: border-box;
    padding: 13px 15px 12px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 10px;
}
#sidenav figcaption{
    margin-top: 10px;
    line-height: 15px;
    color: #ccc;
}
#sidenav img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#sidenav li{
    list-style-type: none;
}
#sidenav #close{
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #ccc; 
}
#top{
    background-color: #363e46;
}
.title{
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  color: #ccc; 
  font-size: 12px;
}
#sidenav a{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
    text-decoration: none;
    color: rgb(56, 56, 56);
    box-sizing: border-box;
    padding: 13px;
    font-size: 15px;
    border-bottom: 1px solid #d4d4d4;
    text-transform: capitalize;
}
#sidenav a:hover, #sidenav .active{
    color: #5781ed;
}
#sidenav .page-active{
  color: #f7bb97;
}
#sidenav span{
    padding-left: 15px;
}

#banner{
    height: auto;
    background-image: url(../img/pn_sept2022_private-schools.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#banner .layer{
    background-color: rgba(0, 0, 0, 0.699);
    width: 100%;
    padding-top: 240px;
    padding-bottom: 100px;
    padding-right: 130px;
}
.second-layer{
    background-color: rgba(0, 0, 0, 0.699);
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}
#banner h1{
    color: #fff;
    text-transform: uppercase;
    font-family: main;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 50px;
}
#banner h5{
    color: #fff;
    text-transform: capitalize;
    font-family: main;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 30px;
}
#banner .face, #about .rightCol a, #manager a, #news a, #login button, #info-job button, #info-contact button{
    color: #fff;
    text-decoration: none;
    background-color: #0334ac;
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s all;  
}
#latest-news-box h1 a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
#about .rightCol a:hover, #manager a:hover, #login button:hover, #info-job button:hover, #info-contact button:hover{
    background-color: #0334ac;
    opacity: 0.8;
}
.banner-title{
    color: #fff;
    text-transform: uppercase;
    font-family: main;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}
#banner .face:hover{
    height: 45px;
    width: 190px;
    font-size: 14px;
}
#latest-news-box{
    width: 100%;
    background-color: #1e59f1;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 130px;
    margin: 0;
}
#latest-news-box .fixed-text{
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0;
}
#latest-news-box .fixed-text h4{
    font-family: main;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}
#latest-news-box .animated-text{
    /* height: 70px; */
    /* line-height: 70px; */
    /* overflow: hidden; */
    margin: 0;
    padding: 0;
}
#latest-news-box .animated-text li{
    /* height: 70px; */
    list-style-type: none;
}
#latest-news-box .animated-text span{
    color: #fff;
    position: relative;
    /* top: 23px; */
    animation: animated-text 4s linear 1s 1 normal both,
             animated-cursor 600ms linear infinite;
}
#latest-news-box .animated-text span::after{
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 1px;
    border-right: 2px solid #fff;
    left: -2px;
    background-color: #1e59f1;
    animation: 3s textType;
    animation-iteration-count: infinite;
    animation-timing-function: steps(65);
    animation-fill-mode: backwards;
} 
 @keyframes textType {
    
    30%, 40%, 60%{
        right: calc(100% + 30px);
    }
    100%{
        right: 0;
    }
} 
#chooce-us{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 80px 50px 0px;
    background-color: rgb(245 245 245);
}
#chooce-us h1, #manager h1, #news h1, #gallery h1, #info-about h1, #info-job h1, #info-result h1, #login h1, #info-contact h1, #info-revisions h1, #info-videos h1{
    font-family: 'main';
    font-weight: 500;
    text-transform: capitalize;
    font-size: 50px;
}
#gallery h1, #gallery hr{
    margin-right: 30px;
}
#about .rightCol h3{
    font-family: 'main';
    font-weight: 500;
    text-transform: capitalize;
}

#chooce-us .leftCol p, #about .rightCol p, #manager p{
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.2px;
}
#manager p.offset-2 {
    margin-right: 16.66666667%;
}

hr {
    width: 5%;
    opacity: 1;
    height: 2px!important;
    color: #5781ed;
    /* border: 2px solid #5781ed; */
}
#chooce-us .rightCol{
    margin-top: 35px;
}
#chooce-us .rightCol li{
    list-style-type: none;
    display: flex;
    margin: 0px 100px 20px 0px;
}
#chooce-us .rightCol li i{
    font-size: 30px;
    color: #5781ed;
}

#chooce-us .rightCol li p{
    padding-right: 20px;
    font-weight: 500;
    padding-top: 5px;
}
#about{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 80px 100px 0px;
}
#about .leftCol img{
    width: 600px;
    height: auto;
}
#about .rightCol{
    padding-right: 20px;
}
#about .rightCol h6, #news h6{
    text-transform: capitalize;
    color: #000;
}
#news p.offset-2 {
    margin-right: 16.66666667%;
}
#manager{
    background-image: url(../img/school-enrolment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
#manager .layer{
    background-color: rgba(0, 0, 0, 0.699);
    width: 100%;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 80px;
}

#gallery .row{
    margin: 0px 30px;
}
#gallery img{
    width: 100%;
}
footer{
    border-top: 2px solid #5781ed;
    padding-top: 50px;
    background-color: rgb(245 245 245);
}
footer img{
    width: 200px;
}
footer h5{
    text-transform: capitalize;
}
footer li{
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer li:hover i{
    transition: 0.3s all;
    color: #0334ac;
}
footer ul li a{
    text-decoration: none;
    text-transform: capitalize;
    color: #7a797c;
    margin-bottom: 5px;
}
footer ul li a:hover{
    color: #5781ed;
    transition: 0.3s all;
}
footer i{
    color: #5781ed;
}
footer li p{
    text-transform: capitalize;
    color: #7a797c;
    margin-bottom: 10px;
    padding-right: 10px;
}
footer li a{
    color: #7a797c;
    margin-bottom: 10px;
}
footer li a p:hover{
    color: #5781ed;
}
footer #copyrights{
    background-color: #d4d4d4;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}
footer #copyrights a{
    text-decoration: none;
    color: #5781ed;
    transition: 0.3s all;
}
footer #copyrights a:hover{
    color: #0334ac;
}


                                        /*ABOUT*/
#second-header{
    background-color: #363e46;
}
#second-nav #links #second-ul a{
    color: rgb(48, 48, 48);
}
#second-nav #links #second-ul a:hover, #second-nav #links #second-ul .active{
    color: #5781ed;
}

#banner-about{
    height: auto;
    background-image: url(../img/shutterstock.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#info-about, #info-job, #info-result{
    padding: 100px 80px 100px 0px;
}
#info-about div{
    padding-top: 20px;
}
#info-about li{
    list-style-type: none;
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#info-about li i{
    color: #5781ed;
    padding-right: 13px;
    margin-top: 6px;
    transform: rotate(180deg);
}

#info-about li p{
    font-size: 16px;
}

                                      /*JOB*/
#banner-job{
    height: auto;
    background-image: url(../img/6a52d6b9-992b-4ef3-ad5e-c871d3c96612_1920x1080.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#info-job{
    background-color: rgb(245 245 245);
}
input[type=text], input[type=email], input[type=tel], textarea, input[type=number] {

    resize: none;
    border: 1px solid #ddd;
    outline: none;
    appearance: none;
    height: 50px;
    background-color: #fff;
    color: #000000;
    border-radius: 2px;
}
input[type=number]{
    background-color: #fff;
    width: 50%;
}
#info-job input[type=tel]{
    width: 67.45555557%;
}
#info-job textarea{
    height: 130px;
    width: 67.45555557%!important;
    padding-top: 10px;
}
#info-job input[type=file]{
    width: 100%;
    height: 100px;
    background-color: #000;
}

#upload-zone{
    float: left;
    width: 130px;
    height: 45px;
    background-color: #2b2b2c;
    color: white;
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#info-job span{
    padding-left: 95px;
    font-size: 14px;
}
#upload-zone a{
  text-decoration: none;
  color: #424242;
  text-align: center;
}
#upload-zone a i{
  display: flex;
  justify-content: center;
}
#upload-zone a p{
  font-style: italic;
}


                                        /*RESULTS*/
#banner-result{
    height: auto;
    background-image: url(../img/cbse-10th-results_b9232226-636a-11e8-b4a9-2154dcd09999.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

                                       /*LOGIN*/
#login {
    background-color: #d3d2d2;
    width: 80%;
    margin: 80px auto;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

                                        /*CONTACT*/
#banner-contact{
    height: auto;
    background-image: url(../img/Contact-us-1600x602.jpg.imgix_.banner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#info-contact{
    padding: 100px 40px 100px 0px;
    background-color: rgb(245 245 245);
}

#info-contact input[type=tel], #info-contact textarea {
    width: 84.45555557%;
}
#info-contact textarea{
    height: 120px;
    padding-top: 10px;
}
#info-contact .contact i{
    font-size: 15px;
    color: #fff;
    background-color: #0334ac;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -10px;
}
#info-contact .contact h6{
    font-size: 18px;
    margin-right: 52px;
}
#info-contact .contact span{
    color: #5781ed;
    margin-right: 52px;
    font-weight: 600;
}

                                        /*REVISIONS*/
#banner-revisions{
    height: auto;
    background-image: url(../img/gettyimages-1130969060-edit_custom-30a784dddcbee2456781a75155cd77e194d2a70c.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#info-revisions{
    padding: 100px 40px 100px 0px;
}

#info-revisions input[type=tel], #info-contact textarea {
    width: 84.45555557%;
}
#info-revisions textarea{
    height: 120px;
    padding-top: 10px;
}
#info-revisions .div1{
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    text-decoration: none;
    color: #2b2b2c;
}
#info-revisions .div1:hover{
    background-color: #0334ac;
    color: #d4d4d4;
}


#info-revisions i, #info-revisions span{
    color: #5781ed;
    font-size: 50px;
    padding-bottom: 30px;
}

                                        /*VIDEOS*/
#banner-videos{
    height: auto;
    background-image: url(../img/banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#info-videos{
    padding: 100px 40px 100px 0px;
}
#info-videos .div1{
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    text-decoration: none;
    color: #2b2b2c;
}
#info-videos .div1:hover{
    background-color: #0334ac;
    color: #d4d4d4;
}
#info-videos .div4{
    background-color: #0333acef;
    border-bottom-left-radius: 10px;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}
#info-videos i, #info-videos span{
    color: #5781ed;
    font-size: 50px;
    padding-bottom: 30px;
}


                                        /*SEMESTER*/
#banner-semester{
    height: auto;
    background-image: url(../img/gettyimages-1130969060-edit_custom-30a784dddcbee2456781a75155cd77e194d2a70c.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#info-revisions{
    padding: 100px 40px 100px 0px;
}
#info-revisions h6{
    font-size: 13px;
    margin-bottom: 0;
}
#info-revisions .div2{
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    text-decoration: none;
    color: #2b2b2c;
    border: 1px solid #ccc;
}
#info-revisions .div2:hover{
    border: 1px solid #0334ac;
    color: #0334ac;
}
#info-revisions .div3{
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    text-decoration: none;
    color: #0334ac;
    border: 1px solid #ccc;
}
#info-revisions .div3:hover{
    border: 1px solid #0334ac;
}

                                        /*GALLERY*/
#banner-gallery{
    height: auto;
    background-image: url(../img/Multi-ethnic-group-of-students-in-class-1168223009_1258x838.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#info-revisions .div5{
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    text-decoration: none;
    color: #0334ac;
}
#info-revisions .div5 img {
    transition: all ease-in-out .4s;
    height: 230px;
    margin: 0 auto;
    width: 100%;
}
#info-revisions .div5 figure.hover-shadow {
    transition: 0.5s all;
  }
  
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#info-revisions .div5 figure{
    position: relative;
}
#info-revisions .div5 figcaption{
    background: #00000078;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
}
#info-revisions .div5 figcaption h4{
    font-size: 16px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000a1;
  }
  
  #info-revisions .div5 figure:hover .overlay {
    opacity: 1;
  }
  
  #info-revisions .div5 figure .text {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #gallery .row > .column {
    padding: 4px 0 0;
  }
  
  #gallery .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #gallery .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  #gallery .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  #gallery .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  #gallery .close:hover,
  #gallery .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  #gallery .mySlides {
    display: none;
  }
  
  #gallery .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  #gallery .prev,
  #gallery .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    text-decoration: none;
    width: auto;
    height: 60px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  #gallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  #gallery .prev:hover,
  #gallery .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  
  /* Number text (1/3 etc) */
  #gallery .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  #gallery img {
    margin-bottom: -4px;
  }
  
  #gallery .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  #gallery .demo {
    opacity: 0.6;
  }
  
  #gallery .active,
  .demo:hover {
    opacity: 1;
  }
  
  #gallery img.hover-shadow {
    transition: 0.3s;
  }
  
 #gallery .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  #gallery .row{
    margin: 0;
  }


                                        /*SEMESTER*/
#banner-news{
    height: auto;
    background-image: url(../img/web1_170425-MRN-M-banner-project-1c.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#info-revisions{
    padding: 100px 40px 100px 0px;
}
#info-revisions h6{
    font-size: 13px;
    margin-bottom: 0;
}



 /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
 @media screen and (max-width: 550px) {
    #info-job, #chooce-us, #about, #info-about, #info-revisions, #info-result, #info-videos, #info-contact {
        padding: 100px 39px;
    }
    header{
        display: none;
    }
    
}
@media screen and (max-width: 800px) {
    #info-job input[type=tel], #info-job textarea{
        width: 66.75555557%!important;
    }
    #info-contact input[type=tel], #info-contact textarea {
        width: 100%!important;
    }
    #banner .layer, #latest-news-box {
        padding-right: 75px;
    }
}

@media screen and (max-width: 767px) {
    #info-job input[type=tel], #info-job textarea{
        width: 100%!important;
    }
    #chooce-us .rightCol li {
        list-style-type: none;
        display: flex;
        margin: 0px 5px 20px 0px;
    }
}
