
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

@font-face {
    font-family: MotivaSansExtraBold;
    src: url(../fonts/MotivaSansExtraBold.ttf);
}

@font-face {
    font-family: Motiva-Sans-Bold;
    src: url(../fonts/Motiva-Sans-Bold.ttf);
}

.btn {
    font-family: Motiva-Sans-Bold;
}

a {
    color: #007bff;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #0b6bd3;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Motiva-Sans-Bold;
    /*font-weight: 400;*/
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #007bff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

    #header.header-scrolled, #header.header-pages {
        height: 70px;
        padding: 10px 0;
    }

@media (max-width: 991px) {
    #header {
        height: 60px;
        padding: 10px 0;
    }
}

body {
    margin: 0px;
    padding: 0px;
    color: #49545d;
}




.text-lr {
    font-size: 20px;
}

p {
    font-size: 16.5px;
    margin-bottom: 25px;
    line-height: 26.5px;
}

h1, h2, h3, h4 {
    color: #4b5055;
}

h2 {
    font-size: 2.42rem;
}

.f-700 {
    /*font-weight: 700 !important;*/
}

section {
    padding-top: 60px;
}

.clear {
    clear: both;
}

.custom-navbar {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: white !important;
    padding: 0px !important;
}

    .custom-navbar .navbar-brand {
        padding: 0px !important;
    }

.logo-img {
    width: 200px;
    background: rgb(255, 255, 255);
}
/**/

.title-bar {
    background: #692e91;
    background-image: linear-gradient(to right, #2bbddd, #692e91);
    color: white;
    text-align: right;
}

    .title-bar a {
        color: white;
    }

.btn-header {
    background-color: #ff8f12;
    border: 1px solid #ff8f12;
    padding: 6px 18px;
    color: #fff;
    border-radius: 0px;
    margin: 0px 30px;
    /*font-weight: 900;*/
    margin-right: 4px;
    font-family: ProximaNova-Bold;
    font-size: 18px;
}

    .btn-header:hover {
        color: white;
        background: #f68a11;
    }


.title-bar .contact {
    font-size: 15px;
    position: relative;
    top: 2px;
}

.title-bar a:hover {
    text-decoration: none;
}

.title-bar .social {
    position: relative;
    top: 2px;
}

    .title-bar .social a {
        padding-left: 5px;
        display: inline-block;
    }

        .title-bar .social a:hover {
            color: #eeeeee;
        }

/* navbar*/

.custom-navbar a {
    font-size: 16px;
    padding: 11px 14px !important;
    color: #5e5e5e !important;
    border-radius: 3px;
    margin: 10px 5px;
    font-family: Motiva-Sans-Bold;
}

.custom-navbar .collapse a:hover {
    font-size: 16px;
    padding: 11px 14px !important;
    /* color: #49545d; */
    color: white !important;
    background: #692e91;
    background-image: linear-gradient(to right, #2bbddd, #692e91);
    border-radius: 6px;
    margin: 10px 5px;
}

.custom-navbar .navbar-brand a:hover {
    background-color: white;
}

.custom-navbar .dropdown-menu a {
    font-size: 16px;
    padding: 11px 20px !important;
    color: #49545d !important;
    background: none !important;
    margin: 0px 5px !important;
}

    .custom-navbar .dropdown-menu a:focus {
        background: none !important;
    }

    .custom-navbar .dropdown-menu a:hover {
        color: #692e91 !important;
    }

    .custom-navbar .dropdown-menu a:active {
        background: none !important;
    }

.custom-navbar .dropdown-divider {
    margin: 0px;
}

.link-bold {
    margin-top: 10px;
    display: inline-block;
}

.custom-navbar .link-bold {
    color: #692e91 !important;
}

.custom-navbar .dropdown-menu .link-bold {
    color: #692e91 !important;
}

.box-menu {
    width: 450px;
}

.box-menu-list {
    padding: 3px 13px 13px 13px !important;
}

.custom-navbar .box-menu-list a:hover {
    /*background:none !important*/
}




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    position: relative;
    background-color: #1883f5;
    background-size: cover;
    padding: 200px 0 200px 0;
}

    #intro p {
        font-size: 50px;
        padding-bottom: 10px;
        line-height: normal;
        font-family: MotivaSansExtraBold;
    }

    #intro p1 {
        line-height: normal;
        padding-bottom: 20px;
        font-size: 22px;
        line-height: 32px;
    }

    #intro .row .col {
        margin-right: 10px;
    }

