/*--
    Common Css
--*/
body {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #3b4045;
    font-family: 'PT Sans';
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0px;
}

h1 {
    font-size: 44px;
    line-height: 56px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 23px;
    line-height: 25px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

p {
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.mt-100 {
    margin-top: 40px;
}

.bg-1 {
    background-image: url(../images/call-to-action.jpg);
}

.bg-opacity {
    position: relative;
}

    .bg-opacity:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

a:focus,
.btn:focus,
.btn:active:focus {
    box-shadow: none;
    outline: 0 none;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
}

.section {
    padding: 100px 0;
}

/*--
    custom heading
--*/
.text-center {
    text-align: center;
}

.heading {
    text-align: center;
    color: #777777;
    padding-bottom: 70px;
}

    .heading h2 {
        color: #35ade4;
        padding-bottom: 15px;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
    }

    .heading p {
        font-size: 17px;
        line-height: 24px;
        font-weight: 300;
    }

.subheading {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
}

.btn {
    border-radius: 0;
}

.btn-main {
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 40px;
    display: inline-block;
    background-color: #f9a743;
    -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
}

    .btn-main:hover, .btn-main:focus {
        background-color: #f9a743;
        color: #fff;
    }

.btn-main-sm {
    padding: 12px 35px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/*Preloader*/
#preloader-wrapper {
    background-color: #fff;
    bottom: auto;
    height: 100%;
    left: auto;
    position: fixed;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pre-loader {
    width: 130px;
    height: 130px;
    background: #f9a743;
    border-radius: 50%;
    animation: loading 6s infinite reverse linear;
    position: relative;
    font-family: "themefisher-font" !important;
}

    .pre-loader:before {
        content: "\f3bd";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        font-size: 40px;
        transform: translate(-50%, -50%);
        color: #fff;
    }

@keyframes loading {
    /*  */
    0% {
        box-shadow: inset 0 0 0 80px #f9a743;
    }

    8.49% {
        background: #f9a743;
        box-shadow: inset 0 0 0 160px #f9a743;
    }
    /* orange */
    8.5% {
        box-shadow: inset 0 0 0 0 #ff8133;
    }

    24.99% {
        background: #ff8133;
        box-shadow: inset 0 0 0 160px #ff8133;
    }
    /* yellow */
    25% {
        box-shadow: inset 0 0 0 0 #ffbe1a;
    }

    41.49% {
        background: #ffbe1a;
        box-shadow: inset 0 0 0 160px #ffbe1a;
    }
    /*  */
    41.5% {
        box-shadow: inset 0 0 0 0 #f9a743;
    }

    57.99% {
        background: #f9a743;
        box-shadow: inset 0 0 0 160px #f9a743;
    }
    /* blue */
    58% {
        box-shadow: inset 0 0 0 0 #00b5d9;
    }

    74.49% {
        background: #00b5d9;
        box-shadow: inset 0 0 0 160px #00b5d9;
    }
    /* purple */
    74.5% {
        box-shadow: inset 0 0 0 0 #9772e5;
    }

    90.99% {
        background: #9772e5;
        box-shadow: inset 0 0 0 160px #9772e5;
    }
    /*  */
    91% {
        box-shadow: inset 0 0 0 0 #f9a743;
    }

    100% {
        background: #f9a743;
        box-shadow: inset 0 0 0 80px #f9a743;
    }
}

/*--
    .hero-area start
--*/
.hero-area {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bgtop-02.svg);
    background-size: cover;
}

    .hero-area h1 {
        font-size: 60px;
        font-weight: bold;
        margin-top: 30px;
        line-height: 1.2;
        color: #666;
    }

    .hero-area p {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 15px;
    }

    .hero-area .btn-main {
        margin-top: 30px;
    }

/* .hero-area  */
.navigation {
    background-color: #fff;
    opacity: 0.95;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 17px 50px;
    margin: 0;
    border: 0;
    position: fixed;
    z-index: 99;
    border-radius: 0px;
    width: 100%;
}

    .navigation .navbar-brand {
        display: inline-block;
    }

    .navigation .navbar-toggler {
        background: #fff;
        outline: none;
        border-radius: 0;
        float: right;
    }

        .navigation .navbar-toggler i {
            font-size: 22px;
        }

.logo {
    display: inline-block;
}

    .logo h1 {
        color: #444;
        font-size: 25px;
        margin: 0;
        line-height: 1;
    }

.menu {
    padding-bottom: 5px;
    margin-right: 15%;
}

    .menu li {
        display: inline-block;
        margin: 0 10px;
    }

        .menu li a {
            color: #444;
            font-size: 14px;
            font-weight: bold;
        }

            .menu li a:hover, .menu li a:focus {
                background: none;
            }

/*--
    feature start
--*/
.feature.section {
    padding-bottom: 100px;
}

.feature .feature-box {
    margin-bottom: 40px;
}

    .feature .feature-box i {
        font-size: 30px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .feature .feature-box h4 {
        font-weight: bold;
        margin-bottom: 8px;
    }

    .feature .feature-box p {
        line-height: 1.1;
    }


.promo-details h2 {
    color: #888;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left;
    font-size: 24px;
}

.promo-details p {
    color: #333;
    font-size: 18px;
}

/*--
    Feature-list start
--*/
.feature-list .btn-main {
    margin-top: 15px;
}

/*--
  Gallery start
--*/
.gallery {
    padding-bottom: 100px;
}

    .gallery .owl-item {
        overflow: hidden;
        position: relative;
    }

    .gallery .block {
        padding: 20px;
    }

        .gallery .block:hover .gallery-overlay {
            webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

    .gallery .gallery-overlay {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        top: 15px;
        background: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        color: inherit;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 2;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

        .gallery .gallery-overlay .gallery-popup {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: #f9a743;
            padding: 5px 10px;
            border-radius: 40px;
            width: 50px;
            height: 50px;
        }

            .gallery .gallery-overlay .gallery-popup i {
                color: #fff;
                font-size: 30px;
                line-height: 40px;
                display: inline-block;
            }

/*--
    service start
--*/
.testimonials .testimonial-block {
    padding: 0 10px;
}

    .testimonials .testimonial-block i {
        font-size: 40px;
        display: inline-block;
        margin-bottom: 20px;
        color: #f9a743;
    }

    .testimonials .testimonial-block p {
        font-family: 'PT Sans';
        font-size: 15px;
        color: #777;
        font-style: italic;
    }

    .testimonials .testimonial-block .author-details {
        margin-top: 30px;
    }

        .testimonials .testimonial-block .author-details img {
            border-radius: 50%;
            width: 50px;
        }

        .testimonials .testimonial-block .author-details h4 {
            font-weight: 700;
            font-size: 20px;
            margin-top: 10px;
        }

/*--
    call-to-action start
--*/
.call-to-action {
    padding: 90px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

    .call-to-action .block h2 {
        margin-bottom: 6px;
        color: #fff;
        padding-bottom: 0;
    }

    .call-to-action .block p {
        padding-right: 30px;
        color: #fff;
    }

    .call-to-action .block .input-group {
        margin-top: 30px;
    }

        .call-to-action .block .input-group .btn-main {
            padding: 13px 40px;
        }

        .call-to-action .block .input-group input {
            height: 50px;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            border: none;
            padding-left: 15px;
            box-shadow: none;
        }

footer {
    text-align: center;
    background: #f4f4f4;
    padding: 50px 0px;
}

    footer .footer-logo {
        color: #555;
    }

    footer p.copyright-text {
        font-weight: 300;
        font-size: 12px;
        color: #888;
        letter-spacing: 3px;
        margin-top: 15px;
    }

        footer p.copyright-text a {
            color: #282828;
        }

            footer p.copyright-text a:hover {
                text-decoration: none;
            }

.product-identity {
    position: absolute;
    top: 55px;
    z-index: 100;
}

section.product-name h3 {
    margin-left: 3px;
}

section.hero-area img {
    width: 100%;
}

section.about-product img {
    width: 270px;
}

section.about-product {
    text-align: center;
}

h2 {
    color: #35ade4;
    font-weight: bold;
}

section.about-product {
    margin: 300px 0px 70px 0px;
}

    section.about-product img {
        width: 270px;
        margin-bottom: 40px;
    }

.col-md-6.text-center.feature-app img {
    width: 100%;
}

.row.feature-row-odd {
    background-color: #fff;
    padding: 50px;
}

.row.feature-row-even {
    background-color: #fafafa;
    padding: 50px;
}

section.promo-details.section img {
    width: 100%;
    box-shadow: 0 4px 20px 0 rgba(203, 203, 203, 0.2), 0 6px 32px 0 rgba(208, 208, 208, 0.19);
    height: 268px;
}

.row.feature-row-even h2 {
    text-align: right;
}

.content.mt-100 p {
    text-align: right;
}

.heading h2.feature {
    color: #35ade4;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center !important;
}

.content.mt-100 ul {
    list-style-type: square;
    font-size: 18px;
}

section.feature-list.section img {
    width: 100%;
}

.row.feature-row-odd p {
    text-align: left;
}

.content.mt-100 ul li {
    margin-bottom: 15px;
}

section.product-name img {
    width: 210px;
}

section.product-name h3 {
    font-size: 22px;
}

section.testimonials.section {
    background-color: #fafafa;
}

section.contact.section .form-inline {
    text-align: center;
}

button.btn.btn-primary.getstarted {
    height: 50px;
}

.contact input.form-control {
    height: 50px !important;
    width: 360px !important;
    border-radius: 0px !important;
}

a.footer-logo img {
    width: 120px;
    margin: 20px;
}

.contact .form-inline {
    margin-bottom: 100px;
}

.contact p {
    font-size: 15px;
}

.contact h4 {
    margin-bottom: 20px;
}

.animate {
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

img.animation-left.animate {
    -moz-transform: translate(12em,0);
    -webkit-transform: translate(12em,0);
    transform: translate(12em,0);
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

img.animation-right.animate {
    -moz-transform: translate(-12em,0);
    -webkit-transform: translate(-12em,0);
    transform: translate(-12em,0);
}

.logo-resize {
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

    .logo-resize.animate {
        position: fixed;
        top: 7px;
        width: 50px;
    }

.fade-out.animate {
    opacity: 0;
    -moz-animation-duration: 0s;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -moz-transition: 0s ease-in-out;
    -webkit-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}

.row.feature-row-odd img {
    margin-left: -180px;
}

.row.feature-row-even img {
    margin-left: 180px;
}

.row.contact-item {
    text-align: center;
}

.heading h3 {
    font-weight: bold;
    color: #9b9ea0;
}

.row.contact-item {
    text-align: center;
    padding: 15px;
    border: 1px solid #0275d8;
    border-radius: 50px;
    width: 580px;
    margin: auto;
    background: #0275d8;
    color: #fff;
}

.socialmedia.pull-right {
    text-align: right;
}

    .socialmedia.pull-right a {
        font-size: 32px !important;
        padding: 5px;
        margin-top: 5px;
    }

i.fa.fa-facebook-official {
    color: cornflowerblue;
}

i.fa.fa-twitter {
    color: deepskyblue;
}

i.fa.fa-instagram {
    color: orangered;
}

footer .menu {
    margin: 10px 0px !important;
}

/*----------------------------------------------*/
/*---Skeleton---*/
.main-page .title-loading {
    padding-top: 37pt;
    padding-bottom: 0pt;
    margin-left: 50pt;
    width: 200px;
}

.p-loading {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .p-loading .progress {
        margin-bottom: 0px;
    }

.small-loading {
    width: 70px;
}

    .small-loading .progress {
        height: 10px;
    }

.custom-progress .progress-bar {
    background: #ccc;
}

.mr-bt-0 {
    margin-bottom: 0px;
}


.progress {
    background: #eee -webkit-gradient(linear, left top, right top, from(#eee), to(#eee), color-stop(0.5, #ddd)) 0 0 !important;
    -webkit-background-clip: content-box;
    -webkit-animation-name: progress;
    -webkit-animation-duration: 4s !important;
    -webkit-animation-iteration-count: infinite;
    transition: all 130ms ease-in;
    outline: none !important;
    box-shadow: none;
}

@-webkit-keyframes progress {
    0% {
        background-position: -1000px;
    }

    50% {
        background-position: top left;
    }

    100% {
        background-position: -1000px;
    }
}

.title-attact.detail-skeleton {
    border: none;
    width: 100%;
    height: 75px;
    box-shadow: none;
    background: #eee;
}


.img-area {
    background-color: #ccc;
}

.more.pull-right a.check-activity-skeleton {
    background: #eee;
    width: 20px;
    height: 20px;
    padding: 5px 30px 5px 4px;
    position: relative;
    right: -18px;
    border-radius: 50%;
    font-size: 18px;
    top: 7px;
}

.detail-skeleton .progress {
    height: 75px !important;
}

.filter-list .p-loading.filter-skeleton {
    padding-top: 30pt;
    padding-bottom: 0pt;
    margin-left: 37px;
}

.title.grid-skeleton {
    padding: 20px 20px 0px 20px;
    width: 200px;
}

.item-task-block .small-loading {
    margin-left: 10px;
}

.status-loading {
    width: 50px;
    float: left;
    margin-right: 5px;
}

.info-task.info-skeleton {
    margin-bottom: 35px;
    margin-top: -10px;
}

.img-skeleton .img-area {
    width: 40px;
    height: 40px;
    top: -10px;
}

.status-loading .progress {
    height: 25px;
}

th .p-loading {
    margin-bottom: 0px !important;
}

.p-loading.wd-80 {
    width: 80px !important;
    margin: auto;
}

td.subject.backgroundcell .small-loading {
    margin-top: 12px;
}

span.date-label.paper-loading {
    background: #ddd !important;
}

span.data-label.paper.paper-loading {
    background: #ddd !important;
}

.kanban-label .p-loading {
    margin: 25px auto;
}

.title-kanbanloading {
    margin: 10px 10px 10px 10px;
    width: 150px;
    padding-top: 15px;
}

.item-task img.img-area {
    top: -35px;
    left: 215px;
}

.title-kanbanloading .progress {
    height: 10px;
}

.grid .p-loading {
    margin: 15px;
    padding-top: 15px;
}

.chartdiv {
    margin: 15px;
}

    .chartdiv .progress {
        height: 250px;
    }

.channel-title .p-loading {
    margin: 50px 30px 20px 50px;
}

.channel-description .small-loading {
    margin-left: 30px;
    margin-bottom: 15px;
}

.member-in-channel .img-area {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

img.img-area.subcribe {
    width: 160px;
    border-radius: 25px;
}

.member-in-channel.member-skeleton {
    margin-right: 50px;
}

.inlinemodal-skeleton {
    padding-top: 30px;
    padding-left: 30px;
}

.title-inline.p-loading {
    margin-bottom: 30px;
}

.member-in-channel.inline-member.member-skeleton {
    width: 100%;
    margin-right: 0px !important;
    margin-left: 10px;
}

.inline-member img.img-area {
    width: 28px;
    height: 28px;
}

.skeleton-left .small-loading .progress {
    position: relative;
    top: 40px;
    left: -55px;
}

.col-md-4.skeleton-left {
    position: relative;
    top: -10px;
}

.inlinemodal-skeleton .desc-task {
    margin-top: 25px;
}

.inlinemodal-skeleton .chartdiv {
    margin-left: 0px;
    margin-right: 35px;
}

    .inlinemodal-skeleton .chartdiv .progress {
        height: 40px;
        margin-bottom: 0;
    }

.inlinemodal-skeleton .tab-details {
    margin: 0px;
}

    .inlinemodal-skeleton .tab-details .tab {
        position: relative;
        left: -15px;
    }

        .inlinemodal-skeleton .tab-details .tab button {
            font-size: 13px;
        }

ol.olskeleton {
    list-style-type: none;
    margin-left: 50px;
    margin-right: 15%;
}

    ol.olskeleton li {
        margin-right: 5px;
        display: inline-block;
    }

.data-area-skeleton form#custom-search-form {
    left: 0;
}

.data-area-skeleton .option-toptable a {
    height: 32px;
    position: relative;
    top: 10px;
    background: #eee !important;
    border: none;
    width: 40px;
    padding: 0;
}

a .progress {
    height: 32px;
    border-radius: 0px;
}

.data-area-skeleton .last {
    width: 300px;
    position: relative;
    top: 10px;
}

.last .progress {
    height: 32px;
    border-radius: 0px;
}

th .progress {
    width: 150px;
}

.data-area-skeleton #result-search {
    padding-top: 20px;
}

td.table-skeleton .progress {
    height: 32px;
}

td.table-skeleton {
    padding: 32px 10px 0px !important;
}

th .progress {
    height: 32px;
    width: 100%;
}

.skeleton-inline form#crud-form {
    margin: 0px;
    top: 10px;
    position: relative;
}

.icon-area .icon-skeleton {
    width: 95px;
    height: 95px;
    margin-left: 30px;
    float: left;
}

.progress.title-skeleton {
    position: relative;
    top: 45px;
    width: 265px;
    left: 20px;
}

.icon-area {
    position: relative;
    top: -20px;
}

.small-loading.label-skeleton {
    margin-bottom: 15px;
    margin-top: 5px;
}

.label-skeleton-input {
    height: 32px;
}

.status-loading.button-skeleton {
    width: 85px;
}

    .status-loading.button-skeleton .progress {
        height: 32px;
    }

.data-area.data-area-full.area-skeleton {
    margin-top: 30px;
}

.skeleton-tree {
    background: #fff;
}

.data-area-skeleton tr:hover {
    background: transparent !important;
}

.skeleton-tree-menu ul li {
    margin-bottom: 25px;
}

.skeleton-tree-menu ul.unit {
    margin-top: 25px !important;
    margin-left: 25px !important;
}

    .skeleton-tree-menu ul.unit.tree-area {
        margin-top: 15px !important;
    }

.data-area-skeleton .option-toptable {
    padding-top: 10px;
}

.data-area-skeleton.skeleton-area-medium {
    width: 75%;
    padding: 0px;
}

.skeleton-inline .select-button {
    margin-top: 0px;
}

.welcome-skeleton {
    margin-top: 50px;
    margin: 50px;
    width: 60%;
}

.grid-skeleton .progress {
    height: 300px;
    margin-bottom: 7px;
}

.grid-skeleton.bottom-grid .progress {
    height: 250px;
}

.skeleton-navbar {
    text-align: right;
    padding: 20px;
}

.small-loading.imgproduct-skeleton {
    width: 210px;
}

.imgproduct-skeleton .progress {
    height: 210px;
    margin-bottom: 5px;
}

.small-loading.nameproduct-skeleton {
    width: 210px;
}

.nameproduct-skeleton .progress {
    height: 55px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.about-product .small-loading.imgproduct-skeleton {
    margin: auto;
    width: 270px;
}

.about-product .p-loading.descapp-skeleton {
    margin: auto;
    width: 400px;
}

.about-product .small-loading.imgproduct-skeleton .progress {
    height: 71px;
    margin-bottom: 40px;
}

.p-loading.feature-skeleton {
    margin: auto;
}

    .p-loading.feature-skeleton .progress {
        height: 50px;
    }

.p-loading.itemfeature-skeleton .progress {
    height: 30px;
}

.p-loading.descfeature-skeleton {
    width: 100%;
}

.row.feature-row-even .p-loading.itemfeature-skeleton {
    margin: 0 0px 0 auto;
}

.author-details .p-loading {
    margin: auto;
    margin-bottom: 10px;
}

.author-details .small-loading {
    margin: auto;
}

.author-details img.img-area {
    background: #ccc;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.contact .heading .p-loading {
    margin: auto;
}

.contact .small-loading {
    margin-bottom: 5px;
}

ol.footer-skeleton.olskeleton {
    margin: auto;
    padding: 0px;
}

.margin-bt-40 {
    margin-bottom: 40px;
}

.contact .small-loading {
    margin-bottom: 10px;
    width: 300px;
}

.feature-app img.img-area, img.animation-right.img-area {
    width: 100%;
    height: 275px;
}

img.img-area.benefit {
    height: 500px;
    margin-left: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #35ade4;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.mini-menu {
    position: fixed;
    right: 30px;
    z-index: 100;
    top: 10px;
    display: none;
}

.sidenav img {
    width: 60px;
    height: 60px;
    margin-top: 50px;
}

.socialmedia .margin-bt-40 {
    margin-bottom: 40px;
    margin: 10px 0px 40px auto;
}

div > .draw {
    background: none;
    border: 0;
    box-sizing: border-box;
    color: #f45e61;
    font-size: inherit;
    font-weight: 700;
    padding: 1em 1em;
    width: 100px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
}

.draw {
    overflow: hidden;
    position: relative;
    top: 40%;
    margin: 0 auto;
}

    .draw::before, .draw::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }

    .draw::before {
        top: 0;
        left: 0;
        border-top-color: #35ade4;
        border-right-color: #35ade4;
        animation: border 2s infinite;
    }

    .draw::after {
        bottom: 0;
        right: 0;
        animation: border 2s 1s infinite, borderColor 2s 1s infinite;
    }

@keyframes border {
    0% {
        width: 0;
        height: 0;
    }

    25% {
        width: 100%;
        height: 0;
    }

    50% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #35ade4;
        border-left-color: #35ade4;
    }

    50% {
        border-bottom-color: #35ade4;
        border-left-color: #35ade4;
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    100% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}

.parallax {
    /* The image used */
    background-image: url(../images/SSO.PNG);
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    background-attachment: scroll;
}

.mb_parallax_container {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.mb_parallax_overlay {
    height: 60vh;
    width: 60vw;
    margin: auto;
    background-color: black;
    opacity: .9;
}

#mb_parallax_one {
    background-image: url('../images/ta_bg01.jpg');
    width: 100vw;
    height: 80vh;
    padding: 20vh;
}

#mb_parallax_two {
    background-image: url('../images/ta_bg02.jpg');
    padding: 5vh;
}

#mb_parallax_three {
    background-image: url('../images/ta_bg03.jpg');
    padding: 10vh;
}

#mb_parallax_four {
    padding: 0vh 0vh 7vh 0vh;

    margin: 0px 350px;
}

#home h2 {
    font-size: 46px;
    color: #888;
    line-height: 1.3;
}

.rectangle {
    position: relative;
    width: 35px;
    height: 35px;
    background: #35ade4;
    left: -50px;
}

section#feature {
    padding: 0px;
}

section#benefit h2 {
    font-size: 46px;
}

.desc-about.desc-feature {
    margin: 20px 0px 0px 0px;
}


.desc-feature .rectangle {
    position: relative;
    top: 0px;
    left: -30px;
}

.img-feature {
    padding: 50px 150px;
    margin: 42px 277px;
    width: 383px;
    height: 390px;
    overflow: hidden;
    position: relative;
    display: none;
}

section#benefit {
    padding: 0px;
}

.testiarea {
    background: #35ade4;
    color: #fff;
    padding: 50px;
}

.testimony-grid img {
    width: 85px;
    border-radius: 50%;
    position: relative;
    top: 30px;
}

.testimony-grid {
    text-align: center;
}

.testiarea hr {
    border: 2px solid #fff;
    margin: 15px 80px;
}

#TestimonySlider ol.carousel-indicators {
    bottom: -65px;
}

