@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&amp;display=swap);

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
  line-height: inherit
}

body {
  font-size: 16px;
  color: #787878;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: Rubik, sans-serif
}

@font-face {
  font-family: Ananda;
  src: url('../../m-font/AnandaBlackPersonalUseRegular-rg9Rx.ttf')
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0 auto;
  overflow: hidden
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s
}

a:focus,
a:hover,
a:visited {
  text-decoration: none !important;
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0;
  background: 0 0;
  color: #000;
  font-family: Jost, sans-serif
}

.about-h1 {
  font-size: 22px;
  color: #173e30
}

textarea {
  overflow: hidden
}

button {
  outline: 0 !important;
  cursor: pointer
}

.text {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 15px
}

.text-theme {
  color: #8c292a !important
}

.text-blue {
  color: #212721
}

.text-grey {
  color: #646464
}

.bg-theme {
  background: #8c292a !important
}

::-webkit-input-placeholder {
  color: inherit
}

::-moz-input-placeholder {
  color: inherit
}

::-ms-input-placeholder {
  color: inherit
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: 0
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  border-radius: 0
}

.bootstrap-select .dropdown-menu li a span.text {
  margin-bottom: 0
}

.section_heading {
  position: relative;
  display: inline-block;
  margin-bottom: 15px
}

.section_heading .heading_under {
  position: absolute;
  left: 0;
  width: 55%;
  height: 4px
}

.bootstrap-select .dropdown-menu li.active a span.text {
  color: #fff
}

.left-img-scroll {
  max-width: 136px;
  margin-right: 20px
}

.bootstrap-select .dropdown-toggle .filter-option:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 7px;
  display: block;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
  z-index: 5;
  font-weight: 400;
  color: #fff
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden
}

.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

figure {
  margin-bottom: 0
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.centered {
  text-align: center !important
}

.gray-bg {
  background-color: #f4f4f4 !important
}

.light-bg {
  background-color: #fff !important
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.dropdown-toggle::after {
  display: none
}

.fa {
  line-height: inherit
}

.owl-dots {
  text-align: center;
  line-height: .8
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 12px;
  background: #d9d3d3 !important;
  transition: .3s;
  -webkit-transition: .3s;
  margin: 0 4px;
  display: inline-block;
  opacity: 1;
  position: relative
}

.owl-dots .owl-dot.active {
  background: #8c292a !important;
  opacity: 1
}

.theme-btn {
  display: inline-block;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.mb-20 {
  margin-bottom: 20px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mb-35 {
  margin-bottom: 35px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mt-30 {
  margin-top: 30px !important
}

.mt-40 {
  margin-top: 40px !important
}

.mt-50 {
  margin-top: 50px !important
}

.mt-70 {
  margin-top: 70px !important
}

.mb-40 {
  margin-bottom: 40px !important
}

.mb-50 {
  margin-bottom: 50px !important
}

.mb-70 {
  margin-bottom: 70px !important
}

.pb-20 {
  padding-bottom: 20px !important
}

.pb-30 {
  padding-bottom: 30px !important
}

.pb-50 {
  padding-bottom: 50px !important
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.scroll-to-top.style-two {
  background-color: #2d3247
}

.scroll-to-top:hover {
  color: #fff
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle
}

.btn-style-one:hover {
  color: #fff
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  background-color: #000;
  transition: .5s;
  opacity: .1;
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px
}

.btn-style-one:hover:before {
  width: 100%;
  border-radius: 0
}

.btn-style-one span {
  position: relative
}

.btn-style-one.style-two {
  background-color: transparent;
  border: 2px solid #006940;
  padding: 8px 20px;
  color: #006940
}

.btn-style-one.style-two:after {
  top: 14px
}

.theme-btn-dark.btn-style-one.style-two {
  border: 2px solid #006940;
  color: #013300
}

.theme-btn-dark.btn-style-one.style-two:after {
  color: #013300
}

.theme-btn-dark.btn-style-one.style-two.style-danger {
  border: 2px solid #8c292a;
  color: #8c292a
}

.theme-btn-dark.btn-style-one.style-two.style-danger:after {
  color: #8c292a
}

.app_back_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.text_small {
  font-size: 12px
}

.gap-2 {
  gap: 10px
}

.mission_logo {
  padding: 10px;
  background-color: #ffffff1c;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #fff;
  border-radius: 50%;
  backdrop-filter: blur(30px);
  height: 50px;
  width: 50px
}

.estab_blue_card::before {
  content: "";
  height: 35px;
  width: 35px;
  background-color: #fff;
  position: absolute;
  top: -9px;
  left: -9px
}

.estab_orange_card::before {
  content: "";
  height: 35px;
  width: 35px;
  background-color: #fff;
  position: absolute;
  bottom: -9px;
  right: -9px
}

.blue_sqaure {
  position: absolute;
  right: -6px;
  top: -6px
}

.orange_square {
  position: absolute;
  left: -6px;
  bottom: -6px
}

.aproch_no span {
  width: 25px;
  display: block;
  height: 25px;
  background: #8c292a;
  border-radius: 50%;
  font-size: 12px;
  padding: 3px;
  text-align: center;
  border: 1px #fff solid
}

.text_mid {
  font-size: 14px
}

.bg_blue {
  background-color: #0b477c
}

.bg_orange {
  background-color: #173e30 !important
}

.text_orange {
  color: #173e30 !important
}

.btn-style-one.style-three {
  background-color: transparent;
  border: 2px solid #ddd;
  color: #222;
  padding: 10px 20px
}

.btn-style-one.style-three:after {
  top: 14px
}

.btn-style-one.style-three:before {
  background-color: #e8f4f1;
  opacity: 1
}

.info-form-section .btn-style-one.style-three:before {
  background-color: #013300
}

.inner-box .btn-style-one.style-three {
  padding: 4px 15px
}

.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #fff;
  clear: both
}

.container.auto-container,
.header-upper .auto-container,
.main-header.header-style-one .auto-container {
  max-width: 1520px
}

.main-header.header-style-one {
  position: relative
}

.rs-toolbar {
  padding: 4px 0 5px;
  font-size: 14px;
  position: relative
}

.rs-toolbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: maroon;
  height: 50%;
  width: 100%
}

.rs-toolbar:after {
  content: "";
  position: absolute;
  background: maroon;
  height: 100%;
  width: 60%;
  right: 0;
  top: 0;
  z-index: 1;
  transform: skew(40deg, 0deg);
  max-width: 670px
}

.rs-toolbar .container {
  position: relative;
  z-index: 2
}

.header-top {
  position: relative;
  box-shadow: 2px 2px 20px #0000001A;
  background: #fdc80a;
}

.main-header .rs-toolbar-start .rs-toolbar-link {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 550;
  font-family: Rubik, sans-serif
}

.main-header .rs-toolbar-link1 {
  font-size: 13px;
  background:#002147;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 5px 0;
  border: 1px solid #173e30
}

.centered-cell {
  vertical-align: middle !important;
  text-align: center !important;
  font-weight: 700;
  font-size: 22px
}

.cell-link-point {
  padding-left: 20px
}

.main-header .rs-toolbar-link1:not(:first-child):hover {
  background: #fff !important;
  border: 1px solid #173e30
}

.main-header .rs-toolbar-link1:not(:first-child):hover a {
  color: #173e30 !important
}

.main-header .rs-toolbar-link1:not(:first-child):hover img {
  filter: unset
}

.main-header .rs-toolbar-link1 a {
  color: #fff !important
}

.blink-button {
  animation: blinker 1s linear infinite
}

@keyframes blinker {
  0% {
    background: #173e30
  }

  50% {
    background: #f1a308
  }

  100% {
    background: #173e30
  }
}

.rs-toolbar-withoutbutton {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle
}

.rs-toolbar-withoutbutton a {
  color: #173e30 !important
}

.rs-toolbar-start a img {
  max-width: 18px;
  margin-left: 2px;
  filter: brightness(20)
}

.edu-icon {
  max-width: 35px
}

.topQuickLinks {
  padding: 8px 0
}

.topQuickLinks li {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.topQuickLinks li a {
  display: block;
  cursor: pointer;
  padding: 2px 0;
  color: #333;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition: all .12s linear;
  -moz-transition: all .12s linear;
  -ms-transition: all .12s linear;
  transition: all .12s linear
}

.topQuickLinks li a:hover {
  border-color: #fff
}

.topQuickLinks li .dropdown ul li a {
  font-size: 14px;
  color: #000000 !important;
  border-bottom: 1px solid #0000002E;
  border: 0;
  padding: 0;
  font-weight: 400
}

.topQuickLinks li .dropdown ul li:hover {
  background: linear-gradient(133deg, #712941, #b90004);
}

.topQuickLinks li .dropdown ul li:hover a {
  color: #fff !important
}

.topQuickLinks li a i {
  margin-right: 5px
}

.fullwidth {
  width: 100%;
  float: left
}

.topQuickLinks li .dropdown {
  position: absolute;
  left: calc(50% - 80px);
  width: 165px;
  padding-top: 10px;
  z-index: 1;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: top;
  transition: all .3s ease-in-out;
  z-index: 9999
}

.topQuickLinks li:hover .dropdown {
  transform: perspective(600px) rotateX(0)
}

.topQuickLinks li .dropdown::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  border: 10px solid;
  border-color: transparent transparent #0000002E
}

.topQuickLinks li .dropdown ul {
  padding: 5px;
  background: #fff;
  border-radius: 5px
}

.topQuickLinks li .dropdown ul li {
  width: 100%;
  float: left;
  margin: 2px 0;
  padding: 5px 10px
}

.topQuickLinks li .dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #ececec
}

@media (max-width:1024px) {
  .topQuickLinks li {
    margin: 0 1px
  }
}

.notice-wrp {
  background: #fff;
  position: relative
}

.notice-wrp .notice-title {
  position: relative;
  padding-right: 42px !important;
  margin-right: 30px;
  max-width: 350px
}

.notice-wrp .notice-title .notice-title-view {
  position: relative
}

.notice-wrp .notice-date {
  line-height: 10px;
  font-weight: 700;
  font-size: 14px;
  text-align: center
}

.notice-wrp .notice-month {
  font-size: 10px;
  font-weight: 600px
}

.notice-title-content {
  text-align: left;
  display: flex;
  width: 100px
}

.notice-title-content h5 {
  font-size: 18px
}

.notice-wrp .notice-title:before {
  content: '';
  position: absolute;
  background:#002147;
  right: 0;
  top: 0;
  height: 100%;
  width: 1000px
}

.notice-title .notice-title-content h5 {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 34px;
  display: inline-block;
  /* font-family: Ananda */
}

.notice-title .notice-title-content h5 small {
  font-weight: 400;
  width: 100%;
  display: inline-block;
  font-size: 13px
}

.notice-wrp .notice-content {
  width: 100%;
  font-family: Mukta, sans-serif;
  font-size: 15px
}

.notice-content li {
  font-weight: 600;
  color: #333
}

.notice-content li .news-date span:first-child {
  font-size: 12px;
  line-height: 11px;
  text-align: center
}

.notice-content li .news-date span:nth-child(2) {
  font-size: 10px;
  line-height: 13px;
  text-align: center
}

.notice-content li p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Mukta, sans-serif
}

.header-top {
  position: absolute;
  width: 100%;
  background: #fdc80a;
}

.header-top .inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.header-top .left-column {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.left-img-column img {
  max-width: 330px
}

.sticky-header .left-img-column img {
  max-width: 330px
}

.sticky-header .header-upper {
  background:#fdc80a;
  box-shadow: 2px 2px 20px #0000001A
}

.header-top ul.contact-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.header-top ul.contact-info li {
  margin-right: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-right: 20px
}

.header-top ul.contact-info li:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, .2)
}

.header-top ul.contact-info li:last-child:before {
  display: none
}

.header-top ul.contact-info a {
  color: #fff
}

.header-top ul.contact-info li i {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.header-top .social-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end
}

.header-top .social-icon.xl-social-icon {
  display: flex !important
}

.header-top .social-icon li {
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px
}

.header-top .social-icon li:last-child {
  margin-right: 0
}

.fb-bg {
  background: #3e5c9a
}

.ins-bg {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.tw-bg {
  background: #29a9e1
}

.ld-bg {
  background: #117bb8
}

.yb-bg {
  background: #c3271a
}

.fb-color {
  color: #3e5c9a
}

.ins-color {
  color: #cc2366
}

.tw-color {
  color: #29a9e1
}

.ld-color {
  color: #117bb8
}

.yb-color {
  color: #c3271a
}

.header-top .social-icon li a {
  background: #fff;
  transition: .5s;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 42px;
  font-size: 14px
}

.header-top .social-icon li a.erp-login {
  width: auto;
  background: #fff;
  color: #013300;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 4px;
  font-weight: 500
}

ul.btns-link li {
  display: inline-block;
  margin-top: 8px
}

ul.btns-link li:last-child {
  margin-right: 0
}

ul.btns-link li:last-child a {
  margin-right: 0
}

.header-upper .navbar-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 50px
}

.header-upper {
  position: relative;
  z-index: 222
}

.header-internal .header-upper {
  background: #fff
}

.header-upper .inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.header-upper .logo-box {
  z-index: 10
}

.header-upper .logo-box .logo {
  position: relative;
  display: block;
  padding: 6px 0
}

.header-upper .right-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.right-column {
  max-width: 90%
}

.header-upper .search-btn {
  margin-left: 35px;
  padding-left: 20px;
  line-height: 20px;
  border-left: 1px solid #919191;
  margin-right: 20px
}

.header-upper .link-btn a {
  vertical-align: middle
}

.header-upper .search-toggler {
  color: #000;
  background: 0 0;
  font-size: 22px
}

.nav-outer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.navbar-right-info .mobile-nav-toggler {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-left: 30px;
  cursor: pointer;
  border-radius: 50%
}

.main-header .nav-outer .main-menu {
  position: relative
}

.main-menu .inner-container {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .12);
  margin-bottom: -25px;
  background: #fff
}

.main-menu .navbar-collapse {
  padding: 0;
  display: block !important
}

.main-menu .navigation {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.header-btn {
  position: relative;
  border-radius: 0
}

.header-btn.blue-btn:hover .btn-icon img {
  filter: unset
}

.enq-btn {
  box-shadow: 0 3px 6px #0000004f;
  border: 1px solid #212721;
  border-radius: 9px 0 15px 0;
  font-size: 13px;
  padding: 7px 10px;
  margin: 0 15px;
  transition: .3s;
  display: flex;
  align-items: center
}

.enq-btn:hover {
  background: #212721;
  color: #fff
}

.enq-btn:hover .btn-icon img {
  filter: brightness(20)
}

.enq-btn .btn-icon {
  margin-right: 2px
}

.enq-btn .btn-icon img {
  width: 20px;
  height: 20px
}

.main-menu .navigation>li {
  position: relative;
  padding: 5px 8px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

li.dropdown ul li a::before {
  display: none !important
}

.main-menu .navigation>li.current>a:before {
  opacity: 1
}

.main-menu .navigation>li:last-child {
  margin-right: 0
}

.main-menu .navigation>li>a {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #000000;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 600
}

.header-internal .main-menu .navigation>li>a {
  color: #070707;
  transition: .4s
}

.header-internal .main-menu .navigation>li.active,
.header-internal .main-menu .navigation>li:hover,
.main-menu .navigation>li.active,
.main-menu .navigation>li:hover {
  color: #000 !important
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: -5px;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: .5s;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0 14px;
  transition: .4s
}

.main-menu .navigation>li>ul>li:hover {
  background: linear-gradient(133deg, #712941, #b90004);
}

.main-menu .navigation>li>ul>li:hover a {
  color: #fff;
  border: none
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none
}

.home-icon {
  position: relative
}

.home-icon img {
  height: 18px;
  padding-left: 20px
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #e9e5df;
  line-height: 24px;
  font-size: 14px;
  text-transform: capitalize;
  color: #2a2a2a;
  text-align: left;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:last-child>a {
  border-bottom: 0
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  position: absolute;
  content: "\f105";
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-family: FontAwesome;
  font-weight: 400
}

ul.navigation li:last-child a::before {
  display: none
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  z-index: 100;
  display: none;
  background-color: #fff;
  transition: .5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0 20px
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  display: block;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #e9e5df;
  font-size: 16px;
  text-transform: capitalize;
  color: #130000;
  text-align: left;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: 0
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #130000;
  cursor: pointer;
  z-index: 5;
  display: none
}

.main-header .header-upper .contact-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #eee
}

.main-header .header-upper .contact-info .icon {
  position: relative;
  font-size: 24px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #e1eeeb;
  border-radius: 50%;
  margin-right: 15px;
  color: #126051;
  transition: .5s
}

.main-header .header-upper .contact-info:hover .icon {
  color: #fff
}

.main-header .header-upper .contact-info .icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.main-header .header-upper .contact-info:hover .icon:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.main-header .header-upper .contact-info .icon span {
  position: relative
}

.main-header .header-upper .contact-info h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px
}

.main-header .header-upper .contact-info h4 {
  font-size: 26px;
  font-weight: 700
}

.main-header .header-upper .contact-info h4 a {
  color: #222
}

.menuup .main-menu .navigation>li>ul {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px)
}

.header-internal .menuup .main-menu .navigation>li>ul {
  top: 100%;
  bottom: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, .9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all .7s ease;
  -moz-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 5
}

.search-popup .close-search:hover {
  opacity: .7
}

.search-popup .search-form {
  position: relative;
  padding: 0 15px 0;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  transition: all .9s ease;
  -moz-transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease
}

.search-popup .search-form fieldset {
  position: relative;
  border: 7px solid rgba(255, 255, 255, .5);
  border-radius: 12px
}

.search-popup .search-form fieldset input[type=search] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #fff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px
}

.search-popup .search-form fieldset input[type=submit] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #fff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 7px 7px 0
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: none
}

.search-popup .recent-searches {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: none
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0 10px 10px 0
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.search-popup .search-form fieldset input[type=search]:focus {
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none
}

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -webkit-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible
}

.nav-logo img {
  max-width: 200px
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  float: right;
  margin: 13px 0;
  margin-left: 0spx;
  display: none
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999
}

.mobile-menu .mCSB_scrollTools {
  right: -6px
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px
}

.mobile-menu .navbar-collapse {
  display: block !important
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 15px 25px;
  text-align: left;
  margin: 0;
  background: #ffff
}

.mobile-menu-visible {
  overflow: hidden
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  background:#e3b409;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all .9s ease;
  -moz-transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: .1;
  visibility: visible;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.mobile-menu .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 24px;
  text-align: center;
  font-size: 24px;
  color: #173e30;
  cursor: pointer;
  font-weight: 500;
  z-index: 10;
  -webkit-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.mobile-menu .navigation li.current>a:before {
  height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.hidden-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99999;
  width: 100%;
  max-width: 446px;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl
}

.hidden-sidebar-close {
  position: absolute;
  bottom: 0;
  right: -70px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px
}

.hidden-sidebar .logo {
  margin-bottom: 35px
}

.hidden-sidebar .wrapper-box {
  height: 100%
}

.hidden-sidebar .content-wrapper {
  padding: 80px 30px;
  margin-right: 70px;
  direction: ltr;
  position: relative
}

.hidden-sidebar .sidebar-widget {
  margin-bottom: 35px;
  padding: 0;
  background-color: transparent
}

.hidden-sidebar .text-widget .text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0
}

.pdf-widget {
  position: relative
}

.pdf-widget .row {
  margin: 0 -7.5px
}

.pdf-widget .column {
  padding: 0 7.5px
}

.pdf-widget .content {
  background-color: rgb(255 255 255 / 96%);
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 20px;
  border-radius: 10px
}

.content .right-panel {
  padding: 0 !important
}

.content .right-panel img {
  margin-bottom: 20px
}

.pdf-widget .content .icon {
  margin-bottom: 15px
}

.pdf-widget .content h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase
}

.contact-widget {
  position: relative
}

