@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
/*Header sticky*/
#header_container {
  transition: top 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#header_container.hide-nav {
  top: -200px;
}

.top-hegt-space {
  margin-top: 85px;
}

#tab-select_1 {
  width: 100%;
  border: 1px solid #eee;
  padding: 7px 9px;
}

#tab-select {
  width: 100%;
  border: 1px solid #eee;
  padding: 7px 9px;
}

/*Header sticky*/
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

.pushy-content {
  /*padding: 0 81px 0 28px !important;*/
}

#comn-bannerinner img {
  width: 100%;
}

.prffle-bttn-pge {
  display: flex;
  background: #fff;
  padding: 8px 11px;
  position: static;
  margin-right: -3px;
  right: 148px;
  top: 31px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.prffle-bttn-pge svg {
  position: relative;
  top: 2px;
  padding-right: 2px;
  margin-right: 5px;
  color: #D98600;
}

/*main menu style*/
.hero {
  width: 100%;
  display: flex;
}

.hero .menu-btn {
  position: static;
  top: 30px;
  right: 39px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 5px;
  border: 1px solid #fff;
  font-weight: bold;
  background: #fff;
  padding: 3px 4px 3px 11px;
  border-radius: 6px;
}

.hero .menu-btn:hover span:nth-child(1) {
  width: 70px;
}

.hero .menu-btn:hover span:nth-child(2) {
  width: 65px;
  margin-left: -10px;
}

.hero .menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width: 65px;
  height: 5px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
}

.hero .menu-btn span:nth-child(2) {
  width: 40px;
  transition-delay: 0.1s;
}

.hder-menu-toggle {
  display: flex;
  gap: 17px;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.hdr-menu-wrpr {
  position: absolute;
  right: 53px;
  top: 42px;
}

#main-hder-top {
  padding: 9px 0 0;
  background: rgba(255, 255, 255, 0.3490196078);
  margin-top: 4px;
}

.top-hddr-strp {
  background: linear-gradient(90deg, rgb(12, 77, 139) 14%, rgb(18, 109, 196) 31%, rgb(12, 77, 139) 53%);
  padding: 2px;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/menu-bg.jpg) center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu .btn-close {
  font-size: 17px !important;
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 14px;
  z-index: 999;
}

.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}

.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 4em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  position: relative;
}

.menu .links-container a:hover {
  color: #00eca6;
  font-size: 4.5em;
  margin-left: 10px;
}

.menu .links-container a:before {
  color: whitesmoke;
}

.menu .home:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -250%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}

.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}

.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}

.menu .places:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -350%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}

.menu .places:hover:after {
  visibility: visible;
  top: -375%;
}

.menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}

.menu .about:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -450%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}

.menu .about:hover:after {
  visibility: visible;
  top: -475%;
}

.menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}

.menu .contact:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -550%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}

.mnu-hdd_menu {
  float: left;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 7px auto;
  padding-right: 7px;
  letter-spacing: 2px;
}

.menu-btn svg {
  color: #000;
  width: 27px;
}

/*main menu style*/
#mediaCarousel { /*height: 100vh;*/ }

#mediaCarousel .carousel-item img {
  width: 100%;
}

/*our campuses*/
.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

#target {
  width: 100%;
  padding: 0px;
  display: none;
}

.Hide {
  display: none;
}

/*our campuses*/
#header {
  position: relative; /* clip-path: polygon(99.87% 71.87%, 0.05% 97.40%, 0.05% -0.25%, 99.98% -0.04%); */
}

section {
  overflow: hidden;
}

.stories-updates, h5 {
  font-size: 15px;
  font-weight: 400;
  color: #D98600;
}

.svg-icn-almn {
  position: absolute;
  top: 11px;
  z-index: 315;
}

.alumni-chapter-para1 {
  font-size: 15px;
}

.almni-itm-wrpr {
  position: absolute;
  top: 164px;
  z-index: 998;
  width: 78%;
  margin: 0px auto;
  left: 0;
  right: 0;
}

#stories-updates {
  position: relative;
  padding-bottom: 130px;
  overflow: inherit;
}
#stories-updates .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#stories-updates .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 127px;
}
#stories-updates .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#stories-updates .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 127px;
}
#stories-updates .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#stories-updates .owl-dots {
  display: none;
}
#stories-updates .tconnct-almistry {
  text-align: center;
  margin-top: 56px;
}

.stores-1_12 h5 {
  font-size: 20px !important;
}

.alumni-chapter-para2 {
  font-size: 16px;
  font-weight: 300;
}

