/*Common*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');


.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-semibold {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

.crimson-text-bold {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
}

.crimson-text-regular-italic {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.crimson-text-semibold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.crimson-text-bold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}



/*.footer-logo-new {*/
/*    width: 26%;*/
/*}*/

html {
  scroll-behavior: smooth;
}

ul {
  padding-left: 0px;

  margin-bottom: 0px;
}

.custom_desktop {
  display: block;
}

.custom_mobile {
  display: none;
}

/*Page Url*/

.new-page-url,
.new-page-url:hover,
.new-page-url:focus {
  color: unset;

  font-weight: 700;

  text-decoration: none;
}

/*Header*/

#pgHead1.inner_menu .logo_new,
#pgHead1 .logo_new.bg-gray {
  display: none;
}

#pgHead1.inner_menu .logo_new.bg-gray {
  display: block;
}

header.new-menu {
  position: absolute;

  z-index: 999;

  width: 100%;

  top: 0;
  
  background:#fff;
  
}

ul.new-inner-menu li a {
    color: #fff!important;
   
}
ul.new-inner-menu{
     background-color:#007b84!important;
      margin: 10px 0 0 0;
}

header.new-menu .new-header {
  display: flex;

  /*padding-top: 60px;*/
  padding: 10px 0px;

  align-items: center;
}

header.new-menu .new-header .new-logo {
  padding-right: 150px;
}

header.new-menu .new-header .new-menu {
  width: 100%;
}

header.new-menu .new-header .new-menu ul {
  padding-left: 0px;
}

header.new-menu .new-header .new-menu > ul {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  margin-bottom: 0px;
}

header.new-menu .new-header .new-menu ul li {
  display: block;

  height: 50px;

  line-height: 50px;
}

header.new-menu .new-header .new-menu ul li a {
  /*color: #ffffff;*/
color: #231F20;
  transition: all 0.1s;

  /*font-size: 15px;*/
 font-size: 17px;
  line-height: 1;

   font-family: "Crimson Text", serif;
   font-weight:500;
}

#pgHead1.inner_menu .new-header .new-menu ul li.nav-item > a {
  color: #2b2523;
}

header.new-menu .new-header .new-menu ul li.active {
  background-color: transparent !important;
}

header.new-menu .new-header .new-menu ul .nav-item.active > a,
#pgHead1.inner_menu header.new-menu .new-header .new-menu ul .nav-item.active > a {
  color: #007B84;
}

/*About page menu active*/

/* body.active_about header.new-menu .new-header .new-menu ul li:nth-child(1) a,
body.active_about .my-sidenav.new_menu_slide ul li:nth-child(1) a {
  color: #007B84;
} */

/*Business page menu active*/

/* body.active_business header.new-menu .new-header .new-menu ul li:nth-child(3) a,
body.active_business #pgHead1.inner_menu .new-header .new-menu ul li:nth-child(3) a,
body.active_business .my-sidenav.new_menu_slide ul li:nth-child(3) a {
  color: #007B84;
} */

/* body.active_media header.new-menu .new-header .new-menu ul li:nth-child(5) a,
body.active_media #pgHead1.inner_menu .new-header .new-menu ul li:nth-child(5) a,
body.active_media .my-sidenav.new_menu_slide ul li:nth-child(5) a {
  color: #007B84;
} */

header.new-menu .new-header .new-menu ul li a:hover {
  color: #007B84;
   color: #007B84;
}

header.new-menu .new-header .new-menu ul li.new-menu-wrap {
  position: relative;
}

header.new-menu .new-header .new-menu ul li.new-menu-wrap ul.new-inner-menu {
  position: absolute;

  width: 220px;

  background: rgba(0, 0, 0, 0.6);

  padding: 10px 20px;

  display: none;
}

header.new-menu .new-header .new-menu ul li.new-menu-wrap:hover ul.new-inner-menu {
  display: block;
}

header.new-menu .new-header .new-menu ul li.new-menu-wrap:hover a {
  color: #007B84;
}

header.new-menu .new-header .new-menu ul li.new-menu-wrap ul.new-inner-menu li {
  list-style-type: none;

  padding: 4px 0px 14px;

  margin: 6px 0px 0;

  height: auto;

  line-height: 1;

  display: block;
}

