/*
* ----------------------------------------------------------------------------------------
Author       : Dreambuzz
Template Name: NUman - Digital Marketing Agency Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*-------------------------------
typography
-------------------------------*/
body {
    /*font-family: "Georgia", sans-serif;*/
    /*font-family:sans-serif;*/
    font-family: "Georgia",'Times New Roman';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    /*color: #5f5f5f; */
    color: #343434;
}

body, html {
    height: 100%;
}

a {
    color: #2c2c2c;
    transition: .3s all;
}

    a:hover {
        color: #ee2d50;
    }

    a,
    a:hover,
    button,
    button:focus {
        transition: all .3s;
        text-decoration: none;
        outline: 0;
    }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 700;
    color: #283a5e;
    font-family: "sans-serif", sans-serif;
}

h1, .h1 {
    font-size: 38px;
    line-height: 44px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 22px;
    line-height: 30px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 14px;
}

p {
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "Georgia", sans-serif;
}

.form-control {
    border-color: #e8e8e8;
}

.lead {
    line-height: 26px;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: #fff !important;
}
/*-------------------------------
Common
-------------------------------*/
.section {
    padding: 20px 0px 20px 0px;
}

.section-top {
    padding-top: 90px;
}

.section-bottom {
    padding-bottom: 90px;
}

.mb-30 {
    margin-bottom: 20px;
}

.section-heading {
    margin-bottom: 20px;
}

.read-more {
    color: #ee2d50;
    transition: all .7s ease;
    text-transform: uppercase;
    letter-spacing: .5px;
}

    .read-more i {
        padding-left: 10px;
        transition: all .7s ease;
    }

    .read-more:hover {
        color: #283a5e;
    }

        .read-more:hover i {
            padding-left: 20px;
        }

/*-------------------------------
buttons
-------------------------------*/
.btn {
    /*line-height: 30px;*/
    border: 2px solid #e8e8e8;
    padding: 5px 35px;
    border-radius: 8px;
    /*text-transform: capitalize;*/
    transition: all .7s ease;
    font-family: sans-serif;
}


.btn-hero {
    background: #ee2d50;
    color: #ffffff;
    border-color: #ee2d50;
    font-family: sans-serif;
    border-radius: 50px;
    line-height: 30px;
}

    .btn-hero:hover {
        background: #2c2c2c;
        border-color: #2c2c2c;
        color: #ffffff;
    }

.btn-outline-hero:hover {
    border-color: #ee2d50;
}

.btn-hero-trans {
    background: transparent;
    color: #2c2c2c;
    border-color: #ee2d50;
    border-radius: 50px;
    line-height:30px;
}

    .btn-hero-trans:hover {
        background: #ee2d50;
        border-color: #ee2d50;
        color: #ffffff;
    }

.btn-secondary {
    background: #283a5e;
    border-color: #283a5e;
    color: #ffffff;
}

    .btn-secondary:hover {
        background: #2c2c2c;
        color: #ffffff;
    }

.btn-secondary-trans {
    background: #9FB6E3;
    border-color: #9FB6E3;
    color: #2c2c2c;
}

    .btn-secondary-trans:hover {
        background: #283a5e;
        border-color: #283a5e;
        color: #ffffff;
    }

/*-------------------------------
header
-------------------------------*/
.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #283a5e;
}

.main-navigation {
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
    transition: all .7s linear;
}

    .main-navigation .nav-link {
        font-size: 16px;
        padding-left: 20px ;
        padding-right: 20px ;
        text-transform: capitalize;
        font-weight: 700;
        letter-spacing: 0.5px;
        position: relative;
    }

    .main-navigation .btn {
        background: transparent;
        color: #2c2c2c;
        border-color: #ee2d50;
        font-family: sans-serif;
    }

.extra-nav {
    margin-right: 20px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding-left: 20px;
    padding-right: 20px;
}

    .extra-nav li a {
        padding: 20px 10px;
        font-size: 16px;
        font-family: sans-serif;
    }

.btn-sm {
    padding: 5px 18px;
    border-radius: 8px;
}

.extra-nav li a i.fa-facebook {
    color: #475993;
}

.extra-nav li a i.fa-twitter {
    color: #1da1f2;
}

.extra-nav li a i.fa-pinterest {
    color: #96101F;
}

.extra-nav li a i.fa-linkedin {
    color: #0077B7;
}