h3, .common-heading {
  font-weight: 200;
  font-size: 38px;
  background: linear-gradient(to right, #D98600, #0C4D8B);
  -webkit-background-clip: text;
          background-clip: text;
  text-transform: uppercase;
  color: transparent;
  margin-bottom: 20px;
}

.common-heading span {
  background: linear-gradient(90deg, rgb(217, 134, 0) 34%, rgb(12, 77, 139) 66%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.common-heading2 span {
  background: linear-gradient(90deg, rgb(217, 134, 0) 34%, rgb(255, 255, 255) 66%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.comn-headding-indx {
  text-align: center;
}

.comn-headding-indx p {
  color: #fff;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 33px;
  width: 59%;
}

.knw-mor-intre {
  color: #fff;
  transition: all 0.4s ease;
  background: #D98600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #D98600;
  padding: 14px 34px;
  font-size: 18px;
  border-radius: 47px;
}

#news-evnts-sctn .common-heading span {
  background: linear-gradient(90deg, rgb(255, 255, 255) 34%, rgb(255, 255, 255) 66%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#news-evnts-sctn h3, .common-heading {
  margin-bottom: 5px;
}

.para-1 {
  font-size: 16px;
  line-height: 29px;
}

.para-1-1 {
  font-size: 16px;
  line-height: 25px;
}

.right-align {
  text-align: right;
}

.fullwidth_23 {
  width: 13%;
  border-radius: 50%;
  margin: -139px auto 0;
  border: 16px solid #fff;
}

.fullwidth {
  width: 100%;
  border-radius: 19px;
}

.overlay-banner {
  width: 100%;
  height: 100%;
  position: absolute; /*background: #264796C9;*/
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(6, 44, 69, 0.58) 0%, rgba(255, 251, 251, 0.18) 85%);
}

.overlay-svg {
  width: 100%;
  position: absolute;
  z-index: 300;
  bottom: 0;
  margin-bottom: -1px;
  display: none;
}

.banner-text {
  position: absolute;
  width: 80%;
  color: white;
  z-index: 1;
  bottom: 262px;
  margin: 0px auto;
  right: 0;
  left: 0;
}

.head-text {
  font-family: heebo;
  font-weight: 200;
  font-size: 38px;
  text-shadow: 1px 1px 5px rgb(63, 63, 63);
  line-height: 1.6;
  width: 100%;
  margin: 0px auto 30px;
}

.hr-lines {
  letter-spacing: 3px;
  position: relative;
  /*  new lines  */
  max-width: 500px;
  margin: auto;
  margin-top: 380px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-family: heebo;
  font-weight: 300;
  text-shadow: 1px 1px 5px rgb(63, 63, 63);
}

.hr-lines:before {
  content: " ";
  display: block;
  height: 1px;
  width: 163px;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgb(255, 255, 255);
}

.hr-lines:after {
  content: " ";
  height: 1px;
  width: 163px;
  background: rgb(255, 255, 255);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.button-1 {
  padding: 14px 27px;
  background: #D98600;
  font-weight: 400;
}

.button-2 {
  padding: 15px 34px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.button-2:hover {
  padding: 15px 34px;
  background: #0C4D8B;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.about-main-box {
  padding: 0px 40px 0px 40px; /*box-shadow:0 -1.5rem 1rem rgba(6, 0, 0, 0.12) !important; */
}

.about-inner-box {
  padding: 10px 52px;
}

.about-inner-box a {
  text-decoration: underline;
  color: #D98600;
}

.about-numbers {
  font-family: heebo;
  font-size: 27px;
  font-weight: 300;
  margin: 7px auto;
}

.about-main-box {
  border-radius: 40px;
  padding: 30px 60px 30px 60px;
  text-align: center;
}

.about-inner-box_2 {
  margin: 0px auto 8px;
  background: #fff;
  padding: 18px 20px;
  text-align: left;
  border-radius: 17px;
  box-shadow: 0px 1px 9px -1px rgba(0, 0, 0, 0.168627451);
  border-bottom: 3px solid #d98600;
}

.about-inner-box_2 img {
  padding: 15px;
}

/*explore campus */
#explore-campus .container-fluid {
  background: #F4F4F4;
}

#explore-campus ul {
  list-style-type: none;
}

.overlay-explore-img {
  width: 100%;
  height: 70%;
  position: absolute;
  background: rgba(38, 71, 150, 0.7882352941);
  background: linear-gradient(0deg, rgb(38, 71, 150) 0%, rgba(255, 255, 255, 0) 85%);
  bottom: 0;
}

.explore-img-container {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  margin: 0px;
  padding: 0px;
}

#explore-campus #tab-button_1 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#explore-campus #tab-button_1 li {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
}
#explore-campus #tab-button_1 li a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
#explore-campus #tab-button_1 li:not(:first-child) a {
  border-left: none;
}
#explore-campus #tab-button_1 li a:hover, #explore-campus #tab-button_1 .is-active_1 a {
  background: #fff;
  color: #D98600;
}
#explore-campus .tab-button-outer_1 {
  display: none;
}
#explore-campus .tab-contents_1 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #explore-campus .tab-button-outer_1 {
    position: relative;
    z-index: 2;
    display: block;
  }
  #explore-campus .tab-select-outer_1 {
    display: none;
  }
  #explore-campus .tab-contents_1 {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#explore-campus #sevn-itm-1 .grid figure {
  height: 193px !important;
  margin-bottom: 28px;
}

