@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Jost-Regular;
  src: url(../fonts/Jost-Regular.ttf);
}
ol,
ul {
  padding-left: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-family: Roboto-Regular;
  overflow-x: hidden;
  font-weight: 500;
  color: #676767;
}
li {
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
  font-family: "Roboto-Regular";
  font-weight: 500;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-family: "Jost-Regular";
}
h1 {
  text-align: left;
  color: #0c0d24;
  line-height: 1.1em;
  font-weight: 600;
  font-size: 46px;
}
h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 14px;
  color: #061259;
}
p {
  color: #4d5765;
  font-size: 16px;
  font-family: "Roboto-Regular";
  font-weight: 500;
}
p span {
  color: #a70202;
  font-weight: 600;
}
.viewall a {
  color: #39479a;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto-Regular";
}
.viewall a:hover {
  color: #00bebf;
}
.link-more {
  display: inline-block;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 6px 0;
  font-size: 14px;
  position: relative;
  float: right;
  color: #fffefe;
}
.link-more:before {
  width: 100%;
}
.link-more:before,
.link-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dadada;
  height: 1px;
}
.link-more:after {
  width: 30%;
  transition: all 0.3s;
  background-color: #12c0c1 !important;
}
.blackcol:hover {
  color: #12c0c1;
}
.blackcol {
  color: #000;
}
.as-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.all-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid #000;
  height: 35px;
  line-height: 31px;
  background-color: transparent;
  padding: 0 25px;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
.all-btn:hover {
  background-color: #f49331;
  color: #fff;
  border: 2px solid #c6711a;
}
.erp_links {
  bottom: 0;
  right: 0px;
  bottom: 0px;
  position: fixed;
  z-index: 9;
}
.erp_links img {
  width: 140px;
}

/******Navigation********/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  margin-left: 2px;
}
#cssmenu > ul > li > a {
  padding: 15px 10px 15px 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 0px;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 23px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 18px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 15px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #0a55e1;
  transition: all 0.25s ease;
  z-index: 999;
}
#cssmenu li:hover > ul {
  left: auto;
  display: block;
}
#cssmenu li:hover > ul > li {
  height: 35px;
  margin-left: 0px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgb(0 0 0 / 9%);
  padding: 8px 8px;
  width: 227px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 12px;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffe0b7;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
#cssmenu ul {
  display: flex;
  justify-content: center;
}
/* ------------------------------------
Modal Popup
---------------------------------------*/
.btn-primary {
  color: #000;
  background-color: #cbcbcb;
  border-color: #8f8b8b;
}
.btn-primary:hover {
  background-color: #0d5ef4;
  border-color: #00379c;
}
.modal-dialog {
  min-width: 750px;
}
.modal-dialog .card:hover p {
  color: #000;
}
.modal-dialog .modal-header {
  background: #0d5ef4;
  padding: 0px;
}
.modal-dialog img {
  width: 100%;
  height: 432px;
  object-fit: contain;
  background: #f1f1f1;
  object-position: center;
}
.modal-dialog h1 {
  margin: auto;
  text-align: center;
  font-size: 17px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px;
}
.modal-dialog .carousel-control-prev,
.modal-dialog .carousel-control-next {
  top: 77px;
}
.modal-dialog .modal-header .btn-close {
  color: white;
  padding-right: 31px;
}
.modalcard .card-body {
  padding: 10px;
}
.modalcard .card-body p {
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
}
.modalcard {
  border: none;
}
.modal-body {
  padding: 0px 1rem;
}
.card-body a {
  margin-right: 5px;
}
.modal {
  background: #0000008a;
}
/* ------------------------------------
highlights sec
---------------------------------------*/
.highlights {
  line-height: 0;
  background: #0d5ef4;
  padding: 0px;
  margin: 0px;
}
.highlights marquee {
  padding: 0;
  background: #0d5ef4;
  margin: 0 0;
}
.highlights marquee p {
  display: inline-block;
  margin: 0px;
  line-height: 33px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}
.highlights marquee p i {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 2px;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.highlights marquee p a {
  color: #ffffff;
}
.highlights marquee p a:hover {
  color: #b2e0ff;
}
.highlights marquee p a i:hover {
  color: #bafeff;
}
p#highlights-content span {
  color: white;
  font-weight: normal;
}
/* ------------------------------------
Online Registration
---------------------------------------*/
.OnlineR a {
  color: #fff;
}
a.parantlogo {
  padding: 12px 10px;
}
.OnlineR {
  position: fixed;
  right: 0;
  z-index: 99;
  text-align: center;
  color: #fff;
  top: 440px;
  letter-spacing: 1px;
}
@keyframes bounce1 {
  0% {
    background-color: #e8288f;
  }
  33% {
    background-color: #0d5ef4;
  }
  66% {
    background-color: #e8288f;
  }
  100% {
    background-color: #0d5ef4;
  }
}
.bounce1 {
  border-radius: 25px 0px 0px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-animation: colorchange 20s infinite alternate;
  z-index: 99;
  text-align: center;
  animation: bounce1 1s infinite;
  -moz-animation: bounce1 1s infinite;
  -webkit-animation: bounce1 1s infinite;
  padding: 12px;
}
/* ------------------------------------
header Sec
---------------------------------------*/
.header-layout .menu-area {
  position: relative;
  background-color: #050f2d;
  background-size: auto;
  background-repeat: repeat;
  z-index: 2;
}
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.header-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-layout .logo-shape {
  display: inline-block;
  height: 100%;
  width: 32.7%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  z-index: -1;
}
.main-menu ul li {
  list-style: none;
  display: inline;
  padding: 10px;
}
.main-menu ul li a {
  color: white;
}
/* ------------------------------------
About Us
---------------------------------------*/
.about-sec {
  padding: 80px 0px 80px 0px;
}
.about-text {
  line-height: 33px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 8em;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}
