*{
    margin:0px;
    padding: 0px;
}
body{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 26px;
}
a{
  text-decoration: none !important;
}
.toolbar {
    background-color:#140342;
    color: #999;
    font-size: 13px;
    padding: 10px 0px 0px 0px;
  }
  .toolbar ul li{
    float: left;
    list-style: none;
    margin-left:10px;
  }
  .toolbar ul li a{
    color: #ffffff;
    text-decoration: none;
  }
  .toolbar ul li i {
    color: #c60000;
    font-size: 16px;
    margin-right: 10px;
}
.active-nav{
  border-bottom: 2px solid #c60000 ;
}
.owl-theme .owl-nav [class*="owl-"]{
  font-size: 60px !important;
}
  .nav-item{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border-right: 1px solid #cccccc;
  }
  .dropdown-item{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#737373;
  }
  .width-logo {
    width: 140px;
    margin-top:-60px;
  }
  .banner{
    background-color: #212121;
    padding:100px 0px 100px 0px;
  }
  .sub-banner{
    background-color: #212121;
    padding: 30px 0px 20px 0px;
  }
  .sub-banner h1{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    position: relative;
  }
  .sub-banner h1:before{
    content: "";
    position: absolute;
    background-color: #fa394a;
    width: 3px;
    height:45px;
    left: 0px;
  }
  .main-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}
.box{
    min-height: 250px;
    padding: 30px 90px 30px 90px;
    border-right: 1px solid #ffffff1a;
    transition: 0.5s;
}
.box:hover{
  background-color: #192335;
  transform: scale(1.1);
}
.box h3{
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.box p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.box i{
    font-size: 36px;
    color: #ffffff;
}
.logo-size img{
  width:130px;
}
.welcome-sec{
  padding:0px 0px 100px 0px;
}
.welcome-sec h3{
  font-family: 'Poppins', sans-serif;
  font-size:36px;
  font-weight: 600;
  color:#140342;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-sec h3::before{
  position: absolute;
  content: "";
  width:30%;
  height:2px;
  bottom: 0;
  background-color: #c60000;
}
.welcome-sec h3::after{
  position: absolute;
  content: "";
  width:15px;
  height:15px;
  bottom:-6px;
  border-radius: 30px;
  background-color: #ffffff;
}
.message-sec h3 {
  font-family: 'Poppins', sans-serif;
  font-size:36px;
  font-weight: 600;
  color:#140342;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-sec h3::before{
  position: absolute;
  content: "";
  width:15%;
  height:2px;
  bottom: 0;
  background-color: #c60000;
}
.message-sec h3::after{
  position: absolute;
  content: "";
  width:15px;
  height:15px;
  bottom:-6px;
  border-radius: 30px;
  background-color: #ffffff;
}
.sub-page .uniform p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #020033;
  display: inline-block;
  padding: 10px 20px;
}
.teachres-sec h3 {
  font-family: 'Poppins', sans-serif;
  font-size:36px;
  font-weight: 600;
  color:#140342;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teachres-sec h3::before{
  position: absolute;
  content: "";
  width:10%;
  height:2px;
  bottom: 0;
  background-color: #c60000;
}
.teachres-sec h3::after{
  position: absolute;
  content: "";
  width:15px;
  height:15px;
  bottom:-6px;
  border-radius: 30px;
  background-color: #ffffff;
}
.welcome-sec p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #636363;
  text-align: center;
}
.message-sec{
  background-image: url(../imgs/bg.jpg);
  background-size: cover;
  padding: 100px 0px 100px 0px;
  position: relative;
}
.message-sec::before {
  content: "";
  width: 440px;
  height: 480px;
  z-index: 99;
  position: absolute;
  background-image: url(../imgs/shape-1.png);
  top: 160px;
}
.message-sec::after {
  content: "";
  width: 128px;
  height: 480px;
  z-index: 99;
  position: absolute;
  background-image: url(../imgs/shape-2.png);
  top: 160px;
}
.message-sec h3{
  font-family: 'Poppins', sans-serif;
  font-size:36px;
  font-weight: 600;
  color:#140342;
  text-align: center;
}
.message-sec p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  text-align:left;
}
.teachres-sec{
  padding: 100px 0px 100px 0px;
}
.teacher-box{
  /* width:250px; */
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #E9E9E9;
  border-radius: 35px 35px 35px 35px;
  position: relative;
  transition: 0.3s;
}
.teacher-box:hover.teacher-box:before{
  width:100%;
  height: 196px;
  border-radius: 20px;
  content: "";
  position: absolute;
  background: rgb(39 0 255 / 25%);
}

.teacher-box:before{
 
}


.teacher-box img{
  width:160px;
  border-radius:20px;
  
}

.teachres-sec .item h5 {
  font-size: 16px !important;
  text-decoration: none!important;
  text-align: center;
  background-color: #fffb00;
  color: #000000;
  border-radius: 0px 0px 15px 15px;
  padding-top: 35px;
  padding-bottom:10px;
  margin-top:-28px;
}
.teachres-sec .item  a.teacher-box h5{
  font-size: 16px !important;
  text-align: center;
  text-decoration:none!important;
}
a {
  text-decoration:none;
}
/* .teachres-sec .item {
  width:250px;
} */
.teachres-sec h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color:#140342;
  text-align: center;
}