.extra-nav li a i.fa-instagram {
    color: #C21F55;
}

/*-------------------------------
banner
-------------------------------*/
.banner-padding {
    padding: 240px 0px 160px 0px;
}

.main-banner-content h1 {
    font-size: 45px;
    color: #283a5e;
}

.main-banner-content p {
    font-size: 20px;
    /*margin: 22px 0px 45px;*/
    margin: 20px 0px 20px;
    padding-right: 30px;
    line-height: 26px;
    color: #343434;
}

.main-banner-content .subtitle {
    color: #343434;
}

.btn-container {
    margin-top: 20px;
}

    .btn-container a {
        margin-right: 10px;
    }

.subtitle {
    text-transform: uppercase;
    font-size: 13px;
    color: #2c2c2c;
    font-weight: 400;
    letter-spacing: 6px;
    position: relative;
    padding-top: 10px;
}

    .subtitle:before {
        position: absolute;
        content: "";
        top: 0px;
        width: 30px;
        height: 1px;
        background: #ee2d50;
    }

/*-------------------------------
Main Content
-------------------------------*/
#intro {
    background: #FFF8F8;
}

.intro-container {
    padding: 60px 0px;
}

.intro-block {
    border-right: 1px solid #eee;
}

.no-border {
    border: 0px;
}

.intro-icon img {
    max-width: 45px;
}

.intro-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50px 3px 50px 50px;
    /*padding-top: 15px;*/
    background: #FCD7D7;
    margin-bottom: 25px;
    line-height: 80px;
}

.service-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    padding: 20px;
    border-radius: 50%;
}

.service-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    padding: 20px;
    border-radius: 50%;
    line-height: 55px;
    margin-bottom: 0px;
    transition: all 0.8s;
}

.service-block:hover .service-icon {
    background: #FCD7D7;
    margin-bottom: 30px;
    transition: all 0.8s;
}

.login-popup tr td {
    padding: 0px 0px;
    margin: 0px 0px;
    float: left;
}

.login-popup, .login-popup table {
    width: 100%;
    float: left;
}

    .login-popup tr td {
        width: 100%;
        float: left;
    }

    .login-popup table tr td {
        width: auto !important;
    }

        .login-popup table tr td:last-child {
            width: 77% !important;
        }

    .login-popup table tr:nth-child(3) td, .login-popup table tr:last-child td {
        width: 100% !important;
        text-align: center;
    }


        .login-popup table tr:last-child td a {
            font-family: sans-serif;
        }

    .login-popup table tr td label {
        line-height: 40px;
        margin-right: 15px;
        width: 90px;
        text-align: left;
        font-family: sans-serif;
    }

.intro-content {
    margin-bottom: 14px;
    font-size: 16px;
    margin-top: 10px;
        margin-left: 27px;
}

.intro-content h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.intro-content p {
    margin-bottom: 0px;
}

.about-img-block img {
    border-radius: 5px;
}

.about-content {
    position: relative;
}

    .about-content i {
        position: absolute;
        left: 0px;
        font-size: 30px;
        margin-left: 20px;
        color: #ee2d50;
        display: none;
    }

    .about-content ul {
        margin-top: 60px;
    }

        .about-content ul li {
            padding-left: 60px;
            border: 1px solid #e8e8e8;
            padding: 30px 0px 0px 30px;
            margin-bottom: 20px;
            border-radius: 5px;
            width: 42%;
            float: left;
            margin-right: 60px;
        }

.about-block span {
    font-size: 120px;
    float: left;
    font-weight: 700;
    margin-right: 15px;
}

.about-block h2 {
    padding-top: 40px;
}

.about-block p {
    float: none;
    clear: both;
    margin-top: 10px;
}

#section-services {
    background: url("../img/bg/6.jpg") no-repeat fixed 0% 0%;
    background-size: cover;
    position: relative;
    padding-top: 0px;
    margin-top: 140px;
    padding-bottom: 0px;
}

    #section-services:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(238, 45, 80, 0.6);
    }

.service-wrap {
    position: relative;
    top: -115px;
}