.about-img {
  position: relative;
  margin-right: 36px;
}
.about-img .img1 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.about-img .img1,
.about-img .img2 {
  position: relative;
}
.about-img .img2 img {
  border-radius: inherit;
}
.mb-35 {
  margin-bottom: 35px;
}
.sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #0d5ef4;
  margin-top: -0.41em;
  margin-bottom: 4px;
  display: block;
  letter-spacing: 1px;
}
.title-area .sec-title {
  font-size: 30px;
  color: #212121;
  margin: 0 0 13px;
  font-weight: 700;
  line-height: 34px;
}
.title-area a {
  color: #1b6aff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.title-area a:hover {
  color: #000;
}
.sec-title {
  margin-top: -0.23em;
}
.mt-n2 {
  margin-top: -0.6rem;
}
.mb-35 {
  margin-bottom: 35px;
}
.about-img .img2 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: white;
  padding: 10px 0 10px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.moto-box-wrap {
  margin-top: -200px;
  position: relative;
  z-index: 3;
}
.moto-box {
  box-shadow: 1px 0px 28px rgb(131 139 154 / 19%);
  border-radius: 10px;
  background-color: white;
  padding: 35px;
}
.moto-box_icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.moto-box_title {
  color: #212121;
  font-weight: 600;
  margin-top: -0.36em;
  font-size: 20px;
  font-family: "Jost-Regular";
}
p.moto-box_text {
  margin-bottom: -0.48em; /* max-width: 300px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.3em;
  text-overflow: ellipsis;
  line-height: 27px;
}
.moto-box_icon::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(13, 94, 244, 0.07);
  z-index: -1;
  border-radius: 999px;
}
.moto-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.moto-box:hover .moto-box_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.moto-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.as-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #0d5ef4;
  color: #ffffff;
  font-size: 14px; /* font-weight: 600; */
  line-height: 1;
  padding: 20.5px 29px;
  box-shadow: 0px 6px 16px rgb(13 94 244 / 24%);
  border-radius: 5px;
}
.as-btn:hover,
.as-btn.active {
  color: white;
  background: #eb3227
    linear-gradient(2deg, #dc662e 0%, #fd764f 50%, #ff9e7e 100%) repeat scroll 0
    0;
}
.as-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: red;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
/* ------------------------------------
Event Sec
---------------------------------------*/
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.event-sec {
  padding: 80px 0px 70px 0px;
}
.sec-title h2 {
  font-size: 30px;
  line-height: 34px;
  color: #212121;
  margin: 0 0 13px;
  font-weight: 700;
}
.sec-title p {
  font-size: 16px;
  font-weight: 600;
  color: #0d5ef4;
  margin-top: -0.41em;
  margin-bottom: 4px;
  display: block;
  letter-spacing: 1px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 14px;
}
.sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  background: #e5e7ea;
}
.event-item .event-img {
  margin-bottom: 20px;
}
.event-item .event-img {
  position: relative;
}
.event-item .events-details {
  margin-top: -20px;
  padding: 15px;
}
.sec-color {
  background-color: #f9f9f9;
  border-radius: 0px 0px 10px 10px;
}
.event-item .event-date {
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
.event-item .event-title {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 4px;
  color: black;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.3em;
  text-overflow: ellipsis;
  line-height: 27px;
  text-transform: capitalize;
}
.event-item .event-meta {
  font-size: 14px;
  line-height: 26px;
}
.event-item .event-date i {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  color: #ea3034;
}
.event-item .event-meta > div i {
  font-size: 14px;
  display: inline-block;
  margin-right: 3px;
  color: #ea3034;
}
.event-img img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #f1f1f1;
  border-radius: 10px 10px 0px 0px;
  object-position: center;
}
.event-item .event-title a:hover {
  color: #0d5ef4;
}
.event-item .event-title a {
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 8px;
  color: #212121; /* text-transform: uppercase; */
}
.event-item .event-meta > div {
  display: inline-block;
  font-size: 14px;
  color: #505050;
}
.event-date a {
  color: #505050;
}
.event-date a:hover {
  color: #ea3034;
}
/* ------------------------------------
News Sec
---------------------------------------*/
.gr-bg1 {
  background-image: -webkit-linear-gradient(
    194.6deg,
    rgba(146, 184, 253, 0.15) 5.09%,
    #f3f7fb 63%
  );
  background-image: linear-gradient(
    255.4deg,
    rgba(146, 184, 253, 0.15) 5.09%,
    #f3f7fb 63%
  );
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}
.img-box6 {
  position: relative;
  padding-right: 56px;
}
.img-box6 .img1 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.img-box6 .img1,
.img-box6 .img2 {
  z-index: 2;
  position: relative;
}
.text-end {
  text-align: right !important;
}
.img-box6 .img2 {
  z-index: 4;
  margin-top: -27%;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #f3f7fb;
  padding-left: 10px;
  padding-top: 10px;
}
.img-box6 .shape1 {
  bottom: 70px;
  left: 20%;
  z-index: 3;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
.img-box6 .shape1,
.img-box6 .shape2 {
  position: absolute;
}
.img-box6 .shape2 {
  top: 70px;
  left: -70px;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
.title-area {
  position: relative;
  z-index: 2;
}
.fw-semibold {
  font-weight: 600;
}
.check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  max-width: 560px;
  margin-bottom: 33px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.check-box .title {
  margin-top: -0.28em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.3em;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 10px;
  color: #212121;
  text-transform: capitalize;
}
.check-box .text {
  margin-bottom: -0.48em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5em;
  text-overflow: ellipsis;
  line-height: 26px;
  text-transform: capitalize;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
}
.check-box:nth-of-type(even) {
  margin-left: auto;
}
.check-box:hover {
  background-color: #0d5ef4;
}
.check-box .icon i {
  font-size: 19px;
  color: #f8fbff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: block;
  padding: 5px 10px;
}
.icon {
  background: #0d5ef4;
  border-radius: 100%;
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
}
.check-box:hover .title,
.check-box:hover .text {
  color: #fff;
}
.check-box:hover .icon i {
  color: #0d5ef4;
}
.icon {
  background: #0d5ef4;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
}
.check-box:hover .icon {
  background: white;
}
.space {
  padding: 70px 0;
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/******Mobile Apps******/
.mobileapp {
  padding-top: 72px;
  padding-bottom: 60px;
}
.mobilapp_text h1 {
  text-align: left;
  font-size: 30px;
  line-height: 34px;
  color: #212121;
  margin: 0 0 13px;
  font-weight: 700;
}
.mobilapp_text h3 {
  font-size: 18px;
  margin-top: 30px;
  color: #4a4a4a;
}
.mobilapp_text h4 {
  font-size: 17px;
  margin-top: 27px;
  color: #000000;
  font-weight: 600;
  font-family: "Roboto-Regular";
}
.btn_img li {
  list-style: none;
  display: inline;
  padding: 0px 12px 0px 0px;
}
.btn_img {
  margin-top: 30px;
}
.btn_img li img {
  width: 180px;
}
/* ============================================================== 
Testimonials & Alumni
=================================================================== */
.testimonials-area {
  padding: 70px 0px 70px 0px;
  background-image: linear-gradient(
    255.4deg,
    rgba(146, 184, 253, 0.15) 5.09%,
    #f3f7fb 63%
  );
  display: none;
}
.testimonials-area h1 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 25px;
}
.testimonials-area .item {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 5px dashed rgba(255, 255, 255, 0.5);
}
.testimonials-area .item .icon {
  position: absolute;
  right: -50px;
  top: -50px;
  height: 100px;
  width: 100px;
  background: #39479a;
  transform: rotate(45deg);
}
.testimonials-area .item .icon i {
  position: absolute;
  left: 45px;
  top: 65px;
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 20px;
}
.testimonials-area .rating i {
  color: #12c0c1;
}
.testimonials-area .item .provider {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.testimonials-area .item .provider::after,
.testimonials-area .item .provider::before {
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #fff;
  content: "";
}
.testimonials-area .item .thumb {
  margin-right: 20px;
}
.testimonials-area .item .thumb img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  min-width: 80px;
  padding: 5px;
  background: #ffff;
  box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}
.testimonials-area .item .provider .info h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
.info p {
  line-height: 26px !important;
}
.testimonials-area .item .provider .info span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #888888;
}
.testimonials-area .item .provider::after {
  border-right: transparent;
  border-top: transparent;
  border-left: 1px solid #dddddd;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
  width: 4px;
  height: 23px;
  right: 0;
  top: -6px;
}
.testimonials-area .item .provider::after {
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  width: 0px;
  height: 17px; /* border-right: 1px solid #dddddd; */
  border-top: 1px solid #fff;
  content: "";
}
.head3 {
  margin-bottom: 20px;
  line-height: 1.33;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  color: #ff810d;
}
.testimonials-title h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  color: #868590;
  font-weight: 700;
  text-align: center;
}
.content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 8em;
  text-overflow: ellipsis;
}
/*===========================
Video Sec
===========================*/
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #252628;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fcc741;
}
.main-btn:hover {
  background-color: #fe4646;
  color: #fff;
}
.about_video {
  width: 60%;
  height: 700px;
  display: table;
  position: relative;
}
.about_video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 41, 69, 0.5);
}
.video {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video_play {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 5;
  color: red;
  font-size: 30px;
  padding: 23px;
}
.video_play:hover {
  color: #fcc741;
}
.video_play::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: video-ripple 1500ms ease-out infinite;
  animation: video-ripple 1500ms ease-out infinite;
  left: 0;
  top: 0;
  z-index: -1;
}
@keyframes video-ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes video-ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.about_content_2 {
  width: 40%;
}
.single_about_2 {
}
.single_about_2 .about_2_content {
  display: table;
  height: 100%;
  width: 50%;
  height: 350px;
  padding: 30px;
}
.single_about_2 .about_2_content .about_2_content_wrapper {
  max-width: 390px;
  display: table-cell;
  vertical-align: middle;
}
.single_about_2 .about_2_content .title a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.single_about_2 .about_2_content p {
  color: #fff;
  margin-top: 15px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.3em;
  text-overflow: ellipsis;
  line-height: 27px;
}
.single_about_2 .about_2_content .main-btn {
  border: 2px solid #fff;
  height: 35px;
  line-height: 31px;
  background-color: transparent;
  padding: 0 25px;
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
  font-weight: normal;
}
.single_about_2 .about_2_content .main-btn:hover {
  background-color: #fff;
  color: #252628;
}
.about_content_2 .single_about_2:nth-child(2n + 1) {
  background-color: #0ab7aa;
}
.about_content_2 .single_about_2:nth-child(2n + 2) {
  background-color: #f68b1f;
}
.about_2_image {
  width: 50%;
  height: 350px;
  position: relative;
}
.about_2_image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 41, 69, 0.5);
}
/*** 
====================================================================
Testimonial
====================================================================
***/
.testimonial-item {
  padding: 33px;
  background-color: #ffffff;
  position: relative;
  border-radius: 10px;
}
.testimonial-item .testi-img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.testimonial-item .testi-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
  background: #f1f1f1;
}
.rs-testimonial .testimonial-item .testi-desc {
  padding: 42px 0;
  position: relative;
}
.testimonial-item .testi-desc:before {
  content: "\201C";
  top: 0;
  left: 0;
}
.testimonial-item .testi-desc:before,
.testimonial-item .testi-desc:after {
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 50px;
  color: #0d5ef466;
}
.testimonial-item .testi-desc .testi-name {
  font-size: 20px;
  color: #212121;
  margin: 15px 0 12px;
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.3em;
  text-overflow: ellipsis;
}
.testimonial-item .testi-desc p {
  line-height: 26px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5em;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.testimonial-item .testi-desc:after {
  content: "\201D";
  bottom: 0;
  right: 0;
}
.testimonial-item .testi-desc {
  padding: 42px 0px 10px 0px;
  position: relative;
  height: 235px;
}
/*** 
====================================================================
Home Gallery
====================================================================
***/
.homegallery {
  padding: 70px 0px 70px 0px;
}
.homegallery .galsec {
  padding: 15px 15px;
  box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin: 12px;
}
.homegallery .galsec .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 15px;
  color: black;
}
.homegallery .galsec .title h4 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.3em;
  text-overflow: ellipsis;
  text-align: left;
  letter-spacing: 1px;
}
.homegallery .galsec .title h4 a {
  color: Black;
}
.homegallery .galsec::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 0;
  width: 100%;
  background: linear-gradient(180deg, #3676ec 0%, rgb(13 94 244 / 24%) 40%);
  z-index: -1;
  border-radius: 10px;
  transition: all 0.35s ease-in-out;
}
.homegallery .galsec .thumb span {
  position: absolute;
  left: 15px;
  background: #0d5ef4;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 5px 0px 0px 0px;
  box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 28px;
}
.homegallery .galsec:hover h4 a {
  color: white;
}
.homegallery .galsec:hover::after {
  height: 100%;
}
.homegallery img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: top;
  background: #f1f1f1;
  object-position: center;
  border-radius: 5px;
}
#gallery-slider {
  height: 400px !important;
}
.homegallery .galsec:hover h4 {
  color: White;
}
/*------------------------------------
 Footer Section CSS
------------------------------------*/
.logo .lSSlideOuter .lSPager.lSpg > li a {
  display: none;
}
section.logo {
  padding: 0px 0px 35px;
}
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
ul.footer-social {
  margin-bottom: 0px;
  text-align: center;
}
.rs-footer {
  background-attachment: fixed;
  background-position: top;
  background-size: 100%;
  padding: 60px 0px 0px 0px;
}
.rs-footer::after {
  /* background: #d1d6de none repeat scroll 0 0; */
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(
    180deg,
    #dbe7ff 0%,
    rgba(255, 255, 255, 0) 40%
  );
}
.shadowbg {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}
.rs-footer .footer-top .widget-title {
  color: #0e0e0e;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-footer .footer-top .site-map li {
  /* padding-left: 15px; */
  position: relative;
  margin-bottom: 11px;
  list-style: none;
}
.rs-footer .footer-top .site-map li a {
  color: #0e0e0e;
}
.rs-footer .footer-top .site-map li a:hover {
  color: #0d5ef4;
}
.rs-footer .footer-top .site-map li:before {
  /* position: absolute; */
  content: ""; /* left: 0; */ /* top: 50%; */ /* transform: translateY(-50%); */ /* width: 6px; */ /* height: 6px; */ /* background: #12c0c1; */
}
.rs-footer .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
  list-style: none;
}
.rs-footer .footer-top .address-widget li i {
  position: absolute;
}
.rs-footer .footer-top .address-widget li i:before {
  color: #0e0e0e;
}
.rs-footer .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #0e0e0e;
  text-align: left;
  line-height: 30px;
}
.rs-footer .footer-top .address-widget li .desc a {
  color: #0e0e0e;
}
.rs-footer .footer-top .address-widget li .desc a:hover {
  color: #0d5ef4;
}
.rs-footer .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top.no-gap {
  padding-top: 93px;
}
.rs-footer .footer-bottom {
  padding: 5px 0;
  background: #0d5ef4;
  position: relative;
  margin-top: 30px;
}
.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
  font-size: 15px;
  text-align: center;
}
.rs-footer .footer-bottom .copyright a {
  color: #ffffff;
}
.rs-footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #144a81;
  color: #ffffff;
  text-align: center;
}
.rs-footer .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #144a81;
}
.rs-footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.rs-footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px; /* background: rgba(255, 255, 255, 0.1); */
}
/* ------------------------------------
Light Slider
---------------------------------------*/
li.lslide {
  margin: 0px;
}
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #7e737359;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #0d5ef4;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* ------------------------------------
breadcrumb
---------------------------------------*/
.topbg {
  background: #0d5ef4;
  height: 6px;
}
.breadcumb-wrapper {
  background-color: #0f2239;
  padding: 120px 0;
  text-align: center;
  overflow: hidden;
  background: url(https://webapi.entab.info/api/image/NNSD/public/Images/breadcumb-bg.jpg);
}
.breadcumb-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.18;
  text-transform: uppercase;
  color: #ffffff;
  margin: -0.2em 0 -0.2em 0;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.breadcrumb {
  justify-content: center;
}
.breadcrumb-item a {
  color: white;
}
.breadcrumb-item a:hover {
  color: #ffaf55;
}
.breadcrumb-item.active {
  color: #ffaf55;
}
/* ------------------------------------
Inner Pages
---------------------------------------*/
.nndc-container {
  min-height: 700px;
  padding-top: 50px;
  padding-bottom: 70px;
}
.h1 {
  line-height: 1.33;
  font-size: 25px;
  padding-bottom: 13px;
  margin-bottom: 0px;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.h1 span {
  color: #ef7b13;
}
.h2 {
  line-height: 1.33;
  font-size: 23px;
  padding-bottom: 13px;
  margin-bottom: 0px;
  color: #e3710b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.h3 {
  line-height: 1.33;
  font-size: 21px;
  font-weight: 600;
  font-family: Exo2-Regular;
  margin-bottom: 3px;
  color: #000000;
}
.nndc-container p {
  line-height: 33px;
}
.listli li {
  list-style: inside;
}
.messagedesk img {
  float: right;
  padding-left: 15px;
  width: 520px;
}
.cabinet {
  background: #efefef;
  padding: 20px;
  border: 6px solid #fff;
  box-shadow: 0px 0px 5px 0px #ddd;
}
/** TC */
.tcblock {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
form .tc {
  width: 49%;
  margin-bottom: 30px;
}
.tcblock iframe {
  width: 49%;
}
.tc label {
  color: #000;
  width: 100%;
  margin-bottom: 0;
}
.tc label p {
  margin-bottom: 0px;
}
.tc .form-group {
  margin-bottom: 20px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}
a.viewdetailsbtn {
  color: #fff;
  font-size: 14px;
}
.viewdetailsbtn {
  background: #da9c07;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
}
.viewdetailsbtn:hover {
  background: #da9c07
    linear-gradient(160deg, #ffb708 0%, #da9c07 50%, #da9c07 100%) repeat scroll
    0 0;
}
.view a {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-top: -0.41em;
  margin-bottom: 4px;
  display: block;
}
.view a:hover {
  color: #0d5ef4;
}
.tc {
  width: 49%;
  margin-bottom: 30px;
}
/* ============================================================== 
    # Contact
=================================================================== */
.contact-items {
  background: #ffffff;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
  padding: 50px;
  position: relative;
}
.contact-items .left-item .item {
  display: flex;
}
.contact-items .left-item i {
  display: inline-block;
  font-size: 26px;
  color: #ff3739;
  margin-right: 25px;
}
.contact-items .left-item .item .info h5 {
  font-weight: 600;
  font-size: 18px;
  color: black;
}
.contact-items .left-item .item {
  margin-top: 40px;
}
.contact-items .left-item .item:first-child {
  margin-top: 0;
}
.contact-items .left-item .item .info p {
  margin: 0;
}
.contact-items .right-item {
  padding-left: 35px;
  border-left: 1px solid #e7e7e7;
}
.contact-items .right-item h5 {
  font-weight: 800;
  color: #000000;
  padding-bottom: 20px;
}
.contact-items .right-item h2 {
  font-weight: 800;
}
.contact-items .right-item input,
.contact-items .right-item textarea {
  border: none;
  box-shadow: inherit;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  border-radius: inherit;
}
.contact-items .right-item textarea {
  min-height: 150px;
}
.contact-items .right-item button {
  background: transparent;
  padding: 17px 40px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.contact-items .right-item button::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(212, 4, 47, 1) 0%,
    rgba(255, 25, 73, 1) 75%
  );
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #ff1949;
  border-radius: 5px;
}
.contact-items .right-item button i {
  margin-left: 3px;
}
.contact-items img.loader {
  margin-left: 10px;
}
.contact-items .left-item .item .info p a {
  color: #505050;
}
.contact-items .left-item .item .info p a:hover {
  color: #fd640d;
}
/** Table */
.maintable img {
  background: #ccc;
  width: 75px;
  height: 75px;
  object-fit: contain;
  border: 1px solid #ccc;
  float: inherit !important;
  padding-left: 0px !important;
}
.maintable tr,
td,
th {
  text-transform: capitalize;
  text-align: center;
}
/* ============================================================== 
     Year Selection
=================================================================== */
.searchbox1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #f1f1f1;
  padding: 10px 0px;
}
.searchbox1 input {
  margin: 0px 5px;
  margin-left: 40px;
}
.dynamicdiv input {
  background: #ffffff;
  width: 100%;
  padding: 10px;
  padding-right: 0px;
  border: solid 1px #c3c3c3;
}
#ddyears {
  /* display: none; */
  margin-left: 10px;
  min-width: 150px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
#monthli {
  /* display: none; */ /* height: 47px; */
  margin-left: 10px;
  min-width: 150px;
  padding: 5px 10px;
}
.dynamicdiv {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
}
.dynamicdiv > div {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 600;
}
#gobtn {
  background: #060000;
  padding: 0px 10px;
  position: relative;
  color: #fff;
  height: 47px;
  margin-left: 40px;
}
.fulwidth {
  margin: 0px;
  margin-bottom: 10px;
}
.year_selction_sec {
  margin-bottom: 40px;
}
.dyn-cal {
  width: 20px;
  margin-right: 5px;
}
div[data-trigger] {
  display: none;
}
.show:before {
  display: none !important;
}
div[data-trigger]:before {
  content: "No Data Found";
  width: 100%;
  height: auto;
  left: 0;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  z-index: -1;
}
.no-data:before {
  content: "No Data Found";
  width: 100%;
  height: auto;
  left: 0;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  z-index: -1;
  position: absolute;
  top: 50%;
}
.no-data {
  position: relative;
}
.mydivi > div {
  background: #fff;
}
.blankDiv:before {
  background: transparent !important;
  font-size: 0px !important;
  display: none !important;
}
.myDiv .headtitle {
  margin-bottom: 30px;
  font-size: 20px;
}
.myDiv,
.mydivi {
  display: none;
}
.selected_year,
.selected_years {
  display: block;
}
#ddlYear option {
  color: black;
}
#ddlYear {
  border: unset;
  color: #000;
  height: 30px;
  padding: 0px 0px 0px 4px;
  background: #e9e9e9;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
  width: 6.5em;
  font-size: 15px;
  float: right;
  margin-top: 0;
  border-bottom: 1px solid grey;
  width: max-content;
}
.new-high-eve #ddlYear {
  margin-top: -25px;
}
.year_selction_sec select {
  margin: 0px;
}
.year_selction_sec select {
  width: 100%;
  background: unset;
  border: unset;
  height: 28px;
  color: #fff;
  margin-top: 15px;
  border: unset;
  border-bottom: 1px solid grey;
}
.myDiv {
  height: auto !important;
}
.ui-tabs-vertical {
  height: auto !important;
  min-height: 500px;
}
.ui-tabs-vertical .ui-tabs-nav {
  padding: 0.2em 0.1em 0.2em 0.2em;
  float: left;
  width: 13em;
  margin: 0px 15px 0px 0px;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: 0.1em;
  border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
  padding: 10px 5px 0px 50px;
}
.year_selction_sec h3 {
  width: 11em;
  background: #ef2d39;
  padding: 8px 11px;
  color: #fff;
  box-shadow: -2px 5px 4px 2px #ef2d396e;
  clear: both;
  font-size: 21px;
  line-height: 27px;
}
.month-selection .active_month {
  border: solid 1px #084298;
  background: #002270;
  color: white;
}
.month-selection ul li {
  cursor: pointer;
  list-style: none;
  margin: 5px 0px;
  list-style-image: none;
  background: #ebe9e9;
  text-transform: capitalize;
  padding: 0px 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5c5c5;
  width: 65px;
  color: black;
  display: inline-block;
  text-align: CENTER;
}
.month-selection ul {
  text-align: center;
  margin-bottom: 15px;
}
.month-selection {
  margin: 0px;
  float: left;
  width: 100%;
}
.flexbox-v {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.flexbox-v > div {
  width: 23%;
  margin-bottom: 35px;
  margin-left: 20px;
}

.years {
  min-height: 250px;
  position: relative;
  display: none;
}
.showYear {
  display: flex;
}
.month-selection select {
  padding: 10px 8px;
  border: 0px;
  width: 95%;
  margin-left: 10px;
  min-width: 150px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.searchBox input {
  padding: 2px 4px;
  background: #ffffff;
  width: 100%;
  padding-right: 0px;
  border: solid 1px #c3c3c3;
}
.tabs-dynamic {
  margin-bottom: 40px;
  background: #ededed;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #f1f1f1;
  padding: 10px 0px;
}
.count-val p {
  margin: 0;
}
.gal_new {
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 8px #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.next {
  clear: both;
  margin: auto;
  display: block;
  color: #fff;
  padding: 5px 20px;
  width: max-content;
  cursor: pointer;
  background: linear-gradient(178deg, #285381 20%, #04847a 70%) repeat scroll 0
    0;
}

.circular-blk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  transition: 0.5s;
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
}
.circular-blk:hover {
  box-shadow: 2px 1px 10px 0px #cdcdcd;
}
.circular-img {
  max-width: 64px;
  margin: 0 20px 0 0;
  padding-right: 10px;
  border-right: 1px solid #dbdbdb;
  vertical-align: top;
}
.circular-img img {
  width: 100%;
  height: 100%;
}
.content-blk {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.content-blk h3 {
  font-size: 15px;
  line-height: 20px;
  color: #303030;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.content-blk p {
  font-size: 15px;
  line-height: 22px;
}
.content-blk h6 {
  color: #333;
  font-size: 15px;
  margin-top: 6px;
}
.messageimg {
  float: right;
  margin-left: 25px;
  width: 26%;
  border: 4px solid #f1f1f1;
  border-radius: 5px;
  padding: 3px;
}
/* ============================================================== 
   Photo Gallery
=================================================================== */
.homegallery .all-btn {
  float: right;
}
.block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.block > div {
  position: relative;
  width: 24%;
  margin-left: 12px; /* display: flex; */ /* flex-direction: column; */ /* align-items: center; */
  margin-bottom: 20px;
}
.block img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border: 1px solid #bdbdbd;
  padding: 4px;
  transition: 0.5s;
  margin-bottom: 20px;
  background: #ededed;
}
.block img:hover {
  filter: grayscale(100%);
}
.block > div h5 {
  left: 50%;
  font-size: 20px;
  background: #ffdc73;
  padding: 5px 25px;
  position: absolute;
  bottom: 15px;
  transform: translate(-50%, 50%);
  width: max-content;
  color: black;
}
.gal_new article {
  position: relative;
  box-shadow: 0px 0px 9px 0px #b3b3b3;
  border-radius: 5px;
}
.gal_new .total-img {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  background: #e1e1e1b5;
}
.gal_new .total-img {
  display: flex;
  padding: 0px 8px;
  border-radius: 10px;
}
.gal_new .total-img p {
  margin-bottom: 0;
  margin-left: 3px;
  background: #d17f23;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border-radius: 50%;
  font-size: 12px !important;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.gal_new .total-img i {
  font-size: 25px;
}
.gal_new .gal-content {
  padding: 15px 15px;
}
h4.catgry-name {
  color: #232323;
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px dotted #9db4b2;
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  font-weight: 600;
}
.gal-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: black !important;
  margin: 10px 0;
  line-height: 26px !important;
  text-align: left !important;
  height: 3.05em;
  text-transform: capitalize;
}

.gal_new article img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #f1f1f1;
  margin: auto;
  display: block;
  float: inherit;
  padding-left: 0px;
}
.gal_new h6.date {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #6e6e6e;
  margin-bottom: 8px !important;
  position: relative;
  margin: 0;
}
.gal_new h6.date a {
  color: #ffffff;
  font-size: 13px;
}
.gal_new h6.date span {
  margin-left: 20px;
  float: right;
  background: #d17f23;
  padding: 0 10px;
}
.gal_new h6.date span i {
  color: #ffffff;
}
.sub-gallery {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  margin-bottom: 20px;
}
.sub-gallery > div {
  width: 25%;
}
.sub-gallery > div {
  color: #000;
  font-size: 16px;
  padding: 10px;
  border-right: 1px solid #bbbbbb;
}
.sub-gallery > div:nth-child(04) {
  border-right: unset;
}
.shrink a {
  color: #000;
}
.discription h3 {
  text-align: center;
  color: #232323;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
}
.discription p {
  text-align: center !important;
  line-height: 27px;
  font-size: 17px;
  margin-bottom: 24px;
}
.discription {
  margin-top: 10px;
}
.discription p span {
  font-weight: 600;
  font-size: 18px;
}
.zoompic img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
  min-height: 200px;
  max-height: 200px;
  margin: 0px auto 0px auto;
  display: block;
  border: 6px double #b4dcec;
  padding: 0;
  background: #f1f1f1;
}
.searchyearblk {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
.search-wrapper.active {
  position: relative;
}
.search-wrapper .input-holder {
  height: 50px;
  width: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
  width: 450px;
  border-radius: 50px;
  background: rgb(235 233 233);
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.search-wrapper .input-holder .search-input {
  width: 100%;
  height: 30px;
  padding: 0px 70px 0 20px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 6px;
  background: #e5e5e5;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  top: 0px;
}
.search-wrapper.active .input-holder .search-icon {
  width: 30px;
  height: 30px;
  margin: 10px;
  border-radius: 30px;
  top: 0px;
}
.search-wrapper .input-holder .search-icon span {
  width: 18px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}
.search-wrapper.active .input-holder .search-icon span {
  transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: "";
}
.search-wrapper .input-holder .search-icon span::before {
  width: 4px;
  height: 11px;
  left: 5px;
  top: 13px;
  border-radius: 2px;
  background: #dc3545;
}
.search-wrapper .input-holder .search-icon span::after {
  width: 14px;
  height: 14px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  border: 4px solid #dc3545;
}
.search-wrapper .close {
  position: absolute;
  z-index: 99999;
  top: 10px;
  right: -170px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition-delay: 0.2s;
  opacity: 1;
}
.search-wrapper.active .close {
  right: 10px;
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
  background: white;
  border-radius: 100%;
  padding: 6px;
}
.search-wrapper .close::before,
.search-wrapper .close::after {
  position: absolute;
  content: "";
  background: #dc3545;
  border-radius: 2px;
}
.search-wrapper .close::before {
  width: 4px;
  height: 22px;
  left: 11px;
  top: 5px;
}
.search-wrapper .close::after {
  width: 22px;
  height: 4px;
  left: 2px;
  top: 14px;
}
/* ============================================================== 
   Inner Event & News Section
=================================================================== */
.event-flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.event-column {
  margin-bottom: 10px;
}
.inr-event-blk {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
  align-items: center;
}
.inr-event-img {
  min-width: 250px;
  width: 250px;
  height: auto;
  min-height: 160px;
  margin-right: 5px;
  overflow: hidden;
  will-change: transform;
}
.inr-event-img img {
  width: 100%;
  height: 250px;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  will-change: transfrom;
  object-fit: contain;
  background: #f1f1f1;
  padding-left: 0px;
}
.inr-event-content {
  overflow: hidden;
  padding: 10px 15px;
  word-break: break-word;
  position: relative;
}
.inr-event-content:before {
  display: none;
  position: absolute;
  content: "";
  height: 100%;
  width: 98%;
  background: linear-gradient(45deg, #eddfeb, #fff4da);
  transform: skewX(70deg);
  top: 0;
  left: 0;
}
.inr-event-content h6.date {
  font-size: 13px;
  line-height: 22px;
  color: #ef7b13;
  margin-bottom: 8px !important;
  font-weight: 600;
  position: relative;
  margin: 0;
}
.inr-event-content h3 {
  color: #232323;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px !important;
  font-weight: 600;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
.inr-event-content p {
  line-height: 28px !important;
  color: #383838 !important;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 15px !important;
}
.inr-event-content h6.loc {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px !important;
  position: relative;
  margin: 0;
}
.inr-event-content h6.loc a {
  color: #6e6e6e;
}
.inr-event-content h6.loc span {
  margin-left: 20px;
}
.inr-event-content h6.loc span i {
  color: #000000;
}
.inr-event-blk:hover .inr-event-img img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.2, 1.2, 1.2);
}
.inr-news-blk h6.date {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin: 0px 0px;
  color: #ffffff;
  height: 100%;
  background: #ef7b13;
  padding: 5px 5px;
  width: fit-content;
  letter-spacing: 1px;
}
.inr-news-blk {
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
}
.inr-news-content {
  padding: 10px 15px;
  word-break: break-word;
  position: relative;
}
.inr-news-content h3 {
  color: #232323;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px !important;
  font-weight: 600;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
.inr-news-content p {
  line-height: 27px !important;
  color: #383838 !important;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 15px !important;
  text-transform: capitalize;
}
.inr-news-content h6.loc {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #6e6e6e;
  margin-bottom: 8px !important;
  position: relative;
  margin: 0;
}
.inr-news-content h6.loc:hover {
  color: #ef7b13;
}
/* ============================================================== 
 Magnify PopUp
=================================================================== */
.magnify-modal {
  position: fixed !important;
  z-index: 999999999 !important;
  padding-top: 10px !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  background-color: rgba(0, 0, 0, 0.8509803921568627) !important;
}
.magnify-header .magnify-toolbar {
  float: right;
  position: relative;
  z-index: 9;
}
.magnify-title {
  display: none;
}
.magnify-stage {
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 40px;
  left: 10px;
  z-index: 1;
  background: #0000000a;
  overflow: hidden;
}
.magnify-image {
  position: relative;
  display: inline-block;
  border: 5px solid white;
}
.magnify-image.image-ready {
  max-width: 100%;
  max-height: 100%;
}
.magnify-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
}
.magnify-footer .magnify-toolbar {
  display: inline-block;
}
.magnify-button i {
  margin-left: 0 !important;
  font-size: 27px;
  color: white;
}
.magnify-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  background: #0d5ef4;
}
.magnify-button:hover {
  color: #fff;
  background-color: #064ccf;
}
.magnify-button-close:hover {
  background-color: #0b4dc8;
}
.magnify-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #333;
}
.magnify-loader::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5)
    rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  -webkit-animation: magnifyLoading 1s infinite linear;
  animation: magnifyLoading 1s infinite linear;
}
.magnify-loader::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
@-webkit-keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
@keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
:full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:-webkit-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:-moz-full-screen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:-ms-fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:fullscreen {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
:-webkit-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:-moz-full-screen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:-ms-fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
:fullscreen .magnify-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: #000;
}
.magnify-toolbar.magnify-foot-toolbar button i {
  color: #fff;
  font-size: 20px;
  margin-left: 0;
}
/* ============================================================== 
 Magnify PopUp Close
=================================================================== */
.imgfloat img {
  float: right;
  padding-left: 15px;
}

