@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  background-color: #fffaf9;
  font-family: "Inter", sans-serif !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

ol, ul {
  list-style: none;
  padding: 0 0 !important;
  margin: 0 !important;
}


.clear {
  clear: both;
}

/* Header css */
.top-hd{
    background-color: #2262C6;
}
.logo{
    padding: 14px 0;
}
.top-rt{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
ul.top-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top-number li {
  padding: 0 13px;
  transition: all 0.5s;
  color: #fff;
  display: flex;
  align-items: center;
}
ul.top-number li img {
  padding: 0 9px;
}
ul.top-number li a {
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}
ul.top-number li:hover {
  transform: scale(1.05);
  /* color: #F5802D; */
}
/* 
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  } */

  
/* Access Quick css */
.quick-access {
  margin: 0;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 148px;
  border-radius: 30px;
}
.quick-access .link {
  cursor: pointer;
  display: block;
  padding:10px 12px 10px 18px;
  color: #4D4D4D;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: right;
  font-weight: 500;
}
.quick-access .link span i {
  background: #2262c6;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.quick-access li:last-child .link {
	border-bottom: 0;
}

.quick-access 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;
}
.quick-access li i.fa-chevron-down {
  left: 6px;
  right: auto;
  font-size: 16px;
  top: 6px;
}
.quick-access li.open .link {
	color: #2262c6;
}

.quick-access li.open i {
	color: #fff;
}

