@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.inner-banner .header h1 {
    font-size: 56px;
    font-weight: 200;
    line-height: 44px;
    padding-bottom: 20px;
}
.inner-banner.header.p{
line-height: 1.5 rem;
margin-bottom: 40px !important;  

  }
.fw-semi{
    color: #23395c !important;

}
.header{

padding: 100px 20px;
}
.button, input, optgroup, select, textarea{
    padding: 10px;
    width: 350px;
}


--------
.pad-comm {
    padding: 50px 0;
}

.primary {
    color: #71BC00;
}

.main-menu .nav-link {
    color: #666666;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.main-top-block {
    position: relative;
    min-height: 525px;
    height: 100%;
    display: flex;
}

.main-top-block:after {
    content: "";
    min-width: 407px;
    background: #71BC00;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: -1;
}

.main-top-block .right-banner-icon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.main-top-block .right-banner {
    height: 100%;
    position: relative;
}

/* .main-top-block .icon-group {
    position: absolute;
    top: 0;
    left: -5px;
} */
.main-top-block .vector-banner {
    position: relative;
    top: 12px;
}

.banner-caption .heading h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    color: #3B3D3B;
    padding-bottom: 40px;
}

.banner-caption p {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #6E726E;
    padding-bottom: 40px;
}

.btn-green {
    background: #71BC00;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #fff;
    min-width: 210px;
    height: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.btn-green:hover,
.btn-green-square:hover {
    color: #fff;
    background: #00B23B;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.btn-green span {
    padding-left: 18px;
}

.banner-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.title {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #3B3D3B;
}

.head-e-learn {
    padding-bottom: 48px;
}

.subhead {
    color: #3B3D3B;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}

.platforms {
    position: relative;
    min-height: 420px;
    margin-bottom: 80px;
}

.platform-desc {
    padding-top: 50px;
}

.platform-desc p {
    color: #6E726E;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.left-end-bg::before,
.right-end-bg::before {
    min-width: 380px;
    min-height: 420px;
    content: "";
    position: absolute;
    z-index: -1;
}

.left-end-bg::before {
    background: url('../images/left-bg-skew.svg') no-repeat left top;
    left: 0;
}

.right-end-bg::before {
    background: url('../images/right-bg-skew.svg') no-repeat left top;
    right: 0;
}

.platforms .item-pic.right {
    display: flex;
    justify-content: flex-end;
}

.platforms .item-pic.right .exam-icon {
    padding-top: 70px;
}

.report-icon {
    padding-top: 65px;
}

.profile .features {
    padding-top: 84px;
}

.profile .features .count-box {
    padding-bottom: 35px;
    padding-right: 70px;
}

.counting-data .counter p {
    color: #3B3D3B;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
}

.counting-data .counter span {
    color: #3B3D3B;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    padding-right: 10px;
}

.counting-data p {
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.features-thumb-list .thumbnail-img img {
    border-radius: 5px;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.features-thumb-list .thumbnail-img {
    min-width: 235px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.features-thumb-list .thumbnail-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.profile .features .count-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials {
    background: #3B3D3B;
    padding: 90px 0;
}

.testimonials .user-info {
    min-width: 367px;
    min-height: 477px;
    background: #D8D1D1;
    border-radius: 5px;
}

.testimonials .user-info .profile-pic {
    padding-bottom: 40px;
    padding-top: 100px;
    position: relative;
}

.testimonials .user-info .profile-pic span img {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 100px;
    bottom: 40px;
}

.testimonials .user-info .profile-pic img {
    width: 150px;
    height: 150px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 108.549px;
    margin: 0 auto;
    object-fit: cover;
}

.testimonials .carousel-inner {
    background: #FFFFFF;
    border-radius: 5px;
}

.testimonials .testimonial-content {
    color: #3B3D3B;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    padding-left: 86px;
    padding-right: 82px;
    display: flex;
    align-items: center;
}

.testimonials .client-info {
    padding-left: 30px;
}

.testimonials .client-info h6 {
    font-weight: 700;
    font-size: 20px;
}

.testimonials .client-info span {
    padding-left: 5px;
    padding-top: 10px;
    display: inline-block;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
    width: 36px;
}

.testimonials .carousel-control-next-icon,
.testimonials .carousel-control-prev-icon {
    width: 36px;
    height: 60px;
    background: #EEEEEE;
    font-size: 25px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .carousel-control-next-icon:hover,
.testimonials .carousel-control-prev-icon:hover {
    color: #fff;
    background: #69BC05;
}

.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-prev-icon {
    background-image: none;
}

/* .testimonials .carousel-control-prev {
    left: 30%;
}
.testimonials .carousel-control-next {
    right: 22px;
}  */
.testimonials .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background: #D9D9D9;
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    margin-right: 12px;
}

.testimonials .carousel-indicators .active {
    background: #69BC05;
}

.testimonials .carousel-indicators {
    left: 28%;
    right: 0;
    margin-bottom: 0;
    bottom: 36px;
}

.client-list {
    padding-bottom: 60px;
}

.client-list h3 {
    color: #3B3D3B;
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    padding-top: 75px;
}

.learning-solution .solution-info {
    padding-bottom: 65px;
}

.solution-info .btn {
    min-width: 270px;
    height: 60px;
    line-height: 45px;
}

.learning-solution .solution-info h2 {
    color: #3B3D3B;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
}

.learning-solution .solution-info .desc {
    padding: 40px 0;
}

.learning-solution .solution-info .desc p {
    color: #6E726E;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px
}

.learning-solution .solution-thumb {
    background: url('../images/green-bg.svg') no-repeat;
    min-height: 425px;
    background-position: top center;
    max-width: 404px;
}

.learning-solution .solution-thumb .inner-box {
    display: flex;
    max-width: 405px;
}

.learning-solution .solution-thumb .inner-box .find {
    width: 97px;
    height: 97px;
    position: relative;
    right: -60px;
    top: 12px;
}

.learning-solution .solution-thumb .inner-box .man {
    display: flex;
    flex-direction: column;
}

.learning-solution .solution-thumb .inner-box .man img {
    margin-right: 90px;
    max-width: 100%;
}

.learning-solution .solution-thumb .inner-box .man .shadow-man {
    position: relative;
    display: inline-block;
    top: -50px;
    right: -20px;
}

.footer {
    background: #3B3D3B;
    padding-top: 38px;
    padding-bottom: 28px;
}

.footer .logo {
    padding-bottom: 35px;
    border-bottom: 1px solid #6E726E;
    margin-bottom: 38px;
}

.footer-about .scan {
    min-width: 118px;
}

.footer-about .scan p {
    font-weight: 400;
    font-size: 12px;
    line-height: 29px;
}

.footer-about .scan .whtsapp {
    padding-right: 10px;
}

.footer-about .about-text {
    padding-left: 36px;
    color: #FFFFFF;
    opacity: 0.7;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
}

.footer .footer-menu h6 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
}

.footer .footer-menu li a {
    color: #fff;
    opacity: 0.6;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
}

.footer .location address {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.99;
}

.footer .contact-info span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
}

.footer .contact-info span img {
    margin-right: 10px;
}

.footer .contact-info a {
    color: #fff;
    text-decoration: none;
}

.footer .social-menu {
    padding-top: 45px;
}

.footer .social-menu span:hover a {
    color: #71BC00;
}

.footer .social-menu span a {
    color: #fff;
    font-size: 22px;
    margin-right: 25px;
    opacity: 0.6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    cursor: pointer;
    width: 20px;
}

.footer .social-menu span:hover {
    color: #71BC00;
}

.dropdown-item {
    color: #3B3D3B;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #FFFDFD;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5px 5px;
    border-top: 4px solid #95D225;
    min-width: 180px;
    transition: ease-out 0.3s;
}

.dropdown:hover .dropdown-menu {
    display: block;
    transition: all .3s ease-in-out;
}

.dropdown-toggle:after {
    content: none;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
}

/* .scroll-top img {
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: none;
    cursor: pointer;
} */


/* animation effect */

.move-img-wrap {
    position: relative;
    animation: top2botm 5s infinite;
    animation-direction: alternate;
}

@keyframes top2botm {
    50% {
        transform: translateY(50px);
    }
}

.wheel-img {
    position: relative;
}

.wheel-wrp {
    position: absolute;
    right: 23%;
    top: -15%;
    animation: rotation 5s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.whl-img {
    position: absolute;
    right: 12%;
    top: -13%;
    animation: rotation 4s infinite linear;
}

.ring-vlt {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    border-radius: 50%;
    animation: animateV 1s linear infinite;
}

.ring-blue {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    border-radius: 50%;
    animation: animateC 1s linear infinite;
}


@keyframes animateC {
    0% {
        border-top: 4px solid #A138E2;
    }

    25% {
        border-top: 4px solid #A138E2;
        border-right: 4px solid #A138E2;
    }

    50% {
        border-top: 4px solid #A138E2;
        border-right: 4px solid #A138E2;
        border-bottom: 4px solid #A138E2;
    }

    100% {
        border-top: 4px solid #A138E2;
        border-right: 4px solid #A138E2;
        border-bottom: 4px solid #A138E2;
        border-left: 4px solid #A138E2;
    }
}

@keyframes animateV {
    0% {
        border-top: 4px solid #323894F2;
    }

    25% {
        border-top: 4px solid #323894F2;
        border-right: 4px solid #323894F2;
    }

    50% {
        border-top: 4px solid #323894F2;
        border-right: 4px solid #323894F2;
        border-bottom: 4px solid #323894F2;
    }

    100% {
        border-top: 4px solid #323894F2;
        border-right: 4px solid #323894F2;
        border-bottom: 4px solid #323894F2;
        border-left: 4px solid #323894F2;
    }
}

.rotate {
    animation: rotation 2s 1 linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* .move-ltr {
    position: relative;
    animation: left2rght 4s;
    animation-direction: alternate;
}

@keyframes left2rght {
    0% {
        left: -10%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 0%;
    }
}

.move-rtl {
    position: relative;
    animation: rght2left 4s;
    animation-direction: alternate;
}

@keyframes rght2left {
    0% {
        right: -10%;
    }

    50% {
        right: 50%;
    }

    100% {
        right: 0%;
    }
} */

.image-wrap-top {
    display: flex;
    justify-content: right;
    margin: 200px;
}

.image-lap {
    position: relative;
}

.image-lap-item1 {
    position: absolute;
    top: -7%;
    right: 29%;
}

.image-lap-item2 {
    position: absolute;
    top: 10%;
    right: 0%;
}

.image-lap-item3 {
    position: absolute;
    top: 10%;
    left: -8%;
}

.image-lap-item4 {
    position: absolute;
    bottom: 20%;
    left: -25%;
}

.appst-list img{
    width: 70%;
}
/* slick-logo-slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 50px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide .daruthaqwa {
    width: 50%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.navbar-light .navbar-toggler {
    border-color: transparent
}

button:focus,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #666;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #71BC00;
}

.mgn-tt{
height: 50px;
}
/* academic */
.inner-banner .heading h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 20px;
}

.inner-banner .heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    padding-bottom: 28px;
}

.inner-banner.academic {
    position: relative;
}

.academic-center {
    padding-top: 70px;
}

.inner-banner {
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    align-items: center;
    position: relative;
    /* height: auto; */
    min-height: calc(70vh - 45px);
}

.academic {
    background-image: url('../images/Group\ 1000000853.svg');
    animation: animatedBackground 2s linear alternate;
}


@keyframes animatedBackground {
    0% {
        right: -10%;
    }

    50% {
        right: .1%;
    }

    100% {
        right: 0%;
    }
}

.coaching-bg {
    background-image: url('../images/Group\ 1000000858.svg');
    animation: animatedBackground 2s linear alternate;
}

.cultural-bg {
    background-image: url('../images/Group\ 1000000855.svg');
    animation: animatedBackground 2s linear alternate;
}

.spiritual-bg {
    background-image: url('../images/Group\ 1000000856.svg');
    animation: animatedBackground 2s linear alternate;
}

.lifestyle-bg {
    background-image: url('../images/Group\ 1000000857.svg');
    animation: animatedBackground 2s linear alternate;
}

.admin-mod-bg {
    background-image: url('../images/admin-right-banner.svg');
    animation: animatedBackground 2s linear alternate;
}

.tchr-mod-bg {
    background-image: url('../images/teacher-right-banner.svg');
    animation: animatedBackground 2s linear alternate;
}

.stud-mod-bg {
    background-image: url('../images/student-right-banner.svg');
    animation: animatedBackground 2s linear alternate;
}

.parent-mod-bg {
    background-image: url('../images/parent-right-banner.svg');
    animation: animatedBackground 2s linear alternate;
}

/* .inner-banner.academic::after {
    content: "";
    background: url(../images/right-shape-bg.svg) no-repeat right top;
    position: absolute;
    right: 0;
    min-height: 435px;
    top: 0;
    width: 100%;
    z-index: -1;
} */

.academic-partner {
    padding-top: 45px;
    padding-bottom: 150px;
}

.academic-partner .partner-about h2 {
    color: #3B3D3B;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 15px;
}

.academic-partner .partner-about p {
    color: #4F4F4F;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

.title-two {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.academic-solution p {
    color: #828282;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 60px;
}

.academic-solution .btn {
    margin-bottom: 70px;
    width: 270px;
    height: 60px;
    line-height: 42px;
}

.marg-tp {
    margin-top: 35px;
}

.cult-gap {
    margin-top: 40px;
}

.top-gap {
    padding-top: 40px;
}

/* Admin Module */
.inner-content {
    margin-top: 52px;
}

.bnr-img {
    margin-top: 22px;
}

.step-list .icon {
    margin-bottom: 40px;
}

.step-list .listing {
    margin-bottom: 16px;
}

.step-list .listing p {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}

.step-list .listing span {
    display: inline-block;
    margin-right: 24px;
}

.step-list,
.semi-col-img {
    position: relative;
    padding-bottom: 70px;
}

.rgh-img {
    text-align: right;
}

.lang-sub-icon {
    position: absolute;
    top: -15%;
    left: 35%;
    animation: wiggle 2s linear infinite;
}

.lang-sub-icon1 {
    position: absolute;
    top: 13%;
    left: 47%;
    animation: wiggle 2s linear infinite;
}

.lang-sub-icon2 {
    position: absolute;
    left: 47%;
    top: 45%;
    animation: wiggle 2s linear infinite;
}

.lang-sub-icon3 {
    position: absolute;
    bottom: -3%;
    left: 32%;
    animation: wiggle 2s linear infinite;
}

.lang-sub-icon4 {
    position: absolute;
    top: -20%;
    right: 65px;
    animation: wiggle 2s linear infinite;
}

.lang-sub-icon5 {
    position: absolute;
    top: 6%;
    right: 0;
    animation: wiggle 2s linear infinite;
}

.lang-sub-icon6 {
    position: absolute;
    right: 0;
    top: 35%;
    animation: wiggle 2s linear infinite;
}

.lang-sub-icon7 {
    position: absolute;
    bottom: 8%;
    right: 65px;
    animation: wiggle 2s linear infinite;
}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

.dwnld-broucher .btn {
    min-width: 396px;
    height: 78px;
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 96px;
    line-height: 60px;
}

.inner-footer-content p {
    color: #828282;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 36px;
}

.inner-footer-content {
    margin-bottom: 70px;
}

.free-demo .btn {
    min-width: 270px;
}

/* lelojee */
.carousel-banner .carousel-item img {
    width: 100%;
}

.carousel-banner .carousel {
    transform: none !important;
}

.carousel-banner .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}

.carousel-banner .carousel-indicators {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-left: 50%;
    margin-right: 50%;
    width: 98px;
    height: 32px;
    align-items: center;
}

.social-wrap span {
    display: block;
    padding-bottom: 20px;
}

.social-wrap {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translate(10px, -50%);
    z-index: 100;
}

.about-lelojee {
    margin-top: 65px;
    margin-bottom: 100px;
}

.btn-green-square {
    background: #71BC00;
    border-radius: 10px;
    min-width: 173px;
    height: 47px;
    text-align: center;
    padding: 11px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.about-lelojee h1 {
    color: #666666;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px
}

.about-lelojee p {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 25px;
}

.benefits-lelojee h1 {
    color: #666666;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 43px;

}

.benefits-list {
    margin-bottom: 108px;
}

.benefits-list .list-info {
    font-weight: 400;
    font-size: 18px;
    color: #4F4F4F;
    line-height: 28px;
    padding-top: 25px;
}

.benefits-list .list-icon img {
    width: 100px;
    height: 100px;
}

.why-choose-us {
    padding-bottom: 75px;
}

.light-gray-text h1 {
    color: #666;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
}

.light-gray-text p {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 25px;
}

.finisher {
    background: #666666;
    box-shadow: 0px 0px 15px 2px rgba(0, 51, 153, 0.5);
    border-radius: 15px;
    padding: 32px 28px;
    color: #fff;
}

.finisher .icon {
    margin-bottom: 20px;
}

.finisher h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
    margin-bottom: 13px;
}

.finisher .list-features li {
    color: #fff;
    line-height: 25px;
    padding-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.finisher .list-features li:last-child {
    padding-bottom: 0;
}

.finisher .list-features li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    top: 25%;
}

.try-now {
    background: #FFFFFF;
    border-radius: 10px;
    color: #666;
    font-size: 18px;
    line-height: 25px;
    min-width: 131px;
    margin-top: 24px;
}

.builder {
    background: #71BC00;
    box-shadow: 0px 0px 15px 2px rgba(0, 51, 153, 0.5);
}

.learn-experts {
    margin-top: 100px;
}

.learn-experts .experts-profile {
    margin-top: 40px;
    margin-bottom: 100px;
}

.experts-profile .card {
    background: #FCFCFF;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 15px;
    padding: 20px 20px 24px;
    border: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
}

.experts-profile .photo {
    margin-bottom: 20px;
    width: 215px;
    min-height: 203px;
}

.experts-profile .designation {
    margin-bottom: 12px;
}

.experts-profile .designation h3 {
    font-weight: 700;
    font-size: 18px;
    color: #323894;
    line-height: 25px;
}

.experts-profile .designation span {
    color: #F78536;
    font-size: 12px;
}

.experts-profile .card .desc p {
    color: #828282;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: justify;
    min-height: 250px;
}

.btn-green-square {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #71BC00;
    border-radius: 10px
}

.inner-testimonial .testimonial-slide-inner {
    margin-top: 44px;
}

.inner-testimonial .testimonial-slide-inner .testimonial-profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 6px solid #5774EA;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 44px;
    overflow: hidden;
}

.testimonial-slide-inner .profile-block {
    position: relative;
    min-width: 216px;
    display: flex;
    min-height: 200px;
    justify-content: flex-end;
}

.testimonial-slide-inner .testimonial-content {
    margin-top: 44px;
    padding-left: 40px;
}

.testimonial-slide-inner .testimonial-content p {
    color: #828282;
    line-height: 25px;
}

.testimonial-slide-inner .testimonial-content .client-info {
    padding-top: 24px;
}

.testimonial-slide-inner .testimonial-content .client-info h4 {
    color: #666;
    font-weight: 600;
    font-size: 20px;
}

.testimonial-slide-inner .testimonial-content .client-info span {
    font-weight: 300;
    color: #828282;
}

.testimonial-two .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 52px 0 0;
    list-style-type: none;
}

.testimonial-two .slick-dots li {
    margin-left: 20px;
}

.testimonial-two .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(102, 102, 102, 0.3);
    text-indent: -9999px;
}

.testimonial-two .slick-dots li.slick-active button {
    background-color: #71BC00;
}

.book-free {
    background: linear-gradient(0deg, #71BC00, #71BC00), #FFE1FB;
    padding: 68px 0;
    margin-top: 100px;
}

.book-free h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 36px;
}

.book-free .form-group {
    margin-bottom: 17px;
}

.book-free .form-control,
.book-free select {
    height: 52px;
    border: 1px solid #828282;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-left: 24px;
}

.contact-us .contact-form input::placeholder,
.modal-load .modal-body input::placeholder,
.contact-us .contact-form textarea::placeholder,
.book-free input::placeholder {
    color: #B3B3B3;
    font-weight: 300;
}

.book-free .form-check label {
    color: #F2F2F2;
    font-size: 12px;
}

.book-free .form-check-input[type=checkbox] {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    border-width: 2px;
}

.btn-get-free {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F78536;
    border-radius: 10px;
    color: #666;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-top: 25px;
    min-width: 270px;
    height: 47px;
}

.book-free .get-free {
    display: flex;
    justify-content: center;
}

.contact-us {
    margin-top: 57px;
}

.contact-us .content h2 {
    color: #666;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
}

.contact-us .content p {
    color: #4F4F4F;
}

.contact-us .contact-form .form-control {
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    height: 60px;
    padding-left: 24px;
}

.contact-us .contact-form .form-group {
    margin-bottom: 16px;
}

.contact-us .contact-form .btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    height: 60px;
}

.contact-form {
    margin-bottom: 85px;
}

.modal-load .modaltitle h5 {
    color: #666;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.modal-load .modaltitle p {
    color: #666;
    font-size: 18px;
    padding-bottom: 24px;
}

.modal-load .modal-header {
    border-bottom: transparent;
    align-items: start;
}

.modal-load .modal-dialog .modal-content {
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, .2);
}