.contact-widget .icon-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px
}

.contact-widget .icon {
  width: 35px;
  font-size: 18px;
  margin-top: 2px;
  color: #fff
}

.contact-widget .text {
  color: #fff
}

.contact-widget .text a {
  color: #fff
}

.contact-widget .text strong {
  color: #fff;
  font-weight: 700;
  display: block
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  display: none;
  background: rgba(20, 20, 20, .7);
  overflow: hidden;
  cursor: none
}

.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
  transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
  -o-transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
  transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
  transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: hidden
}

.cursor {
  visibility: visible
}

.cursor.active {
  opacity: .5;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.cursor.hovered {
  opacity: .08
}

.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, .3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
  transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
  -o-transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
  transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
  transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden
}

.cursor-follower {
  visibility: visible
}

.cursor-follower.active {
  opacity: .7;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.cursor-follower.hovered {
  opacity: .08
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.banner-section {
  position: relative
}

.banner-section .background-text {
  position: absolute;
  right: -280px;
  bottom: 190px;
  z-index: 99;
  text-transform: uppercase;
  font-size: 240px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 200px;
  color: rgb(255 255 255 / .1);
  transform: rotate(-30deg)
}

.banner-section .background-text .text-2 {
  position: absolute;
  top: -5px;
  left: 15px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
  color: transparent
}

.banner-slider,
.three-item-carousel {
  position: relative;
  height: 100% !important;
  z-index: 9
}

.banner-section .swiper-slide {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.banner-section .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  content: ""
}

.banner-wrp .content-outer {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle
}

.banner-wrp .content-box {
  position: relative;
  padding: 0 15px 10px;
  min-height: 74vh;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.banner-wrp .content-box .inner {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  padding: 0 15px
}

.banner-wrp .swiper-slide-active .content-box .inner {
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.banner-wrp .content-box h1 {
  position: relative;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: 20px;
  letter-spacing: 0
}

.banner-wrp .content-box.justify-content-center h1:before {
  left: 50%;
  transform: translateX(-50%)
}

.banner-wrp .swiper-slide-active .content-box h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.banner-wrp .content-box h4 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.banner-wrp .swiper-slide-active h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.banner-wrp .content-box .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #2c2c2d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  margin-bottom: 30px
}

.banner-wrp .swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.banner-wrp .link-box {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  margin: 0 -10px
}

.banner-wrp .swiper-slide-active .link-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.banner-wrp .link-box a {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  margin: 0 10px 10px;
  border: 2px solid #006940
}

.banner-section .banner-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.banner-section .banner-slider-button-next {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  right: 0;
  font-size: 18px;
  background-color: rgb(255 255 255 / 0%);
  transition: .5s;
  border-radius: 42px;
  opacity: 1;
  border: 1px solid #fff
}

.banner-section .banner-slider-button-prev {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  left: 0;
  font-size: 18px;
  background-color: rgb(255 255 255 / 0%);
  transition: .5s;
  border-radius: 42px;
  opacity: 1;
  border: 1px solid #fff
}

.banner-section .banner-slider-nav.style-two {
  left: 0;
  right: auto;
  top: auto
}

.slider-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  background: transparent linear-gradient(180deg, #00000000 0, #000 100%)
}

.drop-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  filter: brightness(20)
}

.drop-icon img {
  max-width: 30px
}

.title-img {
  max-width: 165px;
  transform: translateY(-4px)
}

.drop-icon:hover {
  filter: initial
}

.main-head-text {
  font-size: 26px;
  margin-bottom: 30px
}

.whatsapp-img {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999
}

.whatsapp-img dotlottie-player {
  width: 100px;
  height: 100px
}

.sandila-btn {
  background: #212721;
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
  font-size: 14px
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev {
  width: 106px;
  height: 53px;
  border-radius: 0;
  margin: 0;
  line-height: 53px;
  background: #293e9c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next {
  height: 53px;
  width: 106px;
  border-radius: 0;
  margin: 0;
  line-height: 53px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next i {
  margin-left: 10px;
  position: relative;
  top: 1px
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev i {
  margin-right: 10px;
  top: 1px;
  position: relative
}

.bg-video-wrap {
  position: relative;
  width: 100%;
  height: 100vh
}

.bg-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.tmo-short-card {
  position: fixed;
  margin-bottom: 10px;
  left: 25px;
  bottom: 50px;
  z-index: 222;
  list-style: none;
  padding: 0;
  margin: 0
}

.whtapp-icon-vedio {
  margin-top: 2px !important;
  margin-bottom: 1px
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 44px !important;
  height: 44px !important
}

.tawk-min-container svg {
  width: 28px !important
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
  line-height: 1.2
}

.sec-title p {
  color: #585757;
  text-align: left;
  font-family: Mukta, sans-serif
}

.new-event-description {
  padding-right: 94px
}

.sec-title {
  position: relative;
  font-size: 14px;
  padding-bottom: 15px;
  color: #777;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 600
}

.sec-title.text-center .sub-title:before {
  left: 50%;
  transform: translateX(-50%)
}

.sec-title.light .sub-title {
  color: #fff
}

.top-heading {
  font-family: Rubik, sans-serif;
  font-weight: 500
}

.about-details h2,
.sec-title .stitle {
  position: relative;
  font-weight: 700;
  line-height: 28px;
  height: 28px
}

.about-details h2 {
  margin-bottom: 20px
}

.about-details p {
  text-align: justify
}

.about-details .item-infra li p {
  text-align: center
}

.about-details.text-center h2:after,
.sec-title.text-center h2:after,
.text-center .about-details h2:after {
  margin: 10px auto 0 auto
}

.sec-title h2.text-white:after {
  background: #fff
}

.sec-title.light h2 {
  color: #fff
}

.sec-title .text {
  margin-top: 16px;
  margin-bottom: 0
}

.sec-title.light .text {
  color: #fff
}

.rs-about-2 .about-img {
  padding-bottom: 95px
}

.why-title {
  background: #fff;
  position: relative;
  padding: 6px 15px 15px 15px;
  font-weight: 600
}

.why-title:after {
  content: "";
  position: absolute;
  background: #8c292a;
  height: 4px;
  width: 52px;
  bottom: 8px;
  left: 15px
}

.whyus-content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 2.3
}

.whyus-content ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 6px;
  border: 2px solid #fff;
  left: 0;
  top: 12px
}

.main-footer {
  background: url('../../../resources.edunexttechnologies.com/web-data/stIgnatius-school/img/foo-bg.png') no-repeat;
  color: #fff;
  background-size: cover;
  background-position: bottom
}

.main-footer .widgets-section {
  position: relative;
  z-index: 1
}

.main-footer .widget {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400
}

.main-footer .widget .widget-title {
  color: #000000 !important;
  text-align:left;
}

.footer-link {
  color: #173e30 !important
}

.widget {
  position: relative;
  margin-bottom: 50px
}

.widget .widget-title {
  position: relative;
  font-size: 22px;
  color: #222
}

.about-widget .logo {
  position: relative;
  margin-bottom: 30px
}

.about-widget .text {
  position: relative;
  color: rgb(255 255 255 / .6);
  margin-bottom: 0;
  font-weight: 400
}

.about-widget .social-links {
  position: relative
}

.about-widget .social-links li {
  position: relative;
  margin-right: 5px;
  display: inline-block
}

.about-widget .social-links li a {
  position: relative;
  display: block;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
  border: 1px solid #2222224f;
  border-radius: 50%
}

.about-widget .social-links li img {
  width: 12px;
  height: 12px;
  transform: translateY(-2px)
}

.footer-logo {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  max-width: 260px
}

.footer-logo img {
  width: 100%
}

.about-widget .social-links li a i {
  position: relative
}

.footer_branch img {
  background: #ffff;
  border-radius: 15px;
  width: 90px;
  height: 90px
}

.footer_heading img {
  width: 86px;
  transform: translateY(-10px)
}

.about-widget .social-links li a span {
  position: relative
}

.quick-links li a {
  color: #fff
}

.quick-links li {
  margin-bottom: 10px
}

.newsletter-widget .text {
  position: relative;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 30px
}

.newsletter-widget .form-group {
  position: relative
}

.newsletter-widget input {
  position: relative;
  height: 56px;
  padding: 0 20px;
  background-color: #2c2c2c;
  width: calc(100% - 56px);
  border-radius: 2px;
  color: rgba(255, 255, 255, .5)
}

.newsletter-widget .theme-btn {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 56px;
  color: #fff;
  border-radius: 2px;
  transition: .5s
}

.links-widget ul li {
  color: #fff;
  margin-bottom: 10px
}

.links-widget ul li a {
  color: rgba(255, 255, 255, .6);
  transition: .5s;
  font-weight: 400;
  position: relative;
  display: inline-block
}

.links-widget ul li a:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 25px;
  font-size: 17px;
  transform: rotate(180deg);
  font-weight: 400;
  transition: .5s;
  opacity: 0
}

.contact-widget .contact-info {
  position: relative
}

.contact-widget .contact-info li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px
}

.contact-widget .contact-info li a {
  color: #fff
}

.contact-widget .contact-info li .icon {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .5s ease;
  font-size: 18px
}

.contact-widget .contact-info li .icon.fa-phone {
  transform: rotate(90deg)
}

.contact-widget .contact-info li .text {
  position: relative;
  color: rgb(255 255 255 / .6);
  width: calc(100% - 60px);
  font-weight: 400;
  padding-left: 90px
}

.contact-widget .contact-info li .text span {
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0
}

.contact-widget .contact-info li .text a {
  color: rgb(255 255 255 / .6);
  transition: .5s
}

.footer-bottom .wrapper-box {
  position: relative
}

.footer-bottom {
  padding: 6px 0;
  background: #ffd91d
}

.footer-bottom .copyright {
  position: relative;
  font-size: 14px
}

.footer-bottom .text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500
}

.footer-bottom .footer-menu li {
  display: inline-block;
  margin-right: 10px;
  line-height: 18px
}

.footer-bottom .footer-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0
}

.footer-bottom .footer-menu li a {
  color: #fff;
  transition: .5s
}

@media only screen and (min-width:992px) {
  .main-footer .newsletter-widget {
    margin-right: 0;
    z-index: 9
  }

  .main-footer .links-widget {
    position: relative;
    margin-left: 85px;
    margin-right: -30px
  }
}

.services-section {
  position: relative;
  padding: 50px 0 50px;
  z-index: 9
}

.service-block-one {
  position: relative
}

.service-block-one .inner-box {
  position: relative;
  margin-bottom: 30px;
  padding: 31px 20px 30px;
  transition: .7s;
  background-color: #fff;
  border: 2px solid rgb(130 130 130 / 20%);
  overflow: hidden;
  border-radius: 6px
}

.service-block-one .icon {
  position: relative;
  overflow: hidden;
  width: 54px;
  height: 54px;
  line-height: 54px
}

.service-block-one h4 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  transition: .5s
}

.service-block-one .inner-box a {
  font-weight: 600;
  color: #166a36
}

ul.list-item {
  padding: 0;
  list-style: none;
  margin: 0 0 10px 15px
}

.service-block-one .text {
  position: relative;
  margin: 10px 0;
  transition: .5s;
  font-size: 15px;
  line-height: 25px;
  max-height: 100px;
  overflow: hidden
}

.service-block-one .lower-content {
  position: relative;
  transition: .5s
}

.service-block-one .lower-content .read-more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 67px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0;
  transition: .5s;
  transform: scale(1, 0);
  transform-origin: top
}

.service-block-one .lower-content .read-more-btn a {
  display: inline-block
}

.service-block-one .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .9s;
  opacity: .3
}

.about-section {
  position: relative;
  background: #fff
}

.about-section .main-div {
  height: 100%
}

.about-card {
  height: 100%;
  width: 100%
}

.about-inner-section {
  position: relative;
  background-color: #fff
}

.sub-par {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
  padding: 4px
}

.about-card .about-sub h6 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  text-decoration: underline
}

.about-card .about-sub p {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-family: Mukta, sans-serif
}

.about-card .about-sub {
  height: 100%;
  width: 100%
}

.about-card .about-sub::before {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #173e30;
  position: absolute;
  bottom: 7px;
  left: 3px;
  z-index: -1
}

.about-card .about-sub::after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #173e30;
  position: absolute;
  top: 3px;
  right: 4px;
  z-index: -1
}

.about-card .about-sub img {
  position: relative;
  height: 100%;
  width: 100%
}

.about-col {
  background: #f8f6F670;
  padding: 0
}

.header-btn img {
  height: 20px;
  width: 20px;
  filter: brightness(20)
}

.header-btn.blue-btn {
  border: 1px #173e30 solid;
  color: #173e30;
  background: #fff;
  padding: 0
}

