﻿html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  background: #fff;
  color: #313131;
  font-size: 17px;
  line-height: 25px;
}

body {
  background: url(../img/banner-bg.png);
}
::selection{
  background-color: #e83c2a;
  color: #fff;;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

a {
  text-decoration: none
}

a:active,
a:focus {
  border: 0;
  outline: 0
}

p {
  margin: 0
}

a,
img {
  outline: 0px;
  border: 0px
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

img.apjlogo {
  position: relative;
  top: 4px;
}

.panel {
  width: 100%;
  float: left;
  background-color: transparent;
}

.wrapper {
  width: 100%;
  float: left;
  background: url(../img/banner-bg.png);
}

.wrapper_in {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  -ms-overflow-y: hidden;
}

.wrap_page {
  width: 100%;
  float: left;
}

.header {
  width: 242px;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  /*left:-100%;*/
  z-index: 99;
  transition: all .35s linear;
}

.scrolled {
  left: auto;
  transition: all .8s linear;
}

.logo_sec {
  width: 242px;
  height: 185px;
  /*background: #254524 url(../images/menu_bg.png) center center;*/
  background: #d6ca5a url(../images/menu_bg.png) center center;   
  float: left;
  text-align: center;
  z-index: 9;
  position: relative;   
}

/*.logo_sec:after{ content:""; background:#0d5895 url(/images/menu_after.png)no-repeat 0px 0px; width:14px; height:11px; float:right; position:absolute; right:0; bottom:0;}*/
.logo_mid {
  width: 100%;
  float: left;
  text-align: center;
}

.logo_div {
  text-align: center;
  display: inline-block;
  padding: 5px 9px 0px 5px;
  box-sizing: border-box;
  transition: all .35s linear;
}

.logo_div a {
  float: left;
}

.logo_mob {
  display: none;
}

.logo_name {
  background: #fff;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  margin-top: -24px;
}

.logo_name img {
  display: block;
}

.menu_bx {
  float: left;
  padding: 0px 0px;
  /*background: #254524 url(../images/menu_bg.png) center center;*/   
  background: #d6ca5a url(../images/menu_bg.png) center center;
  box-sizing: border-box;
  width: 242px;
  transition: all .35s linear;
  position: relative;
  /*margin-top:23px;*/
}

.infrastructurediv .popup-gallery img {
  margin-bottom: 20px;
  min-height: 195px;
  max-height: 195px;
}

.photo-gallerydiv .popup-gallery img {
    min-height: 160px;
    max-height: 160px;
    border: 2px solid #f05a21;
}

.photo-gallerydiv .isotope.three-collumn .item {
  width: 20%;
}

.photo-gallerydiv .isotope-nav>button {
  display: inline-block;
  padding: 4px 12px;
  color: #666;
  background: transparent;
  border-radius: 30px;
  border: 1px solid transparent;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  font-size: 12px;
  border-color: #b9b9b9;
  margin-bottom: 6px;
}

.photo-gallerydiv .isotope-nav>button.active,
.photo-gallerydiv .isotope-nav>button.is-checked {
  border-color: #f05a21;
  background: #f05a21;
  color: #ffffff;
}

.photo-gallerydiv .isotope .item {
  padding: 30px 15px 0;
}

/*.menu_bx:after{content:""; background:#0d5895 url(/images/menu_after.png)no-repeat 0px -12px; width:14px; height:11px; float:right; position:absolute; right:0; top:0;}*/
.menu-icon {
  display: none;
}

.menu {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

ul.dropmenu {
  width: 100%;
  float: left;
  text-align: left;
  position: relative;
}

ul.dropmenu li {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
}

ul.dropmenu li:after {
  position: absolute;
  right: -13px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 13px solid #ea2425;
  border-bottom: 16px solid transparent;
  display: none;
}

ul.dropmenu li:hover {
  background: #ea2425;
}

ul.dropmenu li:hover:after {
  display: block;
}

ul.dropmenu li:hover a {
  color: #fff;
}

ul.dropmenu li a {
  text-decoration: none;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 0px 10px;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  width: 100%;
  float: left;
  display: block;
  text-transform: uppercase;
}

ul.dropmenu li a:hover {
  background: #ea2425;
  color: #fff;
  font-weight: normal;
}

ul.submenu {
  position: absolute;
  width: 328px;
  /*background: #254524;*/
  background: #d6ca5a;   
  left: 105.2%;
  top: 0;
  display: block;
  float: left;
  z-index: 9;
}

ul.submenu li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #388035;
}

ul.submenu li:hover:after {
  display: none;
}

ul.submenu li a {
  line-height: 40px;
  height: 35px;
  color: #fff;
}

.new_blink {
 background: #ea2425;
 
}

.abu_us {
  margin-top: -40px !important;
}

.off_bear {
  margin-top: -72px !important;
}

.cont_us {
  margin-top: -38px;
}

.ext_link {
  margin-top: -200px;
}

.new_I {
  left: -121px;
}

ul.new_I li a {
  text-align: right;
}

.new_j {
  left: -145px;
}

ul.new_j li a {
  text-align: right;
}

span.blink {
  color: #ffaa15;
  animation: blink 1s linear infinite;
}

@keyframes blink {
  50% {
    color: #fff100;
  }
}

/* Social icons */
.social-icons {
  font-size: 0;
  margin: -5px -10px 0;
}

.social-icons>li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 12px 0;
}

.social-icons>li>a {
  display: inline-block;
  text-align: center;
}

.social-icons>li.fb-icon>a {
  color: #3b5998;
}

.social-icons>li.google-icon>a {
  color: #dc4a38;
}

.social-icons>li.tweet-icon>a {
  color: #33bdfd;
}

.social-icons>li.insta-icon>a {
  color: #896537;
}

.social-icons.style-2 {
  margin: -5px -4px 0;
}

.social-icons.style-2>li {
  padding: 5px 4px 0;
}

.social-icons.style-2>li>a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid;
  border-radius: 20px;
}

.singlevent-featimg {
  width: 100%;
  padding: 3px 4px 4px 4px;
}

.singlevent-descr {
  padding-left: 4px;
}

#eventtitile {
  text-align: center;
  font-weight: 600;
}

.social_icon {
  width: 100%;
  float: left;
  /*background: #254524 url(../images/menu_bg.png) center center;*/
  background: #d6ca5a url(../images/menu_bg.png) center center;
  padding: 24px 0px 68px 0px;
  box-sizing: border-box;
  border-top: 1px dashed #388035;
}