.modal-load .modal-body .banner {
    padding-bottom: 35px;
    padding-right: 65px;
}

.modal-load .modal-body .feature-list .content {
    padding-left: 28px;
}

.modal-load .modal-body .feature-list .list {
    padding-bottom: 30px;
}

.modal-load .modal-body .feature-list .content p {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.modal-load .modal-form .form-group {
    margin-bottom: 17px;
}

.modal-load .modal-form .form-control {
    background: rgba(123, 97, 255, 0.02);
    border: 1px solid #828282;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 52px;
}

.modal-load .modal-form select {
    border: 1px solid #828282;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 52px;
}

.modal-load .modal-body .form-check label {
    color: #4F4F4F;
    font-size: 12px;
}

.modal-load .modal-body .form-check-input[type=checkbox] {
    border-color: #323894;
    border-radius: 3px;
    border-width: 3px;
    width: 18px;
    height: 18px;
}

.modal-load .modal-body .form-check-input[type=checkbox]:checked {
    background-color: #71BC00;
    border-color: #71BC00;
}

.modal-load .modal-body .form-check-label {
    color: #4F4F4F;
}

.modal-form .btn {
    margin-top: 30px;
}

/* modal style */

.contact-mdl {
    padding: 60px 100px;
    border-radius: 20px;
    background-image: url("../images/Rectangle\ 5404.svg");
    background-position: top;
    background-repeat: no-repeat;
}

.contact-top img {
    padding-bottom: 20px;
}

.contact-top h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #666666;
}

