body {
  background: #ffffff;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
}

.image-1 img{
  width: 100%;
}

.navbar{

  padding-top: 2em !important;
  
  padding-bottom: 2em !important;
  
}

.navbar .collapse ul li a{
  color: #000000bd !important;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

img {
  opacity: 0.8;
}

.headings-title {
  font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.1em;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: center;
    width: 22em;
    margin: auto;
    padding-bottom: 21px;
}

.head-tt{
  position: absolute;
    z-index: 1;
    top: 45vh;
    background-color: white;
    width: 87% !important;
}



.mp-section-title h1::after {
  background-color: #3e3e3e;
  content: "";
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 80px;
  
  left: 191px;

}

.mp-section-title h1::before {
  background-color: #3e3e3e;
  content: "";
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 80px;
  left: -66px;
}

.h1-custom{
  display: inline-block;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 28px;
    margin: 0;
    padding: 43px 25px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
}

.img-cont{
  width: 100%;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.img1{
  background-image: url(../assets/exercise.jpg);
  background-position: bottom;
}

.img2{
  background-image: url(../assets/EDU-_-Student-Attention-Span-and-How-to-Capture-and-Maintain-It.jpg);
  background-position: bottom;
}


.learn-more {
  width: 10rem;
  height: auto;
}
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.4rem;
  height: 2.3rem;
  background: #282936;
  border-radius: 1.625rem;
}

.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.425rem;
  width: 1rem;
  height: 0.1rem;
  background: none;
}

.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.31rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: -5px;
  right: 0;
  font-size: 14px;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}



.learn-more:hover .circle {
  width: 100%
}

.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(0.8rem, 0)
}

.learn-more:hover .button-text {
  color: #fff;
  text-decoration: none
}

/* .sub-page .container{
  background-color: #212529;
  height: 51vh;
} */

.sub-page .container .row .col-md-12 p{
  text-align: center;
  /* height: 50vh; */
  color: black;
  font-weight: 800;
  padding-top: 2px;
  padding-bottom: 6px;
  font-size: 3em  !important;
  top: 24vh;
  position: relative;
  background-color: white;
}

.secbackground{
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icons-cont{
  margin: auto;
  text-align: center;
  padding: 3em;
  color: white;
  background-color: #202124;
}

.icons{
  display: flex;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

.icons-cont i{
  font-size: 4em;
}

.icons-cont p{
  margin-top: 1em;
}


.ft-ul{
  margin-right: auto;
text-align: center;
display: block;
/* width: 100%; */
position: relative;
padding-top: 6em;
padding-bottom: 9em;
}

.ft-li{
  float: left;
display: contents;
}

.ft-a{
  color: white;
font-weight: 600;
text-decoration: none;
text-transform: capitalize;
padding-right: 1em;
}

.ft-a:hover{
  color: rgba(255, 255, 255, 0.495);
}

footer{
  background-color:black;
}





.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
    position: absolute;
    background-color: #f1f1f1;
    /* font-size: 16px; */
    min-width: 274px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-size: 13px !important;
  text-decoration: none;
  display: block;
}


.dropdown:hover .dropdown-content {display: block;}

.dropdown-content a:hover {
  background-color: rgba(0, 0, 0, 0.292);
}

.dropdown:hover{
  cursor: pointer;
}

.fa-arrow-right{
  background-color: white;
  color: black;
  border-radius: 50em;
  padding: 6px 8px 6px 8px;
  margin-left: 0.5em;
}