@media (max-width: 991px) {
    #intro {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 574px) {
    #intro {
        padding: 100px 0 20px 0;
    }
}

#intro .intro-img {
    width: 50%;
    float: right;
}

@media (max-width: 991px) {
    #intro .intro-img {
        width: 80%;
        float: none;
        margin: 0 auto 25px auto;
    }
}

#intro .intro-info {
    width: 50%;
    float: left;
}

    #intro .intro-info button {
    }

@media (max-width: 991px) {
    #intro .intro-info {
        width: 80%;
        float: none;
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #intro .intro-info {
        width: 100%;
    }

    h1 {
        font-size: 2.1rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    .pages-banner h1 {
        font-size: 32px !important;
    }
}

#intro .intro-info h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
}

    #intro .intro-info h2 span {
        color: #74b5fc;
        text-decoration: underline;
    }

@media (max-width: 767px) {
    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
}

#intro .intro-info .btn-get-started {
    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
}

    #intro .intro-info .btn-get-started:hover {
        background: none;
        border-color: #fff;
        color: #fff;
    }

#intro .intro-info .btn-services {
    border: 2px solid #fff;
}

    #intro .intro-info .btn-services:hover {
        background: #007bff;
        border-color: #007bff;
        color: #fff;
    }


.pages-banner {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 0px;
}

    .pages-banner h1 {
        color: rgba(255, 255, 255, 0.9);
        /*font-weight: 900 !important;*/
        font-size: 40px;
        margin: 0px;
        text-shadow: 1px 1px 1px black;
    }

    .pages-banner .overlay {
        background: rgba(0,0,0,0.60);
        padding: 150px 0px;
    }

.section-light {
    background: #f9f9f9;
    padding: 55px 0px 30px 0px;
    margin-top: 70px;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 56px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    font-family: MotivaSansExtraBold;
}

.hsize {
    font-family: MotivaSansExtraBold;
    font-size: 56px !important;
}

.hsize-small {
    font-family: MotivaSansExtraBold;
    font-size: 51px;
}

.hbold {
    font-family: MotivaSansExtraBold;
    font-size: 42px !important;
}

.fbld {
    font-family: MotivaSansExtraBold;
}

.v-heading {
    font-family: MotivaSansExtraBold;
    font-size: 42px;
}

.psize {
    font-size: 22px;
    line-height: 32px;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #ecf5ff;
}

.home-banner {
    background: url(../../assets/img/Unified-Communications-Banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 0px;
    /*margin-top: 80px;*/
    text-align: center;
    margin-bottom: 30px;
}

    .home-banner .overlay {
        padding: 80px 0px;
        background: rgba(35, 38, 55, 0.75);
    }

    .home-banner h4 {
        color: white;
        font-size: 56px;
        /*font-weight: 700 !important;*/
        margin-bottom: 19px;
        font-family: MotivaSansExtraBold;
    }

    .home-banner .text-center button {
        background: #692e91;
        background-image: linear-gradient(to right, #2bbddd, #692e91);
    }

    .home-banner p {
        color: #cecece;
        font-size: 22px;
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-bottom: 35px;
        line-height: 32px;
    }
/* About Us Section
--------------------------------*/
#about {
    background: rgb(238, 242, 243);
    padding: 60px 0;
}

    #about .about-container .background {
        margin: 20px 0;
    }

    #about .about-container .content {
        background: #fff;
    }

    #about .about-container .title {
        color: #333;
        font-weight: 700;
        font-size: 32px;
    }

    #about .about-container p {
        line-height: 26px;
    }

        #about .about-container p:last-child {
            margin-bottom: 0;
        }

    #about .about-container .icon-box {
        background: #fff;
        background-size: cover;
        padding: 0 0 30px 0;
    }

        #about .about-container .icon-box .icon {
            float: left;
            background: #fff;
            width: 64px;
            height: 64px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #29c2e0 !important;
            transition: all 0.3s ease-in-out;
        }

            #about .about-container .icon-box .icon i {
                color: #29c2e0;
                font-size: 24px;
            }

        #about .about-container .icon-box:hover .icon {
            background: #29c2e0 !important;
        }

            #about .about-container .icon-box:hover .icon i {
                color: #fff;
            }

        #about .about-container .icon-box .title {
            margin-left: 80px;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 18px;
        }

            #about .about-container .icon-box .title a {
                color: #283d50;
                font-family: Motiva-Sans-Bold;
                font-size: 20px;
            }

        #about .about-container .icon-box .description {
            margin-left: 80px;
            line-height: 24px;
            font-size: 14px;
                
        }

    #about .about-extra {
        padding-top: 60px;
    }

        #about .about-extra h4 {
            font-weight: 600;
            font-size: 24px;
        }
