@import url('https://fonts.googleapis.com/css?family=Nunito:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

.row{
    margin: 0 !important;
}

body{
    font-family: 'Nunito', sans-serif;
}
a:hover{
    text-decoration: none;
}

.fluid-width{
    max-width: 1140px !important;
    margin: auto !important;
}

.text-bold{
    font-weight: 600;
}

.text-sm{
    font-size: 13px;
}

.cursor-pointer{
    cursor: pointer;
}

.text-xs{
    font-size: 11px;
}

.text-lg{
    font-size: 18px;
}

.text-md{
    font-size: 16px;
}

.text-gray{
    color: #777;
}

.btn-primary {
    background-color: #459fad;
    border-color: #47a2af;
}

.btn-outline-primary {
    color: #459fad;
    border-color: #459fad;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited{
    color: #fff;
    background-color: #3b8d9a !important;
    border-color: #3b8d9a !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    color: #fff;
    background-color: #459fad !important;
    border-color: #459fad !important;
}

.btn-outline-primary:visited{
    background-color: #459fad !important;
    border-color: #459fad !important;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 159, 173, 0.3);
}

.btn-round{
    border-radius: 10em !important;
}

.border-top{
    border-color: #ececec !important;
}


.page-head{
    padding: 4em 1em;
    background: #f7fafd;
    overflow: hidden;
}

.page-head-content{
    text-align: center;
    z-index: 99;
    position: inherit;
    max-width: 1100px;
    margin: auto;
}

.page-head h1{
    font-size: 36px;
}

.section-wide{
    padding: 4em 0 !important;
}


.article-link{
    color: #aaa !important;
}
.read-article{
    border: 1px solid #999;
    padding: 2px 6px 2px 8px;
    border-radius: 100%;
}
.article-link:hover, .article-link:focus{
    color: #4eadbb !important;
    text-decoration: none;
}
.article-link:hover .read-article{
    border-color: #4eadbb;
}

.product-module{
    padding: 2em 0 !important;
}
.product-module:first-child{
    padding-top: 0 !important;
}
.product-module .module-image{
    display: flex;
    padding: 2em 1em;
}
.product-module .module-image img{
    width: 100%;
    margin: auto;
    padding: 1em 0;
    max-width: 350px;
    max-height: 350px;
}
.product-module .module-info{
    line-height: 26px;
    margin: auto;
}
.product-module .module-info .title{
    color: #000;
    margin-bottom: 14px;
}
.product-module .module-info .info{
    color: #777;
}


.recognition-box{
    padding: 1em;
    display: flex;
}

.recognition-box img{
    max-width: 130px;
    margin: auto;
}

.logo-erp{
    color: #4eadbb;
}
.logo-examdesk{
    color: #149133;
}
.logo-live{
    color: #ff5f54;
}
.logo-elearn{
    color: #FF9800;
}
/**
    Bubbles Background CSS
**/


.position-top-left{
    position: absolute;
    left: 3em;
    top: 2em;
}

.position-bottom-left{
    position: absolute;
    left: 2em;
    bottom: 8em;
}

.position-top-right{
    position: absolute;
    right: 2em;
    top: 2em;
}
.position-bottom-right{
    position: absolute;
    right: 6em;
    bottom: 1em;
}


.shadow-bubble-one{
    border: 0px solid #eee;
    width: 35vh;
    height: 35vh;
    display: inline-block;
    border-radius: 100%;
    background: #f7fafd;
    box-shadow: 0px 0px 14px 8px #eff2f6;
    position: absolute;
    left: -16vh;
    bottom: -5vh;
}

.shadow-bubble-second{
    border: 0px solid #eee;
    width: 50vh;
    height: 50vh;
    display: inline-block;
    border-radius: 100%;
    background: #f7fafd;
    box-shadow: 0px 0px 14px 8px #eff2f6;
    position: absolute;
    right: -15vh;
    top: -30vh;
}

.bubble{
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
}


.bubble-red{
    border-color: red;
}
.bubble-fill-red{
    border-color: red;
    background: red;
}
.bubble-blue{
    border-color: #2196F3;
}
.bubble-fill-blue{
    border-color: #2196F3;
    background: #2196F3;
}
.bubble-info{
    border-color: #4eadbb;
}
.bubble-fill-info{
    border-color: #4eadbb;
    background: #4eadbb;
}

.bubble.thick-one{
    border-width: 1px;
}
.bubble.thick-two{
    border-width: 2px;
}
.bubble.thick-three{
    border-width: 3px;
}


.bubble.size-tiny{
    width: 6px;
    height: 6px
}
.bubble.size-one{
    width: 10px;
    height: 10px
}
.bubble.size-two{
    width: 16px;
    height: 16px
}
.bubble.size-three{
    width: 25px;
    height: 25px
}

.form-control{
    font-weight: 600;
    color: #000;
    border: 1px solid #bdd3d6;
    border-radius: 3px;
}

.sticky-icon{
    position: fixed;
    bottom: 28px;
    left: 34px;
    font-size: 34px;
    z-index: 999;
    border: 1px solid #cdd8da;
    padding: 5px 14px;
    border-radius: 100%;
    background: #ffffff;
    width: 68px;
    height: 68px;
    box-shadow: -1pt 1pt 4pt #9fb4b7;
    color: #3b8d9a;
    text-align: center;
    cursor: pointer;
}

.sticky-menu{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    font-size: 14px;
    background: #fff;
    padding: 1em;
    border: 1px solid #eee;
    white-space: nowrap;
    z-index: -1;
    box-shadow: 0pt 0pt 4pt #ddd;
    border-radius: 4px;
    padding-bottom: 60px;
    padding-right: 48px;
}
.sticky-menu-link{
    padding: 0.5em 1em;
    color: #777;
    border-left: 4px solid #fff;
}

.sticky-icon i.fa-headset{
    vertical-align: -5px;
}

.sticky-icon:hover{
    color: #31828f;
    font-size: 24px;
}

.sticky-icon:hover > .sticky-menu{
    display: block;
}

.sticky-menu-link:hover{
    color: #000 !important;
    border-left: 4px solid #4eadbb;
}

.sticky-icon:hover > i.fa-headset{
    vertical-align: -16px;
    margin-right: -10px;
}

.vue-toast-container{
    max-width: 320px;
    top: 5em !important;
    right: 1em !important;
    display: flex;
    text-align: center;
}

.vue-toast-body{
    line-height: 1.5 !important;
    font-size: 13px !important;
    padding: 10px 1em !important;
    border-radius: 4px !important;
    display: inline-block !important;
    font-weight: 300 !important;
    box-shadow: 0pt 2pt 8pt #f4f4f4 !important;
    margin: auto;
}


@media all and (max-width: 768px) {
    .recognition-box img {
      max-width: 100px;
      margin: auto;
    }
    .sticky-icon{
      display: none;
    }
}

/* whatsapp and call stript for mobile */
.enquire_us_container{
    position: fixed !important;
    bottom: 0px;
    background: white;
    z-index: 100;
    padding: 7px;
    box-shadow: 0 0 24px 0
    rgba(38,36,39,.172549);
    backface-visibility: visible;
    cursor: pointer;
    width: 104%;
    display:flex;
  /* animation: g .3s ease-in-out 3s forwards; */
}
.enquire_us_span{
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-left: 6px;
  margin-right: 24px;
  margin-top: 5px;
  color: White;
  display: none;
}
.enquiry_icon{
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 4px;
  margin: 5px;
}
.video_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 8px 16px 0px
    rgba(0,0,0,0.2);
}
@media screen and (min-width: 700px) {
.new-left {
    visibility: hidden;
  }
}

