.logo {
    width: 10%;
    text-align: right;
}
.headerContent {
    width: 90%;
}
.mujib {
    width: 10%;
    text-align: left;
}

.halfWidth {
    width: 50%;
    display: block;
    margin: 0 auto;
}




.scrollNews a{
  line-height: 46px;
}
.gallary {
  display: inline-grid;
  height: 195px;
  width: 255px;
  margin: 9px;
  overflow: hidden;
}
.gallary a img {
  transform: scale(1);
  transition: linear 0.3s all;
}
.gallary:hover a img {
  transform: scale(1.2);
}
.gallary:nth-last-child(3) {
  float: right;
  height: 404px;
  width: 540px;
}
.notFirst{
  display: flex;
  flex-direction: row;
}
.isFirst {
  width: 48%;
  float: left;
  background-color: #fff;
}
.isFirst-body {
  padding: 5px 15px;
}
.isFirst img{
  max-height: 181px;
}
.isNotFirst {
  width: 48%;
  float: right;
  display: flex;
    flex-direction: row;
  margin: 10px;
}
.isNotFirst img{
  width: 35% !important;
  margin-right: 10px;
}




a:hover {
  color: #0056b3;
  text-decoration: none;
}
.carousel-item img {
    height: 100vh;
    width: 100%;
}
/*=========mobil Menubar===========*/
.logoMobil img{
  width: 100px;
}

.mobilMenu{
  display: none;
}
#mobilbar-sticky-wrapper {
  display: none;
}
.bg2 {
  position: fixed !important;
  width: 100% !important;
  z-index: 9999 !important;
  top: 0px !important;
  background: #F8F8F8 0% 0% no-repeat padding-box;
}

.single_footer_widget h3 {
    color: #fff;
}
ul.footer_widget_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
ul.footer_widget_nav li{
  display: inline-block;
}
ul.footer_widget_nav li a {
    color: #fff;
    display: block;
    margin: 0 10px;
}




/*=================New Theme Customise=================*/
@font-face {
  src: url(../fonts/SolaimanLipi.ttf);
  font-family: sl;
}
.is-sticky {
  position: relative;
  z-index: 999;
}
.carousel-inner{
  height: 720px;
}
/*===========top header=============*/
#topHeader{
  background: #01468C 0% 0% no-repeat padding-box;
  padding: 10px 0;
}
.topInfo{
  width: 50%;
  float: left;
}

.socialIconTop{
  width: 50%;
  float: left;
  text-align: right;
}
.topInfo ul{
  padding-left: 0;
  margin-bottom: 0;
}
.topInfo ul li{
  display: inline;
  font-family: 'Open Sans', sans-serif;
  list-style-type: none;
  color: #fff;
  padding: 0 15px;
}
.topInfo ul li img{
  margin-right: 10px;
}
.schoolLogo a h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    letter-spacing: -1px;
    transform: scale(1, 2);
  -webkit-transform: scale(1, 2); /* Safari and Chrome */
  -moz-transform: scale(1, 2); /* Firefox */
  -ms-transform: scale(1, 2); /* IE 9+ */
  -o-transform: scale(1, 2); /* Opera */
}
.socialIconTop ul{
  padding-left: 0;
  margin-bottom: 0;
}
.socialIconTop ul li{
  display: inline;
  list-style-type: none;
  margin: 0 15px;
}
.parentsZone a{
  color: #fff;
  padding: 12px 15px;
  background: #FF4F01 0% 0% no-repeat padding-box;
  text-decoration: none;
}
/*============logobar===========*/
#headerSticky {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.schoolLogo{
  width: 100%;
  text-align: center;
}
.schoolLogo a {
  display: inline-flex;
  align-items: center;
  color: #0056b3 !important;
  width: 82%;
}
.schoolLogo a img {
  margin-right: 15px;
}
.mujibBar{
  width: 50%;
  float: left;
}

.mujibBar img{
  width: 259px;
  float: right;
}
.copyright {
    color: #fff !important;
}
#logoPart {
  background: #c6d8eacf 0% 0% no-repeat padding-box;
  border-bottom: 2px solid #00000029;
  padding: 5px 0;
}
/*============logobar end===========*/

/*===================Menubar part==============*/
#menuBar {
  background: #fbfdffa3 0% 0% no-repeat padding-box;
  padding: 0 !important;
  margin-top: -2px !important;