/* Why us*/

/* Services Section
--------------------------------*/
#services {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 10px 40px 10px;
        background: #fff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
    }

        #services .box:hover {
            transform: translateY(-5px);
        }

    #services .icon {
        position: absolute;
        left: -10px;
        top: calc(50% - 32px);
    }

        #services .icon i {
            font-size: 64px;
            line-height: 1;
            transition: 0.5s;
        }

    #services .title {
        margin-left: 40px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        #services .title a {
            color: #111;
        }

    #services .box:hover .title a {
        color: #007bff;
    }

    #services .description {
        font-size: 14px;
        margin-left: 40px;
        line-height: 24px;
        margin-bottom: 0;
    }

#whyyus {
    padding: 60px;
    background: rgb(14, 23, 150);
    margin-bottom: 0rem;
}

    #whyyus .ico {
        color: white;
        font-size: 50px;
        padding-bottom: 10px;
    }


    #whyyus .card {
        background: #00458f;
        border-color: #00458f;
        border-radius: 10px;
        margin: 0 15px;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        transition: 0.3s ease-in-out;
        height: 100%;
    }

@media (max-width: 991px) {
    #whyyus .card {
        margin: 0;
    }
}

#whyyus .card:hover {
    background: #003b7a;
    border-color: #003b7a;
}

#whyyus .card i {
    font-size: 48px;
    padding-top: 15px;
    color: #bfddfe;
}

#whyyus .card h5 {
    font-size: 22px;
    font-weight: 600;
}

#whyyus .card p {
    font-size: 15px;
    color: #d8eafe;
}

#whyyus .card .readmore {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-bottom: #00458f solid 2px;
}

    #whyyus .card .readmore:hover {
        border-bottom: #fff solid 2px;
    }

#whyyus .counters {
    padding-top: 40px;
}

    #whyyus .counters span {
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 48px;
        display: block;
        color: #fff;
    }

    #whyyus .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: white;
    }




#services .services-top {
    padding: 50px;
}

#services .services-list {
    padding-top: 50px;
}

.services-list .service-block {
    margin-bottom: 30px;
}

    .services-list .service-block .ico {
        font-size: 30px;
        float: left;
    }

    .services-list .service-block .text-block {
        margin-left: 58px;
    }

.highlight {
    color: darkblue;
    font-weight: lighter;
}



#pricing {
    background: rgb(235, 232, 232);
    padding: 50px;
}

    #pricing .card {
        border: none;
        border-radius: 1rem;
        transition: all 0.2s;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }


    #pricing hr {
        margin: 1.5rem 0;
    }

    #pricing .card-title {
        margin: 0.5rem 0;
        font-size: 0.9rem;
        letter-spacing: .1rem;
        font-weight: bold;
    }

    #pricing .card-price {
        font-size: 3.7rem;
        margin: 0;
        /*font-family: MotivaSansExtraBold;*/
    }

        #pricing .card-price .period {
            font-size: 0.8rem;
        }

    #pricing ul li {
        margin-bottom: 1rem;
    }

    #pricing .text-muted {
        opacity: 0.7;
    }

    #pricing .btn {
        font-size: 18px;
        border-radius: 5rem;
        /*letter-spacing: 0.2rem;*/
        /*font-weight: bold;*/
        padding: 1rem;
        opacity: 0.7;
        transition: all 0.2s;
    }

/* Hover Effects on Card */

@media (min-width: 992px) {
    #pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        background-color: #0e5eb3;
    }

    .align-boxes p {
        height: 130px;
    }

    #pricing .card:hover .card-title {
        margin: 0.5rem 0;
        font-size: 0.9rem;
        letter-spacing: .1rem;
        font-weight: bold;
        color: white;
    }

    #pricing .card:hover .card-price {
        font-size: 3rem;
        margin: 0;
        color: white;
    }

    #pricing .card:hover .extensions {
        padding-bottom: 15px;
        margin: 0;
        color: white;
    }

    #pricing .card:hover .btn {
        opacity: 1;
    }
}

