/* Scss Document */
h1, .h1 {
  font-size: 2rem;
}
@font-face {
  font-family: Koulen-Regular;
  src: url("../fonts/Koulen-Regular.ttf");
}
@font-face {
  font-family: Mukta-Medium;
  src: url("../fonts/Mukta-Medium.ttf");
}

p {
  font-size: 15px;
  line-height: 28px;
}
body, html {
  width: 100%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden !important;
  font-family: Mukta-Medium;
}
h1, h3, h5 {
  font-family: Koulen-Regular;
}
a {
  text-decoration: none;
}
h3 {
  font-size: 20px;
}
img, a, article {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
img:hover, a:hover, article:hover {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.quick-query-sec{position:absolute;z-index:999;right:1px;top: 210px;}
.quick-query-sec .clr10{height:10px}
.quick-query-sec .click_btn{color:#000;background: #2c3686;position:absolute;left:-40px;z-index:99999999;top: 0px;font-size:14px;letter-spacing:1px;line-height:20px;border:solid 1px #fff;width:35px;padding: 10px 10px;text-transform:uppercase;text-align:center;font-weight:700;}
.quick-query-sec .click_btn a{color:#fff;text-decoration:none;word-break:break-all;text-align:center;line-height: 17px;}
.yellow{color:#ff0;top:10px;position:relative}
.quick-query-sec label{margin:0;color:#001a38;font-family:'Roboto-Regular',sans-serif;font-size:14px}
.quick-query-sec label span{color:red}
.quick-query-sec input[type="text"]{width:100%;height:30px;outline:none;border:solid 1px #dadada;padding:0 5px;color:#9e9e9e}
.quick-query-sec select{width:100%;height:30px;outline:none;border:solid 1px #dadada;padding:0 5px;color:#9e9e9e}
.quick-query-sec input[type="submit"]{background: #ec3237;width:100%;border:none;line-height:30px;color:#fff;cursor:pointer;}
.quick-query-sec input[type="submit"]:hover{background: #980000;}
.quick-query-sec #hidden_content{margin:0;background:#fff;padding:9px 15px;width:275px;box-shadow:-3px 2px 5px #424242}
.quick-query-sec a{display:block!important}
.quick-query-sec .click_btn{background:#2c3786;}

.area { width: 100%;}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.menu-new{display: flex;align-items: center;justify-content: center;background: url(../images/menu-bg.jpg) center;position: absolute;width: 100%;height: 100%;}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.clr{clear: both;height: 0px;}
header {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 9;
}
.top-sec {
  margin: 0px;
}
.company-logo-sec {
  margin: 0px;
}
.company-logo-sec .menu-back {
  width: 220px;
  height: 750px;
  position: absolute;
  border-radius: 620px;
  top: -607px;
  left: -10px;
}
.company-logo-sec .logo {
  width: auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 605px;
  left: 80px;
  height: auto;
  background: #fff;
  padding: 10px;
}
.company-logo-sec .menu-circle {
  width: 60px;
  background: #ffcb19;
  height: 50px;
  position: fixed;
  border-radius: 10px;
  top: 27px;
  right: 15px;
  z-index: 99;
  padding: 10px 9px;
  border: solid 4px #fff;
}
.home-imp-menu {
  /* margin-top: 35px; */
}
.home-imp-menu ul {
  margin-top: 35px;
  text-align: center;
  float: right;
  margin-right: 160px;
}
.home-imp-menu ul li {
  display: inline-block;
  margin: 0px 5px;
}
.home-imp-menu ul li a {
  padding: 6px 15px;
  color: #ffffff;
  text-decoration: none;
  background: #2f2a60;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px;
}
.home-imp-menu ul li:nth-child(2) a {
  background: #f7a631;
  color: #fff;
}
.home-imp-menu ul li:nth-child(3) a {
  background: #ec3237;
  color: #fff;
}
.home-imp-menu ul li:nth-child(4) a {
  background: #3dbaa8;
  color: #fff;
}
.home-imp-menu ul li:nth-child(5) a {
  background: #c37b25;
  color: #fff;
}
.overlay .home-imp-menu {
  /* margin-top: 90px; */
  position: relative;
  z-index: 9;
  text-align: center;
}
.overlay .home-imp-menu ul {
  float: none;
  margin: auto;
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay .home-imp-menu ul li {
  display: block;
  margin: 0px 5px;
  width: max-content;
  margin-bottom: 38px;
  text-align: center;
}
.overlay .home-imp-menu ul li a {
  font-size: 15px !important;
  font-weight: normal;
  min-width: 250px;
  padding: 5px 0;
  /* box-shadow: 1px 1px 14px 10px #e9e9e9; */
  color: white;
  border: solid 2px #fff;
}
.main {
  margin-top: 30px;
}
.main .accordion {
  height: auto;
  position: relative;
  background: transparent;
  z-index: 9;
  margin-top: 85px;
}
.main .accordion-item {
  padding: 0.5rem 0;
  margin: 0;
  overflow: hidden;
  border: none;
  outline: none;
 background-color: inherit;
}
.main .accordion-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  color: #ffb100;
}
.main .accordion-item .title i.bi {
  display: none;
  font-size: 0.9rem;
  color: #454545;
  transform: translateX(-50%) rotate(0);
  transition: transform 0.15s ease;
}
.main .accordion-item .paragraph {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  color: #454545;
  display: block;
  padding: 0px;
}
.main .accordion-item .paragraph li {
  line-height: 30px;
  margin: 0px;
}
.main .accordion-item .paragraph li a {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: normal;
}
.main .accordion-item .paragraph li a:hover {
  color: #ffb100;
}
.main .accordion-item.active .title i.bi {
  color: #1a9de1;
  transform: translateX(-50%) rotate(180deg);
  display: none;
}
.main .accordion-item.active .paragraph {
  display: block;
}

.submenu-sub {
  margin: 0px;
  display: none;
}
.submenu-sub li {
  margin: 0px;
}
.submenu-sub li a {
  margin: 0px;
}
.main .accordion-item .paragraph li:hover .submenu-sub {
  display: block;
}
.button_container {
  position: fixed;
  height: 19px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #000000;
}
.button_container.active .middle {
  opacity: 0;
  background: #000000;
}
.button_container.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #000000;
}
.button_container span {
  background: #000000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
}
.overlay:before {
  background: #fffffff0;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: left 0.35s ease;
}
.overlay:after {
  background: #fffffff0;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: all 0.35s ease;
}
.overlay:after {
  width: 0;
  height: 100%;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow-y: auto;
  max-height: 100%;
  background: #fffffffa;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.65s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 40%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: left;
  z-index: 100;
  background: url(../images/menu.jpg) right no-repeat;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  margin-bottom: 35px;
  line-height: 31px;
  font-size: 15px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.overlay ul li a:hover {
  color: #000000;
}
.overlay .home-imp-menu ul li a:hover {
  color: white;
}
.overlay ul li a b {
  margin-left: 15px;
}
.overlay ul li span a {
  font-size: 20px;
  display: grid;
  color: #198754;
}
.overlay ul li a i {
  margin-right: 15px;
  color: #830000;
  font-size: 19px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: none;
  transition: 0.35s;
  background-color: inherit;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.top-menu ul li i {
  color: #000000 !important;
  font-size: 22px !important;
  display: inline-block;
  float: left;
  margin-right: 15px !important;
}
.home_btn {
  margin-top: 30px;
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
}
.loader {
  width: 100px;
  height: 100px;
  animation: loading 3s infinite ease-out;
  margin: auto;
  border-radius: 50%;
  background-color: #ffffff4a;
  position: absolute;
  left: 440px;
  z-index: -1;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(8);
    opacity: 0;
  }
}
.home-banner-sec {
  position: relative;
  height: 100vh;
}
.home-banner-sec img {
  height: 100vh;
  object-fit: cover;
}
.bgoverlay {
  background: #0000001f;
  position: absolute;
  height: 100%;
  z-index: 9;
  top: 0px;
  width: 100%;
}
.welcome-sec {
  background: url(../images/about-bg.png) no-repeat 0% 36% #f3ede6;
  padding-top: 120px;
  padding-bottom: 120px;
}
.welcome-sec img {
  border: solid 1px #c1d5c7;
  padding: 15px;
}
.welcome-sec p {
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.welcome-sec p a {
  text-decoration: none;
  color: #a37d5e;
}
.welcome-sec .tab-sec {
  margin-top: 20px;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 8px 29px 6px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  background: #ffffff;
  color: #5a5a5a;
}
.tabset > label::after {
  position: absolute;
  left: 30px;
  bottom: 10px;
  width: 35px;
  height: 4px;
  background: #ffffff;
}
.tabset h2 {
  font-size: 30px;
}
.tabset > label:hover::after, .tabset > input:focus + label::after, .tabset > input:checked + label::after {
  background: #0c5519;
}
.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
  background: #ec3237;
  color: #ffffff;
}
.tab-panel {
  border-top: 1px solid #f3ede6;
  background: #fff;
  padding: 30px 15px;
} 
*, *:before, *:after {
  box-sizing: border-box;
}
.tabset {
  max-width: 65em;
}
.welcome-sec .tab-sec p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  height: 80px;
}
.welcome-sec h5 {
  color: #a37d5e;
  padding-left: 47px;
  position: relative;
}
.welcome-sec h5:before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #a37d5e;
  top: 50%;
}
.welcome-sec h1 {
  color: #000;
  margin-bottom: 20px;
}
.beyond-sec {
  background: url(../images/features-bg.jpg) right no-repeat;
  height: 600px;
  background-size: contain;
  position: relative;
}
.beyond-sec .bg-clr {
  position: relative;
  top: 90px;
  height: 600px;
  width: 100%;
  background: linear-gradient(to right, #ffffff 80%, #ffffff00 20%);
  padding-top: 100px;
}
.beyond-sec .new-bg {
  position: relative;
  padding: 20px;
}
.beyond-sec img {
  height: 350px;
  border-radius: 100% 100% 100% 30%;
}
.beyond-sec article {
  position: absolute;
  top: 0px;
  background: #095022;
  height: 350px;
  padding: 20px;
  border-radius: 76px;
  animation: mymove 2s;
  animation-iteration-count: infinite;
  width: 90%;
}
@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 50px;
  }
}
.beyond-sec article.yellow {
  background: #ffb000;
}
.beyond-sec article.pink {
  background: #b90167;
}
.beyond-sec article.blue {
  background: #058dc7;
}
.beyond-sec article.green {
  background: #3fb51b;
}
.beyond-sec article a.click {
  color: #ffffff;
  font-size: 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: max-content;
  margin: auto;
  padding: 0px 10px;
}
.beyond-sec article .read_more {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.beyond-sec article .read_more i {
  display: inline-block;
  font-size: 15px;
}
.beyond-sec article a:hover {
  color: #fff;
}
.beyond-sec article h3 {
  color: #fff;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 50px;
  margin-top: 30px;
  line-height: 25px;
  margin-bottom: 20px;
  width: 100%;
}
.beyond-sec article p {
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 81px;
}
.beyond-sec h5 {
  color: #a37d5e;
  padding-left: 47px;
  position: relative;
}
.beyond-sec h5:before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #a37d5e;
  top: 50%;
}
.beyond-sec h1 {margin-bottom: 20px;}
.capacity-sec {
  background: #f3ede6;
  min-height: 500px;
  position: relative;
  z-index: 2;
  margin-top: 160px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.capacity-sec::before {
  content: '';
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: url(../images/banner-poly.png);
  transform: scaleY(-1);
  pointer-events: none;
  min-height: 500px;
  position: absolute;
}
.capacity-sec img {
  position: relative;
  height: 350px;
  object-fit: cover;
  margin: auto;
  display: block;
}
.capacity-sec article {
  position: absolute;
  top: 0px;
  height: 100%;
  padding: 10px;
  padding-top: 25px;
  outline-offset: -19px;
  border: 13px solid #ffffff54;
  box-shadow: 0px 1px 20px black;
}
.capacity-sec article i {
  color: #000;
}
.capacity-sec article .data-sec {
  background: #b70000;
  padding: 25px 10px;
  border-radius: 23px;
  opacity: 0;
}
.capacity-sec article:hover .data-sec {
  background: #ec3237;
  opacity: 1;
}
.capacity-sec article h3 {
  color: #fff;
}
.capacity-sec article p {
  margin: 0px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.capacity-sec article ul {
  text-align: center;
  margin-top: 30px;
}
.capacity-sec article ul li {
  display: inline-block;
  color: #fff;
  margin: 0px 4px;
  font-size: 13px;
}
.capacity-sec article ul li a {
  margin: 0px;
  color: #ffffff;
  text-decoration: none;
  background: #ff8043;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 10px;
}
.capacity-sec article .date-sec {
  position: absolute;
  background: #ff8043;
  left: 19px;
  color: #fff;
  font-size: 20px;
  bottom: 19px;
  padding: 5px 10px;
  line-height: 30px;
  border-bottom: dashed 1px;
}
.capacity-sec h5 {
  color: #a37d5e;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.capacity-sec h5:before, .capacity-sec h5:after {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #8cbc43;
  top: 50%;
}
.capacity-sec h5:before {
  margin-left: -47px;
  right: auto;
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #a37d5e;
  top: 50%;
}
.capacity-sec h5:after {
  margin-right: -47px;
  left: auto;
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  right: 0;
  background-color: #a37d5e;
  top: 50%;
}
.capacity-sec h1 {
  color: #000;
  margin-bottom: 20px;
}
.event-1 {
  position: relative;
  z-index: 9;
}
.capacity-sec article:hover {
  background: #ec3237;
  outline: solid 1px #c5c5c5;
  outline-offset: -19px;
}
.capacity-sec article .clr_1 {
  background: #2f2a60;
  color: #ffffff;
}
.capacity-sec article .clr_2 {
  background: #ec3237;
  color: #fff;
}
.capacity-sec article .clr_3 {
  background: #3dbaa8;
  color: #fff;
}
.message-data{display: flex;justify-content: space-around;align-items: center;}
.msgright {width: 20%;}
.msg-left {width: 80%; padding: 5px 45px; text-align: justify;}
.our-specil-sec {
  background: url(../images/news-bg.jpg) right no-repeat;
  background-size: contain;
  position: relative;
}
.our-specil-sec h5 {
  color: #000000;
  padding-left: 47px;
  position: relative;
}
.our-specil-sec h5:before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #000000;
  top: 50%;
}
.our-specil-sec h1 {
  color: #000000;
  margin-bottom: 50px;
}
.our-specil-sec article {
  padding: 50px;
  padding-top: 0px;
}
.our-specil-sec img {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 20px;
}
.our-specil-sec h3 {
  color: #000;
  line-height: 25px;
  font-size: 17px;
  text-align: center;
}
.our-specil-sec h3 i {
  color: #000;
}
.our-specil-sec article p {
  text-align: justify;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.our-specil-sec .bg-clr {
  position: relative;
  top: 90px;
  width: 100%;
  background: linear-gradient(to right, #f3ede7 70%, #01381100 30%);
  padding-top: 60px;
  padding-bottom: 60px;
}
.social-sec {
  padding-top: 120px;
  padding-bottom: 120px;
}
.social-sec h5 {
  color: #a37d5e;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.social-sec h5:before, .social-sec h5:after {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #8cbc43;
  top: 50%;
}
.social-sec h5:before {
  margin-left: -47px;
  right: auto;
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #a37d5e;
  top: 50%;
}
.social-sec h5:after {
  margin-right: -47px;
  left: auto;
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  right: 0;
  background-color: #a37d5e;
  top: 50%;
}
.social-sec h1 {
  color: #000;
  margin-bottom: 50px;
}
.social-sec .card {
  margin: 0px;
  padding: 18px;
  box-shadow: 1px 2px 12px #e1e1e1;
  border: none;
}
.social-sec .card h4 {
  font-size: 17px;
  color: #000;
}
.social-sec .card p {
  margin: 0px;
}
.social-sec img {
  transition: transform .1s ease-in-out;
  width: 60px;
}
.social-sec img:hover {
  transform: scalex(-1);
  transition: transform 1s ease-in-out;
}
.service-sec {
  padding-top: 200px;
  background: #df3237;
}
.service-sec h5 {
  color: #d8c80a;
  padding-left: 47px;
  position: relative;
  margin-top: 0px;
}
.service-sec p {
  color: #fff;
}
.service-sec h5:before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #d8c80a;
  top: 50%;
}
.service-sec h1 {
  color: #fff;
  margin-bottom: 20px;
}
.service-sec h1 a {
  color: #fff;
}
.service-sec h1 a:hover {
  color: yellow;
  margin-left: 10px;
}
.service-sec .icon-img {
  width: 65px;
  margin-top: 30px;
  height: auto !important;
  padding: 8px;
  border-radius: 20px;
  outline: none !important;
  margin-left: 0px !IMPORTANT;
}
.service-sec .col img {
  height: 250px;
  outline: 1px solid white;
  outline-offset: -12px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.service-sec .col img:hover {
  outline: 2px solid white;
  outline-offset: -20px;
}
.service-sec .col h3 {
  color: #fff;
}
.service-sec h3 a {
  color: #fff;
}
.service-sec h3 a:hover {
  color: yellow;
  margin-left: 10px;
}
.service-sec .col p {
  color: #fff;
}
.service-bg {
  margin-top: 80px;
}
.company-footer {
  background: url(../images/footer.png) fixed;
}
.company-footer .bg-clr {
  background: #ec3237ed;
  padding-top: 100px;
}
.company-footer h3 {
  color: #fff;
  margin-bottom: 25px;
}
.company-footer img {
  width: 50px;
}
.company-footer p {
  color: #fff;
}
.company-footer h5 {
  color: #d8c80a;
  font-size: 14px;
}
.company-footer .card {
  margin: 0px;
  background-color: transparent;
  border: none;
}
.company-footer .card img {
  width: 40px;
  margin: auto;
  display: block;
  float: right;
  background: #ffffff;
  padding: 8px;
  border-radius: 20px;
}
.company-footer .card h4 {
  color: #fff;
  font-size: 15px;
}
.company-footer .card p {
  color: #d8c80a;
  font-size: 13px;
}
.company-footer .card p a {
  color: #ffc800;
}
.company-footer .card-body {
  padding: 0px 20px;
}
.company-footer .ftr-copy ul {
  float: right;
}
.company-footer .links ul li {
  display: inline-block;
  width: 47%;
  line-height: 35px;
}
.company-footer .links ul li i {
  color: #ffc800;
  margin-right: 10px;
}
.company-footer .links ul li a {
  color: #fff;
  text-decoration: none;
}
.company-footer .links ul li a:hover {
  color: #ffc800;
}
.company-footer .ftr-copy {
  margin: 0px;
  border-top: solid 1px #ffffff52;
  padding-top: 15px;
  padding-bottom: 0px;
}
.company-footer .bi-clipboard-plus::before {
    content: "\f28e";
}
.company-footer .ftr-copy p {
  margin: 0px;
}
.company-footer .ftr-copy p a {
  color: #fff;
  text-decoration: none;
}
.company-footer .ftr-copy li {
  margin: 0px;
}
.company-footer .ftr-copy li a {
  color: #fff;
}
.company-footer .ftr-copy li i {
  border: solid 1px #ffffff52;
  padding: 0px 5px;
}
.hvr-curl-top-left {
  vertical-align: middle;
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  width: 110px;
  text-align: center;
  padding: 4px 0px;
  margin: auto;
  display: block;
}
[class^="hvr-"] {
  cursor: pointer;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000059;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
[class^="hvr-"] {
  margin: 0.4 em;
  padding: 1 em;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.new_slid {
  position: relative;
}
.new_slid .MS-content {
  white-space: nowrap;
  overflow: hidden;
}
.new_slid .MS-content .item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
  float: none;
}
.new_slid .MS-controls button {
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 0px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
  cursor: pointer;
}
.new_slid .MS-controls {
  position: absolute;
  right: 10px;
  top: -80px;
  cursor: pointer;
}
.new_slid .MS-controls .MS-left {
  left: 0px;
}
.new_slid .MS-controls .MS-right {
  right: 0px;
}
#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}
#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
.MS-controls i {
  border: solid 1px #da261d;
  width: 30px;
  height: 30px;
  color: #da261d;
  font-size: 20px;
  padding-top: 4px;
  border-radius: 100%;
}
.MS-controls i:hover {
  background: #ee2022;
  color: #fff;
}
.scroll-sec {
  z-index: 9;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #000000d9;
}
.scroll-sec h4 {
  position: absolute;
  background: rgb(157 30 10);
  height: 100%;
  z-index: 9;
  font-size: 14px;
  line-height: 35px;
  padding-right: 5px;
  padding-left: 5px;
  letter-spacing: 2px;
  right: 0px;
}
.scroll-sec h4 a {
  color: #fff;
}
.scroll-sec marquee p {
  margin: 0px;
  line-height: 20px;
  color: #fff;
  padding-top: 10px;
}
.scroll-sec marquee p a {
  color: #fff;
}
.highlights_sec marquee p a:hover {
  color: #f99a6a;
}
.scroll-sec marquee p a:hover {
  color: yellow;
}
.scroll-sec marquee i {
  padding: 5px 5px;
  color: #ffba00;
  border-radius: 15px;
  font-size: 14px;
}
.scroll-sec marquee i:hover {
  color: #fff;
}
.quick-sec {
  position: absolute;
  z-index: 9;
  bottom: 50px;
}
.quick-sec img {
  width: 218px;
  height: auto !important;
  cursor: pointer;
}
.reg-attach {
  background: #9d1e0a;
  color: white;
  padding: 5px 8px;
  position: absolute;
  right: -6px;
  top: -5px;
  border-radius: 50%;
  border: 5px double;
}
.reg-attach:hover {
  color: #9d1e0a;
  background: white;
}
.card-wrapper {
  --color-primary: #00768b;
  --color-secondary: #01a188;
  --box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.5);
}
.card-header {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
  border-top-left-radius: 70px;
  z-index: 2;
  position: relative;
  box-shadow: var(--box-shadow);
}
.card-header:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 20%;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: var(--box-shadow);
  transform: rotate(45deg);
  z-index: 1;
}
.card-header i {
  font-size: 40px;
  color: var(--color-primary);
}
.card-header h1, .card-header h2 {
  text-transform: capitalize;
  color: var(--color-primary);
}
.card-header h1 {
  font-size: 18px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 0px;
}
.card-header h2 {
  font-size: 14px;
  margin-top: 15px;
}
.card-header p {
  font-size: 15px;
  margin-top: 10px;
  height: 75px;
  overflow: hidden;
  text-align: left;
  line-height: 25px;
}
.card-footer {
  width: 100%;
  height: 290px;
  background-image: linear-gradient(to right bottom, var(--color-secondary), var(--color-primary));
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  margin-top: -150px;
  border-radius: 5px 5px 70px 0px;
  color: #fff;
  overflow: hidden;
}
.card-footer .footer-content-wrap {
  padding: 0 30px 10px 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.card-footer .footer-text-wrap {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.card-footer i {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.7);
}
.card-footer h1 {
  font-size: 60px;
  line-height: 0.85;
  font-weight: 400;
  margin: 0px;
}
.card-footer p {
  font-size: 15px;
  text-transform: uppercase;
}
/*set card color ///////*/
.card-wrapper.one {
  --color-primary: #ec3237;
  --color-secondary: #dce35b;
}
.card-wrapper.two {
  --color-primary: #fc4a1a;
  --color-secondary: #f7b733;
}
.card-wrapper.three {
  --color-primary: #7b920a;
  --color-secondary: #add100;
}
.card-wrapper.four {
  --color-primary: #000046;
  --color-secondary: #1cb5e0;
}
/* Inner page css */
.inrhgt {
  min-height: 600px;
  padding: 40px 70px 40px;
}
.inrhgt p {
  font-size: 16px;
  line-height: 33px;
}
.msg-bg {
  background-image: url(../images/hdr-bg/msg-bg.jpg) !important;
}
.inner-sld {
  background-image: url(../images/hdr-bg/abt-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.inner-sld:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
}
.bread-bg {
  background: #9d1e0a !important;
  position: absolute;
  bottom: 130px;
  left: 0;
  padding: 10px 14px;
  width: auto;
}
.bread-bg .breadcrumb {
  margin-bottom: 0px;
  display: flex;
  justify-content: CENTER;
  bottom: 175px;
  z-index: 99;
}
.bread-bg .breadcrumb li {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-left: 0px;
  line-height: 29px;
}
.bread-bg .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}
.bread-bg .breadcrumb li > .active a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.bread-bg .breadcrumb li a {
  line-height: 20px;
  color: #ffa73e;
  text-decoration: none;
}
section.pattern {
  position: relative;
}
section.pattern:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/shape1.png);
  z-index: -1;
  background-repeat: no-repeat;
}
section.pattern:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 24%;
  height: 100%;
  background: url(../images/shape1.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.mainhead {
  color: #9d1e0a;
  margin-bottom: 20px;
  font-family: Lobster-Regular;
  line-height: 40px;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(100deg, #9d1e0a 8%, #bb6a23 15%);
}
.mainhead-center {
  background-image: linear-gradient(100deg, #a00318 50%, #bb6a23 15%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.subhead {
  color: #103c1c;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}
.rit-img {
  width: 500px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-des-thumb {
  border: solid 1px #bbbbbb;
  padding: 10px;
}
.abt-sec a {
  text-decoration: none;
  color: #9d1e0a;
}
.abt-sec img {
  width: 560px;
}
.box3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 345px;
  flex-direction: column;
  color: white;
}
.box3 p {
  line-height: 30px;
}
.box3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box3-main .col:nth-child(01) .box3, .box3-main .col:nth-child(03) .box3, .box3-main .col:nth-child(05) .box3 {
  background: #103c1c;
}
.box3 h3 {
  color: #ffffff;
  font-size: 22px;
  background: #970204;
  width: 100%;
  text-align: center;
  padding: 4px;
  box-shadow: 1px 1px 4px 1px black;
}
.timeline ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 2px solid #8f0315;
}
.timeline ul li {
  padding-left: 29px;
  position: relative;
  list-style: none;
  font-size: 15px;
  margin: 5px 0px;
  line-height: 30px;
  margin-bottom: 10px;
}
.timeline ul li a {
  color: #212529;
}
.timeline ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: radial-gradient(#f9a73e, #900316, #ffffff);
  position: absolute;
  border-radius: 50%;
  left: -12px;
}
.mis-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}
.mis-box h3 {
  margin-top: 15px;
  color: #427c30;
  font-weight: 600;
}
.mis-box .num {
  background: #9d1e0a;
  color: white;
  font-size: 34px;
  width: max-content;
  padding: 5px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 10px;
}
.media {
  width: 97%;
  padding: 5px;
  background: #ffffff5c;
  color: #000;
  float: left;
  border-left: 4px solid #962416;
  box-shadow: 0 0 4px #00000038;
  margin: 6px 0;
}
.media-body {
  margin-left: 10px
}
.media-body p {
  margin: 0 !important
}
.mid-img {
  width: 500px;
}
ul.list {
  padding: 0px 30px 5px;
}
ul.list li {
  margin: 10px;
  line-height: 28px;
  font-size: 15px;
  list-style-type: none;
  position: relative;
  text-align: justify;
}
ul.list li:before {
  content: "\2726";
  font-size: 1.6em;
  color: #9d1e0a;
  left: 18px;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: -28px;
}
.bg-1 {
  background: #ffe683 !important;
  border: 1px solid #fbc800;
}
.bg-2 {
  background: #ffc4c5;
  border: 1px solid #ff9b9d;
}
.bg-3 {
  background: #c3f5ff;
  border: 1px solid #6fe7ff;
}
.bg-4 {
  background: #dedfff;
  border: 1px solid #b9bbff;
}
/*Table section*/
.faculty .staff_pic {
  overflow-x: auto;
}
.faculty img {
  height: 75px;
  width: 75px;
  margin: auto;
}
thead {
  background: radial-gradient(#6c2318 60%, #000000);
  color: white;
}
table {
  border-color: #cdcdcd !important;
}
.fee iframe {
  margin: 50px auto;
  border: 20px solid #222;
  box-shadow: 0px 3px 10px 4px rgb(0 0 0 / 30%);
  position: relative;
}
.fee iframe:before {
  content: "";
  position: absolute;
  background: white;
  height: 100%;
  width: 100%;
  box-shadow: inset 3px 7px 2px 5px rgb(0 0 0 / 40%);
}
.club {
  height: 150px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.club h6 {
  text-align: center;

  margin: 0;
  color: black;
  font-weight: 600;
}
.club img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.syllb .month-selection .active_month {
  border: solid 1px #f9b000;
  background: #275034 !important;
}
.syllb .month-selection ul li {
  background: #6a2b11;
  padding: 3px 5px;
  width: 90px;
  float: left;
}
.syllb .active {
  display: block;
}
.curri {
  background: #f7f7f7;
  box-shadow: 0px 0px 20px 3px #bbbbbb;
  position: relative;
  overflow: unset;
}
.curri:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 65px;
  width: 75%;
  height: 90%;
  background: #ebebeb;
  transform: skew(10deg, 10deg);
}
.exam-blk {
  display: flex;
  align-items: center;
  height: 330px;
  background: #e9e9e9;
}
.exam-blk h3 {
  color: #ffffff;
  font-size: 19px;
  background: #103c1c;
  text-align: center;
  padding: 64px 4px;
  box-shadow: 1px 1px 4px 1px black;
  writing-mode: vertical-rl;
  height: 100%;
}
.g-info p {
  margin-bottom: 5px;
  border-bottom: 1px solid #bdbdbd;
}
.g-info p:last-child {
  border-bottom: unset;
}
.g-info a {
  color: #000000;
  font-weight: 600;
}
.g-info a:hover {
  color: #9d1e0a;
}
.admission {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.admission .card {
  margin-bottom: 15px !important;
  width: 90%;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
}
.admission .card .card-body {
  position: relative;
}
.admission .card .card-body h1.card-title {
  position: absolute;
  border: 2px dotted #fb8800;
  background: #f1b98b;
  padding: 5px 10px;
  top: -20px;
  left: -25px;
  color: #940316;
  font-size: 35px;
}
.admission .card .card-body p.card-text {
  margin-left: 35px;
  font-size: 15px;
  line-height: 28px;
}
.admission .card .card-body ul.list {
  margin-left: 35px;
}
.uniform img {
  width: 42px;
  margin-right: 5px;
}
.library {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/lib.jpg) no-repeat;
  background-size: 50% 100%;
  background-color: #fff;
  z-index: -1;
  background-attachment: fixed;
  background-position: right;
  margin-top: 0;
}
.library:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #0000001a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.auto-container {
  position: static;
  max-width: 1300px;
  padding: 0px 15px;
  margin: 0 auto;
}
.team-page-section {
  position: relative;
  padding-top: 70px;
}
.team-page-section .team-block {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
}
.team-section {
  position: relative;
  padding: 80px 0px 60px;
}
.team-section.style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}
.team-section .title-box {
  position: relative;
  text-align: center;
}
.team-section .title-box h2 {
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 50px;
}
.team-section .title-box h2 span {
  color: #ff9600;
}
.team-block {
  position: relative;
}
.team-block .inner-box {
  position: relative;
  padding: 30px 70px 15px 0px;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeInLeft;
}
.team-block .inner-box:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  left: 70px;
  bottom: 0px;
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.team-block .inner-box::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 70px;
  bottom: 0px;
  width: 0%;
  border-radius: 10px;
  transition: all 600ms ease;
  background-image: linear-gradient(to bottom, #8e490c 0%, #a50010 100%);
}
.team-block:hover .inner-box::after {
  width: 81%;
}
.team-block:hover .inner-box .lower-content h3 a, .team-block:hover .inner-box .lower-content .designation {
  color: #ffffff;
}
.team-block .inner-box .image {
  width: 250px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.20);
}
.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 3px solid #b1b1b1;
  padding: 3px;
}
.team-block .inner-box .lower-content {
  position: relative;
  text-align: left;
  z-index: 1;
  padding: 20px 0px 0px 90px;
}
.team-block .inner-box .lower-content h3 {
  position: relative;
  color: #284080;
  font-size: 15px;
  font-weight: 700 !Important;
  line-height: 24px;
  font-family: Poppins-Regular;
}
.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #924f15;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-block .inner-box .lower-content .designation {
  position: relative;
  color: #777777;
  font-size: 13px;
}
.team-block.style-two .inner-box .lower-content h3 a, .team-block.style-two .inner-box .social-icons li a {
  color: #ff9600;
}
.team-block.style-two .inner-box:hover .lower-content h3 a, .team-block.style-two .inner-box:hover .social-icons li a {
  color: #ffffff;
}
.team-block.style-two .inner-box::after {
  background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
  background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
}
.team-block-content {
  background: #ededed;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}
.team-block-content p {
  color: black !important;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: unset;
}
.mgmt .team-block {
  margin-bottom: 20px;
}
.student-cabinets figure {
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.student-cabinets figure .cabinet-img {
  width: 250px;
  border-left: 5px double #a2230f;
  border-bottom: 5px double #a2230f;
  border-right: 5px double #f9a73c;
  border-top: 5px double #f9a73c;
  padding: 3px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  margin: 0 auto;
}
.student-cabinets figure .cabinet-img img {
  height: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.student-cabinets figure .cabinet-detail {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(40deg, #9d1e0ae6 0%, #df8f38db 90%);
}
.student-cabinets figure .cabinet-designation {
  color: #ffffff;
  text-align: center;
  font-family: "poppins", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.student-cabinets figcaption {
  padding-top: 8px;
  padding-bottom: 10px;
}
.student-cabinets .cabinet-name {
  color: #232323;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
.student-cabinets figure:hover .cabinet-detail {
  top: 0;
  overflow: visible;
}
.cabinet5 {
  margin-top: 15px;
}
.sc h2 {
  margin: 0 auto;
  background: linear-gradient(45deg, #a00318, #bb6a23);
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 5px 60px;
  width: max-content;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.bg-red {
  background: #9d1e0a !important;
}
.bg-blu {
  background: #084298 !important;
}
.bg-yellow {
  background: #bb6a23 !important;
}
.bg-green {
  background: #083a08 !important;
}
.message img {
  border: 10px solid #a83a12;
  padding: 5px;
  width: 300px;
  border-radius: 15px;
}
.audio-sec article {
  background: linear-gradient(45deg, #ffb6aa, #ffc770);
  padding: 16px;
  border: solid 1px #721304;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 3px 0px #979797;
}
.audio-sec article p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0px;
}
.audio-sec article audio {
  width: 100%;
  background: #9d1e0a;
}
/***********contact page css*******************/
.cont-main h2 {
  position: relative;
}
section.cont-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #e2cfcc;
}
section.cont-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #efefef;
  z-index: unset;
}
section .contact-blk {
  position: relative;
  min-width: 1100px;
  min-height: 550px;
  display: flex;
}
section .contact-blk .contactinfo {
  display: flex;
  justify-content: center;
  ALIGN-ITEMS: CENTER;
  position: absolute;
  top: 130px;
  background-color: #9d1e0a;
  z-index: 1;
  padding: 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  HEIGHT: 320PX;
}
section .contact-blk .contactinfo h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background: #eca334;
  padding: 2px 0;
}
section .contact-blk .contactinfo .info {
  position: relative;
  margin: 20px 0;
}
section .contact-blk .contactinfo .info li {
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
  font-family: OpenSans-Regular;
  font-size: 15px;
  line-height: 25px;
}
section .contact-blk .contactinfo .info li span:nth-child(1) {
  max-width: 30px;
  min-width: 30px;
}
section .contact-blk .contactinfo .info li span:nth-child(1) img {
  max-width: 100%;
  filter: invert(1);
  opacity: 0.5;
}
section .contact-blk .contactinfo .info li span:nth-child(2) a {
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
  opacity: 0.6;
}
section .contact-blk .contactinfo .info li:hover span:nth-child(1) img, section .contact-blk .contactinfo .info li:hover span:nth-child(2) a {
  opacity: 1;
}
section .contact-blk .contactinfo .sci {
  position: relative;
  display: flex;
}
section .contact-blk .contactinfo .sci li {
  list-style: none;
  margin-right: 15px;
}
section .contact-blk .contactinfo .sci li a {
  text-decoration: none;
}
section .contact-blk .contactinfo .sci li a img {
  filter: invert(1);
  opacity: 0.5;
  width: 100%;
}
section .contact-blk .contactinfo .sci li:hover a img {
  opacity: 1;
}
section .contact-blk .contactForm {
  position: absolute;
  background: #fff;
  margin-left: 155px;
  width: calc(100% - 150px);
  height: 100%;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
}
.contactForm iframe {
  width: 100%;
}
.disclosure h3 {
  margin-bottom: 5px;
  margin-top: 30px;
}
.disclosure a {
  color: #9d1e0a;
  font-weight: 600;
}
.prayer article {
  margin-bottom: 40px;
}
.prayer article img {
  width: 64px;
  background: #9d1e0a;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #721506;
  margin-bottom: 10px;
}
.prayer article h3 {
  margin-bottom: 10px;
}
.erp-links {
  left: 0px;
  position: fixed;
  bottom: 165px;
  z-index: 9;
}
.erp-links img {
  width: 80px;
}
/*Year Selection*/
.dyn-cal {
  width: 20px;
  margin-right: 5px;
}
.month-selection ul {
  text-align: center;
  padding-left: 0px;
}
div[data-trigger] {
  display: none;
}
.myDiv {
  display: none;
}
.myDiv .headtitle {
  margin-bottom: 30px;
  font-size: 20px;
}
.selected_year {
  display: block;
}
#ddlYear option {
  color: white;
}
#ddlYear {
  border: solid 3px #681205;
  color: #fff;
  height: 30px;
  padding: 0px 0px 0px 4px;
  background: #9d1e0a;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
  width: 6.5em;
  font-size: 15px;
  float: right;
  margin-top: 0;
}
.new-high-eve #ddlYear {
  margin-top: -25px;
}
.year_selction_sec select {
  margin: 0px;
}
.year_selction_sec select {
  width: 100%;
  background: #c30038;
  border: solid 1px #c30038;
  height: 28px;
  color: #fff;
  margin-top: 15px;
}
.myDiv {
  height: auto !important;
}
.ui-tabs-vertical {
  height: auto !important;
  min-height: 500px;
}
.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .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 .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: .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 #681205;
  background: #9d1e0a;
}
.month-selection ul li {
  cursor: pointer;
  list-style: none;
  margin: 5px 0px;
  list-style-image: none;
  background: #95541a;
  text-transform: capitalize;
  padding: 3px 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #fbae69;
  width: 64px;
  color: white;
  display: inline-block;
}
.month-selection ul {
  text-align: center;
  margin-bottom: 15px;
}
.month-selection {
  margin: 0px;
  float: left;
  width: 100%;
}
.innertabdiv .table {
  margin: 0px;
}
.innertabdiv .table tr td {
  border: 1px solid #e7c9c8;
  border-top: 1px solid #e7c9c8 !important;
}
.innertabdiv .innertable.table-responsive.maintable {
  padding: 5px 20px;
}
.innertabdiv .innertable {
  overflow: auto;
  color: #753400;
}
.innertabdiv .innertable td {
  border: solid 1px #d9d9d9;
  padding: 5px;
  font-size: 14px;
  color: #333;
}
.innertabdiv .innertable th {
  background: rgb(5 76 49);
  border: solid 1px #fcf4ff;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.innertabdiv .innertable tr {
  background-color: #fffbf2;
}
.innertabdiv .viewbtn {
  float: right;
  background: linear-gradient(45deg, #226201, #0f4568);
  color: #fff;
  padding: 6px 25px;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 15px;
}
.innertabdiv .viewbtn:hover, .viewbtn:focus, .viewbtn:focus:active {
  color: #fff;
  outline: none;
}
.innertabdiv .viewall {
  margin: 5px auto 30px auto;
  display: block;
  background: linear-gradient(45deg, #226201, #0f4568);
  color: #fff;
  padding: 0px 25px;
  font-size: 16px;
  border-radius: 4px;
}
.innertabdiv .viewall:focus:active {
  outline: none;
}
.innertabdiv a.viewpdf, .innertabdiv a.downloadpdf {
  background: #064c31;
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  margin: 0px 15px 0px 0px;
}
.innertabdiv .innertable td:nth-child(3), .innertable td:nth-child(4) {
  text-align: center;
}
.gal_new {
  margin: 0px;
}
.gal_new .img_sec {
  background: #efefef;
  padding: 0px 0px;
}
.gal_new .img_sec img {
  width: 450px;
  object-fit: contain;
  margin: auto;
  display: block;
  background: #cdcdcd;
}
.gal_new .gal_data {
  font-size: 16px;
}
.gal_new .gal_data p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.gal_new .gal_data h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  border-bottom: dotted 1px #000;
  line-height: 40px;
  font-size: 1.7rem;
}
.gal_new .gal_data h4 {
  font-size: 16px;
  color: #000;
}
.gal_new .gal_data h4.catgry_name {
  color: #9d1e0a;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}
.gal_new .gal_data p {
  margin: 0px;
}
.gal_new article {
  box-shadow: 1px 1px 7px 0px #c5c5c5;
  margin-bottom: 10px;
  padding: 5px;
  margin-top: 35px;
  background: #fff;
}
.gal_new article img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #e3e3e3;
  margin: auto;
  display: block;
  position: relative;
}
.gal_new article .gal-content {
  background: #ffe3cb;
  padding: 0px 10px 15px;
  margin-top: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.gal_new article .gal-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: #ffd5af;
  transform: rotate(45deg);
}
.gal_new article h4 {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.gal_new article p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  position: relative;
}
.gal_new article h4.catgry_name {
  color: #9d1e0a;
  font-size: 19px;
  line-height: 32px;
  height: 50px;
  border-bottom: 1px dotted black;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.gal_new article button.read-about {
  margin: auto;
  text-align: center;
  display: block;
  position: relative;
}
.gal_new article button.read-about:hover {
  background: linear-gradient(45deg, #ffbdb3, #f9a73e);
  color: white;
}
button.read-about {
  padding: 3px 15px;
  margin-top: 20px;
  width: max-content;
  transition: 0.8s;
  color: black;
}
button.read-about a {
  color: #000000;
}
button i {
  margin-left: 5px;
  color: #000000;
}
h3.headtitle {
  padding-left: 12px;
  font-size: 25px;
  font-weight: 600;
}
/*Gallery Category page*/
.evntdate, .lastdate, .totalphoto {
  background: #9d1e0a;
  color: #fff;
  display: block;
  margin: 0px auto 15px auto;
  box-shadow: 5px 4px 0px 0px #d6792c;
  padding: 7px 18px;
  width: 230px;
  font-size: 15px;
}
.innercate .col p {
  padding: 0px 5px;
}
.evntdate:hover, .lastdate:hover, .totalphoto:hover {
  color: #fff;
}
.zoompic img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: top;
  min-height: 200px;
  max-height: 200px;
  margin: 10px auto 20px auto;
  display: block;
  border: 6px double #d7d7d7;
  padding: 15px;
  background: #bbbbbb;
}
.innercate .morecontent div {
  display: none;
}
.innercate .morecontent a {
  display: inline-block;
  color: #ef2d39;
  font-size: 21px;
}
.back {
  margin: 10px auto 10px auto;
  display: block;
  text-align: center;
}
.back a {
  background: linear-gradient(45deg, #d6792c, #9d1e0a);
  color: #fff;
  padding: 1em 1.3em;
  border-radius: 50%;
  text-align: center;
}
.innercate .col h4 {
  text-transform: uppercase;
  padding: 31px 0px 5px 0px !important;
  font-weight: 600;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
/*Magnify pop up*/
.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-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: 17px;
  color: white;
}
.magnify-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  background: #af251b;
}
.magnify-button:hover {
  color: #fff;
  background-color: #e00000;
}
.magnify-button-close:hover {
  background-color: #e00000;
}
.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 pop up*/
.mid-img {
  width: 500px;
  margin-bottom: 20px;
}
.videogal h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}
.play_icon {
  background: url(../images/video_icon.png) no-repeat center;
  width: 58px;
  height: 39px;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.videogallerybox {
  margin-bottom: 19px;
}
.videogallerybox img {
  height: 250px;
  object-fit: cover;
  object-position: top;
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.videogallerybox .videogallerybox-img {
  position: relative;
}
.videogallerybox h4 {
  font-size: 16px;
  background: linear-gradient(45deg, #f2a730, #9d1e0a);
  color: white;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tc a {
  position: relative;
  top: 20px
}
.tc input:focus {
  box-shadow: none;
  border: 1px solid #ad351d;
}
.tc label {
  padding-bottom: 5px;
}
.shakebutton {
  background: linear-gradient(45deg, black, #a12917);
  box-shadow: 4px 4px 0 0 #b86122;
  border-radius: 0 0 0 0;
  padding: 1px 17px;
  text-decoration: none;
  color: #fff
}
.shakebutton:hover {
  text-decoration: none;
  color: #fff
}
@keyframes wobble-skew-on-hover {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg)
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg)
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0)
  }
}
.wobble-skew-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0)
}
.wobble-skew-on-hover:hover, .wobble-skew-on-hover:focus, .wobble-skew-on-hover:active {
  -webkit-animation-name: wobble-skew-on-hover;
  animation-name: wobble-skew-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
/*parent Portal and ERP*/
.details img {
  margin-bottom: 0;
}
.details {
  line-height: 37px;
  font-size: 16px;
  color: #4e4e4e !important
}
.details a {
  color: #a91d2f;
  text-decoration: none
}
.imgheading {
  font-size: 18px;
  text-transform: none;
  color: #005919;
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none
}
.clr25 {
  clear: both;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0
}
.innerhead {
  font-family: 'Lato', sans-serif;
  color: #194b7b;
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px
}
.assistance {
  background: rgba(68, 23, 20, 0.06);
  padding: 13px;
  border: solid 1px #ddd
}
h4.sub_head1 {
  font-size: 20px;
  margin: 13px 0;
  color: #ae2b3b;
  font-weight: 600
}
#myImg, #myImg1, #myImg2 {
  width: 100%;
  border: 5px solid rgba(158, 158, 158, 0.1);
  background: #eaeaea;
  cursor: pointer;
  transition: .3s
}
#myImg:hover {
  opacity: .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: .6s;
  animation-name: zoom;
  animation-duration: .6s
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); transform: scale(0)
  }
  to {
    -webkit-transform: scale(1); 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: .3s;
  opacity: .5;
  color: #fff
}
/*Inner Event section*/
.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%);
}
.inr-event-img {
  width: 740px;
  height: auto;
  margin-right: 5px;
  overflow: hidden;
  will-change: transform;
}
.inr-event-img img {
  width: 100%;
  height: 100%;
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  will-change: transfrom;
  object-fit: contain;
  background: #dddddd;
}
.inr-event-content {
  overflow: hidden;
  padding: 10px 15px;
  word-break: break-word;
  position: relative;
}
.inr-event-content:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 98%;
  background: linear-gradient(45deg, #ffeaca, #ccecff);
  transform: skewX(70deg);
  top: 0;
  left: 0;
}
.inr-event-blk-date {
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 600;
  background: #9d1e0a;
  width: max-content;
  padding: 0 15px;
  position: relative;
}
.inr-event-blk-heading {
  color: #232323;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
}
.inr-event-blk-discription {
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 30px;
  color: #383838;
  padding: 0;
  margin: 0;
  position: relative;
}
.inr-event-blk-loc {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #985619;
  margin-bottom: 8px;
  position: relative;
}
.inr-event-blk-loc a {
  color: #985619;
}
.inr-event-blk-loc span {
  margin-left: 20px;
}
.inr-event-blk-loc span i {
  color: #9c5a1a;
}
.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);
}
.news-highlight-blk {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
  padding: 10px 15px;
  word-break: break-word;
  border: 1px solid #e5e5e5;
  transition: 0.5s;
}
.news-highlight-blk:hover {
  background: linear-gradient(45deg, #ffb5757a, #e4f5ff);
}
.news-highlight-date {
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
  background: #9d1e0a;
  width: max-content;
  padding: 0 15px;
}
.news-highlight-heading {
  color: #232323;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.news-highlight-discription {
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 30px;
  color: #2c2c2c;
  padding: 0;
  margin: 0;
}
.inner-page{height: 300px;overflow: hidden;/* margin-bottom: 50px; */}
.inner-page img{height:300px;}
.inner-sec-pages{padding: 50px 0px;background: url(../images/background-img.jpg);padding-bottom: 80px;}
.inner-sec-pages h1{margin-bottom:25px;}
.inner-sec-pages p{font-size: 17px;text-align: justify;}
.inner-sec-pages p.big{font-size: 18px;line-height: 45px;}
.inner-img{/* float: right; */margin-right: 30px;margin-bottom: 20px;border-radius: 50px;background: #fff;padding: 10px;box-shadow: 10px 10px 10px #c1c1c1;width: 450px;height: 350px;object-fit: cover;}
.inner-img-left{float:left;margin-right: 20px;margin-bottom: 20px;}
.data-inner{display: flex;justify-content: center;align-items: center;}
.data-inner-opt{display: flex;justify-content: center;}
.vision-page article{background: #eee;text-align: center;padding: 20px;}
.vision-page article p{background: #eee;text-align: center;}
.vision-page article h3{background: #eee;}
.services-inner article{background: #ddd;padding: 10px;margin-bottom: 20px;text-align: center;display: flex;align-items: center;justify-content: center;height: 100px;border: dashed 1px #8f8f8f;}
.services-inner article h3{margin: 0px;}

.incoterms-sec ul{background: #eee;padding: 30px;border-radius: 20px;}
.incoterms-sec ul li{list-style-type: circle;line-height: 30px;}
/* ============ res css starts here ============ */
@media all and (max-width:1600px) {
  .audio-sec {
    flex-wrap: wrap;
  }
  .audio-sec .col {
    width: 25%;
    flex: unset;
    margin: 0 auto;
  }
  .cabinet5 {
    flex-wrap: wrap;
  }
  .cabinet5 .col {
    width: 21%;
    flex: unset;
    margin: 0 auto;
  }
  .inner-sld {
    height: 400px;
  }
  .social-sec .card .card-body {
    padding-left: 5px;
  }
  .company-logo-sec .menu-back {
    left: 0px;
  }
  .home-imp-menu ul li a {
    padding: 2px 9px;
  }
}
@media (max-width:1400px) {
  .audio-sec .col {
    width: 33%;
  }
  .curri:before {
    top: 90px;
    left: 65px;
    width: 75%;
    height: 70%;
  }
  .box3 p {
    font-size: 14px;
  }
  .main .accordion-item .paragraph li a {
    font-size: 15px;
  }
  .main .accordion-item .paragraph li {
    line-height: 25px;
  }
  .main {
    margin-top: 15px;
  }
  .inner-sld {
    height: 400px;
  }
  .beyond-sec article h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  .social-sec .col {
    width: 25%;
    flex: inherit;
    margin-bottom: 10px;
  }
  .home-imp-menu ul {
    text-align: left;
  }
  .home-imp-menu ul li {
    margin-bottom: 10px;
  }
}
@media all and (max-width:1200px) {
  .social-sec {
    padding: 40px 0px;
  }
  .service-bg {
    padding: 30px;
  }
  .overlay .paragraph li a {
    line-height: 30px;
  }
  .overlay .paragraph li li a {
    line-height: 30px;
  }
  .main .accordion-item.active .title i.bi {
    display: block;
  }
  .overlay .home-imp-menu ul li a {
    font-size: 15px!important;
    min-width: 175px;
  color: white;
  }
  .overlay ul li a {
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: normal;
  }
  .main .accordion-item .paragraph {
    display: none;
  }
  .main .accordion-item .title i.bi {
    display: block;
  }
  .our-specil-sec .bg-clr {
    background: #f3ede7;
  }
  .social-sec .col {
    width: 33%;
  }
  .beyond-sec, .beyond-sec .bg-clr {
    height: auto;
    padding-top: 40px;
  }
  .welcome-sec img {
    margin-bottom: 30px;
  }
  .welcome-sec {
    background: url(../images/about-bg.png) no-repeat top #f3ede6;
    padding: 20px 0px;
  }
  section .contact-blk {
    min-width: 100%;
  }
  .student-cabinets figure .cabinet-img {
    width: 100%;
  }
  .cabinet5 .col {
    width: 33%;
    flex: unset;
    margin: 0 auto;
  }
  .result .square {
    height: 175px;
    width: 160px;
    margin: 0 auto;
  }
  .result-box::after {
    height: 200px;
    width: 140px;
    top: -35px;
    right: -38px;
  }
}
@media all and (max-width:992px) {.data-inner{flex-direction: column;}
  .message-data {
    flex-direction: column;
}
  .msg-left {
    width:100%;
}
  .msgright {
    width: 100%;
}
  .overlay .home-imp-menu ul li {
    width: 90%;
    margin-bottom: 10px;
  }
  .overlay ul li {
    margin-bottom: 20px;
  }
  .social-sec .col {
    width: 50%;
  }
  .home-imp-menu {
    display: none;
  }
  .overlay .home-imp-menu {
    display: block;
  }
  .sidebar .submenu, .sidebar .dropdown-menu {
    position: static !important;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
    display: none;
    background: no-repeat;
    border: none;
  }
  .contactForm iframe {
    height: 400px;
  }
  section .contact-blk .contactForm {
    position: inherit;
    background: #fff;
    margin-left: 0px;
    padding-left: 0px;
    height: 100%;
    width: 100%;
    box-shadow: 0 50px 50px rgb(0 0 0 / 50%);
    padding: 15px;
  }
  section .contact-blk .contactinfo {
    position: static;
    top: 75px;
    width: 100%;
    background-color: #9d1e0a;
    z-index: 1;
    padding: 30px;
    height: 254px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
  }
  section .contact-blk {
    display: block;
  }
  .audio-sec .col {
    width: 50%;
  }
  .library {
    background: #ffffff;
  }
  .library:before {
    content: "";
    width: 100%;
    background: #ffffff;
    z-index: unset;
  }
  .admission .card {
    height: auto;
  }
  .box3 {
    min-height: auto;
  }
  .box3-main {
    flex-direction: column;
  }
  .rit-img {
    float: unset !important;
    margin: 0 auto !important;
    display: block;
    margin-bottom: 15px!important;
  }
  .abt-sec img {
    float: unset !important;
  }
  .main {
    margin-top: 15px;
    padding: 0 25px;
  }
  .main .accordion {
    margin-top: 0px;
  }
  .overlay .home-imp-menu {margin-top: 30px; }
  .result .square {
    height: 150px;
    width: 155px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .result-box::after {
    height: 108px;
    width: 108px;
    top: 20px;
    right: -55px;
  }
  .contact1 .contblk {
    left: 50%;
  }
  .message1 img {
    height: auto;
  }
  .message img {
    height: auto;
  }
  .main {
    margin-top: 10px;
  }
  .sidebar li {
    position: relative;
  }
  .sidebar li .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    min-width: 240px;
    margin-left: 0%;
  }
  .sidebar li:hover > .submenu {
    display: block;
    border: none;
    background: none;
  }
}
@media all and (max-width:768px) {
  .home-banner-sec img, .home-banner-sec {
    height: 400px;
  }
  .company-logo-sec .logo {
    position: inherit;
    margin: auto;
    display: block;
    float: left;
    width: 300px;
    border-radius: 15px;
  }
  .company-logo-sec .menu-back {
    border-radius: 0px;
    height: 0px;
    background: #fff;
    top: 0px;
    width: auto;
    position: inherit;
    margin: auto;
  }
  .modal-content {
    width: 100%;
    height: auto
  }
  .animodal-content, #anicaption {
    width: 100%
  }
  .our-specil-sec article {
    padding: 20px;
  }
  .subhead {
    line-height: 24px;
    font-size: 16px;
  }
  .erp-links img {
    width: 56px;
  }
  .erp-links {
    position: absolute;
    top: 130px;
  }
  .inr-event-content:before {
    transform: skewX(30deg);
  }
  .inr-event-img {
    width: 100%;
  }
  .inr-event-blk {
    flex-direction: column;
  }
  .cabinet5 .col {
    width: 50%;
    flex: unset;
    margin: 0 auto;
    margin-top: 20px;
  }
  .student-cabinets figure .cabinet-img {
    width: 100%;
  }
  .admission .card .card-body p.card-text {
    margin-left: unset;
    text-align: center;
    font-size: 16px;
  }
  .admission .card .card-body h1.card-title {
    position: unset;
    top: 0;
    left: 0;
    font-size: 30px;
    text-align: center;
    padding: 4px 15px;
  }
  .admission .card .card-body {
    position: unset;
  }
  .admission .card {
    margin-bottom: 10px !important;
    height: auto !important;
    width: 100%;
  }
  .rit-img {
    width: 100%;
  }
  .bread-bg .breadcrumb li {
    font-size: 13px;
    line-height: 25px;
  }
  .bread-bg {
    bottom: 45px;
    padding: 5px 14px;
  }
  .inner-sld {
    height: 250px;
  }
  .inrhgt {
    padding: 40px 20px 40px;
  }
  .abt-sec img {
    width: 100%;
  }
  .quick-sec img {
    width: 150px;
  }
  .social-sec .card h4 {
    text-align: center;
  }
  .social-sec img {
    margin: auto;
    display: block;
  }
  .company-logo-sec .menu-circle {
    top: 20px;
  }
  .message .message-bg {
    padding: 30px;
  }
  .class img {
    height: auto;
  }
  .message1 img {
    margin-left: 0px;
    height: auto;
    margin-bottom: 21px;
  }
  .message img {
    margin-left: 0px;
    height: auto;
    margin-top: 20px;
  }
  .bread-bg .breadcrumb li {
    font-size: 13px;
    line-height: 25px;
  }
  .bread-bg {
    bottom: 45px;
    padding: 5px 14px;
  }
  .inner-sld {
    height: 250px;
  }
  .inrhgt {
    min-height: 600px;
    padding: 20px 20px 20px;
  }
}
@media (max-width:576px) {
  .audio-sec .col {
    width: 100%;
  }
  .exam-blk {
    height: auto;
  }
  .exam-blk h3 {
    height: auto;
  }
  .service-sec .col img {
    height: 170px;
  }
  .button_container span {
    width: 74%;
    left: 6px;
  }
  .company-logo-sec .menu-circle {
    width: 47px;
    height: 35px;
    padding: 5px;
  }
  .overlay ul li, .main .title {
    font-size: 15px;
  }
  .company-footer .links ul li {
    width: 100%;
  }
  .company-footer .bg-clr {
    padding-top: 30px;
  }
  .curri:before {
    top: 29px;
    left: 43px;
    width: 70%;
  }
  .service-bg {
    padding: 25px 30px;
  }
  .service-sec {
    padding-top: 130px;
  }
  .service-bg {
    margin-top: unset;
  }
  .company-logo-sec .logo {
    width: 260px;
  }
  .reg-attach {
    padding: 2px 4px;
    right: -14px;
    top: -5px;
  }
  .welcome-sec img {
    margin-bottom: 120px;
  }
  .tabset > label {
    padding: 8px 20px 6px;
  }
}