.social_icon ul {
  width: 100%;
  text-align: center;
  float: left;
}

.social_icon ul li {
  display: inline-block;
  margin: 0px 7px;
}

.social_icon ul li a {
  width: 27px;
  height: 27px;
  border: 1px solid #d2f2fb;
  float: left;
  transform: rotate(45deg);
  transition: all .35s linear;
}

/*.social_icon ul li a:hover{ background:#fff; transform: rotate(-45deg); }*/
.icon_1 {
  background: url(../images/social_icon.png) no-repeat -5px -6px;
  width: 27px;
  height: 27px;
  float: left;
  transform: rotate(-45deg);
}

.icon_2 {
  background: url(../images/social_icon.png) no-repeat -48px -6px;
  width: 27px;
  height: 27px;
  float: left;
  transform: rotate(-45deg);
}

.icon_3 {
  background: url(../images/social_icon.png) no-repeat -91px -6px;
  width: 27px;
  height: 27px;
  float: left;
  transform: rotate(-45deg);
}

.icon_4 {
  background: url(../images/social_icon.png) no-repeat -133px -6px;
  width: 27px;
  height: 27px;
  float: left;
  transform: rotate(-45deg);
}

.icon_5 {
  background: url(../images/social_icon.png) no-repeat -175px -6px;
  width: 27px;
  height: 27px;
  float: left;
  transform: rotate(-45deg);
}

.ext_tab {
  width: 100%;
  float: left;
}

ul.flas_tab2 {
  width: 250px;
  float: left;
  position: absolute;
  /* margin-top: 139px;*/
  top: 225px;
  z-index: 1;
  right: 0;
  text-align: center;
}

ul.flas_tab2 li {
  display: inline-block;
}

.project-image img {
  width: 100%;
}

.portfolio-holder .project {
  text-align: center;
}

.portfolio-holder .project h5 {
  font-size: 16px;
}

#week-events>table {
  background-color: transparent;
}

#week-events>table thead tr {
  background-color: #ffbd0a;
}

#week-events>table thead tr th {
  width: 16.666%;
  padding: 12px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

#week-events>table tr td {
  border: 2px solid #e8e8e8;
  text-align: left;
  height: 100%;
  background-color: #fff;
}

#week-events>table tr td:first-child {
  border-left: none;
}

#week-events>table tr td:last-child {
  border-right: none;
}

#week-events>table tr td .week-event {
  color: #666;
  background-color: #fff;
  padding: 20px 20px 40px;
  height: 100%;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

#week-events>table tr td .week-event h6 {
  font-family: 'Poppins', sans-serif;
  color: #a6c437;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#week-events>table tr td .week-event h6:not(:last-child) {
  margin-bottom: 5px;
}

#week-events>table tr td .week-event time {
  text-transform: uppercase;
}

#week-events>table tr td .week-event time:not(:last-child) {
  margin-bottom: 10px;
  display: block;
}

#week-events>table tr td .week-event .event-info>li {
  font-size: 12px;
  line-height: 20px;
}

#week-events>table tr td .week-event .event-info>li span {
  color: #b9b9b9;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#week-events>table tr td .week-event:hover {
  background-color: #a6c437;
  color: #fff;
}

#week-events>table tr td .week-event:hover h6 {
  color: #fff;
}

#week-events>table tr td .week-event:hover .event-info>li span {
  color: #e9e9e9;
}

.week-event.hide-event {
  opacity: 0;
}

.about_school h6 {
  font-weight: 700;
  font-size: 14px;
}

.ptamembers img {
  width: 100%;
}

#innerfooter .copyright_in {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

#prinmsg .project-image img {
  width: 100%;
  max-width: 290px;
  max-height: 199px;
  min-height: 199px;
  margin-bottom: 20px;
}

.section_1 {
  width: 100%;
  float: left;
  /*background:url(/images/section_1.jpg) no-repeat center center;*/
  height: 100vh;
}

.sec_1img {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.sec_1imgin {
  width: 100%;
  float: left;
  background: url(../img/main-banner.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  height: 90vh;
  animation-name: bganimation-;
  animation-duration: 30s;
  transform: scale(1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@keyframes bganimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.sec_1imgin img {
  width: 100%;
  float: left;
}

.outer_div {
  width: 100%;
  top: 56px;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  /* position:absolute;*/
  z-index: 2;
}

.middle_div {
  width: 100%;
  float: left;
}

.inner_div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.inner_divbg {
  width: 100%;
  text-align: center;
  height: 115px;
  background: rgb(255 255 255 / 6%) url(../images/panel1bg.jpg) repeat-x bottom center;
  position: relative;
  padding: 0px;
  box-sizing: border-box;
}

.inner_divbg div {
  display: inline-block;
  vertical-align: bottom;
}

.inner_divbg div:first-child {
  position: absolute;
  left: 0px;
  bottom: -97px;
  z-index: 9;
}

.inner_divbg div:last-child {
  position: absolute;
  right: 0px;
  bottom: 15px;
}

.section_2 {
  width: 100%;
  height: 80vh;
  float: left;
  position: relative;
}

.slilder_bx {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  /*padding: 1% 38px 0px 50px;*/
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-right: 38px;
}

.slilder_bx_in {
  width: 1028px;
  height: 612px;
  background: #ffbd0a;
  margin: 0 auto;
  padding: 26px;
  box-sizing: border-box;
  float: right;
}

.main_slider {
  width: 100%;
  float: left;
  position: relative;
}

.main_slider ul li img {
  width: 100%;
  display: block;
  min-height: 549px
}

#main_slider .flex-direction-nav a {
  width: 76px;
  height: 81px;
}

#main_slider .flex-direction-nav a:before {
  display: none;
}

#main_slider .flex-direction-nav a {
  bottom: 0px;
  top: inherit;
}

#main_slider .flex-direction-nav .flex-prev {
  text-align: left;
  left: 0px;
  bottom: 0;
  background: url(../images/arrow_left.png) no-repeat;
  opacity: .2
}

#main_slider .flex-direction-nav .flex-next {
  text-align: right;
  right: 0px;
  top: 0px;
  background: url(../images/arrow_right.png) no-repeat;
  opacity: .2
}

#main_slider .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#main_slider .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#main_slider .flex-control-nav {
  display: none;
}

