body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #444
}

a {
    color: #4fa6d5
}

    a:hover {
        color: #45beff;
        text-decoration: none
    }

#header {
    height: 86px;
    z-index: 997;
    transition: all .5s;
    padding: 15px 0 15px 0;
    background: #1e4356;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75);
    display: flex;
    align-self: center;
    align-items: center
}

    #header.header-transparent {
        background: #fff
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 4px 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 46px
    }

#main {
    margin-top: 80px
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.text-light {
    color: #333 !important
}

.wrapper {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #343434;
    line-height: 30px;
    font-family: Roboto, sans-serif
}

h1 {
    margin: 0;
    font-size: 50px;
    color: #343434;
    line-height: 60px;
    font-weight: 300
}

h2 {
    margin: 0;
    font-weight: 300;
    color: #343434;
    font-size: 35px;
    font-family: Roboto, sans-serif;
    line-height: 55px
}

h3 {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    line-height: 42px;
    font-weight: 100
}

h4 {
    font-size: 18px
}

section {
    padding: 50px 0
}

p.text-light {
    font-weight: 300;
    margin: 0;
    line-height: 32px;
    text-align: justify
}

a:hover {
    color: #038ec7
}

.form-control {
    margin-bottom: 30px
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .7s ease-in-out 0s
}

#functionality {
    width: 100%;
    position: relative;
    padding: 0;
    color: #fff
}

    #functionality .functionality-blog {
        width: 33.33333333%;
        float: left;
        padding: 35px 0 0 35px
    }

        #functionality .functionality-blog .functionality-content {
            margin: 35px 0 0 0;
            padding: 35px 35px 80px 35px;
            position: relative
        }

            #functionality .functionality-blog .functionality-content h3 {
                min-height: 83px;
                margin: 0 0 25px 0
            }

            #functionality .functionality-blog .functionality-content p {
                opacity: .6
            }

    #functionality .light-color {
        background: #35a5d2
    }

    #functionality .functionality-blog .functionality-content:after {
        position: absolute;
        content: "";
        border-top: 1px solid #fff;
        width: 50px;
        top: 0;
        left: 0
    }

    #functionality .functionality-blog .functionality-content:before {
        position: absolute;
        content: "";
        border-left: 1px solid #fff;
        top: 0;
        left: 0;
        height: 50px
    }

#Best-Features {
    padding: 75px 0 100px 0;
    width: 100%;
    display: inline-block
}

    #Best-Features h2:after {
        position: absolute;
        content: "";
        width: 50px;
        top: 0;
        left: 0
    }

    #Best-Features h2:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 50px;
        z-index: 9
    }

#contact {
    width: 100%;
    padding: 70px 0 67px 0;
    background-image: url(../image/contact-bg-img.jpg)
}

    #contact .contact-div {
        padding: 30px 0 0 40px;
        position: relative
    }

        #contact .contact-div:after {
            position: absolute;
            content: "";
            border-top: 1px solid #343434;
            width: 50px;
            top: 0;
            left: 0
        }

        #contact .contact-div:before {
            position: absolute;
            content: "";
            border-left: 1px solid #343434;
            top: 0;
            left: 0;
            height: 50px
        }

        #contact .contact-div h2 {
            margin: 0 0 25px 0
        }

    #contact .form-control::placeholder {
        color: #696969;
        font-size: 18px
    }

    #contact .submit {
        background: #038ec7;
        padding: 8px 30px 8px 42px;
        float: right;
        font-size: 22px;
        font-weight: 300;
        border-radius: 30px;
        margin: 15px 0 0 0;
        border: none;
        outline: 0
    }

        #contact .submit:hover {
            background: #1a86b1
        }

        #contact .submit img {
            margin: 0 0 0 10px
        }

    #contact span {
        font-size: 18px;
        padding: 10px 0 6px 0;
        display: block;
        width: 33%;
        border-bottom: 1px solid #000
    }

.contact-blog {
    display: inline-block
}

.inner-page-main-title {
    font-size: 35px;
    font-family: Roboto, sans-serif
}

.set-blog {
    padding: 20px 25px 50px 25px
}

#support-page .support-content-blog {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0;
    background: #fff;
    text-align: center
}

    #support-page .support-content-blog img {
        width: 100%
    }

    #support-page .support-content-blog a {
        width: 100%;
        display: inline-block
    }

    #support-page .support-content-blog .content-part {
        display: flex;
        flex-direction: column;
        margin: 30px 0;
        font-size: 14px;
        color: #494949;
        line-height: 20px
    }

        #support-page .support-content-blog .content-part h4 {
            flex: 0 1 40px;
            font-size: 22px;
            line-height: 32px
        }

        #support-page .support-content-blog .content-part p {
            text-align: justify;
            min-height: 120px;
            font-size: 18px;
            line-height: 32px
        }

#pricing-page {
    padding: 50px 0 0 0
}

.pricing-contact {
    background: 0 0 !important
}

    .pricing-contact p.text-light {
        font-size: 18px;
        margin-bottom: 30px
    }

p.paragraph {
    font-size: 19px
}

.pricing-contact p.bottom_margin {
    margin-bottom: 15px
}

#support-page h3 {
    margin: 30px 0 0 0
}