.ftr  {
  background: #140342;
  padding: 15px 0px 5px 0px;
}
.breadcrumbs-wrapper{
  background-color: #ffffff;
  padding: 15px 0px 0px 0px;
  border-bottom: 1px solid #eeeeee;
}
.sub-page {
 padding:100px 0px 50px 0px;
 background-color:#F4F5F6;
}
.sub-page h3{
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #140342;
  text-align:left;
}
.sub-page p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #757373;
  text-align:left;
}
.box-one {
  background-color: #ffffff;
  padding: 20px;
  margin:20px 65px 20px 65px;
  width: 90%;
}
.service-wrapper {
  position: relative;
  z-index: 10;
  background: rgba(39, 0, 255, 0.5);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background-image: linear-gradient(218.15deg, #b966e763 0%, #2f57ef4a 100%);
}
.btn-one{
  width: auto !important;
  background-color: #c60000;
  color: #ffffff;
  display: inline;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.5s;
}
.btn-one:hover{
  background-color: #eeff00 !important;
  color: black;
}
a.btn-one{
  text-decoration: none;
}
.principal-label{
  background-color: #eeff00 !important;
  color: #000000 !important;
  position: relative;
  z-index: 99;
  font-weight: 800 !important;
}
.frame img{
  border:#140342 solid 5px;
  border-radius: 20px;
}
.white-box{
  background-color: #ffffff;
  padding: 20px;
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu{

  display:block;
  margin-top:.125em;
 }
 
 .dropend:hover > .dropdown-menu{
  position:absolute;
  top:0;
  left:100%;
  margin-left:.125em;
 }
 
 .dropdown .dropdown-menu{
  display:none;
}
 
 
.dropdown-position{
    left: 220px;
    position: absolute;
    top: 30px;
}

.hd-text{
  position:absolute; 
  left:30%; 
  top:25%;
}
.hd-text h2{
  font-family: 'Poppins', sans-serif;
  font-size:36px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}

section.res__gallery {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto;
}
section.res__gallery ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
section.res__gallery ul li {
  list-style: none;
  background: var(--first-color);
  color: var(--white-color);
  font-size: var(--h2-font-size);
  padding: 12px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
section.res__gallery ul li.active {
  background: var(--complementary-color);
  color: var(--white-color);
}
.product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.product .itembox {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 5px;
  display: block;
}
.product .itembox.hide {
  display: none;
}
.product .itembox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a[data-fancybox] img {
  cursor: zoom-in;
}
/* div[data-item="category0"] {
    display: none !important;
} */
.contact-box {
  width: 100%;
  margin: 0px 50px 0px 0px;
  margin-top: 0px;
  padding: 20px 50px 20px 30px;
  background-color:#140342;
  border-radius:10px;
}

.contact-box h3 {
  color: #ffffff;
}


.contact-box i {
  color: #140342;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-items: mi;
  align-items: center;
  margin: auto;
}
.frm-design {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dadada !important;
  padding: 18px;
  border: none;
}
a.rd-sd-btn {
  font-family: 'Open Sans', sans-serif;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  background: rgb(192,31,131);
  background: linear-gradient(100deg, rgba(192,31,131,1) 0%, rgba(192,31,131,1) 0%, rgba(168,76,133,1) 100%);
}
.frm-box{
  margin-top:100px;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.colum-sec{
  top:-130px; 
  position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.parent_portal{
  position:fixed;
  bottom:50px;
  right:50px;
  cursor:pointer;
  z-index: 999;
  }

.baguetteBox-button {
  background-color: transparent !important;
}


@media(max-width: 768px) {
  body {
      padding: 0;
  }
  .colum-sec{
    top: 0px;
  }
  .welcome-sec {
    padding: 100px 0px 100px 0px;
}
.frame{
  margin-top:10px;
}
.teacher-box{
  width:100%;
}
.teachres-sec .item{
  width:100%;
}

.owl-dots{
  display: none !important;
}
.dropend:hover > .dropdown-menu{
  position:absolute;
  top:0;
  left:50%;
  margin-left:.125em;
 }
 .width-logo {
  margin-top: 5px;
}
}


.nav-link{
  transition: 0.5s;
}

 .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
  border-bottom: 3px solid #c60000 !important;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #c60000;
  color: #ffffff;
}
nav{
  background-color: #ffffff;
}

.dropdown .dropdown-menu {
  animation: fade-in 0.3s;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify !important;
  color: #ffffff;
  margin: 0px 0px 15px;
  margin-right: 0px;
   margin-bottom: 15px;
}
.ftr .footer-menu ul {
  position: relative;
  right: 0px;
  margin-bottom: 0px;
}
.ftr .footer-menu li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 13px;
  border-right: 1px solid #fff;
  line-height: 18px;
  
}
.ftr .footer-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.photo-wrp {
  border: 5px solid #eeeeee;
  width: 100%;
  padding: 10px;
  margin-top:25px;
  margin-right: 24px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.photo-wrp:hover {
  border: 5px solid #140342;
}
.photo-wrp h4 {
  padding: 10px 0px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background-color: #140342;
}
.photo-wrp h6 {
  padding: 10px 0px;
  margin-bottom: 0px;
  color: #c40000;
  font-size: 14px;
  text-align: center;
}
.list-group-item{
 margin-top: 5px;
}

/* popup */
.modal-body img{
  width: 100% !important;
  height: auto;
}
.footer{
  padding: 115px 0px 0px 0px;
}