.caption {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  text-align: left;
  background: rgba(255, 189, 10, .5);
  color: #333;
  max-width: 500px;
  display: block;
}

.section_3 {
  width: 100%;
  height: 80vh;
  float: left;
}

.about_sec {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 1% 38px 0px 50px;
  box-sizing: border-box;
}

.about_secin {
  width: 1028px;
  height: 612px;
  margin: 0 auto;
  float: right;
}

.notice_bx {
  width: 100%;
  background: #fff;
  height: 174px;
  float: left;
  padding: 25px 60px;
  box-sizing: border-box;
  position: relative;
}

.all_heading {
  width: 75%;
  float: left;
  color: #ea2425;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.all_heading span {
  font-weight: bold;
  font-size: 30px;
}

.all_heading b {
  color: #313131;
  font-size: 16px;
}

.notice_slid {
  width: 100%;
  max-width: 760px;
  float: left;
}

.all_heading2 {
  width: 100%;
  float: left;
  text-align: center;
  color: #ea2425;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.all_heading2 span {
  font-weight: bold;
  font-size: 30px;
}

.aero_bx {
  width: 25%;
  float: right;
  text-align: right;
}

.aero_bx2 {
  width: 25%;
  float: right;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.not_left {
  background: #fff url(../images/arrows.png) no-repeat 0px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: inline-block;
  cursor: pointer;
  transition: all .35s linear;
}

/*.not_left:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat 0px -36px;}*/
.not_right {
  background: url(../images/arrows.png) no-repeat -55px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: inline-block;
  cursor: pointer;
  transition: all .35s linear;
}

/*.not_right:hover{border:1px solid #ea2425; background:url(/images/arrows.png) no-repeat -55px -36px;}*/
.notice_slid ul {
  width: 100%;
  float: left;
  text-align: center;
}

.notice_slid ul li {
  display: inline-block;
  margin-right: 28px;
  float: left;
}

.not_bx {
  width: 350px;
  float: left;
  color: #313131;
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
  text-align: justify;
}

.not_d {
  color: #ea2425;
  font-size: 14px;
  font-weight: bold;
}

.not_d span {
  color: #c5c5c5;
  width: 25px;
  border-right: 1px solid #c5c5c5;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  margin-right: 10px;
}

.not_h {
  font-weight: bold;
}

.not_h a {
  color: #313131;
  text-decoration: none;
}

.not_dis {
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: none;
}

.not_dis a {
  color: #313131;
  text-decoration: none;
}

/*.not_dis a:hover{color:#ea2425;}*/
.read_morebtn {
  float: right;
  margin-top: 44px;
}

a.read_more {
  text-decoration: none;
  color: #313131;
  font-size: 15px;
  font-weight: 300;
  height: 35px;
  min-width: 100px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #afafaf;
  display: inline-block;
  position: relative;
  transition: all .35s linear;
  z-index: 1;
}

a.read_more:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  border-right: 0px solid #a6c437;
  border-bottom: 0px solid #a6c437;
  border-left: 20px solid transparent;
  border-top: 20px solid #afafaf;
  transition: all .35s linear;
}

a.read_more:before {
  content: "";
  width: 0px;
  height: 100%;
  background: #a6c437;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s linear;
  z-index: -1;
}

/*
a.read_more:hover:after{border-top: 20px solid #fff;}
a.read_more:hover:before{ width:100%;}
a.read_more:hover{ color:#fff; border:1px solid #ea2425;}
*/
.about_us {
  width: 100%;
  float: left;
  padding: 2% 60px;
  box-sizing: border-box;
}

.about_l {
  width: 45%;
  float: left;
  margin-right: 5%;
}

.about_us .about_l:last-child {
  margin-right: 0px;
  margin-left: 5%;
}

.about_in {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: justify;
}

.about_in img {
  width: 100%;
  max-width: 408px;
  float: left;
  margin-bottom: 20px;
}

.about_readmore {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 0px;
  box-sizing: border-box;
}

.section_4 {
  width: 100%;
  height: 90vh;
  float: left;
}

.msg_heading {
  width: 100%;
  float: left;
  color: #ea2425;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.msg_heading span {
  font-weight: bold;
  font-size: 30px;
}

.pri_msg {
  width: 100%;
  float: left;
}

.pri_msgin {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  max-width: 1500px;
}

.msg_box {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}

.primsg_bg {
  /*background: url(/images/principal_img.jpg) no-repeat right bottom;*/
  width: 100%;
  height: 80vh;
  overflow: hidden;
  float: left;
  text-align: center;
}

.primsg_bg img {
  width: 100%;
}

.msg_txtbx {
  width: 484px;
  height: 464px;
  background: rgba(255, 255, 255, .9);
  float: left;
  position: absolute;
  padding: 50px 30px;
  box-sizing: border-box;
  left: 22%;
  top: 20%;
  text-align: center;
}

.msg_txt {
  width: 100%;
  min-height: 334px;
  float: left;
  text-align: justify;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.msg_txt p {
  font-size: 16px;
  color: #313131;
  margin-bottom: 15px;
}

.msg_txt p b {
  font-weight: bold;
  font-size: 18px;
}

#pri_msg .flex-control-nav {
  z-index: 9;
  bottom: 1%;
  /*left:50%;*/
  /*margin-left:-10%;*/
  ;
  position: relative;
}

#pri_msg .flex-direction-nav a.flex-next:before {
  display: none;
}

#pri_msg .flex-direction-nav a:before {
  display: none;
}

.section_5 {
  width: 100%;
  height: 80vh;
  float: left;
}

.gallery_sec {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 25px 38px 0px 50px;
  box-sizing: border-box;
}

.gallery_secin {
  width: 1028px;
  height: 612px;
  margin: 0 auto;
  float: right;
}

.photo_gallery {
  width: 47%;
  float: left;
  position: relative;
}

.gal_updated {
  width: 70%;
  float: left;
  font-size: 15px;
}

.gallery_bx {
  width: 100%;
  float: left;
}

.photo_left {
  background: #fff url(../images/arrows.png) no-repeat 0px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: inline-block;
  cursor: pointer;
  transition: all .35s linear;
}

/*.photo_left:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat 0px -36px;}*/
.photo_right {
  background: url(../images/arrows.png) no-repeat -55px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: inline-block;
  cursor: pointer;
  transition: all .35s linear;
}

/*.photo_right:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat -55px -36px;}*/
.galley_slider {
  width: 100%;
  float: none;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 480px;
}