.header-btn.blue-btn .btn-icon {
  background: linear-gradient(133deg, #712941, #b90004);
}

.header-btn .btn-icon {
  padding: 5px 4px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute;
  display: flex
}

.header-btn.blue-btn .btn-content {
  display: inline-block;
  border-left: 1px #fff solid;
  padding-top: 5px;
  padding-bottom: 5px
}

.header-btn .btn-content {
  padding: 3px 5px 3px 5px;
  margin-left: 25px;
  font-size: 13px
}

.header-btn.blue-btn:hover .btn-content {
  background: linear-gradient(133deg, #712941, #b90004);
  color: #fff
}

.wing-main {
  position: relative
}

.wing-img .main-img {
  height: 280px;
  border: 3px #fff solid;
  width: 100%;
  object-fit: cover
}

.wing-img {
  background-color: #000;
  overflow: hidden;
  position: relative
}

.wing-img:before {
  content: '';
  border: 1px solid #fff;
  transform: scaleY(0);
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  transition: all .5s ease 0s
}

.wing-img:hover:before {
  content: '';
  border: 1px solid #fff;
  transform: scaleY(1);
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  transition: all .5s ease 0s
}

.wing-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-box-shadow: inset 0 -10px 10px -10px #000;
  -webkit-box-shadow: inset 0 -43px 31px -44px #000;
  box-shadow: inset 0 -68px 50px -10px #d4c383;
  z-index: 0
}

.wing-img:hover img {
  opacity: .6;
  transform-origin: left top
}

.box-content {
  color: #fff;
  text-align: center;
  width: 90%;
  opacity: 0;
  transform: translateX(-50%) translateY(50%);
  position: absolute;
  bottom: 24%;
  left: 50%;
  z-index: 2;
  transition: all .5s ease .2s
}

.wing-img:hover .box-content {
  opacity: 1
}

.post-practices {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400
}

.box-img1 {
  opacity: 1 !important;
  display: block;
  width: 15% !important;
  height: 15%;
  margin: 0 auto;
  margin-top: 4px;
  left: -2.5px;
  position: relative;
  filter: unset !important;
  display: block
}

.box-img1::before {
  content: '';
  display: inline-block;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-left.png') no-repeat center;
  width: 30px;
  height: 50px;
  vertical-align: middle;
  margin-right: 2px
}

.box-img1::after {
  content: '';
  display: inline-block;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-right.png') no-repeat center;
  width: 30px;
  height: 50px;
  vertical-align: middle;
  margin-left: 2px
}

.heading_secondary::before {
  content: '';
  width: 80%;
  height: 3px;
  position: absolute;
  background-color: #f79530;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}

.heading-design::before {
  content: '';
  display: inline-block;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-left.png') no-repeat center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 2px
}

.heading-design::after {
  content: '';
  display: inline-block;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-right.png') no-repeat center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 2px;
  margin: 0px !important;
}

.wing-section-btn,
.wing-section-btn:hover {
  border: 1px solid #b90004;
  background: linear-gradient(133deg, #712941, #b90004);
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  font-weight: 500
}

.testi-cardd {
  position: relative;
  width: 100%
}

.testi-img img {
  height: 100%;
  width: 100%;
  transition: .6s;
  border-radius: 4px;
  box-sizing: border-box;
  object-fit: cover;
  border: 1px solid #173e30
}

.testi-cardd span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -15px;
  background: linear-gradient(133deg, #712941, #b90004);
  color: #d5e8fd;
  padding: 10px;
  border-radius: 0 0 28px 28px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  text-align: center;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all 1s;
  font-family: Mukta, sans-serif;
  font-size: 15px
}

.testi-cardd:hover span {
  color: #fff;
  bottom: 80%;
  border-radius: 4px 4px 0 0;
  left: 0;
  right: 0;
  opacity: .8
}

.testi-cardd:hover img {
  transform: scale(1.2)
}

.testi-cardd:hover img {
  border: 1px solid #173e30
}

.school-wing-section {
  background: #ececec;
  background-size: cover;
  background-position: center;
  padding-bottom: 0 !important
}

.ele-tl {
  position: absolute;
  width: 300px;
  height: 350px;
  z-index: 1
}

.ele-tr {
  position: absolute;
  width: 300px;
  height: 450px;
  z-index: 1
}

.ele-tl {
  top: 0;
  left: 0;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/top-left-school-wing.png') no-repeat;
  background-size: contain
}

.ele-tr {
  top: 0;
  right: 0;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/bottom-right-school-wing.png') no-repeat;
  background-size: contain
}

.wing-imgg .main-imgg {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  object-fit: fill
}

.wing-cardd {
  position: relative;
  margin: 8px auto;
  max-width: 260px;
  width: 100%;
  height: 308px !important
}

.wing-imgg {
  position: relative;
  width: 100%;
  height: 100%
}

.box-contentt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -68px 50px -10px #d4c383;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px
}

.box-date {
  box-shadow: 0 3px 6px ;
  border: 1px solid #fff;
  border-radius: 21px;
  background: #fff;
  display: flex;
  width: 110px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  color: #002147;
  font-size: 14px;
  font-weight: 500;
  transform: translate(-23px, -17px);
  font-family: Mukta
}

.new-events-section .owl-nav {
  position: absolute;
  top: -20.5%;
  right: 19%
}

.theme_carousel.owl-theme .owl-stage-outer {
  padding-right: 10px
}

.theme_carousel.owl-theme .owl-stage .item {
  margin: 5px
}

.new-events-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 0 3px 4px #00000014;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.new-events-section .owl-nav button:hover {
  background-color: #173e30 !important
}

.new-events-section .owl-carousel .owl-nav button:hover .owl-prev {
  filter: brightness(0) invert(1)
}

.new-events-section .owl-carousel .owl-nav button:hover .owl-next {
  filter: brightness(0) invert(1)
}

.new-events-section .owl-nav .owl-prev span {
  display: none
}

.new-events-section .owl-nav .owl-next span {
  display: none
}

.new-events-section .owl-carousel .owl-nav button.owl-prev {
  margin-left: -65px;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/owl-prev.png') no-repeat center center !important;
  background-color: #fff !important;
  background-size: 19px !important;
  filter: hue-rotate(90deg)
}

.new-events-section .owl-carousel .owl-nav button.owl-next {
  right: -20px;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/owl-next.png') no-repeat center center !important;
  background-color: #fff !important;
  background-size: 19px !important;
  filter: hue-rotate(90deg)
}

.post-practicess {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600
}

.box-img1 {
  opacity: 1 !important;
  display: block;
  width: 40% !important;
  height: 38%;
  margin: 0 auto;
  margin-top: 4px;
  left: -2.5px;
  position: relative;
  filter: unset !important;
  display: block
}

.box-img1::before {
  content: '';
  display: inline-block;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-left.png') no-repeat center;
  width: 30px;
  height: 50px;
  vertical-align: middle;
  margin-right: 2px
}

.box-img1::after {
  content: '';
  display: inline-block;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-right.png') no-repeat center;
  width: 30px;
  height: 50px;
  vertical-align: middle;
  margin-left: 2px
}

.heading_secondary::before {
  content: '';
  width: 80%;
  height: 3px;
  position: absolute;
  background-color: #f79530;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}

.arrow-icon {
  height: 26px;
  width: 26px;
  background: #fff;
  border-radius: 50%;
  line-height: 25px !important;
  text-align: center;
  color: linear-gradient(133deg, #712941, #b90004);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.wing-cardd:hover .arrow-icon {
  color: #fff;
  background: linear-gradient(133deg, #712941, #b90004);
  border: 1px solid #fff
}

.affiliation {
  background-color: #fff
}

.main-container-accrediation {
  font-family: mukta
}

.voice-community-top-background {
  position: absolute;
  width: 255px;
  height: 280px;
  z-index: 1
}

.voice-community-top-background {
  top: 0;
  left: 0;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/voice-of-community-backround.png') no-repeat;
  background-size: contain
}

.voice-of-community {
  position: relative;
  background: linear-gradient(to bottom, #ececec 60%, #fff 40%)
}

.main-card-voice-community {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  padding: 20px 70px
}

.communityContainer {
  background-color: #ececec
}

.communityContent {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  gap: 20px;
  width: 85%
}

.communityCard {
  background-color: #f8f8f8;
  border: 1px solid #173e30;
  border-radius: 2px;
  font-size: .9rem;
  margin: 50px auto 20px auto;
  height: 300px
}

.communityCardImgContainer {
  width: 100px;
  height: 50px;
  margin-top: -16px;
  margin-bottom: 10px;
  background-color: #fff !important;
  border: 1px solid #173e30;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: none;
  background-color: transparent
}

.communityCardImg {
  width: 100%;
  background-color: #fff !important;
  border-radius: 50%;
  padding: 5px;
  transform: translateY(-50%)
}

.communityCardImg img {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 50%;
  padding: 1px;
  transition: .2s ease;
  background-color: #fff;
  height: 88px
}

.communityCardName {
  font-size: 17px;
  font-weight: 700;
  color: #173e30;
  font-family: Mukta
}

.communityCardDesc {
  font-weight: 500;
  color: #173e30;
  font-size: 14px
}

.communityCardContent {
  font-size: 14px
}

.communityCardRead {
  width: fit-content
}

.communityCardRead {
  background: #002146;
  border: 1px solid #002146;
  color: #fff;
  transition: .2s ease;
  font-size: .9rem;
  padding: 4px 12px;
  border-radius: 1px
}

.communityCard:hover {
  background-color: #fdc80a;
  color: #141414
}

.communityCard:hover .communityCardImg img {
  transform: translate(-.5px, -2px)
}

.communityCard:hover .communityCardName {
  color: #000000
}

.communityCard:hover .communityCardDesc {
  color: #000000
}

.communityCard:hover .communityCardRead {
  background-color: #000000;
  color: #173e30;
  border-color: #fff
}

.communityCardRead:hover {
  background-color: #173e30 !important;
  border-color: #fff !important;
  color: #fff !important
}

.voice-of-community .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 0 3px 4px #00000014;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.voice-of-community .owl-nav button:hover {
  background-color: #173e30 !important
}

.voice-of-community .owl-carousel .owl-nav button:hover .owl-prev {
  filter: brightness(0) invert(1)
}

.voice-of-community .owl-carousel .owl-nav button:hover .owl-next {
  filter: brightness(0) invert(1)
}

.voice-of-community .owl-nav .owl-prev span {
  display: none
}

.voice-of-community .owl-nav .owl-next span {
  display: none
}

.voice-of-community .owl-carousel .owl-nav button.owl-prev {
  margin-left: -25px;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/owl-prev.png') no-repeat center center !important;
  background-color: #fff !important;
  background-size: 19px !important;
  filter: hue-rotate(90deg)
}

.voice-of-community .owl-carousel .owl-nav button.owl-next {
  right: -20px;
  background: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/owl-next.png') no-repeat center center !important;
  background-color: #fff !important;
  background-size: 19px !important;
  filter: hue-rotate(90deg)
}

@media screen and (max-width:1320px) {
  .communityCardName {
    font-size: 1rem
  }

  .communityCardRead {
    padding: 4px 8px
  }

  .communityCard {
    font-size: .8rem
  }

  .communityCardRead {
    font-size: .8rem
  }
}

.marquee-container {
  display: flex;
  justify-content: space-around;
  align-items: center
}

.marqLogo {
  width: 100px;
  height: auto;
  padding: 6px;
  margin: 0 20px
}

@media (min-width:576px) {
  .marqLogo {
    width: 100px;
    margin: 0 30px
  }
}

@media (min-width:1200px) {
  .marqLogo {
    width: 110px !important;
    margin: 0 30px
  }
}

.accreditation {
  background: #ececec
}

.school-blog-bg {
  background: #fbfbfb
}

.scoolblog-section {
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #fff;
  padding: 0;
  margin: 0 8px
}

.schoolblog-img {
  width: 100%;
  height: 250px
}

.schoolblog-content {
  padding: 20px 12px
}

.schoolblog-content p {
  font-size: 14px
}

.schoolblog-content h5 {
    font-family: Rubik;
      color: #173e30;
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 16px;
}

.school-blog-img {
  position: relative;
  width: 100%;
  height: 210px;
  margin-bottom: 21px;
  object-fit: cover
}

.schoolblog-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  box-shadow: inset 0 -68px 50px -10px #d9c994
}

.schoolblog-box .school-text {
  font-size: 16px;
  font-weight: 600
}

.schoolblog-content .last-content {
  font-family: mukta;
  color: #585757
}

.school-blog-div .img1 {
  height: 210px;
  width: 100%;
  margin-bottom: 12px
}

.header-btns.red-btns {
  color: #6f1929;
  border: 2px solid #6f1929;
  font-size: 13px;
  padding: 7px 8px
}

.header-btns.red-btns .btn-icons {
  background: linear-gradient(133deg, #712941, #b90004);
  margin-left: -25px
}

.header-btns .btn-icons {
  box-shadow: inset 10px 11px 12px #00000029, 0 3px 10px #00000021;
  border: 2px solid #fff;
  padding: 6px;
  border-radius: 50%;
  position: absolute !important;
  top: 50%;
  line-height: 1;
  transform: translate(0, -50%)
}

.header-btns.red-btns img {
  width: 16px;
  height: 14px
}

.btn-contents {
  padding: 6px 5px;
  margin-left: 8px
}

.img-equal {
  height: 100%;
  object-fit: cover
}

.col-img-container {
  height: 100%;
  display: flex;
  flex-direction: column
}

.col-img-container .img-wrapper {
  flex: 1;
  margin-bottom: 1rem
}

.col-img-container .img-wrapper:last-child {
  margin-bottom: 0
}

.Image1,
.Image2 {
  box-shadow: 0 3px 6px #00000029 !important;
  border: 1px solid #173E304D !important
}

.social-title {
  position: absolute;
  top: 0;
  left: 0;
  background: #0056b3;
  padding: 2px 10px;
  width: 150px;
  font-size: 14px;
  font-weight: 500;
  z-index: 99
}

.social-widget {
  width: 100%;
  height: 260px
}

.icon-container {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 50px;
  height: 70px;
  background: #3b5998;
  border-top-left-radius: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.icon-containers {
  position: absolute;
  bottom: 7px;
  right: 20px;
  width: 50px;
  height: 70px;
  background: #3b5998;
  border-top-left-radius: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.icon-container i {
  color: #fff;
  font-size: 24px
}

.mission-card1 {
  background: #fff;
  padding: 20px;
  border-left: 5px solid #173e30;
  box-shadow: 0 0 10px #0000002b;
  min-height: 161px;
  height: 290px
}

.admission-policy-table {
  border: 6px solid #173e30;
  width: 100%
}

.admission-heading {
  color: #173e30
}

.admission-policy-content {
  padding: 0 20px 15px 20px;
  width: 100%
}

.admission-policy-content ul {
  margin-left: 1.3rem;
  padding: 1rem
}

.admission-policy-content ul li {
  font-size: 17px
}

.admission-policy-content ul li:not(:last-child) {
  margin-bottom: .8rem
}

.admission-policy-heading {
  margin-left: 12px
}

.mission-card2 {
  background: linear-gradient(to right, #173e30 50%, #fff 50%);
  padding: 20px;
  border-left: 5px solid #173e30;
  box-shadow: 0 0 10px #0000002b;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out
}

.mission3 {
  padding: 0 !important;
  height: 100px !important
}

.mission-card2:hover {
  background-position: left bottom
}

.headi,
.mission-card2 a,
.para {
  color: #000;
  transition: all .6s ease-out
}

.mission-card2:hover .admission-heading,
.mission-card2:hover .para,
.mission-card2:hover a {
  color: #fff
}

.home-hr {
  border-top: 1px solid #ffffff82
}

.wel-right {
  overflow: hidden
}

.wel-right img {
  transition: .3s
}

.about-section #wrapperid {
  position: relative;
  z-index: 1
}

.about-section .image-block {
  position: relative
}

.about-section .image-one {
  position: relative
}

.about-section .image-two {
  position: absolute;
  left: -55px;
  bottom: 0
}

.about-section .image-two img {
  border: 10px solid #fff
}

.para-content h2 {
  font-weight: 600
}

.about-inner-section h3 {
  font-weight: 600;
  color: #8c292a;
  margin-bottom: 15px
}

.about-section .content-block {
  position: relative;
  margin-bottom: 10px
}

.about-section .text {
  text-align: justify;
  position: relative
}

.about-section .bottom-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.about-section h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600
}

.about-section .contact-number {
  position: relative;
  margin-bottom: 20px
}

.about-section .contact-number a {
  position: relative;
  display: inline-block;
  border: 2px solid #000;
  padding: 3px;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 30px;
  transition: .5s
}

.about-section .contact-number a i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
  vertical-align: middle;
  text-align: center;
  transition: .5s
}

.dps-courses-section {
  position: relative;
  padding: 50px 0 40px
}

.dps-courses-section .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 190px;
  background-size: cover
}

.dps-courses-section .outer-box {
  position: relative;
  padding: 10px;
  background-color: #fff
}

.dps-courses-section .top-content .text {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300
}

.dps-courses-section .row-10 {
  margin: 0 -10px
}

.dps-courses-section .project-tab .project-tab-btns {
  position: relative;
  margin-bottom: 40px
}

.dps-courses-section .project-tab .project-tab-btns .p-tab-btn {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  padding-right: 15px;
  text-transform: capitalize;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  border-right: 1px solid #fff
}

.cal_year {
  width: 34.1%;
  background: #8c292a;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 600
}

.cal_year .fa {
  font-size: 18px
}

.dps-courses-section .project-tab .project-tab-btns .p-tab-btn:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0
}

.dps-courses-section .project-tab .p-tabs-content {
  position: relative;
  display: block
}

.dps-courses-section .project-tab .p-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  visibility: hidden
}

.dps-courses-section .project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  z-index: 5
}

.dps-courses-section .p-tab.active-tab .course-block {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1)
}

.dps-courses-section .p-tab .course-block {
  transition: all .7s ease;
  -moz-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0)
}

.dps-courses-section .owl-theme .owl-nav {
  display: block
}

.dps-courses-section .owl-theme .owl-nav button {
  position: absolute;
  flex-wrap: wrap;
  top: 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  color: transparent;
  font-size: 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9;
  transform: translateY(-50%)
}

.dps-courses-section.gallery-wrp .owl-theme .owl-nav button {
  margin-top: -25px
}

.dps-courses-section .owl-theme .owl-nav .owl-prev {
  left: -10px
}

#gallery .img-wrapper {
  position: relative;
  overflow: hidden
}

.dps-courses-section .owl-theme .owl-nav .owl-prev:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 42px;
  font-size: 18px;
  background: #013300;
  border: 1px solid #013300;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff
}

.dps-courses-section .owl-theme .owl-nav .owl-next {
  right: -10px
}

.dps-courses-section .owl-theme .owl-nav .owl-next:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 42px;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
  background: #013300;
  border: 1px solid #013300
}

.courses-dark .sec-title h2 {
  font-weight: 400
}

.courses-dark .sec-title h2:after {
  display: none
}

.course-block {
  position: relative;
  padding: 0 10px
}

.course-block .inner-box {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 8px 10px 0 rgb(0 0 0 / 0%);
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #54545426;
  transition: .3s;
  -webkit-transition: .3s;
  width: 100%
}

.course-block .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px
}

.course-block .image img {
  transition: .7s;
  width: 100%
}

.course-block .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10
}

.course-block .lower-content .sm-ico {
  position: absolute;
  top: -25px;
  right: 15px;
  width: 50px
}

.dps-courses-section.courses-dark .course-block .inner-box {
  border-radius: 30px;
  overflow: hidden
}

.dps-courses-section.courses-dark .outer-box {
  padding: 0;
  background: 0 0
}

.courses-dark .course-block .text small {
  line-height: 1.2;
  display: inline-block;
  margin-top: 4px
}

@-webkit-keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

@keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

.lower-content p {
  color: #f1a308;
  font-weight: 600
}

.course-block .lower-content {
  position: relative;
  padding: 15px 5px;
  line-height: 1.1;
  min-height: 90px
}

.course-block h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px
}

.course-block h4 a {
  color: #222;
  transition: .5s
}

.course-block .text {
  margin-bottom: 35px
}

.course-block .course-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin: 0 -20px;
  margin-bottom: 35px
}

.course-block .course-info .instructor,
.course-block .course-info .price {
  position: relative;
  width: 50%
}

.course-block .course-info .instructor:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 105px;
  background-color: #d8eeea;
  top: 2px;
  right: -1px
}

.course-block .thumb {
  position: relative;
  margin-bottom: 15px
}

.course-block .thumb img {
  border-radius: 50%;
  width: auto;
  margin: 0 auto
}

.course-block h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px
}

.course-block .designation {
  position: relative;
  font-size: 15px;
  font-weight: 600
}

.wings-wrp .course-block .inner-box:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5%) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 50%) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 50%) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 1;
  transition: .3s;
  -webkit-transition: .3s
}

.wings-wrp .course-block .inner-box {
  overflow: hidden
}

.wings-wrp .course-block .inner-front-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  transition: .3s;
  -webkit-transition: .3s;
  background: rgb(72 68 61 / 85%)
}

.wings-wrp .course-block .inner-box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
  opacity: 0;
  transition: .3s;
  -webkit-transition: .3s
}

.wings-wrp .course-block .inner-box2 h4 {
  position: relative;
  display: inline-block
}

.wings-wrp .course-block .inner-box2 h4:after {
  content: "";
  display: block;
  width: 60%;
  background: #ccc;
  height: 2px;
  margin: 10px auto
}

.wings-wrp .course-block .inner-box2 h4:before {
  content: "";
  display: block;
  width: 50%;
  background: #ccc;
  height: 2px;
  margin: 10px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px
}

.wings-wrp .course-block .inner-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fecb00;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  transition: .3s;
  -webkit-transition: .3s
}

h5.circular-header,
h5.news-header {
  text-align: center;
  padding: 5px
}

h5.circular-header {
  background-color: #bfbdbd;
  color: maroon;
  font-size: 18px
}

h5.news-header {
  background-color: #bfbdbd;
  color: maroon;
  font-size: 18px
}

.intro iframe {
  margin-bottom: -7px
}

.news_intro {
  background-color: maroon
}

.news_intro iframe {
  height: 320px
}

.back-events .intro {
  background: #f5f5f5
}

.event-calender .intro {
  background: #e9e7e7
}

.news-img img {
  border-radius: 20px
}

.news-imgs {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05)
}

.news-list .news-list-view {
  width: 15%;
  margin-right: 15px
}

.news-list .news-list-content {
  width: 85%
}

.news-list .news-list-content p {
  max-height: 41px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4
}

.news-list {
  box-shadow: 0 6px 20px #0000000f;
  background: #fff;
  border: 1px solid #70707024;
  border-radius: 4px
}

.feature-banner-section {
  position: relative;
  text-align: center
}

.feature-banner-section .outer-box {
  position: relative;
  padding: 61px 0;
  background-size: cover
}

.feature-banner-section h2 {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 15px
}

.feature-banner-section h3 {
  font-size: 24px;
  color: #000
}

.driving-info-section {
  position: relative;
  padding: 120px 0 70px
}

.driving-info-section .traffic-cone {
  position: absolute;
  right: 65px;
  bottom: 110px
}

.driving-info-section .image-block {
  margin-left: -230px;
  margin-bottom: 30px
}

.driving-info-section .content-block {
  margin-bottom: 30px
}

.driving-info-section .icon-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.driving-info-section .icon-box .icon {
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 10px
}

.driving-info-section .icon-box .content {
  width: calc(100% - 105px);
  margin-bottom: 15px
}

.driving-info-section .icon-box h4 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px
}

.driving-info-section .icon-box .text {
  position: relative;
  margin-bottom: 0
}

.funfacts-section {
  position: relative;
  padding: 100px 0 80px;
  border-top: 1px solid #d8eeea
}

.funfacts-section .auto-container {
  max-width: 1300px
}

.funfacts-section .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.funfacts-section .column:last-child .inner:before {
  display: none
}

.funfacts-section .icon-outer {
  position: relative;
  margin-right: 35px;
  width: 150px;
  height: 140px;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1);
  text-align: center;
  line-height: 138px;
  margin-bottom: 20px
}

.funfacts-section .inner .icon-outer:before {
  position: absolute;
  content: "";
  left: 71px;
  top: -100px;
  width: 1px;
  height: 342px;
  background-color: #d8eeea
}

.funfacts-section .icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-bottom: 2px solid #999
}

.funfacts-section .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .9s;
  opacity: .3
}

.funfacts-section .count-box {
  position: relative;
  font-size: 70px;
  line-height: 65px;
  font-weight: 600;
  min-width: 150px;
  margin-bottom: 12px
}

.funfacts-section .text {
  position: relative;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 32px
}

.info-form-section {
  position: relative;
  padding: 40px 0 10px;
  background-size: cover
}

.info-form-section .content-block {
  position: relative;
  margin-bottom: 30px
}

.info-form-section .content-block .text {
  color: #fff;
  margin-bottom: 30px
}

.info-form-section .list {
  position: relative;
  margin-bottom: 30px
}

.info-form-section .list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px
}

.consult-form {
  background: #fff;
  padding: 70px 55px 55px;
  position: relative
}

.consult-form .title {
  font-size: 36px;
  margin-bottom: 20px
}

.consult-form .bootstrap-select .dropdown-menu {
  padding: 0
}

.consult-form .dropdown-item.active,
.consult-form .dropdown-item:active {
  color: #fff
}

.consult-form .bootstrap-select .dropdown-menu li a.active span.text {
  color: #fff
}

.consult-form .dropdown-item {
  color: #222
}

.consult-form .bootstrap-select .dropdown-menu li a span.text {
  color: #222;
  font-size: 16px
}

.consult-form .dropup .dropdown-toggle::after {
  display: none
}

.consult-form h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px
}

.consult-form .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 35px;
  text-align: center
}

.consult-form .form-group input,
.consult-form .form-group textarea {
  width: 100%;
  background-color: #fff;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #fff;
  color: #2c2c2d;
  font-size: 14px
}

.consult-form .form-group textarea {
  height: 110px;
  padding-top: 10px
}

.consult-form .bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding: 14px 20px;
  background: #f9f9f9;
  border: 1px solid #eee
}

.consult-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%
}

.consult-form .bootstrap-select .dropdown-toggle .filter-option:after {
  top: 10px
}

.info-form-section .signal-image-one {
  position: absolute;
  left: 110px;
  bottom: -58px;
  z-index: 9
}

.info-form-section .signal-image-two {
  position: absolute;
  right: 100px;
  bottom: -61px;
  z-index: 9
}

.working-process-section {
  position: relative;
  padding: 120px 0 90px
}

.working-process-section .auto-container {
  max-width: 1470px
}

.working-process-section .background-icon {
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translateX(-50%)
}

.working-process-section .top-content .text {
  position: relative;
  font-size: 20px;
  line-height: 30px
}

.working-process-section .wrapper-box {
  position: relative;
  padding-top: 50px
}

.process-block {
  position: relative
}

.process-block .inner-box {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 60px 0;
  transition: .7s
}