.quick-access li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.access-dropdown {
  display: none;
  background: #fff;
  font-size: 14px;
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0px #b5b5b5;
  z-index: 9999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all .35s linear;
}
.quick-access li:hover .access-dropdown {
  webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.access-dropdown li {
	border-bottom: 1px solid #f5f5f5;
}
.access-dropdown li:last-child{
  border-bottom: none;
}
ul.access-dropdown li a {
  padding: 10px 10px 10px 10px;
  color: #1c1b1b;
  font-weight: 400;
  font-size: 15px;
}
.access-dropdown a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 6px 29px;
  padding-left: 0;
  webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.access-dropdown a:hover {
	background: #2262c6;
	color: #FFF;
}


/* Slider Css */
.slider-txt {
  padding: 0px 0 90px 0;
}
.slider-wrap{
    position:relative;
    overflow:hidden;
    padding:0px 60px;
}

.slider{
    display:flex;
    transition:transform 0.6s ease;
}

/* slide */
.slide{
    flex:0 0 25%;
    padding:0px;
    position:relative;
    transition:all 0.4s ease;
}

.slide img{
    width:100%;
    height:450px;
    object-fit:cover;
    filter:grayscale(100%);
    transition:all 0.4s ease;
    border-radius:4px;
}

/* number */
.count {
    position: absolute;
    bottom: 23px;
    left: 18px;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    z-index: 5;
    font-family: 'Montserrat';
}

/* hover full */
.slide.hovered{
    flex:0 0 60%;
    z-index:20;
}
.slide.hovered img {
    transform: scale(1);
    filter: grayscale(0%);
}
/* shift others */
.slide.shift-left{
    transform:translateX(0);
    opacity:0.5;
}

/* arrows */
.nav11{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(255,255,255,0.7);
    border:none;
    font-size:26px;
    padding:8px 12px;
    cursor:pointer;
    z-index:50;
}
.prev{left:10px;}
.next{right:10px;}





/* Copyright Icon Css */
.copyright-box {
    margin: 0;
    position: relative;
    /* background: #fff;
    border: 1px solid red;
    MARGIN: AUTO;
    margin-top: -47px;
    margin-bottom: 33px; */
}
.regular {
    background: #fff;
    margin: -24px 0 0 0;
    padding: 0;
}
.e-care-box a {
  height: 149px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0;
  width: 252px !important;
  flex-direction: column;
  color: rgba(0, 0, 0, 1);
  line-height: 42px;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 300;
}
.e-care-box a:hover img {
  filter: invert(1);
}
.e-care-box a:hover {
  background: #2262C6;
  color: #fff;
}

.color-light a {
  background: #2262C6 !important;
  color:#fff
}
.e-care-box {
  width: auto !important;
}
ul.parent-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 103%;
  top: 42%;
  left: -17px;
}
li.next2, li.prev2 {
  height: 30px;
  background: #f5802d;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
li.prev2 i {
  left: -2px;
  position: relative;
}
li.next2 i {
  position: relative;
  left: 2px;
}


/* Notices Box */
.notice-title{
  text-align: center;
  padding: 10px 0 16px 0;
  margin: 0px;
}
.notice-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.Notice-box{
  background:#1f63c6;
  height: 164px;
  width: 1044px;
  margin: auto;
  border-radius:82px;
  position: relative;  
  overflow: hidden;
}
.notice-text p a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.Notice-box::before {
  content: '';
  position: absolute;
  height: 100%;
  background: #fff;
  width: 48px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.notices-bx1 {
  margin: 0 0 0 47px;
  padding: 0 70px 0 0;
  position: relative;
  width: 444px !important;
}
.notices-date {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 36px 0 8px 0;
  margin: 0px;
  line-height: 30px;
}
.notices-date span {
  font-size: 26px;
}
.notices-bx1 p {
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  font-weight: 400;
}
.notices-bx1 p a{
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 0 22px 0 0;
  margin: 0px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  width: 409px !important;
  display: block;
  cursor: pointer;
}
ul.parent-arrow3 {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: auto;
    position: absolute;
    width: 100%;
    bottom: 21px;
    left: 0px;
}
li.next3, li.prev3 {
  height: 30px;
  border:1px solid #fff;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  margin: 0 6px;
}
.updated-date {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0 0 0;
  margin: 0px;
} 
.new-bx1 {
  position: absolute;
  right: 15px;
  background: rgba(255, 184, 0, 1);
  width: 46px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 264px;
  border: 1px solid #fff;
  top: 9px;
  font-weight: 500;
  margin: 2px 0px 0 0;
}

/* Meassages Css */
.bg-ourfounder {
    padding: 78px 0 50px 0;
}

.about-data {
    padding:84px 0px 84px 26px;
}

.bg-message{
  padding: 50px 0;
  position: relative;
}
.msg-img {
  overflow: hidden;
  padding: 0 18px 0 0;
}
.msg-img img {

  max-width: 100%;
}
.msg-txt.about-txt p{
    color: #fff;
}
.msg-data {
    padding: 20px 0 0 0;
}
.title-msg h3 {
    color: #2262C6;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0 0 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0;
    font-family: 'Montserrat';
}
.msg-txt p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
    color: #1E1E1E;
    padding-top: 10px;
    font-family: 'Montserrat', serif;
    }

.title-msg p {
    color: #1E1E1E;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}
.msg-txt a {
    background: #3DB166;
    padding: 8px 16px;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0;
    transition: all 0.5s;
    margin-top: 10px;
}
.msg-txt a:hover{
  background: #2262C6;
}
ul.parent-arrow4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 69px;
  top: 6px;
  right: 17px;
}
li.next4, li.prev4 {
  height: 30px;
  background: #f5802d;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}


.principal-bx {
  display: flex;
  max-width: 100%;
  margin: auto;
  background: #fff;
}
/* LEFT */
.principal-box {
  width: 50%;
  background-color: #e8f0fb;
}

.principal-box img {
  width: 100%;
  display: block;
}
.principal-content {
    padding: 20px;
    background: #e8f0fb;
    padding-left: 38px;
    padding-top: 34px;
}
.principal-content h3 {
    color: #0056b3;
    font-size: 22px;
    margin-bottom: 0xpx;
    font-family: 'Montserrat';
    font-weight: 700;
}

.principal-content h4 {
  font-size: 14px;
  margin-bottom: 10px;
}

.principal-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.read-more {
    display: inline-block;
    margin-top: 0;
    padding: 9px 18px;
    background: #3DB166;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
}
.read-more:hover{
    background: #1f63c6;
}

/* RIGHT */
.notice-board {
  width: 50%;
  background: #1f63c6;
  padding: 20px;
  color: #fff;
  position: relative;
}

.notice-board h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat';
    padding: 5px 0 7px 0;
}
.notice {
  display: flex !important;
  background: #fff;
  color: #000;
  margin-bottom: 28px;
  padding: 10px 10px 10px 0;
  border-left:6px solid #3DB166
}
.date {
    min-width: 130px;
    text-align: center;
    color: #3DB166;
    font-weight: 500;
    font-size: 24px;
    padding: 10px 0 0 0;
}
.date small {
    color: #3DB166;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 2px solid #3DB166;
    padding: 0 0 2px 0;
}
.notice-text p {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    padding: 15px 0 0 0;
}
.notice-text small {
    font-size: 14px;
    color: #4db773;
    font-family: 'Montserrat';
    font-weight: 400;
}
.see-all {
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 6px 14px;
  background: #4caf50;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 3px;
  z-index: 999;
  position: relative;
}





/* About Us */
.bg-about{
  padding: 0 0 50px 0;
}
.about-img {
  padding: 0 0 0 0;
  border-radius: 0;
  display: flex;
  justify-content: flex-end;
}
.about-img img {
  max-width: 100%;
  border-radius: 0;
}
.msg-txt.about-txt {
  width: 95%;
}
.about-data .title-msg h3{
    color:#fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0 0 0;
    margin: 0px;
    margin: 0;
}     
.about-data .title-msg p {
    color: #DEE89A;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}

/* PhotoGallery Css */
.bg-phtgallry{
  background: url('../images/bg-pht.jpg');
  width:100%;
  height: auto;
  padding: 50px 0;
  margin-top: 50px;
}
.photo-title h3 {
    text-align: right;
    font-size: 24px;
    color: rgb(31 99 198);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}
.photogallery-sl {
  border-radius: 0;
  overflow: hidden;
  height: 430px;
}
.phto-bx {
    margin: 0 0 6px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 210px !important;
    left: -15px;
}
.phto-bx img {
  width: 100%;
  padding: 0 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 250px;
  object-fit: cover;
  width: 300px;
}

.video-title h3 {
    text-align: right;
    font-size: 24px;
    color: rgb(31 99 198);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}
.videogallery-sl {
  border-radius:0;
  overflow: hidden;
  height: 430px;
}
.vido-bx::before {
  content: '';
  background: url('../images/Play.svg');
  height: 42px;
  width: 42px;
  position: absolute;
  bottom: 11px;
  left: 20px;
  z-index: 99;
}
.vido-bx {
  margin: 0 0 6px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 210px !important;
}
.vido-bx img {
  width: 100%;
  padding: 0 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 250px;
  object-fit: cover;
  width: 300px;
}
img.video-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 74%;
  left: 5px;
  z-index: 99;
}
a.btn-pht.pht-btn {
  text-align: center;
  margin: auto;
}
a.btn-pht {
    display: inline-block;
    background: #4caf50;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 0;
    color: #fff;
    transition: all 0.5s;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    width: 138px;
    text-align: center;
    margin: auto;
}
a.btn-pht:hover {  
  background: #2262C6;
}

/* Video Popup css */
.modal-content.video-content {
  background: #000000c7;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.close {
  background: white;
  margin: 0 0 0 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}


/* Mobile App Css */
.bg-mobile{
    background-image: url('../images/mobile-bg.png');
    padding:22px 0;
    background-repeat: no-repeat;
    background-size: cover;  
}
.mobile-app-bx { 
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mobile-slide-bx {
  height: auto;
  width: 635px;
  float: right;
  margin: 19px 20px 0 0;
  padding: 22px;
  overflow: hidden;
}
.mobile-app-icon {
  text-align: center;
}
.mobile-app-icon h5 {
    color: #fff;
    font-size: 33px;
    padding: 15px 0 10px 0;
    margin: 0px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.mobile-app-icon h3 {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 800;
}
.app-txt h5 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 72%;
    margin: auto;
    font-family: 'Montserrat';
    line-height: 27px;
}
.mobile-sl ul.slick-dots li {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  border:1px solid white;
}
.mobile-sl ul.slick-dots li.slick-active {
  border: 1px solid #fff;  
  background-color: #0056b3;
}
.mobile-app-icon {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.mobile-app-icon h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 0 0 0;
    font-family: 'Montserrat';
}
.mobile-app-icon h4 span {
  display: block;
  padding: 7px 0 0 0;
  letter-spacing: 1px;
}
.slick-dots li.slick-active button:before{
  opacity: 0 !important;
}
.slick-dots li button:before{
  opacity: 0 !important;
}
/* Footer Css */
footer{
  background-color: rgba(37, 48, 61, 1);
  padding: 50px 0 0 0;
}
.ft-logo h6 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 25px 0 17px 0;
    line-height: 24px;
    font-family: 'Montserrat';
}
.ft-logo p img {
  margin: 0 11px 0 0;
}
.ft-logo p a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s;
}
.ft-logo p a:hover{
  color:#f5802d
}
.widgets-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.followus {
  padding: 36px 0 0px 0px;
}
.followus h4 {
  color: rgba(245, 128, 45, 1);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 0 9px 0;
}