height: 50px;
}
.nav {
  display: -webkit-box;
  display: flex;
  /* position: relative; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 999;
}

.nav > li {
    position: relative;
    -webkit-box-flex: 1;
    height: 40px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    color: #000;
    cursor: pointer;
    padding: 0 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background-color: #f1f1f1;
    border: 1px solid #fbfdffa3;
}

.nav > li:hover ul.dropdowndesk {
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  z-index: 0;
}
.nav > li:hover ul.dropdowndesk > li {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.nav > li:first-child {
  border-top-left-radius: 6px;
}
.nav > li:last-child {
  border-top-right-radius: 6px;
}


.dropdowndesk {
  visibility: hidden;
  display: -webkit-box;
  display: flex;
  position: absolute;
  width: 251px;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0;
  padding: 5px 0 1px;
  list-style: none;
  color: #2D2D2D;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15), 0px 4px 14px -1px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
  -webkit-transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  opacity: 0;
  z-index: -1;
  text-align: left;
}

.dropdowndesk > li {
  font-size: 12px;
  cursor: pointer;
  padding: 0 15px;
  border-bottom: 2px solid #dddddd85;
}
.dropdowndesk li a{
  color: #000;
  font-size: 12px;
}

.dropdowndesk > li:hover {
  background: #FF4F01;
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}


.academicResult {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(221, 221, 221, 0.521);
  position: absolute;
  top: 222px;
  left: 251px;
  width: 200px;
  padding-left: 0;
  display: none;
  transition: all linear .5s;
}

.academicResult li {
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(221, 221, 221, 0.521);
}

.academicResult li a {
  padding: 11px 26px;
}

.chlidDropedown:hover .academicResult{
  display: inline;
}
/*===============menuBar part===============*/

/*============banner Slider==============*/
.banner-slide{
  position: relative;
}
.banner-slide img {
  width: 100%;
  height: 100vh;
}

/* .banner-slide::before{
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #01468c63;

} */

.admission {
  background: #8DC63F;
  padding: 10px;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  width: 15%;
}
.admission p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.bannerText h3{
  font-size: 55px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;

}
.bannerText h5{
  font-size: 18px;
  color: #8DC63F;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.bannerText a {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #fff;
  padding: 10px 34px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.bannerText {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 160px;
  left: 0;
  padding: 126px 0 0 150px;
}
.caption h6 {
  text-align: right;
  color: #fff;
  margin-right: 32px;
  font-size: 25px;
}
.caption {
  background: #000000a1;
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 235px;
}

/*==============top header end=========*/
#slider-2-slide-3-layer-9 {
  left: -995px;
  top: 69px;
}
#slider2Apply {
  left: -995px;
  top: 69px;
}
.imageOverflow {
  position: relative;
}
.imageOverflow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #01468c14 0%, #01468c 100%) 0%
    0% no-repeat padding-box;
}
.latestNews {
  float: left;
  width: 14%;
  padding: 10px 0;
}
.latestNews p {
  margin: 0 !important;
  color: #1e75c5;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.scrollNews {
  float: left;
  width: 84%;
  height: 46px;
}
.scrollNews p{
  font-size: 20px;
  font-family: sl;
}
#latestNews {
  background: #ebebeb 0% 0% no-repeat padding-box;
  position: relative;
}
#latestNews::before {
  position: absolute;
  content: "";
  width: 26%;
  height: 45px;
  top: 0;
  left: 0;
  background: #dedddd 0% 0% no-repeat padding-box;
}



#gbSection {
  padding-bottom: 25px;
}
.gbImage {
  float: left;
  width: 43%;
}
.gbImage img {
    /* width: 100%; */
    margin: 0 auto;
    height: 190px;
    display: table;
}.gbName {
  text-align: center;
}
.gbName p {
  font-size: 13px;
  color: #005cac;
  font-family: sl;
  margin-top: 3px;
  margin-bottom: 0;
}
.gbName h5 {
  font-size: 10px;
  color: #474747;
  font-family: sl;
  margin-top: 2px;
  margin-bottom: 0;
}
.gbIText {
  float: left;
  width: 57%;
  padding-left: 16px;
}
.gbspeecs {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: sl;
  height: 202px;
  overflow: hidden;
}
.gbIText a {
  float: right;
}
.gbMain {
  padding: 15px;
  height: 266px;
  border: 1px solid #d2d2d2;
  margin-top: 20px;
}
.gbIText a {
  font-size: 14px;
  color: #ff4f01;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}
.navContact{
  display: none;
}
/*====================bekash part======================*/
.modal {
  position: fixed;

  z-index: 9999;
  display: none;
  overflow: hidden;
  outline: 0;
}

/*====================bekash part======================*/
.bakash{
  width: 50%;
  margin: 0 auto;
}
#bekash {
padding: 50px 0 15px 0;
}