/* ============================================================== 
ERP Software & Parent Help
=================================================================== */
.details img {
  margin-bottom: 0;
}
.details a {
  color: #ef7b13;
  text-decoration: none;
}
.guideheading {
  color: #332d20;
  font-size: 18px;
}
.assistance {
  background: rgba(68, 23, 20, 0.06);
  padding: 13px;
  border: solid 1px #ddd;
}
h4.sub_head1 {
  font-size: 20px;
  margin: 13px 0;
  color: #000000;
  font-weight: 600;
}
#myImg,
#myImg1,
#myImg2 {
  width: 100%;
  border: 5px solid rgba(158, 158, 158, 0.1);
  background: #eaeaea;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {
  opacity: 0.7;
}
.animodal {
  display: none;
  position: fixed;
  z-index: 99999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.animodal-content {
  margin: auto;
  display: block;
}
#anicaption,
#anicaption2,
#anicaption3 {
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  height: 150px;
  font-size: 24px;
  text-transform: capitalize;
}
.animodal-content,
#anicaption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 30px;
  font-weight: 700;
  transition: 0.3s;
  opacity: 0.5;
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    height: auto;
  }
  .animodal-content,
  #anicaption {
    width: 100%;
  }
}
.messagedesk-patron {
  height: auto;
  width: 419px !important;
  max-width: 100%;
}
.blockdiv {
  display: none;
  font-size: 20px;
}