#explore-campus .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#explore-campus .owl-prev {
  background: #D98600;
  color: #fff;
  width: 37px;
  height: 37px;
  padding: 0;
  position: absolute;
  left: 7px;
  top: 6px;
  border-radius: 25px;
}
#explore-campus .owl-prev span {
  font-size: 28px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -4px;
  left: -1px;
}
#explore-campus .owl-next {
  background: #D98600;
  color: #fff;
  width: 37px;
  height: 37px;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 6px;
  border-radius: 25px;
}
#explore-campus .owl-next span {
  font-size: 28px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -4px;
}
#explore-campus .owl-dots {
  display: none;
}
#explore-campus .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 416px;
}
#explore-campus .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
#explore-campus .grid figure figcaption {
  padding: 2em;
  color: #fff; /*text-transform:uppercase;*/
  font-size: 1.25em;
  backface-visibility: hidden;
}
#explore-campus .grid figure figcaption::before, #explore-campus .grid figure figcaption::after {
  pointer-events: none;
}
#explore-campus .grid figure figcaption, #explore-campus .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#explore-campus .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
#explore-campus .grid figure h2 {
  font-weight: 300;
}
#explore-campus .grid figure h2 span {
  font-weight: 800;
}
#explore-campus .grid figure h2, #explore-campus .grid figure p {
  margin: 0;
}
#explore-campus .grid figure p {
  font-size: 15px;
  text-transform: initial;
  line-height: 28px;
}
#explore-campus figure.effect-lily img {
  max-width: none;
  opacity: 9;
  width: 100%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0px, 0, 0);
}
#explore-campus figure.effect-lily figcaption {
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(12, 77, 139, 0.94) 100%);
}
#explore-campus figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4em 44px;
  width: 100%;
}
#explore-campus figure.effect-lily h2, #explore-campus figure.effect-lily p {
  transform: translate3d(0, 40px, 0);
}
#explore-campus figure.effect-lily h2 {
  transition: transform 0.35s;
  line-height: 38px;
  font-size: 22px;
  width: 74%;
}
#explore-campus figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
}
#explore-campus figure.effect-lily:hover img, #explore-campus figure.effect-lily:hover p {
  opacity: 1;
}
#explore-campus figure.effect-lily:hover img, #explore-campus figure.effect-lily:hover h2, #explore-campus figure.effect-lily:hover p {
  transform: translate3d(0, 0, 0);
}
#explore-campus figure.effect-lily:hover p {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}

/*explore campus ends*/
/*stories and updates*/
.stories-blue-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(12, 77, 139, 0.8196078431);
  z-index: 300;
  top: 0;
}

#stories-updates svg {
  margin-top: 10%;
}

#owl-alumni-stories {
  margin-top: -250px;
  z-index: 500;
  padding: 0px 160px 0px 160px;
}

/*.white-overlay{position:absolute;width:100%;height:100%;background: #FFFFFF;right: 12px;background: linear-gradient(90deg,rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 1) 100%);}*/
.stores-1_11 { /* z-index:500;border-radius:27px;overflow: hidden; */ }

.stores-1_12 {
  border-radius: 27px;
  box-shadow: 1px 3px 4px -3px #8e8e8e;
  padding: 12px;
  height: 324px;
  overflow: hidden;
}

.stores-1_13 {
  width: 100px;
  height: 100px;
  border-bottom-right-radius: 27px;
  background: #D98600;
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: -1;
}

.stores-1_14 {
  width: 100px;
  height: 100px;
  border-top-left-radius: 27px;
  background: #D98600;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
}

/*stories and updates ends*/
.alumni-chapter-box {
  width: 88%;
  background-image: url("../images/sideview-groupmates-looking-camera-sitting-university.jpg");
  background-size: cover;
  border-radius: 50px;
  height: 100%;
  background-position: left;
}

.grid-items {
  display: grid;
  grid-template-columns: 200px 100px 300px;
  grid-template-rows: 100px 100px;
  gap: 20px;
}

#alumni-chapter {
  position: relative;
  padding: 56px 0 0;
  overflow: inherit;
}
#alumni-chapter .almni-orng-bg {
  border-radius: 40px;
  background-image: url("./images/sideview-groupmates-looking-camera-sitting-university.jpg");
  background-size: cover;
}
#alumni-chapter .in-heigt_123 {
  position: relative;
}
#alumni-chapter .alimni-chaptermmg {
  position: relative;
  height: 100%;
  margin: -103px auto 240px;
}
#alumni-chapter .alimni-chaptermmg img {
  position: absolute;
  bottom: -193px;
  right: 23px;
  width: 68%;
  margin: 0px auto;
  left: 23px;
  border-radius: 38px;
  box-shadow: 0px 0px 9px -6px #000;
}
#alumni-chapter #owl-demo-1 .item {
  margin: 22% auto 111px;
}
#alumni-chapter .in-heigt_123_4 {
  position: absolute;
  bottom: 59px;
  left: 0;
  right: 0;
  height: 285px;
  padding: 46px;
  width: 100%;
  background: url(../images/chaptr-itm.jpg) center;
  border-radius: 40px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