.bekashpay{
  padding-left: 0px;
}
.bekashpay p{
  font-size: 18px;
  color: #7C7C7C;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 70px;
}
.bekashpay h4{
  font-size: 18px;
  color: #D12053;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}
.bekashpay img{
  margin-bottom: 21px;
}
.bekashpay a{
  color: #D12053;
  text-decoration: underline;
}
.portal h4{
  color: #F05A28 !important;
}
.portal a{
  color: #1F8DDD !important;
}

.portal img {
margin-bottom: 37px;
}
/*====================bekash part======================*/
/*====================bekash part======================*/

/*=============Know Part===============*/
#knowSection {
  background-image: url(../image/know/knowBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.knowHeader {
  text-align: center;
}
.knowHeader p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}
.knowHeader h3 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  margin-bottom: 50px;
}
.knowIteam {
  text-align: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 25px #0000001f;
  border-radius: 20px;
  padding: 30px 50px;
}
.knowIcon {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #005cac11 0% 0% no-repeat padding-box;
  margin: auto;
}
.knowIcon img {
  width: 66px;
  height: 95px;
}
.knowIteam h3 {
  font-size: 22px;
  color: #005cac;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  margin-top: 15px;
}
.knowIteam h4 {
  font-size: 22px;
  color: #8d8484;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
.knowIteam a {
  color: #ff4f01 !important;
  font-size: 16px;
  text-decoration: none !important;
}
/*=================branch part======================*/
#branch {
  padding: 50px 0;
}
.branchhead h2 {
  font-size: 18px;
  color: #a1a1a1;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  margin-bottom: -7px;
}
.branchhead h3 {
  color: #2d2d2d;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  margin-bottom: 30px;
}
.branch img {
  width: 100%;
  height: 375px;
}
.branch {
  position: relative;
  margin-bottom: 20px;
}
.branchtext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #005cacc9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px;
}
.campusname {
  width: 80%;
}
.campusname p {
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.addresscampus p {
  color: #fff;
  margin-top: -7px;
  margin-bottom: 0;
}
.addresscampus h6 {
  color: #fff;
}
.college {
  position: absolute;
  width: 65px;
  height: 65px;
  line-height: 127px;
  border-radius: 50%;
  bottom: 94px;
  right: 11px;
  background: #ff5e4e 0% 0% no-repeat padding-box;
}
.college h4 {
  font-size: 12px;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 0px;
}
.college h5 {
  font-size: 8px;
  color: #fff;
  line-height: 11px;
}
.addressdetailsmubc {
  width: 100%;
}
.addresscampus {
  width: 70%;
  float: left;
}
.phone {
  width: 30%;
  float: left;
}
.phone p {
  color: #fff;
  margin-top: 10px;
}
.phone h6 {
  color: #fff;
}
.collegebranch h4 {
  font-size: 13px !important;
}
.collegebranch h5 {
  font-size: 20px !important;
  font-weight: 700;
}
.branchHead h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #522771;
  padding-bottom: 30px;
}
/*=================branch part======================*/
/*==============Notice part=================*/
#mainNotice {
  padding: 50px 0;
  background: #f3f3f3 0% 0% no-repeat padding-box;
}
.noticePart {
  background-image: url(../image/notice.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 100px 0;
}
.noticeIteam {
  height: 370px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #0000001f;
  border: 1px solid #d9d9d9b2;
  border-radius: 10px;
  margin-right: 50px;
  padding: 17px;
  overflow: hidden;
}
.noticeIteam marquee {
  height: 370px;
}
.noticeIteam ul li {
  display: inline-block;
  height: 57px;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000000f;
  border-top: 1px solid #70707056;
  margin-top: 5px;
  font-family: sl;
}
.noticeDate {
  width: 20%;
  float: left;
  /* background: #005cac 0% 0% no-repeat padding-box; */
  text-align: center;
  /* padding: 5px; */
  margin-top: -1px;
}
.noticeDetails {
  width: 80%;
  float: left;
  padding-left: 5px;
}
.noticeDate p {
  font-size: 15px;
  color: #8d8484;
  background: #ebebeb 0% 0% no-repeat padding-box;
  margin: 0;
}
.noticeDate h6 {
  font-size: 10px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
}
.noticeIteam h3 {
  font-size: 22px;
  color: #1e75c5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.newsEvent {
  margin-bottom: 24px !important;
}
.newsEvent li {
  padding: 0 2px !important;
}
.newsEvent li a {
  padding: 0px 47px !important;
  border-radius: 0 !important;
  border-top: 3px solid #005cac;
  line-height: 31px;
}
.newsEvent .nav-link.active,
.newsEvent .show > .nav-link {
  color: #fff;
  background-color: #005cac !important;
}
.eventCar {
  border: 1px solid transparent;
}
.eventCardBody {
  background: #fff;
}
.eventCardBody p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.eventCardBody h6 {
  font-size: 10px;
  color: #01468c;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.eventRightImage {
  width: 33%;
  float: left;
  margin-bottom: 15px;
}
.eventRightText {
  width: 67%;
  float: left;
  padding: 0 10px;
}
.eventRightText p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.eventRightText h6 {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #01468c;
  margin-top: 5px;
}
/*===================Video Gallary Part======================*/
#videoGallarySection {
  background-image: url(../image/VideoGallaryBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}
.videoGallaryImage img {
  border: 5px solid #fff;
  width: 100%;
  display: block;
}
.videoGallaryImage{
  position: relative;
}
.playbutton {
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playbutton i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  margin-left: 5px;
}
.videoText {
  padding-left: 60px;
}
.videoText h3 {
  font-size: 16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 140px;
  margin-bottom: 0;
}
.videoText h2 {
  font-size: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 22px;
}
.videoText a {
  padding: 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/*=================image gallary====================*/

.gallary-title h2 {
  color: #5358B2;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 40px;
}
.gallaryimg-main {
  margin-bottom: 22px;
}
.gallaryrightimage {
  position: relative;
  overflow: hidden;

}
.gallaryrightimage:hover img{
  transform: scale(1.3);
  transition: all 1.5s;
}
.gallaryimg-right img {
width: 100%;
  height: 447px;

}
.gallary-overlay {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  padding: 90px 0;
  background: #00000090;
  opacity: 0;
  transition: all linear .5s;
}

.gallaryimg-main:hover .gallary-overlay {
  opacity: 1;
  width: 100%;
}
.gallaryrightimage img{
  width: 100%;
  height: 191px;
}
.gallary-overlay h4 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  margin-top: -5px;
}

.gallary-overlay p {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
}

.bigGallary img{
  height: 403px;
}
/*=================apps part start=============*/

#apps {
  padding: 45px 0;
}

