
.clr {
    clear: both;
}



h1 {
    font-weight: bold;
    font-size: 54px;
}

p {
    font-size: 16px;
    line-height: 30px;
}

h3 {
    font-weight: bold;
}


/********************bannar section********************/


/********************enterpries section********************/

#crm-12 {
    position: relative;
    margin: 0;
    background: url(../img/all-in-one.jpg)no-repeat center top;
    background-size: cover;
    min-height: 500px;
}

    #crm-12 .p-p1 {
        position: absolute;
        margin-bottom: 60px;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 85%;
    }

        #crm-12 .p-p1 .li-1 {
            padding: 100px;
            background: #1b1d2e;
            box-shadow: 0 0 10px rgba(0,0,0,0.9);
        }

        #crm-12 .p-p1 .m-14 h1 {
            text-align: left;
            margin-bottom: 30px;
            color: #fbcf56;
            font-weight: bold;
        }

        #crm-12 .p-p1 .m-14 p {
            color: #fff;
            line-height: 2;
        }


        #crm-12 .p-p1 .flex-1 {
            background: #fff;
            padding: 0;
        }

            #crm-12 .p-p1 .flex-1 li {
                line-height: 2;
            }

            #crm-12 .p-p1 .flex-1 .fa-check-circle {
                margin-right: 10px;
                font-size: 24px;
                color: #4a9a32;
            }

            #crm-12 .p-p1 .flex-1 .m-14 {
                padding: 50px 30px;
            }

        #crm-12 .p-p1 .pr-50 {
            padding: 27px;
            border-left: 6px solid #737dd1;
            background: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }

            #crm-12 .p-p1 .pr-50 h1 {
                color: #737dd1;
                padding: 15px 0;
            }

            #crm-12 .p-p1 .pr-50 p {
                font-size: 24px;
                padding: 62px 0;
            }


/********************journey section********************/

#journey {
    padding: 60px 0;
    background: #2181c5;
}


    #journey h1 {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #ffffff;
    }

    #journey p {
        color: #ffffff;
        font-size: 16px;
        line-height: 26px;
    }

    #journey .t-link {
        padding: 30px 0 0;
    }

        #journey .t-link .active {
            background: #000000;
            color: #ffffff;
            border: 1px solid #000000 !important;
        }

        #journey .t-link .btn {
            padding: 8px 20px;
            border-radius: 4px;
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
            transition: all .6s ease-in-out;
        }


/* Global Styles */

/* Start Nav Styles */

.navbar-inverse {
    background: transparent;
    border: none;
}

.nav-back {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    position: relative;
}

    .navbar-inverse .navbar-nav > li > a:before {
        position: absolute;
        width: 18px;
        height: 1px;
        background: #000;
        content: "";
        transform: rotate(90deg);
        top: 25px;
        right: -11px;
    }


.navbar-nav > li > a {
    padding-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #2081c5;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    color: #fff;
    border-bottom: 3px solid #2081c5;
    box-shadow: none;
    color: #2081c5;
}

.affix {
    top: 62px;
    width: 100%;
    z-index: 9999 !important;
    background: #fff;
    box-shadow: 0 0 10px;
}

.navbar {
    margin-bottom: 0px;
}

.affix ~ #features-img {
    position: relative;
    top: 50px;
}

.navbar-nav {
    float: none;
    background: #fff;
    border-top: 1px solid #0006;
    box-shadow: 0px 20px 10px -15px rgba(0,0,0,0.3);
}

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

/* End Nav Styles */



/********************Professional section********************/



#Social-media {
    padding: 60px 0;
}

    #Social-media h2 {
        color: #1b1d2e;
        font-size: 35px;
        margin-bottom: 20px;
        text-align: left;
        font-weight: bold;
    }
    #Social-media p {
        font-size: 16px;
        text-align: justify;
    }

    #Social-media .list-box {
        margin-top: 30px;
    }

        #Social-media .list-box li {
            line-height: 2.5;
        }

    #Social-media .fa-check-circle {
        font-size: 24px;
        margin-right: 8px;
        color: #4a9a32;
    }

    #Social-media .an-link {
        margin-top: 30px;
    }

        #Social-media .an-link a {
            text-decoration: none;
            border-bottom: 1px solid #01a9f5;
            color: #01a9f5;
            padding-bottom: 5px;
            font-size: 20px;
        }

    #Social-media img {
        width: 100%;
    }





/********************Team-management section********************/


