﻿/* ------- fonts details start-------*/
@font-face {
    font-family: 'Segoe UI';
    src: url('../../fonts/SegoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'), url('../../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../../fonts/SegoeUI.woff2') format('woff2'), url('../../fonts/SegoeUI.woff') format('woff'), url('../../fonts/SegoeUI.woff') format('woff'), url('../../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../../fonts/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('../../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../../fonts/SegoeUI-Bold.woff') format('woff'), url('../../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../../fonts/SegoeUIBlack.eot');
    src: local('Segoe UI Black'), local('SegoeUIBlack'), url('../../fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'), url('../../fonts/SegoeUIBlack.woff2') format('woff2'), url('../../fonts/SegoeUIBlack.woff') format('woff'), url('../../fonts/SegoeUIBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../../fonts/SegoeUI-Semibold.eot');
    src: url('../../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/SegoeUI-Semibold.woff2') format('woff2'), url('../../fonts/SegoeUI-Semibold.woff') format('woff'), url('SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
/* ------- fonts details start-------*/
/* ------- body details start-------*/
body {
    float: left;
    width: 100%;
    font-family: 'Segoe UI';
    font-size: 16px;
    color: #322f44;
}

.container {
    width: 100%;
    max-width: 1200px;
}

p {
    float: left;
    width: 100%;
    font-weight: normal;
}

ul, ol {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a {
    outline: none;
}

    a:hover, a:focus {
        outline: none;
    }

.tooltip {
    font-family: 'Segoe UI';
}

.module-title {
    float: left;
    width: 100%;
    margin: 0px 0px 50px 0px;
    text-align: center;
}

    .module-title span.head-line, .module-title h1 {
        font-size: 42px;
        color: #fd5812;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
        display: block;
    }

        .module-title span.head-line-sub, .module-title h1 span {
            margin: 0px;
            padding: 0px;
            font-size: 28px;
            color: #342e50;
            font-weight: 400;
            display: block;
        }

        .module-title h1 span {
            padding: 5px 0px 5px 0px;
            text-transform: none;
        }
/*-- home page start --*/
header {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 15px 0px 15px 0px;
    height: 95px;
    z-index: 9999;
}

.header-cont {
    width: 100%;
    padding: 0px;
}

.logo {
    display: inline-block;
    padding: 0px;
}

    .logo img {
        width: 100%;
        max-width: 250px;
        margin: 0px 0px 0px 0px;
    }

.header-rt {
    float: right;
    text-align: right;
    margin: 22px 0px 0px 0px;
}

    .header-rt p {
        position: relative;
        margin: 0px;
        font-size: 18px;
    }

        .header-rt p a {
            padding: 0px 20px 0px 10px;
            color: #322f44;
            margin: 0px 5px 0px 0px;
            font-weight: 600;
            font-family: 'Segoe UI';
            text-decoration: none;
        }

            .header-rt p a.btn {
                background: #fd5812;
                padding: 4px 15px 4px 15px;
                color: #fff;
                border-radius: 36%;
                width: 50px;
                border-radius: 50px;
                width: 75px;
                font-weight: bold;
                text-transform: uppercase;
                outline: none;
                box-shadow: none;
            }

            .header-rt p a:hover {
                text-decoration: none;
            }

            .header-rt p a.btn:hover {
                color: #fff;
            }

        .header-rt p .fa {
            cursor: pointer;
            font-size: 25px;
            color: #ff080f;
            margin: 0px 20px 0px 20px;
            position: relative;
        }

            .header-rt p .fa:before {
                content: "";
                background: url(../images/nav-icon.png) no-repeat;
                height: 21px;
                width: 34px;
                position: absolute;
                top: -15px;
            }

        .header-rt p a:hover {
            color: #fd5812;
        }

.slider {
    float: left;
    width: 100%;
    margin: 80px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

    .slider video {
        float: left;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .slider .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/slider-bg-01.png) repeat-x;
        background-size: contain;
    }

.slider-mb {
    display: none;
}

    .slider-mb img {
        width: 100%;
    }

.totalar-use-info {
    float: left;
    width: 100%;
    background: url("../images/vuwhiz-use-bg.jpg") no-repeat;
    background-size: cover;
    padding: 0px 0px 50px 0px;
}

.totalar-details {
    display: inline-block;
    margin: -50px 0px 0px 0px;
    border-radius: 25px;
    padding: 20px 20px 20px 20px;
    background: url(../images/slider-btm-bg.jpg) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 1px 1px 0px #fd5812;
    box-shadow: 0px 1px 1px 0px #fd5812;
}

.totalar-deliver {
    display: inline-block;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

    .totalar-deliver .container {
        padding: 0px;
    }

.totalar-details .totalar-lt {
    border-right: 1px solid #fecbca;
    padding: 0px 30px 0px 30px;
}

.totalar-details img {
    width: 100%;
    margin: 0px 0px 20px 0px;
    max-width: 52px;
}

.totalar-details .totalar-rt {
    padding: 0px 30px 0px 30px;
}

.totalar-details .fa {
    font-size: 48px;
    margin: 0px 0px 10px 0px;
}

.totalar-details h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #342e50;
    font-weight: 600;
}

.totalar-details p {
    padding: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    line-height: 28px;
}

.totalar-use-info {
    width: 100%;
    text-align: center;
}

    .totalar-use-info a {
        background: #fd5812;
        color: #fff;
        padding: 10px 25px 10px 25px;
        border-radius: 50px;
        text-decoration: none;
    }
/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    background: #3a3c51;
    color: #fff;
}
    /* The navigation menu links */
    .sidenav a {
        padding: 12px 0px 12px 0px;
        margin: 0px 20px 0px 20px;
        font-size: 18px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-decoration: none;
        position: relative;
        font-weight: 500;
        border-bottom: 1px dashed #53566d;
    }
        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #fd5812;
        }
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: -15px;
        right: 15px;
        font-size: 36px;
        margin-left: 50px;
        margin: 0px;
        border: none;
    }

        .sidenav .closebtn:before {
            background: none;
        }
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    /*.sidenav a {
    font-size: 18px;
    text-decoration: none;
}*/
}

.tabs_wrapper {
    width: 100%;
    text-align: left;
    background: transparent;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50%;
    min-width: 0px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    text-align: left;
    font-weight: 300;
}

    ul.tabs li {
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 15px 10px 15px;
        border-radius: 9px;
        margin: 0px 0px 35px 0px;
        position: relative;
        font-size: 20px;
        cursor: pointer;
    }

        ul.tabs li::after {
            content: "";
            width: 1px;
            height: 110px;
            background: #342e50;
            left: 40px;
            top: 50px;
            position: absolute;
            z-index: -1;
        }

        ul.tabs li:last-child::after {
            display: none;
        }

    ul.tabs .fa {
        background: #342e50;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        color: #fff;
        padding: 11px 0px 0px 2px;
        text-align: center;
        vertical-align: middle;
        font-size: 28px;
        margin: 0px 10px 0px 0px;
    }

    ul.tabs li:hover {
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 15px 10px 15px;
        border-radius: 9px;
        margin: 0px 0px 35px 0px;
    }

    ul.tabs li.active {
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 15px 10px 15px;
        border-radius: 9px;
        margin: 0px 0px 35px 0px;
        border-top: 0px;
        font-weight: normal;
        color: #fd5812;
    }

        ul.tabs li.active .fa {
            background: #fd5812;
        }

.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    width: 49%;
    min-width: 10px;
    text-align: center;
    background: transparent;
    border-radius: 12px;
    box-shadow: none;
    top: -20px;
    text-align: right;
}

.tab_content {
    height: 100%;
    display: none;
    margin: 45px 0px 0px 0px;
}

    .tab_content img {
        width: 100%;
        max-width: 468px;
    }

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 767px) {
    ul.tabs {
        display: none;
    }

    .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    .tab_drawer_heading {
        float: left;
        background: #fff;
        color: #000;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 15px 10px 15px;
        border-radius: 9px;
        border-top: 2px solid #fff;
        display: block;
        font-size: 18px;
        text-align: center;
        font-weight: normal;
        cursor: pointer;
    }

        .tab_drawer_heading:hover {
            background: #fff;
            color: #000;
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding: 10px 15px 10px 15px;
            border-radius: 9px;
            border-top: 2px solid #f44309;
        }

    .d_active {
        background: #fff;
        color: #000;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 15px 10px 15px;
        border-radius: 9px;
        border-top: 2px solid #f44309;
    }
}

.totalar-mobile-app {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .totalar-mobile-app .module-title {
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 9;
    }

    .totalar-mobile-app video {
        float: left;
        width: 100%;
    }

    .totalar-mobile-app span.head-line-sub {
        text-transform: uppercase;
        color: #fff;
    }

.totalar-mobile-app-details .carousel {
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;
}

.totalar-mobile-app .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline;
}

.totalar-mobile-app .carousel-control {
    background: none;
    opacity: 10;
    margin: 200px 0px 0px 0px;
}