#TestimonySlider .carousel-indicators li {
    border: 1px solid #35ade4;
}

#TestimonySlider .carousel-indicators .active {
    background-color: #35ade4;
}

.mid-grid .testiarea {
    background: #55a5da;
}

p.person-name {
    font-weight: 600;
}

p.title-name {
    font-size: 14px !important;
}

.testiarea p {
    font-size: 16px;
}

.title-feature {
    position: relative;
    left: 115px;
    padding: 100px;
    padding: 100px;
    top: 150px;
}

section #testimony {
    padding: 0px;
}

/*-----------------------slider on laptop----*/
.dt-content-left {
    width: 50%;
    float: left;
}

.dt-laptop-slider {
    width: 50%;
    float: right;
    margin-right: -70px;
    background: url('../images/laptop mockup.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 1010px;
    z-index: 4; 
    padding-bottom: 35%;
}

.laptop-screen {
    margin: 51px 308px;
    width: 429px;
    height: 390px;
    overflow: hidden;
    position: relative;
    top: 228px;
}

.app-shot {
    position: absolute;
    animation: round 20s infinite;
    opacity: 1;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@keyframes round {
    0% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    98% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

img:nth-child(4) {
    animation-delay: 0s;
}

img:nth-child(3) {
    animation-delay: 5.5s;
}

img:nth-child(2) {
    animation-delay: 11s;
}

img:nth-child(1) {
    animation-delay: 16.5s;
}

/*----------------------------------*/

img.app-shot {
    z-index: 1;
}


#feature .carousel-indicators {
    position: absolute;
    bottom: -55px !important;
    left: 30px;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -28%;
    text-align: center;
    list-style: none;
}

.img-feature img {
    display: none;
}

.list-client {
    text-align: center;
    padding: 5vh;
}

    .list-client img {
        height: 100px;
        padding: 10px;
    }

.title-feature .rectangle {
    left: -40px;
    top: 0;
    position: relative;
    width: 25px;
    height: 25px;
}

.title-feature h1 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: -15px;
}

ol.carousel-indicators.indicator-feature li {
    border: 1px solid #555;
}

    ol.carousel-indicators.indicator-feature li.active {
        background: #555;
    }

#benefit .rectangle {
    position: relative;
    left: -40px;
    width: 25px;
    height: 25px;
}

.background-home { 
    float: right;
    margin-right: -220px;
    background: url(../images/ta_model.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 1000px;
    z-index: 4;
    padding-bottom: 60vh;
}

img.logoysi {
    width: 85px;
    margin-bottom: 20px;
}

img.header-logo {
    width: 100px;
    position: absolute;
}

.benefit-text {
    margin-top: 120px;
}

.btn-primary {
    color: #fff;
    background-color: #2dabe5 !important;
    border-color: #2eaae6 !important;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.form-getstarted.row {
    padding: 0px 10px;
}

form input {
    border-radius: 0px !important;
}

form select {
    border-radius: 0px !important;
}

.logoapps {
    padding: 35px;
    text-align: center;
}

    .logoapps img {
        width: 140px;
    }

.modal-content {
    background-image: url('../images/ta_bg03.jpg');
    background-size: cover;
}

.form-getstarted.row {
    padding: 10px 95px;
}

.form-check-input {
    position: absolute;
    margin-top: 5px;
    margin-left: 0px;
}