body {
    font-family: 'Poppins', sans-serif;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
}

    .header .navbar-light .navbar-nav .nav-link {
        color: #1d2755;
        font-size: 15px;
        text-transform: uppercase;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 500;
    }

    .header .n-btn {
        background: #1d2755;
        color: #fff !important;
        border-radius: 2px;
        margin-left: 5px;
    }

.menu-toggle {
    font-size: 21px !important;
    padding: 3px;
    margin-left: 15px;
}

.header .navbar {
    padding: 16px 50px;
}

.header-fix {
    height: 85px;
}

.page-header {
    padding: 130px 0px;
    text-align: center;
    color: #fff;
    background: url(../images/page-header-bg.png) center;
    background-size: cover;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2784313725490196);
}

.hambarger-menu {
    height: 100vh;
    width: 980px;
    position: fixed;
    top: 0px;
    background: #fff;
    right: 0px;
    z-index: 9999;
    transition: 0.5s;
    transform: translateX(100%);
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431372549);
}

    .hambarger-menu.show {
        transition: 0.5s;
        opacity: 1;
        transform: translateX(0%);
    }

.hambarger-top-bar {
    text-align: right;
    padding: 24px 66px;
    border-bottom: 1px solid whitesmoke;
    font-size: 26px;
}

    .hambarger-top-bar .fas {
        cursor: pointer;
    }

.menu-categories {
    width: 370px;
    float: left;
    text-align: center;
    height: calc(100vh - 80px);
    padding-top: 49px;
    overflow: auto;
}

.menu-navigation {
    width: calc(100% - 370px);
    float: left;
    text-align: center;
    padding: 0 80px;
    overflow: auto;
    height: calc(100vh - 80px);
    padding-top: 150px;
    border-left: 1px solid rgba(128, 128, 128, 0.14901960784313725);
}

.hambarger-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.hambarger-menu a, .hambarger-menu a:hover {
    transition: 0.3s;
    text-decoration: none;
}