.apps-download h3 {
  padding-top: 65px;
  color: #5358b2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 15px;
}

.apps-download {
  padding: 0 0 0px 84px;
}

.apps-icon {
  background: #006e75;
  border: none;
  position: relative;
  margin-top: 56px;
}

.apps-download p {
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.apps-icon:hover {
  background: #006e75;
  border: none;
}

.apps-download i {
  position: absolute;
  top: 12px;
  left: 38px;
  font-size: 42px;
}

.apps-download span {
  font-size: 13px;
  margin-left: 13px;
}

.apps-download span b {
  margin-left: 71px;
  font-size: 20px;
}

.apps-download img {
  width: 175px !important;
  margin-left: -20px;
}

.apps-mobil img {
  margin-bottom: -52px;
}

/*==============apps part=================*/

/*================acadimic part=================*/

#admissinpart {
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}
.ourScool {
  background: #ff4f01 0% 0% no-repeat padding-box;
  border-radius: 5px;
  height: 205px;
  padding: 24px 0px 0px 59px;
}
.ourScool p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}

.schoolIcon {
  width: 24%;
  float: left;
}
.schoolIconText {
  width: 60%;
  float: left;
  margin: 0 0 0 10px;
}
.schoolIconText h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: -6px;
  margin-top: 2px;
  font-size: 26px;
}

.schoolIconText p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 13px !important;
  margin-left: 0 !important;
}
.schoolIcon img {
  width: 55px;
  height: 55px;
}
/*==============footer===============*/

footer {
  padding: 50px 0 0 0;
  background: url(../image/Pic\ College4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(181deg, #1e75c5d1 0%, #00346b 100%) 0%
    0% no-repeat padding-box;
}
.footer-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.upfooter {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 40px;
}
.upfooter ul li {
  display: inline-block;
}

.footer-logo h5 {
  color: #8dc63f;
  font-size: 25px;
  padding: 10px 0;
}

.footer-logo p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 30px;
}

.footer-logo h6 {
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}

.odhyyon {
  color: #ff8000;
  font-weight: bold;
}

.adde-soft {
  color: #38ada9;
  font-weight: bold;
}

.quick-view h5 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 20px;
}

.quick-view ul li {
  font-size: 14px;
  color: #fff;
  padding-bottom: 8px;
  list-style-type: disc;
}

#upfooter {
  padding: 20px 0;
}

.upfooter ul li {
  margin-right: 50px;
}

.upfooter ul li img {
  color: #fff;
}

.upfooter ul li span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.footer-logo a {
  background: #8dc63f 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 6px 33px;
}

.facebook h4 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 20px;
}

.icon ul li {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}

.copyright p {
  color: #fff;
  margin-top: 20px;
}

.m-footer {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 45px;
}
.footerContact {
  display: none;
}
.footer-logo {
  margin-top: -20px;
}