#Team-management {
    padding: 80px 0;
    background: #f5f5f5;
}

    #Team-management h2 {
        color: #1b1d2e;
        font-size: 40px;
        margin-bottom: 30px;
        font-weight: bold;
        text-align: center;
    }

    #Team-management p {
        width: 900px;
        margin: 0 auto 60px;
        text-align: center;
    }

    #Team-management .an-link a {
        position: relative;
        text-align: center;
        margin: 0 auto 60px;
        display: block;
        text-decoration: none;
        color: #01a9f5;
        padding-bottom: 5px;
        font-size: 20px;
    }

        #Team-management .an-link a:after {
            position: absolute;
            content: "";
            top: 35px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 290px;
            height: 1px;
            background: #01a9f5;
        }

    #Team-management .t-box {
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }

        #Team-management .t-box .ad-1 {
            font-size: 15px;
            margin-left: 5px;
        }

    #Team-management .mrg-1 {
        margin-top: 60px;
    }

        #Team-management .mrg-1 img {
            width: 100%;
        }


/********************E-Mail section********************/

#E-Mail {
    padding: 80px 0;
    background: #03a9f5;
}

    #E-Mail .pd-22 {
    }

        #E-Mail .pd-22 h2 {
            margin-bottom: 30px;
            color: #ffffff;
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

        #E-Mail .pd-22 p {
            color: #ffffff;
            margin-bottom: 30px;
            text-align: center;
        }

        #E-Mail .pd-22 a {
            border: 1px solid #333333;
            background: #333333;
            display: block;
            margin: 0 auto;
            width: 160px;
            text-align: center;
            color: #fff;
            padding: 8px 20px;
            transition: all .6s ease-in-out;
            border-radius: 6px;
        }

    #E-Mail .td-1 {
        padding-bottom: 60px;
    }


/********************Global section********************/


#Global {
    padding: 150px 0 0;
}

    #Global h2 {
        margin-bottom: 30px;
    }

    #Global p {
        width: 900px;
        margin: 0 auto 30px;
        text-align: center;
    }

    #Global .map {
        margin-bottom: 200px;
    }


/********************Global section********************/

.global-up {
    position: absolute;
    z-index: 222;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.shadow-clr {
    position: absolute;
    width: 900px;
    margin: 0 auto;
    top: -130px;
    left: 0;
    right: 0;
}

.global-up .uu-s1 {
    background: #000;
}

.global-up .uu-s1 {
    background: #031b4e;
    padding: 60px 30px 15px;
    border-radius: 20px;
}

    .global-up .uu-s1 h2 {
        text-align: center;
        line-height: 1.6;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
    }

    .global-up .uu-s1 h1 {
        color: #fbcf56;
    }

    .global-up .uu-s1 img {
        width: 80px;
    }

.global-up .bx-swd {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    background: #fff;
    padding: 15px 0;
    margin: 36px 0;
    border-radius: 0 15px 15px 0;
}

.global-up .img-list {
    margin: 0 auto;
    text-align: center;
}

    .global-up .img-list p {
        text-align: center;
    }

    .global-up .img-list li {
        display: inline-block;
        margin: 0 10px 0 0;
    }



/********************SI Partners section********************/


#Task-management {
    position: relative;
    padding: 120px 0;
    background: #f5f5f5;
}

    #Task-management h2 {
        margin-bottom: 30px;
        color: #03a9f5;
        font-size: 40px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bold;
    }

    #Task-management p {
        width: 900px;
        margin: 0 auto 30px;
        text-align: center;
    }

    #Task-management .w-10 {
        width: 100%;
        text-align: center;
    }

    #Task-management .boxs-11 {
        width: 30%;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        margin: 15px 10px;
        display: inline-block;
    }

        #Task-management .boxs-11 img {
            text-align: center;
            margin: 0 auto;
            display: block;
        }


/********************Compliance section********************/

#Compliance {
    padding: 120px 80px 0;
}

    #Compliance h1 {
        color: #031b4e;
        font-size: 60px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    #Compliance p {
        width: 900px;
        margin: 0 auto 30px;
        text-align: center;
    }

    #Compliance .an-link a {
        position: relative;
        text-align: center;
        margin: 0 auto 60px;
        display: block;
        text-decoration: none;
        color: #01a9f5;
        padding-bottom: 5px;
        font-size: 20px;
    }

        #Compliance .an-link a:after {
            position: absolute;
            content: "";
            top: 35px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 290px;
            height: 1px;
            background: #01a9f5;
        }

    #Compliance .tw-bx .bord-box {
        padding-right: 80px;
    }

        #Compliance .tw-bx .bord-box h2 {
            text-align: left;
            margin-bottom: 15px;
        }

        #Compliance .tw-bx .bord-box h4 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        #Compliance .tw-bx .bord-box p {
            width: 100%;
            text-align: left;
        }


    #Compliance .tw-bx .bord-box-11 {
        padding-left: 80px;
        border-left: 1px solid #ccc;
    }

        #Compliance .tw-bx .bord-box-11 h2 {
            text-align: left;
            margin-bottom: 15px;
        }

        #Compliance .tw-bx .bord-box-11 h4 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        #Compliance .tw-bx .bord-box-11 p {
            width: 100%;
            text-align: left;
        }

    #Compliance .tw-bx .an-link a {
        text-align: left;
    }

        #Compliance .tw-bx .an-link a:after {
            position: absolute;
            content: "";
            top: 35px;
            left: 0;
            margin-left: 0;
            width: 100px;
            height: 1px;
            background: #01a9f5;
        }



