/* Sujan CSS */

.inner-page-banner {
    padding: 15px 10px 15px;
    min-height: 420px;
}

.inner-page-banner .page-title h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.inner-page-banner .page-title p {
    color: #fff;
}

.inner-page-banner .banner-wrap {
    margin-top: 160px;
}

.inner-page-banner .page-quote {
    text-align: right;
    padding-top: 40px;
}

.inner-page-banner .page-quote a {
    font-size: 12px;
    border-radius: 2px;
    padding: 18px 45px 18px 35px;
    background-color: #ffeb8c;
    color: #2e2d28;
    border-bottom: 2px solid #ffe465;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
    margin-bottom: 5px;
    box-shadow: none;
    outline: none;
}

.inner-page-banner .page-quote a:hover {
    background-color: #ffe465;
    color: #2e2d28;
    border-bottom: 2px solid #ffe465;
}

.inner-page-breadcrumb {
    background-color: #f0ebe6;
    font-family: 'Raleway', sans-serif;
}

.inner-page-breadcrumb .breadcrumb {
    font-size: 11px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    padding: 10px 0px;
    margin: 0px;
    font-weight: 700;
}

.inner-page-breadcrumb li {
    color: #777777;
}

.inner-page-breadcrumb li a {
    color: #6b42bc;
}

.inner-page-breadcrumb li a:hover {
    color: #00cb8b;
}

.inner-page-breadcrumb .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.service-sec {
    padding: 80px 0;
    background: #f8f5f2;
}