/*Login*/

.login-section {
    padding-top: 0px;
}


    .login-section .login-right-content .login-form-right .btn {
        background-color: purple;
    }

    .login-section .mt-4 button {
        background-image: linear-gradient(to right, #2bbddd, #692e91);
    }

    .login-section .text-center button {
        background-image: linear-gradient(to right, #2bbddd, #692e91);
    }

.login-left-content .logo {
    width: 300px;
    margin-bottom: 30px;
}

.login-input {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    background: #e9e9e9;
    height: 50px;
    padding-left: 40px;
}

.email-field {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    background: white;
    height: 48px;
    padding-left: 40px;
}

.form-div {
    position: relative;
    margin-bottom: 20px;
}

    .form-div i {
        position: absolute;
        top: 17px;
        left: 15px;
    }

.login-left-content {
    background: white;
    padding: 70px;
    text-align: center;
    padding-bottom: 20px;
}

    .login-left-content h4 {
        color: #692e91;
        font-size: 18px;
        margin-bottom: 40px;
    }

.form-cre a {
    color: #692e91;
    font-size: 15px;
}


.login-right-content {
    background: #f5f5f5;
    padding: 50px 60px;
    text-align: center;
}

.apply-form-div {
    text-align: center;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.16);
    padding: 30px 40px;
    padding-bottom: 40px;
    margin-top: 30px;
    background: linear-gradient(135deg, #272946 0%, 51%, #272946f5 51%, #272946 71%, #272946 100%);
}

    .apply-form-div h2 {
        /* color: #a8d2dc !important; */
        font-size: 48px;
        text-shadow: 1px 1px 1px black;
        /*font-weight: 800 !important;*/
    }

    .apply-form-div p {
        font-size: 18px;
        color: #bdbbbb !important;
    }


.custom-input {
    border: 1px solid #cdcbcb;
    border-radius: 0px;
    /*background: rgba(238, 238, 238, 0.38);*/
    height: 46px;
    background: rgba(255, 255, 255, 0.8117647058823529);
    font-size: 16px;
}

.custom-input-area {
    border: 1px solid #cdcbcb;
    border-radius: 0px;
    /*background: rgba(238, 238, 238, 0.38);*/
    background: rgba(255, 255, 255, 0.8117647058823529);
    font-size: 16px;
}

/*apply form */
.apply-form-support {
    padding-top: 0px !important;
}

.apply-form-support-div {
    margin-top: 0px;
}

.apply-form .text-center {
    background: #692e91;
    background-image: linear-gradient(to right, #2bbddd, #692e91);
}

    .apply-form .text-center a {
        color: white;
    }

/* contact form*/
.contact-details h4 {
    font-size: 19px !important;
    /*font-weight: 600 !important;*/
}

.h2-head {
    font-size: 26px;
    margin-bottom: 12px;
}

.contact-details p {
    font-size: 16px;
}

.contact-details a {
    color: #49545d;
}


.file-text {
    text-align: left;
    font-size: 17px !important;
    margin-bottom: 3px;
    color: #d5d3d3 !important;
}

.file-upload {
    float: left;
    color: #bcb5b5;
}



.contact-us-form {
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.16);
    padding: 30px 30px;
}


    .contact-us-form form button {
        background: #692e91;
        background-image: linear-gradient(to right, #2bbddd, #692e91);
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #0a509b;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #004a99;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                /*font-family: "Montserrat", sans-serif;*/
                color: #fff;
                /*font-weight: 400;*/
                letter-spacing: 3px;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Montserrat", sans-serif;
                color: white;
            }

.social-links {
    margin-top: 18px !important;
}

#footer .footer-top .social-links a {
    font-size: 15px;
    display: inline-block;
    background: #3c8ce9;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

    #footer .footer-top .social-links a:hover {
        background: #0e5eb3;
        color: #fff;
    }

#footer .footer-top h4 {
    font-size: 20px;
    /*font-weight: bold;*/
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .footer-top .footer-links ul li {
            padding: 7px 0;
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        #footer .footer-top .footer-links ul a {
            color: #ecf5ff;
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #74b5fc;
            }

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-contact p {
        line-height: 26px;
    }

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-newsletter input[type="email"] {
        border: 0;
        padding: 6px 8px;
        width: 65%;
    }

    #footer .footer-top .footer-newsletter input[type="submit"] {
        background: #007bff;
        border: 0;
        width: 35%;
        padding: 6px 0;
        text-align: center;
        color: #fff;
        transition: 0.3s;
        cursor: pointer;
    }

        #footer .footer-top .footer-newsletter input[type="submit"]:hover {
            background: #0e5eb3;
        }

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #f1f7ff;
}

    #footer .credits a {
        color: #bfddfe;
    }

        #footer .credits a:hover {
            color: #f1f7ff;
        }


