body {
    overflow-x: hidden;
    color: #5c5c5c;
}

h1, h2, h3, h4, h5, h6 {
    color: #5c5c5c;
}

/*---------------------------------------------------------------------
1 header
-----------------------------------------------------------------------*/
header {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    header a.navbar-brand img {
        height: 55px;
    }

.navbar {
    -ms-flex-align: unset;
    align-items: end;
}

header .navbar-light {
    padding: 0;
}

    header .navbar-light .navbar-nav .nav-link,
    header .navbar-light .navbar-nav .nav-link:focus {
        color: #5c5c5c;
        font-size: 15px;
        margin-right: 0;
        padding: 5px 15px;
        border-radius: 90px;
        font-weight: 500;
        text-transform: uppercase;
    }

.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9);
}

header .navbar-light .navbar-nav li.active .nav-link,
header .navbar-light .navbar-nav li .nav-link:hover {
    color: #000;
}

.dropdown-item:active,
.dropdown-item:hover {
    color: #f6339d;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}

    header .container-fluid {
        padding: 0 100px;
    }

    /* Header sticky */
    header.menu-sticky {
        background: #f2f3f6;
        padding: 0px 0;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        position: fixed;
        z-index: 999;
        top: 0;
    }

        header.menu-sticky .container-fluid {
            padding: 0px 100px;
        }

        header.menu-sticky .navbar.navbar-light .navbar-brand img {
            height: 40px;
        }

        header.menu-sticky .navbar-light .navbar-nav li.active .nav-link,
        header.menu-sticky .navbar-light .navbar-nav li .nav-link:hover {
            /*    color: #f6339d;*/
        }

    header .navbar-light .navbar-nav .nav-link {
        cursor: pointer;
        font-size: 14px;
    }

    header.menu-sticky .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }

    header.menu-sticky .navbar-light .navbar-nav .dropdown:after {
        top: 18px;
    }

    header.menu-sticky .navbar-light .navbar-nav .nav-link,
    header.menu-sticky .navbar-light .navbar-nav .nav-link:focus {
        color: #000000;
        font-size: 14px;
    }


    header .navbar-light .navbar-nav .dropdown {
    }

        header .navbar-light .navbar-nav .dropdown ul.drop-down li {
            height: 0;
            opacity: 0;
            visibility: hidden;
            text-align: right;
            list-style: none;
            -webkit-transition: .5s all ease;
            -o-transition: .5s all ease;
            transition: .5s all ease;
            padding-right: 15px;
        }

            header .navbar-light .navbar-nav .dropdown ul.drop-down li a {
                font-weight: 500;
                font-size: 14px;
                line-height: 30px;
                color: #5c5c5c;
                text-transform: uppercase;
            }

            header .navbar-light .navbar-nav .dropdown ul.drop-down li:hover a {
                color: #000;
            }

        header .navbar-light .navbar-nav .dropdown:hover ul.drop-down li {
            height: 30px;
            opacity: 1;
            visibility: visible
        }

    header .navbar-light .navbar-nav .dropdown {
        padding-right: 20px;
    }

        header .navbar-light .navbar-nav .dropdown .drop-down {
            position: absolute;
            right: 0;
        }

    header.menu-sticky .navbar-light .navbar-nav .dropdown .drop-down {
        background: #f2f3f6;
        padding-left: 10px;
        -webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 0 0 5px 5px;
    }

    header.menu-sticky .navbar-light .navbar-nav .dropdown:hover .drop-down {
        padding-bottom: 10px;
    }

    header .navbar-light .navbar-nav .dropdown:after {
        content: "\f123";
        position: absolute;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 14px;
        top: 14px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    header .navbar-light .navbar-nav .dropdown:hover:after {
        color: #000;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    header.menu-sticky .navbar-nav .dropdown:hover:after {
        /*    color: #f6339d;*/
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    header .navbar-light .navbar-nav li.icon img {
        max-height: 20px;
    }

    header .navbar-nav {
        padding-top: 15px;
    }

    header.menu-sticky .navbar-nav {
        padding-top: 0px;
    }



/*---------------------------------------------------------------------
 banner-revolution
-----------------------------------------------------------------------*/


.circle-one {
    height: 280px;
    width: 280px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #ffc3ff 0%, #ffa1a1 100%);
}

.circle-two {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    background-image: linear-gradient(163deg, #acfff7 10%, #ffc3ff 64%);
}


.rectangle-one {
    background-image: linear-gradient(to right, #acfff7 0%, #ffc3ff 100%);
    width: 310px;
    height: 224px;
}


.circle-three {
    height: 186px;
    width: 186px;
    background-image: linear-gradient(to right, #e8f3ff 0%, #ffa1a1 100%);
    border-radius: 50%;
}

.circle-four {
    height: 288px;
    width: 288px;
    background-image: linear-gradient(to right, #7f8eff 0%, #717cff 21%, #8993ff 42%, #d0c7ff 63%, #dad1ff 82%, #e6dbff 100%);
    border-radius: 50%;
}

.circle-five {
    height: 126px;
    width: 126px;
    background-image: linear-gradient(to right, #ffc3ff 0%, #ffa1a1 100%);
    border-radius: 50%;
}

/*---------------------------------------------------------------------
 banner-xtra
-----------------------------------------------------------------------*/

.banner-list {
    position: absolute;
    bottom: 80px;
    left: 10%;
    z-index: 999;
}

    .banner-list span a {
        display: block;
        color: #5c5c5c;
        float: left;
        margin-right: 20px;
        padding: 6px 10px;
        ;
        text-transform: uppercase;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.8px;
        text-align: center;
        background-image: linear-gradient(176deg, #ffffff -64%, rgba(255, 255, 255, 0) 55%);
        position: relative;
        overflow: hidden;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .banner-list span a:hover {
            color: #fff
        }

        .banner-list span a:after {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: -1px;
            bottom: 0;
            -webkit-transform: scaleY(0.1);
            transform: scaleY(0.1);
            -webkit-transform: scaleY(0.85);
            transform: scaleY(0.085);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            background: rgb(255, 69, 69);
            background: linear-gradient(90deg, rgba(255, 69, 69, 1) 0%, rgba(210, 131, 252, 1) 100%);
        }


        .banner-list span a:hover:after {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }


.weather {
    position: absolute;
    top: 50%;
    right: 0;
    ;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}


    .weather span {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 4px;
        text-align: left;
        color: #ffffff;
        display: block
    }

        .weather span.cloud {
            margin-bottom: 8px;
            opacity: 1;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

.weather-copy {
    display: none;
}

.weather span.degree span.count {
    float: left
}

.weather span.degree span.celcius {
    float: left
}

.weather span.degree span.dot {
    font-size: 10px;
    float: left
}

.weather span.degree {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #fff;
}

.weather span.time {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #fff;
}

.into-active {
}

.out-active {
    display: none;
}



.social-media {
    position: absolute;
    top: 17%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

    .social-media span {
        display: block;
        height: 36px;
        width: 36px;
        margin: 10px 5px;
        text-align: center;
        line-height: 32px;
        color: #ff4545;
        border: 0px solid #ff4545;
        background-size: 12px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }


    .social-media a:hover span {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

body.innerpage .social-media {
    position: fixed;
    top: auto;
    left: 5px;
    -webkit-transform: translateY(00%);
    -ms-transform: translateY(00%);
    -o-transform: translateY(00%);
    transform: translateY(00%);
    z-index: 999;
    bottom: 0;
}


body.innerpage .share-market {
    height: 80px;
    width: 80px;
    position: fixed;
    background: #ff4545;
    color: #ffffff;
    top: 50%;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform:;
    z-index: 999;
    padding: 5px;
    padding-left: 7px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    cursor: pointer;
}

    body.innerpage .share-market img {
        max-width: 100%;
        margin: 0 auto;
    }

/*---------------------------------------------------------------------
 Demo-page
-----------------------------------------------------------------------*/


.innerpage .main-content {
    padding-top: 100px;
}



.best-performer {
    position: absolute;
    right: 10%;
    margin-top: -248px;
    z-index: 9;
    padding: 16px;
    border: 1px solid #707070;
}

    .best-performer .bper {
        font-size: 18px;
        letter-spacing: 3.6px;
    }

    .best-performer .employee {
        background-image: linear-gradient(to right, #acfff7 0%, #ffc3ff 100%);
        padding: 15px;
    }

    .best-performer .photo {
        width: 100%;
        height: 207px;
        background: url(../images/home/best-performer.jpg);
        background-size: cover !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    .best-performer .employee span {
        display: block;
        letter-spacing: 1.5px;
        font-size: 16px;
        color: #5c5c5c;
    }

        .best-performer .employee span.name {
            font-weight: 600;
            padding: 4px 0 10px 0;
            font-size: 18px;
        }

.demo-img {
    position: relative;
    z-index: 1;
}

.home-block {
    position: relative;
    top: 0;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    letter-spacing: 1px;
    overflow: hidden
}

    .home-block:hover {
        top: -15px;
        -webkit-box-shadow: 0 25px 70px -12px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 25px 70px -12px rgba(0, 0, 0, .4);
        box-shadow: 0 25px 70px -12px rgba(0, 0, 0, .4)
    }

    .home-block a {
        color: #fff;
        width: 100%;
        display: inline-block
    }

.project-overlay-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.demo-page .scrollme img {
    z-index: 0;
}

/*---------------------------------------------------------------------
 feature
-----------------------------------------------------------------------*/
.iq-fancy-box-02 {
    padding: 40px 15px 25px 15px;
    position: relative;
}

    .iq-fancy-box-02 .iq-icon span {
        font-size: 30px;
    }

    .iq-fancy-box-02 .fancy-content h5 {
        z-index: 9;
        position: relative;
    }

    .iq-fancy-box-02 .iq-big-title {
        z-index: -1;
        color: #f0f0f0;
        font-size: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: 600;
        margin-top: -10px;
        margin-left: -40px;
        opacity: 0.6;
    }

.comment p {
    display: inline-block;
}

.client-info {
    min-height: 220px;
}

    .client-info i {
        font-size: 20px;
        color: #ffc400;
    }

/*---------------------------------------------------------------------
 inner-page
-----------------------------------------------------------------------*/

.inner-page {
    padding-top: 100px;
}

    .inner-page .scrollme .service-one {
        position: absolute;
        right: 0;
        top: -100px;
    }

.demo-page .service-five {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    top: 70px;
}

#features .service-two {
    position: absolute;
    left: 0;
    top: 30%;
}

#features .service-three {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 20%;
}

.review-main .service-four {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 20%;
}




.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .post-module:hover,
    .hover {
        -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
    }

        .post-module:hover .thumbnail img,
        .hover .thumbnail img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0.6;
        }



    .post-module .thumbnail {
        background: -webkit-linear-gradient(to bottom, #927fff, #b896ff 21%, #d6a9ff 42%, #edb7ff 63%, #fac0ff 82%, #ffc3ff);
        background: linear-gradient(to bottom, #927fff, #b896ff 21%, #d6a9ff 42%, #edb7ff 63%, #fac0ff 82%, #ffc3ff);
        height: 185px;
        overflow: hidden;
        position: relative;
    }


.innerpage .post-module .thumbnail {
    background: #FF4545;
}


.post-module .thumbnail h1 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    z-index: 999;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    font-weight: 600;
}



.post-module .thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: relative;
    bottom: 0;
    background: #f2f3f6;
    width: 100%;
    padding: 20px 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    overflow: hidden;
}

    .post-module .post-content .category {
        position: absolute;
        top: -34px;
        left: 0;
        background: #e74c3c;
        padding: 10px 15px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .post-module .post-content .title {
        margin: 0;
        padding: 0 0 10px;
        font-size: 26px;
        font-weight: 700;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    }

    .post-module .post-content .sub_title {
        margin: 0;
        padding: 0 0 20px;
        color: #e74c3c;
        font-size: 20px;
        font-weight: 400;
    }

    .post-module .post-content .description {
        color: #666666;
        font-size: 14px;
        line-height: 1.8em;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.16px;
        text-align: left;
        color: #5c5c5c;
        font-weight: 500;
        margin-bottom: 0;
    }

    .post-module .post-content .post-meta {
        margin: 30px 0 0;
        color: #999999;
    }

        .post-module .post-content .post-meta .timestamp {
            margin: 0 16px 0 0;
        }

        .post-module .post-content .post-meta a {
            color: #999999;
            text-decoration: none;
        }

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}


.post-module.bg-grad .thumbnail {
    /*    min-height: 185px;*/
}

    .post-module.bg-grad .thumbnail h1 {
        bottom: auto;
        top: 10px;
        padding: 20px;
        font-size: 20px;
        color: #fff;
        text-shadow: none;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
    }

.post-module .thumbnail .play-button {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    display: block;
}

    .post-module .thumbnail .play-button i {
        color: #fff;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        border: 4px solid #fff;
        display: block;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    }

    .post-module .thumbnail .play-button .ion-play:before {
        content: "\f215";
        margin: 6px;
        position: absolute;
        left: 16px;
        top: 10px;
    }

.post-module.two-part .thumbnail {
    height: auto;
    max-height: 350px;
    background: -webkit-linear-gradient(to bottom, #927fff, #b896ff 21%, #d6a9ff 42%, #edb7ff 63%, #fac0ff 82%, #ffc3ff);
    background: linear-gradient(to bottom, #927fff, #b896ff 21%, #d6a9ff 42%, #edb7ff 63%, #fac0ff 82%, #ffc3ff);
}

    .post-module.two-part .thumbnail h1.title {
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        bottom: auto;
        top: 60%;
        width: 100%;
    }

    .post-module.two-part .thumbnail img {
        opacity: .7;
    }

    .post-module.two-part .thumbnail h1.title {
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        bottom: auto;
        top: 60%;
        width: 100%;
        font-weight: 700;
    }

    .post-module.two-part .thumbnail.text-bottom h1.title {
        text-align: left;
        font-size: 20px;
        text-transform: uppercase;
        bottom: 5px;
        left: 5px;
        top: auto;
        width: 100%;
        font-weight: 700;
    }

    .post-module.two-part .thumbnail img {
        opacity: .7;
    }


.post-module.tab-part .thumbnail {
    background: linear-gradient(to bottom, #ff4545, #d283fc);
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------------
 digital-tab
-----------------------------------------------------------------------*/

.digital-tab .owl-stage {
    padding: 10px 0;
    padding-bottom: 20px;
}



.digital-tab .owl-carousel .owl-dots.disabled,
.digital-tab .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}



    .digital-tab .owl-carousel .owl-dots.disabled .owl-prev,
    .digital-tab .owl-carousel .owl-nav.disabled .owl-prev {
        display: none;
    }

    .digital-tab .owl-carousel .owl-dots.disabled .owl-prev,
    .digital-tab .owl-carousel .owl-nav.disabled .owl-next {
        height: 100%;
        width: 100px;
        width: 100px;
        background: rgba(255, 255, 255, 0.65);
        color: #fd4545;
        font-size: 30px;
    }

        .digital-tab .owl-carousel .owl-dots.disabled .owl-prev,
        .digital-tab .owl-carousel .owl-nav.disabled .owl-next .ion-arrow-right-c:before {
            content: "\f125";
        }




.post-module.tab-part .thumbnail img {
    opacity: .8;
}

.post-module.tab-part .thumbnail h1 {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 0px;
    letter-spacing: .15px;
    z-index: 999;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    font-size: 26px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.post-module.tab-part .thumbnail h3 {
    position: absolute;
    top: 10px;
    bottom: auto;
    left: 10px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    z-index: 999;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    margin-top: 45px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.post-module.tab-part .thumbnail h5 {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    z-index: 999;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 70px;
    font-size: 18px;
}

.post-module.tab-part .thumbnail a {
    color: #fff;
}

.digital-tab .tab-content {
    padding: 0 !important;
}

.digital-tab .digital-nav {
    text-align: left;
}

    .digital-tab .digital-nav > ul > li {
        margin-bottom: 40px;
    }

        .digital-tab .digital-nav > ul > li > a {
            text-align: left;
            font-size: 16px;
            letter-spacing: 2.5px;
            font-weight: 500;
            padding: 5px 0;
            border-bottom: #5c5c5c;
            color: #5c5c5c;
            text-transform: uppercase;
            border-bottom: 1px solid #5c5c5c;
            line-height: 1.4;
            width: 100%;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            display: block;
            color: #5c5c5c;
        }

    .digital-tab .digital-nav ul {
        list-style: none;
        width: 100%;
    }

        .digital-tab .digital-nav ul a {
            cursor: pointer;
            display: block;
        }

    .digital-tab .digital-nav .has-submenu.is-open > a {
        border-bottom: 1px solid #ff4545;
        color: #ff4545;
    }

    .digital-tab .digital-nav ul ul {
        display: none;
        margin-left: 5px;
        padding: 5px 0;
    }


        .digital-tab .digital-nav ul ul a {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: .5px;
            padding: 0px 0;
        }



    .digital-tab .digital-nav ul > li > a :hover {
        border-bottom: 1px solid #ff4545;
        color: #000;
    }

    .digital-tab .digital-nav ul > li > a .active {
        border-bottom: 1px solid #ff4545;
        color: #ff4545;
        font-weight: 700;
    }






.library-tab .library-nav {
    text-align: left;
}

    .library-tab .library-nav > ul > li {
        margin-bottom: 40px;
    }

    .library-tab .library-nav ul li a {
        text-align: left;
        font-size: 16px;
        letter-spacing: 2.5px;
        font-weight: 500;
        padding: 5px 0;
        border-bottom: #5c5c5c;
        color: #5c5c5c;
        text-transform: uppercase;
        border-bottom: 1px solid #5c5c5c;
        line-height: 1.4;
        width: 100%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        display: block;
        color: #5c5c5c;
    }

    .library-tab .library-nav ul {
        list-style: none;
        width: 100%;
    }

        .library-tab .library-nav ul a {
            cursor: pointer;
            display: block;
        }

    .library-tab .library-nav .has-submenu.is-open > a {
        border-bottom: 1px solid #ff4545;
        color: #ff4545;
    }

    .library-tab .library-nav ul ul {
        display: none;
        margin-left: 5px;
        padding: 5px 0;
    }





    .library-tab .library-nav ul > li > a :hover {
        border-bottom: 1px solid #ff4545;
        color: #000;
    }

    .library-tab .library-nav ul > li > a .active {
        border-bottom: 1px solid #ff4545;
        color: #ff4545;
        font-weight: 700;
    }






.navbar .digital-logo {
    font-size: 24px;
    font-weight: 600;
    color: #5c5c5c;
    letter-spacing: 3px;
}

.menu-sticky .navbar .digital-logo {
    font-size: 18px;
    font-weight: 600;
    color: #5c5c5c;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-top: 5px;
}


.digital-tab .post-module .thumbnail {
    height: auto;
    max-height: 480px;
}

    .digital-tab .post-module .thumbnail img {
        opacity: .7;
    }



.digital-tab h3.title {
    color: #5c5c5c;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}



/*---------------------------------------------------------------------
 share popup
-----------------------------------------------------------------------*/
.share-body {
}

    .share-body .share-block span {
        display: block;
        line-height: 1.8;
    }

    .share-body .share-block {
        padding: 5px;
        width: 125px;
        margin: 0 12px;
        margin-bottom: 40px;
    }

        .share-body .share-block span.name {
            font-weight: 500;
            color: #5c5c5c;
            border-bottom: 1px solid #5c5c5c
        }

        .share-body .share-block span.rupe {
            font-weight: 600;
            color: #ff4545;
            padding-top: 2px;
        }

            .share-body .share-block span.rupe i {
                font-size: 18px;
                margin-left: 5px;
            }

        .share-body .share-block span.change {
            border-bottom: 1px solid #5c5c5c;
            padding-bottom: 2px;
        }

        .share-body .share-block span.Starting {
            line-height: 1.6;
            padding-top: 2px;
        }

.modal-share .modal-content {
    border-radius: 0;
    border: 1px solid #ff4545;
}

.modal-share .modal-header {
    border: 0px solid !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

/*---------------------------------------------------------------------
 signup
-----------------------------------------------------------------------*/


.title-h3 {
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 1.8px;
    text-align: left;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*---------------------------------------------------------------------
 methods
-----------------------------------------------------------------------*/


.methods {
    text-align: center;
}

    .methods li {
        display: inline-block;
        padding: 5px 20px;
    }

        .methods li a {
            color:#a40e15;
            text-transform: uppercase;
            font-weight: 500;
        }

.pb-200 {
    padding-bottom: 200px;
}

.pt-10 {
    padding-top: 10px !important;
}

/*---------------------------------------------------------------------
 plan
-----------------------------------------------------------------------*/

.m-colr {
    color:#a40e15;
}

.plan .rate {
    color:#a40e15;
    margin: 30px 0;
}

    .plan .rate span {
        display: block;
        text-align: center;
        text-transform: capitalize;
        font-size: 80%;
    }

.plan .btn-sign {
    padding: 0 30px;
    font-size: 15px;
}

.feature-list li {
    color: #5c5c5c;
    list-style: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    line-height: 1.4;
}

.plan-col {
    margin-bottom: 50px;
}

/*---------------------------------------------------------------------
organisation-structure
-----------------------------------------------------------------------*/


.main-title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    color: #9a9a9a;
    text-transform: capitalize;
}

.organistion {
    text-align: center;
    padding: 15px 10px;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6;
}

    .organistion img {
        margin-right: 15px;
    }

    .organistion .head {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
    }

.orga-p {
    color: #5c5c5c;
    line-height: 1.4;
    padding: 10px;
    margin: 30px 0;
    text-align: left;
}


.organistion ul {
    list-style: none;
    margin: 0;
    display: none;
}

.organistion > ul {
    list-style: none;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 48px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-right: 48px;
    margin-bottom: 10px;
    margin-top: 30px;
}


.organistion ul ul {
    margin-bottom: 15px;
    padding-left: 5px;
    border-left: 1px solid #9a9a9a;
}

.organistion.active ul {
    margin-top: 30px;
    margin-bottom: 10px;
}

.organistion ul li {
    border-bottom: 1px solid #9a9a9a;
}

    .organistion ul li:last-child {
        border-bottom: 0px solid #9a9a9a;
    }

    .organistion ul li a {
        padding: 12px 0;
        display: block;
        line-height: 1.4;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative
    }

    .organistion ul li.has-submenu > a {
        padding-right: 15px;
        margin-right: -3px;
    }

        .organistion ul li.has-submenu > a:after {
            content: "\f125";
            display: inline-block;
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 3px;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            top: 12px;
            font-size: 20px;
            color: #9a9a9a;
        }

    .organistion ul li.has-submenu.is-open > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }


    .organistion ul li a i {
        position: absolute;
        right: 3px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        display: none;
    }


    .organistion ul li.is-open > a i {
    }



    .organistion ul li a i {
        float: right;
    }

.organistion .click {
    cursor: pointer;
    padding: 15px 10px;
    margin: -15px -10px;
}

a {
    color: #5c5c5c;
}

    a:hover {
        color: #4e45d9;
    }

    a:focus {
        color: #f6339d;
    }



.organistion ul.menu-2 {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

    .organistion ul.menu-2 li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.organistion.orga-2 ul.menu-2 li {
    padding: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 0;
    opacity: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

    .organistion.orga-2 ul.menu-2 li a {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        height: 0;
        opacity: 0;
    }

.organistion.orga-2.active ul.menu-2 li {
    height: 77px;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .organistion.orga-2.active ul.menu-2 li a {
        height: 56px;
        opacity: 1;
    }

.organistion.orga-2 img,
.organistion.orga-2 .head {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.organistion.orga-2.active img,
.organistion.orga-2.active .head {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: none;
    display: none;
}



.orga-h3 {
    text-transform: capitalize;
    padding: 15px 0;
    color: #5c5c5c;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}

    .orga-h3 i {
        margin-right: 15px;
        ;
    }


.organistion.orga-1 ul li {
    position: relative;
}

.organistion.orga-1 .menu-3 {
    position: absolute;
    right: -445px;
    width: 348px;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 5px 7px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 7px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    top: -40px;
}

.organistion.orga-1 ul .menu-3 {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0;
    visibility: hidden;
}

.organistion.orga-1 ul li.active .menu-3 {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 1;
    visibility: visible;
}

.organistion.orga-1 ul .menu-dropdown {
    padding: 0px;
    margin: 0px 0;
}

    .organistion.orga-1 ul .menu-dropdown li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .organistion.orga-1 ul .menu-dropdown li:last-child {
            border-bottom: 0;
        }

.organistion.orga-1 ul li .menu-dropdown {
    padding: 0 0px;
    margin: 0px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.organistion.orga-1 ul li.active .menu-dropdown {
    padding: 0 15px;
    margin: 30px 0;
}

.organistion.orga-1 ul li .menu-dropdown li {
    height: 0;
    padding: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    .organistion.orga-1 ul li .menu-dropdown li a {
        height: 0px;
        padding: 0;
        border-bottom: 0;
    }



.organistion.orga-1 ul li.active .menu-dropdown li {
    height: 76px;
    padding: 10px 0;
}


    .organistion.orga-1 ul li.active .menu-dropdown li a {
        height: 56px;
        padding: 12px 0;
        border-bottom: 1px solid;
        opacity: 1;
        visibility: visible;
    }

.organistion.orga-1 ul li.active > a {
    color: #4e45d9;
}

.add-field {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    position: relative;
    padding-left: 60px;
    margin-top: 20px;
}

    .add-field i {
        margin-right: 15px;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
        box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
        background: #f2f3f6;
        position: absolute;
        text-align: center;
        line-height: 45px;
        left: 0;
        top: -14px;
        font-size: 22px;
        color: #000;
        padding-left: 2px;
        padding-top: 1px;
    }


.small-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #5c5c5c;
}

.privilage {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6;
    padding: 10px 30px;
    position: relative;
    padding-right: 45px;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    ;
}

    .privilage a.btnp {
        position: absolute;
        right: 38px;
        top: 10px;
    }

        .privilage a.btnp i {
            margin-right: 15px;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
            box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
            background: #f2f3f6;
            border: 0;
            position: absolute;
            text-align: center;
            line-height: 30px;
            left: 0;
            top: 0px;
            font-size: 20px;
            color: #000;
        }



/*---------------------------------------------------------------------
 footer
-----------------------------------------------------------------------*/

.structure {
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6;
    position: relative;
    margin-bottom: 40px;
}

    .structure i {
        position: absolute;
        right: 10px;
        font-size: 18px;
        top: 10px;
    }

    .structure .add-more {
        position: absolute;
        right: -92px;
        font-size: 18px;
        top: 0;
    }

        .structure .add-more i {
            width: 52px;
            height: 52px;
            text-align: center;
            line-height: 52px;
            top: 0;
            -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
            box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
            background: #f2f3f6;
            font-size: 22px;
            color: #000;
        }

    .structure.inset {
        -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
        background: #f2f3f6;
    }

    .structure ul {
        list-style: none;
    }

        .structure ul li {
            padding: 20px 0;
            border-bottom: 1px solid;
            position: relative;
        }

            .structure ul li.has-btn {
                position: relative;
                padding-right: 52px;
            }



            .structure ul li:last-child {
                border-bottom: 0px solid;
            }


            .structure ul li i {
                -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
                box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
                background: #f2f3f6;
                font-size: 20px;
                color: #000;
                width: 46px;
                height: 46px;
                line-height: 46px;
                position: absolute;
                top: 10px;
                right: 0px;
                text-align: center;
            }





/*---------------------------------------------------------------------
 footer
-----------------------------------------------------------------------*/
.footer-img .markethon-one {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.footer-img .markethon-two {
    position: absolute;
    top: -6%;
    right: 0;
}



.footer-logo {
    margin-top: 30px;
    margin-bottom: 30px;
}


.footer-nav li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 15px;
    width: auto;
    float: left;
}

    .footer-nav li a {
        color: #5c5c5c;
        padding: 5px 5px;
    }

        .footer-nav li a:not([href]):not([tabindex]) {
            color: #5c5c5c;
            padding: 5px 15px;
            /*! font-size: 15px; */
        }

            .footer-nav li a:hover,
            .footer-nav li a:not([href]):not([tabindex]):focus,
            .footer-nav li a:not([href]):not([tabindex]):hover {
                color: #4e45d9;
            }

        .footer-nav li a:hover {
            color: #4e45d9;
        }

    .footer-nav li.dropdown .drop-down {
        position: absolute;
        bottom: 100%;
        background: #f2f3f6;
        padding: 0px;
    }

        .footer-nav li.dropdown .drop-down li {
            height: 0px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            float: left;
            display: block;
        }

    .footer-nav li.dropdown:hover .drop-down li {
        height: 30px;
        opacity: 1;
        visibility: visible;
        height: 20px;
        opacity: 1;
        visibility: visible;
        font-size: 12px;
    }

    .footer-nav li.dropdown:after {
        content: "\f123";
        position: absolute;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 0px;
        top: 15px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .footer-nav li.dropdown:hover:after {
        color: #4e45d9;
        -webkit-transform: rotate(00deg);
        -ms-transform: rotate(00deg);
        -o-transform: rotate(00deg);
        transform: rotate(00deg);
    }

    .footer-nav li.dropdown .drop-down li a {
        padding: 0;
    }

.formsel {
    width: 90%;
    float: left;
}

.exp {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 24px;
}

.form-group.with-search .auto-complete-select .custom-combobox-toggle {
    display: none;
}

.form-group.with-search:before {
    z-index: 1;
}




.thaughtandword {
    background-color: #6c687d;
    box-shadow: 10px 10px 15px -18px #8a8a8a;
    padding: 20px;
    min-height: 432px;
    webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

    .thaughtandword h2 {
        text-transform: uppercase;
        font-size: 18px;
        /*! background: -webkit-linear-gradient(to right red, blue); */
        /*! -webkit-background-clip: text; */
        /*! -webkit-text-fill-color: transparent; */
        margin-bottom: 0px;
        font-weight: 700;
        color: white;
        text-shadow: 2px 2px 8px black;
        padding-left: 20px;
        padding-right: 20px;
    }

    .thaughtandword p {
        color: black;
        /*! text-shadow: 1px 1px 4px black; */
        text-align: left;
        line-height: 20px;
    }

.un-line {
    background-image: linear-gradient(to right, rgb(255, 0, 119), blue);
    min-height: 0px;
    margin-bottom: 30px;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(61, 61, 61);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

A.carousel-control-prev {
    left: 0px;
    color: white;
    font-size: 35px;
    margin-top: -35px;
}

.carousel-control-next {
    right: 0px;
    color: white;
    font-size: 35px;
    margin-top: -30px;
}

.carousel-control-prev:hover {
    color: black;
}

.carousel-control-prev:focus {
    color: black;
}

.carousel-control-next:hover {
    color: black;
}

.carousel-control-next:focus {
    color: black;
}

.carousel-inner p {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
    margin-top: 26px;
    background: white;
    padding: 20px;
    margin-bottom: 0px;
    /*! margin-left: -17px; */
    color: #5c5c5c;
    font-size: 14px;
    line-height: 21px;
    font-size: 15px;
}


.tha-img {
}

    .tha-img img {
        width: 34%;
    }

.th-word-sec {
    background-color: white;
}

.bannerlistouter {
    position: relative;
    bottom: 0;
    display: block;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.performer-co {
    webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f8f8f8;
    padding: 0px;
}

.performer-inner {
    background-image: linear-gradient(to bottom right, #FF76AB, #FF8E89);
}

.perf-left {
    padding: 30px;
}

.perf-middle img {
    padding-top: 30px;
    width: 40%;
}

.perf-middle h5 {
    text-transform: uppercase;
    text-align: center;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.perf-right img {
    margin-left: 1px;
}

.perform-slider .carousel-control-prev span {
    color: black !important;
}

.perform-slider .carousel-control-next span {
    color: black !important;
}

.perform-slider .carousel-control-prev {
    left: -108px;
    font-size: 45px;
    margin-top: -25px;
}

.perform-slider .carousel-control-next {
    right: -108px;
    font-size: 45px;
    margin-top: -25px;
}

.button-shadow {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    float: right;
    padding: 5px 25px;
    font-weight: 400;
    cursor: pointer;
    border: 0px;
}

.performer-co {
    padding: 15px;
}

    .performer-co h4 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 15px;
        font-weight: 600;
        padding-left: 25px;
        padding-top: 20px;
        color: rgb(117, 117, 117);
    }

.calendar-events > .event-header > p {
    font-size: 20px;
    font-weight: 500;
    color: #5a5a5a;
}

.event-container > .event-info > p.event-title {
    position: relative;
    font-size: 17px;
    font-weight: 600;
}

.calendar-sidebar > .calendar-year > p {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    color: #898989;
}

th[colspan="7"] {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #898989;
}

.event-container > .event-info > p.event-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.course-card {
    webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    padding: 25px;
}

.cour-card-sec h6 {
    font-weight: 500;
}

.course-card h3 {
    color:#a40e15;
    font-size: 16px;
    font-weight: 500;
    width: 300px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.btnfull {
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6;
}

.mt-10 {
    margin-top: 15px;
}

section {
    background: #f8f8f8;
}

.course-card h6 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 25px;
}

.course-card h5 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.course-card p {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.per-cus {
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px rgb(2, 0, 0), 4px 4px 14px rgba(0, 0, 0, .15);
}

.card-label {
    padding: 0px 15px;
    color: white;
    background-color: black;
    width: 50%;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: -50px;
    left: -25px;
    text-transform: uppercase;
}

.label-ilt {
    background-image: linear-gradient(to right, #948BFF, #D191FF);
}

.label-vilt {
    background-image: linear-gradient(to right, #FF76AB, #BC8BFF);
}

.label-elearning {
    background-image: linear-gradient(to right, #FF76AB, #FF8E89);
}

.pd-le-0 {
    left: 0px !important;
}

@media only screen and (max-width: 600px) {
    .formsel {
        width: 76%;
        float: left;
    }

    .thaughtandword {
        min-height: auto;
    }
}

.main-cont {
    background-color: whitesmoke;
}

.about-sec {
    margin-bottom: -20px;
    padding-bottom: 100px;
}

    .about-sec h2 {
        /* text-transform: uppercase; */
        padding: 50px;
        font-weight: 500;
        text-align: center;
        padding-top: 120px;
    }

.pd-inner {
    padding: 0px 50px;
}

.get-touch {
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6;
    /* background: #ffffff; */
    border: 0 !important;
    padding: 45px;
    margin-top: -100px;
    margin-bottom: 100px;
    /* background: linear-gradient(to right, #ffc3ff #ffa1a1); */
    /* background-image: linear-gradient(#ffc3ff, #ffa1a1); */
}

.btn-touch {
    background-image: linear-gradient(to right, #f0f, #3c00ff);
    width: 100%;
    border: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 15px;
    color: white;
    cursor: pointer;
}

    .btn-touch:hover {
        opacity: .8;
    }

.get-touch h2 {
    text-transform: capitalize;
    font-weight: 500;
}

.get-touch h6 {
    font-weight: 500;
    font-size: 14px;
}

.get-touch textarea {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    background: #f2f3f6;
    border: 0px;
    height: 100px !important;
}

.connect-with {
    padding: 25px;
}

    .connect-with h2 {
        font-size: 20px;
        font-weight: 500;
    }

.contact-sections h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.contact-sections h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
}

    .contact-sections h5 i {
        color: #e22b2b;
    }

.contact-sections h3 {
    font-size: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffa1a1;
}

.mt-40 {
    margin-top: 40px;
}

.main-cont {
    background-color: whitesmoke;
}

.shareprice {
    border: none !important;
}

    .shareprice select {
        border-color:#a40e15 !important;
    }


.thaughtandword {
    background-color: #6c687d;
    box-shadow: 10px 10px 15px -18px #8a8a8a;
    padding: 0px;
    min-height: 404px;
    webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

    .thaughtandword h2 {
        text-transform: uppercase;
        font-size: 18px;
        /*! background: -webkit-linear-gradient(to right red, blue); */
        /*! -webkit-background-clip: text; */
        /*! -webkit-text-fill-color: transparent; */
        margin-bottom: 0px;
        font-weight: 700;
        color: white;
        text-shadow: 2px 2px 8px black;
        padding-left: 20px;
        padding-right: 20px;
    }

    .thaughtandword p {
        color: black;
        /*! text-shadow: 1px 1px 4px black; */
        text-align: left;
        line-height: 20px;
    }

.un-line {
    background-image: linear-gradient(to right, rgb(255, 0, 119), blue);
    min-height: 0px;
    margin-bottom: 30px;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(61, 61, 61);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

A.carousel-control-prev {
    left: 0px;
    color: white;
    font-size: 35px;
    margin-top: -35px;
}

.carousel-control-next {
    right: 0px;
    color: white;
    font-size: 35px;
    margin-top: -30px;
}

.carousel-control-prev:hover {
    color: black;
}

.carousel-control-prev:focus {
    color: black;
}

.carousel-control-next:hover {
    color: black;
}

.carousel-control-next:focus {
    color: black;
}

.carousel-inner p {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
    margin-top: 0px;
    background: white;
    padding: 20px;
    margin-bottom: 0px;
    /*! margin-left: -17px; */
    color: #5c5c5c;
    font-size: 14px;
    line-height: 21px;
    font-size: 15px;
}


.tha-img {
}

    .tha-img img {
        width: 100%;
    }

.th-word-sec {
    background-color: white;
}

.btn-touch:focus {
    background-image: linear-gradient(to right, #f0f, #3c00ff) !important;
    width: 100%;
    border: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 15px;
    color: white;
    cursor: pointer;
}

.activebtn {
    background-color: blue !important;
    color: white;
}

.ler {
    text-align: center;
    background-color: rgb(255, 208, 227);
    margin-top: 15px;
}

    .ler h6 {
        font-size: 14px;
        font-weight: 600;
        padding: 5px;
        text-transform: uppercase;
        color: #e22b2b;
    }

.expec {
    text-align: right;
    color: #e22b2b;
    /* font-weight: 600; */
}

.profsec {
    -ms-transform: rotate(-90deg); /* IE 9 */
    transform: rotate(-90deg);
    width: 150px;
    position: relative;
    left: -90px;
    text-align: left;
    top: 150px;
    color: #e22b2b;
    /* font-weight: 600; */
}

.btn-small {
    padding: 5px 0px !important;
    font-size: 13px;
    margin-bottom: 10px;
}

.activesec {
    padding: 5px !important;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #bcbcbc;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
    background: linear-gradient(135deg, #FF76AB 0%, #BC8BFF 100%);
}

@media (prefers-reduced-motion:#a40e15uce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:#a40e15uce) {
    .progress-bar-animated {
        animation: none;
    }
}

.owl-next {
    float: right !important;
}

.owl-prev {
    left: -37px !important;
}

.main-cont {
    background-color: whitesmoke;
}
/* faq starts here  */


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

    .faq-title h2::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 60px;
        height: 2px;
        background: #E91E63;
        bottom: -25px;
        margin-left: -30px;
    }

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

    .faq .card {
        border: none;
        background: none;
        border-bottom: 1px dashed #CEE1F8;
    }

        .faq .card .card-header {
            padding: 0px;
            border: none;
            background: none;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .faq .card .card-header:hover {
                background: rgba(233, 30, 99, 0.1);
                padding-left: 10px;
            }

            .faq .card .card-header .faq-title {
                width: 100%;
                text-align: left;
                padding: 0px;
                padding-left: 30px;
                padding-right: 30px;
                font-weight: 400;
                font-size: 15px;
                letter-spacing: 1px;
                color: #3B566E;
                text-decoration: none !important;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                cursor: pointer;
                padding-top: 20px;
                padding-bottom: 20px;
            }

                .faq .card .card-header .faq-title .badge {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    line-height: 14px;
                    float: left;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    text-align: center;
                    background: #E91E63;
                    color: #fff;
                    font-size: 12px;
                    margin-right: 20px;
                }

        .faq .card .card-body {
            padding: 30px;
            padding-left: 35px;
            padding-bottom: 16px;
            font-weight: 400;
            font-size: 16px;
            color: #6F8BA4;
            line-height: 28px;
            letter-spacing: 1px;
            border-top: 1px solid #F3F8FF;
        }

            .faq .card .card-body p {
                margin-bottom: 14px;
            }

        .faq .card .card-header .faq-title .badge {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 14px;
            float: left;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            text-align: center;
            background: #E91E63;
            color: #fff;
            font-size: 12px;
            margin-right: 20px;
            margin-top: 8px;
        }

.about-sec p b {
    font-weight: 500;
}

.onthisday-angle {
    margin-bottom: 10px;
}

    .onthisday-angle button {
        width: 100%;
        background-color: #e22b2b;
        color: white;
        text-transform: uppercase;
        border: 0px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }

.day-item h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.day-item h3 {
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 400 !important;
    line-height: 20px;
}

.onthisday-angle h6 {
    font-size: 14px;
    color: #e22b2b;
    text-align: right;
    font-weight: 500;
}

.pie-container h6 {
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

        .faq .card .card-header .faq-title {
            line-height: 26px;
            margin-top: 10px;
        }
}

/* faq ends here  */

.tz-gallery a {
    margin-bottom: 15px;
}

.gallery-item {
    margin-top: 15px;
}

.gallery-sec h2 {
    text-align: center;
    font-size: 35px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 500;
    text-align: center;
    padding-top: 120px;
}

.overlay {
    position: absolute;
    bottom: 0px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 96%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

    .overlay h4 {
        color: white;
        font-size: 18px;
        line-height: 20px;
    }

.lightbox:hover .overlay {
    opacity: 1;
}

.tz-gallery a {
    margin-bottom: 15px;
}

.gallery-item {
    margin-top: 15px;
}

.gallery-sec h2 {
    text-align: center;
    font-size: 35px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 500;
    text-align: center;
    padding-top: 120px;
}

.onthisday-angle {
    margin-bottom: 10px;
}

    .onthisday-angle button {
        width: 100%;
        background-color: #e22b2b;
        color: white;
        text-transform: uppercase;
        border: 0px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }

.day-item h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #e22b2b;
}

.day-item {
    padding: 0px 55px !important;
}

    .day-item p {
        font-size: 14px !important;
        text-align: left !important;
        font-weight: 400 !important;
        line-height: 20px;
        color: rgb(80, 80, 80);
        text-align: justify !important;
    }

    .day-item h6 a {
        color: rgb(58, 0, 112);
        font-weight: 500;
        text-transform: capitalize;
        text-align: right;
        float: right;
    }

.onthisday-angle h6 {
    font-size: 14px;
    color: #e22b2b;
    text-align: right;
    font-weight: 500;
}

.left-btn {
    position: relative;
    top: 110px;
    border: 0px;
    background-color: white;
    color: #e22b2b;
    font-size: 30px;
}

.right-btn {
    position: relative;
    top: 110px;
    border: 0px;
    background-color: white;
    color: #e22b2b;
    float: right;
    font-size: 30px;
}

.day-item h4 {
    float: right;
    font-size: 16px;
    color: rgb(124, 124, 124);
    margin-top: -40px;
}

.day-item img {
    margin-top: 17px;
    height: 190px;
}

.refered-container .carousel-control-prev {
    left: -70px;
    color: black;
    font-size: 35px;
    margin-top: -35px;
}

.refered-container .carousel-control-next {
    right: -71px !important;
    color: black !important;
    font-size: 35px !important;
    margin-top: -30px !important;
}

svg {
    border: 0px !important;
}

.mt-80 {
    margin-top: 80px;
}

.popup h4 {
    font-size: 14px;
    font-style: normal;
    line-height: 29px;
    font-weight: 500;
}

.btn-danger {
    background-color: #fb339d;
    border: solid 1px #fb339d;
}


.btnedit-ppic {
    float: right;
    position: relative;
    top: -36px;
    box-shadow: none;
}

.modalcustom {
    box-shadow: 2px 2px 8px;
    border: solid 0px;
}

.modal-close {
    position: relative;
    top: -10px;
}


.modal-head h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 8px;
}

.mod-body h6 {
    font-size: 16px;
}

.gal-sec {
    cursor: pointer;
}

    .gal-sec h2 {
        text-align: center;
        margin-bottom: 0px;
        color: #e22b2b;
    }

    .gal-sec h5 {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        margin-top: 0px;
    }

.avatar {
    /* width: 10em;
    height: 10em; */
    /* background: #444; */
    /* margin: .5em auto; */
    position: relative;
}

    .avatar input {
        width: 100%;
        height: 100%;
        opacity: 0; /* Hide the button */
        cursor: pointer;
        position: relative;
        top: -88px;
        padding: 10px;
        /*! bottom: -189px; */
        margin-bottom: -60px;
    }

.circle-two {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    background-image: linear-gradient(163deg, #acfff7 10%, #ffc3ff 64%);
    display: none;
}
.tp-bgimg {
    background: #fda6a7 !important;
}
.forcefullwidth_wrapper_tp_banner {
    background: linear-gradient(#ff9e4954, #e782007a);
}

.performer-inner {
    background-image: linear-gradient(to bottom right, #E9475E, #FF8E89) !important;
}