.process-block .count {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding-top: 18px
}

.process-block .content {
  position: relative;
  max-width: 320px;
  border-radius: 50%;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1);
  padding: 60px 20px 53px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9;
  background-color: #fff;
  margin: 0 auto;
  min-height: 320px
}

.process-block .content:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 50%
}

.process-block h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  transition: .5s;
  margin-bottom: 10px
}

.process-block .text {
  position: relative;
  margin-bottom: 0
}

.process-block:nth-child(2) {
  margin-top: 45px
}

@media only screen and (min-width:768px) {
  .process-block:nth-child(2) .count {
    top: auto;
    bottom: 0;
    padding-top: 70px
  }
}

.process-block.active .content {
  background-color: #24a78d
}

.process-block.active .content:before {
  border: 9px solid rgb(255 255 255 / .2)
}

.process-block.active h4 {
  color: #fff
}

.process-block.active .text {
  color: #fff
}

.process-block.active .count {
  background: #fff;
  color: #222;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1)
}

.cta-section {
  text-align: center;
  padding: 110px 0 100px;
  background-size: cover
}

.cta-section h5 {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  text-transform: uppercase
}

.cta-section h2 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 50px
}

.cta-section .link-box a {
  margin: 0 10px 10px
}

.testimonials-section {
  position: relative;
  padding: 120px 0 90px
}

.testimonials-section .sec-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover
}

.testimonials-section .top-content .text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 31px;
  position: relative
}

.testimonials-section .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px
}

.testimonials-section .owl-dots .owl-dot {
  position: relative;
  margin: 0 5px;
  width: 10px;
  height: 8px;
  border-radius: 2.5px;
  display: inline-block;
  border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease
}

.testimonials-section .owl-dots .owl-dot {
  background: #ccc
}

.testimonial-block .inner-box {
  position: relative;
  padding: 50px;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 2px solid #999;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1)
}

.testimonial-block .author-info {
  position: relative;
  margin-right: 30px;
  text-align: center;
  margin-bottom: 20px
}

.testimonial-block .thumb img {
  margin: 0 auto 20px;
  width: auto
}

.testimonial-block h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600
}

.testimonial-block .location {
  position: relative;
  font-size: 15px;
  font-weight: 500
}

.testimonial-block .content {
  position: relative;
  width: calc(100% - 170px);
  margin-bottom: 30px
}

.testimonial-block .rating-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px
}

.testimonial-block h5 {
  position: relative;
  font-size: 16px;
  font-weight: 700
}

.testimonial-block .rating {
  font-size: 12px;
  margin-left: 15px;
  color: #ffce4a
}

.testimonial-block .text {
  position: relative;
  margin: 0
}

.brand-logo {
  position: relative;
  padding: 80px 0 0;
  margin: 0 -60px
}

.brand-logo .single-logo img {
  width: auto
}

.brand-logo .single-logo {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.blog-section {
  position: relative;
  padding: 50px 0 30px
}

.blog-section .top-content .text {
  position: relative;
  font-size: 20px
}

.blog-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 12px
}

.updates_div .col-md-3:nth-of-type(odd) .updates_card {
  background-color: #8c292a;
  border: 2px solid #8c292a
}

.updates_div .col-md-3:nth-of-type(2n) .updates_card {
  background-color: #0b477c;
  border: 2px solid #0b477c
}

.event_date {
  color: #646464
}

.event_hr {
  color: #646464
}

.blog-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: 165px;
  background: #3c375a;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: .3s
}

.blog-block .image img {
  transition: .7s;
  box-sizing: border-box;
  object-fit: fill;
  height: 100%
}

.blog-block .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10
}

.robot {
  position: absolute;
  right: 49px;
  bottom: 144px;
  max-width: 60px
}

.micro {
  position: absolute;
  left: 0;
  top: 36%;
  max-width: 100px
}

.event-sec .circular-header {
  background: #0b477c;
  padding: 8px 10px;
  width: -webkit-fill-available;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
  text-align: center
}

.blog-block .lower-content {
  position: relative;
  padding: 18px 5px 10px;
  background: #fff;
  transition: .3s;
  -webkit-transition: .3s
}

.blog-block .post-meta-info .category {
  position: relative;
  padding: 7px 20px;
  color: #fff;
  margin-right: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px
}

.blog-block .post-meta-info .date {
  position: relative;
  margin-right: 10px
}

.blog-block .post-meta-info .date i {
  margin-right: 7px
}

.blog-block .post-meta-info .comment {
  position: relative;
  margin-right: 10px
}

.blog-block .post-meta-info .comment i {
  margin-right: 7px
}

.blog-block .post-meta-info .like {
  position: relative;
  margin-right: 10px
}

.blog-block .post-meta-info .like i {
  margin-right: 7px
}

.blog-block .post-meta-info .share {
  position: relative;
  margin-right: 20px
}

.blog-block .post-meta-info .share i {
  margin-right: 7px
}

.blog-block h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4
}

.blog-date {
  line-height: 1.2;
  border: 2px maroon dotted
}

.blog-block p {
  margin-bottom: 10px;
  font-size: 15px
}

.blog-block h4 a {
  color: #222;
  transition: .5s
}

.main-header.header-style-two .header-upper .inner-container {
  position: relative;
  padding: 0 50px
}

.main-header.header-style-two .header-top {
  padding-bottom: 26.5px
}

.main-header .header-upper .sidemenu-nav-toggler {
  position: relative;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px
}

.main-header.header-style-two .header-upper .search-toggler {
  padding-right: 30px;
  border-right: 1px solid #ccc;
  line-height: 40px
}

.main-header.header-style-two .sticky-header .header-upper .inner-container {
  padding: 0
}

.main-header.header-style-two .sticky-header .header-upper .inner-container:before {
  opacity: 0
}

.banner-section.style-two .content-box h1 {
  font-size: 80px;
  font-weight: 300;
  padding-bottom: 0
}

.banner-section.style-two .content-box h1 strong {
  font-weight: 700
}

.banner-section.style-two .content-box h1:before {
  display: none
}

.banner-section.style-two .content-box .text {
  position: relative;
  padding-left: 80px
}

.about-section-two {
  position: relative;
  padding: 120px 0 90px;
  z-index: 9
}

.about-section-two .content-block h3 .icon {
  position: absolute;
  left: 0;
  top: 0
}

.about-section-two .content-block h3 {
  position: relative;
  padding-left: 35px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 36px
}

.about-section-two .content-block .text {
  margin-bottom: 35px
}

.about-section-two .bottom-content {
  position: relative;
  padding-top: 35px;
  border-top: 1px solid #ddd
}

.about-section-two .signature {
  position: relative;
  margin-bottom: 30px
}

.about-section-two .author-info {
  position: relative;
  padding-left: 35px;
  border-left: 1px solid #ddd;
  margin-bottom: 30px
}

.about-section-two .author-info h4 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px
}

.about-section-two .author-info .designation {
  position: relative;
  font-size: 14px
}

.about-section-two .consult-form-wrapper {
  background-color: #fff;
  box-shadow: 0 0 48px 12px rgba(0, 0, 0, .05);
  border-bottom: 2px solid #999;
  margin-top: -170px;
  margin-bottom: 30px
}

.about-section-two .consult-form {
  right: 0;
  margin-bottom: 0;
  padding: 50px 40px 30px
}

.about-section-two .consult-form-wrapper .top-content {
  position: relative;
  text-align: center;
  padding: 29px 20px
}

.about-section-two .consult-form-wrapper .top-content h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px
}

.about-section-two .consult-form-wrapper .top-content .text {
  position: relative;
  color: #fff;
  margin-bottom: 0
}

.about-section-two .consult-form .text {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #222;
  margin-top: 25px
}

.about-section-two .consult-form .text a {
  margin-left: 20px;
  display: inline-block;
  font-weight: 700
}

.about-section-two .consult-form .text a span {
  margin-right: 8px;
  color: #222
}

.dps-courses-section-two {
  position: relative;
  padding: 120px 0 90px
}

.dps-courses-section-two .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover
}

.dps-courses-section-two .outer-box {
  position: relative
}

.dps-courses-section-two .top-content .text {
  position: relative;
  font-size: 20px
}

.dps-courses-section-two .row-10 {
  margin: 0 -10px
}

.course-block-two {
  position: relative
}

.course-block-two .inner-box {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  vertical-align: middle;
  text-align: center;
  margin-top: 110px;
  background: #fff;
  max-width: 380px
}

.course-block-two:nth-child(2) .inner-box {
  z-index: 9;
  box-shadow: 0 0 48px 12px rgba(0, 0, 0, .05)
}

.course-block-two .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: -110px;
  border-radius: 50%;
  vertical-align: middle
}

.course-block-two .image img {
  transition: .7s;
  border-radius: 50%
}

.course-block-two .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10
}

.course-block-two .image:hover:before {
  -webkit-animation: circle .95s;
  animation: circle .95s
}

.course-block-two .lower-content {
  position: relative;
  padding: 40px 50px 50px;
  text-align: left
}

.course-block-two h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px
}

.course-block-two h4 a {
  color: #222;
  transition: .5s
}

.course-details .text-block-two {
  position: relative;
  margin-top: 50px
}

.course-block-two .text {
  margin-bottom: 35px
}

.course-block-two .course-info {
  position: relative;
  align-items: center;
  margin-top: 35px
}

.course-block-two .course-info .instructor,
.course-block-two .course-info .price {
  position: relative;
  padding-left: 60px
}

.course-block-two .course-info .instructor {
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ddd
}

.course-block-two .course-info .instructor:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 105px;
  top: 2px;
  right: -1px
}

.course-block-two .thumb {
  position: absolute;
  margin-bottom: 15px;
  top: 0;
  left: 0
}

.course-block-two .thumb img {
  border-radius: 50%
}

.course-block-two h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px
}

.course-block-two .designation {
  position: relative;
  font-size: 15px;
  font-weight: 600
}

.course-block-two .btn-style-one {
  width: 100%
}

.projects-section {
  position: relative
}

.projects-section .auto-container {
  padding: 0;
  max-width: 100%
}

.project-block {
  position: relative
}

.project-block .inner-box {
  position: relative;
  overflow: hidden
}

.project-block .image {
  position: relative
}

.project-block .image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%);
  opacity: .851
}

.project-block .image img {
  width: 100%;
  transition: .7s
}

.project-block .content {
  position: absolute;
  left: 60px;
  bottom: 70px;
  transition: .5s
}

.project-block h4 {
  position: relative;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 15px
}

.project-block h3 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff
}

.project-block .text {
  position: relative;
  color: #fff;
  margin: 15px 0 25px
}

.project-block .link-btn a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 39px;
  border: 1px solid #fff;
  border-radius: 2px;
  text-align: center;
  transition: .5s
}

.project-block .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .7s;
  padding: 20px;
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(36, 168, 142, .75)
}

.theme-color-two .project-block .overlay {
  background-color: rgb(39 111 233 / .75)
}

.project-block .overlay .content-two {
  position: relative;
  transition: .9s;
  transform: translateY(20px)
}

.courses-package-section {
  position: relative;
  padding: 120px 0 90px
}

.courses-package-section .background-icon {
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translateX(-50%)
}

.courses-package-section .top-content .text {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px
}

.course-package-block .inner-box {
  position: relative;
  padding-right: 50px;
  padding-bottom: 30px;
  margin-bottom: 40px
}

.course-package-block .image {
  position: relative;
  overflow: hidden
}

.course-package-block .image img {
  width: 100%;
  transition: .5s
}

.course-package-block .content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 352px;
  box-shadow: 0 10px 46px 4px rgba(0, 0, 0, .05);
  background: #fff
}

.course-package-block .top-content {
  position: relative;
  padding: 28px 50px
}

.course-package-block h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #fff
}

.course-package-block h5 {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(255 255 255 / .6)
}

.course-package-block .bottom-content {
  position: relative;
  padding: 35px 50px
}

.course-package-block .text {
  position: relative;
  margin-bottom: 20px
}

.course-package-block .link-btn {
  position: relative
}

.course-package-block .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  color: #222;
  transition: .5s
}

.course-package-block .link-btn a i {
  margin-left: 10px;
  vertical-align: middle
}

.courses-package-section .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px
}

.courses-package-section .owl-dots .owl-dot {
  position: relative;
  margin: 0 5px;
  width: 10px;
  height: 8px;
  border-radius: 2.5px;
  display: inline-block;
  border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease
}

.courses-package-section .owl-dots .owl-dot {
  background: #ccc
}

.cta-section-two {
  padding: 100px 0 70px;
  background-size: cover
}

.cta-section-two .auto-container {
  max-width: 1540px
}

.cta-section-two h2 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 28px;
  letter-spacing: -1px
}

.cta-section-two .bottom-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.cta-section-two h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff
}

.cta-section-two .contact-number {
  position: relative;
  margin-bottom: 20px
}

.cta-section-two .contact-number a {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  padding: 3px;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 30px;
  transition: .5s;
  color: #fff
}

.cta-section-two .contact-number a i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
  vertical-align: middle;
  text-align: center;
  transition: .5s
}

.cta-section-two .image {
  position: relative;
  margin: -155px 0;
  margin-right: -80px;
  z-index: 9
}

.two-column-section {
  position: relative;
  background-color: #f5fafe
}

.two-column-section .auto-container {
  max-width: 100%;
  padding: 0
}

.two-column-section .video-column {
  position: relative;
  background-size: cover
}

.two-column-section .video-column .video-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .1)
}

.two-column-section .video-column h3 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase
}

.two-column-section .video-column .image {
  display: none
}

.two-column-section .video-column .video-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: right center
}

.two-column-section .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.two-column-section .video-btn span {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%
}

.two-column-section .video-btn a {
  height: 110px;
  width: 110px;
  line-height: 102px;
  border-radius: 50%;
  color: #222;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  position: relative;
  background-color: #fff
}

.two-column-section .video-btn .ripple:before {
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  background-color: rgb(255 255 255 / 25%);
  border-radius: 50%;
  transition: .7s
}

.two-column-section .video-btn .ripple:hover:before {
  transform: scale(1.3)
}

.two-column-section .video-btn .ripple:after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .14);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite
}

.two-column-section .video-btn .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
  }
}

.two-column-section .content-block {
  position: relative;
  padding: 120px 100px 70px;
  z-index: 9
}

.team-block {
  min-height: 425px
}

.team-block .inner-box {
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 48px 20px;
  text-align: center;
  transition: .5s;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, .05)
}

.center .team-block .inner-box,
.team-block .inner-box:hover {
  padding-bottom: 123px;
  margin-bottom: -75px
}

.team-block .image {
  position: relative;
  display: inline-block;
  background-color: #e4ecf2;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 27px
}

.team-block .image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #e4ecf2;
  border-radius: 50%
}

.team-block .image img {
  border-radius: 50px
}

.team-block .content {
  position: relative
}

.team-block h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px
}

.team-block .designation {
  position: relative;
  font-size: 16px;
  color: #555
}

.team-block .social-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  opacity: 0;
  transition: .5s;
  transform: scale(1, 0);
  transform-origin: bottom;
  transition: .5s
}

.glance-h1 {
  font-size: 23px
}

.classes_glance {
  color: #ffffffcc;
  font-size: 14px
}

.glance_circle {
  position: absolute;
  bottom: 10px;
  right: 10px
}

.ttl_class {
  font-size: 16px;
  border-right: 1px #fff solid
}

.glance_right {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 100px
}

.glance_dots_right {
  position: absolute;
  right: 5%;
  top: 33%;
  width: 40px
}

.glance_dots_left {
  position: absolute;
  left: 5%;
  bottom: 20%;
  width: 40px
}

.glance_card .glance_img {
  transition: .5s
}

.glance_card:hover .glance_img {
  transform: scale(1.1)
}

.glance_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 44%
}

.glance_img_p {
  overflow: hidden
}

.hr-light {
  background: #ffffff7e
}

.class_no {
  font-size: 31px
}

.list_ul li {
  padding-left: 21px;
  margin-bottom: 6px;
  position: relative
}

.list_ul li::before {
  content: url("https://resources.edunexttechnologies.com/web-data/amrita-vidyalayam/list_icon.svg");
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 3px
}

.facilities_box {
  background: #f0e9e9;
  box-shadow: 0 3px 6px #00000094;
  border: 1px solid #fff;
  border-radius: 5px;
  position: relative;
  z-index: 9
}

.Fcilities-sec {
  position: relative
}

.bg-fac {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.inspire-box {
  background: #fff;
  padding: 20px 20px;
  position: relative
}

.globe {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50px;
  transform: translate(-30px, -15px)
}

.owl-white {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 35px;
  transform: translate(10px, 20px)
}

.inspire-box h6 {
  font-size: 16px;
  font-weight: 600;
  color: #8c292a
}

.center .team-block .inner-box .social-links,
.team-block .inner-box:hover .social-links {
  opacity: 1;
  transform: scale(1)
}

.staff_img {
  position: relative;
  z-index: 999
}

.fac_type_content h5 {
  border-bottom: 1px #f1eaea solid;
  display: inline-block;
  color: #fff;
  font-size: 18px
}

.fac-card {
  color: #fff;
  box-shadow: 0 3px 6px #dbe5ee4d;
  border: 1px solid #56509f26 !important;
  border-radius: 24px;
  transition: .5s
}

.fac-card img {
  width: 40px
}

.fac-card:hover {
  background-color: #fff;
  cursor: pointer;
  color: #212721;
  box-shadow: 0 3px 6px #dbe5ee4d;
  border: 1px solid #56509f26;
  transform: translateY(-8px)
}

.facility_type {
  position: absolute;
  top: -10%;
  left: 0
}

.fac-card:hover .fac_icon1 {
  display: none
}

.fac-card:hover .fac_icon2 {
  display: block
}

.fac-card:hover h5 {
  border-bottom: 1px #212721 solid;
  color: #212721
}

.team-block .social-links li {
  display: inline-block;
  margin-top: 10px
}

.team-block .social-links li:last-child {
  margin-right: 0
}

.team-block .social-links li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  transition: .5s;
  border-radius: 50%
}

.team-block .social-links li a:hover {
  border-radius: 20%
}

.team-block .social-links a.facebook {
  background-color: #516eb1
}

.team-block .social-links a.twitter {
  background-color: #449bd5
}

.team-block .social-links a.google-plus {
  background-color: #dd4b39
}

.team-block .social-links a.linkedin-in {
  background-color: #0077b5
}

.two-column-section .owl-theme .owl-nav {
  position: absolute;
  display: flex;
  width: auto;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  top: -100px;
  right: 0
}

.two-column-section .owl-theme .owl-nav .owl-prev {
  margin: 0 5px;
  height: 45px;
  position: relative;
  width: 45px;
  border-radius: 50%;
  border: none;
  text-align: center;
  color: transparent;
  font-size: 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9
}

.two-column-section .owl-theme .owl-nav .owl-prev:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  left: 0;
  background: 0 0;
  border: 1px solid #ddd;
  font-size: 18px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #222
}

.two-column-section .owl-theme .owl-nav .owl-next {
  margin: 0 5px;
  position: relative;
  height: 45px;
  width: 45px;
  color: transparent;
  font-size: 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9
}

.two-column-section .owl-theme .owl-nav .owl-next:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #222;
  background: 0 0;
  border: 1px solid #ddd
}

.two-column-section .owl-theme .owl-nav .owl-next:hover:after,
.two-column-section .owl-theme .owl-nav .owl-prev:hover:after {
  color: #fff
}

.brand-logo.style-two {
  margin: 0;
  padding: 80px 0;
  border-top: 1px solid #ddd
}

.brand-logo.style-two .auto-container {
  max-width: 1230px
}

.mission-section {
  position: relative;
  padding: 120px 0 90px;
  background-size: cover
}

.mission-section .auto-container {
  max-width: 1760px
}

.mission-section .nav-tabs {
  border: 0;
  border-left: 5px solid #cfd2da;
  padding: 43px 0
}