header.new-menu .new-header .new-menu ul li.new-menu-wrap ul.new-inner-menu li a {
  border-bottom: 1px solid #ccc;

  color: #ffffff;

  padding: 3px 0;

  width: 180px;

  display: block;

  font-size: 14px;
}

/*Banner*/

.new-banner.bg-gray {
  background-color: #f5f4f2;

  height: 280px;
}

.new-banner img.banner-img-new {
  width: 100%;
}

/*Secondary Menu*/
.secondary-menu-new{
    position: sticky;
    left: 0px;
    top: 0px;
    box-shadow: unset;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    transition: .3s ease-in-out;
}
.secondary-menu-new.sticky{
      box-shadow: 0px 3px 6px #0000000d;
}
.secondary-menu-new.sticky ul{
    border: none;
}
.secondary-menu-new.fixed-new {
  position: fixed;

  left: 0px;

  top: 0px;

  box-shadow: 0px 3px 6px #0000000d;

  background-color: #fff;

  z-index: 999;

  width: 100%;
}

.secondary-menu-new.fixed-new ul {
  border-bottom: none;
}

.secondary-menu-new.fixed-new ul li {
  padding-top: 26px;

  padding-bottom: 26px;
}

.secondary-menu-new ul {
  display: flex;

  border-bottom: 1px solid rgba(103, 104, 102, 0.35);
}

.secondary-menu-new ul li {
  display: block;

  padding: 40px 0px 40px 52px;
}

.secondary-menu-new ul li:first-child {
  padding-left: 0px;
}

.secondary-menu-new ul li.active {
  background-color: transparent !important;
}

.secondary-menu-new ul li a {
  color: #2b2523;

  font-family: "Avenir-Roman";
}

.secondary-menu-new ul li.active a {
  color: #007B84;
}

.secondary-menu-new ul li a:hover {
  color: #007B84;
}

/*Body Section*/

.inner_content_wraper {
  padding: 80px 0px 60px;
}

.inner_content_wraper.pb-0 {
  padding-bottom: 0px;
}

.page-header-new {
  color: #2b2523;

  font-size: 42px;

  line-height: 57px;

 font-family: 'Crimson Text';

  margin: 0px;
}
.page-header-new.FS30{
  font-size: 30px;

  line-height: 40px;
}
.inner-page-header-new {
  color: #2b2523;

  font-size: 30px;

  line-height: 52px;

  /*font-family: "Avenir Black";*/
}

.page-paragraph-new p {
  color: #2b2523;

  /*font-family: "Avenir-Roman";*/

  font-size: 18px;

  line-height: 30px;

  padding-left: 25px;
}

.page-paragraph-new p + p {
  margin-top: 30px;
}

.page-paragraph-new p.light-text {
  color: #676866;
}

.the-beginning-img {
  max-width: 100%;
}

.secondary-heading {
  font-size: 24px;

  line-height: 1;

  color: #2b2523;

  /*font-family: "Avenir Black";*/

  padding-left: 25px;

  padding-bottom: 20px;
}

.page-paragraph-new .secondary-heading.verticle-heading {
  font-size: 24px;

  line-height: 1;

  color: #2b2523;

  /*font-family: "Avenir Black";*/

  padding-left: 25px;

  padding-bottom: 20px;
}

.the-beginning {
  padding-bottom: 80px;

  border-bottom: 1px solid rgba(103, 104, 102, 0.35);
}

.becoming-global {
  padding: 80px 0px 90px;
}

.becoming-global.pt-0 {
  padding-top: 0px;
}

.image-text-warpper {
  display: inline-block;
}

.image-text-warpper img {
  max-width: 100%;
}

.image-text-new {
  text-align: right;

  padding-top: 12px;

  color: #676866;

  font-size: 12px;

  /*font-family: "Avenir-Roman";*/

  line-height: 16px;
}

.bottom-section-new {
  padding: 55px 0px;

  background-color: #f3f2ef;
}

.bottom-section-new .bottom-head-new {
  color: #2b2523;

  margin-bottom: 30px;

  font-size: 30px;

  /*font-family: "Avenir Black";*/
}

.bottom-section-new p {
  font-size: 18px;

  line-height: 30px;

  color: #2b2523;

  /*font-family: "Avenir-Roman";*/

  max-width: 470px;
}

