.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.text1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #765D0D;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.text2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c54665;
	text-decoration: none;
	font-weight: 200;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #775D09;
	text-decoration: none;
	text-align: justify;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AE8F35;
	text-decoration: none;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AB1C22;
	text-decoration: none;
	font-weight: bold;
}
.TEXT6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A88006;
	text-decoration: none;
	text-align: justify;
}
.text7 {
	font-family: Brush Script MT, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000080;
	text-decoration: none;
	font-weight: 200;
	font-weight: bold;
}
.text8 {
	font-family: Algerian, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #c54665;
	text-decoration: none;
	font-weight: 200;
	font-weight: bold;
}
.read_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E88A06;
	text-decoration: none;
}
.click_here {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9C0226;
	text-decoration: none;
}
.bottom_linecss {
	background-image: url(images/bottom-_linecss.jpg);
	background-repeat: repeat-x;
}
.all_rights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.bottom_linecss_horizontal {
	background-image: url(images/bottom-_linecss_horizontal.jpg);
	background-repeat: repeat-x;
}
.img_border {
	border: 1px solid #77001A;
}
.black {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.template-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #765D0D;
	text-decoration: none;
	text-align: center;
}
.template-txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #765D0D;
	text-decoration: none;
	text-align: justify;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.text5Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #765D0D;
	text-decoration: none;
	font-weight: bold;
}
.image_border_yellow {
	border: 2px solid #A40227;
}
.admission-notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

/*new-slider css*/

.n-slide #radio-1:checked ~ .slider .slider__slide--1,
.n-slide #radio-1:checked ~ .slider__nav__wrap .slider__nav[for=radio-1],
.n-slide #radio-2:checked ~ .slider .slider__slide--2,
.n-slide #radio-2:checked ~ .slider__nav__wrap .slider__nav[for=radio-2],
.n-slide #radio-3:checked ~ .slider .slider__slide--3,
.n-slide #radio-3:checked ~ .slider__nav__wrap .slider__nav[for=radio-3],
.n-slide #radio-4:checked ~ .slider .slider__slide--4,
.n-slide #radio-4:checked ~ .slider__nav__wrap .slider__nav[for=radio-4],
.n-slide #radio-5:checked ~ .slider .slider__slide--5,
.n-slide #radio-5:checked ~ .slider__nav__wrap .slider__nav[for=radio-5] {
  opacity: 1 !important;
  z-index: 2;
}

.n-slide #supported:checked~.slider .slider__slide--1,
.n-slide #supported:checked~.slider .slider__slide--2,
.n-slide #supported:checked~.slider .slider__slide--3,
.n-slide #supported:checked~.slider .slider__slide--4,
.n-slide #supported:checked~.slider .slider__slide--5,
.n-slide #supported:checked~.slider .slider__slide--1 img,
.n-slide #supported:checked~.slider .slider__slide--2 img,
.n-slide #supported:checked~.slider .slider__slide--3 img,
.n-slide #supported:checked~.slider .slider__slide--4 img,
.n-slide #supported:checked~.slider .slider__slide--5 img {
	display: block !important;
	font-size: 12px !important;
	max-height: none !important;
	line-height: 1.5 !important;
}

.n-slide .slider {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
}
.n-slide .slider__nav {
  float: left;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 500ms;
  border-top: 3px solid #4bc0be;
}
.n-slide .slider__nav img {
  width: 100%;
  height: auto;
}
.n-slide .slider__nav:hover {
  opacity: 1;
  border: inset 3px solid red;
}
.n-slide .slider__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 1500ms;
}
.n-slide .slider__slide img {
    width: 100%;
    height: 760px;
        object-fit: fill !important;
}

.n-slide .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #252527;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.n-slide .arrow__prev::after, .n-slide .arrow__next::after {
  content: "";
  border: 0.15em solid #4bc0be;
  height: 10px;
  width: 10px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.n-slide .arrow__prev {
  left: 0;
}
.n-slide .arrow__prev::after {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  margin: 13px 15px;
}
.n-slide .arrow__prev:hover::after {
  border-color: #ffffff;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.n-slide .arrow__next {
  right: 0;
}
.n-slide .arrow__next::after {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin: 13px 10px;
}
.n-slide .arrow__next:hover::after {
  border-color: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}


/*21/03/22*/
.carousel-01 {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;
}