.mission-section .nav-tabs .nav-link {
  border: 0;
  padding: 0;
  background: 0 0;
  display: block
}

.mission-section .nav-tabs .nav-item {
  width: 100%
}

.mission-section .nav-tabs .nav-link h4 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, .3);
  padding: 16px 0;
  padding-left: 37px;
  transition: .5s
}

.mission-section .nav-tabs .nav-link.active h4 {
  color: #fff
}

.mission-section .nav-tabs .nav-link h4:before {
  position: absolute;
  content: "";
  left: -7.5px;
  top: 0;
  width: 10px;
  bottom: 0;
  background-color: transparent;
  transition: .5s
}

.mission-section .nav-tabs .nav-link h4:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  right: 26px;
  top: 16px;
  line-height: 25px;
  font-size: 17px;
  color: rgba(255, 255, 255, .3);
  transform: rotate(180deg);
  font-weight: 400
}

.mission-section .nav-tabs .nav-link.active h4:after {
  color: #fff
}

.mission-section .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.mission-section .content .left-content {
  position: relative;
  width: calc(100% - 310px)
}

.mission-section .content h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  margin-bottom: 20px
}

.mission-section .content .text {
  position: relative;
  color: #fff;
  margin-bottom: 20px
}

.mission-section .image {
  position: relative;
  margin-bottom: 20px
}

.mission-section .image img {
  border-radius: 50%
}

.mission-section .tab-area {
  position: relative;
  padding-bottom: 190px;
  max-width: 1140px;
  margin: 0 auto
}

.mission-section .icon-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.mission-section .icon-box .icon {
  position: relative;
  border: 5px solid #3e434f;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 76px;
  border-radius: 50%;
  margin-right: 20px;
  transition: .9s
}

.mission-section .icon-box:hover .icon {
  border-color: #dfff
}

.mission-section .icon-box .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .9s;
  opacity: .5
}

.mission-section .icon-box:hover .hover-icon {
  transform: scale(1.5);
  opacity: 0
}

.mission-section .icon-box h5 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff
}

.mission-section .icon-box .text {
  position: relative;
  font-size: 16px;
  color: #fff
}

.activities .nav-tabs .nav-link {
  position: relative;
  border: none
}

.activities .nav-tabs .nav-link img {
  border-radius: 6px
}

.activities .activities-content {
  box-shadow: 0 6px 26px #00000021;
  border-radius: 4px;
  padding: 30px;
  min-height: 340px
}

.unique-features .activities-content {
  border-radius: 0 0 50px 0
}

.unique-features .activities-content i {
  font-size: 24px;
  margin-bottom: 10px;
  transform: rotateX(180deg)
}

.unique-features .activities-content .test-title {
  position: relative;
  font-size: 16px;
  background: #8c292a;
  padding: 10px 40px;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 -24px;
  transform: translateY(8px)
}

.unique-features .activities-content .test-title:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-right: 5px;
  background: #ffeed4;
  transform: translateY(-5px)
}

.activities .activities-img {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
  padding: 8px
}

.activities .nav-tabs .nav-item.show .nav-link,
.activities .nav-tabs .nav-link.active,
.activities .nav-tabs .nav-link:hover {
  background: 0 0;
  border: none
}

.activities .nav-link.active:after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fe9532;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%)
}

a.custom-btn {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  position: relative
}

a.custom-btn span {
  position: relative;
  z-index: 22
}

a.custom-btn:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background: transparent linear-gradient(129deg, #8c292a 0, #f6b26c 100%) 0 0 no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .3s;
  -webkit-transition: .3s
}

a.custom-btn:hover:before {
  width: 100%
}

.main-title {
  font-weight: 700;
  font-size: 25px
}

.page-title {
  position: relative;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat
}

@keyframes gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.inner-page-heading {
  position: relative
}

.inner-page-heading::before {
  content: '';
  display: inline-block;
  background: url(../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/inner-page-left.png) no-repeat center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px
}

.inner-page-heading::after {
  content: '';
  display: inline-block;
  background: url(../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/inner-page-right.png) no-repeat center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 5px
}

.page-title h1 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: mukta, sans-serif !important
}

.page-title .bread-crumb {
  position: relative
}

.page-title .bread-crumb li {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  padding-right: 35px
}

.page-title .bread-crumb li:last-child {
  margin-right: 0;
  padding-right: 0
}

.page-title .bread-crumb li:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
  font-weight: 400
}

.page-title .bread-crumb li:last-child:before {
  display: none
}

.page-title .bread-crumb li a {
  color: #fff
}

.about-img .ab-para {
  background: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: -60px;
  padding: 15px;
  max-width: 80%;
  line-height: 1.5;
  color: #7e7e7e
}

.team-section {
  position: relative;
  padding: 120px 0 90px
}

.team-section .sec-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover
}

.team-section .top-content .text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  position: relative
}

.team-section .team-block {
  min-height: auto
}

.team-section .team-block .inner-box {
  margin-top: 0;
  border-bottom: 2px solid #999
}

.team-section .team-block .inner-box:hover {
  z-index: 9
}

.team-section .icon-box {
  position: relative;
  margin-bottom: 30px;
  padding: 40px 20px 39px;
  text-align: center;
  transition: .5s;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, .05)
}

.team-section .icon-box .icon {
  position: relative;
  margin-bottom: 27px
}

.team-section .icon-box .content {
  position: relative
}

.team-section .icon-box h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff
}

.team-section .icon-box h5 {
  position: relative;
  font-size: 16px;
  color: #fff
}

.history-section {
  position: relative;
  padding: 120px 0 90px
}

.history-section .sec-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover
}

.history-section .top-content .text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  color: #fff
}

.history-section .nav-tabs.tab-btn-style-one {
  justify-content: space-between;
  padding: 0 30px;
  border: 0;
  margin-top: 85px;
  margin-bottom: 110px;
  position: relative
}

.history-section .nav-tabs.tab-btn-style-one li.nav-item {
  position: relative;
  text-align: center
}

.history-section .nav-tabs.tab-btn-style-one li.nav-item a:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -36px;
  height: 14px;
  width: 14px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%
}

.history-section .nav-tabs.tab-btn-style-one li.nav-item a.active:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  height: 2px;
  width: 114px;
  transform: translateX(-50%)
}

.history-section .nav-tabs.tab-btn-style-one .nav-item .nav-link {
  border: none;
  padding: 0;
  background: 0 0
}

.history-section .nav-tabs.tab-btn-style-one h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff
}

.history-section .nav-tabs.tab-btn-style-one:before {
  position: absolute;
  content: "";
  left: 45px;
  top: -30px;
  right: 45px;
  height: 2px;
  background: #fff
}

.history-section .content {
  position: relative;
  margin-bottom: 30px
}

@media only screen and (min-width:992px) {
  .history-section .content {
    margin-left: -50px
  }
}

.history-section .image {
  position: relative;
  margin-bottom: 30px;
  text-align: center
}

.history-section .content h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px
}

.history-section .content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px
}

.history-section .content .text {
  position: relative;
  color: #fff;
  margin-bottom: 20px
}

.history-section .content ul li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px
}

.history-section .content ul li:last-child {
  margin-bottom: 0
}

.history-section .bottom-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.history-section .bottom-content .text {
  position: relative;
  font-size: 24px;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 30px
}

.history-section .bottom-content .link-btn {
  margin-bottom: 30px
}

.dps-courses-section.style-two {
  padding: 40px 0 30px
}

.dps-courses-section.style-two .course-block {
  padding: 0 15px
}

.dps-courses-section.style-two .course-block .inner-box {
  margin-bottom: 30px;
  width: 100%
}

.pricing-section.style-two .tab-area .tab-btn-style-one {
  padding: 0;
  border: 0;
  margin-bottom: 40px
}

.pricing-section.style-two .tab-area {
  padding-top: 0
}

.pricing-section.style-two .tab-area .tab-btn-style-one li {
  margin-bottom: 10px
}

.pricing-section.style-two .tab-area .tab-btn-style-one li a {
  margin: 0 1px;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1);
  border: 0;
  padding: 22px 70px;
  border-bottom: 2px solid transparent
}

.pricing-section.style-two .tab-area .tab-btn-style-one li:last-child a {
  padding-right: 70px
}

.pricing-section.style-two .tab-area .tab-btn-style-one li a h4 {
  font-size: 18px
}

.pricing-section.style-two .tab-area .tab-btn-style-one li a.active {
  border-color: #999
}

.error-section {
  position: relative;
  padding: 110px 0
}

.error-section .content {
  position: relative;
  text-align: center
}

.error-section h1 {
  position: relative;
  font-size: 200px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px
}

.error-section h2 {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px
}

.error-section .text {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 50px
}

.error-section .theme-btn {
  position: relative
}

.faq-section {
  position: relative;
  padding: 120px 0 90px
}

.accordion-box {
  position: relative;
  margin-bottom: 30px
}

.accordion-box .block {
  position: relative;
  padding-top: 0;
  margin-bottom: 15px;
  background: #ffd91d
}

.accordion-box .block:last-child {
  margin-bottom: 0
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.2em;
  font-weight: 600;
  padding-right: 60px;
  transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  color: #181614;
  padding: 12px 0;
  padding-left: 15px;
  border: 1px solid #ddd;
  border-radius: 2px
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 20px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #555
}

.accordion-box .block.active-block .icon-outer {
  transform: rotate(90deg);
  color: #fff;
  background: 0 0
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: translate(-50%, -50%)
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-top: 0;
  background: #fff
}

.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
  display: block
}

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 5px 25px 5px;
  border-left: 1px solid #00000026;
  border-right: 1px solid #00000026;
  border-bottom: 1px solid #00000026
}

.accordion-box .block .content .text {
  color: #565872;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px
}

.accordion-box .block .acc-btn strong {
  font-size: 24px;
  color: #c2c0bb;
  width: 76px;
  text-align: center;
  border-right: 1px solid #e9e5df;
  margin-right: 30px;
  display: inline-block;
  line-height: 75px
}

.accordion-box .block .acc-btn.active {
  color: #000;
  font-weight: 600
}

.accordion-box .block.active-block {
  box-shadow: 0 3px 21.06px 5.94px rgba(0, 0, 0, .05)
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #fff;
  top: 7px
}

.banner-widget .contact-number {
  position: relative;
  margin-bottom: 20px
}

.banner-widget .contact-number a {
  position: relative;
  display: inline-block;
  border: 2px solid #000;
  padding: 3px;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 30px;
  transition: .5s
}

.banner-widget .contact-number a i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
  vertical-align: middle;
  text-align: center;
  transition: .5s
}

.banner-widget .contact-number a:hover i {
  background-color: #eee
}

.banner-widget .image {
  position: relative;
  margin-bottom: 40px
}

.banner-widget .image img {
  width: 100%
}

.banner-widget .content {
  padding: 9px;
  border: 1px solid #ddd;
  text-align: center;
  padding-bottom: 55px
}

.banner-widget h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px
}

.banner-widget h4 {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px
}

.contact-section {
  position: relative;
  padding: 120px 0 50px
}

.contact-section .top-content .text {
  position: relative;
  font-size: 20px
}

.contact-section .tab-area {
  text-align: center
}

.contact-section .tab-area .tab-btn-style-one {
  position: relative;
  border: 0;
  margin-bottom: 65px;
  display: inline-block;
  padding: 0 35px;
  border-radius: 45px
}

.contact-section .tab-area .tab-btn-style-one li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  margin-bottom: 10px
}

.contact-section .tab-area .tab-btn-style-one li a {
  padding-right: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #ddd;
  border-radius: 0;
  transition: .5s;
  margin: 0 1px;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1);
  border: 0;
  padding: 22px 50px;
  border-bottom: 2px solid transparent
}

.contact-section .tab-area .tab-btn-style-one li a h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  transition: .5s
}

.contact-section .tab-area .tab-btn-style-one li a.active {
  border-color: #999
}

.contact-info-block {
  position: relative;
  margin-bottom: 30px
}

.contact-info-block .icon {
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px
}

.contact-info-block h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px
}

.contact-info-block .text {
  font-size: 22px;
  line-height: 36px
}

.contact-info-block ul li {
  font-size: 22px;
  line-height: 36px
}

.contact-info-block ul li a {
  color: #222;
  transition: .5s
}

.contact-info-block ul li a:hover {
  color: #26a88e
}

.contact-info-block .inner-box:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 270px;
  background-color: #d8eeea
}

.contact-info-block:last-child .inner-box:before {
  display: none
}

.about-section .icon-yoga {
  bottom: -50px;
  right: 0
}

.virtual-section .icon-yoga {
  bottom: -50px;
  left: 0
}

.about-section .container {
  position: relative
}

.icon-circle {
  display: inline-block;
  width: 300px;
  height: 300px;
  background-image: url(https://resources.edunexttechnologies.com/web-data/patanjaligurukulam/img/yellow-pattern.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -100px;
  top: -30px;
  -webkit-animation: spin 90s infinite reverse linear;
  -moz-animation: spin 90s infinite reverse linear;
  -ms-animation: spin 90s infinite reverse linear;
  -o-animation: spin 90s infinite reverse linear;
  animation: spin 90s infinite reverse linear
}

@keyframes spin {
  100% {
    transform: rotate(1turn)
  }
}

.contact-form .form-group {
  margin-bottom: 20px
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  background-color: #fff;
  height: 58px;
  padding: 0 25px;
  border: 1px solid #eee
}

.contact-form .form-group textarea {
  height: 130px;
  padding-top: 15px
}

.contact-form .bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding: 14px 20px;
  background: #f9f9f9;
  border: 1px solid #eee
}

.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%
}

.contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
  top: 10px
}

.contact-form-section {
  position: relative;
  padding: 120px 0 90px
}

.contact-form-section .image {
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px
}

.post-pagination {
  position: relative
}

.post-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 3px 5px
}

.post-pagination li .current,
.post-pagination li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  color: #222;
  font-size: 18px;
  font-weight: 600
}

.post-pagination li .current {
  color: #fff;
  background: #555;
  border-color: #555
}

.post-pagination a.next {
  border-color: transparent
}

.sidebar-page-container {
  position: relative;
  padding: 120px 0 90px
}

.widget_search {
  position: relative
}

.widget_search input[type=search] {
  width: 100%;
  height: 65px;
  color: #777;
  padding: 0 30px;
  padding-right: 65px;
  font-weight: 500
}

.widget_search .form-group {
  position: relative;
  margin-bottom: 0
}

.widget_search button {
  position: absolute;
  top: 18px;
  right: 20px;
  background: 0 0;
  color: #222;
  padding-left: 20px
}

.v-card .v-caption {
  background: transparent linear-gradient(0deg, #006940eb 0, #00352000 100%) 0 0 no-repeat;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px
}

.categories-list {
  position: relative
}

.categories-list li {
  position: relative;
  margin-bottom: 13px
}

.categories-list li:last-child {
  margin-bottom: 0
}

.categories-list li a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  transition: .5s;
  padding-left: 40px
}

.categories-list li a:hover,
.categories-list li.current a {
  font-weight: 700
}

.categories-list li a span {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 300;
  color: #222
}

.categories-list li a:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  transition: .5s;
  transform: rotate(180deg);
  font-weight: 400;
  color: #b9d5d0
}

.categories-list li a:before {
  position: absolute;
  content: "";
  left: 25px;
  top: 6px;
  width: 1px;
  height: 20px;
  background-color: #b9d5d0;
  transition: .5s
}

.widget_popular_post {
  position: relative;
  padding: 40px;
  padding-bottom: 27px
}

.widget_popular_post .post-thumb {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 6px
}

.widget_popular_post .post-thumb img {
  border-radius: 50%
}

.widget_popular_post .post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #b8cfd0;
  padding-bottom: 17px
}

.widget_popular_post .post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

.widget_popular_post .content {
  position: relative;
  max-width: 200px
}

.widget_popular_post .content h5 {
  position: relative;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600
}

.widget_popular_post .content h5 a {
  color: #222;
  transition: .5s
}

.widget_popular_post .content .post-info {
  font-size: 14px
}

.widget_popular_post .content .post-info i {
  margin-right: 7px
}

.widget_tag_cloud {
  position: relative;
  padding: 40px;
  padding-bottom: 27px
}

.widget_tag_cloud ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.widget_tag_cloud li {
  font-size: 16px;
  margin-right: 6px;
  margin-bottom: 6px
}

.widget_tag_cloud li a {
  color: #222;
  background-color: #d2e0e0;
  transition: .5s;
  padding: 10px 18px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px
}

.widget_tag_cloud li a:hover {
  color: #fff
}

.blog-block.style-two h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px
}

.blog-block.style-two .text {
  margin-bottom: 30px
}

.blog-block.style-two .inner-box {
  margin-bottom: 55px
}

.blog-block.blog-quote .lower-content {
  padding: 65px 55px 40px;
  padding-left: 100px
}

.blog-block .share ul.social-links {
  position: absolute;
  top: -29px;
  left: 50%;
  display: flex;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  transform: translateX(-50%)
}

.blog-block .share ul.social-links li {
  margin-right: 15px
}

.blog-block .share ul.social-links li a {
  color: #666;
  transition: .5s;
  font-size: 14px
}

.blog-block .share:hover ul.social-links {
  opacity: 1;
  visibility: visible
}

.blog-block.blog-quote .quote {
  position: absolute;
  left: 65px;
  top: 70px
}

.blog-block.blog-quote h4 a {
  color: #fff
}

.blog-block.style-two h4 {
  margin-bottom: 40px
}

.blog-block.blog-quote .post-meta-info .date {
  color: #fff
}

.blog-block.blog-quote .post-meta-info .comment {
  color: #fff
}

.blog-block.blog-quote .post-meta-info .like {
  color: #fff
}

.blog-block.blog-quote .post-meta-info .share {
  color: #fff
}

.blog-block .share ul.social-links li a {
  color: #fff
}

.blog-block.blog-quote .inner-box {
  background-size: cover
}

.sidebar-style-two .widget.widget_search {
  background: #f1f1f1
}

.sidebar-style-two .widget {
  background: #ecf6f4;
  padding: 45px
}

.sidebar-style-two .widget.banner-widget.style-two {
  padding: 0;
  background-size: cover
}

.banner-widget.style-two .content {
  border: 0
}

.banner-widget.style-two h3 {
  color: #fff
}

.banner-widget.style-two h4 {
  color: #fff
}

.banner-widget.style-two .contact-number a {
  color: #fff
}

.banner-widget.style-two .contact-number a:hover {
  color: #222
}

.banner-widget.style-two .contact-number a i {
  background: #fff;
  color: #222
}

.widget_download .widget-title {
  color: #fff
}

.widget_download .download-pdf {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px
}

.widget_download .download-pdf .icon {
  position: absolute;
  left: 0;
  top: 5px
}

.widget_download .download-pdf h4 {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px
}

.widget_download .download-pdf p {
  color: #fff;
  margin: 0
}

.widget_download .download-pdf:last-child {
  margin-bottom: 0
}

.course-details {
  position: relative
}

.course-details .image {
  position: relative;
  margin-bottom: 30px
}

.course-details h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px
}

.course-details .text {
  margin-bottom: 30px
}

.course-details .group-title h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px
}

.course-details .list {
  position: relative;
  margin-bottom: 30px
}

.course-details .list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600
}

.course-details .list-two {
  position: relative;
  padding-left: 18px;
  margin-bottom: 50px
}

.course-details .table td,
.course-details .table th {
  border-left: 1px solid #ddd;
  padding-left: 40px;
  font-weight: 500
}

.course-details tbody {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd
}

.course-details table.table {
  margin-bottom: 50px
}

.course-details .table td strong,
.course-details .table th strong {
  font-weight: 500
}

.course-details .table .text {
  font-weight: 500;
  padding: 10px 0 20px;
  margin-bottom: 0
}

.course-details .list-two li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  list-style: disc;
  color: #555;
  margin-bottom: 5px
}

