@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


html {
    overflow-x: hidden;
}

html, body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
}

header {
    padding: 10px 0;
    transition: background .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: background .3s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: background .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}



a {
    text-decoration: none !important;
}

ol, ul {
    list-style: none;
}



h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p{
    font-size: 16px;
}



.fixed-top {
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .19);
    z-index: 9999999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.menu {
    float: right;
    transition: all 0.5s;
}

    .menu > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .menu > ul > li {
            display: block;
            float: left;
        }

            .menu > ul > li > a {
                color: #333333;
                padding: 0 15px;
                line-height: 35px;
                font-size: 15px;
                text-decoration: none;
                outline: none;
                font-weight: 600;
            }

                .menu > ul > li > a:hover {
                    color: #0077b5;
                }


                .menu > ul > li > a.btn-DarkBlue {
                    color: #ffffff;
                    padding: 5px 15px;
                    line-height: 25px;
                }

.navbar-toggler {
    background: transparent;
    border: none;
}

.fa-angle-down {
    margin-left: 5px;
    font-size: 18px;
}

.logo {
    display: inline-block;
}


.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0px;
}


.clearfix .btn {
    background: #03a9f5;
}

    .clearfix .btn.focus, .btn:focus, .btn:hover {
        color: #fff;
    }

.clearfix img {
    width: 30px;
}




/**********banner section image************/

#banner-in {
    background: #2181c5;
    /*background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url(../img/crm-in-bnr.jpg)no-repeat center top;*/
    padding: 60px 0;
}

    #banner-in .tit-bnr h1 {
        font-size: 45px;
        font-weight: bold;
        padding-bottom: 20px;
        color: #ffffff;
    }

    #banner-in .tit-bnr p {
        font-size: 16px;
        color: #ffffff;
        line-height: 24px;
    }



.modal.in .modal-dialog {
    top: 25%;
}





/* ==== Main CSS === */
.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

    .img-fill img {
        min-height: 100%;
        min-width: 100%;
        position: relative;
        display: inline-block;
        max-width: none;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}





