
/* Carousel */
.carousel {
    position: relative; }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible!important;}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block; }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0); }
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%); }
@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%); }
@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
    left: 0; }

.carousel-control-next {
    right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index:100;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
.carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }


/* lesson-01-section-06 */

#lesson-01-section-06 {
    position: relative;
    z-index: 1;
    border-bottom: 210px solid #002c47;
    border-top: 15px solid #002c47;
    background:url(../images/lesson-01-section-06-bg-01.png) repeat-x #00af65;

}
#lesson-01-section-06 .container-01 .row-01 h2 {
    font-size: 50px;
    padding-top: 40px;
    font-family: "Roboto Slab";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4);
}
#lesson-01-section-06 .container-01 .row-01 h3 {
    font-size: 30px;
    width: 100%;
    font-family: "Roboto Slab";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4);
}

#lesson-01-section-06 .carousel-inner div h2 {
    font-size: 24px;
    font-family: "Roboto Slab";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
#lesson-01-section-06 .carousel-inner div p {
    font-size: 22px;
    font-family: "Roboto Slab";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

#lesson-01-section-06 .carousel-indicators li {
    width: 90px;
    height: 90px;
    border: none;
    border-radius: 110px;
    background-color: #002c47;
    margin: 0px 10px;
    text-indent: 0px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
    position: relative;
    top: 65px;
    font-family: "Roboto Slab";
    font-weight: bold;
}

#lesson-01-section-06 .carousel-indicators li.active{
    background-color: #ffad01;
    color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);

}
.carousel-inner {
    position: relative;
    z-index: 16;
}
.carousel-inner .carousel-item .box-01,
.carousel-inner .carousel-item .box-02,
.carousel-inner .carousel-item .box-03,
.carousel-inner .carousel-item .box-04,
.carousel-inner .carousel-item .box-05,
.carousel-inner .carousel-item .box-06{
    position:absolute;
    right: 0;
    bottom:-150px;
    left: 0;
    z-index:20;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


.carousel-control-prev, carousel-control-next{
    display: none;
}

.carousel-inner .carousel-item .box-05 {
    bottom: -180px;
}

/* lesson-01-section-07 */

#lesson-01-section-07 {
    background: url(../images/lesson-01-section-06-bg-01.jpg) center;
    background-size: cover;
}
#lesson-01-section-07 .container-01 {
    position: relative;
}
#lesson-01-section-07 .container-01 .row-01 h2 {
    font-size: 50px;
    font-family: "Roboto Slab";
    color: rgb(42, 42, 134);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 16px 16px rgba(0, 0, 0, 0.8);
}
#lesson-01-section-07 .row-01 {
    padding: 50px 0;
}


/* lesson-01-section-08 */

#lesson-01-section-08 {
    background:#ededed;
    position: relative;
    padding:90px 0 0 0;

}
#lesson-01-section-08:before {
    content:"";
    height: 210px;
    width:100%;
    background: #008be0;
    position: absolute;
    top: 0px;
    left: 0px;
}
#lesson-01-section-08 .box-area {
    max-width:730px;
    height:225px;
    border:0px;
    background:#fff;
    margin-top: 20px;
}

#lesson-01-section-08 .box-area textarea {
    width: 100%;
    height: 100%;
    border: 0;
    padding:20px 20px 20px 115px;

}


#lesson-01-section-08 .box-area textarea:disabled
{
    background-color: #e4e4e4;
}

#lesson-01-section-08 .box-area:before {
    content:"";
    width:95px;
    height: 225px;
    background: #60ad69;
    background: url(../images/lesson-01-section-08-icon-lapis_3.png) #00af65 no-repeat 25px 60px;
    position: absolute;
    z-index: 1;
}
#lesson-01-section-08 .box-area:after {
    content: "";
    width: 177px;
    height: 340px;
    background: url(../images/lesson-01-section-08-icon-lapis_2.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -130px;
    top: -15px;
}
#lesson-01-section-08 .row-02 .botton-01 {
    width:270px;
    height: 70px;
    border:0px;
    margin-right:90px;
    background:none;
}
#lesson-01-section-08 .row-03 .svg-01 {
    margin-top: -75px;
    position: relative;
    z-index: 16;
}

#lesson-01-section-08 .row.row-03 .box{
    width:100%;
    margin-left: 31%;
    margin-left: 30%;
    max-width: 823px;
    background: #008be0;
    padding: 35px;
    position: relative;
    z-index: 2;
}

#lesson-01-section-08 .row.row-03 .box-container {
    position: relative;
    margin-top: 50px;
}