/*==================principle speecs==================*/
#pageName{
  padding: 20px 0;
  background-image: url(../image/pageBg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 133px;
}
.principleDetails p{
  font-size: 22px;
  margin-top: 25px;
  font-family: sl;
}
.principleDetails h6{
  font-size: 30px;
  margin-top: 25px;
  font-family: sl;
}
.principleDetails h5{
  font-size: 31px;
  font-family: sl;
}
.principleDetails h4{
  font-size: 29px;
  font-family: sl;
}
/*==================principle speecs==================*/
.accordion {
  width: 100%;
  max-width: 360px;
  margin: 12px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 0;
  border: 1px solid #ddd;
  position: relative;
}
.accordion::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: -8px;
  left: 17px;
  transform: rotate(-47deg);
  background: #fff;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.pageMenu p{
  font-size: 13px;
  color: #000;
  font-weight: 700;
}
.accordion li{
  list-style-type: none;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 15px 10px 15px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 10px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(269deg);
  -ms-transform: rotate(269deg);
  -o-transform: rotate(269deg);
  transform: rotate(269deg);
}

/**
 * Submenu
 -----------------------------*/
 
 #pageBody {
  padding: 25px 0;
  background: #ffffff0c 0% 0% no-repeat padding-box;
  /* margin-top: 120px !important; */
}

.pageName h3{
  font-size: 40px;
  color: #000000;
  font-family: sl;
  font-weight: 700;
}
.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
  padding-left: 0;
}
.patronImageAdvice p{
  font-family: sl;
  font-size: 25px;
  text-align: justify;
}
.patronDetails h4 {
  font-family: sl;
  font-size: 35px;
  font-weight: bold;
}
.patronDetails h5 {
  font-family: sl;
  font-size: 30px;

}
.patronDetails h6 {
  font-family: sl;
  font-size: 20px;

}
.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
.historyInf h3 {
  font-size: 27px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: 32px;
}

.historyInf p {
  font-size: 18px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
}
.historyInfImage{
  position: relative;
}
.historyInfImage::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 44px;
  left: 29px;
  border: 2px solid #8DC63F;
  z-index: -1;
}

/*=============governingBody================*/
.teacherImageMain{
  margin-bottom: 20px;
}
.teacherImage{
  position: relative;
  z-index: 1;
  transition: all linear .8s;
  box-shadow: 0 0 4px 0 #00000070;
  overflow: hidden;
}
.teacherImage img{
  width: 200px;
  height: 300px;
}
.teacherSocialAccount{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.281) 0% 0% no-repeat padding-box;
  z-index: 11;
  display: none;
  transition: all linear .8s;
}
.teacherSocialAccount ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  padding-left: 0;
}
.teacherImage:hover .teacherSocialAccount{
  display: inline;
  transition: all linear .8s;
}

.teacherImage:hover img{
  transform: scale(1.1);
  transition: all linear .8s;
}
.teacherImageMain:hover .teacherName h4{
  color: #FF5E4E ;
}