.service-sec .service-wrap {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.service-icon-bg {
    background-color: #f8f5f2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 6.5;
    text-align: center;
}

.service-icon-bg img {
    vertical-align: middle;
}

.service-sec .service-wrap h2 a {
    display: block;
    color: #303136;
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 20px;
}

.service-sec .service-wrap h2 a:hover {
    color: #00cb8b;
}

.service-sec .service-wrap p {
    margin-bottom: 40px;
    color: #77787e;
}

.service-sec .service-wrap .show-more {
    position: relative;
    color: #6b42bc;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.service-sec .service-wrap .show-more:hover {
    color: #00cb8b;
}

.service-sec .service-wrap .show-more:hover:after {
    color: #00cb8b;
}

.service-sec .service-wrap .show-more:after {
    margin-left: 12px;
    font-family: FontAwesome;
    top: -2px;
    color: #6b42bc;
    content: "\f105";
    position: absolute;
}

.sv-dtlss-info {
    padding: 80px 0;
    background-color: #f8f5f2;
}

.sv-dtlss-txt .title {
    font-family: 'Source Sans Pro', sans-serif;
    color: #303136;
    line-height: 28px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
}

.sv-dtlss-txt .titletwo {
    font-family: 'Source Sans Pro', sans-serif;
    color: #303136;
    line-height: 28px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.sv-dtlss-txt a {
    color: #6b42bc;
}

.sv-dtlss-txt p {
    margin-bottom: 30px;
    color: #77787e;
}

.sv-dtlss-img {
    overflow: hidden;
    width: 100%;
    height: 290px;
}

.sv-dtlss-img img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
}

.sv-dtlss-img img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.financial-planner {
    padding: 80px;
    background: #f8f5f2;
}

.financial-planner h4 {
    color: #303136;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.financial-planner p {
    margin-bottom: 30px;
}

.financial-planner ul li {
    list-style: none;
    line-height: 28px;
}

.financial-planner ul li i {
    color: #6b42bc;
    padding-right: 15px;
}

.adice-tips {
    padding: 100px 0;
}

.adice-tips .parallax-caption {
    background-color: rgba(107, 66, 188, 0.99);
    padding: 40px;
    border-radius: 4px;
}

.adice-tips .parallax-caption h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.adice-tips .parallax-caption p {
    color: #fff;
    margin-bottom: 30px;
}

.adice-tips .parallax-caption a {
    background-color: #00cb8b;
    border: none;
    color: #fff;
    border-bottom: 2px solid #01ba80;
    padding: 12px 26px 10px 20px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
}

.adice-tips .parallax-caption a:after {
    margin-left: 5px;
    font-family: FontAwesome;
    color: #fff;
    content: "\f105";
    position: absolute;
}

.free-consult {
    padding: 80px 0;
    background: #f8f5f2;
    margin-bottom: 80px;
}

.consult-box {
    background: #fff;
    padding: 60px;
}

.consult-box h2 {
    color: #303136;
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.consult-form label {
    color: #303136;
    font-weight: normal;
    margin-bottom: 5px;
}

.consult-form span {
    color: red;
    font-size: 12px;
    text-transform: uppercase;
}

.consult-form .form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e3ddd7;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    height: 52px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
}

.consult-form textarea {
    height: 160px !important;
}

.consult-form .form-control:focus {
    border-color: #dad2cb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(220, 213, 206, .6);
}

.consult-form .form-group p {
    margin-bottom: 30px;
}

.consult-form .submit {
    background-color: #00cb8b;
    border: none;
    color: #fff;
    border-bottom: 2px solid #01ba80;
    padding: 12px 26px 10px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
    margin-bottom: 5px;
    padding-top: 18px;
    padding-bottom: 15px;
}

.consult-form .submit:hover {
    background-color: #01ba80;
    border: none;
    color: #fff;
    border-bottom: 2px solid #01ba80;
}

.consult-tesimoni {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

.consult-tesimoni .testimonial-quote {
    text-align: center;
    font-size: 40px;
    color: #e3ddd7;
    margin-bottom: 20px;
}

.consult-tesimoni .testimonial-desc {
    font-style: italic;
    text-align: center;
    color: #605e64;
    font-size: 19px;
    margin-bottom: 60px;
    margin-top: 30px;
    line-height: 29px;
}

.consult-tesimoni .testimonial-info .testimonial-name {
    color: #303136;
    margin: 0px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.consult-tesimoni .testimonial-info .testimonial-meta {
    font-size: 12px;
    color: #6b42bc;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}

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

.counts {
    padding: 80px 0;
    background: #00cb8b;
}

.countsbox {
    text-align: center;
}

.countsbox img {
    vertical-align: middle;
    margin-bottom: 30px;
}

.countsbox h2 {
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 38px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

.countsbox p {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
}

.historybox {
    height: 480px;
    overflow: hidden;
    position: relative;
}

.historybox img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
    object-fit: cover;
}

.historybox img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.historybox .historyinfo {
    padding: 36px;
    background-color: rgba(245, 245, 245, .98);
    border-radius: 2px;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 70%;
    text-align: left;
    left: 0;
    right: 0;
    margin: auto;
}

.historybox .historyinfo h2 {
    color: #00cb8b;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 30px;
    text-align: left !important;
}

.historybox .historyinfo p {
    font-size: 16px;
    font-weight: 400;
}

.corevalues {
    padding: 80px 0;
}

.corevalues-wrap {
    margin-bottom: 60px;
}

.corevalues .number-feature-block {
    margin-top: 100px;
    margin-bottom: 60px;
    position: relative;
}

.corevalues .number-feature-block .number {
    font-size: 32px;
    color: #00cb8b;
    font-weight: 800;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.corevalues .feature-content {
    padding-left: 80px;
    margin-bottom: 30px;
}

.corevalues .feature-content h1 {
    font-size: 30px;
    color: #303136;
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.corevalues .zoom-pic {
    width: 100%;
    overflow: hidden;
}

.corevalues .zoom-pic img {
    width: 100%;
    height: auto;
    transition: transform .5s;
}

.corevalues .zoom-pic img.page_library_guide_image {
    width: auto !important;
    height: 100% !important;
    transition: transform .5s;
}

.corevalues .zoom-pic.page_library_guide_zoom_pic {
    width: auto !important;
    height: 500px !important;
    overflow: hidden;
}

.corevalues .zoom-pic.page_library_guide_zoom_video {
    height: 100% !important;
    display: flex;
    align-items: center;

    & iframe {
        width: 100% !important;
        height: 100% !important;
    }

    & .video-js {
        width: 100% !important;
        height: auto !important;
    }
}

.corevalues-wrap .calendly-url-iframe {
    width: 100% !important;
    height: 800px !important;
}

.fintello_dynamic_container .corevalues-wrap:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}


#optinFormModal {
    & .form1-submit-btn {
        height: 35px !important;
        text-transform: uppercase !important;
        font-weight: 500px;
        line-height: 1 !important;
        border: none !important;
    }

    & .optin-form-modal .modal-dialog .modal-content .modal-body .form-group label {
        margin-top: 4px;
        margin-bottom: 0px;
    }

    & .ui-datepicker {
        z-index: 1055 !important;
    }
}

.corevalues .zoom-pic img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.advisors-wrap {
    padding: 80px 0;
}

.advisors-wrap .team-img {
    margin-bottom: 30px;
}

.advisors-wrap .conttactinfo {
    text-align: left;
    margin-bottom: 35px;
}

.advisors-wrap .conttactinfo h2 {
    text-align: left;
    color: #303136;
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 20px;
}

.advisors-wrap .conttactinfo ul {
    padding: 0;
    margin: 0;
}

.advisors-wrap .conttactinfo ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #77787e;
}

.advisors-wrap .conttactinfo ul li i {
    color: #00cb8b;
    padding-right: 20px;
}

.advisors-wrap .social-advisor li i {
    color: #797a81 !important;

}

.advisor-dtls h2 {
    font-size: 20px;
    color: #303136;
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
}

.advisor-dtls .lead {
    font-size: 20px;
    color: #303136;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}

.advisor-dtls p {
    margin-bottom: 30px;
}

.advisor-dtls .quafication ul li {
    list-style: none;
}

.advisor-dtls .quafication ul li i {
    color: #00cb8b;
    font-size: 14px;
    padding-right: 15px;
}

.contactus .testimonial-name {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.contactus ul.listnone.contact li {
    list-style: none;
    color: #77787e;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.contactus ul.listnone.contact li svg {
    position: absolute;
    left: 0;
    top: 5px;
}

.section-map {
    width: 100%;
    height: 400px;
}

.annual-report {
    background: #f8f5f2;
    padding: 80px 0;
}

.reportbox {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px;
}

.reportbox .reportinfo h2 {
    font-size: 20px;
    color: #303136;
    margin: 0px;
    margin-bottom: 6px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.reportbox .reportinfo h2 span {
    color: #2a3489;
}

.reportbox .reportinfo p span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}

.reportbox .reportinfo .dwnld-pdf {
    background-color: #00cb8b;
    border: none;
    color: #fff;
    border-bottom: 2px solid #01ba80;
    padding: 12px 26px 10px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
}

.reportbox .reportinfo .dwnld-pdf:hover {
    background-color: #01ba80;
    border: none;
    color: #fff;
    border-bottom: 2px solid #01ba80;
}

.quarter-report {
    padding: 80px 0;
    background: #f8f5f2;
}

.quarter-report .report-box {
    padding: 40px;
    background-color: #fff;
}

.quarter-report .report-box h2 {
    border-bottom: 2px solid #e8e3df;
    padding-bottom: 27px;
    font-size: 20px;
    color: #303136;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.quarter-report .report-box h2 span {
    font-size: 16px;
    color: #2a3489;
    font-weight: 600;
}

.report-box .pdf-icon {
    float: left;
    color: #f22626;
    font-size: 16px;
    line-height: 1;
}

.report-box .quarter-year {
    margin-left: 25px;
}

.report-box .quarter-year h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #303136;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.report-box .report-meta {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.report-box .report-meta span {
    padding-right: 10px;
}

.report-box .report-download a {
    font-size: 11px;
    padding: 7px 18px 7px;
    background-color: #00cb8b;
    border: none;
    color: #fff;
    border-bottom: 2px solid #01ba80;
    border-radius: 2px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
    margin-bottom: 5px;
}

.report-box .report-download a:hover {
    background-color: #01ba80;
    border: none;
    color: #fff;
    border-bottom: 2px solid #01ba80;
}

.service-block-wrap .case-meta {
    font-size: 12px;
    color: #797a81;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 10px;
}

.service-block-wrap .case-meta .case-category a {
    color: #2d2a31;
    padding-left: 10px;
}

.service-block-wrap .case-meta .case-category a:hover {
    color: #00cb8b;
}

.casestudy-box {
    padding: 40px;
    background: #fff;
    margin-bottom: 30px;
}

.casestudy-wrap {
    padding: 80px 0;
}

.casestudy-box h2 a {
    color: #313036;
    font-size: 30px;
    line-height: 38px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.casestudy-box h2 a:hover {
    color: #00cb8b;
}

.casestudy-box .case-meta {
    font-size: 12px;
    color: #797a81;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.casestudy-box .case-meta .case-category a {
    color: #6b42bc;
    padding-left: 10px;
}

.casestudy-box .case-meta .case-category a:hover {
    color: #00cb8b;
}

.casestudy-box .readmore {
    display: inline-block;
    background-color: #00cb8b;
    color: #fff;
    border-bottom: 2px solid #01ba80;
    padding: 12px 15px 12px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.casestudy-box .dwnldpdf {
    display: inline-block;
    background-color: #ffeb8c;
    color: #2e2d28;
    border-bottom: 2px solid #ffe465;
    padding: 12px 15px 12px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
}

.casestudy-cat {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

.casestudy-cat h2 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 34px;
    color: #303136;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.casestudy-cat ul {
    padding: 0;
}

.casestudy-cat li {
    list-style: none;
    padding-bottom: 5px;
}

.casestudy-cat li a {
    color: #747a79;
}

.estate-planning {
    padding: 80px 0;
}

.why-planning {
    background-color: #fff;
    padding: 40px;
}

.why-planning ul li {
    list-style: none;
    padding-bottom: 5px;
}

.why-planning ul li svg {
    margin-right: 10px;
}

.why-planning .estateplan .planinfo h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.why-planning .estateplan {
    margin: 0;
    margin-bottom: 60px;
}

.estateplan {
    margin-top: 30px;
    margin-bottom: 30px;
}

.estateplan .planinfo h5 {
    text-transform: uppercase;
}

.protect-legecy {
    padding: 100px 0;
}

.protect-legecy h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.protect-legecy p {
    color: #fff;
    margin-bottom: 30px;
}

.protect-legecy a {
    display: inline-block;
    background-color: #6840b3;
    color: #fff;
    border: none;
    border-bottom: 2px solid #5b35a8;
    padding: 12px 15px 12px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.protect-legecy a:hover {
    background-color: #593798;
    border-bottom: 2px solid #593798;
}

.protect-legecy .leg-contactus {
    display: inline-block;
    background-color: #00cb8b;
    color: #fff;
    border: none;
    border-bottom: 2px solid #01ba80;
    padding: 12px 15px 12px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.protect-legecy .leg-contactus:hover {
    background-color: #01ba80;
    border-bottom: 2px solid #01ba80;
}

.including-service {
    padding: 80px 0;
    background-color: #f0ebe6;
}

.including-service .sectitle {
    text-transform: uppercase;
    margin-bottom: 60px;
}

.tax-sevvicebox {
    margin-bottom: 60px;
    position: relative;
}

.tax-sevvicebox .number {
    font-size: 30px;
    color: #00cb8b;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.tax-sevvicebox .feature-content {
    padding-left: 70px;
    margin-bottom: 30px;
}

.tax-sevvicebox .feature-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.life-events-wrap {
    margin: 40px 0 0 0 !important;
}

.life-events-wrap h5 {
    margin-bottom: 30px;
    font-family: "Source Sans 3", serif;
    font-weight: 400;
}

.life-events-wrap {}

/* sales of business page Css */

.sales-of-business {
    padding: 80px 0;
}

.sales-of-business .sales-of-business-divider {
    width: 100%;
    height: 2px;
    background: #e8e3df;
    margin-top: 40px;
    margin-bottom: 60px;
}

.sales-of-business .sales-of-businessimg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sales-of-business .sales-of-businessimg img {
    width: 100%;
    height: auto;
    transition: transform .5s;
}

.sales-of-business .sales-of-businessimg.page_library_guide_sales-of-businessimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}

.sales-of-business .sales-of-businessimg img.page_library_guide_image {
    width: auto !important;
    height: 500px !important;
    transition: transform .5s;
}

.sales-of-business .sales-of-businessimg img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}



.sales-of-business .sales-of-business-txt h3 {
    color: #00cb8b;
    text-transform: uppercase;
    font-size: 18px;
}

.sales-of-business .sales-of-business-txt h2 {
    text-transform: uppercase;
    font-size: 20px;
}

.sales-of-business .sales-of-business-txt a {
    display: inline-block;
    padding: 12px 15px 12px 20px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
}

.backto-casestudy {
    color: #6b42bc;
}

.backto-casestudy:hover {
    color: #00cb8b;
}

/* Sujan CSS end */

/* Blog Page Css Starts Here */
.sidebar .widget {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px;
}

.sidebar .widget-search {
    padding: 0;
    background-color: transparent;
}

.sidebar .widget-search .form-control {
    height: 57px;
}

.sidebar .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.sidebar .input-group .form-control:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sidebar .custom-search-input .search-query {
    padding-right: 30px;
    padding-left: 10px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    border-radius: 0px;
}

.sidebar .input-group .form-control {
    width: 100%;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: 2px solid #e3ddd7;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    height: 52px;
}

.sidebar .input-group-btn>.btn {
    position: relative;
}

.sidebar .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.sidebar .custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 17px;
    position: relative;
    left: -10px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #797a81;
}

.sidebar .widget-search .input-group-btn:last-child>.btn {
    margin-left: -32px;
}

.sidebar .input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.sidebar .widget-title {
    margin-bottom: 30px;
    line-height: 34px;
    text-transform: uppercase;
}

.sidebar .tagcloud ul,
.sidebar .widget-archive ul,
.sidebar .widget-categories ul {
    list-style: none;
    padding-left: 0;
}

.sidebar .widget-categories ul li,
.widget-archive ul li {
    position: relative;
    padding-left: 24px;
    line-height: 1.8;
}

.sidebar .widget-categories ul li a,
.widget-archive ul li a {
    color: #747a79;
}

.sidebar .widget-categories ul li:before,
.widget-archive ul li:before {
    margin-right: 10px;
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    font-size: 13px;
    color: #00CB8B;
    content: "\f101";
}

.sidebar .widget-recent-entries h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.sidebar .post-title {
    color: var(--bs-heading-color);
    line-height: 28px;
}

.sidebar .meta {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #747179;
    line-height: 16px;
    background-color: transparent;
    border-top: 0;
    text-align: start;
    padding: 0;
}

.sidebar .tagcloud ul,
.sidebar .widget_archive ul,
.sidebar .widget_categories ul {
    list-style: none;
    padding-left: 0;
}

.sidebar .tagcloud ul,
.sidebar .widget_archive ul,
.sidebar .widget_categories ul {
    list-style: none;
    padding-left: 0;
}

.sidebar .tagcloud ul li {
    display: inline;
}

.sidebar .tagcloud ul li a {
    background-color: #e0dad2;
    text-transform: uppercase;
    border-radius: 2px;
    color: #747179;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #d9d5d0;
}

.related-post-title,
.prev-next-title {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 12px;
}

.post-link {
    color: var(--bs-heading-color);
}

.well-default .meta {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #747179;
    line-height: 16px;
    background-color: transparent;
    border-top: 0;
    text-align: start;
    padding: 0;
}

.prev-next-post a {
    color: var(--bs-heading-color);
}

.prev-next-post {
    margin-bottom: 60px;
    margin-top: 60px;
}

.related-post-title,
.prev-next-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.btn-default {
    background-color: #00CB8B;
    border: none;
    color: var(--bs-white);
    border-bottom: 2px solid #01BA80;
}

.btn-default:hover {
    background-color: #00CB8B;
    color: var(--bs-white);
    border-bottom: 2px solid #01BA80;
}

.next-block {
    text-align: right;
}

.author-post {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 60px;
}

.author-info a {
    color: var(--bs-heading-color);
}

.author-post .btn-secondary {
    background-color: #ffeb8c;
    color: #2e2d28;
    border-bottom: 2px solid #ffe465;
    border: 0;
}

.comments-area {
    background-color: #fff;
    padding: 30px;
}

.comments-area .comments-title {
    margin-bottom: 50px;
}

.comments-area label.control-label {
    color: #303136;
    font-weight: normal;
}

.comments-area .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.comments-area .form-group {
    margin-bottom: 15px;
}

.comments-area textarea.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e3ddd7;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.comments-area textarea.form-control {
    height: auto;
}

.comments-area .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.comments-area input.form-control {
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e3ddd7;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    height: 52px;
}

/* Blog Page Css Ends Here */