.galley_slider ul {
  width: 100%;
  float: left;
  text-align: center;
}

.galley_slider ul li {
  display: inline-block;
  margin: 0px 15px;
}

.galley_slider ul li div {
  width: 208px;
  height: 140px;
  float: left;
  background: #e1e1e1;
  overflow: hidden;
}

.galley_slider ul li div img {
  width: 100%;
  transition: all .35s linear;
  filter: brightness(100%);
  min-height: 140px;
}

.gal_heading {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.gal_readmore {
  width: 100%;
  text-align: center;
  float: left;
  padding: 35px 0px;
  box-sizing: border-box;
}

.galley_slider ul li:hover div img {
  transform: scale(1.2);
  filter: brightness(120%);
}

.kids_corner {
  width: 47%;
  float: right;
  position: relative;
}

.kids_corner_bx {
  width: 100%;
  float: left;
}

.kids_left {
  background: #fff url(../images/arrows.png) no-repeat 0px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: inline-block;
  cursor: pointer;
  transition: all .35s linear;
}

/*.photo_left:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat 0px -36px;}*/
.kids_right {
  background: url(../images/arrows.png) no-repeat -55px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: inline-block;
  cursor: pointer;
  transition: all .35s linear;
}

/*.photo_right:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat -55px -36px;}*/
.kids_slider {
  width: 100%;
  float: none;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 480px;
}

.kids_slider ul {
  width: 100%;
  float: left;
  text-align: center;
}

.kids_slider ul li {
  display: inline-block;
  margin: 0px 15px;
}

.kids_slider ul li div {
  width: 208px;
  height: 140px;
  float: left;
  background: #e1e1e1;
  overflow: hidden;
}

.kids_slider ul li div img {
  width: 100%;
  transition: all .35s linear;
  filter: brightness(100%);
  min-height: 140px;
}

.kids_heading {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.kids_readmore {
  width: 100%;
  text-align: center;
  float: left;
  padding: 35px 0px;
  box-sizing: border-box;
}

.kids_slider ul li:hover div img {
  transform: scale(1.2);
  filter: brightness(120%);
}

.get_conet {
  width: 100%;
  float: left;
}

.get_conet ul {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
}

.get_conet ul li {
  display: inline-block;
  margin: 0px 5px;
}

.get_conet ul li a {
  text-decoration: none;
  color: #313131;
  font-size: 15px;
}

.get_icon {
  width: 154px;
  height: 144px;
  float: left;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding-top: 100px;
  box-sizing: border-box;
  transition: all .35s linear;
}

.get_ico1 {
  background: url(../images/get_icon.png) no-repeat 46px 21px;
}

.get_ico2 {
  background: url(../images/get_icon.png) no-repeat -122px 21px;
}

.get_ico3 {
  background: url(../images/get_icon.png) no-repeat -294px 21px;
}

.get_ico4 {
  background: url(../images/get_icon.png) no-repeat -464px 21px;
}

.get_ico5 {
  background: url(../images/get_icon.png) no-repeat -634px 21px;
}

.get_ico6 {
  background: url(../images/get_icon.png) no-repeat -804px 21px;
}

.get_conet ul li:hover .get_icon {
  border: 1px solid #f2404e;
  padding-top: 20px;
}

.get_conet ul li:hover .get_ico1 {
  background: #f2f2f2 url(../images/get_icon.png) no-repeat 46px 50px;
}

.get_conet ul li:hover .get_ico2 {
  background: #f2f2f2 url(../images/get_icon.png) no-repeat -122px 50px;
}

.get_conet ul li:hover .get_ico3 {
  background: #f2f2f2 url(../images/get_icon.png) no-repeat -294px 50px;
}

.get_conet ul li:hover .get_ico4 {
  background: #f2f2f2 url(../images/get_icon.png) no-repeat -464px 50px;
}

.get_conet ul li:hover .get_ico5 {
  background: #f2f2f2 url(../images/get_icon.png) no-repeat -634px 50px;
}

.get_conet ul li:hover .get_ico6 {
  background: #f2f2f2 url(../images/get_icon.png) no-repeat -804px 50px;
}

.section_6 {
  width: 100%;
  height: 100vh;
  float: left;
}

.top_sec {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 25px 38px 0px 50px;
  box-sizing: border-box;
}

.top_secin {
  width: 1028px;
  height: 612px;
  margin: 0 auto;
  float: right;
}

.top_bday {
  width: 100%;
  float: left;
}

.top_bx {
  width: 65%;
  float: left;
}

.toper {
  width: 100%;
  text-align: center;
  float: left;
}

.toper p {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 30px;
  font-size: 15px;
}

.toper_in {
  width: 48%;
  display: inline-block;
  position: relative;
}

.top_readmore {
  width: 100%;
  text-align: center;
  float: left;
}

.top_x {
  width: 100%;
  max-width: 195px;
  min-height: 220px;
  display: inline-block;
}

.xstu_left {
  background: #fff url(../images/arrows.png) no-repeat 0px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: block;
  cursor: pointer;
  transition: all .35s linear;
  position: absolute;
  top: 35%;
  left: 25px;
}

/*.xstu_left:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat 0px -36px;}*/
.xstu_right {
  background: url(../images/arrows.png) no-repeat -55px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: block;
  cursor: pointer;
  transition: all .35s linear;
  position: absolute;
  top: 35%;
  right: 25px;
}

/*.xstu_right:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat -55px -36px;}*/
.top_x h2 {
  font-size: 17px;
  margin-bottom: 18px;
}

.top_x ul {
  width: 100%;
  float: left;
  text-align: center;
}

.top_x ul li {
  display: inline-block;
}

.topr_img {
  width: 195px;
  height: 159px;
  margin: 0 auto;
  overflow: hidden;
}

.topr_img img {
  height: 100%;
}

span.stu_name {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0px;
  box-sizing: border-box;
}

.xiistu_left {
  background: #fff url(../images/arrows.png) no-repeat 0px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: block;
  cursor: pointer;
  transition: all .35s linear;
  position: absolute;
  top: 35%;
  left: 25px;
}

/*.xiistu_left:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat 0px -36px;}*/
.xiistu_right {
  background: url(../images/arrows.png) no-repeat -55px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: block;
  cursor: pointer;
  transition: all .35s linear;
  position: absolute;
  top: 35%;
  right: 25px;
}

/*.xiistu_right:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat -55px -36px;}*/
.bday_bx {
  width: 35%;
  float: left;
  text-align: center;
}

.bday_bx p {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  line-height: 20px;
  font-size: 15px;
}

.stu_bday {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}

.stu_left {
  background: #fff url(../images/arrows.png) no-repeat 0px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: block;
  cursor: pointer;
  transition: all .35s linear;
  position: absolute;
  top: 25%;
  left: 25px;
}

/*.stu_left:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat 0px -36px;}*/
.stu_right {
  background: url(../images/arrows.png) no-repeat -55px 0px;
  width: 36px;
  height: 36px;
  border: 1px solid #afafaf;
  display: block;
  cursor: pointer;
  transition: all .35s linear;
  position: absolute;
  top: 25%;
  right: 25px;
}

/*.stu_right:hover{border:1px solid #ea2425; background: #fff url(/images/arrows.png) no-repeat -55px -36px;}*/
.s_bday {
  width: 252px;
  min-height: 209px;
  display: inline-block;
}

.s_bday ul {
  width: 100%;
  float: left;
}

.std_bx {
  float: left;
  width: 190px;
  text-align: center;
  height: 229px;
}

.std_img {
  width: 136px;
  height: 159px;
  margin: 0 auto;
  overflow: hidden;
}

.t_name1 {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #313131;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 8px;
}

.t_class1 {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #313131;
  font-size: 16px;
  margin-bottom: 11px;
}

.thotsbx {
  width: 100%;
  height: 132px;
  background: #fff;
  float: left;
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-top: 55px;
}

.thought_heading {
  width: 100%;
  float: left;
  color: #ea2425;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-left: 38px;
}

.thought_heading span {
  font-weight: bold;
  font-size: 30px;
}

.thought_heading:before {
  content: "";
  background: url(../images/thoughtL.png) no-repeat center left;
  float: left;
  position: absolute;
  width: 29px;
  height: 23px;
  left: 0px;
  top: -3px;
}

.thought_slid {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.thought_slid ul {
  width: 100%;
  text-align: center;
  float: left;
}

.thought_slid ul li {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
  box-sizing: border-box;
}

.thought_slid ul li span {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#thought_slid .flex-direction-nav .flex-next {
  display: none;
}

#thought_slid .flex-direction-nav .flex-prev {
  display: none;
}

#thought_slid .flex-control-nav {
  display: none;
}

#home-section_7 {
  margin-bottom: 0px;
}