#alumni-chapter .chapter-almni {
  padding: 0 17px 0 54px;
  color: #fff;
  position: absolute;
  top: 376px;
  font-size: 18px;
  width: 58%;
}
#alumni-chapter .chapter-almni p {
  line-height: 39px;
}
#alumni-chapter .hdd-cmn_1 {
  position: absolute;
  top: 140px;
  left: 171px;
}
#alumni-chapter .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#alumni-chapter .owl-prev {
  background: #fff;
  color: #D98600;
  width: 37px;
  height: 36px;
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: 139px;
}
#alumni-chapter .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -10px;
}
#alumni-chapter .owl-next {
  background: #fff;
  color: #D98600;
  width: 37px;
  height: 36px;
  padding: 0;
  position: absolute;
  right: 19px;
  bottom: 95px;
}
#alumni-chapter .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -10px;
}
#alumni-chapter .owl-dots {
  display: none;
}

.pushy-submenu_2 {
  border-bottom: none !important;
}

.pushy-submenu_2 button {
  background: #D98600;
  color: #fff;
  border: 1px solid #D98600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 13px;
  width: 100%;
  border-radius: 6px;
  margin: 0px auto 0;
}

.about-inner-box_2 p {
  margin: 0px auto;
  font-size: 15px;
}

#common-events {
  padding: 60px 0 80px;
  position: relative;
  background: url(../images/world-map-bg.png) center;
  background-size: cover;
}
#common-events .comn-headding-indx {
  text-align: center;
  margin-bottom: 20px;
}
#common-events .comn-paragrp h2 {
  color: #D98600;
  font-size: 25px;
  font-weight: 300;
}
#common-events .evnt-cam-bord-top {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
#common-events p {
  margin: 0px auto;
  font-size: 16px;
}
#common-events .red-mor-btn-wrpr {
  margin: 8px auto 0;
}
#common-events .comn-evnt-imge {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  clip-path: polygon(93.22% 51.86%, 72.24% 100.18%, 20.67% 99.27%, 1.38% 50.37%, 23.01% 0.59%, 73.58% 1.14%);
}
#common-events .comn-evnt-imge img {
  width: 100% !important;
}

.comn-evnt-itm-wrpr {
  margin: 0 auto;
  padding: 14px;
  border-radius: 21px;
  /*box-shadow: 0px 1px 9px 2px #00000014; */
}

.comn-paragrp {
  padding: 6px 0 0 0;
}

.for-gradint-bg {
  position: relative;
}