/* ============================Extra css for re-designing the website============================ */
/* Intro section */

#intro {
    padding: 100px 0;
}

.sp-top {
    padding-top: 100px !important;
}

#intro p {
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 0;
    font-family: MotivaSansExtraBold;
}

.para-color {
    color: #cfcfcf;
}

.title-bar {
    background: #692e91 !important;
}

.btn-header {
    background: #29c2e0 !important;
    border: none;
    font-family: Motiva-Sans-Bold;
}

.custom-navbar .collapse a:hover {
    background: #692e91 !important;
}

.custom-navbar .dropdown-menu a:hover {
    color: #692e91 !important;
    background: none !important;
}

.header-buttons button {
    margin: 15px;
    padding: 9px 15px;
}

.header-buttons__one {
    background-color: #692e91;
    color: #fff !important;
    border: 2px solid transparent;
}

.header-buttons__two {
    background-color: #fff;
    border: 2px solid transparent;
}

    .header-buttons__two:hover {
        background: transparent;
        border: 2px solid #fff;
    }

.header-buttons__one:hover {
    border: 2px solid #692e91;
    background: transparent;
}

.header-buttons__one a {
    color: #fff;
    font-size: 17px;
}

.header-buttons__two a {
    color: #3d3d3d;
}

.header-buttons__two:hover a {
    color: #fff;
}

#about .about-container .icon-box {
    padding-bottom: 50px;
}

#about {
    padding: 70px 0;
}

/* Why Us Section */

#whyyus {
    background: rgb(44, 97, 198);
}

.whyyus-para {
    color: #cfcfcf !important;
}

.whyus-s-para {
    color: #cecece !important;
    font-size: 16px;
}

@media(min-width:768px) {
    .whyyus-para {
        padding: 10px 40px;
        font-size: 22px;
        line-height: 35px;
    }
}


#services .icon {
    float: left;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #29c2e0 !important;
    transition: all 0.3s ease-in-out;
    top: 0;
    left: 0;
}

    #services .icon:hover {
        background: #29c2e0 !important;
    }

    #services .icon i {
        font-size: 24px;
        color: #29c2e0;
    }

    #services .icon:hover i {
        color: #fff;
    }


.pages-banner .overlay {
    padding: 85px 0;
    background: rgba(0, 0, 0, 0.781);
}

    .pages-banner .overlay h1 {
        text-align: center;
    }

.my-clist ul {
    list-style-type: none;
    padding: 0;
}

    .my-clist ul li {
        padding: 7px;
    }

        .my-clist ul li em {
            color: #3c8ce9 !important;
        }

.form-control.custom-input, .form-control,
.form-control:focus {
    border: 1px solid #007bff;
    background: transparent;
    margin-bottom: 25px;
}

.sub-button {
    color: #000 !important;
    background-color: #fff;
    border-radius: 100px;
}

    .sub-button:hover {
        color: #fff !important;
        background-color: #007bff;
        border-radius: 100px;
    }

.apply-form .text-center {
    background: none !important;
}


ul.m-features-list {
    list-style: none;
    padding: 0;
}

    ul.m-features-list li {
        padding: 7px;
    }

    ul.m-features-list i {
        color: #007bff;
    }

.v-features {
    color: #007bff;
    border: 1px solid #007bff;
}

    .v-features:hover {
        border: 1px solid #c9c9c9;
    }

.form-footer-text {
    font-size: 12px !important;
    line-height: 1.5;
    margin-top: 20px;
}

.get-quote-btn {
    background: #007bff !important;
    color: #fff;
}

.get-quote-btn-two {
    background: #007bff !important;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
}

.get-quote-btn:hover {
    background: #0f71da !important;
    color: #fff;
}

.get-free-quote-heading {
    font-size: 27px;
    text-align: center;
}