.location {
    display: inline-block;
    background: url(../image/download.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.location {
    background-position: -70px -141px;
    width: 38px;
    height: 38px
}

@@media only screen and (max-width:991px) {
    header .bottom-header {
        position: static
    }

    h1,
    h2 {
        font-size: 35px;
        line-height: 45px
    }

    p.text-light {
        font-size: 18px
    }

    #functionality .functionality-blog {
        width: 100%
    }

        #functionality .functionality-blog .functionality-content h3 {
            min-height: 45px
        }

        #functionality .functionality-blog .functionality-content {
            margin: 25px 0 0 0;
            padding: 18px 25px 50px 25px;
            position: relative
        }

            #functionality .functionality-blog .functionality-content p {
                opacity: .6
            }

    #contact {
        padding: 20px 0;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@@media only screen and (max-width:767px) {
    #Best-Features {
        padding: 40px 0
    }

        #Best-Features h2 {
            padding: 20px 0 0 20px
        }

    #contact {
        padding: 30px 0
    }

        #contact .contact-div {
            padding: 30px 40px 0 40px
        }

    .form-control {
        margin-bottom: 15px
    }

    #support-page .support-content-blog .content-part {
        margin: 20px 0 0 0
    }

        #support-page .support-content-blog .content-part p {
            min-height: auto
        }
}

@@media only screen and (max-width:640px) {
    p .text-light {
        line-height: 25px
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }
}

@@media only screen and (max-width:480px) {
    #functionality .functionality-blog {
        padding: 35px 0 0 15px
    }

    #contact .contact-div {
        padding: 15px 15px 0 15px
    }

    #contact span {
        width: 50%
    }
}

@@media only screen and (max-width:320px) {
    #functionality .functionality-blog {
        padding: 35px 0 0 15px
    }

        #functionality .functionality-blog .functionality-content h3 {
            font-size: 25px;
            line-height: 26px;
            margin-bottom: 13px
        }
}

body,
html {
    height: 100%;
    margin: 0
}

.wrapper {
    min-height: 100%;
    margin-bottom: -76px
}

.footer {
    height: 76px
}

@@media only screen and (max-width:992px) {
    #contact .submit {
        display: block;
        float: inherit;
        background-image: none
    }
}

h4.margin {
    margin-top: -45px
}

p.data {
    margin-left: 1031px;
    color: #fff !important
}

#footer {
    background: #0b212d;
    color: #fff;
    font-size: 14px
}

    #footer .footer-top {
        background: #0d2735
    }

        #footer .footer-top h4 {
            font-size: 24px;
            font-weight: 600;
            color: #fff;
            position: relative
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px
        }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px
            }

    #footer .copyright {
        text-align: center;
        padding: 25px 0 25px 0
    }

@@media (max-width:575.98px) {
    #header {
        height: 65px;
        padding: 8px 0 8px 0
    }

        #header .logo img {
            max-height: 36px
        }

    .clients-logos {
        margin-top: 10px
    }

    .system-text {
        padding-top: 10px
    }

    .knowledge-system p {
        font-size: 14px
    }

    .benefits-place {
        font-size: 16px;
        margin: 15px 0 15px 0
    }

    .client-details {
        padding: 20px 10px;
        text-align: center
    }

        .client-details p {
            font-size: 13px
        }

        .client-details h4 {
            font-size: 18px;
            margin-top: 10px
        }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: 500
    }

    #footer .footer-top .footer-links {
        margin-bottom: 15px
    }

    #footer .copyright {
        padding: 15px 0 15px 0;
        font-size: 13px
    }
}

@@media (min-width:576px) and (max-width:767.98px) {
    #header {
        height: 65px;
        padding: 8px 0 8px 0
    }

        #header .logo img {
            max-height: 40px
        }

    .clients-logos {
        margin-top: 10px
    }

    .system-text {
        padding-top: 10px
    }

    .knowledge-system p {
        font-size: 14px
    }

    .benefits-place {
        font-size: 16px;
        margin: 15px 0 15px 0
    }

    .client-details {
        padding: 20px 15px
    }

        .client-details p {
            font-size: 13px
        }

        .client-details h4 {
            font-size: 18px;
            margin-top: 10px
        }

    #footer .footer-top h4 {
        font-size: 18px;
        font-weight: 500
    }

    #footer .footer-top .footer-links {
        margin-bottom: 15px
    }

    #footer .copyright {
        padding: 15px 0 15px 0
    }
}

@@media (min-width:768px) and (max-width:991.98px) {
    .clients-logos {
        margin-top: 10px
    }

    .system-text {
        padding-top: 10px
    }

    .knowledge-system p {
        font-size: 14px
    }

    .benefits-place {
        font-size: 16px;
        margin: 15px 0 15px 0
    }

    .client-details {
        padding: 30px 20px
    }

        .client-details p {
            font-size: 15px
        }

        .client-details h4 {
            font-size: 20px;
            margin-top: 10px
        }

    #footer .footer-top h4 {
        font-size: 20px;
        font-weight: 500
    }

    #footer .footer-top .footer-links {
        margin-bottom: 15px
    }

    #footer .copyright {
        padding: 15px 0 15px 0
    }
}

@@media (min-width:992px) and (max-width:1199.98px) {
    .clients-logos {
        margin-top: 10px
    }

    .system-text {
        padding-top: 10px
    }

    .knowledge-system p {
        font-size: 14px
    }

    .benefits-place {
        font-size: 16px;
        margin: 15px 0 15px 0
    }

    .client-details {
        padding: 30px 20px
    }

        .client-details p {
            font-size: 15px
        }

        .client-details h4 {
            font-size: 20px;
            margin-top: 10px
        }

    #footer .footer-top h4 {
        font-size: 20px;
        font-weight: 500
    }

    #footer .footer-top .footer-links {
        margin-bottom: 15px
    }

    #footer .copyright {
        padding: 15px 0 15px 0
    }
}
