/*
Theme Name: School
Author: Harun Ar Rashid
Description: This is a School website
Version: 1.0
Text Domain: sysdevltd
Tags: School, College

*/
.responsive-menu-warp {
  display: none;
}
body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
a:hover {
  text-decoration: none;
}
h2 {
  font-size: 20px;
  margin: 0;
}
.np {
    padding: 0;
}
.npr {
    padding-right: 0;
}
.npl {
    padding-left: 0;
}
.mt-20 {
  margin-top: 20px;: ;
}
.mtb-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  padding-top: 40px;
}

.sidebar-img-1 {
  background-image: url(assets/img/slider-1.jpg);
}
.sidebar-img-2 {
  background-image: url(assets/img/slider-2.jpg);
}
.sidebar-img-3 {
  background-image: url(assets/img/Harun.jpg);
}
.sidebar-img-4 {
  background-image: url(assets/img/faisal.jpg);
}


/* Social Icons */
.topbar-area .icon a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
}
.topbar-area .icon i {
    font-weight: 200;
    min-width: 24px;
    padding: 6px;
    text-align: center;
}
.footer-icon .icon a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
}
.footer-icon .icon i {
    font-weight: 200;
    min-width: 24px;
    padding: 6px;
    text-align: center;
}
.singel-profile .icon a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
}
.singel-profile .icon i {
    font-weight: 200;
    min-width: 24px;
    padding: 6px;
    text-align: center;
}

.icon i {
  transition: .5s;
}












/* Tobbar */
.topbar-area .icon {
    float: right;
}
.topbar-area .button-top {
    float: left;
}
.topbar-area, .footer-area {
  padding: 4px 0;
}
.btn-group-xs > .btn, .btn-xs {
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 5px;
}
.topbar-area .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  float: left;
  left: 0;
  margin: 0;
  min-width: 200px;
  padding: 10px;
}
.topbar-area .btn-group.open .dropdown-toggle {
  box-shadow: 0 0 0;
}

.topbar-area .form-control {
  border-radius: 0;
  font-size: 12px;
  height: 25px;
  padding: 2px 5px;
}
.topbar-area .form-group {
  margin-bottom: 10px;
}
.topbar-area label {
  font-weight: 600;
  margin-bottom: 0;
}
.topbar-area .btn {
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 4px 10px;
}
.dropdown-menu form a {
  float: right;
  font-size: 12px;
  padding: 4px 5px;
  text-decoration: underline;
}


/* Header */

.header-area {
  padding: 15px 0 21px;
}
.logo h2 {
  font-size: 33px;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.school-name {
  font-family: "Roboto Slab",sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
.slogun {
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.slogun {
  font-family: "Oswald",sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  text-align: center;
}



/* Menu */
.nav.navbar-nav {
  border-radius: 20px 0;
  border-style: solid;
  border-width: 2px;
  margin-bottom: -8px;
  margin-top: -8px;
  width: 100%;
}
.main-menu ul li a {
    border-right: 1px solid;
    font-family: 'Oswald', sans-serif;
}
.main-menu ul li:first-child a {
    border-radius: 17px 0 0;
}
#navigation li {
  display: inline-block;
  position: relative;
  transition: .6s;
}
#navigation li ul {
  display: none;
  position: absolute;
  z-index: 1;
}
#navigation > li:hover ul {
  border-top: 2px solid;
  display: block;
  margin: 0;
  padding: 0;
  width: 180px;
}
#navigation li ul li {
  display: block;
  position: relative;: ;
}
#navigation li ul li a {
  border-bottom: 1px solid;
  border-right: medium none;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  transition: .5s;
  border-radius: 0;
}
.main-menu ul li:first-child ul li a {
  border-radius: 0;
}
#navigation li:hover ul li ul {
  display: none;
  left: 180px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#navigation li ul li:hover ul {
    border-top: 2px solid #eec700;
    display: block;
    margin: -2px 0 0;
    padding: 0;
    width: 180px;
}














