body {
    overflow-x: hidden;
}

/*---------------------------------------------------------------------
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: 14px;
        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;
}

    header .container-fluid {
        padding: 0 100px;
    }

    /* Header sticky */
    header.menu-sticky {
        background: #ffffff;
        padding: 12px 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: 99;
    }

        header.menu-sticky .container-fluid {
            padding: 0px 115px;
        }

        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.menu-sticky .navbar-light .navbar-nav .nav-link,
        header.menu-sticky .navbar-light .navbar-nav .nav-link:focus {
            color: #000000;
        }


    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 {
        position: relative;
        right: 0;
    }

    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: 20px;
    }

    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: 16px;
        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: 50%;
    left: 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: 24px;
        width: 24px;
        margin: 25px 5px;
        text-align: center;
        line-height: 24px;
        color: #ff4545;
        border: 1px solid #ff4545;
        background-size: 12px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .social-media span:after {
            background: #ff4545;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

    .social-media a:hover span {
        margin-left: 10px;
    }

        .social-media a:hover span:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }


/*---------------------------------------------------------------------
 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: 150px;
        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 35px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 35px 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: linear-gradient(to bottom, #927fff, #b896ff 21%, #d6a9ff 42%, #edb7ff 63%, #fac0ff 82%, #ffc3ff);
        ;
        overflow: hidden;
        position: relative;
    }

        .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;
        }

        .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: #FFFFFF;
        width: 100%;
        padding: 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: 14px;
            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;
    }

.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 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;
}


/*---------------------------------------------------------------------
 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 a:hover {
        color:#a40e15;
    }

    .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;
}
/*---------------------------------------------------------------------
 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 15px;
    }

        .footer-nav li a:hover {
            color: #4e45d9;
        }

    .footer-nav li.dropdown .drop-down {
        position: absolute;
        bottom: 100%;
        background: #fff;
        padding: 5px;
    }

        .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: 16px;
        -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;
    }

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}

.footer-nav {
    padding-top: 38px !important;
}