.widgets-social a {
  width: 39px;
  height: 39px;
  color: #000;
  display: flex;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 15px;
  background-color: #fff;
  transition: all 0.8s;
  align-items: center;
  justify-content: center;
}
.widgets-social a img{
  filter: invert(0.8);
}
.widgets-social a:hover {
  background: #2866c8;
}
.ft-orng h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  padding-bottom: 22px;
}
.ft-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
ul.quickul {
  width: 230px;
}
ul.quickul li {
    background: url('../images/arrow-lt.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 0 0 0 21px;
    transition: all 0.5s;
}
ul.quickul li:hover{
  margin-left: 10px;
}
ul.quickul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 36px;
  transition: all 0.6s;
}
ul.quickul li a:hover{
  color: #2866c8;
}
.ft-copyright {
  padding: 45px 0 0 0;
  text-align: center;
  color: #fff;
}
.ft-copyright p{
  font-size: 16px;
  font-weight: 200;
}
.ft-copyright a{
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.ft-copyright a:hover{
  color:#2866c8;
}

.masterMain {
    margin: 40px 0;
    background: white;
    padding: 24px 26px;
    border-radius: 4px;
}
h3.masterHead.pageHeading {
    background: #2262c6;
    text-align: center;
    display: flex;
    margin: 0px auto 32px;
    max-width: max-content;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter';
    padding: 7px 28px;
    font-size: 24px;
    position: relative;
    border-radius: 3px;
}
h3.masterHead.pageHeading::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #2262c6;
    position: absolute;
    bottom: -12px;
}
h3.innerH3 {
    font-size: 24px;
    font-weight: 600;
    padding: 13px 0 5px 0;
    margin: 0px;
}
.innerImg {
    float: right;
    margin-left: 20px;
}
.innerImg img {
    border-radius: 0 47px;
    box-shadow: 1px 6px 6px 0px rgb(0 0 0 / 30%);
}
.masterText p {
    font-size: 16px;
    color: #3a3737;
    line-height: 23px;
    padding: 0px 0 12px 0;
    margin: 0;
}
.Sub_hd {
    font-size: 20px;
    font-weight: 700;
    padding: 13px 0 5px 0;
    margin: 0px;
    color: #2262c6;
    font-family: 'Montserrat';
}
ul.innerUl li, ul.unorder_list1 li {
  padding-left: 30px;
  background: url('./images/ulbg.png') 0px 4px no-repeat;
  margin-bottom: 12px;
}
table.innerTbl tr th {
    background: #dc1c42;
    color: #fff !important;
}
table.innerTbl tr:nth-child(odd) {
    background: #efe8e8;
}
table.innerTbl tr th, table.innerTbl tr td {
    border: 1px solid #173355;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #0e0a0a;
    padding: 8px 0;
}
.img_right{float:right; margin-left:10px;}
.left_img{float:left; margin-right:10px;}
.accordionHeader_Y {color: #fff;background: #012465 url(/images/ajax-arrow1.png) 99% center no-repeat;padding: 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top: 10px;}
.accordionHeaderSelected {color: #ffffff;background: #012465 url(/images/ajax-arrow.png) 99% center no-repeat;padding: 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top: 10px;}
.accordionContent_Y {background-color: #fff;padding: 25px;padding-top: 22px;border: 1px solid #012465;}



@media (min-width: 1400px){
  span.cap-img{
    left: 53% ;
  }
  
  .phto-bx img{
    left: 0%;
  }
  
}
@media (max-width: 992px){
  .Notice-box::before{
    display: none;
  }
  .Notice-box {
    width: 100%;
    height:auto;
    padding: 3px 41px 25px 41px;
    border-radius: 7px;
  }
  .notices-bx1 p a{
    width: 100% !important;
  }
  .notices-bx1{
    width: 100% !important;
    margin:0 0 0 4px;
    padding: 0px;
  }
}

@media (max-width:767px){
  .top-number{
    display: none !important;
  }
  .logo img {
      width: 43%;
  }
  .quick-access {
    position: absolute;
    top: 13px;
}
.rightside-slider{
  position: relative;
  width: 100%;
}

.box-sl img{
  height: auto;
}
.Notice-box::before{
  display: none;
}
.Notice-box {
  width: 100%;
  height:auto;
  padding: 3px 41px 25px 41px;
  border-radius: 7px;
}
.notices-bx1 p a{
  width: 100% !important;
}
.notices-bx1{
  width: 100% !important;
  margin:0 0 0 4px;
  padding: 0px;
}
ul.parent-arrow3{
  width: 98%;
  left: 3px;
}
.msg-img img, .msg-img, .about-img{
  border-radius: 6px;
  padding-bottom: 10px;
  padding-right: 0px;
}
.photogallery-sl, .videogallery-sl{
  height: auto;
  border-radius: 7px;
}
.bday-bx1 {  
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 34px 0;
  border-radius: 5px;
}
.bday-img {
  width: 100%;
  margin: 0 0 21px 0;
}
.bday-txt, .teachbday-txt{
  writing-mode: unset;
  height: auto;
}
.techbday-sl {
  height: auto;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 34px 0;
}
.bday-bx, .tech-bday-bx{
  height: auto;
  border-radius: 7px;
  margin-bottom: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-title h3, .title-bdy{
  text-align: left;
}
span.cap-img {
  display:none;
}

.mobile-app-bx, .mobile-slide-bx{
  height:auto;
  border-radius: 7px;
}
.mobile-slide-bx{
  height: auto;
  float: none;
  width: 100%;
}
.ft-orng {
  height: auto;
  border-radius: 7px;
  padding: 18px;
  margin: 27px 0;
}
.ft-copyright{
  padding: 0px;
}
ul.parent-arrow {
  width: 94%;
  top: 42%;
  left: 12px;
}
.slider-txt{
  padding: 42px 0 8px 0
}
.box-sl{
  border-radius: 7px;
  height: auto;
}
ul.parent-arrow1 {
  height: auto;
  top: 46%;
  left: 0;
  right: 0;
  position: absolute;
  flex-direction: row;
  transform: 0;
}
li.next1, li.prev1{
  width: 42px;
  height: 42px;
  transform: rotate(90deg);
}

}