.for-gradint-bg_ovrly {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(177deg, white 0%, #d9d9d9 100%);
  clip-path: polygon(99.78% 74.92%, 99.43% 75.88%, 98.91% 76.89%, 98.18% 78%, 97.52% 79%, 96.7% 80%, 95.81% 81%, 90.25% 88.28%, 81.64% 94.13%, 66.22% 97.67%, 49.19% 99.03%, 31.54% 96.42%, 20.81% 90.54%, 13.72% 84.11%, 5.6% 74.69%, 4.55% 73.39%, 3.52% 72.18%, 2.7% 71.18%, 1.96% 70.28%, 1.15% 69.28%, 0.48% 68.07%, 0.11% 67.17%, 0.27% 50.96%, 0.28% 1.23%, 99.79% 1.37%, 100.25% 47.41%);
  display: none;
}

#news-evnts-sctn {
  padding: 66px 0;
  position: relative;
  background: url(../images/bg-event-alumni.jpg) center fixed;
  background-size: cover;
  /*.comn-evnt-imge::after { content: ''; background: #D98600; border-radius: 25px; width: 105%; height: 90%; position: absolute; left: 0; right: 0; top: 9px; bottom: 0; z-index: -1; }*/
}
#news-evnts-sctn .nws-evnt-wrpr {
  padding: 0 0;
}
#news-evnts-sctn #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#news-evnts-sctn #tab-button li {
  display: inline-block;
}
#news-evnts-sctn #tab-button li a {
  display: block;
  background: #ccc;
  color: #000;
  border: 1px solid #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 6px;
}
#news-evnts-sctn #tab-button li a:hover, #news-evnts-sctn #tab-button .is-active a {
  background: #D98600;
  color: #fff;
  border: 1px solid #D98600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 6px;
}
#news-evnts-sctn .tab-button-outer {
  display: none;
  margin-bottom: 34px;
}
#news-evnts-sctn .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #news-evnts-sctn .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  #news-evnts-sctn .tab-select-outer {
    display: none;
  }
  #news-evnts-sctn .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#news-evnts-sctn .evnt-cam-bord-top {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  height: 156px;
}
#news-evnts-sctn p {
  margin: 0px auto;
  font-size: 16px;
  line-height: 29px;
}
#news-evnts-sctn .red-mor-btn-wrpr {
  margin: 8px auto 0;
  position: absolute;
  bottom: 16px;
  left: 33px;
}
#news-evnts-sctn .red-mor-color {
  color: #D98600;
}
#news-evnts-sctn .comn-evnt-imge {
  position: relative;
}
#news-evnts-sctn .comn-evnt-itm-wrpr {
  margin: 17px auto;
  padding: 0px;
  border-radius: 25px;
  transition: all 0.4s ease;
}
#news-evnts-sctn .comn-evnt-itm-wrpr:hover {
  margin: 5px auto;
  padding: 0px;
  border-radius: 25px;
  transition: all 0.4s ease;
}
#news-evnts-sctn .comn-paragrp {
  padding: 22px 24px;
}
#news-evnts-sctn .icon-date {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
#news-evnts-sctn .comn-evnt-imge img {
  border-radius: 25px;
}
#news-evnts-sctn .comn-paragrp h2 {
  font-size: 20px;
  height: 88px;
  line-height: 26px;
}
#news-evnts-sctn .comn-paragrp {
  padding: 31px 33px 53px;
  background: #fff;
  border-radius: 17px;
  width: 100%;
  margin: 0 auto;
  height: 369px;
  position: relative;
  top: 0;
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.0588235294);
}
#news-evnts-sctn .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#news-evnts-sctn .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 177px;
}
#news-evnts-sctn .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#news-evnts-sctn .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 177px;
}
#news-evnts-sctn .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#news-evnts-sctn .owl-dots {
  display: none;
}

#fund-rising-camp {
  padding: 90px 0 0;
  position: relative;
}
#fund-rising-camp .fund-rs-blue-bg {
  position: relative;
}
#fund-rising-camp .ovrly-don {
  background: rgba(12, 77, 139, 0.8196078431);
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 0;
  left: 0;
  right: 0;
}
#fund-rising-camp .bg-blu-donation {
  border-radius: 37px;
  width: 100%;
}
#fund-rising-camp .fund-para {
  position: absolute;
  top: 14px;
  color: #fff;
  left: 306px;
  right: 32px;
  padding: 0 22px;
}
#fund-rising-camp .fund-para p {
  margin-top: 19px;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  float: left;
  width: 111%;
}
#fund-rising-camp .dontion-bttn {
  color: #fff;
  background: #D98600;
  text-transform: uppercase;
  border: 1px solid #D98600;
  padding: 14px 34px;
  font-size: 18px;
  border-radius: 47px;
}
#fund-rising-camp .dontion-bttn svg {
  position: relative;
  top: -1px;
  left: -1px;
}
#fund-rising-camp .dontn-lady {
  position: absolute;
  bottom: 0;
  right: 274px;
}
#fund-rising-camp .comn-headding-indx {
  text-align: left;
  padding-left: 327px;
}

#testim-wrpr {
  padding: 60px 0 105px;
  position: relative;
  background: url(../images/bg-testimon.jpg) center;
  background-size: cover;
}
#testim-wrpr .testim-item-ech {
  background: #fff;
  box-shadow: 1px 1px 12px -4px rgba(0, 0, 0, 0.3490196078);
  padding: 63px 27px 27px 27px;
  border-radius: 38px;
  position: relative;
}
#testim-wrpr #owl-demo-5 .item {
  margin: 30px 10px 10px;
}
#testim-wrpr h4 {
  color: #D98600;
  font-size: 23px;
  font-weight: 300;
  line-height: 28px;
}
#testim-wrpr h5 {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 28px;
}
#testim-wrpr p {
  line-height: 28px;
  font-weight: 300;
  font-size: 16px;
}
#testim-wrpr .prof-picc {
  width: 87px;
  border: 5px solid #fff;
  border-radius: 16px;
  position: absolute;
  top: -29px;
}
#testim-wrpr .prof-picc_2 {
  position: absolute;
  right: 11px;
  width: 108px !important;
  top: -6px;
}
#testim-wrpr .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#testim-wrpr .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 156px;
}
#testim-wrpr .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#testim-wrpr .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 156px;
}
#testim-wrpr .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#testim-wrpr .owl-dots {
  display: none;
}

#mentorship-wp {
  padding: 0;
  position: relative;
  overflow: inherit;
}
#mentorship-wp .ovrly-bbg {
  position: absolute;
  background: rgba(12, 77, 139, 0.8196078431);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