.bottom-section-wrapper-new {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.inner_botom_right_image {
  width: 390px;

  text-align: center;

  position: relative;
}

.inner_botom_right_image:before {
  content: "";

  position: absolute;

  left: 0px;

  top: 95px;

  height: 120px;

  width: 100%;

  background-color: #fff;

  z-index: 1;
}

.inner_botom_right_image:after {
  content: "";

  position: absolute;

  left: 0px;

  top: 235px;

  height: 120px;

  width: 100%;

  background-color: #fff;

  z-index: 1;
}

.verticles-bottom-right .inner_botom_right_image:before,
.verticles-bottom-right .inner_botom_right_image:after {
  background-color: #f5f4f2;
}

.inner_botom_right_image img {
  position: relative;

  z-index: 2;
}

 .footer-logo-new {
    width: 26%!important;
}

#footer-new {
  background-color: #007B84;

  padding: 65px 0px 65px;
}

.footer-social-new ul li {
    list-style-type: none;
}
.footer-new-wrapper {
  display: flex;

  justify-content: space-between;

  padding-bottom: 50px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-new-wrapper .footer-menu-new {
  flex-basis: calc(100% - 278px);

  padding-left: 136px;
}

.footer-new-wrapper .footer-menu-new > ul {
  display: flex;

  flex-wrap: wrap;

  flex-basis: 491px;

  width: 491px;

  justify-content: space-between;
}

.footer-new-wrapper .footer-menu-new > ul li {
  display: block;

  width: 120px;
}

.footer-new-wrapper .footer-menu-new > ul li a {
  color: #ffffff;

  font-size: 15px;

  font-family: "Avenir-Roman";
}

.footer-new-wrapper .footer-menu-new > ul.second-menu-new {
  width: 517px;

  padding-top: 20px;
}

/* .footer-new-wrapper .footer-menu-new > ul.second-menu-new li {
  width: 100px;
} */

.footer-new-wrapper .footer-menu-new > ul.second-menu-new li.w-a {
  width: auto;
}

.footer-new-wrapper .footer-social-new {
  width: 80px;
}

.footer-new-wrapper .footer-social-new > ul {
  display: flex;

  justify-content: space-between;
}

.footer-bottom-new {
  display: flex;

  justify-content: space-between;

  padding-top: 45px;
}

.footer-bottom-new .bottom-left-new > ul {
  display: flex;
}

.footer-bottom-new .bottom-left-new > ul li {
  display: block;

  padding-right: 60px;
}

.footer-bottom-new .bottom-left-new > ul li a {
  font-size: 12px;

  font-family: "Avenir-Roman";

  color: #ffffff;
}

.footer-bottom-new .bottom-right-new p {
  font-size: 12px;

  color: #fff;

  font-family: "Avenir-Roman";
}

.statics-head-wrapper {
  display: flex;

  justify-content: flex-start;

  align-items: center;
}

.statics-head-wrapper .statics-head {
  font-size: 24px;

  line-height: 28px;

  color: #676866;

  padding-left: 24px;
}

.statics-head-wrapper .statics-head.verticle-slide-head {
  font-family: "Avenir Black";

  color: #2b2523;
}

.statistics-box-wrapper {
  padding-bottom: 80px;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}
.statistics-box-wrapper.gap-16{
  justify-content: unset;
}
.statistics-box-wrapper.gap-16 .statistics-box{
    margin-right: 60px;
}
@media (max-width:786px) {
    .statistics-box-wrapper.gap-16 .statistics-box{
    margin-right: 0px;
}
 .footer-logo-new {
    width: 62%!important;
}

}
.statistics-box-wrapper.pb-60 {
  padding-bottom: 60px;
}

.statistics-box-wrapper img {
  max-width: 100%;
}

.statistics-box-wrapper p.statistics-paragraph {
  font-size: 15px;

  line-height: 18px;

  color: #676866;

  /*font-family: "Avenir-Roman";*/

  padding-top: 30px;

  padding-bottom: 20px;
}

.statistics-box-wrapper ul.statistics-list {
  justify-content: space-between;
}

.statistics-box-wrapper ul.statistics-list li {
  display: block;

  float: left;

  padding-right: 40px;

  color: #2b2523;

  font-size: 18px;

  /*font-family: "Avenir Black";*/
}

.statistics-box-wrapper ul.statistics-list li:last-child {
  padding-right: 0px;
}

.journey-heading {
  color: #2b2523;

  font-size: 24px;

  text-align: center;

  /*font-family: "Avenir Black";*/

  padding: 80px 0px 90px;
}

/*Timeline*/

.timeline-wrapper {
  padding-bottom: 80px;

  display: flex;

  align-items: center;
}

.timeline-left {
  height: 588px;

  width: 588px;

  border-radius: 50%;

  border: 1px solid #f3f2ef;

  position: relative;
}

.timeline-left span {
  position: absolute;

  cursor: pointer;

  height: 30px;

  width: 30px;

  background-color: #fff;
}

.timeline-left span.activeTime:before {
  background-color: #007B84;

  animation-name: animateTimelineTick;

  animation-duration: 0.5s;

  animation-fill-mode: forwards;

  animation-timing-function: ease;
}

@keyframes animateTimelineTick {
  0% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(2);
  }

  100% {
    transform: scaleY(1);
  }
}