.carousel-01 .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-01 .carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-01 .carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-01 .carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    height: 760px;
    object-fit: fill !important;
}

.carousel-01 .carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-01 .carousel-control.prev {
    left: 2%;
}

.carousel-01 .carousel-control.next {
    right: 2%;
}

.carousel-01 .carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

.carousel-01 #carousel-1:checked ~ .control-1,
.carousel-01 #carousel-2:checked ~ .control-2,
.carousel-01 #carousel-3:checked ~ .control-3,
.carousel-01 #carousel-3:checked ~ .control-4,
.carousel-01 #carousel-3:checked ~ .control-5 {
    display: block;
}

.carousel-01 .carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-01 .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-01 .carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 23px;
    border: 3px solid #9e0325;
}

.carousel-01 .carousel-bullet:hover {
    color: #aaaaaa;
}

/*.carousel-01 #carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
.carousel-01 #carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
.carousel-01 #carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #428bca;
}*/
.carousel-01 .carousel-control::before {
    border-top-color: rgba(0, 0, 0, 0) !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
    margin: 13px 17px;
    content: "";
    border: 3px solid #ffffff;
    height: 5px;
    width: 5px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    content: " ";
}
.carousel-01 label.carousel-control.next.control-1::before{
	-webkit-transform: rotate(223deg);
    -ms-transform: rotate(223deg);
    transform: rotate(223deg);
}
/****************************************/
.pdf-section .pdf-part img {
    width: 100%;
    height: 360px;
    border: 1px solid #0000006b;
}
.pdf-section {
    width: 100%;
    float: left;
}
.pdf-part {
    width: 46%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
   /* padding-top: 22px;*/
    position: relative;
}
.pdf-part:hover::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 361px;
    background-color: #000;
    opacity: 0.6;
}
.pdf-part .btn a{
    opacity:0;
    position: absolute;
    top: 168px;
    left: 110px;
    border: 1px solid #a00225;
    background-color: #a00225;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
   padding: 10px 20px;
    border-radius: 4px;
}
.pdf-part:hover .btn a {
    opacity:1;
    position: absolute;
    top: 168px;
    left: 110px;
    border: 1px solid #a00225;
    background-color: #a00225;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
   padding: 10px 20px;
    border-radius: 4px;
}
.pdf-part:hover .btn a:hover {
    border: 1px solid #78031d;
    background-color: #78031d;
}
.pdf-part .box1.inner h2 {
    text-align: center;
    color: #a00225;
    font-size: 22px;
}
.boxing-part p {
    text-align: center;
    margin: 0px;
    padding: 4px 0px 12px;
    font-size: 22px;
}
.boxing-part img {
   width: 100%;
}
tr.calendar-section td.TEXT6 {
    padding-left: 10px;
}
tr.calendar-section td.lsxz {
    padding-top: 5px;
    position: relative;
}
tr.calendar-section td.lsxz p {
    position: absolute;
    top: 3px;
    left: 19px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
tr.school-images-part td.school-boxes {
    padding-top: 8px;
}
tr.calendar-section td.jjjttt {
    padding-right: 6px;
}
/***********************header******************************/
header.header-section {
    background-color: #fdc006;
    border-bottom: 4px solid #eea95f;
}
header.header-section .top-part {
    display: inline-flex;
    padding-top: 15px;
    width: 100%;
}

.nav-bar ul {
    list-style: none;
    display: inline-flex;
    column-gap: 4px;
    background-image: url("images/header-bg-img.png");
    width: 97.8%;
    height: 43%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 12px 36px;
    background-size: cover;
}
.nav-bar .nav-menu ul li a {
    color: #ffffffc9;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.nav-bar .nav-menu ul li a span {
    margin: 0px 8px;
}
header.header-section .top-part .middle-part {
    width: 64%;
    text-align: center;
}
header.header-section .top-part .logo-part {
    width: 20%;
}
.nav-bar .nav-menu {
    margin-left: 133px;
    width: 85%;
}

.nav-bar {
    width: 100%;
    display: inline-flex;
    margin-top: -12px;
}
.contact-part {
    background-image: url("images/header-button.png");
    height: 100%;
    background-repeat: no-repeat;
    /* background-size: 100% 88%; */
    margin-right: 2px;
    border-radius: 12px;
    width: 15%;
}
.contact-part a {
    display: block;
    padding: 13px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    padding-right: 26px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.custom-thing-part .one-sect-part {
    background-color: #fff;
}