#mentorship-wp .mentrng-wrpr-bg {
  position: relative;
}
#mentorship-wp .mentrng-wrpr-bg img {
  width: 100%;
}
#mentorship-wp .mentoring-contnt-ornge {
  background: #D98600;
  padding: 100px 168px;
  width: 44%;
  top: 0;
  height: 100%;
  right: 123px;
  position: absolute;
  z-index: 9;
  border-radius: 0;
  clip-path: polygon(83.86% 101.05%, 1.35% 100.52%, 13.1% -0.66%, 96.04% -0.87%);
}
#mentorship-wp h1 {
  font-size: 34px;
  line-height: 54px;
  font-weight: 400;
  margin: 0px auto;
  color: #fff;
}
#mentorship-wp h3 {
  font-size: 22px;
  line-height: 38px;
  margin: 10px auto 18px;
  font-weight: 300;
  color: #fff;
  text-transform: inherit;
}
#mentorship-wp .explr-btttn {
  transition: all 0.4s ease;
  background: #0C4D8B;
  border: 1px solid #0C4D8B;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 21px;
  border-radius: 74px;
}
#mentorship-wp .explr-btttn:hover {
  transition: all 0.4s ease;
  background: #AF6C00;
  letter-spacing: 1px;
  border: 1px solid #AF6C00;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 21px;
  border-radius: 74px;
}

#mob-login-items {
  display: none;
}

#map-camps {
  padding: 90px 46px;
}
#map-camps img {
  width: 100%;
}

#foooter {
  position: relative;
  padding: 0px 0 0;
}
#foooter .fotr-app-itm {
  padding: 62px 72px;
}
#foooter .comn-headding-indx {
  text-align: left;
}
#foooter .addrs-cntct {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0px 0px 6px -3px #000;
  margin: 39px auto;
  padding: 29px;
}
#foooter .icon-cll {
  background: #eee;
  width: 38px;
  text-align: center;
  height: 36px;
  border-radius: 50%;
  padding: 4px 0;
}
#foooter .addrs-cntct h4 {
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 0 16px;
  line-height: 23px;
}
#foooter .addrs-cntct h4 span {
  font-weight: 400;
  text-decoration: underline;
}
#foooter .links_socil ul li {
  display: inline-block;
  padding-left: 10px;
}
#foooter .fotr-itm123 h5 {
  font-size: 17px;
}
#foooter #footr-itm .fotr-itm123 p {
  margin: 0px auto 6px;
  color: #fff;
  line-height: 28px;
}
#foooter .fotr-itm-links ul li {
  line-height: 44px;
  display: inline-block;
  padding-right: 13px;
  font-size: 16px;
}
#foooter .fot-menus {
  padding: 19px 0 28px;
  color: #fff;
  font-size: 15px;
}
#foooter .fotr-app-sectn {
  padding-bottom: 31px;
}
#foooter .fotr-bbg {
  clip-path: polygon(99.93% 100.09%, 0.05% 100%, 0.06% 4.94%, 99.94% 56.55%, 99.95% 69.03%);
  background: url(../images/footer-bg2.jpg) center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#foooter .ovrly-bbg {
  position: absolute;
  background: rgba(12, 77, 139, 0.8196078431);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(99.93% 100.09%, 0.05% 100%, 0.06% 4.94%, 99.94% 56.55%, 99.95% 69.03%);
}

#copy-rgt {
  padding: 22px 0;
  font-size: 13px;
}
#copy-rgt .float-end {
  float: right;
}
#copy-rgt p {
  margin: 0px auto;
}

#gallry-onhome {
  padding: 115px 0 0;
  position: relative;
}
#gallry-onhome .mmg-catg-i {
  overflow: hidden;
  border-radius: 8px;
}
#gallry-onhome .mmg-catg-i img {
  width: 100%;
}
#gallry-onhome .fst-bx-wrp {
  margin-bottom: 21px;
}
#gallry-onhome .vw-pics {
  text-align: center;
}
#gallry-onhome .dontion-bttn {
  color: #fff;
  transition: all 0.4s ease;
  background: #D98600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #D98600;
  padding: 14px 34px;
  font-size: 18px;
  border-radius: 47px;
}

.socl-widgt-wrpr {
  border: 1px solid #b5b5b5;
  border-radius: 17px;
  margin-right: 2px;
  background: #fff;
  border-bottom: 6px solid #d98600;
  padding: 6px;
}

.socl-contnts h4 {
  font-size: 17px;
}

.socl-widgt-mmg {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  height: 153px;
}

.wdgh {
  width: 100%;
}

.socl-widgt-para {
  padding: 5px 0 13px;
}

.reactn-items {
  display: flex;
  justify-content: end;
}

.hert-reactn-items {
  padding: 0 6px;
}

.socl-contnts {
  padding: 0 12px;
}