.timeline-left span:first-child {
  left: 50%;

  transform: translateX(-50%);

  top: -15px;
}

.timeline-left span:nth-child(2) {
  right: 119px;
  top: 31px;
  transform: rotate(30deg);
}

.timeline-left span:nth-child(3) {
  right: 11px;
  top: 156px;
  transform: rotate(64deg);
}

.timeline-left span:nth-child(4) {
  right: -13px;
  bottom: 236px;
  transform: rotate(100deg);
}

.timeline-left span:nth-child(5) {
  left: 500px;
  bottom: 86px;
  transform: rotate(130deg);
}

.timeline-left span:nth-child(6) {
  left: 360px;
  bottom: -3px;
  transform: rotate(-14deg);
}

.timeline-left span:nth-child(7) {
  right: 361px;
  bottom: -4px;
  transform: rotate(-162deg);
}

.timeline-left span:nth-child(8) {
  left: 56px;
  bottom: 86px;
  transform: rotate(-130deg);
}

.timeline-left span:nth-child(9) {
  left: -12px;
  top: 320px;
  transform: rotate(-100deg);
}

.timeline-left span:nth-child(10) {
  left: 11px;
  top: 156px;
  transform: rotate(295deg);
}

.timeline-left span:nth-child(11) {
  left: 120px;
  top: 31px;
  transform: rotate(-30deg);
}

.timeline-left span:before {
  position: absolute;

  content: "";

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  height: 18px;

  width: 6px;

  background-color: #231F20;

  transform: scaleY(1);
}

.timeline-left span:first-child:after {
  content: "2011";

  position: absolute;

  top: -24px;

  left: 0px;

  font-size: 16px;

  line-height: 25px;

  color: #231F20;
}

.timeline-right {
  padding-left: 140px;
}

.timeline-right .timeline-content h2 {
  color: #007B84;

  /*font-family: "Avenir Black";*/

  font-size: 60px;

  line-height: 72px;

  padding-bottom: 38px;
}

.timeline-right .timeline-content h3 {
  font-size: 22px;

  color: #231F20;

  font-family: "Avenir Medium";

  /* line-height: 36px; */
  line-height: 28px;

  max-width: 372px;
}

.timeline-right .timeline-content h3 + h3 {
  margin-top: 30px;
}