.totalar-mobile-app ul {
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
}

    .totalar-mobile-app ul li {
        /* float: left; */
        /* width: 100%; */
        margin: 0px 0px 20px 0px;
        display: flex;
        float: none;
        width: auto;
        background: #fff;
        color: #000;
        padding: 22px 20px 22px 30px;
        border-radius: 100px;
        font-weight: bold;
        position: relative;
        height: 70px;
        -webkit-box-shadow: -6px 2px 0px 0px #fd5812;
        box-shadow: -6px 2px 0px 0px #fd5812;
    }

        .totalar-mobile-app ul li:before {
        }

.totalar-mobile-app h4 {
    margin: 42px 0px 10px 0px;
    line-height: 25px;
}

.totalar-mobile-app p {
    font-weight: 300;
}

.totalar-mobile-app-details-lt {
    float: left;
    padding: 90px 0px 0px 0px;
    width: 30%;
}

.totalar-mobile-app-details-mid {
    text-align: center;
    padding: 0px 0px 0px 0px;
    background: url(../images/mobile-banner-bg.gif) no-repeat;
    background-size: contain;
    background-position: 53%;
    width: 40%;
}

.totalar-mobile-app-details-rt {
    float: right;
    padding: 90px 0px 0px 0px;
    width: 30%;
}

.totalar-mobile-features {
    position: absolute;
    top: 28%;
    z-index: 999;
    font-size: 18px;
}

.app-details-lt {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 20px;
}

.totalar-portal {
    float: left;
    width: 100%;
    padding: 45px 0px 50px 0px;
    background: #f7fdff;
}

.totalar-portal-lt {
    float: left;
    padding: 0px;
}

    .totalar-portal-lt img {
        width: 105%;
        max-width: 510px;
    }

.totalar-portal-rt {
    float: right;
    padding: 0px 0px 0px 100px;
}

    .totalar-portal-rt a {
        background: #fd5812;
        color: #fff;
        padding: 10px 45px 10px 25px;
        border-radius: 50px;
        text-decoration: none;
    }

    .totalar-portal-rt span.portal-cont {
        float: left;
        width: 100%;
        color: #322f44;
        font-size: 24px;
    }

    .totalar-portal-rt span.portal-sub-cont {
        color: #322f44;
        margin: 0px;
        padding: 0px;
    }

    .totalar-portal-rt ul {
        float: left;
        width: 100%;
        margin: 15px 0px 0px 0px;
    }

        .totalar-portal-rt ul li {
            float: left;
            width: 100%;
            margin: 0px 0px 40px 0px;
        }

            .totalar-portal-rt ul li span.lt {
                float: left;
                width: 10%;
            }

            .totalar-portal-rt ul li span.rt {
                float: right;
                width: 90%;
                padding: 0px 0px 0px 50px;
            }

                .totalar-portal-rt ul li span.rt p {
                    margin: 0px;
                    padding: 10px 0px 0px 0px;
                }

.totalar-industries {
    float: left;
    width: 100%;
    background: url("../images/totalar-industries-bg.jpg") no-repeat;
    background-size: cover;
    padding: 50px 0px 60px 0px;
    background-attachment: fixed;
}

    .totalar-industries ul {
        float: left;
        width: 100%;
    }

        .totalar-industries ul li {
            float: left;
            width: calc(18.5% - 0px);
            height: 275px;
            padding: 150px 10px 0px 10px;
            margin: 8px 0px 8px 0px;
            -webkit-box-shadow: 0 0 10px 0 #dedede;
            box-shadow: 0 0 10px 0 #dedede;
            text-align: center;
        }

            .totalar-industries ul li h4 {
                display: inline-block;
                font-size: 20px;
                color: #342e50;
                font-weight: bold;
                margin: 0px 0px 0px 0px;
                text-align: center;
                position: relative !important;
                z-index: 999;
            }

            .totalar-industries ul li:hover h4 {
                color: #fd5812;
            }

            .totalar-industries ul li p {
                font-size: 15px;
                line-height: 24px;
                margin: 10px 0px 0px 0px;
            }

            .totalar-industries ul li:nth-child(2), .totalar-industries ul li:nth-child(7) {
                margin: 8px 15px 8px 15px;
            }

            .totalar-industries ul li:nth-child(4), .totalar-industries ul li:nth-child(9) {
                margin: 8px 15px 8px 15px;
            }

            .totalar-industries ul li:nth-child(10) {
            }

            .totalar-industries ul li.publisher-info {
                background: #fff url("../images/publisher-bg.jpg") no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.education-info {
                background: #fff url(../images/education-bg.jpg) no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.retailer-info {
                background: #fff url("../images/retailers-bg.jpg") no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.printmedia-info {
                background: #fff url("../images/printmedia-bg.jpg") no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.adagencies-info {
                background: #fff url(../images/adagencies-bg.jpg) no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.automobiles-info {
                background: #fff url("../images/automobiles-bg.jpg") no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.infrastructure-info {
                background: #fff url(../images/infrastructure-bg.jpg) no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.realestate-info {
                background: #fff url(../images/real-estate-bg.jpg) no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.public-services-info {
                background: #fff url(../images/public-services-bg.jpg) no-repeat 50% 10%;
                background-size: unset;
            }

            .totalar-industries ul li.construction-info {
                background: #fff url(../images/construction-bg.jpg) no-repeat 50% 10%;
                background-size: unset;
            }

    .totalar-industries p {
        text-align: center;
        margin: 40px 0px 0px 0px;
    }