.contact-contnt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}

.contact-contnt span {
    color: #00B23B;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 30px;
    padding-top: 20px;
}

.success-toast {
    border: unset;
}

.success-toast {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #666666;
}

.success-toast span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #71BC00;
}


/* animation test */

.graph-img-wrp {
    position: relative;
}

.bar {
    position: absolute;
    height: 11px;
    background: #71BC00;
    width: 29%;
    top: 31%;
    left: 34%;
    margin-top: 8px;
    box-shadow: 0 0 3px rgb(192 192 192 / 90%);
    animation: fill 5s infinite alternate, colors 5s infinite alternate;
}

.bar.fill1 {
    top: 44%;
    animation: fill-1 5s infinite alternate, colors 5s infinite alternate;
}

.bar.fill2 {
    top: 57%;
    animation: fill-2 5s infinite alternate, colors 5s infinite alternate;
}


.bar.fill3 {
    top: 70%;
    animation: fill-3 5s infinite alternate, colors 5s infinite alternate;
}


.bar.fill4 {
    top: 82%;
    left: 35%;
    animation: fill-4 5s infinite alternate, colors 5s infinite alternate;
}


@keyframes fill {
    0% {
        width: 0;
    }

    33% {
        width: 30px;
    }

    66% {
        width: 10px;
    }

    100% {
        width: 105px;
    }
}