.timeline_image_box {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.timeline_image_box img {
  cursor: pointer;
}

.bos-package-wrapper {
  padding-bottom: 80px;

  border-bottom: 0.35px solid #b7b7b7;
}

.bos-package-wrapper.kings-academy-wrapper {
  padding: 80px 0px;
}

img.i-pad-show {
  display: none;
}

@media screen and (min-width: 767px) {
  body.pageHide {
    overflow: hidden;
  }
}

/*I-Pad*/

@media screen and (max-width: 1024px) {
  .footer-new-wrapper .footer-menu-new {
    padding-left: 30px;
  }

  .footer-social-new {
    padding-top: 40px;
  }

  .footer-social-new ul {
    display: flex;

    justify-content: center;
  }

  .footer-social-new ul li:nth-child(odd) {
    padding-right: 40px;
  }
}

/*I-pad*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1025px) {
  /*Menu Section*/

  img.i-pad-hide {
    display: none;
  }

  img.i-pad-show {
    display: inline;

    width: 100%;
  }

  .navbar-header {
    position: absolute;

    z-index: 999;

    width: 100%;

    top: 60px;

    max-width: 970px;

    padding: 0px 15px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    justify-content: space-between;

    align-items: center;
  }

  .navbar-header a.logo-new {
    display: inline-block;

    padding-right: 30px;
  }

  nav.navbar-new {
    width: 100%;
  }

  .ham-nav1.abt-ham,
  .cross-btn {
    display: none;
  }

  ul.mbl-menu-new-i-pad {
    display: flex;

    justify-content: space-between;
  }

  ul.mbl-menu-new-i-pad li {
    display: block;
  }

  ul.mbl-menu-new-i-pad li a {
    color: #fff;
  }

  .page-header-new .custom_desktop {
    display: none;
  }
}

/*Mobile*/

@media screen and (max-width: 767px) {
  img.i-pad-show {
    display: none;
  }

  /*Menu*/

  .my-sidenav.new_menu_slide {
    background-color: #f5f4f2;
    overflow-y: scroll;
  }

  .my-sidenav.new_menu_slide .slide_space_new {
    padding: 80px 0px 80px 50px;
  }

  .my-sidenav.new_menu_slide .cross-btn {
    position: absolute;

    right: 15px;

    top: 15px;

    padding: 15px;

    font-size: 0px;

    z-index: -1;

    opacity: 0;

    pointer-events: none;

    transition: opacity 0s;

    transition-delay: 0s;
  }

  .my-sidenav.new_menu_slide.open .cross-btn {
    opacity: 1;

    z-index: 1;

    pointer-events: all;

    transition: opacity 0.3s;

    transition-delay: 0.3s;
  }

  .my-sidenav.new_menu_slide ul {
    padding: 0px;
  }

  .my-sidenav.new_menu_slide ul li {
    opacity: 0;
  }

  .my-sidenav.new_menu_slide.open ul li {
    opacity: 1;
  }

  .my-sidenav.new_menu_slide ul li a {
    color: #2b2523;

    font-family: "Avenir Black";

    font-size: 16px;

    padding: 25px 0px;

    border-bottom: 0.35px solid rgba(183, 183, 183, 0.7);

    display: block;

    text-decoration: none;
  }

  .my-sidenav.new_menu_slide ul li:last-child a {
    border-bottom: none;
  }

  .my-sidenav.new_menu_slide ul li.active_new a {
    color: #007B84;
  }

  body.sidebar_open {
    overflow: hidden;
  }

  .sidebar_block {
    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    background-color: rgba(43, 37, 35, 0.8);

    position: fixed;

    pointer-events: none;

    opacity: 0;

    transition: opacity 0.3s;

    width: 100vw;
  }

  body.sidebar_open .sidebar_block {
    z-index: 999;

    opacity: 1;

    pointer-events: all;

    transition: all 0.3s;
  }

  [class^="col-sm"],
  .container {
    padding-left: 20px;

    padding-right: 20px;
  }

  .row {
    margin-left: -20px;

    margin-right: -20px;
  }

  .custom_desktop {
    display: none;
  }

  .custom_mobile {
    display: block;
  }

  .new-banner {
    display: none;
  }

  #pgHead1 {
    position: relative;

    padding: 0px 20px;

    border-bottom: 1px solid rgba(183, 183, 183, 0.4);
  }

  #pgHead1 .navbar-header {
    float: none;

    display: flex;

    justify-content: space-between;

    align-items: center;
  }

  #pgHead1 .navbar-header:before,
  #pgHead1 .navbar-header:after {
    display: none;
  }

  .navbar-header .logo-new {
    display: block;

    padding: 17px 15px 17px 0px;

    border-right: 1px solid rgba(183, 183, 183, 0.4);
    
    width: 100%;
  }

  .navbar-header .logo-new img {
    height:60px;
  }

  .navbar-header .navbar-new {
    width: 100%;
  }

  .navbar-header .navbar-new .breadcrumb-new {
    display: flex;

    justify-content: space-between;
  }

  .navbar-header .navbar-new .breadcrumb-new .breadcrumb-text-new {
    position: relative;
  }

  .navbar-header .navbar-new .breadcrumb-new .breadcrumb-text-new:before {
    content: "";

    color: #2b2523;

    font-size: 12px;

    padding-left: 15px;
  }

  body.active_about .navbar-header .navbar-new .breadcrumb-new .breadcrumb-text-new:before {
    content: "About";
  }

  body.active_business .navbar-header .navbar-new .breadcrumb-new .breadcrumb-text-new:before {
    content: "Businesses";
  }

  /*Hamburger*/

  .ham-nav1.abt-ham img {
    box-shadow: none;

    border-radius: 0px;
  }

  .secondary-menu-new {
    display: none;
  }

  .body_toggle {
    position: relative;
  }

  .body_toggle .icon-bar {
    background-color: #2b2523;

    height: 1px;

    width: 30px;

    margin-bottom: 5px;

    display: block;

    border-radius: 1px;
  }

  .body_toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .body_toggle .icon-bar:last-child {
    width: 24px;

    margin-bottom: 0px;
  }

  .ham-nav1 span::before,
  .ham-nav1 span::after {
    display: none;
  }

  .ham-nav1 {
    position: static;
  }

  .inner_content_wraper {
    padding-top: 40px;

    padding-bottom: 70px;
  }

  .inner_content_wraper.mbl-pb-40 {
    padding-bottom: 40px;
  }