#lesson-01-section-08 .row.row-03 .box-container .box:after{
    content: url(../images/lesson-01-section-08-svg-01-dots.png);
    width: 87px;
    height: 93px;
    position: absolute;
    right: -33px;
    bottom: -36px;
    z-index: 1;
}

#lesson-01-section-08 .row.row-03 .box p{
    font-family: "Roboto Slab";
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}

/* 991px */
@media (max-width: 991px) {

    .tab {
        padding-bottom: 80px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

    .tab .nav-item a {
        width: 120px;
        height: 80px;
    }
    .tab .nav-item a img {
        max-width: 100%;
        max-height: 60px;
    }
    .tab .tab-content .tab-pane .box{
        margin-top: 20px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .tab .nav-item a {
        width: 100px;
    }
    .tab .nav-item a img {
        max-height: 50px;
    }
    .tab .tab-content .tab-pane p {
        font-size: 20px;
    }

    .carousel-inner .carousel-item .box-01,
    .carousel-inner .carousel-item .box-02{
        bottom: -169px;
    }

    .carousel-inner .carousel-item .box-03{
        bottom: -180px;
    }

    .carousel-inner .carousel-item .box-04 {
        bottom: -150px;
    }

    .carousel-inner .carousel-item .box-05 {
        bottom: -195px;
        margin-right: 0%;
        margin-left: 0%;
    }
}

@media (max-width: 510.98px) {    
    .tab {
        padding-bottom: 35px;
    }
    .tab .tab-content .tab-pane {
        margin: 0px;
        padding: 10px;
        display: block;
        background-color: transparent;
        margin-bottom: 20px;
        border-radius: 12px;
    }
    .tab .tab-content .tab-pane.fade {
        opacity: 1;
    }
    .tab .tab-content .tab-pane .container {
        padding: 0px;
    }
    .tab .tab-content .row-icon
    {
        display: block;
        margin-bottom: 20px;
    }
    .tab .tab-content {
        padding: 0px;
        background-color: transparent;
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0);
    }
    .tab .tab-content .tab-pane h2 {
        font-size: 28px;
        color: rgb(255, 255, 255);
    }
    .tab .tab-content .tab-pane p {
        color: rgb(255, 255, 255);
    }
    .tab .nav.nav-tabs
    {
        display: none;
    }

    .tab .tab-content .tab-pane .box{
        background-color: transparent;
        padding: 0px;
    }

}

/***************************************************/
/* CASE
/***************************************************/

@media (max-width: 1799.98px) {

}

@media (max-width: 1199.98px) {

    /* lesson-01-section-08 */

    #lesson-01-section-08:before {
        height: 205px;
    }

    #lesson-01-section-08 .box-area:after {
        content: "";
        transform: scale(.65) translateX(-30%);
        right: -196px;
        top: 60px;
    }
    #lesson-01-section-08 .row-02 .botton-01 {
        margin-right: -5px;
    }

}

@media (max-width: 991.98px) {

    /* lesson-01-section-06 */

    #lesson-01-section-06 .container-01 .row-01 h2 {
        font-size: 40px;
    }
    #lesson-01-section-06 .carousel-indicators li {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0px 5px;
        font-size: 40px;
        top: 55px;
    }

    /* lesson-01-section-08 */


    #lesson-01-section-08:before {
        height: 175px;
    }
    #lesson-01-section-08 .box-area:after {
    }
    #lesson-01-section-08 .row-02 .botton-01 {
        margin-right: -5px;
    }


    @media (max-width: 767.98px) {

        /* lesson-01-section-06 */


        #lesson-01-section-06 {
            border-bottom: 200px solid #002c47;
        }
        #lesson-01-section-06 .container-01 .row-01 h2 {
            font-size: 30px;
        }

        #lesson-01-section-06 .container-01 .row-01 h3 {
            display: none;
        }
        #lesson-01-section-06 .container-01 .row-01 h2:last-child {
            padding-top: 5px;
            padding-bottom: 10px;
            font-size: 22px;
            width: 100%;
        }
        #lesson-01-section-06 .carousel-indicators li {
            width: 50px;
            height: 50px;
            line-height: 50px;
            margin: 0px 2px;
            font-size: 25px;
            top: 55px;
            padding-top: 0px;
        }
        #lesson-01-section-08 .box-area:after {
            display: none;
        }
        #lesson-01-section-08 .row-03 .svg-01 {
            padding: 60px 0;
        }
        #lesson-01-section-08:before {
            height: 160px;
        }

    }

}

@media (max-width: 576px) {

}