.profile-fst-letter {
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  padding: 3px 1px;
  margin: 0px auto;
}

.profile-fst-letter h1 {
  font-size: 16px;
  margin: 0px auto;
}

.socl-contnts h5 {
  color: #D98600;
  font-size: 14px;
  margin: 0px auto;
}

.socl-contnts p {
  margin: 0px auto;
  font-size: 13px;
  line-height: 20px;
}

.line-wdth_1 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3215686275);
  position: absolute;
  bottom: 293px;
}

.line-wdth_2 {
  width: 1px;
  height: 73%;
  background: rgba(255, 255, 255, 0.3215686275);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0px auto;
}

#christ_almni-storry {
  padding: 87px 0;
  position: relative;
  background: url(../images/servc-bg_1.webp) center;
  background-size: cover;
}
#christ_almni-storry .ovrly-bg-almni-stry {
  z-index: 0;
  background: rgba(12, 77, 139, 0.8196078431);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#christ_almni-storry .common-heading span {
  background: linear-gradient(90deg, rgb(217, 134, 0) 34%, rgb(255, 255, 255) 66%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#christ_almni-storry .hero-section {
  background: url(your-background-image.jpg) center/cover no-repeat;
  padding: 33px 0;
  color: #fff;
}
#christ_almni-storry .card-custom { /*background:rgba(0,0,0,0.55);*/
  border: none;
  color: #fff;
  padding: 46px;
  border-radius: 21px;
}
#christ_almni-storry .btn-custom {
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 8px 20px;
}
#christ_almni-storry .btn-custom:hover {
  background: #e6e6e6;
}
#christ_almni-storry .card-custom h5 {
  font-size: 33px;
  font-weight: 200;
}
#christ_almni-storry .card-custom p {
  margin: 0px auto;
  line-height: 33px;
  font-weight: 200;
  font-size: 16px;
}
#christ_almni-storry .para-grph2 {
  color: #fff;
  width: 80%;
  font-size: 17px;
  font-weight: 300;
  line-height: 33px;
  margin: 0px auto;
}

#almnni-news1 {
  padding: 80px 0;
  position: relative;
}
#almnni-news1 .para-grph2 {
  color: #000;
}
#almnni-news1 .comn-headding-indx {
  text-align: left;
}
#almnni-news1 .para-grph2 {
  width: 93%;
  font-size: 17px;
  line-height: 31px;
}
#almnni-news1 .newwws-item1_itexts {
  padding: 25px 12px 16px;
}
#almnni-news1 .newwws-item1_itexts p {
  font-size: 16px;
  font-weight: 300;
}
#almnni-news1 .newwws-item1_itexts h6 {
  font-size: 23px;
  font-weight: 300;
}
#almnni-news1 .newwws-item1_itexts h6 span {
  background: #d98600;
  font-size: 15px !important;
  color: #fff;
  margin-right: 10px;
  padding: 1px 8px;
  border-radius: 5px;
  position: absolute;
  top: 46px;
}
#almnni-news1 .newwws-item1_itexts h4 {
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
#almnni-news1 .newwws-item1_iimg {
  overflow: hidden;
  border-radius: 15px;
}
#almnni-news1 .newwws-item1 {
  background: #fff;
  border-radius: 15px;
  padding: 11px;
  box-shadow: 0px 1px 12px 3px rgba(0, 0, 0, 0.0901960784);
  height: 450px;
}
#almnni-news1 #owl-demo-12 .item {
  margin: 15px 7px;
}
#almnni-news1 .almn-nws-heading {
  padding: 84px 0 0 144px;
}
#almnni-news1 .owl-prev {
  background: #D98600;
  color: #fff;
  width: 32px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -12px;
  top: 222px;
}
#almnni-news1 .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#almnni-news1 .owl-next {
  background: #D98600;
  color: #fff;
  width: 32px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -3px;
  top: 222px;
}
#almnni-news1 .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#almnni-news1 .owl-dots {
  display: none;
}
#almnni-news1 .owl-theme .owl-nav {
  margin-top: 10px;
  position: static;
  left: -493px;
  top: 358px;
}
#almnni-news1 .redmmer-alm-news {
  text-align: left;
}
#almnni-news1 .redmmer-alm-news a {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px 22px;
  text-transform: uppercase;
  background: #D98600;
  border: 1px solid #D98600;
}

#about-christ-university {
  overflow: inherit;
  position: relative;
  z-index: 998;
  line-height: 31px;
  padding-top: 34px;
  padding-bottom: 29px;
}
#about-christ-university .about-inner-box_2 a {
  text-decoration: underline;
  color: #D98600;
}
#about-christ-university .tctxt-lft {
  text-align: center !important;
}