/* client logos */
#clientSlider .item {
  width: 33.33%;
}
@media screen and (min-width: 700px) {
  #clientSlider .item {
    width: 20%;
  }
}

/* Multi slider style */
  .slider{
      position: relative;
  }
  .MS-content {
      white-space: nowrap;
      overflow: hidden;
      margin: 0;
  }
  .MS-content .item{
      display: inline-block;
      width: 33.3333%;
      position: relative;
      vertical-align: top;
      overflow: hidden;
      height: 100%;
      white-space: normal;
      padding: 0 10px;
  }
  @media (max-width: 768px){
      .slider .MS-content .item {
          width: 50%;
      }
      .banner-img-wrapper img{
          opacity: 0.9;
          max-height: 50vh;
      }
  }
  @media (max-width: 576px){
      .slider .MS-content .item {
          width: 100%;
      }
      .banner-img-wrapper img{
          opacity: 0.9;
          max-height: 50vh;
      }
      .banner-content h1{
          font-size: 24px;
      }
      .banner-content h2{
          font-size: 18px;
          color: #777;
      }
  }

  /* client logos  */
  .client-icon{
    width: 120px;
    padding: 1em 2em;
    height: 120px;
  }
  .client-icon img{
    max-width: 120px;
    max-height: 50px;
  }