.menu-top-title {
    font-size: 21px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.menu-cat li {
    margin-bottom: 15px;
}

.t-2 {
    margin-top: 40px;
}

.menu-cat li a {
    font-size: 14px;
    color: #cb5c4d;
    font-weight: 500;
}

.page-header p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.post-grid {
    padding: 90px;
    background: #f8f8f8;
}

.blog-single-post {
    background: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.blog-content {
    position: relative;
    padding: 40px 20px;
    text-align: center;
}

.blog-img-wrapper img {
    width: 100%;
}

.ham-menu-nav li {
    margin-bottom: 15px;
}

    .ham-menu-nav li a.active, .ham-menu-nav li a:hover {
        color: #3a3a3a;
        transition: 0.3s;
        text-decoration: none;
    }

    .ham-menu-nav li a {
        font-size: 18px;
        font-weight: 600;
        color: #a9a8a8;
    }

.ham-social-media {
    margin: 50px 0;
}

    .ham-social-media ul li {
        display: inline-block;
        margin: 0 5px;
    }

.ham-caption {
    font-size: 16px;
    font-weight: 500;
}

.ham-social-media ul li a {
    background: #000;
    color: #fff;
    transition: 0.3s;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 60%;
}

    .ham-social-media ul li a:hover {
        background: grey;
    }

    .ham-social-media ul li a i {
        line-height: 35px;
    }

.blog-date {
    position: absolute;
    background: #000;
    color: #fff;
    height: 60px;
    width: 60px;
    left: 50%;
    text-align: center;
    border-radius: 60%;
    text-transform: uppercase;
    top: -30px;
    font-size: 12px;
    margin-left: -28px;
    padding-top: 12px;
}

    .blog-date span {
        display: block;
        font-size: 19px;
        font-weight: 500;
        margin-top: -5px;
    }

.blog-title {
    font-size: 18px;
    font-weight: 500;
    color: #1d2755;
}

    .blog-title:hover {
        text-decoration: none;
    }

.load-more-btn {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    background: #1d2755;
    margin-top: 20px;
    display: inline-block;
}

    .load-more-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.blog-author {
    margin: 15px 0;
    font-size: 13px;
    font-weight: 600;
    color: #b3b3b3;
    text-transform: uppercase;
}

.blog-description {
    font-size: 14px;
    color: #898989;
    margin-bottom: 0;
}

footer {
    padding: 20px 20px;
    background: #1d2755;
    color: #fff;
}

.footer-row {
    text-align: center;
}

footer li {
    display: inline;
}

    footer li a {
        color: #fff;
    }

.social-media-footer {
    float: right;
    margin: 0;
    padding: 0;
}

.copy-right {
    float: left;
    font-size: 14px;
    line-height: 28px;
}

.center-ul-footer {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
}

    .center-ul-footer li:nth-child(2):after {
        height: 10px;
        width: 10px;
        background: #fff;
        border-radius: 60%;
        margin: 0 15px;
        content: '';
        display: inline-block;
    }

    .center-ul-footer li:nth-child(2):before {
        height: 10px;
        width: 10px;
        background: #fff;
        border-radius: 60%;
        margin: 0 15px;
        content: '';
        display: inline-block;
    }

    .center-ul-footer li {
        font-size: 14px;
    }

        .center-ul-footer li a:hover {
            color: #fff;
            opacity: 0.8;
            transition: all .20s ease-out;
            text-decoration: none;
        }

.social-media-footer li {
    margin: 0 10px;
}

.social-media-footer a:hover {
    transform: scale(0.1);
    transition: .20s ease-out;
    text-decoration: none;
    color: #fff;
}

.social-media-footer a i {
    transition: 0.5s;
}

.social-media-footer a:hover > i {
    transform: scale(1.3);
    transition: 0.5s;
}

.menu-toggle span {
    display: none;
}

.post-feature {
    max-height: 600px;
    width: 100%;
    overflow: hidden;
}

    .post-feature img {
        width: 100%;
    }

.post-details-wrapper {
    padding: 90px;
    background: #f8f8f8;
}

.page-details-top {
    position: relative;
    width: 100%;
}

.post-caption .post-auther {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a8a8a8;
}

.post-caption h1 {
    font-size: 26px;
    color: #1d2755;
}

.post-caption {
    margin-bottom: 40px;
}

.post-box .w-100 {
    margin-bottom: 20px;
}

.post-box p {
    font-size: 15px;
    color: #898989;
    line-height: 24px;
    margin-bottom: 20px;
}

.post-box h3 {
    font-size: 18px;
    color: #4e4e4e;
}

.post-box {
    background: #fff;
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.side-box {
    background: #fff;
    padding: 30px 0;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.sidebar-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #1d2755;
}

.side-post {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 0;
    display: flex;
    align-items: stretch;
}

    .side-post.first-child {
        border-top: 1px solid #e4e4e4 !important;
    }

.side-pic {
    padding: 12px;
    width: 191px;
    position: relative;
    flex: 1;
    border-right: 1px solid rgba(128, 128, 128, 0.3215686274509804);
}

    .side-pic img {
        width: 100%;
    }

.side-post:after {
    content: '';
    display: block;
    clear: both;
}

.side-post-right {
    width: calc(100% - 170px);
    padding: 18px 10px;
}

    .side-post-right a {
        font-size: 14px;
        font-weight: 500;
        color: #2485d2;
    }

        .side-post-right a:hover {
            text-decoration: none;
            opacity: 0.8;
            transition: 0.5s;
        }

.side-title-small {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    color: #023a64;
}

.side-form {
    margin-top: 30px;
    padding: 30px;
    padding-top: 0px;
}

.article-title {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 24px;
}

.side-form textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #dee2e6;
    display: block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 20px;
    padding-top: 25px;
    border-radius: 3px;
}

.side-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    padding: 0 15px;
    padding-top: 17px;
    font-size: 14px;
    line-height: 35px;
}

.side-form .input-wrapper:after {
    content: '';
    display: block;
    margin-bottom: 10px;
    width: 0%;
    height: 2px;
    position: relative;
    top: -1px;
    background: #1d2755;
}

.input-wrapper.focus:after {
    width: 100%;
    transition: 0.4s;
}

.side-form input:focus, .side-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.input-wrapper {
    position: relative;
}

    .input-wrapper span.lable {
        position: absolute;
        top: 15px;
        left: 16px;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        color: #1d2755;
        transition: 0.5s;
    }

.side-form button {
    background: #1d2755;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    transition: 0.5s;
    padding: 9px 20px;
    width: 100%;
    border: none;
    display: inline-block;
    text-align: center;
}

.post-auther i {
    color: #1d2755;
}

.side-form button:hover {
    background: rgba(29, 39, 85, 0.8117647058823529);
    transition: 0.5s;
    text-decoration: none;
}

.left-side-blog-content {
    max-width: calc(100% - 500px);
    flex: auto;
}

.right-side-blog {
    max-width: 500px;
    flex: auto;
}

.input-wrapper.focus span.lable {
    top: 6px;
    font-size: 12px;
    transition: 0.3s;
}

.side-form input.input-error {
    border: 1px solid red;
}

.input-wrapper span.lable.input-error, .req {
    color: red;
}

.side-form textarea.input-error {
    border: 1px solid red;
}

.author-details {
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

    .author-details img {
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #d4d4d4;
    }

.guides-box h2 {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin-bottom: 20px;
}

    .guides-box h2 span {
        font-size: 18px;
        color: #ffffff;
    }

.guides-box {
    padding: 30px 0;
    width: 90%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 35px;
    background: #00a7d3;
}

.g-btn {
    padding: 8px 15px;
    border: 2px solid #ffffff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    transition: 0.5s;
    margin-top: 30px;
}

    .g-btn:hover {
        background-color: #00a7d3;
        color: #fff;
        transition: 0.5s;
        text-decoration: none;
        border: 2px solid #0077b5;
    }

.guides-box img {
    width: 100%;
    border: 2px solid #00a7d3;
}

.author-details .author-name {
    font-size: 20px;
    font-weight: 500;
    color: #1d2755;
    margin-top: 20px;
}

.author-details p {
    padding: 20px 40px;
    font-size: 14px;
    padding-top: 6px;
    color: #1d2755;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.btn-sidebar-round {
    padding: 5px 20px;
    border: 1px solid grey;
    display: inline-block;
    border-radius: 20px;
    font-size: 13px;
    color: #1d2755;
    transition: 0.5s;
    margin-bottom: 30px;
}

    .btn-sidebar-round:hover {
        text-decoration: none;
        background: #1d2755;
        color: #fff;
        transition: 0.5s;
    }

.fb-like {
    position: fixed !important;
    top: 119px;
    left: -3px;
    z-index: 1;
}

.st-total {
    display: none !important;
}

ul.social-side {
    padding: 6px 25px 30px 25px;
    list-style: none;
}

    ul.social-side li {
        padding-top: 15px;
    }

        ul.social-side li a {
            font-size: 14px;
            padding-left: 70px;
            background: url(../images/alt-wp-social.png) no-repeat;
            position: relative;
            min-height: 48px;
            display: block;
            text-transform: uppercase;
            line-height: 18px;
            padding: 6px 0 0 65px;
            color: #1ab2e8;
            height: 48px;
            font-weight: bold;
            transition: opacity .3s;
            white-space: nowrap;
        }

            ul.social-side li a:after {
                content: "";
                border-radius: 0 2px 2px 0;
                border: solid transparent;
                border-width: 1px 1px 1px 0;
                position: absolute;
                top: 1px;
                left: 53px;
                height: calc(100% - 3px);
                width: 0;
                opacity: 0;
                transition: all .5s;
            }

.alt-wp-socials li.facebook a:after {
    border-color: rgba(59, 89, 152, 1);
    background-color: rgba(59, 89, 152, .1);
}

ul.social-side li.facebook a {
    color: #336aa8;
}

ul.social-side li.twitter a {
    background-position: 0 -55px !important;
}

.wp-socials a {
    display: block;
    color: #1ab2e8;
}

.sharethis-inline-share-buttons {
    text-align: left !important;
    margin-top: 20px !important;
}

ul.social-side li.gplus a {
    background-position: 0 -110px !important;
    color: #aa4141;
}

ul.social-side li.linkedin a {
    background-position: 0 -219.5px;
    color: #006699;
}

ul.social-side li a span {
    color: #798185;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    font-weight: 400;
}

ul.social-side li a:hover:after {
    width: calc(100% - 54px);
    opacity: 1;
}

ul.social-side li a:after {
    content: "";
    border-radius: 0 2px 2px 0;
    border: solid transparent;
    border-width: 1px 1px 1px 0;
    position: absolute;
    top: 1px;
    left: 53px;
    height: calc(100% - 1px);
    width: 0;
    opacity: 0;
    transition: all .5s;
}

ul.social-side li a {
    text-decoration: none;
}

ul.social-side li.facebook a:after {
    border-color: rgba(59, 89, 152, 1);
    background-color: rgba(59, 89, 152, .1);
}

ul.social-side li.twitter a:after {
    border-color: rgba(51, 204, 255, 1);
    background-color: rgba(51, 204, 255, .1);
}

ul.social-side li.gplus a:after {
    border-color: rgba(221, 77, 56, 1);
    background-color: rgba(221, 77, 56, .1);
}

ul.social-side li.linkedin a:after {
    border-color: rgb(0, 102, 153);
    background-color: rgba(0, 102, 153, 0.12);
}

.follow-title {
    margin-bottom: 4px;
    font-size: 19px;
    color: #3b5998;
}

.whitepaper-page-header {
    background: url(../images/paper-bg.png);
    background-size: cover;
    background-position: center;
    padding: 90px 0px;
    color: #1d2755;
}

    .whitepaper-page-header.page-header h1 {
        margin-bottom: 15px;
        font-weight: 600;
    }

    .whitepaper-page-header.page-header p {
        text-transform: none;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 500;
    }

.whhitepaper-wrapper {
    padding: 190px 0px 0;
    max-width: 1600px;
    margin: 0 auto;
}

.paper-box {
    background: #282828;
    text-align: center;
    transition: 0.5s;
    padding: 0px 60px;
    margin-bottom: 130px;
}

.paper-details {
    background: #fff;
    top: -60px;
    position: relative;
}

    .paper-details:before {
        width: 6px;
        height: calc(100% - 6px);
        background: #1d2755;
        content: '';
        display: block;
        position: absolute;
        right: -6px;
        top: 6px;
    }

    .paper-details:after {
        width: 100%;
        height: 6px;
        background: #1d2755;
        content: '';
        display: block;
        position: absolute;
        bottom: -6px;
        left: 6px;
    }

.paper-img-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    height: 250px;
    animation: close-corner .7s steps(7) forwards;
    width: 78px;
    top: 0;
    z-index: 9;
    right: 0;
}

.paper-img-wrapper:hover:after {
    transition: 0.5s;
    animation: open-corner .7s steps(7) forwards;
}

@keyframes open-corner {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -633px 0;
    }
}