/********************Reminder section********************/


#Reminder {
    padding: 120px 0;
}

    #Reminder h2 {
        color: #03a9f5;
        font-size: 40px;
        margin-bottom: 30px;
        font-weight: bold;
        text-align: center;
    }

    #Reminder h3 {
        color: #031b4e;
        font-size: 40px;
        text-align: center;
        margin-bottom: 30px;
        font-weight: bold;
    }

    #Reminder p {
        width: 900px;
        margin: 0 auto 30px;
        text-align: center;
    }

    #Reminder .icon-sociel {
        display: block;
        margin: 0 auto 60px;
    }

        #Reminder .icon-sociel span {
            display: inline-block;
            width: 119px;
        }



#Functionality {
    background: linear-gradient(360deg, #01a9f5 0, #031b4e 100%);
    padding: 100px 80px 200px;
    position: relative;
}

    #Functionality h2 {
        color: #fff;
        font-size: 60px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    #Functionality p {
        width: 900px;
        margin: 0 auto 30px;
        text-align: center;
        color: #fff;
    }

    #Functionality .text-slide-con {
        width: 1170px;
        background: #fff;
        padding: 60px 60px 0;
        border-radius: 30px;
        position: absolute;
        z-index: 222;
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        top: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        #Functionality .text-slide-con .slideshow-container h1 {
            color: #031b4e;
            font-size: 36px;
            margin-bottom: 30px;
            font-weight: bold;
            text-align: left;
        }

        #Functionality .text-slide-con .slideshow-container p {
            color: #031b4e;
            width: 100%;
            text-align: left;
        }

    #Functionality .mySlides {
        display: none;
    }

    /* Slideshow container */
    #Functionality .slideshow-container {
        position: relative;
        margin: auto;
        transition: 1.5s ease-in-out;
    }

    #Functionality .slide-btn {
        position: absolute;
        right: 0;
        margin-right: 0;
        bottom: 15px;
    }

    /* Next & previous buttons */

    #Functionality .inline-icon {
        display: inline-block;
    }

        #Functionality .inline-icon .prev, .next {
            cursor: pointer;
            width: auto;
            padding: 5px 10px;
            color: #fff;
            background: #000;
            font-weight: bold;
            font-size: 18px;
        }

    #Functionality .slide-btn a {
        color: #fff;
    }

.inline-icon .dot {
    cursor: pointer;
    height: 30px;
    margin: 0 15px;
    color: #333;
    font-size: 16px;
    padding-bottom: 30px;
    display: inline-block;
    transition: background-color 0.6s ease;
    text-align: left;
    transition: all .6s ease-in-out;
}

.inline-icon .active, .dot:active {
    border-bottom: 3px solid #01a9f5;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 59s;
}

@-webkit-keyframes fade {
    from {
        opacity: 9;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 9;
    }

    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px;
    }
}




.button-contact {
    padding: 60px 0 100px;
    background: #009ce8;
}

    .button-contact h2 {
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px;
        color: #ffffff;
    }

    .button-contact p {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
        color: #ffffff;
    }

.cont-icon-btn {
    text-align: center;
}

    .cont-icon-btn a {
        color: #fff;
    }

.ca-2 {
    padding: 8px 20px;
    color: #fff;
    font-family: proxima_novasemibold;
    border-radius: 4px;
    display: inline-block;
    background: #333333;
    text-decoration: none;
    outline: 0;
    font-size: 18px;
    border: 1px solid #333333;
    min-width: 180px;
    box-sizing: border-box;
    transition: all ease .4s;
    cursor: pointer;
}

    .ca-2:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }






/*********************************************
          media  start
*********************************************/




@media (min-width: 1200px) {

    #crm-12 .p-p1 .li-1 {
        padding: 84px;
    }
}


