.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    background-image: url("../../images/why_people.png");
    min-height: 600px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size:50%;
}

.bgimg-2 {
    background: #ffffff url("../../images/vr_bg.png");
    min-height: 600px;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.bgimg-3 {
    min-height: 600px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.bgimg-4 {
   /* background: #ffffff url("../../img/new_clients/process_optimization_bg.png");*/
    min-height: 600px;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.bgimg-5 {
    background: #ffffff url(../../images/lms.png);
    min-height: 600px;
    background-attachment: fixed;
    background-position: 50px center;
    background-repeat: no-repeat;
    background-size: 43%;
}
.caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption_01 {
    overflow: hidden;
}
.caption_01:before {
    content: "";
    position: absolute;
    right: -11em;
    width: 320px;
    height: 559px;
    background-color: #39cccc;
    background-size: cover;
    clip-path: polygon(0% 220%, 250% 0, 0% 0%);
    overflow: hidden;
    transform: rotate(45deg);
    border-radius: 69px;
    z-index: 1;
}
.caption img {
    border-radius: 0 0 4px 4px;
  /*  max-width: 120px;*/
    height: auto;
    /*background: #fff;*/
    padding: 8px;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}
.desc {
    position: relative;
    text-align: left;
    padding-left: 50px;
    background: transparent;
    padding: 40px;
    margin-top: 50px;
    /* max-width: 550px; */
    top: 2em;
    left: -3em;
    border-radius: 10px;
}
.bg-white { background-color: #fff;}
.desc.less-top-2 {
    top: -2em;
}
.desc.less-top-1 {
    top: -1em;
}
.desc h4 {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.25 !important;
    display: inline-block;
}
.desc ul {

}
.desc ul strong {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.desc ul.divided {
    display: inline-block;
}
.desc ul.divided li {
    width: 100%;
    float: left;
}
.desc ul li:last-child, .desc ul.divided li:last-child {
    margin-top: 10px;
}
.desc ul li:not(:last-child) {
    margin-bottom: 8px;
    margin-top: 10px;
}
.desc ul li {
    padding-left: 30px;
}
.desc ul li:before {
    padding-right: 0;
    font-family: "iconfont";
    color: #0c5adb;
    position: absolute;
    /*top: 3px;*/
    font-size: 1rem;
    margin-left: -30px;
}
.desc ul li:before {
    content: "\ea74";
    /*top: 1px;*/
}
.app_screen {
    float: left;
    margin-top: 2em;
    position: relative;
    z-index: 1;
}
.app_screen img {
    width: 220px;
    max-width: 220px;
}
.lms-img{
    width: 100%;
    height: auto;
}
.lms-img img{
    width: 100%;
    height: auto;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
        /*background-attachment: scroll;*/
    }
    .bgimg-2 {
        background: #badcfe url(../../images/vr_bg.png);
        min-height: 600px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bgimg-1 {
        background: #ffffff url(../../images/why_people.png);
        min-height: 500px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bgimg-3 .caption {
        position: inherit;
    }
}
@media only screen and (max-device-width: 600px) {
    .bgimg-5 {
        background-size: 73%;
    }
}
.owl-carousel .owl-stage-outer {
    margin-top: 50px;
}
.read-more, .read-more:hover {
    background: #E91E63;
    padding: 6px 12px;
    display: inline-block;
    margin: 31px 10px 0 0;
    border-radius: 2px;
    color: #ffffff;
}