.service-block {
    background: #ffffff;
    padding: 45px 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: all .7s ease;
    position: relative;
    height: 100%;
}

    .service-block h4 {
        margin-bottom: 20px;
    }

    .service-block p {
        margin-bottom: 0px;
    }

    .service-block i {
        font-size: 100px;
        color: #ee2d50;
        display: inline-block;
        background: transparent;
        padding: 20px;
        width: 200px;
        height: 200px;
        border-radius: 100%;
        padding-top: 10px;
        transition: all .7s ease;
    }

    .service-block:hover {
        border-color: #283a5e;
    }

        .service-block:hover i {
            background: #FCD7D7;
            margin-bottom: 25px;
        }

.service-btm {
    font-size: 22px;
    color: #ffffff;
    margin-top: 30px;
}

    .service-btm p {
        margin-bottom: 0px;
    }

    .service-btm a {
        background: #ffffff;
        padding: 10px 40px;
        border-radius: 5px;
        font-size: 22px;
    }

#section-process {
    position: relative;
    padding-bottom: 40px;
}

.process-img-block img {
    border-radius: 5px;
}

.process-img-block .process-content {
    font-weight: 400;
    margin-top: 25px;
}

    .process-img-block .process-content span {
        font-weight: 700;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #FCD7D7;
        float: left;
        color: #2c2c2c;
        padding-top: 5px;
        margin-right: 25px;
        border-radius: 20px 20px 0px 20px;
    }

    .process-img-block .process-content p {
        font-size: 18px;
        color: #283a5e;
    }

.slick-slide {
    width: 450px;
}

.item-box {
    box-shadow: 5px 5px 10px rgba(130, 136, 147, 0.15);
    margin: 15px 15px 15px 15px;
    position: relative;
    transition: all .4s ease;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .item-box img {
        height: 525px;
        width: 100%;
        border-radius: 5px;
    }

    .item-box .item-overlay-text {
        position: absolute;
        bottom: 40px;
        padding: 14px 30px;
        background: #9FB6E3;
        margin: 0px 20px;
        border-radius: 5px;
        opacity: 0;
        transition: all .4s ease;
    }

        .item-box .item-overlay-text h5 {
            margin-bottom: 0px;
            color: #2c2c2c;
        }

    .item-box:hover .item-overlay-text {
        opacity: 1;
    }

.slick-dots {
    bottom: -50px;
}

    .slick-dots li {
        margin: 0 3px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button::before {
            font-size: 13px;
        }

.slick-active {
    color: #2c2c2c;
}

#section-statics {
    background: #FAFBFD;
    position: relative;
    padding-top: 370px;
}

    #section-statics:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        background: url("../img/bg/cst-bg1.jpg") no-repeat;
        width: 100%;
        height: 100%;
    }

.stat-content {
    padding-right: 20px;
}

    .stat-content p {
        font-size: 18px;
        margin-top: 20px;
    }

    .stat-content ul li {
        font-size: 16px;
        margin: 10px 0px;
    }

        .stat-content ul li i {
            margin-right: 15px;
            color: #ee2d50;
        }

.counter-stat {
    padding: 55px 20px;
    text-align: center;
    margin: 65px 0px 30px 0px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

    .counter-stat .counter {
        font-size: 59px;
        font-family: "Lato", sans-serif;
    }

    .counter-stat p {
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0px;
    }

.border-stat > div {
    padding: 0;
    border: 1px solid #e1e1e1;
}

#section-testimonial .section-heading {
    margin-bottom: 10px;
}

.test-content {
    text-align: center;
}

    .test-content p.lead {
        font-weight: 400;
    }

    .test-content .test-img {
        width: 70px;
        height: 70px;
        background: #FCD7D7;
        border-radius: 100%;
        margin: 15px auto 15px;
    }

        .test-content .test-img img {
            max-width: 90px;
        }