.content-wrapper {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

    .content-wrapper img {
        width: 100%;
        display: block;
    }

.inner-content {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

    .inner-content h2 {
        margin: 10px 0 20px;
        color: #0066b9;
    }

.full_width {
    width: 100%;
}

.btn-DarkBlue {
    background: #ff9800;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

.m-t-20 {
    margin-top: 20px;
}

.left-section {
    padding-top: 70px;
}

    .left-section h2 {
        margin-bottom: 50px;
        color: #0066b9;
    }

    .left-section p {
        margin-top: 20px;
    }

.bottom-content {
}

    .bottom-content ul, .feature-list ul, .FullyFeature-list ul {
        color: #4fc3f7;
        margin: 0;
        padding-left: 20px;
        list-style-type: disc;
    }

.bulleted-list li p {
    color: #000000;
    margin: 0;
    font-size: 16px;
}

.feature {
    padding: 60px 0;
    background: #f5f5f5;
}

.feature-list h2, .FullyFeature-list h2 {
    font-size: 25px;
}

.feature-list li, .FullyFeature-list li {
    line-height: 30px;
}

.feature img {
    width: 100%;
}


.contact-modal input, .contact-modal textarea {
    border-radius: 0;
}

.contact-modal textarea {
    resize: none;
}

.submit-btn {
    background: #03a9f3;
    color: #ffffff;
    display: block;
    border-radius: 0;
    width: 100%;
}


.ListCrm {
    padding: 60px 0 0;
    /*background: #f5f5f5;*/
}

    .ListCrm h2 {
        margin-bottom: 50px;
        font-size: 40px;
        font-weight: bold;
    }

    .ListCrm .Desc {
        font-size: 16px;
        text-align: center;
        margin: 30px 0 50px;
    }

    .ListCrm h4 {
        color: #ccc;
    }

    .ListCrm .col-md-4 {
        margin-bottom: 50px;
    }

    .ListCrm img {
        margin-bottom: 20px;
        border-radius:;
    }





.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

    .video-container .poster img {
        width: 100%;
        bottom: 0;
        position: absolute;
    }

    .video-container .filter {
        z-index: 100;
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
    }

    .video-container .title-container {
        z-index: 1000;
        position: absolute;
        top: 35%;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .video-container .description .inner {
        font-size: 24px;
        width: 45%;
        margin: 0 auto;
    }

    .video-container .link {
        position: absolute;
        bottom: 3em;
        width: 100%;
        text-align: center;
        z-index: 1001;
        font-size: 2em;
        color: #fff;
    }

        .video-container .link a {
            color: #fff;
        }

    /*.video-container video {
        position: absolute;
        z-index: 0;
        bottom: 0;
    }*/

    .video-container video.fillWidth {
        width: 100%;
    }

.headline h1 {
    font-weight: bold;
    font-size: 55px;
}

.margin_none {
    margin: 0 !important;
}



.FreeTrial {
    padding: 60px 0;
    background: #f5f5f5;
    color: #4fc3f7;
}

    .FreeTrial ul {
        list-style: none;
        padding: 0;
        margin-top: 30px;
    }

        .FreeTrial ul > li > a {
            color: #000000;
            line-height: 30px;
            font-size: 16px;
        }

            .FreeTrial ul > li > a:hover {
                text-decoration: none;
            }

.box {
    background: #2f2f2f;
    padding: 10px 22px;
    min-height: 260px;
    transition-duration: 1s;
}

.image-none {
    display: none;
}

.box:hover {
    box-shadow: 15px 15px 10px 2px rgba(0, 0, 0, .4);
    background: #2181c5;
    border-radius: 80px 0 80px 0;
}

    .box:hover h4 {
        color: #ffffff;
    }

    .box:hover p {
        color: #ffffff;
    }

    .box:hover a {
        color: #ffffff;
    }

    .box:hover .image-none {
        display: inline-block;
    }

    .box:hover .image-block {
        display: none;
    }

.box p {
    font-size: 16px;
    color: #ccc;
}

.box a {
    color: #4fc3f7;
}

.section {
    background: #f5f5f5;
    padding: 50px 0;
}

    .section img {
        width: 100%;
    }

ul.tabs {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    width: 100%;
}

    ul.tabs li {
        color: #000;
        display: block;
        padding: 15px 20px 15px 40px;
        cursor: pointer;
        font-size: 16px;
        border: 1px solid #333;
        margin-bottom: 10px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: relative;
    }

        ul.tabs li span.light {
            height: 10px;
            width: 10px;
            position: absolute;
            top: 24px;
            left: 15px;
            background: #ff9800;
            border-radius: 100%;
            -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        ul.tabs li.current span.light {
            background-color: #ff9800;
            left: 0;
            height: 100%;
            width: 3px;
            top: 0;
            border-radius: 0;
        }

        ul.tabs li.current {
            background-color: rgb(71, 179, 255);
            color: #fff;
        }

        ul.tabs li:hover {
            background-color: rgb(71, 179, 255);
            color: #fff;
            border-color: #fff;
        }

.tab-content {
    display: none;
}

    .tab-content.current {
        display: inherit;
        -webkit-transition-duration: 3s;
        transition-duration: 3s;
    }

.shadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
}

.section-right {
    margin-left: 20px;
}

    .section-right p {
        margin-top: 20px;
        font-size: 24px;
        text-align: justify;
    }


/*************************clint slider css********************************/

#client-par {
    margin: 60px 0;
}

    #client-par h1 {
        text-align: center;
        margin-bottom: 60px;
    }


    #client-par .slick-slide {
        margin: 0px 20px;
    }

        #client-par .slick-slide img {
            width: 80%;
        }

        #client-par .slick-slide .s-00 {
            margin: 30px 0;
        }

    #client-par .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    #client-par .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        #client-par .slick-list:focus {
            outline: none;
        }

        #client-par .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    #client-par .slick-slider .slick-track,
    #client-par .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #client-par .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

        #client-par .slick-track:before,
        #client-par .slick-track:after {
            display: table;
            content: '';
        }

        #client-par .slick-track:after {
            clear: both;
        }

    #client-par .slick-loading .slick-track {
        visibility: hidden;
    }

    #client-par .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

[dir='rtl'] #client-par .slick-slide {
    float: right;
}

#client-par .slick-slide img {
    display: block;
}

#client-par .slick-slide.slick-loading img {
    display: none;
}

#client-par .slick-slide.dragging img {
    pointer-events: none;
}

#client-par .slick-initialized .slick-slide {
    display: block;
}

#client-par .slick-loading .slick-slide {
    visibility: hidden;
}

#client-par .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#client-par .slick-arrow.slick-hidden {
    display: none;
}





/*****************************slider image systm css*******************************/