/* Slider */
.slider-area {
  position: relative;
  z-index: -1;
}
.single-slide {
    background-position: center center;
    background-size: cover;
    height: 450px;
}
.text-table {
    display: table;
    height: 100%;
    width: 100%;
}
.text-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.single-slide .text-tablecell {
  vertical-align: bottom;
}
.slider-text-bottom h2 {
    font-size: 30px;
    font-weight: 800;
}
.slider-text-bottom p {
    font-size: 20px;
}
.oppacity-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.mt-260 {
  margin-top: 260px;
}





/* Secondary Menu */
.secondary-menu .nav > li > a:focus,
.secondary-menu .nav > li > a:hover {
  text-decoration: none;
}
.secondary-menu .nav li a {
  font-weight: 600;
  text-transform: uppercase;
}



/* Footer Area */
.footer-text h4 {
    font-size: 14px;
    line-height: 10px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.footer-text span {
    font-size: 10px;
    line-height: 10px;
}
.footer-text a {
  transition: .5s;
}
.footer-text .copyright {
  padding-top: 12px;
}




/* Footer Top */
.footer-top-area {
  font-family: "Fira Sans",sans-serif;
  padding: 20px 0;
}
.address p i.fa {
  border: 1px solid;
  font-size: 15px;
  height: 22px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all 0.6s ease 0s;
  width: 22px;
}
.address p:hover i.fa {
  font-size: 12px;
  line-height: 20px;
}
.address p {
  margin: 0 0 8px;
  padding-left: 40px;
  position: relative;
}
.address p span {
    font-size: 18px;
    text-transform: uppercase;
}
.single-footer h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.address a {
  transition: .5s;
}
.address a:hover {
}

.single-footer ul {
  list-style: none;
  padding: 0;
}
.single-footer li::before {
  content: "\f101";
  display: inline-block;
  font-family: FontAwesome;
  width: 15px;
}
.footer-icon {
  padding-top: 3px;
}



/* Main Area */



/* Mission */
.misson {
  background-image: url("assets/img/bg-1.jpg");
  background-position: center center;
  background-size: cover;
  height: 125px;
  margin-bottom: 20px;
  padding: 10px 100px;
}
.misson h2 {
  font-family: "Oswald",sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}
.school-btn {
  padding: 4px 15px;
}
.read-more-btn {
  transition: .5s;
}


/* Sidebar */
.sidebar-body {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 10px;
}
.author {
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: right;
}
.single-sidebar {
    margin-bottom: 15px;
}
.sidebar-header a {
  margin-left: 10px;
}
.sidebar-header h2 {
    font-size: 18px;
    padding: 6px 10px;
    text-transform: uppercase;
}


.event .event-dates {
  background-image: url("assets/img/event_date.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 50px;
  margin-right: 2%;
  text-align: center;
  width: 30%;
}
.event {
  min-height: 65px;
}
.event-title {
  float: right;
  width: 68%;
}
.event-title h2 {
  font-size: 18px;
  margin-top: 7px;
}

.event-date {
    font-weight: 700;
    margin-top: 4px;
    text-transform: uppercase;
}
.event-date .day {
    font-size: 18px;
    line-height: 18px;
}
.event-date .month {
    font-size: 12px;
    line-height: 12px;
}


.sidebar-img {
  background-position: center center;
  background-size: cover;
  height: 150px;
}
.sidebar-img-1 {
  background-image: url(assets/img/slider-1.jpg);
}
.sidebar-img-2 {
  background-image: url(assets/img/slider-2.jpg);
}
.sidebar-button {
  border: 2px solid;
  border-radius: 30px 0;
  display: block;
  margin: -15px auto 0;
  padding: 5px 10px;
  text-align: center;
  width: 85%;
  transition: .6s;
}
.sidebar-button:hover {
  border: 2px solid;
  border-radius: 0 30px;
}
.sidebar-button h2 {
    font-size: 18px;
    line-height: 18px;
}
.sidebar-img-single {
  margin-bottom: 15px;
}

.sidebar-link ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
.sidebar-link ul li {
  position: relative;
}
.sidebar-link li::before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: 20px;
  left: 0;
  margin-top: -10px;
  padding-left: 10px;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease 0s;
  width: 20px;
}
.sidebar-link ul li a {
  display: block;
  padding: 8px 10px 8px 30px;
  transition: .5s;
}
.sidebar-link ul li a:hover {
  margin-left: -1px;
  margin-right: -1px;
}
.sidebar-link ul li.active a {
  margin-left: -1px;
  margin-right: -1px;
}
.sidebar-link {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  padding-bottom: 10px;
}




/* Main Containt */
.single-main {
    margin-bottom: 15px;
}
.main-header h2 {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.main-header h2 i.fa {
  margin-right: 10px;
}
.main-body {
    padding: 10px;
}
.single-news h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-news {
  border-bottom: 2px dotted;
  margin-top: 10px;
}
.single-news img {
  float: left;
  height: 95px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.single-video iframe {
  height: 312px;
  width: 100%;
}
.single-video {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 300px;
  margin: 15px 0;
  position: relative;
}
.video-title {
  padding: 10px;
  position: absolute;
  top: 0;
  opacity: .5;
  transition: .5s;
}
.single-video:hover .video-title {
  opacity: 1;
}
.modal-dialog {
  width: 800px;
}
.single-video-modal iframe {
    height: 400px;
    width: 100%;
    margin-bottom: -5px;
}
.modal-content {
  border-radius: 0;
}
.video-btn {
  border: 0 none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  padding: 10px 22px;
}








.link-btn {
  display: block;
  margin: 10px auto 0;
  padding: 6px 10px;
  text-align: center;
  width: 60%;
}






/* Pagination */
.pagination-warp {
  text-align: center;
}
.pagination {
  border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}
.pagination {
  margin: 10px 0;
}






/* Contact Page */
.breadcrumbs-area {
  padding: 40px 0;
}
.breadcrumbs a {
  transition: .5s;
}
.contact-us textarea.form-control {
  height: 175px;
}
.form-control {
  border: 1px solid;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 14px;
  height: 32px;
  padding: 3px 10px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.btn {
  border-radius: 0;
}
.contact-btn {
  transition: all 0.5s ease 0s;
  border: 0;
}
.address-area {
  padding: 15px;
}



/* Google Maps */
.google-maps iframe {
  border-left: 1px solid;
  border-right: 1px solid;
  height: 350px;
  margin-bottom: -4px;
  width: 100%;
  filter: grayscale(40%);
}
.address-area h2 {
  margin-bottom: 10px;
  text-align: center;
}
.address-area h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.address-area h2::after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}
.address-area p:hover i.fa {
  border: 1px solid;
  font-size: 12px;
  line-height: 20px;
}
.google-maps.upper iframe {
  height: 250px;
}




/* -------------------------
* Administration Page 
---------------------------*/
.singel-profile {
    border: 1px solid;
    margin-bottom: 30px;
    padding: 15px;
    transition: .5s;
}
.singel-profile img {
    border: 1px solid;
    padding: 5px;
    transition: .5s;
}
.singel-profile h2 {
    margin-top: 20px;
    transition: .5s;
}
.singel-profile h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}
.singel-profile:hover, .singel-profile:hover img {
    border: 1px solid;
}


/* Our Beliefs */
.singel-about ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.singel-about li::before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: 20px;
  left: 0;
  margin-top: -10px;
  padding-left: 5px;
  position: absolute;
  top: 10px;
  transition: all 0.5s ease 0s;
  width: 20px;
}
.singel-about ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

/* Search */
.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
}
 
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-icon-search,
.sb-search-submit  {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
 
.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}
















.search-area {
  position: relative;
}
.search-school {
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
}





















/*  Gallery Area    */
.single-lightbox {
    width: 33.333%;
    float: left;
}
.gallery-lightbox {
    display: block;
    position: relative;
}
.gallery-lightbox .fa {
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}
.gallery-lightbox::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    transition: .3s;
}
.gallery-lightbox:hover::after {
    opacity: .4;
    visibility: visible;
    z-index: 1;
}
.gallery-lightbox:hover .fa {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    top: 50%;
}
.gallery-area {
    padding-bottom: 15px;
    padding-top: 15px;
}

.gallery-area h2 {
  margin: 0;
  padding: 0 0 20px;
}
.single-lightbox img {
  height: 250px;
  width: 100%;
}