.section_7 {
  width: 100%;
  height: 60vh;
  background: url(../images/footer_bg.png) no-repeat bottom center;
  background-size: contain;
  float: left;
  text-align: center;
}

.footer_sec {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 25px 38px 0px 50px;
  box-sizing: border-box;
}

.footer_secin {
  width: 1028px;
  height: auto;
  margin: 30px auto 0 auto;
  float: right;
}

.footLbox {
  width: 75%;
  float: left;
}

.foot_bx {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}

.all_heading3 {
  width: 100%;
  float: left;
  color: #ea2425;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.foot_bx p:nth-child(3) {
  margin: 5px 0px;
}

.foot_bx p {
  width: 100%;
  float: left;
  font-size: 17px;
}

.foot_bx a {
  text-decoration: none;
  color: #313131;
}

.foot_bx p span:first-child {
  padding-right: 15px;
  border-right: 1px solid #313131;
}

.foot_bx p span:last-child {
  padding-left: 15px;
}

.mob_app {
  width: 100%;
  float: left;
  text-align: left;
  padding: 30px 0px 30px 0px;
  box-sizing: border-box;
}

.mob_app p {
  margin-bottom: 30px;
}

.mobapp_l {
  width: 50%;
  float: left;
}

.mobapp_l h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: #f2404e;
}

.mobapp_l h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #f2404e;
  padding: 13px 0px;
  box-sizing: border-box;
  font-weight: 400;
}

.mobapp_l p {
  font-size: 18px;
  color: #313131;
}

.mobapp_r {
  width: 50%;
  float: left;
  padding-top: 29px;
  box-sizing: border-box;
}

.mobapp_r ul {
  width: 100%;
  float: left;
}

.mobapp_r ul li {
  float: left;
  margin-right: 4px;
  display: inline-block;
}

.mobapp_r ul li a {
  display: block;
  float: left;
}

.mobapp_r ul li a img {
  float: left;
}

.mobapp_r p {
  text-transform: uppercase;
  font-size: 15px;
  float: left;
  margin-top: 15px;
}

.useful_link {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 12px;
}

.useful_link ul {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.useful_link ul li {
  display: inline-block;
  float: left;
}

.useful_link ul li a {
  text-align: center;
  padding: 0px 6px;
  color: #313131;
  font-size: 16px;
  border-right: 1px solid #a0a0a0;
  transition: all .35s linear;
}

.useful_link ul li a:hover {
  color: #e83c2a;
  text-decoration: underline;
}

.useful_link ul li:last-child a {
  border-right: 0px solid #a0a0a0;
}

.mob_img {
  width: 25%;
  float: right;
  position: relative;
}

.mob_img img {
  position: absolute;
  right: 0;
  margin-top: 138px;
}

.footer {
  width: 100%;
  float: left;
}

.copy_rit {
  width: 100%;
  background: #e83c2a url(../images/menu_bg.png);
  color: #fff;
  padding: 17px 0px;
  box-sizing: border-box;
  float: left;
}

.copyright {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  box-sizing: border-box;
}

.copyright_in {
  width: 100%;
  margin: 0 auto;
  float: right;
  text-align: center;
  font-size: 15px;
}

.copyright_in a img:hover {
  filter: grayscale(100%);
}

/*------------- master pages --------------------*/
.mas_header {
  left: 0px;
  opacity: 1;
}

.master_center {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 25px 38px 0px 50px;
  box-sizing: border-box;
}

.heading_master {
  width: 1028px;
  min-height: 500px;
  margin: 0 auto;
  float: right;
  background: #fff;
}

.mas_head {
  background: #f05a21;
  padding: 17px 22px 8px 22px;
  box-sizing: border-box;
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
}

.mas_head::first-letter {
  font-size: 30px;
  font-weight: bold;
}

.conetnt_master {
  width: 100%;
  text-align: justify;
  padding: 32px;
  box-sizing: border-box;
  float: left;
  font-size: 17px;
  color: #313131;
  line-height: 27px;
}

.conetnt_master p {
  margin-bottom: 25px;
}

.about_school {
  width: 100%;
  float: left;
}

.inn-heading {
  font-size: 20px;
  color: #0d5b99;
  margin-bottom: 10px;
  display: block;
}

img.mas_img {
  margin: 0 auto;
  width: 100%;
  /* max-width: 950px; */
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
}

img.mas_img2 {
  float: left;
  padding: 0px 30px 30px 0px;
  box-sizing: border-box;
}

.about_school ul {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.about_school ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}

.about_school ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/ul_li_dot.png) no-repeat center center;
  width: 5px;
  height: 9px;
  float: left;
}

