body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.container h1{
  color: #466a2b;
  font-size: 50px;
}

.hero {
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #040404; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid white; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #040404;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 10px;
        color: #040404;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #040404; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #040404; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 1;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #343a40 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; 
          color: #212529;
        }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; 
            color: #212529;
          }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; 
            }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #040404; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; 
        }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        color: black;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {
      color: #fff; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #ffffff; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000 !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #000; }

/*CSS for logo of hosting university*/
@media (max-width: 600px) {
    .border-div{
      align-self: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 240px;
      height: 240px;
      background: linear-gradient(#f8d403,#466a2b);
      border-radius: 50%; 
      bottom: -10%;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
    }
    .content-div{
      width: 200px;
      height: 200px;
      background: white;
      border-radius: 50%;
      position: absolute;
    }

    .image-with-block-wrapper {
      position: relative;
    }

    .div-over-bg {
      position: relative;
      height: 210px;  
      background: white;
      width: 210px;
      margin: 0 auto;
      border-radius: 50%;
    }
    /*Transparent Box*/


    div.transbox {
    background: linear-gradient(#f8d403,#466a2b);
      opacity: 0.8;
      transform: translateX(-60%);
      left: 60%;
      position: absolute;
      width: 100%;
      height: 33px;
      border-radius: 27px;
    }

    div.transbox p, div.transbox h1, div.transbox h3 {
      margin: 5%;
      font-weight: bold;
      color: #fff;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .border-div{
      align-self: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 340px;
      height: 340px;
      background: linear-gradient(#f8d403,#466a2b);
      border-radius: 50%; 
      bottom: 10%;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
    }
    .content-div{
      width: 300px;
      height: 300px;
      background: white;
      border-radius: 50%;
      position: absolute;
    }

    .image-with-block-wrapper {
      position: relative;
    }

    .div-over-bg {
      position: relative;
      height: 310px;  
      background: white;
      width: 310px;
      margin: 0 auto;
      border-radius: 50%;
    }
    /*Transparent Box*/


    div.transbox {
      background: linear-gradient(#f8d403,#466a2b);
      opacity: 0.8;
      transform: translateX(-60%);
      top: 40%;
      left: 30%;
      position: absolute;
      width: 40%;
      height: 40%;
      border-radius: 4%
      }

    div.transbox p, div.transbox h1, div.transbox h3 {
      margin: 5%;
      font-weight: bold;
      color: #fff;
    }
}

@media (min-width: 901px) {
    .border-div{
      align-self: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 340px;
      height: 340px;
      background: linear-gradient(#f8d403,#466a2b);
      border-radius: 50%; 
      bottom: -10%;
      left: 80%;
      position: absolute;
      transform: translateX(-50%);
    }
    .content-div{
      width: 300px;
      height: 300px;
      background: white;
      border-radius: 50%;
      position: absolute;
    }

    .image-with-block-wrapper {
      position: relative;
    }

    .div-over-bg {
      position: relative;
      height: 310px;  
      background: white;
      width: 310px;
      margin: 0 auto;
      border-radius: 50%;
    }
    
    /*Transparent Box*/


    div.transbox {
    background: linear-gradient(#f8d403,#466a2b);
    /* border: 1px solid black; */
    opacity: 0.8;
    transform: translateX(-60%);
    top: 40%;
    left: 30%;
    position: absolute;
    width: 40%;
    height: 40%;
    border-radius: 4%
    }

    div.transbox p, div.transbox h1, div.transbox h3 {
      margin: 5%;
      font-weight: bold;
      color: white;
    }
}


/*Minimal style flex cards*/
/* root */
:root {
  --bg-light: #F5F5FC;
  --bg-dark: #35353C;
  --bg-darker: #15151C;
  --font-body: #55555C;
  --shadow: #C5C5CC;
  --bg-green: #3c5a24;
}

/* demo related */

.demo_title h1,h6{
  color: var(--bg-darker);
}

#copyrights{
  position: absolute;
  bottom: 2%;
  right: 2%;
}

#copyrights a{
  text-decoration: none;
  color: var(--bg-darker);
}

/* tpn card style */
.tpn_card{
  background: #f8d403;
  padding: 23px;
  border-radius:27px;
}

.tpn_card:hover{
  padding: 23px;
  border-radius:27px;
  box-shadow: 5px 10px 8px #888888;
}

.tpn_card img{
  border-radius:23px;
  box-shadow: 1px 7px 13px var(--shadow);
}

.tpn_card h5{
  color: var(--bg-dark);
}

.tpn_card p{
  color: var(--font-body);
  font-weight:400;
  margin-bottom:24px;
}

.tpn_card .tpn_btn{
  padding:13px 27px !important;
  line-height: normal;
  background: var(--bg-dark);
  border-radius:17px;
  text-decoration:none;
  color: #FFF;
  box-shadow: 1px 7px 13px var(--shadow);
  transition: all .7s ease;
  align-items: right;
}

.tpn_card .tpn_btn:hover{
  background: var(--bg-darker);
  box-shadow: none;
}


.counter {
  background: linear-gradient(to left, #466a2b, #f8d403);
  padding: 40px;
  border-radius:27px;
  height: 250px;
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  box-shadow: 5px 10px 8px #888888;
}

.counter span {
  margin-top: -50px;
  font-size: 30px;
  font-weight: 300;
}


.card {
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.card:hover{
  background: #f8d403;
  padding: 3px;
  box-shadow: 5px 10px 8px #888888;
}

.card-image {
    width: 350px;
    object-fit: cover;
}

.card-content {
    flex: 1;
    padding: 20px;
}

.card-title {
    margin-top: 0;
}

.card-text {
    margin-bottom: 15px;
    color: var(--font-body);
}

.read-more {
    display: inline-block;
    padding: 8px 16px;
    background-color: #4B6D2A;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    align-items: right;
}

.read-more:hover {
    background-color: #F4D104; /* #4B6D2A #F4D104 */
     color: #444;
}

.hero_btn{
  padding:13px 27px !important;
  line-height: normal;
  background: var(--bg-dark);
  border-radius:17px;
  text-decoration:none;
  color: #FFF;
  box-shadow: 1px 7px 13px var(--shadow);
  transition: all .7s ease;
  align-items: right;
  top: 90%;
  left: 30%;
}


.footer {
  position: relative;
  width: 100%;
  background: #466a2b;
  height: 40vh;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}


.team_card{
  background: #f9f9f9;
  padding: 23px;
  border-radius:27px;
  box-shadow: 5px 10px 8px #c8c7c7;
}

.team_card h5{
  color: var(--bg-dark);
}

.team_card p{
  color: var(--font-body);
  font-weight:400;
  margin-bottom:24px;
}

.team_card .team_btn{
  padding:13px 27px !important;
  line-height: normal;
  background: var(--bg-dark);
  border-radius:17px;
  text-decoration:none;
  color: #FFF;
  box-shadow: 1px 7px 13px var(--shadow);
  transition: all .7s ease;
  align-items: right;
}

.team_card .team_btn:hover{
  background: var(--bg-darker);
  box-shadow: none;
}

.custom-menu {
  background: #c2c3c4;
  border-radius:16px;
  height: 60px;
  right: 10%;
  top: 25%;
  padding: 0 0 70px 100px;
}

.custom-menu .active {
  background-color: #f8d403;
  color: #000;
  padding: 3em;
}

.events_card{
  background: #f9f9f9;
  padding: 23px;
  border-radius:27px;
  box-shadow: 5px 10px 8px #c8c7c7;
}

.events_card :hover{
  box-shadow: 5px 10px 8px #888888;
}

.events_card h5{
  color: var(--bg-dark);
}

.events_card p{
  color: var(--font-body);
  font-weight:400;
  margin-bottom:24px;
}