/*
*
|  Page Name       : home_page.css
|  Description     : css for home page
|  Created by      : Kathlynn
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/
.-home-main{
  width: 100%;
  height:100%;
}
/******HOME PAGE CONTENT******/
.-home-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-image: radial-gradient(ellipse farthest-side at 100% 130%, #FFD580 20%, #FFAE71 50%, #FF8964 90%);
  margin: 0px;
  z-index: 1;
}
.-main-layer {
  height: 50vh;
  width: 101%;
  fill: #ffffff;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.-main-layer .-svg{
  height: 100%;
  width: 100%;
}
.-home-bg {
  position: absolute;
  width: 100%;
  height: 1100px;
  background: url(../images/gradient.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  top: 0;
}
.-home-content .-text-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  z-index: 1;
  padding: 200px 50px 50px 50px;
}
.-header-text{
  color: #ffffff;
  width: 60%;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.-home-btn{
  width: 100%;
  text-align: center;
  padding: 27px;
}
.-book-btn {
  background-color: transparent;
  border-radius: 7px;
  width: 290px;
  height: 75px;
  color: #ffffff;
  -webkit-box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.11);
  box-shadow: -1px 3px 13px 1px rgba(0, 0, 0, 0.11);
  border: 2px solid #ffffff;
  font-size: 22px;
}
.-book-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #ffffff8a;
}
.-book-btn:focus{
  color: #ffffff;
  text-decoration: none;
  outline: 5px auto;
  outline-offset: -2px;
  outline-color: #ffffff;
}
.-process-vector {
  width: 100%;
  max-width: 100%;
  z-index: 0;
  margin-top: -43px;
  position: relative;
}
/******SCHOOL LOGO'S******/
.-school-logo {
  text-align: center;
  margin-top: 15vh;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
}
.-school-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.-school-container .-title{
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.-school-container .-content{
  margin: 0px;
  width: 50%;
  line-height: 1.4;
  padding-top: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.-school-logo .-img{
  height: 200px;
}
.-blur{
  position: relative;
  height: 200px;
  margin-top: 100px;
  max-width: 120%;
}
.-blur .-blr-left{
  position: absolute;
  width: 250px;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
}
.-blur .-blr-right{
  position: absolute;
  width: 250px;
  height: 100%;
  z-index: 1;
  right: 0px;
  top: 0;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
}
/******FEATURES******/
.-features{
  display: flex;
  flex-direction: column;
  padding: 15vh 0vh !important;
}
.-home-container{
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0vh 30vh;
  margin-bottom: 15vh;
  width: 100%;
}
.-home-container .-title{
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}
.-home-container .-content{
  margin: 0px;
  width: 100%;
  line-height: 1.6;
  padding-top: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.-feature-item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.-feature-item.-reverse{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.-feature-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  flex: 5;
  padding: 15vh 10vh 0vh 30vh;
}
.-feature-content.-reverse{
    padding: 15vh 30vh 0vh 10vh;
}
.-feature-content .-title{
  text-align: left;
  font-size: 46px;
  font-weight: 600;
  border-bottom: 5px solid #FFA58A;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #F1592A;
}
.-feature-content .-content{
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
.-feature-img{
  width: 50%;
  height: 540px;
}
.-feature-img .-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.-feature-img .-reverse{
  width: 100%;
  height: 100%;
}
/******PARTNERS******/
.-partners{
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10vh 15vh;
}
.-partners .-partners-img{
  width: 20vh;
  height: auto;
}
.-partners .-img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/******QOUTES******/
.-quotes{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
}
.-quotes .-figure{
  width: 36%;
  height: auto;
}
.-quotes .-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.-qoutes .-text{
  padding-top: 100px;
  padding-bottom: 100px;
}
.-fnt400{
  font-size: 36px !important;
  font-weight: 400;
  margin:0px;
}
.-fnt600{
  font-size: 36px;
  font-weight: 600;
  margin: 0px;
}

/****CAROUSEL****/
.-home-slider{
   max-width:900px;
   margin:0 auto;
   padding:100px 0;
}
.-home-style{
  padding: 0px;
}
/****CLICKABLE FEATURES****/
.l_features{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0vh 30vh 15vh 30vh;
}
.feature_icons{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.f_icon{
  width: 60px;
  height: 60px;
}
.f_img .img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.f_lbl{
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
.nav-tabs>li.active .f_lbl{
  font-weight: 600;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
  color: #707070 !important;
  cursor: default;
  background-color: #fff;
  border: 0px solid transparent;
  border-bottom-color: transparent;
  opacity: 1;
  font-weight: 600;
  font-size: 14px !important;
}
.nav-tabs>li>a{
  color: #707070 !important;
  cursor: default;
  background-color: #fff;
  border: 0px solid transparent;
  border-bottom-color: transparent;
  opacity: 0.5;
  font-size: 14px !important;
  padding: 0px !important;
}
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover{
  opacity: 1;
  background-color: transparent;
  font-weight: 600;
}
.nav-tabs{
  border: 0px solid transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav-tabs>li{
  width: 100%;
  height: auto;    
  margin: 0px 10px;
}
.l_features .tab-content{
  width: 100%;
}
#pre_a .title,
#crm .title,
#sis .title,
#fin .title,
#ana .title,
#lms .title,
#psn .title,
#oea .title{
  font-weight: 600;
  font-size: 20px;
}
#pre_a .content,
#crm .content,
#sis .content,
#fin .content,
#ana .content,
#lms .content,
#psn .content,
#oea .content{
  font-weight: 400;
  font-size: 16px;
  color: #9dabb8 !important;
  padding-right: 20px;
  text-align: justify;
}
#pre_a .content1,
#crm .content1,
#sis .content1,
#fin .content1,
#ana .content1,
#lms .content1,
#psn .content1,
#oea .content1{
  font-weight: 400;
  font-size: 16px;
  color: #9dabb8 !important;
  padding-right: 20px;
  margin-bottom: 20px;
}
#pre_a .infobox,
#crm .infobox,
#sis .infobox,
#fin .infobox,
#ana .infobox,
#lms .infobox,
#psn .infobox,
#oea .infobox{
  margin: 20px 0px;
  display: flex;
}
.infotabs{
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.f6{
  flex: 4;
}
/******DOWNLOAD NOW******/
.downloadnow{
  /*background-color: pink;*/
  /*width: 100%;*/
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.downloadnow .phone{
  width: 300px;
  height: auto;
}
.phone .img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 75vh;
  padding-left: 5vh;
  align-items: center;
  text-align: center;
}
.d_title{
  font-size: 36px;
  padding-bottom: 50px;
}
.dlnow{
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  margin: 50px 0px;
  width: 80%;
}
.dlnow .img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dlnow figure{
  width: 150px;
  height: auto;
  object-fit: contain;
}
.-video{
  width: 40vh;
  height: auto;
  margin: 5vh 12vh; 
}
.downloadnow audio, canvas, progress, video{
  width: 36vh;
  height: 100vh;
}
.-cust-logos {
  height: 150px !important;
  margin: 30px;
}
.-cust-container{
  padding: 50px 100px;
}
/******MEDIA QUERY******/
@media screen and (max-width: 731px){
  .-home-content{
    height: 89vh !important;
  }
  .-cust-logos {
    height: 100px !important;
    margin: 30px;
  }
  .-cust-container{
    padding: 50px;
  }
}
@media screen and (max-width: 769px){
  .-home-main{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .-home-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    width: 100%;
    margin-bottom: 10vh !important;
  }
  .-text-container{
    padding-top: 0px;
  }
  .-header-text{
    color: #ffffff;
    width: 90%;
    font-size: 31px !important;
    font-weight: 600 !important;
    text-align: center;
    line-height: 1.6;
  }
  .-book-btn{
    height: 47px;
    font-size: 12px;
    width: 153px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 2px 17px 57px 2px rgba(163,82,57,0.21);
    -moz-box-shadow: 2px 17px 57px 2px rgba(163,82,57,0.21);
    box-shadow: 2px 17px 57px 2px rgba(163,82,57,0.21);
  }
  .-book-btn:hover{
    height: 47px;
    font-size: 12px;
    width: 153px;
    border-radius: 5px;
    border: 0px solid;
    -webkit-box-shadow: 2px 17px 57px 2px rgba(163,82,57,0.21);
    -moz-box-shadow: 2px 17px 57px 2px rgba(163,82,57,0.21);
    box-shadow: 2px 17px 57px 2px rgba(163,82,57,0.21);
  }
  .-home-btn{
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }
  .-process-vector{
    width: 100%;
    bottom: -75px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  .-main-layer {
    height: 13vh;
    width: 101%;
    fill: #ffffff;
    margin-bottom: -1px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
  }
  .-school-logo{
    text-align: center;
    margin-top: 10vh !important;
    margin-bottom: 10vh !important;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }
  .-school-container{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .-school-container .-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0vh 5vh;
  }
  .-school-container .-content {
    margin: 0px;
    width: 90%;
    line-height: 1.6;
    padding-top: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
  }
  .-blur{
    position: relative;
    height: 110px !important;
    margin-top: 0px !important;
    max-width: 100%;
  }
  .-blr-right,
  .-blr-left{
    display: none;
  }
  .-school-slider {
    padding: 0px !important;
  }
  .-school-slider ul li{
    height: 100px !important;
    width: 150px !important;
    display: inline-block;
    z-index: 0;
  }
  .-school-slider .thumb{
    height: 100% !important;
    width: 100% !important;
  }
  .-school-logo .-img {
    height: 100px;
  }
  .-home-container{
     padding: 50px 10px;
     margin-bottom: 0px;
  }
  .-home-content .-text-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
    z-index: 1;
    padding: 150px 10px 10px 10px;
  }
  .-home-container .-title {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
    margin: 0px;
  }
  .-home-container .-content {
    margin: 0px;
    width: 90%;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
  }
  .-feature-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .-feature-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    flex: 5;
    padding: 5vh;
  }
  .-feature-content .-title {
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 4px solid #FFA58A;
    padding-bottom: 7px;
    margin-bottom: 10px;
    color: #F1592A;
  }
  .-feature-content .-content {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }
  .-feature-img {
      width: 100%;
      height: 250px;
  }
  .-feature-item.-reverse {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .-feature-content.-reverse {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    flex: 5;
    padding: 5vh;
  }
  .-feature-content.-reverse .-content {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }
  .-partners {
    margin: 10vh 0vh;
    padding: 0vh 5vh;
    align-items: center;
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
  }
  .-partners .-partners-img {
    width: 140px;
    height: auto;
  }
  .-quotes {
    margin: 10vh 0vh 0vh 0vh;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0px;
  }
  .-text{
    padding: 0vh 5vh;
  }
  .-fnt400 {
    font-size: 18px !important;
    font-weight: 400;
    margin: 0px;
    line-height: 1.4;
  }
  .-fnt600 {
    font-size: 18px !important;
    font-weight: 600;
    margin: 0px;
    line-height: 1.4;
  }
  .-quotes .-figure {
    width: 70%;
    height: auto;
    padding-top: 20px;
  }
  .l_features{
    margin: 0vh !important;
  }
  .l_features .tab-content{
    display: none;
  }
  .l_features .nav-tabs{
    border: 0px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .l_features .nav-tabs>li{
    width: 50%;
    height: auto;
    margin: 0px;
  }
  .nav-tabs>li>a,
  .nav-tabs>li>a:focus,
  .nav-tabs>li>a:hover{
    opacity: 1;
    background-color: transparent;
    font-weight: 600;
  }
  .nav-tabs>li.active .f_lbl{
    font-weight: 400;
  }
  .-feature-content.-reverse{
    padding: 5vh;
  }
  .downloadnow{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .downloadnow p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    width: auto;
    padding: 0vh 5vh;
  }
  .downloadnow .d_title{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    padding: 20px;
    width: 80%;
  }
  .flex{
    padding: 0vh 5vh;
    width: auto;
  }
  .dlnow{
    width: 100%;
  }
  .dlnow figure{
    margin: 10px;
  }
  .-home-main .downloadnow video{
    display: none;
  }
  .-cust-logos {
    height: 100px !important;
    margin: 30px;
  }
  .-cust-container{
    padding: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .-header-text {
    font-size: 50px;
    font-weight: 500px;
  }
  .-home-btn {
    width: 100%;
    text-align: center;
    padding: 36px 0px 0px 0px;
  }
  .-school-logo {
    text-align: center;
    margin-top: 15vh;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }
  .-school-logo .-img {
    height: 200px;
    margin-top: 5vh;
  }
  .-school-logo {
    text-align: center;
    margin-top: 15vh;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }
  .-cust-logos {
    height: 100px !important;
    margin: 30px;
  }
  .-cust-container{
    padding: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .-home-bg {
    position: absolute;
    width: 100%;
    height: 1025px;
    background: url(../images/gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    z-index: -1;
    top: 0;
  }
  .-header-text {
    font-size: 53px;
    font-weight: 600;
    width: 85%;
  }
  .-school-logo {
    text-align: center;
    margin-top: 15vh;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    justify-content: center;
    align-items: center;
  }
  .-blur{
    position: relative;
    height: 179px;
    margin-top: 50px;
    max-width: 100%;
  }
  .-blur .-blr-left{
    position: absolute;
    width: 300px;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  }
  .-blur .-blr-right{
    position: absolute;
    width: 300px;
    height: 100%;
    z-index: 1;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  }
  .-text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -50px;
    width: 100%;
    z-index: 1;
  }
  .-cust-logos {
    height: 100px !important;
    margin: 30px;
  }
  .-cust-container{
    padding: 50px 10%;
  }
}