#Modern-Slider {
    background: url(../img/crm-background-img.jpg)no-repeat center top;
    border-bottom: 10px ridge #fff;
    background-size: cover;
    height: 600px;
}




/*****************************crm deshboard systm css*******************************/

/*#deshboard {
    padding: 60px 0 0;
}*/

#deshboard .crm-section {
    padding: 80px 0;
}

.crm-section .head-title {
    margin-bottom: 20px;
}

    .crm-section .head-title h3 {
        font-size: 30px;
        font-weight: bold;
    }

    .crm-section .head-title p {
        width: 80%;
        margin: 30px auto 30px
    }

#deshboard .crm-section:nth-child(even) {
}

#deshboard .crm-section:nth-child(odd) {
    /*background: #f5f5f5;*/
}

#deshboard .crm-section .crm-images {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
}

.title-oo h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 50px;
    color: #212529;
    margin: 0;
}

.title-oo h1:after {
    position: absolute;
    content: "";
    background: #2081c4;
    height: 3px;
    width: 100px;
    top: 60px;
    left: 0;
    right: 110px;
    margin: 0 auto;
}

.title-oo h1:before {
    position: absolute;
    content: "";
    background: #2081c4;
    height: 3px;
    width: 100px;
    top: 60px;
    left: 0;
    right: -110px;
    margin: 0 auto;
}

#deshboard .title-oo hr {
    border-color: #4fc3f7;
}

#deshboard .title-oo p {
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
}


#deshboard .ti-set-00 h3 {
    color: #212529;
    margin-bottom: 15px;
    font-weight: bold;
}

#deshboard .ti-set-00 .fa {
    margin-right: 10px;
}

#deshboard .ti-set-00 p {
    text-align: justify;
    font-size: 16px;
}

#deshboard .us-00 {
    font-size: 18px;
    margin-top: 15px;
}

#deshboard h4 {
    color: #03a9f3;
    margin-top: 30px;
}

#deshboard .us-00 li {
    line-height: 30px;
    font-size: 16px;
}

#deshboard .us-00 .fa-circle {
    color: #4fc3f7;
    font-size: 10px;
}

#deshboard .us-00 .fa-arrow-right {
    display: inline-block;
    position: relative;
}

#deshboard .us-00 span {
}









.icon {
    display: inline-block;
    margin-bottom: 15px;
    border: 10px solid #f0f0f0;
    font-size: 60px;
    line-height: 90px;
    color: #a5a5a5;
    width: 108px;
    height: 108px;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box:hover .icon {
    -moz-transform: scale(1) rotate(360deg) translate(0px);
    -webkit-transform: scale(1) rotate(360deg) translate(0px);
    -o-transform: scale(1) rotate(360deg) translate(0px);
    transform: scale(1) rotate(360deg) translate(0px);
}

.dropdown-menu {
    min-width: 14rem;
}

    .dropdown-menu li {
        padding: 5px 10px;
    }

.navbar-collapse {
    display: none;
}

.navbar-toggler {
    display: none;
}




@media(min-width: 768px) {
    .navbar-collapse {
        display: block;
    }
}



@media (max-width: 991px) {
    .menu > ul > li a {
        padding: 0px 3px;
    }

    #costumer-flex h1 {
        padding-top: 30px;
    }

    #costumer-flex-box-2 {
        padding: 0px;
    }

    .Modern-Slider .item .img-fill .info {
        width: 100%;
        top: -200px;
    }

    .triel {
        top: 45%;
        margin: 0 auto;
        left: 0;
        right: 0;
        float: none;
    }

        .triel .form-head {
            margin: 0 auto;
            display: block;
            text-align: center;
            float: none;
        }

    .Modern-Slider .item h5 {
        text-align: center;
        font-size: 18px;
    }

    .down {
        margin-top: 60px;
    }

    .menu > ul > li {
        margin: 0 15px;
    }
}