.page-header-new.FS30,
  .page-header-new {
    font-size: 20px;

    line-height: 30px;

    margin-bottom: 20px;
  }

  .page-paragraph-new p {
    padding-left: 0px;

    font-size: 15px;

    line-height: 24px;
  }

  .page-paragraph-new p.mbl-pt-30 {
    padding-top: 30px;
  }

  .secondary-heading {
    padding-left: 0px;

    font-size: 16px;

    line-height: 24px;

    padding: 30px 0px 20px;
  }

  .secondary-heading.verticle-heading {
    font-size: 20px;

    line-height: 30px;
  }

  .the-beginning {
    border-bottom: none;

    padding-bottom: 0px;
  }

  .image-text-warpper.pl-lr-20 {
    padding-left: 20px;

    padding-right: 20px;
  }

  .image-text-warpper {
    display: block;
  }

  .image-text-warpper img {
    width: calc(100% + 40px);

    position: relative;

    left: -20px;

    max-width: calc(100% + 40px);
  }

  .image-text-new {
  }

  .becoming-global {
    padding-bottom: 80px;
  }

  .bottom-section-new {
    padding: 0px 0px 80px;
  }

  .bottom-section-new img {
    width: 100%;
  }

  .bottom-section-new .bottom-right {
    display: none;
  }

  .bottom-section-new .bottom-head-new {
    font-size: 16px;

    line-height: 18px;

    margin-bottom: 20px;

    margin-top: 30px;
  }

  .bottom-section-new p {
    font-size: 16px;

    line-height: 24px;
  }

  #footer-new {
    padding: 30px 0px 40px;
  }

  .footer-new-wrapper {
    display: block;

    padding-bottom: 30px;

    position: relative;

    border-bottom: none;
  }

  .footer-new-wrapper:before {
    content: "";

    left: -20px;

    right: -20px;

    height: 1px;

    background-color: rgba(255, 255, 255, 0.35);

    position: absolute;

    bottom: 0px;
  }

  .footer-new-wrapper .footer-menu-new {
    padding-left: 0px;

    padding-top: 10px;
  }

  .footer-new-wrapper .footer-menu-new > ul {
    flex-basis: 100%;

    width: 100%;
  }

  .footer-new-wrapper .footer-menu-new > ul li {
    padding: 20px 0px;

    width: 50%;
  }

  .footer-new-wrapper .footer-menu-new > ul li a {
  }

  .footer-social-new {
    padding-top: 40px;
  }

  .footer-social-new ul {
    display: flex;

    justify-content: center;
  }

  .footer-social-new ul li:nth-child(odd) {
    padding-right: 40px;
  }

  .footer-bottom-new {
    padding-top: 40px;

    display: block;
  }

  .bottom-left-new {
    padding-bottom: 40px;
  }

  .footer-bottom-new .bottom-left-new > ul {
    justify-content: center;
  }

  .footer-bottom-new .bottom-left-new > ul li {
    padding-right: 30px;
  }

  .footer-bottom-new .bottom-left-new > ul li:last-child {
    padding-right: 0px;
  }

  .footer-bottom-new .bottom-left-new > ul li a {
    opacity: 0.7;
  }

  .footer-bottom-new .bottom-right-new p {
    opacity: 0.7;

    text-align: center;
  }

  .drop-menu-wrapper-new ul li {
    display: block;

    padding: 14px 20px 15px;

    border-bottom: 1px solid rgba(183, 183, 183, 0.4);
  }

  .drop-menu-wrapper-new ul.drop-list-new li {
    background-color: #fff;
  }

  .drop-menu-wrapper-new ul li a {
    font-size: 14px;

    color: #2b2523;
  }

  .drop-menu-wrapper-new ul.drop-section-new {
    display: flex;

    justify-content: space-between;

    width: 100%;

    border-bottom: 1px solid rgba(183, 183, 183, 0.4);

    position: relative;

    z-index: 1;

    height: 50px;

    padding: 0px 20px;

    align-items: center;
  }

  .drop-menu-wrapper-new ul.drop-section-new li .arrow {
    transition: all 0.3s;
  }

  .drop-menu-wrapper-new ul.drop-section-new.drop-toggle li .arrow {
    transform: rotate(-180deg);
  }

  .drop-menu-wrapper-new.fixed-new ul.drop-section-new {
    box-shadow: 0px 3px 6px #0000000d;

    border-bottom: none;
  }

  .drop-menu-wrapper-new.fixed-new ul.drop-section-new.drop-toggle {
    border-bottom: 1px solid rgba(183, 183, 183, 0.4);
  }

  .drop-menu-wrapper-new.fixed-new {
    position: fixed;

    top: 0px;

    background-color: #fff;

    z-index: 999;

    width: 100%;
  }

  .drop-menu-wrapper-new ul.drop-section-new li {
    color: #007B84;

    border-bottom: none;

    padding: 0px;
  }

  .drop-menu-wrapper-new .drop-list-new {
    display: none;

    position: fixed;

    z-index: 998;

    width: 100%;
  }

  body.drop-open {
    overflow: hidden;

    position: relative;
  }

  body.drop-open:before {
    content: "";

    z-index: 1;

    position: absolute;

    left: 0px;

    right: 0px;

    top: 0px;

    bottom: 0px;

    background-color: rgba(255, 255, 255, 0.9);
  }

  #pgHead1 {
    z-index: 999;
  }

  .statics-head-wrapper img {
    width: 24px;
  }

  .statics-head-wrapper .statics-head {
    padding-left: 12px;

    font-size: 15px;
  }

  .statistics-box-wrapper p.statistics-paragraph {
    padding: 20px 0px 10px;

    font-size: 13px;
  }

  .statistics-box-wrapper ul.statistics-list li {
    font-size: 16px;

    width: auto;

    padding-right: 60px;

    margin-bottom: 20px;
  }

  .statistics-box-wrapper ul.statistics-list li:nth-child(2) {
    padding-right: 0px;
  }

  .statistics-box-wrapper ul.statistics-list li:last-child {
    margin-bottom: 0px;
  }

  .statistics-box-wrapper {
    padding-bottom: 80px;
  }

  .statistics-box-wrapper.pb-60 {
    padding-bottom: 40px;
  }

  .statistics-box-wrapper img {
    max-width: calc(100% + 40px);

    width: calc(100% + 40px);

    position: relative;

    left: -20px;
  }

  .statistics-box {
    padding-bottom: 40px;
  }

  .statistics-box:last-child {
    padding-bottom: 0px;
  }

  .timeline-wrapper {
    display: none;
  }

  .journey-heading {
    font-size: 20px;

    line-height: 30px;

    text-align: left;

    padding: 40px 0px 30px;
  }

  .inner_timeline_slide {
    padding-left: 20px;
  }

  .inner_timeline_slide .swiper-wrapper {
    padding-bottom: 160px;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide {
    opacity: 0.5;
    min-height: 400px;
    padding-left: 20px;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide h2 {
    color: #007B84;

    font-size: 24px;

    line-height: 30px;

    font-family: "Avenir Black";

    margin: 0px 0px 12px;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide > img {
    max-width: 100%;

    margin-bottom: 20px;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide p {
    width: 95%;

    position: relative;

    font-size: 14px;

    color: #676866;

    line-height: 24px;

    font-family: "Avenir-Roman";

    display: block;

    padding-left: 16px;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide p:before {
    content: "";

    position: absolute;

    left: 0px;

    top: 8px;

    height: 6px;

    width: 6px;

    background-color: #e4e2dd;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide p + p {
    margin-top: 12px;
  }

  .inner_timeline_slide .swiper-pagination span {
    height: 10px;

    width: 1px;

    border-radius: 0px;

    display: inline-block;

    padding: 0px 13px;

    position: relative;

    outline: none;

    margin: 0px !important;

    background-image: url(../../images/grey_line.svg);

    background-repeat: no-repeat;

    background-color: transparent;

    background-position: center;
  }

  .inner_timeline_slide .swiper-pagination span.swiper-pagination-bullet-active {
    height: 20px;

    background-color: transparent;

    background-image: url(../../images/active_arrow.svg);

    background-position: center;

    background-repeat: no-repeat;
  }

  .inner_timeline_slide .swiper-pagination {
    bottom: 70px !important;
  }

  .inner_timeline_slide .swiper-pagination span:before {
    content: "2011";

    position: absolute;

    top: -22px;

    left: 0px;

    display: none;

    color: #007B84;

    font-size: 12px;

    line-height: 16px;

    font-family: "Avenir-Roman";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(2):before {
    content: "2013";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(3):before {
    content: "2014";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(4):before {
    content: "2015";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(5):before {
    content: "2016";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(6):before {
    content: "2017";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(7):before {
    content: "2018";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(8):before {
    content: "2019";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(9):before {
    content: "2020";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(10):before {
    content: "2021";
  }

  .inner_timeline_slide .swiper-pagination span:nth-child(11):before {
    content: "2022";
  }

  .inner_timeline_slide .swiper-pagination span.swiper-pagination-bullet-active:before {
    display: block;
  }

  .inner_timeline_slide .slide_control,
  .inner_timeline_slide .slide_control .slide_arrow {
    position: static;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide:last-child {
    opacity: 1;
  }

  .inner_timeline_slide .swiper-wrapper .swiper-slide p {
    display: inline-block;
  }

  .swiper-slide-active.side_change {
    left: -30px;

    z-index: 1;

    animation: lft_anime 0.3s linear;

    -webkit-animation: lft_anime 0.3s linear;
  }

  @keyframes lft_anime {
    0% {
      left: 0px;
    }

    58% {
      left: -30px;
    }
  }

  .swiper-slide-active.side_change:before {
    content: "";

    position: absolute;

    left: -10%;

    top: 0px;

    width: 50px;

    height: 100%;

    background-color: #fff;

    z-index: -1;
  }

  span.mbl_timeline_arrow {
    height: 60%;

    width: 100px;

    display: inline-block;

    position: absolute;

    top: 0px;

    z-index: 1;

    outline: none;
  }

  span.mbl_timeline_next {
    right: 0px;
  }

  span.mbl_timeline_prev {
    left: 0px;
  }

  .col-sm-12.mbl-pr-pl-0 {
    padding-right: 0px;

    padding-left: 0px;
  }

  .bos-package-wrapper {
    padding-bottom: 60px;

    border-bottom: none;
  }

  .bos-package-wrapper.kings-academy-wrapper {
    padding: 50px 0px 60px;
  }

  .col-sm-12.mbl-pad-0 {
    padding: 0px;
  }

  .image-text-new.mbl-padd-lr-20 {
    padding-left: 20px;

    padding-right: 20px;
  }


@media only screen and (min-device-width: 375px) /*// or 213.4375em or 3in or 9cm*/ and (max-device-width: 667px) /*// or 41.6875em*/ and (width: 667px) /*// or 41.6875em*/ and (height: 375px) /*// or 23.4375em*/ and (orientation: landscape) and (color: 8) and (device-aspect-ratio: 375/667) and (aspect-ratio: 667/375) and (device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) {
  .events .pb25 {
    padding-bottom: 44px;
  }
 
}