#section-pricing {
    position: relative;
    z-index:0;
}

    #section-pricing .section-heading {
        position: relative;
        z-index: 3;
    }

        #section-pricing .section-heading h5 {
            color: #ffffff;
        }

        #section-pricing .section-heading h2 {
            color: #ffffff;
        }

    #section-pricing:after {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        background: url("../img/bg/5.jpg") no-repeat fixed 50% 50%;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    #section-pricing:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        background: rgba(40, 58, 94, 0.6);
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.pricing-table {
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    padding: 40px 15px 40px 15px;
    border-radius: 5px;
    border-top: 3px solid transparent;
    transition: all .7s ease;
    background: #fff;
    z-index: 2;
    position: relative;
    /*height: 100%;*/
    height:99%;
    font-family:sans-serif, Arial;
}

    .pricing-table .pricing-header {
        margin-bottom: 0px;
    }

        .pricing-table .pricing-header h6 {
            /*text-transform: capitalize;*/
            /*font-size: 13px;*/
            font-weight: 400;
        }

        .pricing-table .pricing-header h2 {
            font-size: 60px;
            margin-top: 15px;
            letter-spacing: -3px;
            position: relative;
        }

            .pricing-table .pricing-header h2 small {
                font-size: 24px;
                color: #cfcfcf;
                font-size: 24px;
                position: absolute;
                top: -10px;
                margin-left: 0px;
            }

        .pricing-table .pricing-header h4 {
            font-size: 30px;
            font-weight: 400;
            text-transform: capitalize;
        }

    .pricing-table .pricing-feature {
        /*margin: 40px 0px 50px;*/
    }

        .pricing-table .pricing-feature li {
            margin: 10px 0px;
            color: #828893;
            line-height: 20px;
            text-align: left;
        }

    .pricing-table:hover {
        border-top: 3px solid #ee2d50;
    }

        .pricing-table:hover a.btn-outline-hero {
            background: #ee2d50;
            color: #ffffff;
            border-color: #ee2d50;
        }

    .pricing-table.active {
        border-top: 3px solid #ee2d50;
    }

.pricing-feature.basic li:nth-child(2n) {
    text-decoration: line-through;
}

#section-blog {
    position: relative;
}

    #section-blog:before {
        position: absolute;
        content: "";
        right: 0px;
        top: 50px;
        width: 38%;
        height: 100%;
        background: url("../img/bg/p1.png") no-repeat;
    }

.single-blog img {
    border-radius: 5px;
}

.single-blog .learn-more {
    color: #ee2d50;
}

.blog-meta {
    margin-top: 30px;
    margin-bottom: 15px;
}

    .blog-meta span {
        font-size: 16px;
    }

    .blog-meta .post-date {
        position: relative;
    }

        .blog-meta .post-date i {
            margin-right: 10px;
            color: #283a5e;
        }

        .blog-meta .post-date:before {
            content: "/";
            display: inline-block;
            position: absolute;
            top: -2px;
            right: -15px;
        }

    .blog-meta .post-cat {
        margin-left: 20px;
    }

.blog-text {
    margin-top: 10px;
}

    .blog-text a {
        margin-bottom: 20px;
        display: block;
    }

.share-links {
    margin-top: 50px;
}

#section-cta {
    background: #fafbfd;
    position: relative;
}

    #section-cta:before {
        position: absolute;
        content: "";
        right: 0px;
        top: 0px;
        width: 46%;
        height: 100%;
        background: url("../img/bg/cta-bg.jpg") no-repeat;
        background-size: cover;
    }

.cta-content .form-control {
    height: 70px;
    margin-bottom: 30px;
}