.app-info {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.app-details {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}

.app-info-lt {
    padding: 0px;
}

    .app-info-lt p {
        text-align: right;
        margin: 7px 0px 0px 0px;
    }

        .app-info-lt p img {
            padding: 0px 8px 0px 8px;
            width: 100%;
            max-width: 182px;
        }

.app-info-rt span.img-info {
    position: absolute;
    background: rgba(253, 88, 18, 0.97);
    color: #fff;
    float: left;
    width: 100%;
    margin: -51px 0px 0px 0px;
    z-index: 999;
    position: relative;
    padding: 10px 20px 10px 20px;
    font-size: 22px;
    text-align: center;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}

.app-info-rt .app-gallery-cont:hover span.img-info {
    display: none;
}

.app-info-rt .app-gallery-cont:hover .active-img {
    display: inline-block;
}

.app-info-rt .app-gallery-cont:hover .default-img {
    display: none;
}

.app-info-rt .active-img {
    display: none;
}

.app-info-rt {
    float: right;
    padding: 0px;
    margin: 60px 0px 0px 0px;
}

    .app-info-rt .app-gallery-cont {
        float: left;
        width: 33.333%;
        padding: 0px 20px 20px 20px;
        margin: 0px 0px 30px 0px;
        min-height: 270px;
    }

        .app-info-rt .app-gallery-cont img {
            width: 100%;
            border-radius: 20px;
        }

.app-info-lt ul {
    display: inline-block;
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

    .app-info-lt ul li {
        float: none;
        color: #fff;
        border-radius: 60px;
        padding: 10px 50px 0px 50px;
        margin: 12px 10px 12px 10px;
        display: inline-block;
        width: 280px;
    }

        .app-info-lt ul li .fa {
            float: left;
            font-size: 32px;
            padding: 8px 15px 0px 0px;
        }

        .app-info-lt ul li.android-info {
            background: #fd5812;
        }

.app-info ul li p {
    width: auto;
    text-align: left;
}

    .app-info ul li p span {
        font-size: 18px;
        font-weight: bold;
    }

.app-info ul li.apple-info {
    background: #312d41;
}

.app-info-rt ul li {
    float: left;
    width: calc(33.33% - 0px);
    padding: 0px;
    margin: 20px 0px 20px 0px;
}

    .app-info-rt ul li img {
        width: 100%;
        max-width: 380px;
        padding: 0px 3px 0px 3px;
        border-radius: 20px;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 2px 2px #dadada;
        box-shadow: 0 0 2px 2px #dadada;
    }

footer {
    float: left;
    width: 100%;
    color: #fff;
    padding: 30px 0px 30px 0px !important;
    background: url(../images/footer-bg.jpg) no-repeat bottom center !important;
    background-size: cover !important;
    margin: 0px !important;
}

.footer-cont {
    padding: 0px;
}

footer p {
    font-weight: 300;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

    footer a:hover, footer a:focus {
        text-decoration: none;
        color: #fff;
    }

.footer-top {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

footer address {
    line-height: 24px;
    color: #b0b2c7;
    margin: 0px;
}

.footer-lt {
    float: left;
    width: 35%;
    margin: 50px 0px 0px 0px;
}

    .footer-lt img {
        width: 100%;
        max-width: 315px;
    }

    .footer-lt h4 {
        font-weight: normal;
        font-style: normal;
        font-size: 52px;
    }

    .footer-lt ul {
        display: inline-block;
        width: 100%;
        margin: 25px 0px 0px 0px;
    }

        .footer-lt ul li {
            float: none;
            color: #fff;
            border-radius: 60px;
            padding: 6px 24px 6px 24px;
            margin: 0px 10px 0px 0px;
            display: inline-block;
            background: #fd5812;
        }

            .footer-lt ul li .fa {
                float: left;
                font-size: 24px;
                padding: 0px 10px 0px 0px;
            }

            .footer-lt ul li p {
                width: auto;
                text-align: left;
                margin: 2px 0px 0px 0px;
                font-size: 14px;
                font-weight: normal;
            }

.footer-mid {
    float: left;
    width: 32%;
    text-align: center;
}

    .footer-mid p {
        line-height: 26px;
    }

    .footer-mid .top-icon, .footer-rt .top-icon {
        background: #221f34;
        padding: 17px 23px 20px 18px;
        margin: 0px 0px 12px 0px;
        border-radius: 50%;
        width: 62px;
        height: 62px;
        font-size: 28px;
        -webkit-box-shadow: 0 -1px 1px 0 #fff;
        box-shadow: 0 -1px 1px 0 #fff;
    }

    .footer-mid span {
        font-size: 18px;
        color: #ffffff;
        margin: 0px 0px 15px 0px;
        display: inline-block;
        font-weight: 600;
    }

.footer-rt {
    float: right;
    text-align: center;
}

    .footer-rt p a {
        text-decoration: none;
        color: #fff;
    }

    .footer-rt span {
        font-size: 18px;
        color: #ffffff;
        margin: 0px 0px 15px 0px;
        display: inline-block;
        font-weight: 600;
    }

.footer-btm {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    background: #36384d;
    border-top: 1px solid #5c5d63;
}

.footer-menu {
    float: left;
    width: 42%;
    color: #fff;
}

    .footer-menu a {
        color: #fff;
        text-decoration: none;
    }

        .footer-menu a:hover {
            color: #fff;
        }

        .footer-menu a:focus {
            color: #fff;
        }

.footer-social-icons {
    float: left;
    width: 30%;
}

    .footer-social-icons .fa {
        background: #fff;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        color: #221f34;
        font-size: 20px;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 0px 3px;
        text-align: center;
    }

.copy-rights {
    float: right;
    width: 20%;
    text-align: right;
    color: #fff;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}
/*-- home page end --*/
.inner-slider {
    float: left;
    width: 100%;
    margin: 85px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .inner-slider h1 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0px;
        padding: 0px;
        text-shadow: 2px 0 0 #797676;
    }

.slider-cont-lt {
    float: left;
    width: 70%;
}

.breadcrumb-cont {
    float: right;
    width: 30%;
    text-align: right;
}

    .breadcrumb-cont ul {
        display: inline-block;
        width: 100%;
        padding: 7px 0px;
        margin: 0px;
    }

        .breadcrumb-cont ul li {
            display: inline;
            padding: 0px;
            margin: 0px;
            position: relative;
            list-style-type: none;
            font-size: 14px;
            line-height: 20px;
        }

            .breadcrumb-cont ul li .fa {
                padding: 0px 2px 0px 6px;
                font-size: 11px;
            }

            .breadcrumb-cont ul li a {
                color: #fff;
                text-decoration: none;
            }

.inner-slider .inner-slider-cont {
    float: left;
    width: 100%;
    height: 245px;
    padding: 70px 0px 30px 0px;
    color: #fff;
}

.inner-slider .web-platform-banner {
    background: url(../images/web-platform-banner.jpg) no-repeat;
    background-size: cover;
}

.inner-slider .price-banner {
    background: url(../images/price-banner.jpg) no-repeat;
    background-size: cover;
}

.inner-slider .about-banner {
    background: url(../images/about-banner.jpg) no-repeat;
    background-size: cover;
}

.inner-slider .contact-banner {
    background: url(../images/web-platform-banner.jpg) no-repeat;
    background-size: cover;
}

.inner-slider .contact-banner {
    background: url(../images/web-platform-banner.jpg) no-repeat;
    background-size: cover;
}

.inner-slider .sitemap-banner {
    background: url(../images/web-platform-banner.jpg) no-repeat;
    background-size: cover;
}
/*-- price page start --*/
.aboutus-info {
    float: left;
    width: 100%;
}

.aboutus-details {
    float: left;
    width: 100%;
}

.price {
    float: left;
    width: 100%;
    padding: 50px 0px 80px 0px;
    margin: 0;
    background: url("../images/price-bg.jpg") no-repeat;
    background-size: cover;
}

.price-description {
    float: left;
    width: 100%;
    padding: 2px 15px 5px 15px;
    text-align: center;
    color: #524e7a;
    font-weight: 600;
    font-weight: bold;
    border-bottom: 1px solid #e2e1e4;
}

.price-cont {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.price h4 {
    float: left;
    width: 100%;
    text-align: center;
    color: #544e7a;
    font-weight: bold;
    font-size: 28px;
    padding: 8px 0px;
}

    .price h4 span {
        font-size: 15px;
        font-weight: normal;
        min-height: 50px;
        display: inline-block;
        margin: 20px 0px 0px 0px;
        line-height: 22px;
    }

.price .price-info-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 22.9%;
}

    .price .price-info-list.odd {
        margin: 0px 20px 0px 0px;
    }

    .price .price-info-list.even {
        margin: 0px 20px 0px 0px;
    }

    .price .price-info-list.no-even {
        margin: 0px 0px 0px 0px;
    }

.list-cont {
    float: left;
    width: 100%;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.list-info {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .list-info ul {
        display: inline-block;
        width: 100%;
    }

    .list-info .price-detail {
        background: #534e7a;
        color: #fff;
        text-align: center;
        padding: 10px 0px;
        margin: 0px 0px 5px 0px;
    }

    .list-info .price-tag {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 28px;
        font-weight: 300;
    }

        .list-info .price-tag sup {
            top: -13px;
            font-size: 13px;
        }

    .list-info ul li, .list-info-one, .list-info-two ul li {
        float: left;
        width: 100%;
        list-style: none;
        text-align: center;
        padding: 10px 15px 0px 15px;
        font-size: 13px;
        color: #8a8a8a;
    }

.list-info-one, .list-info-two {
    display: none;
}

.technical-features h3 {
    background: #534e7a;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    text-align: center;
}

.security-support h3 {
    background: #534e7a;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    text-align: center;
}

.get-started-btn {
    float: left;
    width: 100%;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}

    .get-started-btn a {
        float: none;
        background: #524e7a;
        color: #fff;
        padding: 12px 24px;
        border-radius: 21px;
        position: relative;
        bottom: -18px;
        text-align: center;
        text-decoration: none;
    }

        .get-started-btn a .fa {
            padding: 0px 2px 0px 6px;
            font-size: 11px;
        }

.list-cont:hover {
    border: 1px solid #fd5812;
}

    .list-cont:hover .price-detail {
        background: #fd5812;
    }

    .list-cont:hover h4 {
        color: #fd5812;
    }

    .list-cont:hover .get-started-btn a {
        background: #fd5812;
    }

.list-info .glyphicon {
    color: #524e90;
}

.extra-info {
    display: none;
    float: left;
    /* border: 1px solid red; */
    margin: 50px 0px 0px 0px;
    padding: 20px 0px 30px 0px;
    background: #fff;
    border-radius: 4px;
}

    .extra-info ul li {
        float: left;
        width: 100%;
        list-style: none;
        text-align: center;
        padding: 10px 15px 0px 15px;
        font-size: 13px;
        color: #8a8a8a;
    }

    .extra-info .price-description {
        float: left;
        width: 100%;
        padding: 2px 15px 5px 15px;
        text-align: center;
        color: #524e7a;
        font-weight: 600;
        font-weight: bold;
        border-bottom: 1px solid #e2e1e4;
    }

.faq-section {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin: 0;
    background: url("../images/faq-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.faq-cont-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 50px 0px 0px 0px;
}

.faq-lt {
    float: left;
    padding: 0px 30px 0px 0px;
}

.faq-rt {
    float: left;
    padding: 0px 0px 0px 30px;
}

.panel-group {
    float: left;
    width: 100%;
    margin: 0px;
}

.faq-section .panel-default {
    border-color: #bab4de;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px 0px;
}

    .faq-section .panel-default > .panel-heading {
        color: #000;
        background-color: #fff;
        border-color: #bab3dd;
        -webkit-box-shadow: inset 0 0 10px 0 #e6e6e6;
        box-shadow: inset 0 0 10px 0 #e6e6e6;
        padding: 0px;
    }

.faq-section .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
}

    .faq-section .panel-title a {
        text-decoration: none;
        width: 100%;
        display: inline-block;
        font-size: 16px;
        padding: 15px 20px 15px 20px;
        line-height: 24px;
        font-weight: 600;
    }

.faq-section .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #bab3dd;
    line-height: 24px;
    font-size: 14px;
}

.faq-section .glyphicon {
    float: right;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Segoe UI';
}

.faq-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
/*-- price page end --*/
.price-info {
    float: left;
    width: 100%;
}

    .price-info .prize {
        float: left;
    }

        .price-info .prize .table {
            float: left;
            width: 100%;
            padding: 0px;
            margin: 20px 0px 0px 0px;
            border-top: 0px;
            position: relative;
            table-layout: fixed;
            border: none;
        }

            .price-info .prize .table thead tr th {
                text-align: center;
                text-transform: uppercase;
                vertical-align: top;
                font-size: 20px;
                padding: 10px 8px 10px 8px;
                position: relative;
                border-bottom-width: 1px;
                font-weight: 600;
            }

                .price-info .prize .table thead tr th.pro-box-shadow {
                    box-shadow: inset -5px 0px 5px -5px rgba(0,0,0,0.30);
                    -webkit-box-shadow: inset -5px 0px 5px -5px rgba(0,0,0,0.30);
                }

            .price-info .prize .table tbody tr td .fa-check {
                color: #84c76c;
                font-size: 16px;
            }

            .price-info .prize .table tbody tr td sup {
                color: #b8b8b8;
                top: -8px;
                font-size: 12px;
                left: 1px;
            }

            .price-info .prize .table tbody tr td:nth-child(1) {
                text-align: left;
                font-weight: 500;
                font-size: 16px;
                background: #342e50;
                color: #fff;
                padding: 15px 40px;
            }

.no-left-border {
    border-left: none !important;
    border: 0 !important;
}

.no-right-border {
    border-right: none !important;
    border: 0 !important;
}

.price-info .prize .table thead tr th:nth-child(1) {
    border: 1px solid #ddd;
    border: none;
    width: 150px;
}

.price-info .prize .table tbody tr td:nth-child(2) {
    background: #fff;
    color: #353535;
    box-shadow: inset -2px 0px 4px -3px rgba(0,0,0,0.30);
    -webkit-box-shadow: inset -2px 0px 4px -3px rgba(0,0,0,0.30);
}

.price-info .prize .table tbody tr td:nth-child(3) {
    background: #fff;
    color: #353535;
    box-shadow: inset -2px 0px 4px -3px rgba(0,0,0,0.30);
    -webkit-box-shadow: inset -2px 0px 4px -3px rgba(0,0,0,0.30);
}

.price-info .prize .table tbody tr td:nth-child(4) {
    background: #fff;
    color: #353535;
}

.price-info .prize .table tbody tr td:nth-child(5) {
    background: #fff;
    color: #353535;
}

.price-info .prize .table tbody tr td.pro-space-wt {
    border-bottom: 0;
}

    .price-info .prize .table tbody tr td.pro-space-wt:after {
        content: "";
        position: absolute;
        bottom: -31px;
        height: 42px;
        width: 100%;
        right: 0px;
        background: white;
        border-radius: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.12),;
    }

.price-info .prize .table thead tr th:nth-child(3) .plan-price {
    padding: 30px 20px 0px 20px;
}

.pro-space-blue .plan-type {
    position: absolute;
    display: flex;
    float: none;
    width: 100%;
    top: -13px;
    padding: 0px 20px 0px 20px !important;
    justify-content: center;
    left: 0;
}

.pro-space-blue, .pro-space-wt {
    position: relative;
}

    .pro-space-blue .slanted {
        font-size: 14px;
        text-transform: uppercase;
        transform: rotate(-50deg) skew(-5deg);
        background-color: #84c76c;
        position: absolute;
        left: -39px;
        top: -3px;
        width: 158px;
        text-align: center;
    }

        .pro-space-blue .slanted:after {
            content: "";
            width: 45px;
            height: 25px;
            margin-left: 1px;
            position: absolute;
            top: 12%;
            left: 92%;
            background: #fff5f3;
            transform: rotate(-132deg) skew(-61deg);
        }

.zero .plan-btn {
    padding: 50px 30px 0px 30px !important;
}

.one .plan-btn {
    padding: 65px 30px 0px 30px !important;
}

.two .plan-btn {
    padding: 22px 0px 0px 0px !important;
}

.price-info .prize .table thead tr th.pro-space-blue:before {
    content: "";
    position: absolute;
    top: -40px;
    height: 50px;
    width: 100%;
    left: -1px;
    background: #342e50;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: -4px 0 4px -2px rgba(0,0,0,0.30);
    -webkit-box-shadow: 4px 0px 0px -5px rgba(0,0,0,0.30);
}

.price-info .prize .table tbody tr td.prize-zero {
    background: #fff !important;
    font-size: 12px;
    border-color: #ccc;
    font-weight: bold;
}

.price-info .prize .table tbody tr td.prize-one {
    background: #fff !important;
    font-size: 12px;
    border-color: #ccc;
    font-weight: bold;
}

.price-info .prize .table tbody tr td.prize-two {
    background: #fff !important;
    font-size: 12px;
    border-color: #ccc;
    font-weight: bold;
}

.price-info .prize .table tbody tr td.prize-three {
    background: #fff !important;
    font-size: 12px;
    border-color: #ccc;
    font-weight: bold;
}

.price-info .prize .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-top: 1px solid #ddd;
}

.price-info .prize .table thead tr th:nth-child(2) {
    background: #342e50;
    border-color: #342e50;
    color: #fff;
    width: 150px;
    z-index: 9;
}

.price-info .prize .table thead tr th:nth-child(3) {
    background: #342e50;
    border-color: #342e50;
    color: #fff;
    width: 150px;
    border: 0;
}

.price-info .prize .table thead tr th:nth-child(4) {
    background: #342e50;
    border-color: #342e50;
    color: #fff;
    width: 150px;
}

.price-info .prize .table thead tr th:nth-child(5) {
    background: #342e50;
    border-color: #342e50;
    color: #fff;
    width: 150px;
    border-left: 0px;
}

.price-info .prize .table tbody tr td.full {
    font-size: 16px;
    background: #342e50;
    color: #fff;
    cursor: pointer;
}

    .price-info .prize .table tbody tr td.full span {
        float: right;
    }

.price-info th span {
    float: left;
    width: 100%;
    font-size: 11px;
    text-transform: none;
    color: #fff;
    margin: 5px 0px 0px 0px;
    min-height: unset;
}

.price-info th .plan-type {
    padding: 10px 20px;
    font-size: 22px;
}

.price-info th .plan-price {
    padding: 10px 20px 0px 20px;
    font-size: 36px;
}

    .price-info th .plan-price sub {
        font-size: 12px;
    }

.prize .one sup {
    font-size: 12px !important;
    top: -20px !important;
}

.prize .one .pro-sup {
    top: 6px !important;
}

.pro-space-main .border-btm-radius-lt .fa {
    padding: 0px 0px 0px 15px;
}

.plan-select-list {
    text-align: center;
    display: inline-block;
    justify-content: center;
    position: relative;
    padding: 20px 0px 0px 0px;
}

    .plan-select-list .enterprise-label {
        position: absolute;
        top: -3px;
        left: 0px;
        float: none;
        width: auto;
    }

.border-top-radius-lt {
    border-top-left-radius: 20px;
    border-top: none !important;
}

.border-btm-radius-lt {
    border-bottom-left-radius: 20px;
    border-bottom: none !important;
}

.btm-border {
    border-bottom: 1px solid #ddd !important;
}

.price .popover-content {
    padding: 9px 14px;
    color: #000;
}

.plan-select-list .btn {
    background: #282340;
    padding: 2px 20px;
}

.plan-select-list #EnterPrisePlan {
    font-size: 30px;
    font-weight: 600;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.plan-select-list .btn:focus, .plan-select-list .btn:hover {
    color: #fff;
}

.btn:active {
    box-shadow: none;
}

.plan-select-list .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    font-size: 20px;
    position: relative;
    top: 18px;
    left: -4px;
}

.plan-select-list .dropdown-item {
    float: left;
    width: 100%;
    padding: 4px 20px;
    border-bottom: 1px solid #efefef;
    color: #342e50;
    text-decoration: none;
}

.plan-select-list .btn .enterprise-price sup {
    font-size: 12px;
    top: -20px;
}

.plan-select-list .btn .enterprise-price sub {
    font-size: 12px;
}

.price .table .left-radius {
    border-top-left-radius: 20px;
}

.price .table .right-radius {
    border-top-right-radius: 20px;
}

.price-info th .plan-btn {
    padding: 20px 20px;
}

.price-info th span.btn {
    min-height: unset;
    margin: 0px 0px 0px 0px;
}

    .price-info th span.btn a {
        background: #84c76c;
        color: #fff;
        width: auto;
        text-align: center;
        padding: 5px 25px;
        border-radius: 5px;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
    }

.price-info th.zero span.btn, .price-info th.one span.btn {
    margin: 0px;
}

.price-btm-description {
    float: left;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

    .price-btm-description ul {
        float: left;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .price-btm-description ul li {
            float: left;
            width: 100%;
            padding: 10px 20px 10px 0px;
            min-height: auto;
            color: #342e50;
            font-size: 16px;
            font-weight: 600;
        }

            .price-btm-description ul li sup {
                padding: 1px 4px 0px 0px;
                margin: 0px 0px 0px 0px;
            }

.prize .one sup {
    font-size: 10px;
    top: -1em;
}
/*.price-mb .slanted {
  font-size: 14px;
    text-transform: uppercase;
   transform: rotate(-50deg) skew(-5deg);
    background-color: #84c76c;
    position: absolute;
    left: -33px;
    top: 36px;
    width: 157px;
    text-align: center;
    color: #fff;
}*/
.price-mb h4 span {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

.price-mb .plan-type {
    padding: 10px 20px;
    font-size: 22px;
}

.price-mb .plan-price {
    padding: 10px 20px 0px 20px;
    font-size: 36px;
}

    .price-mb .plan-price sub {
        font-size: 12px;
    }

.price-mb .plan-select-list {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 20px 0px 0px 0px;
    width: 100%;
}

    .price-mb .plan-select-list .enterprise-label {
        position: absolute;
        top: -3px;
        left: -55px;
        float: none;
        width: 100%;
    }

.price-mb .price-info-list.odd.basic h4 {
    padding: 8px 0px 59px 0px;
}

.price-mb .billed-annually {
    float: left;
    width: 100%;
    text-align: center;
}

.price-mb .odd .billed-annually {
    padding: 2px 0px 30px 0px;
}

.price-mb .plan-select-list .btn {
    background: #282340;
    font-size: 30px;
    font-weight: 600;
    padding: 2px 20px;
    color: #fff !important;
}

.price-mb .plan-select-list .dropdown-toggle::after {
    top: 0 !important;
}

.price-mb .price-btm-description {
    margin: 30px 15px 0px 15px;
}
/*.price-info .prize .table thead tr th:nth-child(3) {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  display: block;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.price-info .prize .table thead tr th:nth-child(3):after {
  top: 100%;
  left: 48px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 18px;
  margin-left: -18px;
}
.price-info .prize .table thead tr th:nth-child(3):before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 36px;
  height: 36px;
  bottom: -12px;
  z-index: -1;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}*/
/*-- contact page start --*/
.contact-info {
    float: left;
    width: 100%;
}

.contact-details {
    float: left;
    width: 100%;
}

.call-our-genie {
    float: left;
    width: 100%;
    padding: 50px 0px 60px 0px;
    margin: 0;
    background: url(../images/vuwhiz-use-bg.jpg) no-repeat;
    background-size: cover;
}

.call-our-genie-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .call-our-genie-cont ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 50px 0px 0px 0px;
        list-style: none;
    }

    .call-our-genie-cont li {
        float: left;
        width: 50%;
        padding: 0px 50px 0px 50px;
    }

    .call-our-genie-cont .img-icon {
        float: left;
        width: 100%;
        text-align: center;
    }

    .call-our-genie-cont ul li span .fa {
        font-size: 68px;
        background: red;
        border-radius: 50%;
        padding: 41px 35px 35px 38px;
        color: #fff;
        background: #342e50;
        height: 150px;
        width: 150px;
    }

    .call-our-genie-cont address {
        line-height: 24px;
    }

        .call-our-genie-cont address a {
            margin: 10px 0px 0px 0px;
            display: inline-block;
            color: #342e50;
            font-weight: bold;
        }

    .call-our-genie-cont .info {
        float: left;
        width: 100%;
        text-align: center;
    }

        .call-our-genie-cont .info h3 {
            float: left;
            width: 100%;
            text-align: center;
            font-size: 28px;
            font-weight: bold;
        }

        .call-our-genie-cont .info p {
            float: left;
            width: 100%;
            text-align: center;
            padding: 0;
            margin: 0;
            color: #38373c;
            font-size: 20px;
        }

    .call-our-genie-cont .view-map {
        float: left;
        width: 100%;
        border-bottom: 3px solid #ffac7f;
        margin: 20px 0px 0px 0px;
    }

        .call-our-genie-cont .view-map iframe {
            float: left;
            width: 100%;
            height: 200px;
            border: 1px solid #fff;
        }

.contact-form {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    margin: 0;
    background: url("../images/totalar-industries-bg.jpg") no-repeat;
    background-size: cover;
}

.contact-form-cont {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
}

.submit-btn {
    float: left;
    width: 100%;
    padding: 0px 15px;
    margin: 0;
    text-align: right;
}

    .submit-btn button {
        color: #fff;
        background: #fd5812;
        border: #fd5812;
        padding: 10px 20px;
        border-radius: 25px;
        float: right;
    }

        .submit-btn button:hover {
            background: #fd5812;
            border: #fd5812;
        }

    .submit-btn .glyphicon {
        padding: 0px 0px 0px 5px;
    }

.contact-form-cont input[type=text], .contact-form-cont input[type=email] {
    height: 52px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    border: 1px solid #ffdbb3;
}

.contact-form-cont .intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.contact-form-cont textarea.form-control {
    border: 1px solid #ffdbb3;
    font-size: 16px;
}

.contact-form-cont .form-group {
    margin-bottom: 30px;
}

.contact-view-map {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .contact-view-map iframe {
        float: left;
        width: 100%;
        height: 500px;
    }

    .contact-view-map img {
        float: left;
        width: 100%;
        height: 100%;
        max-height: 450px;
    }
/*-- contact page end --*/
/*-- about-us page start --*/
.value-acceleration {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin: 0;
    background: url(../images/bg-02.jpg) no-repeat;
    background-size: cover;
}

    .value-acceleration .section-title h2, .value-acceleration .section-title h3 {
        text-align: left;
    }

.about-popup-video .modal-header .close {
    margin: -18px -15px 0px 0px !important;
    font-weight: normal;
    font-size: 27px;
    opacity: 10;
    background: #4a4a4a;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: 3px solid #fff;
    color: #fff;
    padding: 0px 0px 10px 0px;
    outline: none;
}

.value-acceleration-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.value-acceleration-cont-lt {
    float: left;
    width: 50%;
    padding: 0px 50px 0px 0px;
    margin: 0;
}

.value-acceleration-cont-rt {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

    .value-acceleration-cont-rt img {
        width: 100%;
        max-width: 520px;
    }

.value-acceleration-cont-video {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 15px;
    margin: 0;
}

.value-acceleration-cont-lt p {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: 31px;
}

.our-value-prop {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin: 0;
    background: url("../images/our-value-bg.jpg") no-repeat;
    background-size: cover;
}

.our-value-prop-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .our-value-prop-cont ul {
        float: left;
        width: 100%;
        padding: 0px 50px 0px 50px;
        margin: 30px 0px 0px 0px;
        list-style: none;
    }

        .our-value-prop-cont ul li {
            float: left;
            width: 43%;
            text-align: center;
            margin: 0px 20px 50px 20px;
            padding: 50px 30px 50px 30px;
            background: #fff;
            position: relative;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 60px;
            -webkit-box-shadow: 0px 1px 1px 0px #fd5812;
            box-shadow: 0px 1px 1px 0px #fd5812;
        }

            .our-value-prop-cont ul li.value-proposition-one {
                background: #fff url(../images/value-proposition-01.jpg) no-repeat;
                background-position: 50% 20px;
            }

            .our-value-prop-cont ul li.value-proposition-two {
                background: #fff url(../images/value-proposition-02.jpg) no-repeat;
                background-position: 50% 20px;
            }

            .our-value-prop-cont ul li.value-proposition-three {
                background: #fff url(../images/value-proposition-03.jpg) no-repeat;
                background-position: 50% 20px;
            }

            .our-value-prop-cont ul li.value-proposition-four {
                background: #fff url(../images/value-proposition-04.jpg) no-repeat;
                background-position: 50% 20px;
            }

            .our-value-prop-cont ul li:hover .active-img {
                display: inline-block;
            }

            .our-value-prop-cont ul li:hover .default-img {
                display: none;
            }

            .our-value-prop-cont ul li .active-img {
                display: none;
            }

            .our-value-prop-cont ul li p {
                float: left;
                width: 100%;
                text-align: center;
                padding: 30px 0px 0px 0px;
                margin: 100px 0px 0px 0px;
                color: #000;
                font-size: 20px;
                font-weight: 500;
                line-height: 28px;
            }

                .our-value-prop-cont ul li p b {
                    color: #fd5812;
                }

            .our-value-prop-cont ul li .li-img {
                float: left;
                width: 100%;
                padding: 0;
                margin: 0;
            }

                .our-value-prop-cont ul li .li-img img.hover {
                    display: none;
                }

            .our-value-prop-cont ul li .li-detail {
                background: #fff;
                float: left;
                padding: 50px 0px 50px 0px;
                width: 100%;
                -webkit-box-shadow: 0 0 10px 0 #dedede;
                box-shadow: 0 0 10px 0 #dedede;
            }
/*-- video icons --*/
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 30px;
    height: 44px;
    border-radius: 50%;
    padding: 32px 20px 18px 32px;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 60px;
        height: 60px;
        background: #fd5812;
        border-radius: 50%;
        transition: all 200ms;
    }

    .video-play-button:hover:after {
        background-color: darken(#fa183d, 10%);
    }

    .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 24px solid #fff;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.modal-lg {
    width: 650px;
    text-align: center;
}

.modal-dialog {
    margin: 150px auto;
    padding: 0px 30px 0px 30px;
}
/*-- about-us page end --*/
/*-- user page styles --*/
/*.banner {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url("../images/user-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}*/
.user-info {
    float: left;
    width: 100%;
}

.user-details {
    float: left;
    width: 100%;
}

.video-banner {
    float: left;
    width: 100%;
    margin: 95px 0px 0px 0px;
}

    .video-banner video {
        float: left;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

.user-video-banner {
    display: none;
}

    .user-video-banner img {
        width: 100%;
    }

.slider-section {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100vh;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 89, 137, 0.5);
    background: url("../images/user-banner.jpg") no-repeat;
    background-size: cover;
}

.download-step {
    float: left;
    width: 100%;
    padding: 60px 0px 0px 0px;
    margin: 0;
    background: url(../images/price-bg.jpg) no-repeat;
    background-size: cover;
}

.download-step-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.download-step-cont-lt {
    float: left;
    width: 42%;
    padding: 0;
    margin: 0;
    background: url("../images/step-line.png") no-repeat;
    background-position: 100% 20px;
}

.download-step-cont-rt {
    float: right;
    width: 50%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

    .download-step-cont-rt .module-title {
        margin: 0px 0px 20px 0px;
    }

        .download-step-cont-rt .module-title h2 {
            opacity: 10;
        }

    .download-step-cont-rt h4 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        color: #faede6;
    }

    .download-step-cont-rt p {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 10px 0px 10px 0px;
        line-height: 32px;
    }

        .download-step-cont-rt p img {
            padding: 2px 0px 20px 0px;
            width: 100%;
            max-width: 182px;
        }

    .download-step-cont-rt img.mobile-app-gallery {
        width: 100%;
        max-width: 468px;
    }

.download-option {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px 0px;
    margin: 0;
}

    .download-option .app-info-lt p {
        text-align: right;
        margin: 7px 0px 0px 0px;
    }

        .download-option .app-info-lt p img {
            padding: 0px 8px 0px 8px;
            width: 100%;
            max-width: 35%;
        }

    .download-option .app-details-lt {
        float: left;
        width: 50%;
        padding: 0px 0px 0px 0px;
        text-align: left;
    }

        .download-option .app-details-lt p {
            margin: 0px;
            padding: 0px 20px 0px 0px;
            text-align: right;
        }

    .download-option .app-details-rt {
        float: left;
        width: 50%;
        padding: 0px 0px 0px 0px;
        text-align: left;
    }

.download-step-cont-lt ul {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    list-style: none;
}

    .download-step-cont-lt ul li {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
        margin: 0;
    }

.step-img {
    float: left;
    width: 25%;
}

.step-info {
    float: left;
    width: 75%;
    padding: 10px 30px 10px 30px;
}

    .step-info span.steps-cont {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        color: #221f34;
        font-weight: bold;
        font-size: 44px;
    }

    .step-info span.steps-sub-cont {
        float: left;
        width: 100%;
        padding: 0;
        margin: 10px 0px 0px 0px;
        font-size: 18px;
    }

.about-popup-video {
    float: left;
    width: 100%;
}

    .about-popup-video iframe {
        width: 100%;
        height: 320px;
        height: 540px;
    }

    .about-popup-video .modal-header {
        border: none;
        min-height: auto;
        padding: 0px;
    }

    .about-popup-video .modal-content {
        border-radius: 0px;
    }

.modal-body {
    position: relative;
    padding: 25px 25px 20px 25px;
}
/*-- organizations page styles --*/
.organizations-info {
    float: left;
    width: 100%;
}

.organizations-details {
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;
}

.user-platform-cont {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 80px 0px 0px 0px;
}

.user-platform-cont-info {
    float: left;
    width: 100%;
}

.user-platform-cont-lt {
    float: left;
    width: 20%;
}

    .user-platform-cont-lt .platform-info {
        float: left;
        width: 100%;
        position: relative;
    }

.platform-info.section-one {
    margin: 85px 0px 0px 165px;
}

.platform-info.section-two {
    margin: 160px 0px 0px 35px;
}

.platform-info.section-three {
    margin: 90px 0px 0px 25px;
}

.platform-info.section-four {
    margin: -48px 0px 0px 200px;
}

.platform-info.section-five {
    margin: -47px 0px 0px 167px;
}

.user-platform-cont-lt p {
    line-height: 22px;
    text-align: right;
}

    .user-platform-cont-lt p img {
        float: right;
        margin: -35px -90px 0px 0px;
    }

.user-platform-cont-mid {
    float: left;
    width: 60%;
    text-align: center;
}

    .user-platform-cont-mid img {
        width: 100%;
        max-width: 585px;
        margin: -45px 0px 0px 0px;
    }

.user-platform-cont-rt {
    float: right;
    width: 20%;
}

    .user-platform-cont-rt .platform-info {
        float: left;
        width: 100%;
        position: relative;
    }

    .user-platform-cont-rt p {
        line-height: 22px;
        text-align: left;
        width: 110%;
    }

        .user-platform-cont-rt p img {
            float: left;
            margin: -10px 20px 0px 0px;
        }

.platform-info.section-six {
    margin: -35px 0px 0px -230px;
}

.platform-info.section-seven {
    margin: 145px 0px 0px -115px;
}

.platform-info.section-eight {
    margin: 340px 0px 0px -245px;
}

.platform-info.section-nine {
    margin: 490px 0px 0px -425px;
}

.platform-info.section-ten {
    margin: 213px 0px 0px -350px;
}

.user-platform-cont-mobile {
    display: none;
}

.user-platform-cont-mobile {
    float: left;
    width: 100%;
    padding: 50px 0px 60px 0px;
}

    .user-platform-cont-mobile .user-platform-cont-info {
        float: left;
        width: 100%;
    }

    .user-platform-cont-mobile .user-platform-cont-lt {
        float: left;
        width: 100%;
    }

        .user-platform-cont-mobile .user-platform-cont-lt .platform-info {
            float: left;
            width: 100%;
            position: relative;
        }

    .user-platform-cont-mobile .platform-info.section-one {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-two {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-three {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-four {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-five {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .user-platform-cont-lt p {
        line-height: 22px;
        text-align: right;
    }

        .user-platform-cont-mobile .user-platform-cont-lt p img {
            float: right;
            margin: -35px -90px 0px 0px;
        }

    .user-platform-cont-mobile .user-platform-cont-mid {
        float: left;
        width: 60%;
    }

        .user-platform-cont-mobile .user-platform-cont-mid img {
            width: 100%;
            max-width: 585px;
            margin: -45px 0px 0px 0px;
        }

    .user-platform-cont-mobile .user-platform-cont-rt {
        float: right;
        width: 100%;
    }

        .user-platform-cont-mobile .user-platform-cont-rt .platform-info {
            float: left;
            width: 100%;
            position: relative;
        }

        .user-platform-cont-mobile .user-platform-cont-rt p {
            line-height: 22px;
            text-align: left;
        }

            .user-platform-cont-mobile .user-platform-cont-rt p img {
                float: left;
                margin: -10px 20px 0px 0px;
            }

    .user-platform-cont-mobile .platform-info.section-six {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-seven {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-eight {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-nine {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info.section-ten {
        margin: 0px 0px 50px 0px;
    }

    .user-platform-cont-mobile .platform-info span {
        width: 15%;
        float: left;
    }

    .user-platform-cont-mobile .platform-info p {
        float: left;
        width: 85%;
        color: #323739;
        font-weight: normal;
        margin: 16px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
        font-size: 16px;
        line-height: 24px !important;
        text-align: left;
    }

    .user-platform-cont-mobile .platform-info::after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ff4045;
        left: 34px;
        top: 56px;
        position: absolute;
    }

    .user-platform-cont-mobile .platform-info.no-after::after {
        content: none;
    }

    .user-platform-cont-mobile .section-six::after, .user-platform-cont-mobile .section-seven::after, .user-platform-cont-mobile .section-eight::after, .user-platform-cont-mobile .section-nine::after {
        background: #373246;
    }

.business-traction {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.business-traction-bg {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background: #fff;
}

.business-traction-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;
}

    .business-traction-cont p {
        float: left;
        width: 100%;
        padding: 10px 80px 0px 80px;
        margin: 0;
        color: #fff;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
    }

    .business-traction-cont ul {
        float: left;
        width: 100%;
        padding: 50px 0px 0px 0px;
        margin: 0;
        list-style: none;
    }

        .business-traction-cont ul li {
            float: left;
            width: calc(48% - 0px);
            margin: 0px 0px 30px 0px;
            height: 300px;
            padding: 0px 0px 0px 0px;
            color: #fff;
            background: #fff;
            -webkit-box-shadow: 0 0 10px 0 #dedede;
            box-shadow: 0 0 10px 0 #dedede;
            background: url("../images/business-traction-cont-bg.png") repeat-x;
        }

            .business-traction-cont ul li span.sub-heading {
                display: inline-block;
                font-size: 22px;
                color: #342e50;
                font-weight: bold;
                margin: 0px 0px 0px 0px;
                text-align: center;
                position: relative !important;
                z-index: 999;
            }

            .business-traction-cont ul li.publisher-inner-info {
                background: #fff url(../images/publisher-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.education-inner-info {
                background: #fff url(../images/education-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.retailer-inner-info {
                background: #fff url(../images/retailers-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.printmedia-inner-info {
                background: #fff url(../images/printmedia-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.adagencies-inner-info {
                background: #fff url(../images/adagencies-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.automobiles-inner-info {
                background: #fff url(../images/automobiles-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.infrastructure-inner-info {
                background: #fff url(../images/infrastructure-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.realestate-inner-info {
                background: #fff url(../images/real-estate-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.public-services-inner-info {
                background: #fff url(../images/public-services-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li.construction-inner-info {
                background: #fff url(../images/construction-bg.jpg) no-repeat;
                background-position: 50% 10px;
            }

            .business-traction-cont ul li:nth-child(2), .business-traction-cont ul li:nth-child(4), .business-traction-cont ul li:nth-child(6), .business-traction-cont ul li:nth-child(8), .business-traction-cont ul li:nth-child(10) {
                margin: 0px 0px 30px 35px;
            }

            .business-traction-cont ul li:nth-child() {
                margin: 0px 20px 0px 20px;
            }

            .business-traction-cont ul li:last-child {
                border: none;
            }

            .business-traction-cont ul li .default-img, .business-traction-cont ul li:hover .active-img {
                display: block;
            }

            .business-traction-cont ul li:hover .default-img, .business-traction-cont ul li .active-img {
                display: none;
            }

.business-list-cont {
    float: left;
    width: 100%;
    padding: 20px 25px 20px 25px;
    margin: 120px 0px 0px 0px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    color: #222;
    text-align: center;
}

.business-list-detail {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0px 0px 0px;
    margin: 0;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
}

.business-traction-cont ul li.publisher-inner-info .business-list-cont {
    color: #222;
}

.business-traction-cont p {
    float: left;
    width: 100%;
    padding: 10px 80px 0px 80px;
    margin: 0;
    color: #212020;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
}

.business-list-cont img {
}

.business-list-head {
}

.inner-totalar-platform {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin: 0;
    background: url("../images/totalar-industries-bg.jpg") no-repeat;
    background-size: cover;
}

    .inner-totalar-platform h3 {
        color: #322f44 !important;
    }

.inner-totalar-platform-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .inner-totalar-platform-cont p {
        float: left;
        width: 100%;
        padding: 10px 50px 0px 50px;
        margin: 0;
        color: #000;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
    }

.totalar-platform-video-part {
    float: left;
    width: 100%;
    padding: 40px 0px 20px 0px;
    margin: 0;
    text-align: center;
    position: relative;
}

    .totalar-platform-video-part img {
        width: 100%;
        max-width: 770px;
        position: relative;
    }

        .totalar-platform-video-part img .video-play-button {
            position: absolute;
            z-index: 10;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            box-sizing: content-box;
            display: block;
            width: 30px;
            height: 44px;
            border-radius: 50%;
            padding: 32px 20px 18px 32px;
        }

.portal-screens {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: #343043 url(../images/business-traction-bg.jpg) no-repeat top center;
    background-size: cover;
}

    .portal-screens h3 {
        color: #fff;
    }

.portal-screens-details {
    float: left;
    width: 100%;
    margin: 250px 0px 0px 0px;
}

    .portal-screens-details span.head-line-sub {
        color: #fff;
    }

.screens-info {
    float: left;
    width: 50%;
    padding: 0px 20px 60px 20px;
}

.screens-info-lt {
    float: left;
    width: 100%;
}

    .screens-info-lt img {
        width: 100%;
        border: 5px solid #fff;
        border-radius: 10px;
        max-width: 550px;
        -webkit-box-shadow: 0 0 5px 1px #e0e0e0;
        box-shadow: 0 0 5px 1px #e0e0e0;
    }

.screens-info-rt {
    float: left;
    width: 100%;
    margin: 40px 0px 0px 0px;
    text-align: center;
}

    .screens-info-rt h3 {
        font-weight: bold;
        font-size: 22px;
        margin: 0px 0px 15px 0px;
        padding: 0px 20px 0px 20px;
        color: #fff;
        line-height: 32px;
    }

    .screens-info-rt p {
        line-height: 26px;
        color: #bfbfbf;
    }

.package-section {
    float: left;
    width: 100%;
    padding: 50px 0px 60px 0px;
    margin: 0;
    background: url("../images/package-bg.jpg") no-repeat;
    background-size: cover;
}

.package-section-cont {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .package-section-cont p {
        float: left;
        width: 100%;
        padding: 10px 0px 0px 0px;
        margin: 0;
        text-align: center;
        font-weight: normal;
        line-height: 32px;
    }

    .package-section-cont a {
        background: #342e50;
        color: #fff;
        margin: 30px 0px 0px 0px;
    }

.app-info .modal img {
    width: 100%;
    max-width: 500px;
}

.app-info .modal-header {
    border: none;
}

.app-info .close {
    font-size: 32px;
    color: #6f6f6f;
    opacity: 1;
}

.app-info .modal-header .close {
    margin-top: -54px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 100%;
    padding: 0px 10px 10px 10px;
    height: 40px;
    margin-right: -30px;
    width: 40px;
}

.technical-features-cont {
    display: none;
}

.technical-features-cont-one {
    display: none;
}

.price-info .prize .popover.top {
    display: block !important;
    left: 0px !important;
    width: 95%;
}
/* ------- buttons  details start-------*/
.read-more {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    background: #fd5812;
    color: #fff;
    padding: 10px 45px 10px 25px;
    border-radius: 50px;
    text-decoration: none;
}

    .read-more span {
        z-index: 20;
    }

    .read-more .fa {
        position: absolute;
        top: 14px;
        right: 22px;
    }

    .read-more:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.4;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 9999;
    }

    .read-more:hover:after {
        left: 120%;
        transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .read-more:hover {
        color: #fff;
        outline: none;
        box-shadow: none;
    }

    .read-more:focus {
        color: #fff !important;
        outline: none;
        box-shadow: none;
    }

.dashboard-inner-cont-lt .g.nv-slice-hover {
    display: none !important;
}

@media (max-width:1366px) {
}

@media (min-width:1367px) {
    .slider video {
        margin: 0px 0px 0px 0px;
    }
}

.site-map-details {
    float: left;
    width: 100%;
    padding: 50px 0px 80px 0px;
    background: url(../images/price-bg.jpg) no-repeat;
    background-size: cover;
}

.site-map-info {
    float: left;
    width: 100%;
}

.site-map-details ul {
    float: left;
    width: 50%;
    padding: 0;
    margin: 50px 0px 0px 0px;
}

    .site-map-details ul li {
        float: left;
        width: 100%;
        padding: 20px 0 20px 20px;
    }

        .site-map-details ul li .fa {
            font-size: 10px;
            margin: 8px 10px 0px 0px;
            float: left;
        }

        .site-map-details ul li a {
            color: #403b51;
            font-size: 18px;
        }

            .site-map-details ul li a:hover {
                color: #fd5812;
                text-decoration: none;
            }

            .site-map-details ul li a:focus {
                color: #fd5812;
                text-decoration: none;
            }

        .site-map-details ul li.no-list-type {
            background: 0 0 !important;
        }

.site-map-details .child-cont {
    margin: 0 0 0 20px;
    width: 100% !important;
    padding: 0;
}

.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #e5603b;
    font-size: 12px !important;
    line-height: inherit !important;
}

.parsley-error {
    background: #fff !important;
    border-color: #ff5b57 !important;
}

.parsley-error, .parsley-success {
    color: #2d353c !important;
    box-shadow: none !important;
}

.parsley-errors-list {
    font-weight: normal !important;
    position: absolute;
}

#error-msg {
    margin-top: 5px !important;
    font-weight: normal !important;
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #e5603b;
    font-size: 12px !important;
    line-height: inherit !important;
}

.payment-complete {
    float: left;
    width: 100%;
    text-align: center;
}

    .payment-complete p {
        margin: 0px;
        padding: 0px;
        line-height: 26px;
    }

    .payment-complete .fa {
        background: #ffffff;
        color: #342e50;
        padding: 20px 20px 20px 20px;
        margin: 0px 0px 10px 0px;
        border-radius: 100%;
        display: inline-block;
        border: 1px solid #373156;
    }

.ar-gallery {
    float: left;
    width: 100%;
    margin: 0px 0px 50px 0px;
}

.ar-gallery .container .modal-body a {
    float: right;
    padding: 0px 18px 1px 0px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ar-gallery .container .modal-body a i {
    color: red;
}

.ar-gallery .app-gallery-cont a {
    cursor: pointer;
}

/* ------- New Home Page Slider -------*/
.new-home-page-slider {
    float: left;
    width: 100%;
    margin: 73px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

    .new-home-page-slider video {
        float: left;
        width: 109.5%;
        height: 100%;
    }

    .new-home-page-slider img {
        float: left;
        width: 100%;
    }

.carousel-inner > .item > img {
    display: block;
    line-height: 1;
}

.carousel .fa {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    right: 50%;
    margin-right: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.new-home-page-slider .carousel-control.left, .new-home-page-slider .carousel-control.right, .inner-ar-details .carousel-control.left, .inner-ar-details .carousel-control.right {
    background: 0 0;
}
/* button to display if user choses to not autoplay the video: */
#slider-play-button button {
    display: inline-block;
    border: 0.06666em solid #fff;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    cursor: pointer;
    transition: .3s background;
    line-height: 1.3em;
    height: 1.5em;
    width: 2.5em;
    border-radius: 0.3em;
    position: absolute;
    opacity: .7;
    right: 1em;
    top: 20%;
}

.play-video-button:before {
    font-family: FontAwesome;
    content: "\f04b";
}

.pause-video-button:before {
    font-family: FontAwesome;
    content: "\f04c";
}

.inner-ar-details {
    float: left;
    width: 100%;
    padding: 30px 0px 100px 0px;
    background: url(../images/faq-bg.jpg) no-repeat;
    background-size: cover;
}

    .inner-ar-details .carousel-indicators {
        bottom: -60px;
    }

        .inner-ar-details .carousel-indicators li {
            border: 1px solid #fd5812;
        }

        .inner-ar-details .carousel-indicators li, .inner-ar-details .carousel-indicators .active {
            width: 15px;
            height: 15px;
        }

        .inner-ar-details .carousel-indicators .active {
            background: #fd5812;
        }

.inner-ar-info-lt {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0px 50px 0px 0px;
}

    .inner-ar-info-lt img {
        width: 100%;
        max-width: 300px;
    }

.inner-ar-info-rt {
    display: table-cell;
    width: 70%;
    padding: 0px 50px 0px 0px;
    vertical-align: middle;
}

    .inner-ar-info-rt p {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        color: #fd5812;
        font-weight: bold;
        font-size: 44px;
    }

    .inner-ar-info-rt span {
        color: #1d4d8a;
        font-size: 22px;
    }

.fire-works-info {
    float: left;
    width: 100%;
    margin: 95px 0px 0px 0px;
}

    .fire-works-info .module-title span.head-line, .module-title h1 {
        font-size: 26px;
    }

.fire-works-section-one {
    float: left;
    width: 100%;
}

    .fire-works-section-one img {
        width: 100%;
    }

.fire-works-section-two {
    float: left;
    width: 100%;
    margin: 50px 0px 50px 0px;
    text-align: center;
}

    .fire-works-section-two p, .fire-works-section-three p, .fire-works-section-four p {
        padding: 0px 100px 50px 100px;
        font-size: 20px;
        text-align: justify;
    }

    .fire-works-section-two iframe {
        width: 100%;
        border: 10px solid #dedede;
        height: 550px;
    }

.fire-works-section-three {
    float: left;
    width: 100%;
    background: url(../images/vuwhiz-use-bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0px 20px 0px;
}

    .fire-works-section-three .module-title span.head-line-sub {
        font-size: 18px;
    }

    .fire-works-section-three ul.view-gallery li {
        float: left;
        width: 45%;
        text-align: center;
        margin: 0px 20px 30px 20px;
        padding: 20px 20px 20px 20px;
        background: #fff;
        position: relative;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 60px;
        border: 2px dashed #fd581266;
    }

        .fire-works-section-three ul.view-gallery li img {
            width: 100%;
            max-width: 100%;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 60px;
        }

.fire-works-section-three-lt {
    float: left;
    width: 100%;
    text-align: center;
}

    .fire-works-section-three-lt ul {
        float: left;
        width: 100%;
        margin: 20px 0px 0px 0px;
        list-style: none;
        text-align: center;
    }

        .fire-works-section-three-lt ul li {
            display: inline-block;
            text-align: center;
            padding: 0px 50px 0px 50px;
            width: 32%;
            border-right: 1.5px dotted #8d8b8b;
        }

            .fire-works-section-three-lt ul li img {
                width: 100%;
                max-width: 180px;
            }

.fire-works-section-four {
    float: left;
    width: 100%;
    padding: 30px 0px 25px 0px;
}

    .fire-works-section-four ul {
        float: left;
        width: 100%;
        margin: 0px;
        list-style: none;
        text-align: center;
    }

        .fire-works-section-four ul li {
            float: left;
            width: 44%;
            text-align: center;
            margin: 0px 20px 30px 20px;
            padding: 20px 20px 20px 20px;
            background: #fff;
            position: relative;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 60px;
            border: 2px dashed #fd581266;
        }

            .fire-works-section-four ul li img {
                width: 100%;
                max-width: 100%;
                border-top-left-radius: 30px;
                border-bottom-right-radius: 60px;
            }

.fireworks-notification {
    float: none;
    width: 90%;
    text-align: center;
    margin: 0px auto 50px auto;
}

    .fireworks-notification p {
        float: left;
        width: 12%;
        margin: 0;
        padding: 5px 10px 10px 10px !important;
        font-size: 14px !important;
        background: #10538d;
        color: #fff;
        text-align: center;
        line-height: 28px;
        text-transform: uppercase;
    }

    .fireworks-notification marquee {
        width: 88%;
        padding: 12px 0px;
        background: #eaeaea;
        font-weight: bold;
        font-size: 14px;
    }

/*widget*/

.sidebar-form {
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .5s linear;
    height: 450px;
    border: 2px solid #ED562B;
    z-index: 9999;
    background: #fff;
}

    .sidebar-form .form-control {
        font-size: 12px;
        color: #909090;
    }

    .sidebar-form .form-group {
        margin: 0px;
        padding: 10px 0px 10px 0px;
    }

    .sidebar-form.show {
        right: 0;
    }

    .sidebar-form .call-action {
        position: absolute;
        background: #fd5812;
        color: #fff;
        width: 160px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        left: -102px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        border: 2px solid #cb3c00;
        border-bottom: 0px;
        padding: 5px 0px 0px 0px;
    }

    .sidebar-form .blink {
        animation: blink 1.5s steps(5, start) infinite;
        -webkit-animation: blink 1.5s steps(5, start) infinite;
    }

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.sidebar-form input {
    color: #000;
}

.sidebar-form .btn {
    margin: 10px 0px 0px 0px;
    border: none;
}

.demo-request-success .modal-dialog {
    max-height: 100%;
    width: 700px;
}

.demo-request-success .modal-body {
    position: relative;
    padding: 0px 40px 80px 40px;
    text-align: center;
}

    .demo-request-success .modal-body h3 {
        padding-bottom: 20px;
    }

.demo-request-success .modal-header {
    border-bottom: none;
}

.demo-request-success .modal-body span {
    color: #f95e01;
}



/* publications page styles 01-09-2020 */
.inner-slider .publications-banner {
    background: url(../images/publications-banner.png) no-repeat;
    background-size: cover;
    height: 245px;
}

.inner-slider .inner-slider-cont.publications-banner {
    padding: 30px 0px 30px 0px;
}

.publications-main-cont {
    float: left;
    width: 100%;
    background: #EDF2F3;
}

    .publications-main-cont .main-inner-cont {
        padding: 50px 0px;
        float: left;
        width: 100%;
    }

    .publications-main-cont h3 {
        padding: 0px 0px 30px 0px;
        margin: 0;
        color: #222;
        font-size: 28px;
        font-weight: bold;
    }

    .publications-main-cont .main-inner-cont ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }

        .publications-main-cont .main-inner-cont ul li {
            float: left;
            display: flex;
            flex-direction: column;
            margin: 0px 20px 20px 0px;
        }

            .publications-main-cont .main-inner-cont ul li img {
                width: 100%;
                max-width: 250px;
                height: 300px;
            }

            .publications-main-cont .main-inner-cont ul li .publications-book-details {
                background: #fff;
                padding: 15px;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
                width: 250px;
            }

                .publications-main-cont .main-inner-cont ul li .publications-book-details h5 {
                    margin: 0;
                    font-size: 16px;
                    font-weight: 600;
                }

                .publications-main-cont .main-inner-cont ul li .publications-book-details p {
                    margin: 0;
                    font-size: 14px;
                    padding: 10px 0px 4px 0px;
                    color: #0071BE;
                    line-height: 10px;
                }

                .publications-main-cont .main-inner-cont ul li .publications-book-details span {
                    font-size: 12px;
                    color: #737373;
                }

    .publications-main-cont .breadcrumb-cont {
        float: left;
        width: 100%;
        text-align: left;
    }

        .publications-main-cont .breadcrumb-cont ul li a {
            color: #EE5530;
            text-decoration: none;
        }

.publications-banner .slider-cont-lt {
    float: left;
    width: 50%;
}

.publications-banner .slider-cont-rt {
    float: right;
    width: 50%;
    text-align: center;
}


    .publications-banner .slider-cont-rt h2 {
        font-size: 36px;
        font-weight: bold;
        margin: 0;
    }

    .publications-banner .slider-cont-rt img {
        width: 180px;
        height: 180px;
        margin: 20px 0px 0px 0px;
    }

.publications-slider-cont {
    display: none;
}

.publications-book-img {
    position: relative;
}

    .publications-book-img p {
        position: absolute;
        bottom: 0;
        margin: 0;
        padding: 7px;
        display: flex;
        justify-content: space-around;
        background: rgb(0 0 0 / 61%);
    }

    .publications-book-img a {
        font-size: 24px;
        color: #fff;
    }



    .publications-book-img p {
        opacity: 0;
    }

.publications-main-cont .main-inner-cont ul li:hover .publications-book-img p {
    opacity: 1;
}
.inner-slider-publication-img{
    width:100%;
}