.load {
  font-size: 17px;
  color: #225584;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}
.load p {
  border: 1px solid #d17f23;
  padding: 5px 10px;
  border-radius: 4px;
  background: #d17f23;
  color: #fff !important;
  width: max-content;
}
.mydivi {
  display: none;
}
.selected_years {
  display: block;
}
.security_box {
  border-left: 3px solid #ffaa4d;
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #f3f3f3;
  box-shadow: 0px 5px 11px -12px #000;
}
#cssmenu li:hover > ul > li:hover > ul {
  display: block;
}

#cssmenu li:hover > ul > li :hover ul {
  display: block;
}

#cssmenu ul ul li {
  height: auto;
}

#cssmenu ul ul li:hover ul {
  left: 0;
  flex-direction: column;
}
nav#cssmenu li {
  text-align: left;
}
.table-responsive table {
  width: 100%;
}

.table-responsive table thead {
  background: #114fc1;
  color: #fff;
}

.table-responsive table thead th {
  font-weight: 300;
  padding: 7px;
  border: 1px solid #d9d9d985;
  text-transform: uppercase;
}

.table-responsive table td {
  border: 1px solid #ddd;
  padding: 8px 0;
}
.guideheading i {
  font-size: 6px;
  position: relative;
  top: -3px;
}
.mobileappimg img {
  width: 310px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/*********Media quiry*****************/
@media (max-width: 1800px) {
  .header-layout .logo-shape {
    width: 35%;
  }
}
@media (max-width: 1600px) {
  .header-logo img {
    width: 80%;
  }
  .about_video {
    height: 500px;
  }
  .about_2_image {
    height: 250px;
    position: relative;
  }
  .single_about_2 .about_2_content {
    height: 250px;
    padding: 20px;
  }
}
@media (max-width: 1399px) {
  #cssmenu > ul > li > a {
    padding: 15px 4px 15px 4px;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .head2 {
    font-size: 25px;
  }
  .pop-up-block {
    width: 60%;
  }
  .header-logo img {
    width: 70%;
  }
  .header-layout .logo-shape {
    width: 35%;
  }
  .callseccon {
    padding-top: 35px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 1217px) {
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
    z-index: 9999;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    background: #0548c4;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #05358d45;
  }
  #cssmenu ul li:hover {
    background: #337afd;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 15px;
  }
  #cssmenu ul ul li {
    background: #0245c2 !important;
    margin-left: 0px;
  }
  #cssmenu ul ul li:hover {
    background: #337afd !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    justify-content: flex-start;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 17px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 23px;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #05358d45;
    height: 42px;
    width: 42px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #125ce9;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  .header-layout .logo-shape {
    width: 70% !important;
  }
  #cssmenu > ul > li {
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #cssmenu {
    height: 46px;
    padding-top: 10px;
    border-radius: 0px;
    position: inherit;
    width: 100%;
    margin-top: 0px;
  }
  #cssmenu > ul > li > a {
    color: #fff;
    padding: 13px 9px 15px 8px;
  }
  .no-pad-menu {
    padding-left: 0px;
    padding-right: 0px;
  }
  #cssmenu {
    float: left;
    width: 100%;
  }
  #cssmenu > ul > li > a {
    color: #fff;
    padding: 13px 11px 13px 10px;
  }
  #cssmenu > ul > li.has-sub > a:before {
    background: #fff;
  }
  #cssmenu > ul > li.has-sub > a:after {
    background: #fff;
  }
  #cssmenu > ul > li {
    float: left;
  }
}
@media (max-width: 1199.98px) {
  .modal-dialog {
    min-width: 80%;
    margin-top: 35px;
  }
  .erplogin {
    padding: 1px 16px;
  }
  .back-footer .footer-top .footer-widget .footer-title {
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 20px;
  }
  .back-footer .footer-top .footer-widget.footer-widget-2 {
    padding-left: 0px;
  }
  .about-img {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about-img .img1 {
    width: 70%;
  }
  .about-img img {
    width: 100%;
  }
  .about-img .img2 {
    width: 40%;
  }
  .moto-box-wrap {
    margin-top: 20px;
  }
  .moto-box {
    padding: 40px 30px;
  }
  .dynamicdiv input {
    width: 50%;
    margin: 0px !important;
  }
  .dynamicdiv {
    flex-wrap: wrap;
  }
  .dynamicdiv > div {
    width: 50%;
    margin-bottom: 20px;
  }
  .flexbox-v > div {
    width: 31%;
  }
}
/*********Media quiry Video Sec*****************/
@media (min-width: 992px) and (max-width: 1199px) {
  .about_video {
    width: 50%;
  }
  .about_content_2 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_video {
    width: 100%;
    height: 350px;
  }
  .about_content_2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about_video {
    width: 100%;
    height: 350px;
  }
  .single_about_2 .about_2_content {
    width: 100%;
  }
  .about_2_image {
    width: 100%;
  }
  .about_content_2 {
    width: 100%;
  }
  form .tc {
    width: 100%;
  }
  .tcblock iframe {
    width: 100%;
  }
}
/*********Media quiry Video Sec close*****************/
@media (max-width: 991.98px) {
  .h1 {
    font-size: 28px;
  }
  .heading {
    font-size: 28px;
  }
  ul.gallery-grid > li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .home-btn {
    padding: 7px 7px;
    border-radius: 50px;
    height: auto;
    font-size: 14px;
  }
  .rs-footer .footer-bottom .copyright p {
    line-height: 21px;
    padding: 5px;
  }
  .all-btn {
    margin-bottom: 20px;
  }
  .flexbox-v > div {
    width: 46%;
  }
  .testimonial-item {
    margin-bottom: 80px;
  }
  .sub-gallery > div {
    width: 45%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .tc {
    width: 100%;
    margin-bottom: 30px;
  }
  .messagedesk img {
    float: inherit;
    padding-left: 0px;
  }
  .modal-dialog {
    width: 100%;
    padding: 15px;
    margin: 0px auto;
  }
  .lok_container {
    flex-direction: column;
  }
  .sk_button_contianer {
    width: auto;
  }
  .home-btn::after {
    display: none;
  }
  .btn_middle::before {
    display: none;
  }
  .rs-footer .footer-bottom {
    padding: 11px 0;
  }
  .rs-footer .footer-bottom .copyright p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 12px;
  }
  .testimonials-area h1 {
    padding: 10px 0px 10px 0px;
  }
  .header-layout .logo-shape {
    width: 80%;
  }
  .col-auto {
    width: 100%;
  }
  .no-pad-menu {
    background: #d21c1d;
  }
  .button {
    top: auto;
    bottom: 0px;
  }
  .logosec {
    background: white;
  }
  .navigation {
    background: #0840a9;
    padding: 0px;
  }
  .dynamicdiv input {
    width: 100%;
  }
  .dynamicdiv {
    flex-direction: column;
  }
  .dynamicdiv > div {
    width: 100%;
  }
  .flexbox-v > div {
    width: 100%;
  }
  .homegallery .all-btn {
    float: left;
  }
  .check-box {
    margin-bottom: 15px;
  }
  .sub-gallery > div {
    width: 100%;
    background: #ddd;
    margin-right: unset;
    margin-bottom: 10px;
  }
  .rs-footer .footer-top .address-widget li {
    position: relative;
    margin-bottom: 5px;
    list-style: none;
  }
}
@media (max-width: 575.98px) {
  .h1 {
    font-size: 23px;
  }
  ul.gallery-grid > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .back-footer .footer-top .footer-widget .footer-address li {
    margin-bottom: 10px;
  }
  div.top-nav-right {
    margin-left: 0px;
    position: inherit;
    text-align: center;
  }
  .back-footer .footer-top {
    padding: 20px 0 10px;
  }
  .btn_img li img {
    width: 140px;
  }
  .mobilapp_text h3 {
    font-size: 14px;
  }
  .mobilapp_text h1 {
    font-size: 25px;
  }
  .rs-footer .footer-bottom {
    margin-top: 10px;
  }
}

#year-range {
  color: white !important;
  font-weight: 400;
}