.get-free-quote-para {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.cts-heading {
    font-size: 30px;
    text-align: center;
}

.contact-us-form .cts-btn {
    background: #007bff !important;
    color: #fff !important;
    padding: 9px;
}

    .contact-us-form .cts-btn:hover {
        color: #fff !important;
        background: #1a77da !important;
    }

.cts-para {
    font-size: 15px;
    text-align: center;
}

.apply-form-div h2 {
    color: #fff;
    font-size: 25px;
}

.apply-form-div p {
    font-size: 15px;
}

.apply-now-btn {
    color: #fff;
    background-color: #007bff;
}

    .apply-now-btn:hover {
        background-color: #1a77da;
    }

.abp-btn {
    border: 1px solid #007bff;
    color: #007bff;
}

    .abp-btn:hover {
        border: 1px solid #c9c9c9;
        color: #000;
    }

#footer .footer-top {
    background-color: rgb(44, 97, 198);
}

    #footer .footer-top .footer-links ul li a {
        color: #fff;
    }

        #footer .footer-top .footer-links ul li a:hover {
            color: #c1c1c1;
        }

#services {
    box-shadow: none;
    border-bottom: 1px solid rgb(229,229,229);
}

.home-banner .text-center button {
    background: #fff;
    padding: 10px 20px;
}

    .home-banner .text-center button a {
        color: #000 !important;
    }

    .home-banner .text-center button:hover {
        border: 1px solid #fff;
        background: transparent;
    }

        .home-banner .text-center button:hover a {
            color: #fff !important;
        }

/* home page slider styling */

.sl-item {
    padding: 20px;
}

    .sl-item .inner img {
        height: 300px;
    }

    .sl-item h5 {
        font-size: 20px;
        text-align: left !important;
    }

    .sl-item p {
        font-size: 15px;
        line-height: 1.5;
        text-align: left !important;
    }



/* Responsive Css */

@media(max-width:992px) {
    /* Intro section responsive */
    #intro p {
        font-size: 28px;
    }

    #intro {
        padding: 25px 0 !important;
    }

        #intro .intro-img {
            text-align: center;
        }

            #intro .intro-img img {
                width: 450px;
            }

        #intro .row {
            justify-content: center;
        }

    /* About Section Responsive */
    .section-header h3 {
        font-size: 28px;
    }

    #about img {
        width: 80%;
        margin: auto;
    }

    .abt-img {
        text-align: center;
    }

    /* Features section responsive */

    #services h2 {
        font-size: 28px;
    }

    #services h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #services p {
        font-size: 16px;
        line-height: 1.5;
    }

    #services .icon i {
        font-size: 18px;
    }

    #services .icon {
        height: 40px;
        width: 40px;
        left: 15px;
    }

    .services-list .service-block {
        margin-bottom: 50px;
    }

    /* slider section responsive */

    .slidercont h1 {
        font-size: 28px;
        margin-bottom: 0;
    }

    #whyyus h1 {
        font-size: 28px;
    }

    #whyyus p {
        font-size: 16px;
        line-height: 1.5;
    }

    #whyyus h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #whyyus h3 {
        font-size: 26px;
    }

    .about-b-img {
        margin-bottom: 30px;
    }

    .l-title {
        font-size: 30px;
    }

    .benefits-div {
        margin-bottom: 40px;
    }

        .benefits-div h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .benefits-div p {
            font-size: 15px;
        }

    .apply-form {
        padding-top: 0px;
    }

    .cts-heading {
        font-size: 25px;
    }

    .p-section h2 {
        font-size: 28px;
    }

    .quote-section h2 {
        font-size: 28px;
    }

    .v-box {
        flex-direction: column;
    }

    .v-lr:not(:last-child) {
        margin-bottom: 30px;
    }

    .m-features h1 {
        font-size: 28px;
    }

    .c-saving {
        font-size: 28px;
    }

    .pp-head {
        font-size: 28px;
    }

    .s-business {
        font-size: 28px;
    }

    .p-section h2 {
        font-size: 28px !important;
    }

    .e-need {
        font-size: 28px;
    }

    .p-section img {
        margin-bottom: 20px;
        padding: 20px;
    }

    .v-heading {
        font-size: 28px;
    }

    .prc-heading {
        font-size: 28px;
    }
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.445);
}

.services-list-cs h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
}

.services-list-cs p {
    font-size: 15px;
    line-height: 24px;
    color: #6B819A;
}

.b-highlight {
    color: #29c2e0 !important;
    font-weight: 400 !important;
}