/*-------------------------------
inner pages
-------------------------------*/
.page-banner .banner-padding {
    padding: 245px 0px 110px;
}

    .page-banner .banner-padding h6 {
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .page-banner .banner-padding h1 {
        margin: 10px 0px 10px;
    }

    .page-banner .banner-padding ul li {
        font-size: 16px;
        text-transform: capitalize;
    }

        .page-banner .banner-padding ul li:last-child {
            position: relative;
            padding-left: 20px;
            color: #ee2d50;
        }

            .page-banner .banner-padding ul li:last-child:before {
                content: "/";
                display: inline-block;
                position: absolute;
                top: 0px;
                left: 0px;
            }

.page-image {
    background: #eee;
    position: relative;
    background: url("../img/banner/banner-4.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 351px;
}

.page-service-image {
    background: #eee;
    position: relative;
    background: url("../img/banner/6.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 351px;
}

.benefits-image {
    background: #eee;
    position: relative;
    background: url("../img/banner/benefits.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 351px;
}

.feature-image {
    background: #eee;
    position: relative;
    background: url("../img/banner/feature.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 400px;
}

.page-blog-image {
    background: #eee;
    position: relative;
    background: url("../img/banner/blog-2.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 400px;
}

.page-contact-image {
    background: #eee;
    position: relative;
    background: url("../img/banner/cta-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 400px;
}

.mb50 {
    margin-bottom: 65px;
}

.pagination-links {
    border: 1px solid #e8e8e8;
    margin-bottom: 60px;
    padding: 10px 30px;
}

    .pagination-links ul {
        margin-bottom: 0px;
    }

    .pagination-links li {
        padding: 7px;
        font-size: 16px;
        color: #2c2c2c;
        font-weight: 700;
    }

        .pagination-links li i {
            margin: 0px 5px;
        }

        .pagination-links li:last-child a, .pagination-links li:first-child a {
            background: transparent;
        }

#blog-single {
    padding: 40px 0px;
}

.large-blog .blog-text {
    margin-top: 0px;
}

.large-blog p.lead {
    color: #2c2c2c;
    font-weight: 400;
}

.large-blog .single-blog-meta {
    margin-bottom: 25px;
}

    .large-blog .single-blog-meta span {
        font-size: 16px;
        margin-right: 20px;
    }

        .large-blog .single-blog-meta span i {
            color: #ffffff;
            margin-right: 10px;
            width: 30px;
            height: 30px;
            background: #283a5e;
            text-align: center;
            line-height: 27px;
            border-radius: 2px;
        }

blockquote.blog-quote {
    color: #2c2c2c;
    font-size: 20px;
    padding: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    border-left: 2px solid #ee2d50;
}

.comment-box {
    margin-top: 100px;
}

    .comment-box .comment-form {
        margin-top: 30px;
    }

    .comment-box .form-group {
        margin-bottom: 1.2rem;
    }

    .comment-box h4 {
        margin-bottom: 10px;
    }

#nav-pagination {
    margin-bottom: 30px;
    margin-top: 50px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px 0px;
}

    #nav-pagination .pagination-prev a, #nav-pagination .pagination-next a {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

        #nav-pagination .pagination-prev a i {
            margin-right: 20px;
        }

    #nav-pagination .pagination-next {
        float: right;
    }

        #nav-pagination .pagination-next a i {
            margin-left: 20px;
        }

.sidebar-block {
    margin-bottom: 30px;
}

.search-form {
    position: relative;
}

    .search-form .btn {
        position: absolute;
        right: 2px;
        top: 2px;
        border-radius: 5px;
    }

.category {
    border: 1px solid #e8e8e8;
    padding: 25px 20px;
}

    .category h5 {
        margin-bottom: 20px;
    }

    .category a {
        margin: 5px 0px;
        border-bottom: 1px solid #e8e8e8;
        display: inline-block;
        color: #2c2c2c;
    }

.tags a {
    padding: 3px 7px;
    margin: 0px 3px 5px 0px;
    background: #FCD7D7;
    border-radius: 3px;
    display: inline-block;
}

.download a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
    margin-bottom: 10px;
    background: #f0f0f0;
}

    .download a i {
        margin-right: 10px;
        color: #ee2d50;
    }

.form-control {
    height: 50px;
    transition: all .3s ease;
}

    .form-control:focus, .form-control:hover {
        box-shadow: none;
        border-color: #ee2d50;
    }

.contact-info-block {
    margin-bottom: 50px;
}

    .contact-info-block h5 {
        margin-bottom: 20px;
        color: #ee2d50;
    }

    .contact-info-block ul li {
        margin: 10px 0px 15px 0px;
        color: #777;
        font-size: 16px;
        text-transform: capitalize;
        font-family: sans-serif;
        float: left;
        width: 100%;
        line-height: 37px;
    }

        .contact-info-block ul li:last-child {
            line-height: 24px;
        }

        .contact-info-block ul li i {
            margin-right: 15px;
            font-size: 16px;
            color: #283a5e;
            width: 40px;
            height: 40px;
            border: 1px solid #e8e8e8;
            text-align: center;
            padding-top: 10px;
            border-radius: 100%;
            float: left;
        }

.contact-form {
    background: #f0f0f0;
    padding: 40px 20px 15px 20px;
}

    .contact-form .form-control {
        border-radius: 0px;
    }

    .contact-form .form-group {
        margin-bottom: 1.2rem;
    }

    .contact-form ::placeholder {
        color: #2c2c2c;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.intro-block-2 {
    text-align: center;
    padding: 50px 30px 35px;
    border: 1px solid #eee;
}

    .intro-block-2 .intro-icon {
        border-radius: 5px;
        margin: 0 auto 35px;
    }

/*-------------------------------
footer
-------------------------------*/
#section-footer {
    padding: 50px 0px 30px 0px;
    background: url("../img/bg/Map.png") no-repeat top right;
}