.course-details .text-block {
  position: relative;
  box-shadow: 0 10px 46px 4px rgba(0, 0, 0, .05);
  background: #fff;
  margin-bottom: 30px
}

.course-details .text-block .top-content {
  position: relative;
  padding: 28px 50px
}

.course-details .text-block h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #fff
}

.course-details .text-block h5 {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(255 255 255 / .6)
}

.course-details .text-block .bottom-content {
  position: relative;
  padding: 35px 50px
}

.course-details .text-block .text {
  position: relative;
  margin-bottom: 20px
}

.course-details .text-block .link-btn {
  position: relative
}

.course-details .text-block .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  color: #222;
  transition: .5s
}

.course-details .text-block .link-btn a i {
  margin-left: 10px;
  vertical-align: middle
}

.blog-block.blog-single-post .image:before {
  display: none
}

.blog-block.blog-single-post .inner-box:hover .image img {
  transform: scale(1)
}

.blog-single-post blockquote {
  position: relative;
  padding-left: 100px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px
}

.blog-single-post blockquote .quote {
  position: absolute;
  left: 0;
  top: 5px
}

.blog-single-post blockquote:before {
  position: absolute;
  content: "";
  left: 65px;
  top: 0;
  width: 3px;
  bottom: 0
}

.blog-single-post blockquote cite {
  display: block;
  font-size: 18px;
  color: #555;
  font-style: normal;
  margin-top: 10px
}

.blog-single-post .list {
  position: relative;
  margin-bottom: 30px
}

.blog-single-post .list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #555
}

.blog-single-post .group-title h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px
}

.blog-single-post .post-share-info {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.blog-single-post .post-share-info .tag {
  margin-right: 30px;
  margin-bottom: 20px
}

.blog-single-post .post-share-info .tag span {
  font-weight: 700
}

.blog-single-post .post-share-info .tag span i {
  margin-right: 8px
}

.blog-single-post .post-share-info .tag a {
  position: relative;
  padding-right: 5px;
  font-weight: 500;
  color: #222
}

.blog-single-post .post-share-info .tag a:before {
  position: absolute;
  content: ",";
  bottom: -5px;
  right: 1px;
  font-size: 16px
}

.blog-single-post .post-share-info .tag a:last-child:before {
  display: none
}

.blog-single-post .social-links {
  position: relative;
  margin-bottom: 10px
}

.blog-single-post .social-links li {
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block
}

.blog-single-post .social-links li a {
  position: relative;
  display: block;
  color: #222;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: 0 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #ddd
}

.blog-single-post .social-links li a i {
  position: relative
}

.blog-single-post .social-links li a:hover {
  color: #fff
}

.blog-single-post .social-links li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.blog-single-post .social-links li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.blog-single-post .social-links li a span {
  position: relative
}

.comments-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px
}

.comments-title h4 {
  font-size: 30px;
  text-transform: capitalize;
  color: #222;
  margin: 0;
  font-weight: 600
}

.comments-title p {
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 5px
}

.comments-area {
  position: relative;
  margin-bottom: 70px
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px
}

.comments-area .comment-box:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.comments-area .comment {
  position: relative;
  min-height: 80px;
  padding-left: 105px
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 11px;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  overflow: hidden
}

.comments-area .comment-box .author-thumb img {
  width: 100%
}

.comments-area .comment-box .info-wrap {
  position: relative
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 15px;
  line-height: 24px
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222;
  text-transform: capitalize;
  font-weight: 600
}

.comments-area .comment-box .info .comment-date {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #555
}

.blog-single-post .comments-area .comment-box .text {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px
}

.comments-area .comment-box .reply-btn {
  position: absolute;
  display: block;
  top: 0;
  right: 30px
}

.comments-area .comment-box .reply-btn a {
  padding-right: 20px;
  transition: .5s
}

.comments-area .comment-box .theme-btn .btn-title {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: underline;
  text-transform: uppercase
}

.comments-area .comment-box .theme-btn:after {
  font-family: Flaticon;
  content: "\f115";
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  line-height: 22px;
  font-size: 16px;
  transition: .5s;
  transform: rotate(180deg);
  font-weight: 400
}

.leave-comments {
  position: relative
}

.leave-comments .instruction {
  padding-top: 15px;
  color: #666;
  font-size: 14px;
  margin-bottom: 30px
}

.leave-comments form .form-group {
  margin-bottom: 30px
}

.leave-comments form .form-group textarea {
  height: 200px
}

.theme-color-two .about-widget .social-links li a {
  background-color: #242424
}

.theme-color-two .contact-widget .contact-info li .icon {
  background-color: #242424
}

.row.row2 {
  margin-right: -2px;
  margin-left: -2px
}

.row.row2 div.col-6 {
  padding-right: 2px;
  padding-left: 2px
}

.g-title small {
  font-weight: 500
}

.g-title a {
  color: #fff;
  font-weight: 500;
  font-size: 90%;
  background: #013300;
  padding: 2px 8px;
  border-radius: 5px;
  display: inline-table;
  min-width: 70px;
  max-height: 30px
}

.g-title a:hover {
  color: #fff;
  font-weight: 500;
  font-size: 90%;
  background: #013300;
  padding: 2px 8px;
  border-radius: 5px
}

.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4)
}

.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
  background: #ffffff91;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 0 10px 10px #2726264f
}

.play-button-wrapper #circle-play-b svg {
  width: 45px;
  height: 45px;
  fill: #808080;
  stroke: #808080;
  cursor: pointer;
  background: #fff;
  border-radius: 50%
}

.about-info1 img,
.practical-box-l img {
  box-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
  text-align: center;
  border: 1px solid #c3c3c3;
  padding: 10px;
  background: #fff;
  border-radius: 4px
}

.header-top .social-icon.xs-btns-link li a {
  width: auto;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px
}

.gallery-wrp .slide-gcard img {
  max-height: 144px;
  width: 100%;
  height: 144px
}

.dps-courses-section.style-two .course-block .inner-box .row2 .col-6:nth-child(3) .slide-gcard,
.dps-courses-section.style-two .course-block .inner-box .row2 .col-6:nth-child(4) .slide-gcard {
  margin-bottom: 0 !important
}

@media (max-width:1680px) {
  .about-details {
    padding: 0 50px 0 20px
  }
}

@media (max-width:1920px) {
  .about-details {
    padding: 0 50px 0 0
  }
}

@media (max-width:1600px) {
  section.about-us p {
    font-size: 16px;
    padding: 0 0 20px 0
  }
}

section.about-us p {
  font-size: 17px;
  font-weight: inherit;
  line-height: 30px;
  padding: 0 0 40px 0
}

.pull-right {
  float: right
}

.img-view {
  position: relative
}

.img-view img {
  width: 100%;
  position: relative;
  z-index: 2
}

.img-view:after,
.img-view:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #8c292a;
  left: -8px;
  top: -8px;
  z-index: 1
}

.img-view:after {
  top: auto;
  bottom: -8px;
  background: #fe9532;
  left: auto;
  right: -8px
}

.about-details img,
.content .img-view img {
  box-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
  text-align: center;
  border: 1px solid #c3c3c3;
  padding: 10px;
  background: #fff;
  border-radius: 4px
}

.img-left.pull-left img {
  width: 100%;
  border: 1px solid #eee;
  padding: 6px;
  box-sizing: border-box
}

.img-left.pull-left {
  padding-right: 15px;
  box-sizing: border-box
}

.practical-right {
  float: right;
  width: 30%
}

.practical-right img {
  width: 100%
}

.practical-box-r,
.practical-box-r p {
  text-align: center !important
}

.land-box {
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 10px;
  background: #fff
}

ul.item-infra li img {
  box-shadow: none;
  text-align: center;
  border: none;
  padding: 10px;
  background: #fff;
  border-radius: 0
}

.attendance-img img {
  height: 300px;
  width: 100%
}

p.birthday_name {
  padding: 15px 0 15px 0;
  line-height: 22px;
  text-align: center
}

.content p.birthday_name span {
  display: block;
  color: #404040
}

.birthday_name span:nth-child(2) {
  font-size: 12px
}

.mandatory-card .mandatory-img img {
  max-height: 165px;
  width: 100%
}

.block-box blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #5ea048;
  background: #fff
}

.block-box span.pull-right {
  font-weight: bolder
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%)
}

.vision-para {
  font-size: 20px !important;
  color: #173e30 !important
}

.title-contents {
  color: #173e30 !important
}

.principal-quote {
  font-size: 19px;
  color: #173e30 !important
}

.vision-para1 {
  font-size: 21px !important;
  letter-spacing: .4px;
  color: #173e30 !important
}

.wellbeingcard {
  background-color: #f8f8f8;
  border: 1px solid #173e30;
  border-radius: 2px;
  font-size: .9rem;
  margin: 50px auto 20px auto
}

.well-section-btn {
  border: 1px solid #173e30;
  background: #173e30;
  color: #fff;
  font-size: 17px;
  padding: 5px 24px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  border-radius: 5px
}

.centered-headingcon {
  position: relative !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin: 20px 0 !important;
  color: #173e30
}

.centered-headingcon::after,
.centered-headingcon::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 43%;
  height: 2px;
  background-color: #173e30 !important
}

.centered-headingcon::before {
  left: 0;
  margin-right: 10px;
  transform: translateY(-50%)
}

.centered-headingcon::after {
  right: 0;
  margin-left: 10px;
  transform: translateY(-50%)
}

.wellbeingcardName img {
  width: 100%;
  height: 100%
}

.shade-img {
  background: #fff;
  box-shadow: 0 0 12px #00000024;
  border-radius: 4px;
  padding: 15px 5px
}

.nicescroll-rails {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s
}

.inner tr th {
  background: maroon;
  color: #fff
}

.inner tr td .btn {
  font-size: 14px;
  color: #29a9e1;
  text-align: left
}

.lifeskill-wrp .activities-img {
  box-shadow: 0 2px 10px #0000000d;
  background: #fff;
  padding: 10px
}

.blink-btn {
  -webkit-animation: glowing 1s infinite;
  -moz-animation: glowing 1s infinite;
  -o-animation: glowing 1s infinite;
  animation: glowing 1s infinite
}

@-webkit-keyframes glowing {
  0% {
    background-color: #ffc107;
    border-color: #ffc107
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #121212
  }

  100% {
    background-color: #ffc107;
    border-color: #ffc107
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #fff;
    border-color: #fff
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #013300
  }

  100% {
    background-color: #fff;
    border-color: #fff
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #fff;
    border-color: #fff
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #013300
  }

  100% {
    background-color: #fff;
    border-color: #fff
  }
}

@keyframes glowing {
  0% {
    background-color: #fff;
    border-color: #fff
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #013300
  }

  100% {
    background-color: #fff;
    border-color: #fff
  }
}

.blink-btn2 {
  -webkit-animation: glowing2 1s infinite;
  -moz-animation: glowing2 1s infinite;
  -o-animation: glowing2 1s infinite;
  animation: glowing2 1s infinite
}

@-webkit-keyframes glowing2 {
  0% {
    background-color: #013300;
    border-color: #fff
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff
  }

  100% {
    background-color: #013300;
    border-color: #fff
  }
}

@-moz-keyframes glowing2 {
  0% {
    background-color: #013300;
    border-color: #fff
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff
  }

  100% {
    background-color: #013300;
    border-color: #fff
  }
}

@-o-keyframes glowing2 {
  0% {
    background-color: #013300;
    border-color: #fff
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff
  }

  100% {
    background-color: #013300;
    border-color: #fff
  }
}

@keyframes glowing2 {
  0% {
    background-color: #013300;
    border-color: #fff
  }

  50% {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff
  }

  100% {
    background-color: #013300;
    border-color: #fff
  }
}

.service-block-one .inner-box.active,
.service-block-one .inner-box:hover a {
  color: #fff
}

@media only screen and (min-width:992px) {
  #newmodal .modal-dialog {
    max-width: 580px
  }
}

@media only screen and (max-width:991px) {
  .mobile-menu .navigation {
    max-height: 70vh;
    overflow: auto
  }
}

@media only screen and (max-width:768px) {
  .team-wrp .owl-stage-outer .owl-stage .owl-item {
    padding: 0 1.2%
  }

  .notice-title .notice-title-content h5 {
    font-size: 16px
  }

  .notice-wrp-bottom .notice-title .notice-title-view img {
    width: 150px !important
  }
}

.modal-backdrop.show {
  display: none
}

#newmodal {
  z-index: 9999;
  background: rgba(0, 0, 0, .77)
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  background: #013300;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  padding: 0 4px 8px 8px;
  border-radius: 0 0 0 42px;
  cursor: pointer;
  z-index: 22
}

.contact-info li .icon span.fas.fa-phone {
  -ms-transform: rotate(100deg);
  transform: rotate(100deg)
}

#newmodal .modal-dialog .modal-dialog-centered {
  width: 100%
}

.wht_we_offer_caption {
  bottom: 0;
  text-align: center;
  padding: 6px;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), hsl(0deg 0% 0% / 60%));
  color: #fff;
  transition: .3s;
  height: 35px;
  width: 100%
}

.wht_we_offer_caption h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff
}

.wht_we_offer_caption h6 img {
  filter: brightness(0) invert(1)
}

.wht_we_offer_caption p {
  line-height: 1.3;
  height: 0;
  overflow: hidden;
  transition: .3s
}

.wht_we_offer_img1:hover {
  transform: scaleY(1)
}

.wht_we_offer_img1:hover p {
  height: auto
}

.wht_we_offer_img1:hover .wht_we_offer_caption_inner {
  border: 1px solid #ccc;
  padding: 10px
}

.wht_we_offer_img1:hover .wht_we_offer_caption {
  height: 100%;
  background: rgba(0 105 64 / 80%)
}

.intro {
  background-color: #fff
}

.google_ratings {
  color: #474747
}

.birth-day,
.calender,
.school-circular {
  box-shadow: 0 3px 12px #00000017;
  border: 1px solid #e8e8e8
}

.card-heading div img {
  width: 50px !important;
  padding: 4px;
  background-color: #fff
}

.card-heading h6 {
  font-weight: 600;
  font-size: 14px;
  padding: 8px
}

.g-card p,
.rounded-card p {
  font-size: 13px;
  color: #2a2a2a;
  line-height: 1.5
}

.g-card,
.rounded-card .rounded-bg {
  transition: .2s
}

.rounded-card:hover h6.text-success,
.rounded-card:hover p,
.rounded-card:hover span a {
  color: #fff !important
}

.award-hr {
  max-width: 200px;
  margin: 3px 0 15px 0;
  background: #fff
}

.awards p {
  color: #fff;
  font-weight: 400
}

.gview-card .awards-header {
  width: 30%;
  padding: 0
}

.gview-card .awards-header:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("https://resources.edunexttechnologies.com/web-data/arise-bhosri/img/achivemt-border.svg") no-repeat;
  background-size: contain;
  background-position: top 12px center;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s
}

.gview-card .awards-header img {
  border-radius: 50%;
  padding: 7px;
  background: 0 0;
  height: 110px !important;
  width: 100%
}

.gview-card .gview-content {
  width: 70%;
  padding-left: 15px
}

.gview-card .gview-content h6 {
  background: maroon;
  color: #fff;
  font-weight: 500;
  border-radius: 42px;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 14px
}

.g-card {
  border: 1px solid maroon;
  transition: .3s
}

.g-card:hover .gview-content h6 {
  background-color: #bfbdbd;
  color: #2a2a2a
}

.parent-trust {
  background: url("https://resources.edunexttechnologies.com/web-data/arise-bhosri/img/testi-bg.svg") no-repeat;
  background-position: center;
  background-size: cover
}

.text-bold {
  font-weight: 500 !important
}

.rounded-bg:hover {
  border-radius: 80% 0 0 0;
  background-color: maroon
}

.rounded-card p {
  position: relative
}

.quotes-icon i {
  font-size: 60px;
  color: #252c410d;
  position: absolute;
  top: 70px;
  right: 50px
}

.rounded-card:hover .quotes-icon i {
  color: #ffffff38
}

.event-card {
  color: #fff;
  margin: 17px 0;
  transition: .3s;
  border-radius: 16px
}

.green_card {
  background: #69b447;
  border: 2px solid #69b447
}

.green_card .event-date {
  background: #69b447;
  border: 1px solid #fff
}

.orange_card {
  background: var(--unnamed-color-fe6500);
  border: 2px solid var(--unnamed-color-fe6500);
  background: #8c292a;
  border: 2px solid #8c292a
}

.orange_card .event-date {
  background: #8c292a;
  border: 1px solid #fff
}

.blue_card {
  background: #0b477c;
  border: 2px solid #0b477c
}

.blue_card .event-date {
  background: #0b477c;
  border: 1px solid #fff
}

.pink_card {
  background: #e85044;
  border: 2px solid #e85044
}

.pink_card .event-date {
  background: #e85044;
  border: 1px solid #ffff
}

.event-content {
  padding: 32px 2px 20px 19px
}

.event-card .event-date {
  color: #fff;
  padding: 12px;
  font-size: 20px;
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%
}

.event-card .event-date small {
  font-size: 11px
}

.event-card .event-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff
}

.event-date .about_icon,
.event-date .about_icon2 {
  width: 35px;
  height: 35px
}

.event-date .about_icon2 {
  display: none
}

.about_card_content {
  font-size: 19px;
  font-weight: 400
}

.about_card_content_inner {
  font-size: 26px;
  text-align: center
}

.about_card_content .fw-bold {
  font-weight: 600
}

.event-card .event-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0
}

.event-card .btn-cover {
  border: 1px solid maroon;
  padding: 2px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  transform: translateY(16px);
  transition: .3s
}

.event-card .btn {
  background: maroon;
  border: none;
  font-size: 13px;
  transition: .3s
}

.event-card:hover {
  background: #fff !important;
  color: #212721;
  cursor: pointer
}

.event-card:hover h5,
.event-card:hover p {
  color: #fff
}

.event-card:hover .btn,
.event-card:hover .event-date {
  color: maroon;
  background: #fff;
  box-shadow: 0 3px 6px #00000029
}

.green_card:hover .event-date {
  border: 1px solid #69b447a8
}

.orange_card:hover .event-date {
  border: 1px solid #8c292a
}

.blue_card:hover .event-date {
  border: 1px solid #0b477c
}

.pink_card:hover .event-date {
  border: 1px solid #e85044
}

.event-card:hover .btn-cover {
  border: 1px solid #bfbdbd
}

.event-card:hover .about_icon2 {
  display: inline
}

.event-card:hover .about_icon {
  display: none
}

.event-card:hover .about_card_content {
  color: #212721
}

.blogs-card-corner img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 85px
}

.gallery-card img {
  height: 200px;
  border: 1px solid maroon;
  border-radius: 10px
}

.footer-icon {
  padding: 4px;
  border: 2px #ffffffa8 solid
}

.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative
}

.video-container::before {
  content: "";
  height: 200px;
  width: 200px;
  background-color: grey;
  position: absolute;
  bottom: -8px;
  right: -8px
}

.btn-frame .fa-youtube-play {
  color: red;
  background: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding: 4px
}

.youtube-btn .btn {
  position: absolute;
  top: 0;
  left: 0;
  background: grey;
  border-radius: 2px 0 8px 0;
  font-weight: 500
}

.owl-dots {
  position: relative
}

.owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  height: 1px;
  width: 10px;
  background: #d9d3d3
}

.owl-dots .owl-dot:last-child:after {
  display: none
}

.footer-heading {
  color: #fff;
  position: relative;
  font-size: 18px
}

.footer-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 1px;
  background: #fff
}

.contact-widget h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff
}

.view-all-btn .btn {
  color: maroon;
  font-size: 13px;
  font-weight: 500
}

.footer-map iframe {
  border: 3px solid #fff !important
}

.footer-map {
  position: relative;
  width: 100%;
  height: 100%
}

.footer-map img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: fill
}

