 
/***********************************/
/*******Microlearning layout********/
/***********************************/
.plat *.big-title h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 300;
}

.plat *.nav {
    margin: 0 auto;
     
    margin-bottom: 80px;
    margin-top: 30px;
    text-align: center;
}

 .plat *.nav>li {
    position: relative;
    display: inline-block;
}
 .plat *.nav>ul {
    display: inline-block;
}

 .plat *.nav> li >a {
    line-height: inherit;
    padding: 14px 35px;
    border: 0px solid #e4e4e4;
    border-left-color: transparent;
    border-radius: 0px;
    background-color: #f5f5f5;
    margin-right: -4px;
}

 .plat *.nav li.active.top > a {
    color: #FFF;
    background-color: #2c80c4;
    border-color: #2c80c4;
}
 .plat * a.top {
    color: #FFF;
    background-color: #2c80c4!important;
    border-color: #2c80c4;
}

  .plat * .ft-title {
    font-size: 30px;
    line-height: 1.2;
    color: #232335;
    font-weight: 300;
    margin-top: -8px;
}

  .plat * .ft-text {
    line-height: 1.3;
    color: #000000;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

  .plat * .ft-button {
    color: #fff;
    background: #2c80c4;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

  .plat * .ft-button:hover {
    background: #1b9370;
    color: #fff;
    text-decoration: none;
}

   .plat * .modal-content {
    background: #000;
    margin-right: -17px;
    margin-top: 15%;
}

   .plat * .video-bgd {
    margin: 0 auto 15px;
}

 .plat * .row.st-sub {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #232335;
    font-weight: 400;
    margin-top: -40px;
    margin-bottom: 30px;
    text-align: center;
}

 .plat * .box-wrapper1 {
    position: relative;
    text-align: center;
    min-height: 58px !important;
    margin-top: 20px;
    padding-top: 10%;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0px 0px 10px 1px #ececec;
    -moz-box-shadow: 0px 0px 10px 1px #ececec;
    box-shadow: 0px 0px 10px 1px #ececec;
    height: 50%;
    padding-bottom: 10%;
}

  .plat * .box-title {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

 .box-content {
    max-width: 220px;
    text-align: center;
    margin: 0 auto 20px;
}

 .play {
    background: #fff;
    border: 2px solid #2c80c4;
    padding: 7px 17px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}

 .play:hover {
    background: #2c80c4;
    color: #fff;
    text-decoration: none;
}

 .bottom {
    margin-bottom: 50px;
}

   .bgd-2 {
    margin: 0 auto 30px;
}

 .micro {
    color: #fff;
    background: #2c80c4;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 12px;
}

 .micro:hover {
    background: #1b9370;
    color: #fff;
    text-decoration: none;
}

.plat * .button-wrapper {
    margin: 0 auto 40px;
    width: 290px;
}

@media screen and (max-width:767px) {
    .video-bgd {
        margin: 30px auto 50px;
    }
    .ft-title {
        margin-top: -40px;
    }
}

@media screen and (max-width:660px) {
     .plat * .nav>li {
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }
     .plat * .nav {
        width: 100%;
    }
}

@media screen and (max-width:400px) {
     .plat * .micro {
        padding: 8px 2px;
    }
     .plat * .button-wrapper {
        width: 253px;
    }
}


/******************************************/
/*******end of Microlearning layout********/
/******************************************/