@keyframes close-corner {
    0% {
        background-position: -633px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.paper-img-wrapper img {
    width: 100%;
}

.paper-title {
    font-size: 25px;
    background: #1d2755;
    color: #fff;
    padding: 30px;
    min-height: 260px;
    margin-top: -114px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    z-index: 1;
    position: relative;
    margin-right: 50px;
    text-align: left;
    border-radius: 0 10px 10px 0;
}

    .paper-title:hover, .download-box:hover {
        color: #fff;
        text-decoration: none;
    }

.paper-box:hover {
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 40px #d2d2d2;
}

    .paper-box:hover .download-box {
        color: #1d2755;
    }

.download-box {
    color: #fff;
    position: relative;
    top: -27px;
    display: block;
    padding-bottom: 25px;
    font-size: 19px;
}

.logo-prolink-bottom {
    width: 200px;
    padding: 30px 0;
}

.page-header-nav {
    background: url(../images/bg-pageheader.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px;
    color: #fff;
    padding-right: calc(100% - 50%);
}

    .page-header-nav h1 {
        font-size: 35px;
        font-weight: 600;
    }

.tp-nav a {
    color: #fff;
}

.tp-nav {
    margin-bottom: 20px;
}

.form-section {
    padding: 50px 80px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.f-wrapper {
    width: 500px;
    text-align: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px #00000066;
    padding: 50px 30px;
    position: relative;
    margin-top: -231px;
    min-width: 460px;
}

.doc-tt {
    font-size: 22px;
    color: #1d2755;
    font-weight: 600;
}

    .doc-tt:after {
        display: block;
        content: '';
        width: 60px;
        background: #1d2755;
        height: 3px;
        margin-top: 10px;
        margin-left: 2px;
    }

.docs-point {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}

    .docs-point li {
        margin-bottom: 25px;
        padding-left: 37px;
        background: url(../images/tick-inside-circle.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 23px;
    }

.left-content {
    width: calc(100% - 500px);
    padding-right: 150px;
}

.form-line {
    font-size: 15px;
    color: #a1a1a1;
    margin: 0;
    text-align: center;
}

.f-tt {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0 35px 0;
    color: #87b900;
    text-align: center;
}

.form-submit {
    width: 100%;
    height: 60px;
    color: #fff;
    border: 1px solid #e5ff9f;
    background: #87b900;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.inputs-wrapper input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 7px;
    border: 2px solid #d8d8d8;
}

.inputs-wrapper input {
    outline: none;
    box-shadow: none;
}

.container-1500 {
    max-width: 1800px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.a-start {
    align-items: flex-start;
}

.thankyou-section {
    height: 84.3vh;
    min-height: 600px;
    width: 100%;
    background: #f5f7ff;
}

.thanks-you-inner {
    max-width: 600px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 64px rgba(101, 101, 101, 0.47);
}

.icon-box {
    background: #23b67f;
    padding: 35px 0;
}

    .icon-box .like-wrapper img {
        width: 70px;
    }

    .icon-box .like-wrapper {
        padding: 25px;
        background: #f9fafb;
        border-radius: 59%;
        display: inline-block;
    }

.thank-you-content {
    padding: 50px 20px;
    background: #fff;
    color: grey;
}

    .thank-you-content h6 {
        font-size: 39px;
        color: #23b67f;
        font-weight: 600;
        margin-bottom: 20px;
    }

.click-here-link {
    color: #1d2755;
    font-weight: 600;
    margin-right: 2px;
}

a:hover {
    text-decoration: none;
}

.r-btn {
    margin: 10px;
    display: inline-block;
    background: #23b67f;
    color: #fff;
    padding: 8px 20px;
    border-radius: 34px;
    margin-top: 20px;
    transition: 0.4s;
}
/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

.thank-you-content .ham-social-media {
    margin: 25px 0 0;
}

.r-btn:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}

.thank-you-content .ham-social-media ul li a {
    background: #23b67f;
}

.thank-you-content .ham-social-media ul {
    padding: 0px;
    margin: 0px;
}

@media (max-width:1550px) {
    .post-grid {
        padding: 70px 50px;
    }
}

@media (max-width:1500px) {
    .whhitepaper-wrapper {
        max-width: 1200px;
    }

    .paper-box {
        padding: 0px 30px;
    }

    .paper-title {
        font-size: 21px;
    }

    .paper-title {
        min-height: 222px;
        margin-right: 40px;
    }
}

@media (max-width:1200px) {
    .page-header-nav {
        padding-right: 80px;
    }

    .f-wrapper {
        margin-top: 0;
    }

    .left-content {
        padding-right: 50px;
    }

    .paper-title {
        font-size: 18px;
        line-height: 32px;
    }

    .form-section {
        padding: 50px 40px;
    }
}

@media (max-width:1040px) {
    .row-paper .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:768px) {
    .whhitepaper-wrapper {
        max-width: 500px;
    }

    .row-paper .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .paper-title {
        min-height: auto;
    }
}

@media (max-width:1450px) {
    .post-details-wrapper .blog-date {
        top: -60px;
    }

    .post-details-wrapper {
        padding: 30px;
    }

    .post-grid {
        padding: 70px 30px;
    }

    .blog-description {
        font-size: 12px;
    }

    .blog-title {
        font-size: 16px;
    }

    .post-grid .col-md-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .blog-single-post {
        margin-bottom: 10px;
    }
}

@media (max-width:1170px) {
    .side-title-small {
        font-size: 18px;
    }

    .header .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-fix {
        height: 73px;
    }

    .post-box {
        padding: 30px;
    }

    .side-box {
        padding: 20px;
    }

    .navbar-brand img {
        width: 160px;
    }
}

@media (max-height:715px) {
    .menu-navigation {
        padding-top: 60px;
    }
}

@media (max-width:800px) {
    .form-section {
        flex-wrap: wrap;
    }

    .left-content {
        padding-right: 0;
        width: 100%;
        min-width: 100%;
        order: 2;
    }

    .f-wrapper {
        width: 100%;
        order: 1;
        min-width: 100%;
        margin-bottom: 50px;
    }

    .form-section {
    }

    .page-header-nav {
        padding-right: 50px;
        padding: 50px;
    }
}

@media (max-width:991px) {
    .docs-point li {
        font-size: 14px;
    }

    .page-header-nav h1 {
        font-size: 31px;
        font-weight: 500;
    }

    .form-line {
        font-size: 14px;
    }

    .f-tt {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 26px 0;
        color: #87b900;
    }

    .right-side-blog, .left-side-blog-content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .post-caption h1 {
        font-size: 23px;
    }

    .post-caption {
        margin-bottom: 30px;
    }

    .page-details-top {
        padding-top: 30px;
    }

    .menu-toggle span {
        display: block;
    }

    .navbar-collapse {
        padding: 15px 0;
        padding-bottom: 0px;
    }

    .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .hambarger-top-bar {
        text-align: right;
        padding: 9px 20px;
        border-bottom: 1px solid whitesmoke;
        font-size: 26px;
    }

    .page-header h1 {
        font-size: 22px;
    }

    .page-header {
        padding: 90px 0px;
    }

        .page-header p {
            text-transform: uppercase;
            font-size: 13px;
        }

    .header .navbar {
        padding: 16px 20px;
    }

    .menu-categories {
        width: 100%;
        float: left;
        text-align: center;
        height: calc(100vh - 80px);
        padding-top: 30px;
        overflow: auto;
    }

    .menu-navigation {
        display: none;
    }

    .hambarger-menu {
        width: 300px;
    }

    .menu-toggle {
        padding: 0px;
        margin-left: 0px;
        color: #1d2755;
        font-size: 15px !important;
        text-transform: uppercase;
    }

        .menu-toggle i {
            display: none;
        }

    .header .navbar-light .navbar-nav .n-btn {
        background: #1d2755;
        color: #fff !important;
        border-radius: 2px;
        margin-left: 0;
        padding: 10px 15px;
    }

    .copy-right {
        float: none;
        width: 100%;
    }

    .center-ul-footer {
        display: block;
        margin: 10px 0;
    }

    .social-media-footer {
        float: none;
        text-align: center;
    }
}

@media (max-width:650px) {
    .side-title-small {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:500px) {
    .page-header-nav {
        padding-right: 20px;
        padding: 20px;
    }

        .page-header-nav h1 {
            font-size: 19px;
        }

    .post-caption h1 {
        font-size: 18px;
    }

    .tp-nav {
        margin-bottom: 13px;
        font-size: 12px;
    }

    .form-section {
        padding: 30px 16px;
    }

    .f-wrapper {
        width: 100%;
        order: 1;
        min-width: 100%;
        margin-bottom: 30px;
        padding: 40px 20px;
    }

    .f-tt {
        font-size: 15px;
    }

    .form-line {
        font-size: 12px;
    }

    .inputs-wrapper input {
        width: 99%;
        height: 39px;
        padding: 0 20px;
        font-size: 13px;
        margin-bottom: 20px;
        border-radius: 3px;
        border: 1px solid #d8d8d8;
    }

    .form-submit {
        width: 100%;
        height: 48px;
        color: #fff;
        border: 1px solid #e5ff9f;
        background: #87b900;
        border-radius: 4px;
        font-size: 15px;
    }

    .docs-point li {
        font-size: 13px;
    }

    .post-box p {
        font-size: 12px;
    }

    .post-details-wrapper {
        padding: 30px 0;
    }

    .post-box {
        padding: 20px;
    }

        .post-box h3 {
            font-size: 13px;
        }

    .product-box {
        width: 100%;
    }

    .center-ul-footer li {
        font-size: 12px;
        margin: 0 6px;
    }

        .center-ul-footer li:nth-child(2):before {
            display: none;
        }

        .center-ul-footer li:nth-child(2):after {
            display: none;
        }

    footer {
        padding: 20px 0px;
    }

    .center-ul-footer {
        margin: 15px 0;
    }
}

/*Blog left social bar button*/
.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    height: 46px;
    width: 48px;
    line-height: 46px;
}

    .icon-bar a:hover {
        width: 72px;
        text-indent: 8px;
    }

.icon-bar {
    position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
}

.blog-facebook {
    background: #3B5998;
    color: white;
}

.blog-twitter {
    background: #55ACEE;
    color: white;
}

.blog-google {
    background: #dd4b39;
    color: white;
}

.blog-linkedin {
    background: #007bb5;
    color: white;
}

.blog-youtube {
    background: #bb0000;
    color: white;
}

.blog-envelope {
    background: #7d7d7d;
    color: white;
}
/*Blog left social bar button*/

/*Share button social icon for blog main page*/
#progress img {
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#progress {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.59);
}

.social_icon {
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px;
    border-radius: 3px;
    width: 0px;
    height: 30px;
    line-height: 30px !important;
    cursor: pointer;
}

    .social_icon.fa:hover {
        opacity: 0.7;
    }

    .social_icon.fa-facebook {
        background: #3B5998;
        color: white;
    }

    .social_icon.fa-twitter {
        background: #55ACEE;
        color: white;
    }

    .social_icon.fa-google {
        background: #dd4b39;
        color: white;
    }

    .social_icon.fa-linkedin {
        background: #007bb5;
        color: white;
    }

.main {
    position: absolute;
    height: 23px;
    width: 65px;
    bottom: 18px;
    right: 15px;
}

.fa.fa-share-alt1, .btn_hover2 a {
    color: #009DDC;
    text-decoration: none;
    line-height: 27px;
}

.btn_hover2 a {
    font-family: arial;
    font-weight: bold;
}

.btn_hover2 {
    position: absolute;
    top: 5px;
    right: 0;
    height: 25px;
}

.btn_hover {
    opacity: 0;
    position: absolute;
    right: -100px;
    width: 130px;
}

.main:hover {
    transition: 0.8s ease-in-out;
}

    .main:hover > .btn_hover {
        display: block;
        width: 244px;
        position: absolute;
        opacity: 1;
        right: 0px;
        transition: 0.5s ease-in-out;
    }

        .main:hover > .btn_hover .st-custom-button {
            width: 45px;
            height: 30px;
            transition: 0.5s ease-in-out;
        }

    .main:hover > .btn_hover2 {
        opacity: 0;
        transition: 0.5s ease-in-out;
    }

.blog-single-post {
    position: relative;
}

ul.social-side li.email-ico a {
    background-position: 0 -273.5px;
    color: #7d7d7d;
}

    ul.social-side li.email-ico a:after {
        border-color: #7d7d7d;
        background-color: rgb(125, 125, 125, 0.12);
    }
/*Share button social icon for blog main page*/
.btnsend {
    padding: 0px 0 !important;
    line-height: 12px;
    background: #1d2755;
    color: #fff;
    font-size: 17px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