.footer-widget h1 {
    margin-bottom: 20px;
}

.footer-widget h4 {
    margin-bottom: 25px;
}

.footer-widget ul li {
    margin: 15px 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: sans-serif;
}

    .footer-widget ul li a {
        color: #777;
    }

    .footer-widget ul li i {
        margin-right: 20px;
        color: #283a5e;
        float: left;
        margin-bottom: 30px;
        margin-top: 5px;
    }

    .footer-widget ul li p {
        margin-bottom: 0px;
        line-height: 22px;
        font-family: sans-serif;
    }

#footer-btm {
    border-top: 1px solid #e8e8e8;
    padding: 10px 0px;
}

    #footer-btm .copy {
        font-size: 16px;
        color: #2c2c2c;
        margin-bottom: 0px;
        line-height: 22px;
        font-family: sans-serif;
    }

.subscribe-form {
    margin-bottom: 70px;
}

    .subscribe-form h5 {
        margin-bottom: 35px;
        line-height: 28px;
    }

    .subscribe-form .form-control {
        height: 70px;
        margin: 20px 0px;
        position: relative;
        padding-left: 20px;
    }

    .subscribe-form a.btn {
        position: absolute;
        content: "";
        top: 69px;
        right: 20px;
        border-radius: 5px;
    }

/*# sourceMappingURL=style.css.map */


#section-services1 {
    /*background: url("../img/bg/6.jpg") no-repeat fixed 0% 0%;*/
    background-size: cover;
    position: relative;
    padding-top: 20px;
    margin-top: 140px;
    padding-bottom: 0px;
}

    #section-services1:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        /*background: rgba(238, 45, 80, 0.6);*/
    }



.margin-bottom-10 {
    margin-bottom: 10px;
}

.remove-bottom {
    margin-bottom: 0px !important;
       padding: 20px 30px;
}


/*.heading-title-new {
    font-size:36px !important;
}*/


.Downloader-nutshell-new {
    color: #425b00 !important;
    font-style: italic;
    margin-top: -34px !important;
    margin-left: 42px !important;
    color: #283a5e !important;
}



.main-banner-content-new h1 {
    font-size: 36px;
    color: #283a5e;
}

.main-banner-content-new p {
    font-size: 17px;
    margin: 22px 0px 45px;
    padding-right: 30px;
    line-height: 26px;
    color: #343434;
}

.main-banner-content-new .subtitle {
    color: #343434;
}

.intro-content-new {
    margin-bottom: 14px;
    font-size: 17px;
    margin-top: 10px;
    text-align:center;
}


.intro-icon-new {
    /* width: 80px; */
    /*height: 80px;*/
    text-align: center;
    border-radius: 50px 3px 50px 50px;
    /* padding-top: 15px; */
    /*background: #FCD7D7;*/
    margin-bottom: 25px;
    line-height: 100px;
}


.img-fluid-new {
    max-width:70% !important;
}



.service-block-new {
    /*background: #ffffff;*/
    /*padding: 45px 30px;*/
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);*/
    border: 1px solid #eee;
    transition: all .7s ease;
    position: relative;
    height: 100%;
    /*text-align:left;*/
}

    .service-block-new h4 {
        font-size:18px;
        /*margin-bottom: 20px;*/
    }

    .service-block-new p {
        margin-bottom: 0px;
    }

    .service-block-new i {
        font-size: 100px;
        color: #ee2d50;
        display: inline-block;
        background: transparent;
        padding: 20px;
        width: 200px;
        height: 200px;
        border-radius: 100%;
        padding-top: 10px;
        transition: all .7s ease;
    }

    /*.service-block-new:hover {
        border-color: #283a5e;
    }*/

        /*.service-block-new:hover i {
            background: #FCD7D7;
            margin-bottom: 25px;
        }*/

        #section-footer1  {
    padding: 10px 0px 30px 0px;
    background: url("../img/bg/Map.png") no-repeat top right;
}
.public-page-container-layout
{
   /* margin-top:50px;*/
   margin-top:10px;
}
.public-page-container {
    margin-top: 130px;
}
.public-page-container-flex {
    margin-top: 130px;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.features-access-to {
    font-weight: 600;
    color: #121212 !important;
}
.pricing-plan-type {
    margin: 10px;
}
    .pricing-plan-type .pricing-table {
        padding: 10px;
    }