@media (max-width: 767px) {
    .navbar-toggler {
        display: block;
    }

    .logo {
        float: left;
    }

    .navbar-toggler {
        float: right;
    }

    .menu > ul > li {
        margin: 0;
    }

        .menu > ul > li:hover {
            background: #ccc;
        }

    .menu {
        background: #ffffff;
        width: 100%;
        margin-top: 15px;
        float: none;
        padding: 0;
    }

        .menu > ul > li {
            float: none;
        }

    #responsiveMenu {
        position: absolute;
        right: 5px;
        top: 15px;
        font-size: 20px;
        margin: 0;
    }

        #responsiveMenu:focus {
            outline: 0;
        }

    .box-trust {
        width: 350px;
    }

        .box-trust h1 {
            font-size: 18px;
        }

        .box-trust img {
            width: 50px;
        }

    .menu > ul {
        margin-top: 15px;
    }

    .Modern-Slider .item h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .Modern-Slider .item .img-fill .info {
        width: 100%;
        top: -200px;
    }

    .triel {
        top: 45%;
        margin: 0 auto;
        left: 0;
        right: 0;
        float: none;
    }

        .triel .form-head {
            margin: 0 auto;
            display: block;
            text-align: center;
            float: none;
        }

    .Modern-Slider .item h5 {
        text-align: center;
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .Modern-Slider .item .img-fill .info {
        width: 100%;
        top: 10px;
    }

    .triel .form-head {
        width: 100%;
    }

    .triel {
        top: 100%;
    }

    .sarvetel {
        padding-top: 360px;
    }
}

@media (max-width: 480px) {
    .Modern-Slider .item .img-fill .info {
        width: 100%;
        top: 10px;
    }

    .triel .form-head {
        width: 100%;
    }

    .triel {
        top: 100%;
    }

    .sarvetel {
        padding-top: 360px;
    }
}






/*****************con-box css***********************/



#con-box {
    background: #333333;
    padding: 60px 0;
}

    #con-box h3 {
        padding: 0px;
        margin-bottom: 30px;
        color: #fff;
    }

        #con-box h3 > a {
            text-decoration: none;
            color: #fff;
        }

    #con-box .social-media a {
        color: #ffffff;
        font-size: 20px;
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
    }

    #con-box .facebook {
        background: #3b5998;
    }

    #con-box .twitter {
        background: #00acee;
    }

    #con-box .linkedin {
        background: #0077B5;
    }

.img-down img {
    margin-bottom: 60px;
    position: relative;
}

.img-down a {
    margin-bottom: 30px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: rgba(71, 179, 255);
    padding: 10px;
    width: 180px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.img-btn img {
    position: relative;
}

.img-btn a {
    margin-bottom: 30px;
    position: absolute;
    z-index: 1;
    top: 68%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #ff3131;
    padding: 10px;
    width: 180px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}


/**
 * Submenu
 -----------------------------*/


.submenu {
    display: none;
    font-size: 14px;
}


    .submenu a {
        display: block;
        text-decoration: none;
        padding: 6px;
        padding-left: 40px;
        font-size: 14px;
        color: #000;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }


.con-link li {
    margin-bottom: 5px;
}

    .con-link li a {
        color: #fff;
        font-size: 14px;
    }




.col-01 {
    background: #fff;
    padding: 15px 30px;
    width: 80%;
    margin: 30px auto;
}



.social-icon h4 {
    font-weight: bold;
}

.social-icon p {
    font-size: 16px;
    text-align: left;
}

.icon-font li {
    display: inline-block;
    line-height: 60px;
    margin-right: 15px;
}




/**************************Footer section start*******************************/

#footer {
    background: #232323;
}

    #footer .container-fluid {
        padding: 0;
        margin: 0;
    }

    #footer .lang-count {
        margin: 10px 0;
        text-align: right;
    }

        #footer .lang-count li {
            text-align: left;
            margin-right: 15px;
            display: inline-block;
            color: #8c8c8c;
        }

            #footer .lang-count li > a {
                color: #8c8c8c;
            }

    #footer hr {
        border-color: #8c8c8c;
    }

    #footer .count-link {
        padding: 10px !Important;
    }

        #footer .count-link li {
            display: block !important;
        }

            #footer .count-link li > a {
                font-size: 14px;
                color: #000;
                display: block;
            }

        #footer .count-link a:hover {
            color: #337ab7;
        }

    /* Popup container */
    #footer .popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-size: 16px;
    }

        /* The actual popup (appears on top) */
        #footer .popup .popuptext {
            visibility: hidden;
            background-color: #fff;
            width: 380px;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 8px 0;
            position: absolute;
            z-index: 1;
            bottom: 180%;
            left: 50%;
            margin-left: -350px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        }

            /* Popup arrow */
            #footer .popup .popuptext::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 85%;
                margin-left: -5px;
                border-width: 6px;
                border-style: solid;
                border-color: #fff transparent transparent transparent;
            }

        /* Toggle this class when clicking on the popup container (hide and show the popup) */
        #footer .popup .show {
            visibility: visible;
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s
        }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