.mas_footer {
  margin-bottom: 20px;
}

.mas_footer_secin {
  height: 430px;
}

.mas_mobimg img {
  margin-top: 42px;
}

.mas_mobapp {
  padding-top: 20px;
}

.total_visiters {
  width: 100%;
  text-align: center;
  float: left;
  padding-top: 8px;
  font-size: 18px;
  color: #0d5997;
}

/*infrastruture pages *********/
ul.infra {
  width: 100%;
  float: left;
  text-align: center;
}

ul.infra li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.infrImg {
  border: 5px solid #0d5b99;
  width: 100%;
  max-width: 292px;
  padding: 3px;
  box-sizing: border-box;
  display: inline-block;
}

/*.infrImg img{ width:100%; float:left;}*/
.infra_cap {
  background: #aad3f5;
  font-size: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.uniform {
  width: 100%;
  float: left;
  text-align: center;
}

.uniform ul {
  width: 100%;
  float: left;
}

.uniform ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: left;
}

.uniform ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/ul_li_dot.png) no-repeat center center;
  width: 8px;
  height: 8px;
  float: left;
}

.uniform span {
  display: inline-block;
  vertical-align: top;
  margin: 0px 30px;
  text-align: center;
}

.maryward {
  width: 100%;
  float: left;
}

.maryward img {
  float: right;
  padding: 0px 0px 30px 30px;
  box-sizing: border-box;
}

p.inner-img-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0d5b99;
}

.maryward2 {
  width: 100%;
  float: left;
}

.maryward2 img {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  border: 15px solid #0d5b99;
}

.maryward2 p {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  box-sizing: border-box;
}

.maryward3 {
  width: 100%;
  text-align: center;
  float: left;
  padding-top: 30px;
}

.maryward3 b {
  font-size: 20px;
  color: #0d5b99;
}

.images-mary {
  width: 100%;
  text-align: center;
  float: left;
}

ul.mary {
  width: 100%;
  float: left;
  text-align: center;
}

ul.mary li {
  display: inline-block;
  color: #0d5b99;
  margin: 0px 15px 30px 15px;
}

img.mary_img {
  padding: 5px;
  background: #fff;
  border: 10px solid #0d5b99;
}

.mang_comity {
  width: 100%;
  float: left;
  overflow-x: auto;
}

.our_moto {
  width: 100%;
  float: left;
}

.our_moto div {
  width: 100%;
  float: left;
  text-align: center;
}

iframe.desk_logo {
  background: #0d5895 url(../images/menu_bg.png) center center;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
}

iframe.desk_logo_mob {
  background: #0d5895 url(../images/menu_bg.png) center center;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  display: none;
}

.fee_stru {
  width: 100%;
  float: left;
  overflow: auto;
}

table.tab_1 {
  width: 100%;
  float: left;
  border: 1px solid #07538f;
  margin-bottom: 15px;
  text-align: left;
}

table.tab_1 tr td {
  padding: 5px 10px;
  box-sizing: border-box;
}

table.tab_1 tr th {
  padding: 5px 10px;
  box-sizing: border-box;
}

table.tab_1 tr:first-child {
  background: #0d5b99;
  color: #fff;
}

table.tab_1 tr:nth-child(2n+2) {
  background: #e9e9e9
}

table.tab_1 tr:nth-child(2n+3) {
  background: #dceefc
}

.name-msg {
  float: right;
  font-weight: bold;
  margin-left: 15px;
  display: block;
  text-align: center;
}

img.img-postion {
  border: 5px solid #2e97c3;
  padding: 3px;
}

.voice_sms {
  width: 100%;
  float: left;
}

.voice_sms ul {
  width: 100%;
  float: left;
  text-align: center;
}

.voice_sms ul li {
  display: inline-block;
  position: relative;
  margin: 0px 6px 15px 6px;
  text-align: left;
}

.vsm_in {
  float: left;
  height: 200px;
  width: 460px;
  padding: 15px;
  box-sizing: border-box;
  background: url(../images/vsms_bg.png) no-repeat bottom center;
  border: 1px solid #d2d2d2;
  position: relative;
}

.vsm_in audio {
  width: 100%;
  background: #f1f3f4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.topers {
  width: 100%;
  float: left;
}

.topers ul {
  width: 100%;
  float: left;
  text-align: center;
}

.topers ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 13px 30px 13px;
  width: 200px;
}

.top_img {
  width: 152px;
  border: 5px solid #0d5b99;
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  height: 175px;
  overflow: hidden;
}

.top_img img {
  width: 136px;
  height: 159px;
}

.top_img2 img {
  border: 5px solid #0d5b99;
  padding: 3px;
  box-sizing: border-box;
}

.topers h2 {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  background: #0d5b99;
  float: left;
  width: 100%;
  text-align: center;
  padding: 6px 15px 2px 15px;
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
}

ul.staff_name {
  width: 100%;
  text-align: center;
  float: left;
}

ul.staff_name li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 9px 18px 9px;
}

ul.staff_name li img {
  width: 100%;
  max-width: 438px;
  border: 4px ​solid #ea2425;
  padding: 3px;
  box-sizing: border-box;
}

.stu_concil {
  width: 100%;
  float: left;
}

.teac_staff {
  width: 100%;
  float: left;
  overflow: auto;
}

.teac_staff img {
  width: 146px;
  height: 169px;
  border: 5px solid #2e97c3;
  padding: 3px;
  box-sizing: border-box;
}

.magazine {
  width: 100%;
  float: left;
}

.magazine ul {
  text-align: center;
  float: left;
  width: 100%;
}

.magazine ul li {
  display: inline-block;
  margin: 0px 6px 20px 6px;
}

.mag_bx {
  width: 300px;
  height: 380px;
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}

.mag_img {
  width: 100%;
  float: left;
  text-align: center;
}