.teacherName {
text-align: center;
}
.teacherName h4{
  font-size: 17px;
  color: #0050AC;
   font-family: sl;
  margin-top: 11px;
}
.teacherName p{
  font-size: 15px;
  color: #000;
   font-family: sl;
  margin-top: 0px;
  font-weight: 700;
}
.teacherSocialAccount ul li{
  display: inline;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
}
.teacherName h5{
  font-size: 15px;
  color: #000;
   font-family: sl;
  margin-top: -15px;
  font-weight: 700;
}
/*========achivment part==============*/
.achivmentDetails h3{
  font-size: 22px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
.achivmentDetails p {
  font-size: 14px;
  color: #8D8484;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 41px;
}
.achivmentDetails a{
  padding: 8px 23px;
  color: #2D2D2D;
  border: 1px solid #FF4F01;
  border-radius: 5px;
  font-size: 14px;
}

.achivmentDetails2 h3{
  font-size: 15px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
.achivmentDetails2 p {
  font-size: 10px;
  color: #8D8484;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 15px;
}
.achivmentDetails2 a {
  padding: 6px 19px;
  color: #2D2D2D;
  border: 1px solid #FF4F01;
  border-radius: 5px;
  font-size: 10px;
}
.achivmentDetails2{
  margin-bottom: 30px;
}
.achivmentRelated{
  padding: 30px 50px;
  background: #EBEBEB 0% 0% no-repeat padding-box;
  margin-bottom: 50px;
}
.achivmentRelated h3{
  color: #2D2D2D;
  font-size: 25px;
}
/*==========Infrastructure===========*/
#infrastructure{
  padding: 50px 0;
}
.InfrastructureDetail h3{
  color: #2D2D2D;
  font-size: 22px;
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.InfrastructureDetail p{
  margin-top: -2px;
}
/*=================Event and News=================*/
.search {
  margin-top: 35px;
}
.search input{
  width: 100%;
  height: 40px;
  background: #F6F8FA 0% 0% no-repeat padding-box;
  border: 1px solid #A1A1A1;
  border-radius: 5px;
  position: relative;
}
.search input::placeholder{
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.search button {
  padding: 8px 20px;
  background: #8DC63F 0% 0% no-repeat padding-box;
  border-radius: 0px 5px 5px 0px;
  border: none;
  position: absolute;
  top: 34px;
  right: 15px;
}
.eventTitle {
  width: 100%;
  height: 40px;
  background: #005CAC 0% 0% no-repeat padding-box;
  border-radius: 5px;
  margin-top: 32px;
}
.eventTitle p {
  color: #fff;
  font-size: 20px;
  padding-left: 23px;
  line-height: 40px;
}
.eventNewsImage{
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
.eventNewsDetail h3 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.eventNewsDetail h5 {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 18px;
  margin-top: -5px;
  color: #fff;
}
.eventNewsDetail {
  position: absolute;
  padding: 20px;
  background: #ff4f01c7 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 5px 5px;
  bottom: -81px;
  left: 0;
  transition: all linear .3s;
}
.eventNewsImage:hover .eventNewsDetail{
  bottom: 0;
}
.newsEventPart{
  width: 100%;
  height: 40px;
  background: #8DC63F 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
.newsEventPart p {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  padding-left: 18px;
  font-family: 'Open Sans', sans-serif;
}
.newsEventDate {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #A1A1A1;
  border-radius: 5px;
  padding: 15px 0;
  margin-top: 20px;
}
.dateOnly {
  width: 50px;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 3px solid #005CAC;
  border-radius: 3px;
  margin: auto;
}

.newsEventDate h4 {
  font-size: 15px;
  color: #2D2D2D;
  font-weight: 700;
  margin-bottom: 14px;
}
.newsEventDate h5 {
  font-size: 19px;
  color: #2D2D2D;
  margin-top: 3px;
}
.newsEventDate h6 {
  font-size: 7px;
  color: #2D2D2D;
  margin-top: -6px;
}
.newsEventDate p {
  font-size: 13px;
  color: #2D2D2D;
  padding: 0 30px;
  margin-top: 12px;
  margin-bottom: 0;
}
/*================Mission Vission==============*/
.missionVissionTop h3{
  font-size: 25px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 30px;
}
.missionVissionTop p{
  font-size: 15px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.missionVissionPart{
  position: relative;
  width: 22%;
  float: left;
  margin: 0 15px;
}
.MissionName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005cac79 0% 0% no-repeat padding-box;
  line-height: 337px;
}
.MissionName p{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.responsibility{
  background: #8ec63fa8 0% 0% no-repeat padding-box;
}
.honesty{
  background: #5776d3cc 0% 0% no-repeat padding-box;
}
.kindness{
  background: #00bbffda 0% 0% no-repeat padding-box;
}
.minnsionVissionDetails p{
  font-size: 16px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 35px 0;
  padding: 0 20px;
}
#noticeBoadfInner {
  padding: 50px 0;
  background: #1e74c521 0% 0% no-repeat padding-box;
  margin-top: 170px;
}
.noticedetailsLeft {
  width: 50%;
  float: left;
}
.noticeboardInner {
  margin-top: 50px;
}
.noticedetailRight {
  width: 50%;
  float: left;
  margin-top: 1px;
  height: 34px;
}
.noticedetailRight2 {
  width: 50%;
  float: left;
  margin-top: 15px;
  height: 34px;
}
.noticedetailRight2 a {
  padding: 12px 31px;
  background-color: #ebebebcb;
  border-radius: 14px;
  color: #000;
  font-family: sl !important;
  font-size: 18px;
}

.noticedetailRight img {
  height: 35px;
  margin-top: -3px;
}
.noticedetailRight2 img {
  height: 35px;
  margin-top: -3px;
}
.downloadSallybus {
  margin-top: 6px;
  width: 25%;
  float: left;
}
.noticedetailsLeft h3 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: sl;
  line-height: 45px;
}
.yoytubeVideo h3 {
  font-family: "Poppins", sans-serif;
}
.noticedetailsLeft p {
  font-size: 12px;
  color: #8d8484;
  line-height: 25px;
}
.noticedetailRight a {
  font-size: 14px;
  color: #000000;
  float: right;
}

.downloadSallybusText h3 {
  margin-top: 15px;
}
.schoolNoticeDetails {
  width: 100%;
  float: left;
  padding: 15px 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  margin-left: -17px;
  margin-top: 20px;
}
.vbox-content img {
  width: 900px;
  margin-top: 107px;
}
/*=============Contact Page ================*/

#contact-information {
	padding: 70px 0;
}

.contactmain {
	padding: 60px 0;
}

.contactmain h3 {
	font-size: 30px;
	color: #5358B2;

	font-weight: 400;
}

.contactmain p {
	font-size: 15px;
	color: #7C7C7C;

	font-weight: 400;
}

.address-contact {
	padding: 70px 25px;
	box-shadow: 3px 0 15px 0 #9e9e9e;
	background: #fff;
	height: 200px;
}

.address-contact h5 {
	font-size: 20px;
	color: #5358B2;

	font-weight: 400;
	padding: 7px 0;
}

.address-contact h6 {
	font-size: 15px;
	color: #7C7C7C;

	font-weight: 400;
}

.address-contact p {
	font-size: 15px;
	color: #7C7C7C;

	font-weight: 400;
	padding-top: 5px;
}
.contactAddress {
    padding: 40px 0;
}
.allBranceAddress{
    padding: 52px 10px !important;
}

.allBranceAddress p{
    margin-top: 5px;
}

#conform {
	margin-top: -42px;
	margin-bottom: 75px;
}

.contactlist form input {
	height: 60px;
	background: #ECECEC;
	border: none;
}

.contactlist form textarea {
	width: 100%;
	height: 70px;
	margin-top: 30px;
	padding-left: 20px;
	background: #ECECEC;
	border: none;
}

.contactlist {
	box-shadow: 3px 0 15px 0 #9e9e9e66;
	padding: 60px 80px;
	background: #fff;
}

.contactlist button {
	background: #5358B2;
	padding: 15px 70px;
	border: none;
	border-radius: 5px;
	margin-top: 40px;
}
/*===========photo gallary=============*/
.photoGallary {
  position: relative;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
.albumname{
  width: 100%;
  height: 50px;
  background-color: #00346ba6;
}
.albumname p {
  color: #fff;
  font-size: 22px;
  line-height: 50px;
}
.patronImage p{
  font-size: 28px;
  font-family: sl;
}

.title_area {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.title_two {
  padding-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.title_area span {
  display: block;
  text-align: center;
  height: 5px;
  width: 50px;
  background: none repeat scroll 0 0 #6d3546;
  margin: 0 auto;
}
.single_gallery {
  height: 250px;
  width: 460px;
  margin: 0 15px 40px 35px !important;
}
.sing_gallery_imgarea {
  position: relative;
  cursor: pointer;
  margin: 5px;
  overflow: hidden;
}
.mask-gallery {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tile-caption {
  color: #fff;
  padding: 20px 0 15px 10px;
}
.divider {
  height: 1px;
  width: 95%;
  background-color: #fff;
  margin: 0 auto;
}
.sing_gallery_imgarea:hover .mask-gallery{
  top: 0;
}
.card-body {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.single_gallery {
  height: 250px;
  width: 460px;
  margin: 0 15px 40px 35px !important;
}
.sing_gallery_imgarea {
  position: relative;
  cursor: pointer;
  margin: 5px;
  overflow: hidden;
}
.mask-gallery {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.tile-caption {
  color: #fff;
  padding: 20px 0 15px 10px;
}
.divider {
  height: 1px;
  width: 95%;
  background-color: #fff;
  margin: 0 auto;
}
.sing_gallery_imgarea:hover .mask-gallery{
  top: 0;
}
.card-body {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.single_course {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  /* display: inline; */
  min-height: 150px;
  margin-bottom: 20px;
  width: 100%;
}
.singCourse_content h3 a{
  color: #000;
}
.single_course:hover .singCourse_imgarea .mask{
  left: 100%
}
.singCourse_imgarea {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.singCourse_imgarea img {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.singCourse_imgarea .mask {
  position: absolute;
  background-color: rgba(131,137,139);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.course_more {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 37%;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.singCourse_content {
  padding: 5px 15px;
}
ul, li{
  margin: 0;
  padding: 0;
}




@media(max-width: 1199px)
{
  .gallary {
    height: 150px;
    width: 200px;
  }
  .gallary:nth-last-child(3) {
    height: 320px;
    width: 470px;
  }
}
@media(max-width: 991px)
{
	.logoMobil img{
		width: auto;
		height: 45px;
	}
	#logoPart{
		display: none;
	}
	.deskMenu{
		display: none;
	}
	.mobilMenu{
		display: block;
		background: #F8F8F8 0% 0% no-repeat padding-box;
    		z-index: 99;
	}
	.mobilNavbar {
    		box-shadow: 0 0 4px 0 #ddd;
    		width: 80%;
    		margin: auto;
	}
	.mobilNavbar li {
		background-color: #fffefd;
		margin-bottom: 3px;
		padding: 0 30px;
	}
	.mobilNavbar .nav-link {
		color: #000 !important;
		font-weight: 700;
		font-size: 14px;
	}
	.nav-item i {
		float: right;
		color: #000;
	}
	.topInfo {
		width: 70%;
		float: left;
	}
	div#pills-tabContent {
    		margin: 0 0 10px 0;
	}
	.socialIconTop {
		width: 30%;
		float: left;
		text-align: right;
	}
	.videoText{
		text-align: center;
		padding: 0 !important;
		margin: 40px 0 0 0;
	}
	.videoText h3{
		margin: 0 !important;
	}
	.ourScool{
		padding: 24px 0 0 0;
		height: 275px;
	}
	.ourScool .ourSchoolIteam {
		padding: 0 20px;
	}
	.knowIteam{
		margin: 0 0 15px 0;
	}
	.halfWidth{
		width: 100%;
	}
  .single_gallery{
    margin: 0 auto !important;
		height: 100%;
		width: 100%;
  }
section#pageBody {
    margin: 0 !important;
}


/* 13-jul-2021 working time */
.gallary {
  width: 48%;
  height: auto;
  display: block;
}
.gallary:nth-last-child(3){
  width: 48%;
  height: auto;
  display: block;
}
.footer-content{
  display: block;
  width: 100%;
}
.footer-inner-content {
  display: inline-block;
  width: 48%;
  margin: 25px 0;
}
.schoolIcon {
  width: 50%;
  float: none;
  display: block;
  margin: 0 auto;
}
.schoolIconText {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
  margin: 0;
}
.schoolIconText p{
  text-align: center;
  margin: 0;
}

}
@media(max-width: 767px){
	.logoMobil img{
		width: auto;
		height: 45px;
	}
	.topInfo {
		width: 100%;
		float: none;
		text-align: center;
	}
	.socialIconTop {
		width: 100%;
		float: none;
		text-align: center;
	}
	.socialIconTop ul li{
		display: block
	}
	.parentsZone a{
		display: table;
    		margin: 15px auto 0 auto;
	}
	.newsEvent li a{
		padding: 0px 35px !important;
	}
	.videoText h3{
		margin: 0 !important;
	}
	#admissinpart{
		margin-bottom: 0;
	}
	.ourScool{
		padding: 25px 0;
    		height: 365px;
    		margin: 0 0 20px 0;
	}
	.ourScool p{
		margin: 0;
	}
	.ourScool .ourSchoolIteam{
		width: 100% !important;
    		float: none !important;
   		display: block;
		padding: 0;
    		text-align: center;
	}
	.schoolIcon {
		width: auto;
		float: none;
		display: inline-block;
   		margin: 0px 10px 0 0;

	}
	.schoolIconText {
		width: auto;
		float: none;
		display: inline-block;
		margin: 0 auto;
	}
	.schoolIconText h3{
		text-align: left;
	}
	.knowIteam{
		margin: 0 0 15px 0;
	}

	.halfWidth{
		width: 100%;
	}
section#pageBody {
    margin: 0 !important;
}


/* 13-jul-2021 working time */
.gallary {
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}
.gallary:nth-last-child(3){
  width: 100%;
  height: auto;
  display: block;
  float: none;
  margin: 10px 0;
}
.footer-inner-content {
  display: block;
  width: 100%;
  margin: 25px 0;
}
.upfooter ul li{
  display: block;
  margin: 25px auto;
}

}
@media (max-width: 575px){
	.logoMobil img{
		width: auto;
		height: 45px;
	}
	.videoText h2{
		font-size: 30px !important;
	}
	.videoText h3{
		margin: 0 !important;
	}
	.knowIteam{
		margin: 0 0 15px 0;
	}
	.topInfo ul li a{
		font-size: 16px;
	}
	.ourScool{
		height: auto !important;
		padding: 25px 0 !important;
	}
	.ourScool .ourSchoolIteam{
		margin: 15px 0 !important;
	}
	.schoolIcon img{
		width: 65px !important;
	}
	.schoolIconText h3{
		font-size: 20px;
	}
	.gbspeecs p{
		font-size: 16px !important;
	}
	.m-footer{
		display: block !important;
		padding-bottom: 0 !important;
	}
	.footer-logo{
		display: block !important;
		margin: 0 0 15px 0;

	}
	.quick-view {
    		margin: 10px 0;
	}
	.quick-view h5{
		padding: 0;
	}
	.facebook {
    		display: block !important;
		margin: 0 0 15px 0;
	}
	.upfooter ul li span{
		font-size: 16px !important;
	}
	.upfooter ul li img {
    		width: 40px !important;
    		height: 43px !important;
	}
	
	.halfWidth{
		width: 100%;
	}
section#pageBody {
    margin: 0 !important;
}


/* 13-jul-2021 working time */
.isFirst{
  width: 100%;
  float: none;
}
.isNotFirst {
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  background-color: #fff;
}
.isNotFirst img {
  width: 100% !important;
  height: auto;
  margin: 0;
}
.isNotFirst-body{
  padding: 5px 15px;
}
.schoolIconText h3 {
  text-align: center;
}
}