@keyframes fill-1 {
    0% {
        width: 0;
    }

    33% {
        width: 50px;
    }

    66% {
        width: 20px;
    }

    100% {
        width: 130px;
    }
}

@keyframes fill-2 {
    0% {
        width: 0;
    }

    33% {
        width: 90px;
    }

    66% {
        width: 70px;
    }

    100% {
        width: 136px;
    }
}

@keyframes fill-3 {
    0% {
        width: 0;
    }

    33% {
        width: 50px;
    }

    66% {
        width: 24px;
    }

    100% {
        width: 109px;
    }
}

@keyframes fill-4 {
    0% {
        width: 0;
    }

    33% {
        width: 98px;
    }

    66% {
        width: 34px;
    }

    100% {
        width: 99px;
    }
}

@keyframes fill-5 {
    0% {
        width: 0;
    }

    33% {
        width: 30px;
    }

    66% {
        width: 10px;
    }

    100% {
        width: 148px;
    }
}


@keyframes fill-6 {
    0% {
        width: 0;
    }

    33% {
        width: 48px;
    }

    66% {
        width: 22px;
    }

    100% {
        width: 140px;
    }
}

@keyframes colors {
    0% {
        background-color: #71BC00;
    }

    50% {
        background-color: #71BC00;
    }

    100% {
        background-color: #71BC00;
    }
}