@media (max-width: 1199px) {
    #Task-management p {
        width: 100%;
    }

    #crm-12 .p-p1 .li-1 {
        padding: 60px;
    }

    #crm-12 .p-p1 .pr-50 {
        padding: 46px;
    }

    #Compliance p,
    #Reminder p {
        width: 100%;
        margin: 0 auto;
    }

    #Compliance,
    #Compliance,
    #Reminder {
        padding: 150px 0 0;
    }

    #Functionality {
        padding: 100px 0 200px;
    }

        #Functionality .text-slide-con {
            width: 98%;
        }
}


@media (max-width: 1199px) {
    #Team-management .t-box {
        margin-bottom: 30px;
    }
}



@media (max-width: 991px) {
    #journey {
        padding-top: 60px;
    }

    #Team-management p,
    #Global p,
    #Task-management p,
    #Compliance p,
    #Reminder p,
    #Functionality p {
        width: 100%;
    }

    #Reminder {
        margin-bottom: 60px;
    }

    #Functionality .text-slide-con {
        width: 90%;
    }

    #E-Mail .pd-22 {
        padding: 0 0 60px;
    }

    .center-block {
        margin-top: 30px;
    }

    .button-contact {
        padding-top: 60px;
    }

    #Compliance .tw-bx .bord-box {
        padding: 0;
    }

    #Compliance .tw-bx .bord-box-11 {
        padding: 0px;
        border: none;
    }

    .mrg-1 img {
        width: 100%;
    }

    .shadow-clr {
        width: 90%;
        margin: 0 auto;
    }

    .navbar {
        display: none;
    }

    #Compliance .tw-bx .bord-box, #Compliance .tw-bx .bord-box-11 {
        padding: 0 30px;
    }

    #Reminder .icon-sociel {
        margin-top: 40px;
        text-align: center;
    }

    #Task-management .boxs-11 {
        width: 45%;
    }

    #Task-management {
        padding-top: 200px;
    }

    .global-up .img-list li img {
        width: 100px;
    }

    .global-up .uu-s1 {
        padding: 30px 0 15px;
    }

    #E-Mail .pd-22 h2 {
        text-align: center;
    }

    #E-Mail {
        padding: 60px 0 0;
    }

        #E-Mail .pd-22 p {
            width: 96%;
            margin: 0 auto 30px;
            text-align: center;
        }

        #E-Mail .pd-22 a {
            margin: 0 auto;
            text-align: center;
            display: block;
            width: 200px;
        }

    #Team-management .t-box {
        margin-bottom: 30px;
    }

    #Compliance .tw-bx .bord-box h2, #Compliance .tw-bx .bord-box h4, #Compliance .tw-bx .bord-box p {
        text-align: center;
    }

    #Compliance .tw-bx .an-link a {
        text-align: center;
    }

        #Compliance .tw-bx .an-link a:after {
            right: 0;
            margin: 0 auto;
        }


    #Compliance .tw-bx .bord-box-11 h2, #Compliance .tw-bx .bord-box-11 h4, #Compliance .tw-bx .bord-box-11 p {
        text-align: center;
    }


    #Compliance, #Compliance, #Reminder {
        padding-top: 60px;
    }

    #crm-12 .p-p1 .pr-50 {
        padding: 30px 60px 0;
    }

        #crm-12 .p-p1 .pr-50 p {
            padding: 30px 0;
        }

    #journey {
        padding-top: 60px;
    }

    #Social-media {
        padding-top: 0px;
    }

    #Team-management, #Global {
        padding: 60px 0;
        margin-top: 60px;
    }

    .button-contact h2 {
        font-size: 30px;
    }

    .button-contact p {
        font-size: 17px;
    }

    #Social-media {
        margin-top: 60px;
    }
}


@media (max-width: 767px) {
    #crm-12 .p-p1 .li-1 {
        margin-bottom: 30px;
    }

    #journey h1 {
        font-size: 44px;
    }

    #crm-12 .p-p1 .flex-1 .m-14 {
        padding: 30px;
    }

    #journey h2, #Reminder h3 {
        font-size: 30px;
    }

    #Social-media h2,
    #Team-management h2,
    #Task-management h2,
    #Compliance h2,
    #Reminder h2,
    #Functionality h2 {
        font-size: 30px;
        text-align: center;
    }

    .global-up .bx-swd {
        border-radius: 20px;
        margin: 0;
    }

    #Task-management {
        margin-top: 130px;
        padding-left: 30px;
        padding-right: 30px;
    }
}



@media (max-width: 576px) {
    #journey .t-link .btn {
        margin-bottom: 30px;
    }

    #journey h2, #Reminder h3 {
        font-size: 20px;
    }

    #Social-media h2, #Team-management h2, #Task-management h2, #Compliance h2, #Reminder h2, #Functionality h2, #E-Mail .pd-22 h2 {
        font-size: 30px;
    }
}