#footer .list-inline-box {
    width: 100%;
    text-align: center;
}

    #footer .list-inline-box ol, ul {
        padding: 0px;
    }

    #footer .list-inline-box li {
        list-style: none;
        color: #fff;
        padding-left: 10px;
        line-height: 28px;
        font-size: 16px;
        text-align: left;
    }

        #footer .list-inline-box li a {
            color: #8c8c8c;
            transition: .6s ease;
        }

            #footer .list-inline-box li a:hover {
                color: #fff;
            }



#footer .touch {
    color: #8c8c8c;
    margin: 30px 0;
    font-weight: bold;
    text-align: left;
    font-size: 30px;
}

#footer input, textarea {
    background-color: transparent;
    font-size: 18px;
}

#footer .btn {
    background: transparent;
    color: #8c8c8c;
    font-size: 20px;
    transition: .6s ease-in-out;
    border: 1px solid #8c8c8c;
    float: right;
    margin-top: 15px;
    display: block;
    width: 200px;
    text-align: center;
}

    #footer .btn:hover {
        background: #4fc3f7;
        color: #fff;
        width: 100%;
        display: block;
        width: 200px;
        text-align: center;
    }

#footer .form-control {
    border-radius: 4px;
    transition: .6s ease-in-out;
    background: transparent;
}

#footer .bt-00 {
    text-align: center;
    color: #8c8c8c;
    padding: 60px 0;
}

#footer select, textarea {
    background: transparent;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    color: #8c8c8c;
}

#footer textarea.form-control {
    margin-top: 15px;
}

#footer .con-link-00 img {
    width: 26px;
    display: inline-block;
    margin-right: 5px;
}

#footer .con-link-00 a {
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 600;
    transition: .6s ease;
}

    #footer .con-link-00 a:hover {
        color: #fff;
    }

#footer .con-link-00 li {
    margin-bottom: 15px;
}

#footer .con-link-00 p {
    display: inline;
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 600;
    transition: .6s ease;
}

    #footer .con-link-00 p:hover {
        color: #fff;
    }





@media (max-width: 767px) {
    #deshboard .ti-set-00 h3 {
        margin-top: 30px;
    }

    #deshboard .ti-set-00 p {
        margin-bottom: 30px;
    }

    #deshboard .us-00 {
        margin-bottom: 30px;
    }

    .FullyFeature-list {
        padding: 0 15px;
        float: none;
    }

    #banner-in .tit-bnr h1 {
        font-size: 42px;
    }
}









@media (max-width: 991px) {
    #con-box h3 {
        margin: 30px 0;
    }

    .FullyFeature-list {
        padding: 0 15px;
        float: none;
    }

    .navbar-toggler {
        margin-top: 5px;
    }
}


@media (max-width: 576px) {
    .img-down a {
        top: 25%;
    }

    .img-btn a {
        top: 36%;
    }
}



@media (width: 320px) {

    .integrate {
        top: 136%;
    }

    #customer-facing {
        margin-top: 780px;
    }

        #customer-facing .rel-sec-1 img {
            padding-bottom: 1060px;
        }

    #parallax .set-head h1 {
        font-size: 24px;
    }

    .get-1 a {
        margin: 0 29%;
    }

    .img-down .col-xs-6 {
        width: 100%;
    }

    .img-btn .col-xs-6 {
        width: 100%;
    }
}

.modal {
    z-index: 99999999 !important;
}

#myModal.contact-modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

#myModal.contact-modal .modal-header {
    background: none;
    padding: 10px;
    border: none;
    text-align: center;
}

#myModal .modal-header .close {
    color: #000000;
    opacity: 1;
    width: 30px;
    height: 30px;
    border: 1px solid #8a8a8a;
    border-radius: 50%;
    font-size: 25px;
    margin-right: -25px;
    margin-top: -25px;
    background: #ffffff;
}

.modal-backdrop {
    background: rgba(0,0,0,.5);
}

.feedback {
    position: fixed;
    right: 0;
    bottom: 30px;
    height: 250px;
    width: 40px;
    z-index: 999;
    background-color: #04a9f5;
    border: 1px solid #fff;
}

    .feedback a {
        color: #fff;
        margin-top: 15px;
    }

    .feedback span {
        display: block;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }

        .feedback span:first-child {
            margin-top: 15px;
        }
.list-styleDisc {
    list-style: disc;
    padding-left: 20px;
}