/* privacy policy */

.privcy-top-wrap {
    background-color: #71BC00;
}

.privcy-top-wrap h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.content-hd {
    padding-top: 10%;
}

.privcy-top-wrap p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
}

.rht-img {
    text-align: right;
}

.privcy-content {
    padding-top: 40px;
}

.privcy-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #666666;
    padding-bottom: 20px;
}

.privcy-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
    padding-bottom: 40px;
    text-align: justify;
}

.listing-prv span {
    padding-right: 10px;
}

.fo-wt {
    font-weight: 600 !important;
}

.book-free .form-check a {
    text-decoration: none;
    padding: 0px 5px;
    color: #323894;
}

.book-free .form-check a:hover {
    text-decoration: none;
}

.appstore-wrp {
    position: absolute;
    left: 60%;
    bottom: 0;
}

.appst-list:last-child {
    padding-top: 30px;
}

/* mediaquery */
@media (min-width:1200px) {
    .title-two {
        padding: 0 42px;
    }
}

@media (max-width:1200px) {
    .right-inner-banner img {
        width: 100%;
    }

    /* .inner-banner-left img {
        width: 100%;
    } */

    .inner-banner.academic::after {
        min-height: 350px;
    }

    .inner-banner {
        background-size: 45%;
    }
    .appstore-wrp{
        left: 67%;
    }

    /* .inner-banner {
        min-height: auto;
    } */
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 25px 0rem 25px 40px;
    }

    .navbar-brand {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-caption p {
        padding-right: 50px;
    }

    .platforms .item-pic.left img {
        padding-left: 85px;
    }

    .features-thumb-list .row {
        align-items: center;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 30%;
        padding: 0;
        margin-top: -5px;
    }

    .testimonials .carousel-control-prev {
        left: 30%;
    }

    .testimonials .carousel-control-next {
        right: 22px;
    }

    .head-e-learn {
        padding: 0 100px 48px;
    }

    /* .academic .right-inner-banner {
        margin-top: 32px;
    } */

    .academic-solution p {
        width: 70%;
        margin: auto;
    }

    .head-sub-caption {
        padding: 0 250px 48px;
    }

    .inner-footer-content p {
        padding: 0 170px;
    }

    .flex-right-banner {
        display: flex;
        justify-content: flex-end;
    }

    /* .about-jee-banner img {
        width: 90%;
        margin-top: 65px;
    } */

    .modal-load .modal-body {
        padding: 0 95px 35px 95px;
    }

    .modal-load .modal-header {
        padding: 30px 35px 0 92px;
    }

    .carousel-banner .carousel-item img {
        height: calc(100vh - 100px);
        object-fit: cover;
    }

    .lang-img-2 {
        padding-right: 150px;
    }

}