#online-arundtheworld {
  background: url(../images/intrntional-std.jpg) center;
  background-size: cover;
  padding: 120px 0;
  text-align: left;
  color: #fff;
}
#online-arundtheworld .knw-mor-intre {
  color: #fff;
  background: #D98600;
  text-transform: uppercase;
  border: 1px solid #D98600;
  padding: 14px 34px;
  transition: all 0.4s ease;
  font-size: 18px;
  border-radius: 47px;
}
#online-arundtheworld .knw-mor-intre:hover {
  color: #fff;
  background: #D98600;
  transition: all 0.4s ease;
  text-transform: uppercase;
  border: 1px solid #D98600;
  padding: 14px 34px;
  letter-spacing: 2px;
  font-size: 18px;
  border-radius: 47px;
}
#online-arundtheworld h1 {
  font-size: 42px;
  font-weight: 200;
  text-align: left;
  line-height: 66px;
  margin: 0px auto 17px;
  width: 71%;
}

.para-hd-model h2 {
  font-size: 23px;
}

#tetim-wdth-wrpr {
  padding: 61px 0 18px;
  position: relative;
}
#tetim-wdth-wrpr .testim-wdth-inside {
  padding: 0px 0 0;
}
#tetim-wdth-wrpr #owl-demo-13 .item {
  margin: 50px auto 29px;
}
#tetim-wdth-wrpr .profle-picc img {
  width: 106px !important;
  height: 106px;
  margin: 0px auto;
  border-radius: 50%;
  border: 7px solid #fff;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1803921569);
}
#tetim-wdth-wrpr .iitm-testim-text h4 {
  font-size: 17px !important;
  text-transform: inherit !important;
  line-height: 31px;
}
#tetim-wdth-wrpr .owl-dots {
  display: none;
}
#tetim-wdth-wrpr .name-tstim h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
#tetim-wdth-wrpr .name-tstim h4 {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 300;
}
#tetim-wdth-wrpr .name-tstim {
  text-align: center;
  margin: 33px auto 0;
  width: 47%;
}
#tetim-wdth-wrpr .iitm-testim-text {
  text-align: center;
  width: 70%;
  background: #fff;
  padding: 0px 46px 46px 46px;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.0901960784);
  margin: 0px auto;
  border-radius: 29px;
}
#tetim-wdth-wrpr .iitm-testim-text p {
  margin: 19px auto 0;
  line-height: 34px;
  font-size: 16px;
  text-align: center !important;
}
#tetim-wdth-wrpr .testim-bg-center {
  width: 780px;
  background: #e8e8e8;
  margin: 0px auto;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#tetim-wdth-wrpr .profle-picc {
  position: relative;
  top: -42px;
  margin: -6px auto -43px;
}
#tetim-wdth-wrpr .owl-prev {
  background: #D98600;
  color: #fff;
  width: 40px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: 167px;
  top: 124px;
}
#tetim-wdth-wrpr .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}
#tetim-wdth-wrpr .owl-next {
  background: #D98600;
  color: #fff;
  width: 40px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: 173px;
  top: 124px;
}
#tetim-wdth-wrpr .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}

#almni-benefitts {
  padding: 79px 0 0;
  position: relative;
}
#almni-benefitts p {
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  width: 84%;
  margin: 0px auto;
}

.some-connct-23 {
  width: 46%;
  position: absolute;
  z-index: 99;
  left: 90px;
  top: 85px;
}

.some-connct-23 h1 {
  color: #fff;
  margin-bottom: 21px !important;
  font-weight: 200 !important;
  line-height: 58px !important;
  font-size: 29px !important;
}

/*#stories-updates .owl-carousel .owl-stage-outer {
  display: flex;
  justify-content: center;
}*/
#news-evnts-sctn h3, #news-evnts-sctn .common-heading {
  font-size: 53px;
  font-weight: 300;
}

.explorr-bttn12 {
  position: absolute;
  bottom: 76px;
  right: 51px;
}

.explorr-bttn12 a {
  background: #d98600;
  border: 1px solid #d98600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  padding: 13px 29px;
  border-radius: 56px;
}

#common-events .owl-prev {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: -54px;
  top: 177px;
}

#common-events .owl-prev span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}

#common-events .owl-next {
  background: #D98600;
  color: #fff;
  width: 28px;
  height: 48px;
  padding: 0;
  position: absolute;
  right: -54px;
  top: 177px;
}

#common-events .owl-next span {
  font-size: 36px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}

#common-events .owl-dots {
  display: none;
}

#bnner-ststics-wd-item {
  position: absolute;
  top: 145px;
  right: 27px;
  width: 17%;
  z-index: 1;
}

.about-inner-box_2 a {
  text-decoration: underline;
  color: #D98600;
  font-size: 15px;
}

#bnner-ststics-wd-item_234 {
  display: none;
}

.signupp-bttn-hder {
  background: #d98600;
  color: #fff;
  padding: 8px 19px;
  border-radius: 6px;
  margin-right: 8px;
}/*# sourceMappingURL=main-style.css.map */