.foo-i {
  font-size: 14px !important;
  width: 25px;
  height: 25px;
  line-height: 10px;
  text-align: center;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center
}

.app-info {
  border: 1px solid #fff;
  padding: 5px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.app-info img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain
}

.widget .app-info:last-child {
  margin-right: 0
}

.foo-i img {
  max-width: 40px
}

.foo-i:hover {
  transition: .3s
}

.foo-i:hover img {
  filter: unset
}

.map_top {
  position: absolute;
  width: 230px !important;
  height: 180px !important;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%)
}

.copyright_text {
  font-size: 15px
}

.inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* box-shadow: inset 0 -80px 60px -40px #b90004 */
}

.content-box {
  position: relative;
  z-index: 99
}

.news-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #8c292a;
  border-radius: 6px;
  box-shadow: 0 0 10px #8c292A24
}

.news-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px
}

.news-card h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px !important
}

.news-card p {
  margin-bottom: 5px
}

.btn-success {
  color: #fff;
  background-color: #8c292a;
  border-color: #8c292a;
  font-size: 14px
}

.f-12 {
  font-size: 12px !important
}

.gallery-card {
  position: relative;
  transition: .3s;
  margin: 20px 0
}

.gallery-card-overlay {
  position: absolute;
  bottom: 0;
  width: 180px;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #fff;
  padding: 6px 5px;
  transition: .3s;
  height: auto;
  border: 1px solid #bfbdbd;
  border-radius: 4px
}

.gallery-card-overlay a,
.gallery-card-overlay h5 {
  font-size: 14px;
  color: #262626;
  font-weight: 600;
  text-align: center
}

.gallery-card-overlay a:hover {
  color: maroon
}

.yellow-border-btn {
  position: relative
}

.yellow-border-btn a {
  border-radius: 4px;
  font-size: 14px
}

.yellow-border-btn::before {
  content: "";
  border: 2px solid #ffc63c;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 4px;
  z-index: -1
}

.view-btn {
  background: maroon;
  color: #fff;
  padding: 8px 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600
}

.view-btn:hover {
  color: #ffc94d
}

.fs-16 {
  font-size: 16px
}

.fs-14 {
  font-size: 14px
}

.fw-500 {
  font-weight: 500 !important
}

.fw-600 {
  font-weight: 600 !important
}

.intro>ul {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  display: block;
  overflow: auto;
  height: 267px
}

.intro>ul li {
  display: inline-flex;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px #e4e4e4 solid;
  align-items: center
}

.intro>ul li>.in-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 10px
}

.intro>ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 66px;
  height: 100%;
  width: 1px;
  background: #e4e4e4
}

.tt-b-amp,
.tt-b-day-r {
  float: left;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 0;
  color: #222;
  width: 100%;
  display: inline-block;
  text-align: center
}

.tt-b-date,
.tt-b-month {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px
}

.rem-border {
  border-left: none
}

.in-image .sandate {
  font-size: 18px;
  margin-right: 2px;
  color: #d9534f
}

.tt-b-day {
  font-size: 14px;
  float: left;
  padding-left: 0;
  line-height: 23px;
  font-weight: 700;
  width: 100%;
  color: #8c292a;
  text-align: center
}

.intro>ul li>.in-content {
  width: 80%;
  box-sizing: border-box;
  position: relative
}

.intro>ul li>.in-content>h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 100;
  width: 100%;
  color: #2a2a2a;
  display: block;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px
}

.intro>ul li>.in-content>div {
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  width: 100%
}

.in-content .headp {
  font-size: 14px !important;
  font-weight: 600;
  color: #000;
  font-family: "Open Sans", sans-serif !important
}

.in-content p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px
}

.intro>ul li>.in-content>div>p {
  color: #313131;
  line-height: 18px;
  margin-bottom: 0 !important
}

.in-content p {
  margin-bottom: 0 !important
}

.in-easing .in-image span,
.in-easing li {
  transition: .15s linear;
  -moz-transition: .15s linear;
  -webkit-transition: .15s linear
}

.all-circular {
  padding: 21px 0 29px 0
}

.all-circular .circular-btn {
  background: maroon;
  color: #fff;
  padding: 8px 25px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600
}

.blog-detail-img {
  box-shadow: 0 0 10px #ffffff40;
  width: 100%;
  height: 100%
}

.blog-left {
  background: maroon;
  box-shadow: 0 0 10px #00000036;
  padding: 20px;
  float: left;
  margin-right: 25px;
  text-align: center !important;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 341px;
  height: 373px
}

.header_upperminor {
  background: #b90004;
  box-shadow: 2px 3px 6px #00000029
}

.rs-breadcrumbs {
  padding: 48px 0 35px
}

.breadcrumbs-overlay {
  position: relative;
  z-index: 1
}

.bg7 {
  background: url("../../../edunext-main-storage-cf.edunexttechnologies.com/avahmd/school___static/1709870245687_slider1.png");
  background-size: cover;
  background-position: center;
  background-position: center;
  height: 250px
}

.internalpage:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("https://resources.edunexttechnologies.com/web-data/amrita-vidyalayam/Decorator-left.svg") no-repeat;
  background-position: center;
  background-size: contain;
  height: 380px;
  width: 298px;
  z-index: -1
}

.internalpage:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 43px;
  background: url("https://resources.edunexttechnologies.com/web-data/amrita-vidyalayam/Decorator-right.svg") no-repeat;
  background-position: center;
  background-size: contain;
  height: 331px;
  width: 317px;
  z-index: -1
}

.breadcrumbs-overlay:after {
  content: "";
  position: absolute;
  background-color: rgb(5 5 71 / 63%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.sec-spacer {
  padding: 60px 0
}

.page_title_inner h1::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 76px;
  bottom: -10px;
  left: 0;
  background-image: url("../../../resources.edunexttechnologies.com/web-data/amrita-vidyalayam/shape-1.png");
  left: 50%;
  transform: translateX(-50%)
}

.updates_image {
  margin-bottom: 15px
}

.updates_image img {
  height: 230px;
  width: 100%
}

.updates_heading {
  text-align: center;
  margin-bottom: 20px
}

.updates_heading h1 {
  color: #3d365b;
  letter-spacing: 1px
}

.updates_heading h5 {
  color: grey;
  border-bottom: 1px grey solid;
  display: inline-block;
  letter-spacing: 2px
}

.updated_details {
  color: #031526
}

.welcard {
  background: #fff;
  box-shadow: 0 0 12px #00000024;
  border-radius: 4px;
  padding: 20px 20px
}

.wel-inner {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
  transition: .3s;
  margin-bottom: 10px
}

.wel-inner:hover {
  box-shadow: 0 0 5px #0000002e
}

.well-con {
  width: 93%
}

.well-icon {
  margin-right: 10px
}

.well-icon img {
  width: 35px;
  height: 35px
}

.well-con h4 {
  font-size: 15px;
  margin-bottom: 3px
}

.well-con p {
  font-size: 13px
}

.readmore {
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  background: linear-gradient(133deg, #712941, #b90004);
  border: 1px solid #e3b409
}

.readmore:hover {
  background-color: #fff;
  color: #173e30
}

.readmore1 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 10px;
  text-align: center
}

.readmore1:hover {
  background-color: #fff;
  color: #8c292a;
  border: 1px solid #fff
}

.welcard1 {
  background: #fff;
  box-shadow: 0 0 7px #00000012;
  border-radius: 4px;
  padding: 20px 20px;
  margin-bottom: 35px;
  position: relative
}

.quotes-i {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30px;
  transform: translate(15px, -15px)
}

.found-name {
  color: #212721;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0
}

.found-pro {
  color: #222;
  font-size: 13px;
  margin-bottom: 0
}

.found-box.found-r {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%
}

.develp-sec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #222222e0
}

.develp-sec .container {
  position: relative;
  z-index: 9
}

.child-box {
  border: 4px solid #fff;
  padding: 40px 30px;
  position: relative
}

.child-box .chi-box {
  position: absolute;
  top: 15px;
  right: -33px;
  transform: translate(10px, 10px);
  width: 85px;
  height: 85px;
  padding: 9px;
  z-index: 9;
  background: #222;
  border-radius: 50%;
  box-shadow: 0 0 10px #222
}

.chi-box .child-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff
}

.intro1 {
  background-color: #fff
}

h5.news-header1 {
  background-color: #f3f3f3;
  color: #8c292a;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center
}

.news-header1 img {
  max-width: 25px;
  margin-right: 5px
}

.birthcard {
  min-height: 300px;
  position: relative
}

.schname {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px
}

.birthwish {
  color: #222;
  text-align: center
}

.stu-name {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block
}

.bhead {
  background: url('../../../resources.edunexttechnologies.com/web-data/stIgnatius-school/img/birthh.png') no-repeat;
  background-position: center;
  background-size: contain;
  padding: 5px 2px
}

.stupara {
  font-size: 15px;
  text-align: center;
  color: #8c292a
}

.stu-date {
  color: #222;
  text-align: center
}

.stu-img {
  width: 136px;
  overflow: hidden;
  position: relative;
  bottom: 0;
  right: 0
}

.stu-img .img_student {
  max-width: 70px !important;
  box-sizing: border-box;
  object-fit: fill;
  z-index: 999;
  position: absolute;
  top: 37px;
  left: 47px
}

.bday_imgframe {
  position: absolute;
  width: 146px;
  bottom: 0
}

.cake-par {
  position: absolute;
  bottom: 0;
  left: 80px
}

.bcake {
  max-width: 100px;
  transform: translate(0, -5px)
}

.birthday-l {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 120px
}

.birthday-r {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 120px
}

.birth-bal {
  max-width: 60px
}

.birthcake {
  max-width: 100px
}

.birthdayc-l {
  position: absolute;
  left: 5px;
  top: 65px;
  width: 38px !important
}

.birthdayc-r {
  position: absolute;
  top: 61%;
  left: 95px;
  width: 38px !important
}

.testi-card {
  position: relative;
  width: 100%;
  background: #fbeded;
  border: 1px solid #54545426;
  border-radius: 4px;
  padding: 10px
}

.testi-img {
  position: relative;
  height: 215px;
  overflow: hidden
}

.testi-card:hover .testi-img img {
  transform: scale(1.1)
}

.testi-text {
  margin-top: 4px;
  width: 100%;
  text-align: left
}

.testi-text p {
  font-size: 15px;
  color: #222;
  line-height: 20px;
  font-weight: 600
}

.testi-text .testi-r {
  font-size: 13px;
  font-weight: 400
}

.gray-card {
  background: #f9f9f9;
  padding: 40px 40px 40px 170px
}

.white-card {
  padding: 35px 40px 35px 75px;
  background: #fff;
  box-shadow: 0 3px 12px #00000017
}

.slps-icon {
  max-width: 200px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.slps-icon:hover .slps-img {
  transform: translateY(-10px)
}

.slps-img {
  width: 70px;
  height: 70px;
  background: #f9f9f9;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: .7s
}

.slps-img img {
  max-width: 40px
}

.slps-icon p {
  font-size: 14px;
  font-weight: 600;
  color: #212721
}

.choose-sec .white-card .slps-col:nth-child(4) .slps-icon,
.choose-sec .white-card .slps-col:nth-child(5) .slps-icon,
.choose-sec .white-card .slps-col:nth-child(6) .slps-icon {
  margin-bottom: 0
}

.design-h4 {
  font-size: 30px !important
}

.n-date {
  color: #000;
  font-weight: 600
}

.news-card .headp {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Open Sans", sans-serif !important
}

.read_news {
  color: #8c292a !important
}

.table_inner tbody tr:nth-of-type(odd) {
  background-color: #fbeaf7
}

.table_inner {
  border: 1px #dee2e6 solid !important
}

.table_inner td,
.table_inner th {
  border-right: 1px #dee2e6 solid !important
}

.inner_table_content h4 {
  font-size: 27px;
  margin: 30px 0;
  font-weight: 500;
  text-align: center
}

.inner_list li {
  padding-left: 30px;
  padding-bottom: 11px
}

.well-icon2 img {
  width: 15px;
  height: 15px
}

.bottom_border {
  border-bottom: 2px #d9534f solid
}

.table_inner th {
  background: #bc8182;
  color: #fff
}

.why-small .why-small-view {
  width: 30%
}

.why-small .why-small-view img {
  height: 63px
}

.why-small .why-small-content {
  width: 70%;
  text-align: left
}

#sync2 {
  background: #8c292a;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #fff;
  border-radius: 6px
}

#sync2 .item {
  padding: 0;
  margin: 10px 15px
}

.why-small {
  cursor: pointer;
  transition: .3s;
  border: 1px solid #fff;
  position: relative
}

.why-small:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transform: translate(16px, 0);
  height: 100%;
  width: 1px;
  background: #ffffff6e
}

.secowl .owl-item:last-child .item .why-small:after {
  display: none
}

#sync1 .item {
  opacity: 1
}

#sync2 .current .item {
  background: #d9534f
}

.carao-date {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px
}

.carao-head {
  font-size: 13px;
  font-weight: 400;
  color: #fff
}

.sunc-left {
  width: 100%;
  height: 200px
}

.sunc-left img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover
}

.sunc-date {
  font-size: 14px;
  color: #787878;
  margin-bottom: 3px
}

.facgrad {
  background: #fff;
  box-shadow: 0 3px 6px #00000045;
  border-radius: 12px;
  padding: 0 10px 15px 10px;
  position: relative;
  z-index: 2;
  transition: .3s;
  min-height: 260px
}

.facpar {
  position: relative
}

.fac-border {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d9534f;
  border-radius: 12px;
  z-index: 1;
  transition: .3s
}

.fac-bg {
  width: 153px;
  height: 65px;
  margin: 0 auto 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.fac-child {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 25%);
  max-width: 40px;
  transition: .3s
}

.facgrad h4 {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 7px
}

.facgrad p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 22px
}

.facpar:hover .fac-bg {
  filter: brightness(20)
}

.facpar:hover .facgrad {
  background: #d9534f
}

.facpar:hover .fac-border {
  transform: rotate(-2deg)
}

.facpar:hover .facgrad h4 {
  color: #fff
}

.facpar:hover .facgrad p {
  color: #fff
}

.facpar:hover .ch-img {
  filter: hue-rotate(90deg) brightness(.9)
}

.facpar:hover .bio-img {
  filter: hue-rotate(200deg) brightness(.7) saturate(1.5)
}

.facpar:hover .smart-img {
  filter: hue-rotate(-14deg) brightness(.4) saturate(8.5)
}

.facpar:hover .play-img {
  filter: hue-rotate(90deg) brightness(.9)
}

.white-bt {
  background: #fff;
  border: 1px solid #8c292a;
  color: #8c292a;
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-weight: 500
}

.white-bt:hover {
  border: 1px solid #fff;
  color: #fff;
  background: 0 0
}

.teacher-box {
  background: #8c292a;
  position: relative;
  z-index: 9
}

.teacher-card {
  position: relative;
  background: #a03d3e;
  border: 1px solid #ffffff5c;
  border-radius: 18px 0 0 0
}

.teacher-card:hover {
  border: 1px solid #efdf78
}

.teacher-img {
  height: 100%
}

.teacher-img img {
  border-radius: 18px 0 0 0;
  height: 100%
}

.teacher-con {
  padding: 5px 5px
}

.teach-n {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: underline
}

.teac-des {
  font-size: 13px;
  color: #efdf78;
  font-weight: 400;
  text-align: right
}

.drop-social {
  color: #fff;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  padding: 0
}

.drop-par {
  text-align: right;
  padding-top: 70px
}

.teacher-sec .dropup .dropdown-toggle::after {
  display: none
}

.drop-social:focus {
  box-shadow: none
}

.teacher-sec .dropdown-menu.show {
  transform: translate3d(0, -101px, 0) !important
}

.teacher-sec .dropup .dropdown-menu {
  min-width: fit-content;
  padding: 5px 2px;
  margin: .125rem 0 0;
  text-align: center;
  background-color: #d9534f;
  border: 1px solid #ffffff5c;
  border-radius: 10px
}

.teacher-sec .dropdown-menu .dropdown-item {
  padding: 2px 5px;
  color: #fff;
  font-size: 16px
}

.dropdown-item:hover,
.teacher-sec .dropdown-item:focus {
  color: #fff;
  background-color: transparent
}

.drop-img {
  width: 30px !important
}

.teacher-left {
  position: absolute;
  right: 18px;
  top: 0;
  max-width: 225px
}

.teacher-outer-box {
  max-width: 212px;
  background: #fff;
  border-radius: 100px 100px 0 0;
  margin-left: 8px
}

.teacher-box:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #8c292a
}

.outborder {
  background-image: linear-gradient(91deg, #fff, #faf6f6);
  border-radius: 50%;
  padding: 13px;
  width: 230px;
  height: 220px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99
}

.teacher-outer {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #d9534f;
  padding: 10px;
  margin: 0 auto
}

.teacher-circle {
  background: #8c292a;
  padding: 10px;
  text-align: center;
  border: 1px dashed #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.teacher-content {
  background: #fff;
  border-left: 2px solid #d9534f;
  padding: 95px 10px 10px 10px;
  margin-top: -83px
}

.teacher-content p {
  font-size: 14px
}

.teacher-sec .owl-dots {
  text-align: center;
  line-height: .8;
  position: absolute;
  bottom: -62px;
  left: 37%;
  transform: translate(-50%, -50%)
}

.contact-pargraph p {
  font-size: 15px !important;
  font-weight: 400;
  color: #173e30 !important;
}

.phone-numbers {
  margin-bottom: 0
}

.phone-numbers br {
  display: none
}

.phone-numbers .indent {
  display: block;
  margin-left: 54px
}

.about-img-box {
  width: 100%;
  height: 100%
}

.about-img-box .main-abot-img {
  width: 100%;
  height: 100%
}

.abot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000045;
  text-align: center;
  padding: 110px 30px 20px 30px
}

.left-about-head {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500
}

.left-about-head img {
  max-width: 100%
}

.about-hr {
  width: 70px;
  height: 1px;
  text-align: center;
  background: #fff;
  margin: 10px auto 20px auto
}

.left-about-sub {
  font-size: 31px;
  color: #fff;
  font-style: italic;
  font-weight: 500
}

.left-about-sub1 {
  font-size: 31px;
  color: #173e30;
  font-style: italic;
  font-weight: 500
}

.about-hr1 {
  width: 70px;
  height: 1px;
  text-align: center;
  background: #173e30;
  margin: 10px auto 20px auto
}

.about-btnn {
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  background: #173e30;
  border: 1px solid #173e30
}

.about-btnn:hover {
  background-color: #fff;
  color: #173e30
}

.about-h4 {
  font-size: 22px;
  /* color: #173e30; */
  color: linear-gradient(133deg, #712941, #b90004);
  font-weight: 600
}

.about-h6 {
  font-weight: 600;
  font-size: 17px
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 45px !important;
  height: 45px !important
}

.blog-right-menu {
  text-align: center;
  position: relative;
  background: #ececec;
  border-top: 5px solid #173e30;
  padding: 10px 15px;
  width: 100%
}

.blog-right-menu ul li a {
  display: block;
  padding: 5px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: left
}

.blog-page-menu {
  font-size: 17px;
  margin-bottom: 8px;
  margin-top: 10px;
  font-weight: 600;
  padding: 5px;
  color: #173e30;
  text-transform: uppercase;
  text-align: left
}

.founder-name {
  color: #173e30;
  font-weight: 700
}

.ol-parentt>div>ul {
  list-style-type: square
}

.instruction-ul p {
  text-align: left;
  text-align: justify;
  margin: 10px 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start
}

.instruction-ul img {
  position: relative;
  top: 2px;
  left: -4px
}

.inner-page-img-topper {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: .3s;
  transition: 3s
}

.inner-page-img-topper img {
  box-shadow: 0 3px 43px #00000029;
  border: 5px solid #fff
}

.main-quote {
  font-size: 18px !important;
  color: #173e30 !important;
  font-weight: 500 !important
}

.secondary-text {
  font-size: 17px !important
}

.admission-ani {
  transition: all .5s ease-out;
  overflow: hidden
}

.admission-ani a:hover {
  transform: scale(1.1)
}

.single-testimonial .parent-image img {
  width: 146px !important;
  height: 131px;
  border-radius: 50%
}

.single-testimonial .child-image img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #740f13
}