@media (max-width:576px) {
    .learning-solution .solution-thumb .inner-box .man img {
        margin-right: 0;
    }

    .e-learn,
    .main-top-block .vector-banner {
        width: 100%;
    }

    .main-top-block:after {
        top: 0;
        bottom: 46%;
        left: 42%;
        min-width: auto;
    }

    .pad-comm {
        padding: 20px 0;
    }

    .banner-caption .heading h1 {
        font-size: 29px;
        padding-bottom: 20px;
        line-height: 40px;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .btn-green {
        min-width: 200px;
        height: 35px;
        font-size: 15px;
        line-height: 29px;
        line-height: 22px;
    }

    .banner-caption {
        margin-bottom: 0;
    }

    .features-thumb-list .thumbnail-img img {
        width: 100%;
    }

    .profile .features .count-box {
        padding-right: 0;
    }

    .learning-solution .solution-info h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .head-e-learn {
        padding-bottom: 23px;
    }

    .subhead {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .item-pic.left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .e-learn {
        width: 75%;
    }

    .left-end-bg::before {
        min-height: 315px;
    }

    .main-top-block .icon-group {
        position: absolute;
        top: -5px;
        left: -13px;
    }

    .main-top-block .icon-group .icons img {
        width: 50%;
        top: 0;
        right: -35px;
        position: relative;
    }

    .platform-desc {
        padding-top: 20px;
        margin-top: 65px;
    }

    .platform-desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .platforms {
        min-height: auto;
        margin-bottom: 20px;
    }

    .platforms .item-pic.right .exam-icon {
        width: 75%;
    }

    .platforms .item-pic.right {
        justify-content: flex-start;
    }

    .right-end-bg::before {
        min-height: 290px;
        background: url(../images/right-bg-skew.svg) no-repeat right top;
        right: 0;
    }

    .platform-desc.exm-center {
        margin-top: 85px;
    }

    .report-icon {
        width: 50%;
    }

    .reportcenter {
        margin-top: 42px;
    }

    .live-class {
        width: 90%;
    }

    .liveclass {
        margin-top: 0;
    }

    .features-thumb-list .thumbnail-img {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .profile .features {
        padding-top: 20px;
    }

    .profile .features .count-box h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .profile .features .count-info {
        justify-content: space-between;
    }

    .testimonials .user-info .profile-pic img {
        width: 65px;
        height: 65px;
        margin-left: 20px;
    }

    .testimonials .user-info .profile-pic span img {
        width: 20px;
        height: 20px;
        top: 70px;
        right: -5px;
    }

    .testimonials .user-info {
        display: flex;
        min-height: 115px;
    }

    .testimonials .user-info .profile-pic {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .testimonials {
        padding: 28px 30px;
    }

    .testimonials .client-info span,
    .testimonials .client-info h6 {
        font-size: 12px;
        line-height: 22px;
    }

    .testimonials .client-info span {
        padding-top: 0;
    }

    .testimonials .client-info {
        padding-top: 25px;
        padding-left: 15px;
    }

    .testimonials .testimonial-content {
        padding: 15px;
        padding: 15px 30px;
        font-size: 14px;
        line-height: 22px;
        min-height: 400px;
    }

    .carousel-indicators {
        display: none;
    }

    .testimonials .carousel-control-next-icon,
    .testimonials .carousel-control-prev-icon {
        font-size: 12px;
        width: 20px;
        height: 40px;
    }

    .client-list h3 {
        font-size: 18px;
        line-height: 32px;
        padding-top: 32px;
    }

    .client-list {
        padding-bottom: 42px;
    }

    .learning-solution .solution-info .desc {
        padding: 20px 0;
    }

    .learning-solution .solution-info .desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .learning-solution .solution-info {
        padding-bottom: 28px;
    }

    .footer-about .about-text {
        padding-left: 22px;
    }

    .footer .social-menu span {
        font-size: 16px;
    }

    .footer .footer-menu h6 {
        font-size: 14px;
    }

    .footer .footer-menu li {
        font-size: 12px;
        line-height: 30px;
    }

    .contact-info {
        display: flex;
        justify-content: space-between;
    }

    .logo img {
        width: 125px;
    }

    .learning-solution .solution-thumb .inner-box .man .shadow-man {
        right: 0;
    }

    .main-top-block .icon-group img {
        width: 50%;
    }

    .title {
        font-size: 16px;
        line-height: 20px;
    }

    .inner-banner.academic::after {
        min-height: 310px;
    }

    .dwnld-broucher .btn {
        min-width: 100%;
        height: 60px;
        line-height: 45px;
        margin-top: 0px;
        margin-bottom: 50px;
        font-size: 22px;
    }

    .inner-banner {
        background-size: 90% !important;
    }

    .finisher {
        margin-bottom: 40px;
    }

    /* .inner-banner {
        min-height: calc(90vh - 40px);
    } */
    .admin-mod-bg .row,
    .cultural-bg .row,
    .lifestyle-bg .row,
    .coaching-bg .row,
    .academic .row,
    .tchr-mod-bg .row,
    .stud-mod-bg .row,
    .parent-mod-bg .row,
    .spiritual-bg .row {
        margin-top: 150px;
    }

    .academic-partner {
        padding-bottom: 50px;
    }

    .about-lelojee {
        margin-top: 0;
    }

    .contact-us .content {
        margin-bottom: 25px;
    }

    .main-top-block .right-banner-icon {
        position: relative;
    }

    .icon-mbl img {
        width: 210px;
        position: absolute;
        top: -5px;
        bottom: 0;
        left: -8px;
    }

    .academic-partner .partner-about h2 {
        font-size: 25px;
    }

    .scroll-top {
        bottom: 60px;
    }

    .counting-data .counter {
        font-size: 38px;
    }

    .testimonial-slide-inner .profile-block {
        justify-content: center;
    }

    .testimonial-slide-inner .testimonial-content {
        padding-left: 0;
    }

    .banner-caption {
        margin-top: 25%;
    }

    .mbl-top-hg {
        margin-top: 50px !important;
    }

    .lang-sub-icon img,
    .lang-sub-icon1 img,
    .lang-sub-icon2 img,
    .lang-sub-icon3 img,
    .lang-sub-icon4 img,
    .lang-sub-icon5 img,
    .lang-sub-icon6 img,
    .lang-sub-icon7 img {
        width: 100px;
    }

    .lang-sub-icon {
        right: 5%;
        left: auto;
    }

    .lang-sub-icon1,
    .lang-sub-icon2 {
        right: 0;
        left: auto;
    }

    .lang-sub-icon3 {
        right: 5%;
        left: auto;
        bottom: 0;
    }

    .lang-sub-icon7 {
        bottom: 20%;
        right: 18px;
    }

    .lang-sub-icon4 {
        top: -65px;
        right: 15px;
    }

    .lang-sub-icon3 {
        bottom: 15px;
        right: 12%;
    }

    .rgh-img {
        text-align: left;
    }
    .lel-wid {
        width: 50%;
    }
}

@media (max-width:768px) {
    .scroll-top img {
        width: 50px;
    }

    .left-end-bg::before,
    .right-end-bg::before {
        min-width: 100%;
    }

    .footer .social-menu {
        text-align: right;
        padding-bottom: 25px;
        padding-top: 0;
    }

    .center-photos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .finisher {
        margin-bottom: 40px;
    }

    .banner-caption {
        margin-top: 50%;
    }

    .top-mbl-reverse {
        flex-direction: column-reverse;
    }

    .partner-about {
        margin-top: 50px;
    }
   

}

@media (min-width:992px) and (max-width:1024px) {
    .features-thumb-list .thumbnail-img {
        min-width: 100%;
    }
}

@media (max-width:992px) {
    .testimonials .container {
        padding: 0;
    }

    .inner-banner {
        background-size: 50%;
        background-position: top;
        background-position-x: right;
    }

    .contact-form {
        margin-top: 40px;
    }
    .appstore-wrp {
        left: 55%;
    }
    
    .about-jee-banner {
        padding-bottom: 50px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .live-class,
    .e-learn,
    .platforms .item-pic.right .exam-icon,
    .features-thumb-list .thumbnail-img img {
        width: 100%;
    }

    .features-thumb-list .thumbnail-img {
        min-width: 100%;
    }

    .report-icon {
        width: 180px;
    }

    .platform-desc {
        padding-top: 0;
    }

    .right-end-bg::before {
        background: url(../images/right-bg-skew.svg) no-repeat right top;
    }

    .title {
        font-size: 25px;
        line-height: 40px;
    }

    .testimonials .user-info {
        min-width: 202px;
    }

    .testimonials .testimonial-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .testimonials .carousel-control-prev {
        left: 41%;
    }

    .testimonials .client-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonials {
        padding: 50px 0;
    }

    .learning-solution .solution-info h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .ipad-inline {
        display: flex;
    }

    .contact-info {
        padding-left: 45px;
    }

    .ipad-column-reverse {
        flex-direction: column-reverse;
    }

    .main-top-block:after {
        bottom: 50%;
    }

    .image-lap-item1 img,
    .image-lap-item2 img,
    .image-lap-item3 img,
    .image-lap-item4 img {
        width: 80px;
    }

    .banner-caption {
        margin-top: 15px;
    }

    .inner-banner {
        min-height: auto;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 50%;
    }

    .image-lap-item1 {
        top: 0;
    }

    .image-lap-item2 {
        right: 12%;
    }

    .academic-partner {
        padding-bottom: 50px;
    }
}