.mag_img img {
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.mag_name {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0px 20px 0px;
  box-sizing: border-box;
}

.mag_down {
  width: 100%;
  text-align: center;
  float: left;
  text-transform: uppercase;
}

.mag_down a {
  width: 164px;
  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  position: relative;
  color: #313131;
  padding-top: 2px;
}

.mag_down a:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  border-right: 0px solid #ea2425;
  border-bottom: 0px solid #23c5f5;
  border-left: 20px solid transparent;
  border-top: 20px solid #afafaf;
  transition: all .35s linear;
}

.mag_down a:before {
  content: "";
  width: 0px;
  height: 100%;
  background: #ea2425;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s linear;
  z-index: -1;
}

.mag_down a:hover:after {
  border-top: 20px solid #fff;
}

.mag_down a:hover:before {
  width: 100%;
}

.mag_down a:hover {
  color: #fff;
  border: 1px solid #ea2425;
  z-index: 2;
}

.jpic_button {
  width: 100%;
  text-align: center;
  float: left;
}

.jpic_button1 {
  width: 100%;
  text-align: center;
  float: left;
}

.jpic_button1 a {
  display: inline-block;
  padding: 0px 30px;
  margin: 0px 6px;
  box-sizing: border-box;
}

.jpic_bx {
  width: 100%;
  float: left;
}

.jpic_page {
  width: 100%;
  float: left;
  text-align: center;
}

.jpic_page img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.maxims_ward {
  width: 100%;
  float: left;
  text-align: center;
}

.maxims_1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.maxims_2 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#slider>.flex-direction-nav .flex-next {
  opacity: 1;
  height: 42px;
  width: 42px;
  border: 1px solid #ebebeb;
  background: #fff url(../images/gryR.png) center center no-repeat;
  top: 50%;
  right: 0px;
  margin-top: -26px;
  /* visibility: hidden; */
}

#slider>.flex-direction-nav .flex-prev {
  opacity: 1;
  height: 42px;
  width: 42px;
  border: 1px solid #ebebeb;
  background: #fff url(../images/gryl.png) no-repeat center;
  top: 50%;
  margin-top: -26px;
  left: 0px;
  /*visibility:hidden*/
}

#slider .flex-direction-nav a:before {
  display: none;
}

#slider .flex-direction-nav a.flex-next:before {
  display: none;
}

#carousel>.flex-direction-nav .flex-next {
  opacity: 1;
  height: 42px;
  width: 42px;
  border: 1px solid #ebebeb;
  background: #fff url(../images/gryR.png) center center no-repeat;
  top: 50%;
  right: 0px;
  margin-top: -26px;
  /* visibility: hidden; */
}

#carousel>.flex-direction-nav .flex-prev {
  opacity: 1;
  height: 42px;
  width: 42px;
  border: 1px solid #ebebeb;
  background: #fff url(../images/gryl.png) no-repeat center;
  top: 50%;
  margin-top: -26px;
  left: 0px;
  /*visibility:hidden*/
}

#carousel .flex-direction-nav a:before {
  display: none;
}

#carousel .flex-direction-nav a.flex-next:before {
  display: none;
}

.sitemaph {
  width: 100%;
  float: left;
}

.home {
  width: 100%;
  float: left;
  text-align: center;
}

.siteMap_b {
  width: 100%;
  max-width: 306px;
  margin: 0px 7px;
  text-align: left;
  display: inline-block;
  float: left;
  vertical-align: top;
  margin-bottom: 15px;
}

.siteMap_b span a {
  font-size: 18px;
  background: #a6c437;
  color: #fff;
  width: 100%;
  float: left;
  padding: 5px 10px;
  box-sizing: border-box;
}

ul.sitemap_ul {
  width: 100%;
  float: left;
  background: #ebebeb;
  min-height: 180px;
  border: 1px solid #dcdcdc;
  border-top: 0px solid #dcdcdc;
}

ul.sitemap_ul li {
  width: 100%;
  float: left;
}

ul.sitemap_ul li a {
  padding: 5px 15px;
  transition: all .35s linear;
}

ul.sitemap_ul li a:hover {
  padding: 5px 20px;
  color: #ea2425;
}

.thankyou {
  width: 100%;
  text-align: center;
  padding: 80px 0px;
  box-sizing: border-box;
}

.Back_b {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 30px;
}

.event_btn {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
  box-sizing: border-box;
}

a.event_btn_red {
  text-decoration: none;
  color: #313131;
  font-size: 15px;
  font-weight: 300;
  height: 35px;
  min-width: 190px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #afafaf;
  display: inline-block;
  position: relative;
  transition: all .35s linear;
  z-index: 1;
}

a.event_btn_red:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  border-right: 0px solid #ea2425;
  border-bottom: 0px solid #23c5f5;
  border-left: 20px solid transparent;
  border-top: 20px solid #afafaf;
  transition: all .35s linear;
}

a.event_btn_red:before {
  content: "";
  width: 0px;
  height: 100%;
  background: #ea2425;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s linear;
  z-index: -1;
}

a.event_btn_red:hover:after {
  border-top: 20px solid #fff;
}

a.event_btn_red:hover:before {
  width: 100%;
}

a.event_btn_red:hover {
  color: #fff;
  border: 1px solid #ea2425;
}

.ChildPageContainerHeadingAdmin {
  width: 100%;
  float: left;
}

#marquee {
  overflow: hidden;
  white-space: nowrap;
  float: left;
  margin-top: 10px;
  display: none;
}

.modalBackground {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .7;
  z-index: 100000 !important
}

/*---------------------- acordian style -------*/
.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #0d5b99 url(../images/arrow-accor-down.png) no-repeat 99% center;
  color: #fff;
  border: 1px solid #0d5b99;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 7px 15px 3px 15px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

.accordionContent_Y {
  width: 100%;
  border: 1px solid #ea2425;
  border-top: none;
  padding: 7px 15px 3px 15px;
  box-sizing: border-box;
}