.single-testimonial .parent-image {
  position: absolute;
  left: -50px;
  top: -56px;
  overflow: hidden;
  height: 150px;
  width: 141px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px
}

.single-testimonial .child-image {
  position: absolute;
  right: -45px;
  bottom: -45px;
  background: #eaf8ea;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px
}

.single-testimonial .full-description {
  color: #262626;
  padding: 44px 47px 0 29px;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
  padding-top: 94px;
  text-align: justify
}

.single-testimonial {
  text-align: left;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  border-top: 5px solid #173e30;
  border-left: 5px solid #173e30;
  border-right: 5px solid #173e30;
  border-bottom: 2px solid #173e30
}

.single-testimonial a {
  font-weight: 600;
  padding: 0 50px
}

.client-info {
  position: relative;
  z-index: 3;
  text-align: left;
  padding: 0 34px 50px 27px
}

.client-info h6 {
  color: #262626;
  font-weight: 700;
  font-size: 18px
}

.client-info span {
  display: inline-block;
  color: #005320;
  font-size: 15px
}

.school-blog-img img {
  width: 100%;
  height: 217px
}

.box-design {
  height: 100px;
  width: 200px !important;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  box-sizing: content-box;
  border-radius: 3px;
  padding: 10px
}

.img-green {
  width: 180px
}

.img-goals {
  width: 110px
}

.img-life {
  width: 150px
}

.centered-heading-inverventionn {
  position: relative !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin: 20px 0 !important;
  color: #173e30
}

.centered-heading-inverventionn::before {
  left: 0;
  margin-right: 10px;
  transform: translateY(-50%)
}

.centered-heading-inverventionn::after {
  right: 0;
  margin-left: 10px;
  transform: translateY(-50%)
}

.centered-heading-inverventionn::after,
.centered-heading-inverventionn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 2px;
  background-color: #173e30 !important
}

.page-prakriti {
  position: relative;
  padding: 20px 0;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center
}

.page-prakriti h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  font-family: mukta, sans-serif !important
}

.about-prakriti {
  position: relative;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 15px !important;
  font-weight: 600;
  color: #173e30
}

.about-prakriti::after {
  content: url(../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/prakriti-leaf-compress.png);
  position: absolute;
  top: -30px;
  right: -4px;
  width: 20px;
  height: 20px
}

.centered-heading {
  position: relative !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin: 20px 0 !important;
  color: #173e30
}

.centered-heading::after,
.centered-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 44%;
  height: 2px;
  background-color: #173e30 !important
}

.centered-heading::before {
  left: 0;
  margin-right: 10px;
  transform: translateY(-50%)
}

.centered-heading::after {
  right: 0;
  margin-left: 10px;
  transform: translateY(-50%)
}

.centered-heading-invervention {
  position: relative !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin: 20px 0 !important;
  color: #173e30
}

.centered-heading-invervention::after,
.centered-heading-invervention::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 39%;
  height: 2px;
  background-color: #173e30 !important
}

.intervention-background-img {
  position: relative;
  z-index: 1
}

.intervation {
  margin-bottom: 30px
}

.prakriti-img-border {
  border-radius: 10px;
  border: 2px solid #173e30 !important
}

.intervention-background-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/background-Intervention.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: .5
}

.centered-heading-invervention::before {
  left: 0;
  margin-right: 10px;
  transform: translateY(-50%)
}

.centered-heading-invervention::after {
  right: 0;
  margin-left: 10px;
  transform: translateY(-50%)
}

.prakriti-more {
  color: #fff;
  font-size: 19px
}

.prakriti-more:hover {
  color: #fff
}

.prakriti-more-arrow {
  position: absolute;
  right: -32px;
  top: 0;
  font-size: 25px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff
}

.prakriti-heading {
  font-size: 22px !important;
  color: #fff !important;
  font-weight: 600
}

.prakriti-para {
  color: #fff;
  text-align: justify
}

.page-title-prakriti {
  position: relative;
  padding: 20px 0;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center
}

.page-title-prakriti h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  font-family: mukta, sans-serif !important
}

.cell-section {
  position: relative;
  padding-left: 64px;
  padding-right: 110px;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 0
}

.cell-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 130px;
  background-image: url('../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/background-cell.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 1
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 7px solid #fff;
  background-color: #926829;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 9%;
  top: 35%;
  display: flex;
  transform: translate(-82%, -50%);
  z-index: 2
}

.circle span {
  color: #fff !important;
  font-weight: 600;
  font-size: 30px
}

.prakriti-link {
  padding-left: 20px
}

.prakriti-link li {
  color: #fff;
  list-style-type: disc
}

.interventions {
  overflow: hidden;
  height: 310px;
  width: 255px;
  margin: auto
}

.interventions img {
  width: 100%;
  height: 100%
}

.interventions-btn {
  border: 1px solid #173e30;
  background: #173e30;
  color: #fff !important;
  font-size: 15px;
  padding: 8px 25px;
  display: inline-block;
  text-align: center;
  border-radius: 5px
}

.main-img-prakriti {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 50%;
  padding: 1px;
  transition: .2s ease;
  background-color: #fff;
  height: 100%;
  width: 100%
}

.prakriti-team-img {
  background-color: #fff !important;
  border-radius: 50%;
  padding: 5px;
  width: 150px !important;
  height: 150px;
  background: #fff
}

.team-name {
  font-size: 21px;
  font-weight: 700;
  color: #173e30;
  font-family: Mukta
}

.partners-img {
  width: 180px
}

.more-section {
  position: relative;
  display: inline-block;
  margin: 0 0
}

.cell-link li {
  color: #163e30 !important
}

.student {
  font-size: 25px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 32px;
  color: #173e30
}

.cell-paragraph {
  color: #163e30
}

.cell-nav-link {
  font-size: 20px;
  font-weight: 500
}

.nav-pills .nav-link.active {
  background-color: transparent !important;
  color: #163e30;
  position: relative
}

.nav-pills .nav-link.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #163e30;
  position: absolute;
  left: 0
}

.tab-cell-content {
  padding: 55px 0 10px 0 !important
}

.principal-quote {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #173e30 !important
}

.audit-internal-section {
  margin-top: 50px;
  margin-bottom: 70px
}

.partner-img {
  height: 170px;
  width: 200px;
  margin: auto
}

.partners-imgg {
  width: 100px
}

.partners-imgg img {
  width: 100%;
  height: 100%
}

.partner-img img {
  width: 100%;
  height: 100%
}

.well-being-heading {
  position: relative;
  display: inline-block;
  font-size: 22px !important;
  margin-bottom: 15px !important;
  font-weight: 600;
  color: #163e30
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 50px
}

.image-wrappers {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin-bottom: 24px;
  box-shadow: 0 3px 43px #00000029;
  border: 5px solid #fff;
  display: inline-block
}

.image-wrappers::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #173e30;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width .5s linear, height .5s linear;
  z-index: 1;
  opacity: .8
}

.image-wrappers:hover::before {
  width: 200%;
  height: 200%
}

.image-wrappers::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, .5);
  z-index: 3
}

.image-wrappers img {
  position: relative;
  z-index: 2;
  transition: transform .6s ease;
  width: 100%;
  height: 100%
}

.image-wrappers:hover img {
  z-index: 0
}

.image-wrappers:hover .centered-text {
  color: #fff
}

.academic-instruction {
  background: #173e30;
  border-radius: 10px;
  padding: 20px 28px;
  margin: 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  justify-content: center !important
}

.academic-instruction h5 {
  color: #fff;
  font-weight: 600
}

.academic-instruction span {
  font-weight: 500
}

.academic-instruction p {
  color: #fff !important
}

.academic-instruction1 {
  background: #f1a308;
  border-radius: 10px;
  padding: 20px 28px;
  margin: 5px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  justify-content: center !important
}

.academic-instruction1 span {
  font-weight: 500 !important
}

.academic-instruction1 h5 {
  color: #173e30;
  font-weight: 500
}

.academic-instruction1 p {
  color: #173e30 !important
}

.academic-option {
  background: #b1ebd6
}

@media only screen and (max-width:575px) {
  .single-testimonial .parent-image {
    left: -20px;
    top: -48px
  }

  .single-testimonial .parent-image img {
    width: 113px !important;
    height: 104px;
    border-radius: 50%
  }

  .page-title-prakriti {
    min-height: 144px;
    margin-top: 57px
  }
}

.sub-head {
  margin-bottom: 8px !important;
  font-size: 22px;
  font-weight: 700 !important;
  color: #173e30 !important
}

.main-footer {
  background: #ececec;
  position: relative;
  color: #333
}

.main-footer:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/foo-cover-bg.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 500px;
  height: 100%
}

.footer-bottom {
  padding: 6px 0;
  background:#b90004;
  position: relative;
  z-index: 9
}

.contact-info {
  position: relative
}

.contact-info li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px
}

.foo-i {
  font-size: 14px !important;
  width: 25px;
  height: 25px;
  line-height: 10px;
  text-align: center;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center
}

.foo-i img {
  max-width: 28px
}

.foo-con {
  width: 88%
}

.widgets-section p {
  font-size: 14px;
  text-align: justify
}

.contact-info li a {
  color: #333;
  font-size: 14px
}

.quick-links li a {
  font-size: 14px
}

.footer-top {
  background: #002147;
  position: relative;
  z-index: 1
}

.widget .widget-title {
  position: relative;
  font-size: 22px;
  color: #222;
  text-align: center
}

.widget .widget-title:before {
  content: '';
  display: inline-block;
  background: url(../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-left.png) no-repeat center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 4px
}

.widget .widget-title:after {
  content: '';
  display: inline-block;
  background: url(../../../resources.edunexttechnologies.com/web-data/dps-expressway/img/heading-right.png) no-repeat center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 4px
}

.social-links {
  position: relative
}

.social-links li {
  position: relative;
  margin-right: 5px;
  display: inline-block
}

.social-links li:last-child {
  margin-right: 0
}

.social-links li a {
  position: relative;
  display: block;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px
}

.social-links li a:hover {
  background: #fff
}

.social-links li a i {
  position: relative
}

.social-links li img {
  width: 15px;
  height: 15px;
  transform: translateY(-2px)
}

.social-links li:hover .fa-color {
  color: #3e5c9a
}

.social-links li:hover .ld-color {
  color: #3e5c9a
}

.social-links li:hover .you-color {
  color: red
}

.app-store-btn {
  box-shadow: 2px 2px 6px #00000029;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-family: Mukta;
  padding: 3px 14px;
  text-align: center
}

.app-store-btn:hover {
  background: #fff;
  color: #173e30
}

.img-res-div {
  height: 320px;
  width: 100%
}

.img-res-img {
  height: 100%;
  width: 100%
}

.enquiry_btn {
  position: fixed;
  top: 50%;
  right: -89px;
  background-color:#b90004;
  padding: 10px;
  transform: rotate(90deg);
  transition: all .5s linear;
  z-index: 99999;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.enquiry_btn a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none
}

.enquiry_btn img {
  max-width: 18px;
  margin-left: 2px;
  filter: brightness(20)
}

.enquiry_btn:hover {
  transform: rotate(90deg) scale(1.1)
}

.enquiry_btn a:hover {
  color: #fff !important
}

.underline-heading {
  display: inline-block;
  position: relative;
  padding-bottom: 6px
}

.underline-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #173e30
}

.cons-desig {
  font-size: 15px
}

body.mobile-menu-visible .page-wrapper {
  z-index: 999999
}

:root {
  --beige: #d5c8a8;
  --green: #0A3F2C
}

.green {
  color: var(--green)
}

.adv_box1 {
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  padding: 10px;
  min-height: 120px;
  background: var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
}

.headdesign {
  color: #0a3f2c;
  font-weight: 500
}

.media-body p {
  color:#000000!important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align:left !important
}

.accordion-box .block .acc-btnn {
  text-transform: uppercase
}

.adm-head {
  font-size: 30px !important
}

.main-row-admission1 {
  background: var(--beige)
}

.oops {
  font-size: 30px;
  color: #0a3f2c
}

.error-text {
  font-size: 180px;
  color: #0a3f2c
}

.page-line {
  font-size: 35px;
  color: #0a3f2c
}

.back-to {
  font-size: 20px;
  color: #0a3f2c
}

.blog-link-next {
  color: #f1a308;
  font-weight: 600;
}

.news1-ul {
  font-weight:bold;
  color:black;
  font-size:16px;
}

.welcome_logo .wel-logo{
 width:150px;
}

.about-h4{
  margin-top:30px!important;
}


@media only screen and (max-width: 1400px) {
.second_about{
  display: none;
}

.about-h4{
  margin-top:10px!important;
}


}

.main-icon p i{
  color: #002147;
  font-size: 15px;
  font-weight: bold;
  background-color: #002147;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50px;
  color: white;
  margin: 0 5px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  font-size: 15px;
  color: black;
}

.heading-design {
 color:#000000;
}

/* calendar */

.calendar-container {
  background: #f1a308;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.calendar-container header {
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}

header .calendar-navigation {
  display: flex;
}

header .calendar-navigation span {
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  user-select: none;
  color: #000;
  font-size: 1.9rem;
}

.calendar-navigation span:last-child {
  margin-right: -10px;
}

header .calendar-navigation span:hover {
  background: #f2f2f2;
}

header .calendar-current-date {
  color: #000;
  font-weight: 500;
  font-size: 1.45rem;
}

.calendar-body {
  padding: 20px;
}

.calendar-body ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}

.calendar-body .calendar-dates {
  margin-bottom: 20px;
}

.calendar-body li {
  width: calc(100% / 7);
  font-size: 1.07rem;
  color: #414141;
}

.calendar-body .calendar-weekdays li {
  cursor: default;
  font-weight: 500;
}

.calendar-body .calendar-dates li {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.calendar-dates li.inactive {
  color: #f82f35;
}

.calendar-dates li.active {
  color: #fff;
}

.calendar-dates li::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
  background: #6332c5;
}

/* .calendar-dates li:not(.active):hover::before {
  background: #e4e1e1;
} */

.text_bg{
  background-color: #ffffffbd;
  padding: 10px;
  border-radius: 10px;
}

.event-inner-area .event-wrapper > li .event-calender-holder {
  position: relative;
  padding-top: 20px;
  text-align: center;
  width: 100px;
  background: #fdc800;
}

.event-inner-area .event-wrapper > li .event-calender-holder span {
  line-height: 2.5;
  background: #002147;
  height: 40px;
  display: block;
  color: #fff;
}

.event-inner-area .event-wrapper > li .event-calender-holder:before {
  content: "\f111";
  position: absolute;
  left: 10px;
  top: 5px;
  color: #002147;
  font-size: 14px;
  font-family: FontAwesome;
}


.section04{
  padding: 90px 20px;
  background-image: url(../img/testi-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-attachment: fixed;
  margin-bottom: 30px;
}

a:hover{
  text-decoration: none !important;
}
.section04::after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 69%);
  z-index: 0;
}
.carousel-indicators{
  margin-bottom: -1rem;
}


.testimonial_img img{
  margin-left: 47%;
}

.subheading {
  font-weight:bold;
  font-size:24px;
  margin:20px 0px !important;
}

.testimonial_img img {
  width: 80px !important;
  height: 80px;
  border: 3px solid #ffffff;
  padding: 1px;
  border-radius: 50%;
  /* background-color: #fff !important;
  border-radius: 50%;
  padding: 5px;
  transform: translateY(-50%); */
}

svg {
  z-index: 99999999999999999999999999999999999999;
  overflow: hidden;
  vertical-align: middle;
  color: red!important;
}

@media screen and (max-width:1400px) {
  .testi-cardd1 h4{
    text-align: center;
    color: white;
    font-size: 18px!important;
  }
}


@media screen and (min-width:1600px) {
  .testi-cardd1 h4{
    text-align: center;
    color: white;
    font-size: 20px!important;
  }
}


.gallery-box {
  margin-bottom: 6px;
  position: relative;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color:white;
  color: black;
  border-radius:5px;
}

.card i{
  font-size:50px;
  color:#f1a308;
}


.card p{
  font-weight:bold;
  font-size:15px;
}


.card1 {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: left;
  background-color:white;
  color: black;
  border-radius:5px;
  height:612px;
}

.card1 i{
  font-size:60px;
  color:#f1a308;
  text-align: center;
}


.card1 p{
  font-weight:400;
  /* text-align: justify; */
}

.card1 h3{
  font-weight: bold;
  font-size: 17px;
  font-family: 'Rubik';
  margin: 20px 0px;
}




.get-in-touch input{
  width: 100%;
  border: 1px solid #818181;
  font-size: 16px;
  height: 50px;
  color: #818181;
  padding: 18px 10px 14px 20px;
  -webkit-appearance: none;
} 


.get-in-touch{
margin:30px 0px;
} 


.form-control:focus {
  color: #495057; 
  background-color: #fff;
   border-color:none; 
   outline: none;
  box-shadow:none;
}


.about_us_spaceing{
  padding: 15px 0;
  font-size: 25px;
}

.our_shinging_stars_slider{
  padding-top:40px; 
}

.perspective img{
  width:100%;
  height:180px;
}

.perspective h5{
  padding:5px 0px;
  text-align: center;
  /* border: 1px solid #ccc; */
  background-color: #ececec;
}








.event-inner-area .event-wrapper > li {
  margin-bottom: 14px;
  padding: 8px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.event-inner-area .event-wrapper > li .event-calender-wrapper {
  margin-right: 18px;
}
.event-inner-area .event-wrapper > li .event-calender-holder {
  position: relative;
  padding-top: 20px;
  text-align: center;
  width: 100px;
  background: #fdc800;
}
.event-inner-area .event-wrapper > li .event-calender-holder:before {
  content: "\f111";
  position: absolute;
  left: 10px;
  top: 5px;
  color: #002147;
  font-size: 14px;
  font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-calender-holder h3 {
  font-size: 24px;
  color: #002147;
  margin-bottom: 0;
  line-height: 1;
}
.event-inner-area .event-wrapper > li .event-calender-holder p {
  color: #002147;
  margin-bottom: 5px;
  text-transform: uppercase;
} 
.event-inner-area .event-wrapper > li .event-calender-holder:after {
  content: "\f111";
  position: absolute;
  right: 10px;
  top: 5px;
  color: #002147;
  font-size: 14px;
  font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-content-holder {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1px;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a {
  color: #002147;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a:hover {
  color: #ffcd38;
}
.event-inner-area .event-wrapper > li .event-content-holder p {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 22px;
}
.event-inner-area .event-wrapper > li .event-content-holder ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  font-weight: 600;
  line-height: normal;
}

.sub-heading {
  font-size: 24px;
}

.btn1 {
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-family: 'Nunito', sans-serif;
  box-shadow: none !important;
  border: 0;
  padding: 3px 5px !important;
  /* border: 1px solid red; */
  color: black !important;
  background-color: #ecae34;
  border-radius: 50px;
}

.table-dark {
  color: #000000!important;
  background-color: #ffcd38!important;
  font-weight: bold;
}

.item_height{
  height:560px;
}

.main_admission_part{
background-color: antiquewhite;
padding: 10px 20px;
margin:20px 0px;
color: black;
border-radius:10px;
}

.gallery-name{
  background-color: #002147;
    color: white;
    text-align: center;
    padding: 5px;
}

.gallery-name h4{
    color: white;
}

.header-logo img{
width:100%; 
height:100%;
}




@media only screen and (max-width: 1400px) {
.new-about{
  margin-top:37px;
}
}

@media only screen and (max-width: 1285px) {
  .new-about{
    margin-top:-50px;
  }
  }
  