.u-services h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 13px;
    font-family: Motiva-Sans-Bold;
    /*margin-bottom:11px*/
}

.u-services p {
    line-height: 26px;
}

.u-services i {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    padding: 7px;
    font-size: 47px !important;
    border: 1px solid white;
    line-height: 63px;
}

.u-services a:hover {
    background: #692e91;
    color: white !important;
    border: 1px solid #692e91;
}

.c-blue {
    color: #29c2e0 !important;
}

.ub-text p {
    font-size: 13px;
    margin-top: 18px;
    text-align: center;
    line-height: 20px;
}

#pricing .li-button {
    color: #692e91;
    border: 2px solid #692e91;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: 0px;
}

    #pricing .li-button:hover {
        background: #007bff !important;
        color: white !important;
        border: 2px solid #007bff !important;
    }

.btn-white {
    border: 1px solid white !important;
    background: none !important;
    color: white !important;
    padding: 8px 24px;
    font-size: 20px;
}

    .btn-white:hover {
        background: #2bbddd !important;
        border: 1px solid #2bbddd !important;
    }

.header-buttons__two_style:hover {
    background: #692e91;
    color: white;
    border: 2px solid #692e91;
}

.mc-label {
    margin-bottom: 5px !important;
    font-size: 16px;
}
/**/
.counter {
    /*background-color: #eaecf0;*/
    text-align: center;
}

.employees, .customer, .design, .order {
    margin-top: 40px;
    margin-bottom: 35px;
}

.add {
    color: #29c2e0 !important;
    font-size: 41px;
}

.counter-count {
    font-size: 44px;
    border-radius: 50%;
    position: relative;
    color: #29c2e0 !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-weight: 600;
}

.employee-p, .customer-p, .order-p, .design-p {
    font-size: 18px;
    /*color: #000000;*/
    line-height: 32px;
}

@media(max-width:767px) {
    .employees, .customer, .design, .order {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .a-text
    {
        font-size:19px !important;
        line-height:28px !important
    }

    .hbold{
        font-size:38px !important
    }

    .custom-navbar{
        padding:10px 0px !important
    }

    .custom-navbar a{
        margin:0px 5px
    }

    .section-header h3{
    font-size:42px
    }

    .title-bar .contact{
        float:left;
        top:3px
    }

    .title-bar a{
        font-size:13px
    }

    .btn-header{
        font-size:13px
    }

    #pricing{
        padding-left:15px !important;
        padding-right:15px !important
    }

    .hsize{
        font-size:40px !important
    }


    #services .services-top {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-banner p {
        width: 97%;
        font-size: 20px;
    }

    #services h2 {
        font-size: 42px;
    }

    .home-banner h4 {
        font-size: 40px;
    }

    #footer .footer-top h4 {
        padding-bottom: 0px;
        margin-top: 20px;
    }

    #intro p1 {
        font-size: 19px;
        line-height: 29px;
    }
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 13px;
}

.footer-newsletter p {
    font-size: 14px;
    line-height: 26px;
    margin-top: -3px;
}

.req-sup-btn {
    color: #007bff !important;
}

    .req-sup-btn:hover {
        background: #692e91;
        color: white !important;
        border: 1px solid #692e91 !important;
    }

/**/
.nav-tabs .nav-link.active {
    background: #692e91 !important;
}

.nav-tabs .nav-link {
    /* font-weight: 600; */
    padding: 11px 18px !important;
    /* color: #49545d; */
    color: white !important;
    background: #29c2e0;
    border-radius: 6px;
    margin: 10px 5px;
    border: none !important;
    font-family: Motiva-Sans-Bold;
}

.bs-box {
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 30px 40px 30px;
    margin-top: 50px;
}

    .bs-box p {
        margin-bottom: 0px;
    }

.abp-btn:hover {
    background: #2bbddd !important;
    border: 1px solid #2bbddd !important;
    color: white;
}

.abp-btn-size {
    font-size: 17px;
    padding: 10px 20px;
}

.align-boxes {
    position: relative;
}



    .align-boxes a {
    }

@media(min-width:768px) and (max-width:991px) {
    .align-boxes p {
        height: 200px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .align-boxes p {
        height: 160px;
    }

    .custom-navbar a {
        font-size: 15px;
        padding: 11px 8px !important;
    }
    #intro p{
        font-size:40px
    }
}

@media(min-width:1200px) {
    .br-block {
        display: block;
    }
}