.accordionHeaderSelected {
  width: 100%;
  text-align: left;
  background: #ea2425 url(../images/arrow-accor-up.png) no-repeat 99% center;
  color: #fff;
  border: 1px solid #ea2425;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 7px 15px 3px 15px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

.accordionHeader_selected {
  width: 100%;
  text-align: left;
  background: #ea2425 url(../images/arrow-accor-up.png) no-repeat 99% center;
  color: #fff;
  border: 1px solid #ea2425;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 7px 15px 3px 15px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

.back-to-top {
  position: fixed;
  bottom: 19px;
  right: 5px;
  display: none;
  transition: all .5s ease 0;
  z-index: 9999;
}

#apj-contact-form label,
#apj-writeus-form label {
  float: left;
}

.contactus-btn {
  background: #ffff;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #313131;
  width: 147px;
  border: 1px solid #c5c5c5;
  line-height: 30px;
  text-transform: capitalize;
  transition: all .5s;
  font-family: 'Josefin Sans', sans-serif;
}

.contactus-btn:hover,
.contactus-btn:focus,
.contactus-btn:active,
.contactus-btn:active:hover {
  color: #eb2627;
  background: #fff;
  border: 1px solid #eb2627;
  outline: 0;
}

.contact-form.flex-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -10px -10px;
}

.contact-form [class*="contact-col"] {
  padding: 10px 10px;
  width: 100%;
}

.contact-form .contact-col-2 {
  width: 50%;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #e8e8e8;
}

form.contact-form .btn {
  margin-top: 20px;
}

form.search-line .search-btn {
  font-family: 'linearicons';
  font-size: 20px;
  width: 42px;
  height: 42px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  margin-top: 0;
  margin-left: 20px;
}

.search-line .search-btn:before {
  content: "\e922";
}

#newsletter input:not(:last-child) {
  margin-bottom: 0;
}

#newsletter .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form.type-2 .row:not(:last-child) {
  margin-bottom: 15px;
}

#tc-serial-no {
  width: 100%;
  color: #858585;
  border-radius: 20px;
  height: 42px;
  padding: 10px 30px;
  background-color: #fff;
  text-align: left;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: box-shadow .35s ease, border-color .35s ease;
  transition: box-shadow .35s ease, border-color .35s ease;
}

.downloadtc {
  font-weight: 700;
  color: #ea2425;
}

.apj-panel-group .panel-title a {
  width: 100%;
  text-align: left;
  background: #ea2425;
  color: #fff;
  border: 1px solid #ea2425;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

.apj-panel-group .panel-title a.collapsed {
  width: 100%;
  text-align: left;
  background: #0d5b99;
  color: #fff;
  border: 1px solid #0d5b99;
  font-size: 18px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

#online_regi {
  display: none;
}

#msgurgent {
  display: none;
  z-index: 1000000;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
}

#msgurgent .browsermsg {
  position: relative;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: auto;
  width: 370px;
  height: 130px;
  background-color: #fff;
  color: #000;
  padding: 20px;
  line-height: 30px;
  border: 1px solid #727272;
}

.browsermsg p {
  text-align: left;
}

.browsermsg p,
.browsermsg ul li span,
.browsermsg ul li a {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  font-weight: normal;
}

.browsermsg ul li span,
.browsermsg ul li a {
  text-align: center;
  display: inline-block;
  border: 1px solid #727272;
  float: left;
  padding: 4px 8px;
  text-transform: capitalize;
  width: 140px;
  margin: 0 8px;
}

.browsermsg ul {
  margin-top: 23px;
  display: inline-block;
}

.browsermsg ul li span {
  cursor: pointer;
}

.browsermsg ul li {
  display: inline-block;
  float: left;
}

.flash_tab {
  width: 100%;
  float: left;
  background: rgba(255, 0, 0, .8);
  padding: 0px 0px;
  box-sizing: border-box;
  height: 22px;
}

.flash_tab a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0px 40px;
}

ul.flas_tab_new {
  position: absolute;
  top: 225px;
  left: 5px;
  z-index: 99;
}

@media screen and (max-width: 767px) {

  .tab2,
  .tab3,
  .tab4,
  .oasis-tab10,
  .tabapj,
  .tabapj1,
  .apj {
    position: static !important;
    text-align: center;
    margin-top: 10px;
  }

  .tab1 {
    position: static !important;
    text-align: center;
  }

  .oasis-tab15 {
    position: static !important;
    margin-top: 15px;
  }

  .oasis-tab9 {
    position: static !important;
    margin-top: 15px;
  }

  .oasis-tab11 {
    position: static !important;
    margin-top: 15px;
  }

  .oasis-tab1 {
    position: static !important;
    margin-top: 10px;
  }

  .oasis-tab2 {
    position: static !important;
    margin-top: 10px;
  }

  .oasis-tab3 {
    position: static !important;
    margin-top: 10px;
  }

  .oasis-tab {
    position: static !important;
    text-align: center;
  }

  ul.flas_tab_new {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
  }
}

img.apjlogo {
  position: relative;
  top: 4px;
}

.oasis-tab {
  position: absolute;
  right: 0;
  top: 170px;
}

@keyframes blinkingText {
  0% {
    background: #e83c2a;
  }

  50% {
   /* background: #2b953e;*/
  background: #e8d035;        
  }

  100% {
    background: #e83c2a;
  }
}

.flas_tab2 li,
.flas_tab_new li {
  display: block;
  margin: 5px 0px;
}

.tab1 a,
.tab2 a,
.tab3 a,
.tab4 a,
.tabapj a,
.tabapj1 a,
.apj a {
  color: #fff;
  line-height: 25px;
  font-size: 13px;
  text-transform: uppercase;
  background: ##a6c437;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
  animation: blinkingText1 2s infinite;
  font-weight: 600;
  width: 250px;
}

.oasis-tab a,
.oasis-tab1 a,
.oasis-tab2 a,
.oasis-tab8 a,
.oasis-tab3 a,
.oasis-tab15 a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  background: #095c94;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
  animation: blinkingText1 2s infinite;
  font-weight: 600;
  width: 250px;
}

@keyframes blinkingText1 {
  0% {
    background: #2b953e;
  }

  50% {
    background: #e83c2a;
  }

  100% {
    background: #2b953e;
  }
}

.oasis-tab9 a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #095c94;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
  line-height: 18px;
  animation: blinkingText1 2s infinite;
  font-weight: 600;
  width: 250px;
}

.oasis-tab10 a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #095c94;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
  line-height: 18px;
  animation: blinkingText1 2s infinite;
  font-weight: 600;
  width: 250px;
}

.oasis-tab11 a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #095c94;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
  line-height: 18px;
  animation: blinkingText1 2s infinite;
  font-weight: 600;
  width: 250px;
}

.staff-panel .panel-body {
  display: inline;
}
