/**
/* table of content
/* 1. font-face
/* 2. header
/* 3. Slider
/* 4. Blog Inner
/* 5. 404 Page
/* 6. Home New Design
/* 7. GDPR BAR test
/* 8. Response Feedback
/* 9. Blog Revamp 2019
/* 10. Gutenberg Block Textbox with Link
/* 11. Gutenberg Faq Block
/* 12. Announcement CTA
/* 13. Pricing Widget

*/

/* @import url("global_header.css");
@import url("global_footer.css"); */

/*@section 1.  Font Face*/

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima/proxima-nova-extrabold.woff") format("woff"),
        url("../fonts/proxima/proxima-nova-extrabold.woff2") format("woff2"),
        url("../fonts/proxima/proxima-nova-extrabold.otf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima/proxima-nova-regular.eot");
    src: url("../fonts/proxima/proxima-nova-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proxima/proxima-nova-regular.woff") format("woff"),
        url("../fonts/proxima/proxima-nova-regular.ttf") format("truetype"),
        url("../fonts/proxima/proxima-nova-regular.svg#proxima-nova-regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima/proxima-nova-bold.eot");
    src: url("../fonts/proxima/proxima-nova-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proxima/proxima-nova-bold.woff") format("woff"),
        url("../fonts/proxima/proxima-nova-bold.ttf") format("truetype"),
        url("../fonts/proxima/proxima-nova-bold.svg#proxima-nova-bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima/proxima-nova-light.eot");
    src: url("../fonts/proxima/proxima-nova-light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proxima/proxima-nova-light.woff") format("woff"),
        url("../fonts/proxima/proxima-nova-light.ttf") format("truetype"),
        url("../fonts/proxima/proxima-nova-light.svg#proxima-nova-light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proxima/proxima-nova-semibold.eot");
    src: url("../fonts/proxima/proxima-nova-semibold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/proxima/proxima-nova-semibold.woff") format("woff"),
        url("../fonts/proxima/proxima-nova-semibold.ttf") format("truetype"),
        url("../fonts/proxima/proxima-nova-semibold.svg#proxima-nova-semibold") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Source Serif */
@font-face {
    font-family: "source_serif";
    src: url("../fonts/sourceserif/sourceserifpro-regular-webfont.woff2") format("woff2"),
        url("../fonts/sourceserif/sourceserifpro-regular-webfont.woff") format("woff"),
        url("../fonts/sourceserif/sourceserifpro-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "source_serif";
    src: url("../fonts/sourceserif/SourceSerifPro-Semibold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/sourceserif/SourceSerifPro-Semibold.woff") format("woff"),
        url("../fonts/sourceserif/SourceSerifPro-Semibold.ttf") format("truetype"),
        url("../fonts/sourceserif/SourceSerifPro-Semibold.svg#SourceSerifPro-Semibold") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "source_serif";
    src: url("../fonts/sourceserif/sourceserifpro-bold-webfont.woff2") format("woff2"),
        url("../fonts/sourceserif/sourceserifpro-bold-webfont.woff") format("woff"),
        url("../fonts/sourceserif/sourceserifpro-bold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*@section 2.  Header*/

body {
    color: #7e8890;
    font-size: 15px;
    /*font-family: 'source_serif', Helvetica,Arial,sans-serif;*/
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body.single-post {
    /*font-family: source_serif,Helvetica,Arial,sans-serif;*/
}

.pull-wide {
    float: left;
    width: 100%;
}

.clear-fix {
    clear: both;
    overflow: hidden;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.cw-glb-btn {
    display: inline-block;
    color: #192072 !important;
    font-size: 15px;
    font-weight: 700;
    background-color: #09ebaf;
    border-radius: 6px !important;
    padding: 10px 24px;
    border: 2px solid #09ebaf;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease-in-out;
}

.cw-glb-btn:hover,
.cw-glb-btn:focus,
.cw-glb-btn:active {
    background-color: #74ffda !important;
    border-color: #74ffda !important;
}

.cw-glb-btn2 {
    color: #42526e !important;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    border-radius: 6px;
    border: 2px solid #09ebaf;
    text-transform: uppercase;
    padding: 10px 18px;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.cw-glb-btn2:hover,
.cw-glb-btn2:focus,
.cw-glb-btn2:active {
    color: #192072 !important;
    background-color: #09ebaf !important;
}

/*@section 3. Slider*/
.blg-slide {
    min-height: 560px;
    padding: 160px 0 20px;
}

#blg-slide-1 {
    background: url("../img/blog-slide1.jpg") left top #263a62;
}

.blg-slide-disc-wrap {
    text-align: center;
    margin-top: 4px;
}

.blg-slide-disc-wrap span {
    display: block;
    color: #aaafbb;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.blg-slide-disc-wrap h2,
.post_title {
    color: #fcfcfc;
    font-size: 45px;
}

.blg-slide-disc-wrap p {
    color: #fcfcfc;
    font-size: 18px;
    margin: 18px 0 55px 0;
}

.blg-slide-disc-wrap .btn-success {
    color: #ffffff;
    font-size: 18px;
    width: 160px;
    height: 50px;
    padding: 0 10px;
    line-height: 47px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

#blg-slider-sec {
    z-index: 100;
    position: relative;
    background: #000;
}

#blg-slider-sec .carousel-indicators {
    /*bottom: -17px;*/
}

.blg-slide-disc-wrap .btn-success:hover {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff !important;
}

.blg-slide-disc-wrap .btn-success:focus {
    outline: none;
}

#blg-slider-sec .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.25);
    border: 0;
    width: 12px;
    height: 12px;
    margin: 0;
}

#blg-slider-sec .carousel-indicators .active {
    background-color: #fff;
}

#blg-catg-sec {
    padding: 0px 0 60px 0;
}

#blg-catg-sec.blg-catg-sec-srch {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blg-catg-sec-srch .no-post-cntnt {
    position: relative;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.blg-catg-sec-srch .no-post-cntnt .img-wrap {
    position: absolute;
    left: 0;
}

.blg-catg-sec-srch .no-post-cntnt .cntnt {
    float: left;
    margin-left: 175px;
    padding-top: 60px;
}

.blg-catg-sec-srch .no-post-cntnt .cntnt h1 {
    font-size: 40px;
    color: #1f2d3d;
    margin: 0;
}

.blg-catg-sec-srch .no-post-cntnt .cntnt p {
    font-size: 18px;
    color: #1f2d3d;
    margin: 0;
}

.blg-main-catg {
    background: #fff;
    /*margin-bottom: 40px;*/
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.20);*/
    /*-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);*/
    /*-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);*/
    /*-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);*/
    z-index: 99;
    border: 1px solid #cccccc;
    /*position: fixed;*/
    /*top:81px;*/
    /*transition: top .3s ease;*/
}

.hm-ftrd-pst {
    margin-top: 110px;
}
.cw-athr-cont {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.blg-main-catg.blg-main-catg-stick {
    top: 50px;
}

.blg-main-catg ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blg-main-catg ul {
    min-width: 140px;
}

.hm-ftrd-pst .blg-ctg-cntnt,
.blg-rcnt-pst .blg-ctg-cntnt,
.cw-athr-wrap .blg-ctg-cntnt,
.search-results .blg-ctg-cntnt,
.cw-cat-wrap .blg-ctg-cntnt {
    width: 94%;
    border: 1px solid #cccccc;
    padding: 23px 22px 15px 22px;
    margin: 0 auto !important;
    position: relative;
    top: -20px;
    min-height: 250px;
}

.hm-ftrd-pst .blg-ctg-cntnt .blg-cat-wrap,
.blg-rcnt-pst .blg-ctg-cntnt .blg-cat-wrap,
.cw-athr-wrap .blg-ctg-cntnt .blg-cat-wrap,
.search-results .blg-ctg-cntnt .blg-cat-wrap,
.cw-cat-wrap .blg-ctg-cntnt .blg-cat-wrap {
    display: inline-block;
    width: 100%;
    min-height: 50px;
}

.blg-ctg-box,
.blg-rcnt-pst .blg-ctg-box {
    margin-bottom: 40px;
}

.hm-ftrd-pst .blg-ctg-box h2,
.blg-rcnt-pst .blg-ctg-cntnt h2,
.cw-athr-wrap .blg-ctg-cntnt h2,
.search-results .blg-ctg-cntnt h2,
.cw-cat-wrap .blg-ctg-cntnt h2 {
    font-size: 24px;
    color: #1f2d3d;
    line-height: 28px;
    max-height: 85px;
    overflow: hidden;
    margin: 0px 0 30px;
}

.dwnld-book-wrap {
    background-color: #2a3683;
    padding: 30px 0 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.dwnld-book-wrap h3 {
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.dwnld-book-wrap h4 {
    font-size: 31px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}

.dwnld-book-wrap img {
    margin: 25px auto;
}

.dwnld-book-wrap a.dwnld-btn {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 6px 20px;
    background-color: transparent;
    border: 2px solid #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.dwnld-book-wrap a.dwnld-btn:hover,
.dwnld-book-wrap a.dwnld-btn:focus {
    color: #1f2d3d;
    text-decoration: none;
    background-color: #ffffff;
}

.blg-main-catg ul li {
    float: left;
    /*width: 16.66666667%;*/
}

.blg-main-catg ul li a {
    padding: 17px 19px;
    display: block;
    text-align: center;
    color: rgba(3, 27, 78, 0.7) !important;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.blg-main-catg ul li a:hover {
    color: #2e39bf !important;
    background-color: transparent;
}

.blg-main-catg ul li a:focus {
    outline: none;
    background-color: transparent;
}

.active-catg,
.blg-main-catg ul li.current-menu-item,
.blg-main-catg ul li.current-category-ancestor {
    color: #1c50cb;
    background-color: transparent;
}

.blg-main-catg ul li.active-catg a,
.blg-main-catg ul li.current-menu-item > a,
.blg-main-catg ul li.current-category-ancestor a {
    color: #1c50cb;
}

.blg-catg-select-wrap {
    padding: 10px 15px;
    text-align: center;
}

.blg-catg-select-btn {
    position: relative;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 8px 30px 8px 15px;
    text-align: left;
    border-radius: 5px;
    outline: 0 !important;
}

.blg-catg-select-btn:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 5%;
    top: 12px;
    color: #a7a7a7;
    z-index: 1;
}

.active-catg-arrow {
    position: absolute;
    bottom: -3px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 99;
    display: none;
}

.active-catg .active-catg-arrow {
    /*display: block;*/
}

.blg-sub-catg-wrap-inr {
    padding: 50px 0;
    background-color: #f9fbfd;
    position: relative;
}

.cw-blog-catg-info-wrap {
    display: flex;
}

.cw-blog-catg-img-wrap {
    width: 130px;
    height: 130px;
    position: relative;
    background-color: transparent;
    flex-shrink: 0;
    margin-right: 30px;
}

.cw-blog-catg-img-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 130px;
    background-size: contain;
    flex-shrink: 0;
}

.blg-sub-catg-4749 .active-sub-catg a,
.blg-sub-catg-4749 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #39dcb1 !important;
    color: #091e42 !important;
}
.active-sub-catg a,
.sub-cat-nav a:hover,
.blg-sub-catg-4749 .active-sub-catg a {
    background-color: #39dcb1 !important;
}

.blg-sub-catg-1760 .active-sub-catg a,
.blg-sub-catg-1760 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #f46f25 !important;
    color: #f46f25;
}
.blg-sub-catg-1760 .active-sub-catg a,
.blg-sub-catg-1760 .sub-cat-nav a:hover {
    background-color: #f46f25 !important;
}
.blg-sub-catg-1760 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/magento.png");
}
.blg-sub-catg-342 .active-sub-catg a,
.blg-sub-catg-342 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #2e39bf !important;
}
.blg-sub-catg-342 .active-sub-catg a,
.blg-sub-catg-342 .sub-cat-nav a:hover {
    background-color: #2e39bf !important;
}
.blg-sub-catg-342 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/updates.png");
}
/* news category */
.blg-sub-catg-6086 .active-sub-catg a,
.blg-sub-catg-6086 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #091E42 !important;
}
.blg-sub-catg-6086 .active-sub-catg a,
.blg-sub-catg-6086 .sub-cat-nav a:hover {
    background-color: #091E42 !important;
}
.blg-sub-catg-6086 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/news.png");
}
.blg-sub-catg-1488 .active-sub-catg a,
.blg-sub-catg-1488 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #32373c !important;
}
.blg-sub-catg-1488 .active-sub-catg a,
.blg-sub-catg-1488 .sub-cat-nav a:hover {
    background-color: #32373c !important;
}
.blg-sub-catg-1488 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/wordpress.png");
}
.blg-sub-catg-1489 .active-sub-catg a,
.blg-sub-catg-1489 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #0073ba !important;
}
.blg-sub-catg-1489 .active-sub-catg a,
.blg-sub-catg-1489 .sub-cat-nav a:hover {
    background-color: #0073ba !important;
}
.blg-sub-catg-1489 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/drupal.png");
}
.blg-sub-catg-2024 .active-sub-catg a,
.blg-sub-catg-2024 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #f2534e !important;
}
.blg-sub-catg-2024 .active-sub-catg a,
.blg-sub-catg-2024 .sub-cat-nav a:hover {
    background-color: #f2534e !important;
}
.blg-sub-catg-2024 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/laravel.png");
}
.blg-sub-catg-1477 .active-sub-catg a,
.blg-sub-catg-1477 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #474a8a !important;
}
.blg-sub-catg-1477 .active-sub-catg a,
.blg-sub-catg-1477 .sub-cat-nav a:hover {
    background-color: #474a8a !important;
}
.blg-sub-catg-1477 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/php.png");
}
.blg-sub-catg-827 .active-sub-catg a,
.blg-sub-catg-827 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #2e39bf !important;
}
.blg-sub-catg-827 .active-sub-catg a,
.blg-sub-catg-827 .sub-cat-nav a:hover {
    background-color: #2e39bf !important;
}
.blg-sub-catg-827 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/interview.png");
}
.blg-sub-catg-2188 .active-sub-catg a,
.blg-sub-catg-2188 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #fdb054 !important;
}
.blg-sub-catg-2188 .active-sub-catg a,
.blg-sub-catg-2188 .sub-cat-nav a:hover {
    background-color: #fdb054 !important;
}
.blg-sub-catg-2188 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/ecommerce.png");
}
.blg-sub-catg-1476 .active-sub-catg a,
.blg-sub-catg-1476 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #1d248a !important;
}
.blg-sub-catg-1476 .active-sub-catg a,
.blg-sub-catg-1476 .sub-cat-nav a:hover {
    background-color: #1d248a !important;
}
.blg-sub-catg-1476 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/startup.png");
}
.blg-sub-catg-2892 .active-sub-catg a,
.blg-sub-catg-2892 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #fdb054 !important;
}
.blg-sub-catg-2892 .active-sub-catg a,
.blg-sub-catg-2892 .sub-cat-nav a:hover {
    background-color: #fdb054 !important;
}
.blg-sub-catg-2892 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/marketing.png");
}
.blg-sub-catg-2505 .active-sub-catg a,
.blg-sub-catg-2505 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #b764d8 !important;
}
.blg-sub-catg-2505 .active-sub-catg a,
.blg-sub-catg-2505 .sub-cat-nav a:hover {
    background-color: #b764d8 !important;
}
.blg-sub-catg-2505 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/api.png");
}
.blg-sub-catg-1485 .active-sub-catg a,
.blg-sub-catg-1485 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #b764d8 !important;
}
.blg-sub-catg-1485 .active-sub-catg a,
.blg-sub-catg-1485 .sub-cat-nav a:hover {
    background-color: #b764d8 !important;
}
.blg-sub-catg-1475 .active-sub-catg a,
.blg-sub-catg-1475 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #09ebaf !important;
}
.blg-sub-catg-1475 .active-sub-catg a,
.blg-sub-catg-1475 .sub-cat-nav a:hover {
    background-color: #09ebaf !important;
}
.blg-sub-catg-1475 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/dev-and-design.png");
}
.blg-sub-catg-1777 .active-sub-catg a,
.blg-sub-catg-1777 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #2e39bf !important;
}
.blg-sub-catg-1777 .active-sub-catg a,
.blg-sub-catg-1777 .sub-cat-nav a:hover {
    background-color: #2e39bf !important;
}
.blg-sub-catg-1777 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/agency.png");
}
.category-1475 .blg-sub-catg-1777 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/design-dev.png");
}

.blg-sub-catg-4749 .active-sub-catg a,
.blg-sub-catg-4749 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #39dcb1 !important;
    color: #091e42 !important;
}
.blg-sub-catg-4749 .sub-cat-nav a:hover,
.blg-sub-catg-4749 .active-sub-catg a {
    background-color: #39dcb1 !important;
}
.blg-sub-catg-1485 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/misc.png");
}
.blg-sub-catg-5006 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/iaas.png");
}
.category-2877 .blg-sub-catg-2877 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/woocommerce.png");
}

.blg-sub-catg-2877 .active-sub-catg a,
.blg-sub-catg-2877 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #96588a !important;
    color: #96588a;
}

.blg-sub-catg-2877 .active-sub-catg a,
.blg-sub-catg-2877 .sub-cat-nav a:hover {
    background-color: #96588a !important;
}

.blg-sub-catg-3841 .active-sub-catg a,
.blg-sub-catg-3841 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #86be3c !important;
}
.blg-sub-catg-3841 .active-sub-catg a,
.blg-sub-catg-3841 .sub-cat-nav a:hover {
    background-color: #86be3c !important;
}
.blg-sub-catg-3842 .active-sub-catg a,
.blg-sub-catg-3842 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #29b6f6 !important;
}
.blg-sub-catg-3842 .active-sub-catg a,
.blg-sub-catg-3842 .sub-cat-nav a:hover {
    background-color: #29b6f6 !important;
}
.blg-sub-catg-3840 .active-sub-catg a,
.blg-sub-catg-3840 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #f98012 !important;
}
.blg-sub-catg-3840 .active-sub-catg a,
.blg-sub-catg-3840 .sub-cat-nav a:hover {
    background-color: #f98012 !important;
}
.blg-sub-catg-5006 .active-sub-catg a,
.blg-sub-catg-5006 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #08ebae !important;
}
.blg-sub-catg-5006 .active-sub-catg a,
.blg-sub-catg-5006 .sub-cat-nav a:hover {
    background-color: #08ebae !important;
}
.blg-sub-catg-3839 .active-sub-catg a,
.blg-sub-catg-3839 .blg-sub-catg ul.sub-cat-nav li a {
    border-color: #251b5b !important;
}
.blg-sub-catg-3839 .active-sub-catg a,
.blg-sub-catg-3839 .sub-cat-nav a:hover {
    background-color: #251b5b !important;
}
.blg-sub-catg-3839 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/prestashop.png");
}
.blg-sub-catg-3841 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/joomla.png");
}
.blg-sub-catg-3840 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/moodle.png");
}
.blg-sub-catg-3842 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/opencart.png");
}
.blg-sub-catg-6473 .active-sub-catg a,
.blg-sub-catg-6473 .blg-sub-catg ul.sub-cat-nav li a{
    border-color: #9f7eff !important;
}
.blg-sub-catg-6473 .active-sub-catg a,
.blg-sub-catg-6473 .sub-cat-nav a:hover{
    background-color: #9f7eff !important;
}
.blg-sub-catg-6473 .cw-blog-catg-img-wrap:after {
    background-image: url("../img/AI-ML-icon.svg");
}

/*.blg-sub-catg-342 {*/
/*background-color: #00aeed;*/
/*}*/

/*.blg-sub-catg-342 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(0, 112, 152, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(0, 112, 152, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(0, 112, 152, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeed', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-827 {*/
/*background-color: #1fd995;*/
/*}*/

/*.blg-sub-catg-827 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(23, 102, 73, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(23, 102, 73, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(23, 102, 73, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60e4760', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-1475 {*/
/*background-color: #6f6f6f;*/
/*}*/

/*.blg-sub-catg-1475 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(43, 43, 43, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(43, 43, 43, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(43, 43, 43, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e66f6f6f', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-1476 {*/
/*background-color: #d9060e;*/
/*}*/

/*.blg-sub-catg-1476 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(113, 21, 24, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(113, 21, 24, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(113, 21, 24, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d9060e', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-1477 {*/
/*background-color: #777bb3;*/
/*}*/

/*.blg-sub-catg-1477 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(63, 66, 109, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(63, 66, 109, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(63, 66, 109, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6777bb3', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-1488 {*/
/*background-color: #21759b;*/
/*}*/

/*.blg-sub-catg-1488 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(14, 71, 96, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(14, 71, 96, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(14, 71, 96, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e621759b', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-1489 {*/
/*background-color: #00598e;*/
/*}*/

/*.blg-sub-catg-1489 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(1, 25, 39, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(1, 25, 39, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(1, 25, 39, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e600598e', endColorstr='#00598e', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-1760 {*/
/*background-color: #f96024;*/
/*}*/

/*.blg-sub-catg-1760 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(208, 84, 36, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(208, 84, 36, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(208, 84, 36, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f96024', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-1777 {*/
/*background-color: #1763fe;*/
/*}*/

/*.blg-sub-catg-1777 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(11, 44, 112, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(11, 44, 112, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(11, 44, 112, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61763fe', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-2184 {*/
/*background: #2bcc71;*/
/*}*/

/*.blg-sub-catg-2183 {*/
/*background: #f6ac00;*/
/*}*/

/*.blg-sub-catg-2024 {*/
/*background-color: #fb503b;*/
/*}*/

/*.blg-sub-catg-2024 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(136, 45, 55, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(136, 45, 55, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(136, 45, 55, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6fb503b', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-2188 {*/
/*background-color: #3ababf;*/
/*}*/

/*.blg-sub-catg-2188 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(20, 82, 84, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(20, 82, 84, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(20, 82, 84, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63ababf', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-2398 {*/
/*background-color: #232323;*/
/*}*/

/*.blg-sub-catg-2398 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6232323', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-2399 {*/
/*background-color: #a4c541;*/
/*}*/

/*.blg-sub-catg-2399 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(102, 132, 15, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(102, 132, 15, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(102, 132, 15, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6a4c541', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

/*.blg-sub-catg-2505 {*/
/*background-color: #743abb;*/
/*}*/

/*.blg-sub-catg-2505 .blg-sub-catg-wrap-inr {*/
/*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4760+0,7db9e8+79&0.9+0,0+79 *!*/
/*background: -moz-linear-gradient(left, rgba(41, 19, 68, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(left, rgba(41, 19, 68, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to right, rgba(41, 19, 68, 0.9) 0%, rgba(125, 185, 232, 0) 79%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6743abb', endColorstr='#007db9e8', GradientType=1); !* IE6-9 *!*/
/*}*/

.blg-sub-catg-prnt {
    background: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: -4px;
    color: #000;
    padding: 3px 7px;
    font-size: 13px;
}
.category .blg-sub-catg-prnt {
    display: none;
}

.blg-sub-catg-wrap h1 {
    font-size: 42px;
    color: #091e42;
    font-weight: 500;
    margin: 0;
    margin-bottom: 25px;
    text-align: left;
}
.blg-sub-catg-wrap h1 span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.blg-sub-catg {
    margin: 0;
    position: relative;
    z-index: 9;
}

.blg-catg-nav-btn {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 0;
    background: transparent;
    outline: none;
}

.blg-sub-catg ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: left;
}

.blg-sub-catg ul li {
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
}

.blg-sub-catg ul li:last-child {
    margin-right: 0;
}

.blg-sub-catg ul li a {
    color: #091e42;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    line-height: 18px;
    text-transform: none;
    font-weight: 400;
    border: 1px solid;
    background-color: transparent;
}

.category .blg-sub-catg ul.sub-cat-nav li a {
    background: transparent;
}

.blg-sub-catg ul li a:hover {
    background: rgba(255, 255, 255, 1);
}

#blg-catg-mb-nav .blg-sub-catg ul li {
    width: 50%;
    margin-right: 0;
}

div#blg-catg-mb-nav .blg-sub-catg ul li a {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#blg-catg-mb-nav .container {
    width: 100% !important;
}

.active-sub-catg a,
.sub-cat-nav a:hover {
    color: #fff !important;
}

.blg-hm-cat-titl-wrap1 {
    margin-top: 40px;
}

.blg-hm-cat-titl {
    background-color: #16435a;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 25px;
    margin-bottom: 38px;
    font-family: "open_sanssemibold";
}

.ftrd-pst .blg-ctg-box {
    margin: 0;
    position: relative;
}

.ftrd-pst .blg-ctg-img a {
    width: 100%;
    height: 100%;
}

.ftrd-pst .blg-ctg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65.61%;
    font-size: 0;
}

.ftrd-pst .blg-ctg-img img {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.42);
    width: 100%;
}

.blg-ctg-img > a {
    display: inline-block;
    outline: none;
}

.blg-app-ttl {
    color: #7e8890;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.blg-app-ttl:last-child {
    margin-right: 0;
}

.blg-ctg-cntnt .blg-app-ttl a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-right: 12px;
    text-transform: none;
}

.blg-ctg-cntnt .span-reading-time {
    font-size: 14px;
    color: #1f2d3d;
    display: inline-block;
    text-transform: none;
}

.cat-nav-sticky {
    position: fixed;
    top: 53px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.cw-auth-top-wrap .blg-app-ttl a {
    color: #9fadb6;
    font-size: 15px;
}

.cw-inr-blg-ttl-wrap .blg-app-ttl a {
    color: #a4c26a !important;
    background-color: rgba(164, 194, 106, 0.2) !important;
    font-size: 12px;
    border-radius: 5px;
    padding: 7px 10px;
}

.blg-app-ttl a:focus {
    outline: 0;
}

.blg-ctg-cntnt .blg-app-ttl a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 3px;
    width: 2px;
    background-color: #1f2d3d;
}

.blg-ctg-cntnt .blg-app-ttl a:nth-child(2):after {
    display: none;
}

/*.blg-ctg-cntnt .blg-app-ttl a:before, .blg-ctg-cntnt .blg-sub-catg-prnt:before{*/
/*font: normal normal normal 10px/1 FontAwesome;*/
/*content: "\f111";*/
/*position: relative;*/
/*margin-right: 10px;*/
/*top: 5px;*/
/*left: 0px;*/
/*float: left;*/
/*color: #000;*/
/*}*/

.blg-sub-catg-prnt:before {
    top: 4px;
    margin-right: 6px;
}

.blg-cat-dot-,
.blg-cat-dot-2846 {
    display: none !important;
}

.blg-cat-dot-342 a {
    color: #1d248a !important;
}

.blg-cat-dot-1485 a {
    color: #424242 !important;
}

.blg-cat-dot-827 a {
    color: #4cb050 !important;
}

.blg-cat-dot-1475 a {
    color: #fbc02d !important;
}

.blg-cat-dot-1476 a {
    color: #6a1b9a !important;
}

.blg-cat-dot-1477 a {
    color: #777cb5 !important;
}

.blg-cat-dot-6970 a,
.blg-cat-dot-1488 a {
    color: #3991e3 !important;
}

.blg-cat-dot-2398 a {
    color: #f2534e !important;
}

.blg-cat-dot-1489 a {
    color: #0270ad !important;
}

.blg-cat-dot-1777 a {
    color: #9c27b0 !important;
}

.blg-cat-dot-1760 a {
    color: #f16321 !important;
}

.blg-cat-dot-2024 a {
    color: #f2534e !important;
}

.blg-cat-dot-2184 a {
    color: #2bcc71 !important;
}

.blg-cat-dot-2188 a {
    color: #fdb054 !important;
}

.blg-cat-dot-2892 a {
    color: #b71c1c !important;
}

.blg-cat-dot-2399 a {
    color: #a4c541 !important;
}

.blg-cat-dot-2505 a {
    color: #0277bd !important;
}

/*cw-inr-blg-ttl-wrap*/
.post_catgList_wrap {
    text-align: center;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-6287 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-342 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-4361 a {
    color: #1d248a !important;
    background-color: rgba(29, 36, 138, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-827 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2885 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2886 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2888 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2889 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2890 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-4361 a {
    color: #4cb050 !important;
    background-color: rgba(76, 176, 80, 0.2) !important;
}


.cw-inr-blg-ttl-wrap .blg-cat-dot-6289 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-1475 a {
    color: #fbc02d !important;
    background-color: rgba(251, 192, 45, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-6319 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-6342 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-1476 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2894 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2895 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2896 a {
    color: #6a1b9a !important;
    background-color: rgba(106, 27, 154, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2879 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-4360 a {
    color: #ef2d3f !important;
    background-color: rgba(239, 45, 63, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2892 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-4359 a {
    color: #b71c1c !important;
    background-color: rgba(183, 28, 28, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2846 a {
    color: #ef2d3f !important;
    background-color: rgba(239, 45, 63, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-6323 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-1477 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2882 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2883 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2398 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2399 a {
    color: #777cb5 !important;
    background-color: rgba(119, 124, 181, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-6970 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-6294 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-1488 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2877 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2878 a {
    color: #3991e3 !important;
    background-color: rgba(57, 145, 227, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-1489 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2875 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2876 a {
    background-color: #0270ad !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-1777 a {
    color: #9c27b0 !important;
    background-color: rgba(156, 39, 176, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-1485 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2893 a {
    color: #424242 !important;
    background-color: rgba(66, 66, 66, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-6292 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-6311 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-1760 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2880 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2881 a {
    color: #f16321 !important;
    background-color: rgba(241, 99, 33, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2024 a {
    color: #f2534e !important;
    background-color: rgba(242, 83, 255, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2184 a {
    color: #2bcc71 !important;
    background-color: rgba(43, 204, 113, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2188 a {
    color: #fdb054 !important;
    background-color: rgba(254, 151, 0, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2505 a,
.cw-inr-blg-ttl-wrap .blg-cat-dot-2891 a {
    color: #0277bd !important;
    background-color: rgba(2, 119, 189, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-2839 a {
    color: #e40b70 !important;
    background-color: rgba(228, 11, 112, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-3842 a {
    color: #36c5f0 !important;
    background-color: rgba(54, 197, 240, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-3840 a {
    color: #f5892c !important;
    background-color: rgba(245, 137, 44, 0.2) !important;
}

.cw-inr-blg-ttl-wrap .blg-cat-dot-3841 a {
    color: #f9a541 !important;
    background-color: rgba(249, 165, 65, 0.2) !important;
}

.blg-ctg-box h2 {
    color: #1f2d3d;
    font-size: 28px;
    line-height: 33px;
    margin: 12px 0 26px 0;
    text-transform: uppercase;
    text-transform: none;
}

.blg-ctg-box h2 a {
    color: #1f2d3d;
    text-decoration: none !important;
    display: inline-block;
    max-height: 100px;
    overflow: hidden;
    min-height: 84px;
}

.blg-ctg-box h2 a:hover {
    color: #6a6a6a !important;
}

.blg-ctg-box h2 a:focus {
    outline: 0;
}

.blg-ctg-box .blg-cat-btm {
    position: relative;
    padding-left: 55px;
}

.blg-ctg-box .blg-cat-btm .author-avtr {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #cecdcc;
}

.blg-ctg-box .blg-cat-btm a span {
    font-size: 14px;
    display: block;
}

.blg-ctg-box .blg-cat-btm a span:nth-child(1) {
    color: #1f2d3d;
}

.blg-ctg-box .blg-cat-btm a span:nth-child(2) {
    color: #6a6a6a;
    margin-top: 0px;
}

.blg-ctg-box .blg-cat-btm a:hover,
.blg-ctg-box .blg-cat-btm a:focus {
    outline: none;
    text-decoration: none;
}

.blg-ctg-box .blg-cat-btm .author-avtr img {
    max-width: 100%;
}

.blg-ctg-box p {
    color: #4b4f53;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 13px;
}

.blg-ctg-cntnt {
    background-color: #ffffff;
    padding: 46px 30px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    width: 38%;
    min-height: 297px;
}

.blg-ctg-cntnt .blg-cat-btm h2 a {
}

.blog-inr-more {
    display: inline-block;
    color: #2ecc71 !important;
    border: 2px solid transparent;
    padding: 5px 15px;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.blog-inr-more:hover {
    border-color: #09ebaf;
}

.blg-load-more {
    text-align: center;
    /* margin-top: 40px; */
}

.blg-load-more a {
    color: #091e42;
    font-size: 15px;
    display: inline-block;
    height: 48px;
    line-height: 45px;
    width: 180px;
    border: 2px solid #09fbbb;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
}

.blg-load-more a:hover {
    background-color: #09fbbb;
    color: #192072 !important;
}

.blg-load-more a:hover i {
    color: #192072;
}

.blg-load-more a:focus {
    outline: none;
}

.blg-load-more a .fa {
    color: #10dd69;
    font-size: 20px;
    margin-left: 10px;
}

.blg-load-more a i {
    font-style: normal;
}
.blg-load-more a #loading_text {
}
.blg-load-more a img {
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}
.blg-load-more a img.wht-arrow {
    visibility: hidden;
    opacity: 0;
}
.blg-load-more a:hover img {
    visibility: hidden;
    opacity: 0;
}
.blg-load-more a:hover img.wht-arrow {
    visibility: visible;
    opacity: 1;
}
#wt-signup-wrap {
    background: #fcfcfc;
    padding: 25px 0 45px 0;
    text-align: center;
}

#wt-signup-wrap h2 {
    font-size: 26px;
    color: #333c4e;
    font-family: "open_sanslight";
    margin-bottom: 20px;
}

#wt-signup-wrap p {
    font-size: 16px;
    color: #7e8890;
    margin-bottom: 20px;
    line-height: 26px;
}

.wt-blg-btn {
    font-size: 18px;
    padding: 10px 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
    background: #2ecc71;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
}

.wt-signup-btn span {
    display: block;
}

.wt-signup-btn span i {
    margin-right: 5px;
}

#blg-sbscribe-sec {
    background: #102140;
    padding: 8px 0 8px 0;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    z-index: 99;
}

.sub-show {
    opacity: 1 !important;
}

#blg-sbscribe-sec .form-control,
.blg-mid-subs .form-control {
    width: 241px;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    background-color: #f3f3f3;
    border: none;
    color: #939393;
}

.blg-mid-subs .form-control {
    margin: 0 auto 20px auto;
    display: block;
    height: 45px;
    width: 322px;
    background: #fff;
}

#blg-sbscribe-sec span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 27px;
}

#blg-sbscribe-sec .blg-sbscribe-btn {
    color: #102140;
    border: 2px solid #09ebaf;
    background-color: #09ebaf;
    width: 190px;
    height: 40px;
    display: inline-block;
    margin-left: 8px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

#blg-sbscribe-sec .blg-sbscribe-btn:hover {
    background-color: #74ffda !important;
    border-color: #74ffda !important;
    transition: all 0.3s ease-in-out;
}

.blg-mid-subs {
    background-color: #102140;
    padding: 85px 0px 55px 0px;
    margin-bottom: 55px;
    overflow: hidden;
}

.blg-mid-subs h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 56px;
    margin: 0;
    margin-bottom: 15px;
}
.blg-mid-subs h2 span {
}
.blg-mid-subs p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
}

.blg-mid-subs .mid-sub-strp {
    height: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 37px 33px 15.68px 0.32px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 37px 33px 15.68px 0.32px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 37px 33px 15.68px 0.32px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 37px 33px 15.68px 0.32px rgba(0, 0, 0, 0.15);
    animation-duration: 3000ms;
    transition-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    position: absolute;
}

.blg-mid-subs #mid-sub-strp-1 {
    top: 77px;
    left: -10px;
    width: 126px;
    animation-name: slidein1;
}

.blg-mid-subs #mid-sub-strp-2 {
    top: 152px;
    left: -30px;
    width: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    animation-name: slidein2;
}

.blg-mid-subs #mid-sub-strp-3 {
    top: 230px;
    left: 18px;
    width: 171px;
    animation-name: slidein3;
}

.blg-mid-subs #mid-sub-strp-4 {
    top: 230px;
    left: 220px;
    width: 28px;
    animation-name: slidein4;
}

.blg-mid-subs #mid-sub-strp-5 {
    top: 320px;
    left: -40px;
    width: 150px;
    background-color: #39dcb1;
    animation-name: slidein5;
}

.blg-mid-subs #mid-sub-strp-6 {
    top: 77px;
    right: 33px;
    width: 132px;
    animation-name: slidein6;
}

.blg-mid-subs #mid-sub-strp-7 {
    top: 152px;
    right: -30px;
    width: 130px;
    background-color: #8890a0;
    animation-name: slidein7;
}

.blg-mid-subs #mid-sub-strp-8 {
    top: 230px;
    right: 270px;
    width: 28px;
    animation-name: slidein8;
}

.blg-mid-subs #mid-sub-strp-9 {
    top: 230px;
    right: 57px;
    width: 171px;
    background-color: #39dcb1;
    animation-name: slidein9;
}

.blg-mid-subs #mid-sub-strp-10 {
    top: 230px;
    right: -22px;
    width: 30px;
    background-color: #64438c;
    animation-name: slidein10;
}

.blg-mid-subs #mid-sub-strp-11 {
    top: 320px;
    right: -30px;
    width: 180px;
    background-color: #257f79;
    animation-name: slidein11;
}

@keyframes slidein1 {
    0% {
        left: -10px;
    }
    50% {
        left: 0px;
    }
    100% {
        left: -10px;
    }
}

@keyframes slidein2 {
    0% {
        left: -30px;
    }
    50% {
        left: -20px;
    }
    100% {
        left: -30px;
    }
}

@keyframes slidein3 {
    0% {
        left: 18px;
    }
    50% {
        left: 28px;
    }
    100% {
        left: 18px;
    }
}

@keyframes slidein4 {
    0% {
        left: 220px;
    }
    50% {
        left: 230px;
    }
    100% {
        left: 220px;
    }
}

@keyframes slidein5 {
    0% {
        left: -40px;
    }
    50% {
        left: -30px;
    }
    100% {
        left: -40px;
    }
}

@keyframes slidein6 {
    0% {
        right: 33px;
    }
    50% {
        right: 23px;
    }
    100% {
        right: 33px;
    }
}

@keyframes slidein7 {
    0% {
        right: -30px;
    }
    50% {
        right: -20px;
    }
    100% {
        right: -30px;
    }
}

@keyframes slidein8 {
    0% {
        right: 270px;
    }
    50% {
        right: 280px;
    }
    100% {
        right: 270px;
    }
}

@keyframes slidein9 {
    0% {
        right: 57px;
    }
    50% {
        right: 67px;
    }
    100% {
        right: 57px;
    }
}

@keyframes slidein10 {
    0% {
        right: -22px;
    }
    50% {
        right: -10px;
    }
    100% {
        right: -22px;
    }
}

@keyframes slidein11 {
    0% {
        right: -30px;
    }
    50% {
        right: -20px;
    }
    100% {
        right: -30px;
    }
}

.blg-mid-subs .blg-sbscribe-btn {
    color: #fff;
    background-color: #09ebaf;
    border: 2px solid #09ebaf;
    border-bottom: 1px solid #09ebaf;
    width: 322px;
    height: 47px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    outline: 0;
}

.blg-mid-subs #subscribe_error-messages,
.blg-mid-subs #subscribe_success-messages {
    padding-left: 0;
}

.blg-mid-subs .form-control {
    display: inline-block;
    background-color: #f8f9fb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #102140;
    font-size: 16px;
    padding: 25px 25px;
}

.blg-mid-subs .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.blg-mid-subs .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a1a5ae;
}

.blg-mid-subs .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #a1a5ae;
}

.blg-mid-subs .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #a1a5ae;
}

.blg-mid-subs .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #a1a5ae;
}

.blg-mid-subs .blg-sbscribe-btn {
    width: 215px;
    height: 50px;
    background-color: #09ebaf;
    color: #102140;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    margin-left: 20px;
    vertical-align: top;
}
.blg-mid-subs .blg-sbscribe-btn:hover {
    background-color: #74ffda !important;
    border-color: #74ffda !important;
}

.checkbox_consent_label {
    color: #fff;
}

.checkbox_consent_label input,
.checkbox_consent_sidebar input {
    margin-right: 6px;
    position: relative;
    top: 2px;
    font-weight: 400;
}

.checkbox_consent_sidebar {
    margin-top: 15px;
    font-size: 13px;
}

.checkbox_consent_sidebar a {
    color: #1e55cf;
}

/*Cloud ways blog inner page CSS by Danish */
.cw-inr-blg-top-sec {
    padding: 30px 0 0;
    background-color: #fff;
}

.cw-auth-top-wrap {
    padding: 24px 0 10px 0;
    position: relative;
}

.cw-auth-top-wrap .container {
    position: relative;
}

.cw-auth-top-wrap .srch-wrap {
    z-index: 10;
    position: absolute;
    right: 30px;
    width: 350px;
    bottom: -100px;
}

.cw-auth-top-wrap .srch-wrap .form-group {
    margin: 0;
    position: relative;
}

.cw-auth-top-wrap .srch-wrap .form-group input {
    background-color: rgba(12, 16, 88, 0.5);
    padding: 10px 20px 10px 60px;
    font-size: 18px;
    color: #a2a4c6;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    -moz-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    display: inline-block;
    width: 100%;
    height: auto;
}

.cw-auth-top-wrap .srch-wrap .form-group input:focus {
    outline: none;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    -moz-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
}

.cw-auth-top-wrap .srch-wrap .form-group i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    left: 25px;
}

.blg-innr-bnr-strp {
    height: 200px;
    width: 100%;
    background: #2c36bb;
    display: inline-block;
    position: absolute;
    transform: rotate(18deg);
    bottom: -110px;
    left: -100px;
    z-index: 1;
}

.cw-inr-blg-top-sec .cw-inr-blg-ttl-wrap {
    position: relative;
    z-index: 10;
    text-align: center;
}

.blg-inr-soc-icons-box {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 4;
    display: none;
}

.blg-inr-sc-icn {
    width: 58px;
    height: 57px;
    padding-top: 15px;
    display: block;
}

.blg-inr-sc-icn i {
    color: #fff;
    font-size: 30px;
}

.blg-inr-twt-icn {
    background: #42a4f5;
}

.blg-inr-fb-icn {
    background: #3948ab;
}

.blg-inr-gogl-icn {
    background: #d74314;
}

.cw-inr-blg-frmwrk-para {
    /*font-family: 'open_sanslight';*/
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 24px 0 5px 0;
}

.cw-inr-blg-top-sec h1 {
    color: #3c4858;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
    font-weight: 700;
}

.cw-inr-bnr-auth-wrap {
    margin-bottom: 30px;
}

.cw-inr-bnr-auth-img {
    margin-bottom: 5px;
    display: inline-block;
}

.cw-inr-bnr-auth-img img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.cw-inr-bnr-auth-wrap p,
.cw-inr-bnr-auth-wrap .span-reading-time {
    color: #8492a6;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}

.cw-inr-bnr-auth-wrap .span-reading-time {
    padding: 0px;
    position: relative;
}

.cw-inr-bnr-auth-wrap p span:after {
    content: "\F111 ";
    color: #8492a6;
    font: normal normal normal 3px/1 FontAwesome;
    position: relative;
    top: -3px;
    margin: 0 3px 0 5px;
}

/*.cw-inr-bnr-auth-wrap p a {*/
/*color: #fff;*/
/*text-decoration: underline;*/
/*}*/

/*.cw-inr-bnr-auth-wrap p a:hover {*/
/*text-decoration: none;*/
/*}*/

.cw-blg-auth-bnr {
    background-color: #2f39bf;
    padding: 128px 0 0px;
    overflow: hidden;
    position: relative;
}

.cw-inr-blg-athr-info-box {
    margin: 0;
}

.cw-inr-blg-athr-img-box {
    display: inline-block;
    /*max-height: 400px;*/
    overflow: hidden;
    padding: 0;
}
.cw-inr-blg-athr-img {
    width: 320px;
    height: 320px;
    border: 10px solid #494e9e;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 100%;
    overflow: hidden;
}

.cw-inr-blg-athr-info {
    position: relative;
    z-index: 1;
    padding: 32px 0 0px;
}

/*.cw-inr-blg-athr-info:before{
    content: '';
    height: 500px;
    width: 30%;
    background: rgb(29, 36, 138);
    display: inline-block;
    position: absolute;
    transform: rotate(170deg);
    top: -75px;
    left: -70px;
    bottom: 0;
    z-index: -1;
}
.cw-inr-blg-athr-info:after{
    content: '';
    height: 500px;
    width: 30%;
    background: rgba(29, 36, 138, 0.63);
    display: inline-block;
    position: absolute;
    transform: rotate(173deg);
    top: -30px;
    left: -78px;
    z-index: -1;
}*/
.cw-inr-blg-bnr-strp {
    height: 1030px;
    width: 115%;
    background: #1d237c;
    display: inline-block;
    position: absolute;
    transform: rotate(28deg);
    top: -833px;
    right: -445px;
    z-index: -1;
}
.cw-blg-auth-bnr .container-fluid {
    padding: 0;
    background-color: #1d248a;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.cw-blg-auth-bnr .container-fluid .row {
    margin: 0;
}
.cw-blg-auth-bnr .srch-wrap,
.blg-sub-catg-wrap .srch-wrap {
    margin-bottom: 35px !important;
}
.cw-inr-blg-athr-img-box img {
    margin: auto;
    width: 100%;
    height: auto;
}

.cw-inr-blg-athr-info-box h2 {
    font-size: 43px;
    color: #fff;
    margin: 0;
}

.cw-inr-blg-athr-info-box p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    margin: 25px 0;
}
.cw-inr-blg-athr-info-box p b {
    font-weight: 300;
}

.blg-inr-left-wrpr strong {
    color: #3c4858;
    font-weight: 600;
}

.cw-inr-blg-post blockquote p:last-child {
    margin-top: 15px;
}

.cw-inr-blg-post blockquote p strong,
.cw-inr-blg-post blockquote p:last-child {
    color: #3c4858;
    font-size: 16px;
    font-weight: 500;
}

.cw-inr-blg-post {
    position: relative;
    clear: both;
    background-color: #fff;
}

#post_content img.cw_postFancy_img {
    border: 1px solid #707281;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.cw-innr-blg-cmnts-wrap {
    background-color: #fff;
    padding-top: 50px;
}

.cw-inr-blg-athr-info-box span {
    font-size: 12px;
}

.cw-inr-blg-athr-info-box a.btn {
    font-size: 14px;
    color: #fff !important;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 5px 20px 8px 20px;
    margin-right: 25px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.cw-inr-blg-athr-info-box a.auth-bnr-btn-fb:hover {
    border-color: #1f6391;
    background-color: #1f6391;
}

.cw-inr-blg-athr-info-box a.auth-bnr-btn-twt:hover {
    border-color: #48a0dc;
    background-color: #48a0dc;
}

.cw-inr-blg-athr-info-box a.auth-bnr-btn-cf:hover {
    border-color: #00c152;
    background-color: #00c152;
}

.cw-inr-blg-athr-info-box p a {
    color: #fff;
    text-decoration: underline;
}

.cw-inr-blg-athr-info-box p a:hover,
.cw-inr-blg-athr-info-box p a:focus {
    text-decoration: none;
    outline: none;
}

.cw-inr-blg-athr-info-box a i {
    margin-right: 14px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.sticky-box {
    position: fixed;
    top: 0px;
    width: 293px !important;
}

.blg-inr-rgt-wrpr {
    /*padding-top: 40px;*/
    /*position: absolute;*/
    /*right: 4%;*/
    /*top: 0;*/
    margin-top: 30px;
    transition: 0.4s;
}

.cw-inr-blg-post h3 {
    font-size: 26px;
    color: #333c4e;
    line-height: 34px;
    margin-bottom: 15px;
}

.cw-inr-blg-post .bl-post-container {
    padding-right: 60px;
    padding-top: 34px;
}

.cw-inr-blg-post .post_content .rt-reading-time {
    display: none !important;
}

.cw-inr-blg-post .post_content .ftrd-img {
    position: relative;
    z-index: 10;
    text-align: center;
}

.cw-inr-blg-post .post_content .ftrd-img img {
    display: inline-block;
    border: 0 !important;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.cw-inr-blg-post .post_content .crayon-syntax .crayon-num,
.cw-inr-blg-post .post_content .crayon-theme-classic .crayon-striped-num {
    padding: 2px 5px;
    background-color: #f2fef0 !important;
    color: #7fb79a !important;
}

.cw-inr-blg-post .post_content .crayon-theme-classic .crayon-striped-line,
.cw-inr-blg-post .post_content .crayon-syntax .crayon-pre {
    background-color: #fff !important;
}

.cw-inr-blg-post p {
    font-size: 18px;
    color: #1f2d3d;
    line-height: 28px;
    margin-bottom: 25px;
}

.cw-inr-blg-post blockquote {
    background: #ffffff;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 40px 35px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: left;
}

.cw-inr-blg-post blockquote:before {
    content: "\F099 ";
    color: rgba(191, 221, 249, 0.63);
    font: normal normal normal 50px/1 FontAwesome;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: all 0.2s ease-in-out;
}

.cw-inr-blg-post blockquote:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100px;
    height: 80px;
    background: url(../img/quote-icon2.svg) no-repeat;
}

.cw-inr-blg-post blockquote:hover:before {
    color: #68b7ff;
}

.cw-inr-blg-post blockquote p,
.cw-inr-blg-post blockquote p em {
    color: #3c4858;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    font-style: normal;
    margin: 0;
}

.cw-inr-blg-post blockquote p em {
    font-style: normal;
}

.cw-inr-blg-post .post_content ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.cw-inr-blg-post .post_content ul li a svg path{
    fill: #8a9aaf;
}
.cw-inr-blg-post .post_content ul li a:hover svg path{
    fill: white;
}

.post_shrBtn_topBox ul li a svg path{
    fill: #8a9aaf;
}
.post_shrBtn_topBox ul li a:hover svg path{
    fill: white;
}
.cw-inr-blg-post .post_content ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 12px;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #3095f3;
    border-radius: 20px;
}

.blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt {
    border: none;
    display: block;
    background-color: #09ebaf;
    width: 100%;
    border-radius: 5px;
    color: #232323 !important;
    font-size: 18px;
    text-align: center;
    padding: 1px 15px;
    box-shadow: 0px 1px 6.93px 0.07px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    text-transform: uppercase;
    height: auto;
    line-height: 41px;
}

.blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:hover {
    background-color: #74ffda !important;
    border-color: #74ffda !important;
}

.cmnt-now-wrap,
.lrn-now-wrap {
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fafcfe;
    padding: 9px 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.cmnt-now-wrap {
    display: none;
}

.cmnt-now-wrap span,
.lrn-now-wrap span {
    margin: 0;
    font-size: 18px;
    color: #1f2d3d;
    line-height: 40px;
    display: inline-block;
}

.cmnt-now-wrap a,
.lrn-now-wrap a {
    margin: 0;
    font-size: 16px;
    color: #102140 !important;
    display: inline-block;
    padding: 7px 20px;
    border: 2px solid #09fbbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow: 0px 1px 7.36px 0.64px rgba(0, 0, 0, 0.2); */
    float: right;
    transition: all 0.3s ease-in-out;
}

.cmnt-now-wrap a:hover,
.lrn-now-wrap a:hover {
    background-color: #09fbbb;
    color: #192072 !important;
}

#cw-innr-prgrs-bar {
    position: fixed;
    top: 0;
    height: 4px;
    background-color: #2e39bf;
    width: 0;
    z-index: 99999;
}

.qs-sharelink {
    padding: 10px 13px 9px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.qs-popup-shown {
    width: 50px !important;
}

.qs-popup-shown div {
    width: 20px;
    height: 20px;
    margin: 12px auto 0px;
    position: absolute;
    bottom: -4px;
    left: 14px;
}

.cmnt-now-wrap a i,
.lrn-now-wrap a i {
    margin-left: 10px;
}

.cmnt-now-wrap a:hover,
.cmnt-now-wrap a:focus,
.lrn-now-wrap a:hover,
.lrn-now-wrap a:focus {
    color: #102140 !important;
    cursor: pointer;
    text-decoration: none;
}

.blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:focus {
    outline: none;
}

.blg-inr-form div {
    margin-bottom: 0px;
}

.blg-inr-form input {
    color: #94989d;
    font-size: 18px;
    background: transparent;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    height: auto;
    box-shadow: 0 0 0;
    text-align: left;
    border: 1px solid #cccccc;
}

.blg-inr-form input:focus {
    outline: none;
    box-shadow: none;
}

.blg-inr-img-wrpr {
    margin-bottom: 41px;
}

.blg-inr-img-wrpr img {
    margin: auto;
}

/*.blg-inr-sbsc-box {*/
/*background: #eeeeee;*/
/*padding: 45px 13px 35px;*/
/*margin-bottom: 30px;*/
/*}*/
/*.blg-inr-sbsc-box h4{*/
/*font-size: 22px;*/
/*color: #333c4e;*/
/*font-family: 'open_sanslight';*/
/*}*/
/*.blg-inr-sbsc-box p{*/
/*font-size: 14px;*/
/*color: #7e8890;*/
/*line-height: 18px;*/
/*}*/
.blg-inr-subsc-form {
    /*margin: auto;
    width: 53%;*/
}

.blg-inr-subsc-form input {
    color: #4e4e4e;
    font-size: 15px;
    border-radius: 0;
    padding: 23px 12px;
    width: 100% !important;
    border: 0;
}

.blg-inr-rgt-emil-box {
    /*  width: 63%;*/
}

.blg-inr-subsc-form a {
    color: #fff;
    font-size: 16px;
    background: #2ecc71;
    border: none;
    padding: 11px 29px;
    border-radius: 0;
    position: relative;
    left: -2px;
}

.blg-inr-subsc-form a:hover,
.blg-inr-subsc-form a:focus,
.blg-inr-subsc-form .btn-success:active {
    background: #2ecc71;
    border: none;
    box-shadow: none;
}

.blg-inr-form-subs-box {
    display: inline-block;
    text-align: left;
}

.blg-inr-no-crd {
    background: url("../img/blg-inr-credit-card.png") no-repeat left center;
    padding-left: 16px;
    font-size: 10px;
    color: #747c83;
    padding-top: 3px;
    text-align: left;
    position: relative;
    right: 14px;
}

.blg-inr-sbsc-box p {
    margin-bottom: 19px;
}

.cw-blg-inr-rlt-artcl-sec {
    background: #f8f9fb;
    padding: 40px 0 30px;
}

.cw-blg-inr-rlt-artcl-sec h2 {
    color: #3c4858;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.cw-blg-inr-rlt-artcl-sec .col-sm-4 {
    padding-right: 21px;
    padding-left: 21px;
}

.cw-blg-inr-rlt-artcl-sec article {
    width: 90%;
    border: 1px solid #cccccc;
    padding: 28px 22px;
    margin: 0 auto !important;
    min-height: 287px;
    text-align: left;
    margin-bottom: 40px !important;
}

#cwBlg_rltdArtcl_sec .blg-cat-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.cw-blg-inr-rlt-artcl-sec article h2 {
    font-size: 24px;
    color: #1f2d3d;
    line-height: 28px;
    max-height: 85px;
    overflow: hidden;
    margin: 0px 0 30px;
    text-transform: none;
    min-height: 80px;
}

.cw-blg-inr-rlt-artcl-sec article h2 a {
    color: #1f2d3d;
    text-decoration: none !important;
}

.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm {
    position: relative;
    padding-left: 55px;
}

.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm .author-avtr {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #cecdcc;
}

.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm .author-avtr img {
    max-width: 100%;
}

.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm a {
    text-transform: none;
}
.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm a:hover,
.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm a:focus {
    text-decoration: none;
}

.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm a span {
    font-size: 14px;
    display: block;
}

.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm a span:nth-child(1) {
    color: #1f2d3d;
}

.cw-blg-inr-rlt-artcl-sec article .blg-cat-btm a span:nth-child(2) {
    color: #6a6a6a;
    margin-top: 2px;
}

.blg-artc-img-box {
    width: 100%;
    margin: auto;
}

.blg-artc-img-box img {
    margin: 0 auto;
}

.cw-blg-inr-rlt-artcl-sec p {
    font-size: 17px;
    color: #333c4e;
    padding: 34px 0 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.blg-inr-artcl-cta a {
    font-size: 14px;
    color: #2ecc71;
    padding: 10px 22px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.blg-inr-artcl-cta a:focus,
.blg-inr-artcl-cta a:hover {
    text-decoration: none;
    outline: none;
}

.blg-inr-artcl-cta a:hover {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

.blg-inr-artcl-view-cta-box a {
    border: 1px solid #2ecc71 !important;
    font-size: 16px !important;
    font-family: open_sansbold;
    color: #2ecc71 !important;
    width: 18% !important;
}

#cw-pull-quote {
    text-align: center;
    font-style: italic;
    text-decoration: none !important;
    margin-bottom: 30px;
}

#cw-pull-quote a {
    font-size: 30px;
    color: #11acdf;
    line-height: 40px;
    display: inline-block;
    text-decoration: none !important;
}

#cw-pull-quote a:hover,
#cw-pull-quote a:hover span {
    color: #2ecc71;
    transition: all 0.5s ease-in-out;
}

#cw-pull-quote span {
    display: block;
    color: #11acdf;
    margin-top: 10px;
}

/* @section 4.  Blog Inner Page */
.cat-sec {
    padding: 50px 0 47px;
}

.cw-cat-bnr-sec {
    padding-bottom: 72px;
}

.cw-cat-bnr-sec p {
    font-family: open_sanslight;
    font-size: 18px;
    color: #fff;
}

.cat-box-hdr {
    background: url("../img/cat-headr.jpg") no-repeat;
    padding: 25px 0;
    color: #fff;
    font-size: 26px;
    box-shadow: 0px 2px 4px 1px #e0e0e0;
}

.cat-box-hdr-2 {
    background-position: left -149px;
}

.cat-box-hdr-3 {
    background-position: left -299px;
}

.cat-box-hdr-4 {
    background-position: left -449px;
}

.cat-sec .col-md-3:first-child .cat-list-box {
    padding-bottom: 21px;
}

.cat-list-box {
    padding-bottom: 8px;
}

.cat-list-box li {
    font-size: 17px;
    padding: 14px 5px 4px;
}

.cat-list-box li a {
    color: #4e4e4e !important;
    text-decoration: none !important;
}

.cat-col-box-wapr {
    box-shadow: 0px 0px 2px 3px #e5e5e5;
}

.cat-col-box-wapr-1 {
    border-bottom: 4px solid #2d5898;
}

.cat-col-box-wapr-2 {
    border-bottom: 4px solid #4cc44c;
}

.cat-col-box-wapr-3 {
    border-bottom: 4px solid #696969;
}

.cat-col-box-wapr-4 {
    border-bottom: 4px solid #ea7434;
}

/* validation messages style */
#sidebar_success-messages,
#sidebar_error-messages {
    color: #7e8890;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

#consent_error-messages {
    margin-top: 10px;
    margin-bottom: 0;
}

#subscribe_error-messages,
#subscribe_success-messages {
    font-size: 13px;
    color: #fff;
    padding-top: 6px;
    display: none;
}

#error-messages {
    padding-left: 5px;
    font-size: 14px;
    margin: 15px 0 0;
}

/* contextual classes */
.success {
    padding: 1em;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    padding: 1em;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ftr-strp-cros {
    position: absolute;
    right: 12px;
    top: 7px;
    width: 9px;
    height: 9px;
}

/*
#blg-slider-sec .carousel-indicators{
        bottom: 60px;
}
*/

.blg-inr-left-wrpr h2 {
    color: #3c4858;
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.blg-inr-left-wrpr h2 {
    font-weight: 500 !important;
}

.blg-inr-left-wrpr h3 {
    color: #3c4858;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    margin-bottom: 20px;
}

.blg-inr-left-wrpr h4 {
    color: #3c4858;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    margin-bottom: 20px;
}

.cw-inr-blg-post .post_content p > a,
.cw-inr-blg-post .post_content p > u,
.cw-inr-blg-post .post_content p > u > a,
.cw-inr-blg-post .post_content p > strong > a,
.cw-inr-blg-post .post_content p > span > a,
.cw-inr-blg-post .post_content td a,
.cw_blog_toc_list ol li a,
.cw_blog_toc_list ul li a {
    color: #2e39bf;
    text-decoration: none !important;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    outline: none !important;
    /*display: inline-block;*/
    /*vertical-align: top;*/
}

.cw-inr-blg-post .post_content p > a,
.cw-inr-blg-post .post_content p > u,
.cw-inr-blg-post .post_content p > u > a,
.cw-inr-blg-post .post_content p > strong > a,
.cw-inr-blg-post .post_content p > span > a,
.cw-inr-blg-post .post_content td a,
.cw_blog_toc_list ol li a,
.cw_blog_toc_list ul li a {
    color: #2e39bf;
    text-decoration: none !important;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    outline: none !important;
    /*display: inline-block;*/
    /*vertical-align: top;*/
}

.cw-inr-blg-post .post_content td a:hover,
.cw_blog_toc_list ol li a:hover,
.cw_blog_toc_list ul li a:hover {
    color: #1e55cf;
    text-decoration: underline !important;
}

.cw_blog_toc_list ol li a,
.cw_blog_toc_list ul li a {
    display: inline-block;
    vertical-align: top;
}

.cw-inr-blg-post .post_content p > a:after,
.cw-inr-blg-post .post_content p > u > a:after,
.cw-inr-blg-post .post_content p > span > a:after {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background: #2E39BF;*/
    /*opacity: 0;*/
    /*-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;*/
    /*-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;*/
    /*transition: height 0.3s, opacity 0.3s, transform 0.3s;*/
    /*-webkit-transform: translateY(-5px);*/
    /*-moz-transform: translateY(-5px);*/
    /*transform: translateY(-5px);*/
}

.cw-inr-blg-post .post_content p > a:hover:after,
.cw-inr-blg-post .post_content p > u > a:hover:after,
.cw-inr-blg-post .post_content p > span > a:hover:after {
    /*height: 2px;*/
    /*opacity: 1;*/
    /*-webkit-transform: translateY(0px);*/
    /*-moz-transform: translateY(0px);*/
    /*transform: translateY(0px);*/
}

.cw-inr-blg-post .post_content p > a:not([style]),
.cw-inr-blg-post .post_content p > u > a,
.cw-inr-blg-post .post_content p > strong > a,
.cw-inr-blg-post .post_content p > span > a {
    /*background-position: 100% 1em;*/
    /*background-size: 100% 5px;*/
    /*background-repeat: no-repeat;*/
    background-image: linear-gradient(rgb(46, 57, 191), rgb(46, 57, 191));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s;
}

.cw-inr-blg-post .post_content p > a:not([style]) *,
.cw-inr-blg-post .post_content p > u > a *,
.cw-inr-blg-post .post_content p > strong > a *,
.cw-inr-blg-post .post_content p > span > a * {
    color: #2e39bf;
}

.cw-inr-blg-post .post_content p > a:not([style]):hover,
.cw-inr-blg-post .post_content p > u > a:hover,
.cw-inr-blg-post .post_content p > strong > a:hover,
.cw-inr-blg-post .post_content p > span > a:hover {
    /*background-position: 100% 1.2em;*/
    /*background-image: linear-gradient(rgb(46, 57, 191) 50%, rgba(0, 0, 0, 0) 50%);*/
    background-size: 100% 2px;
}

/*.cw-inr-blg-post .post_content .addthis_tool.at-above-post {*/
/*display: none !important;*/
/*}*/

.cw-inr-blg-post .post_content .share-wrap {
    display: inline-block !important;
    padding: 35px 0;
    border-top: 1px solid #f4f5f6;
    border-bottom: 1px solid #f4f5f6;
    width: 100%;
    margin-bottom: 50px;
}

.cw-inr-blg-post .post_content .share-wrap .addthis-smartlayers {
    display: inline-block !important;
    float: right;
}

.cw-inr-blg-post .post_content .share-wrap .shre-it {
    font-size: 24px;
    color: #3e3e3e;
    line-height: 40px;
    display: inline-block;
}

.cw-inr-blg-post .post_content .share-wrap .addthis_tool {
    display: inline-block !important;
    float: right;
}

.cw-inr-blg-post .post_content .addthis_tool .at-share-btn {
    width: 55px;
    border-radius: 5px !important;
    text-align: center;
    margin: 0;
    margin-left: 25px;
}

.cw-inr-blg-post .post_content .addthis_tool .at-share-btn:focus {
    outline: none;
}

.cw-inr-blg-post .post_content .addthis_tool .at-share-btn .at-icon-wrapper {
    width: 45px !important;
    float: none;
    line-height: 50px !important;
    height: 27px !important;
}

.cw-inr-blg-post .post_content .addthis_tool .at-share-btn .at-icon-wrapper svg {
    width: 27px !important;
    height: 27px !important;
}

.cw-inr-blg-post .post_content .addthis_tool .at-share-btn .at-label {
    display: none;
}

.cw-blg-inr-rlt-artcl-sec article p a {
    color: #333c4e;
}

.cw-blg-inr-rlt-artcl-sec article p a:hover,
.cw-blg-inr-rlt-artcl-sec article p a:focus {
    text-decoration: none;
    outline: none;
}

.nav-src-img-box {
    background: url("../img/nav-srch-icon.png") no-repeat;
    width: 18px;
    height: 19px;
    display: inline-block;
}

.modal-dialog-wrpr {
    background: #fff;
}

.modal-header {
    border: 0;
}

.srch-madal-box {
    border: 0;
    padding: 25px 15px 35px 15px;
    background: none;
    box-shadow: none;
}

.srch-madal-input .form-control:focus {
    border-bottom-color: #8a959e;
    box-shadow: none;
}

.srch-madal-input {
    padding: 0;
}

.srch-madal-icon .nav-src-img-box {
    background-position: center -64px;
    margin-top: 8px;
}

.modal-dialog-wrpr .modal-dialog {
    margin: 0 auto;
}

.srch-madal-input input {
    border: 0;
    border-bottom: 1px solid #8a959e;
    border-radius: 0;
    box-shadow: none;
}

.srch-madal-clos .close:focus {
    outline: 0;
}

.pb-latest-post-hd {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}

.blg-inr-left-wrpr {
    position: relative;
    word-break: break-word;
    /*padding-top: 32px;*/
    /*overflow: hidden;*/
}

.blg-inr-left-lnk {
    width: 30px;
    height: 20px;
    display: block;
    background: #42af48;
    padding: 29px 29px;
    position: relative;
}

.blg-inr-left-lnk i {
    font-size: 25px;
    position: absolute;
    top: 17px;
    right: 19px;
    color: #fff;
}

.aligncenter {
    margin: 0 auto;
}

/*.post_content > p:first-of-type::first-letter{
    font-size: 100px;
    color: #11acdf;
    line-height: 90px;
    float: left;
    padding-right: 8px;
    font-weight: 400;
    font-style: normal;
}*/
.cw-dropcap {
    font-size: 86px;
    color: #1f2d3d;
    line-height: 60px;
    float: left;
    padding-right: 10px;
}

.cw-inr-blg-post ul,
.cw-inr-blg-post ol {
    color: #3c4858;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    padding-left: 0;
}

.cw-inr-blg-post ul li,
.cw-inr-blg-post ol li {
    margin-bottom: 15px;
}

.cw-inr-blg-post ol {
    padding-left: 30px;
}

.cw-inr-blg-post ul li ul {
    padding-bottom: 0;
}

.cw-inr-blg-frmwrk-para a {
    color: #9fadb6;
}

.cw-inr-blg-frmwrk-para a:hover,
.cw-inr-blg-frmwrk-para a:focus,
.blg-app-ttl a:hover,
.blg-app-ttl a:focus {
    color: #2ecc71;
    text-decoration: none;
    outline: none;
}

/* author biography CSS from 5/9/2016 */
/*.blg-abt-athr-box {*/
/*border: 1px solid #cccccc;*/
/*border-radius: 5px;*/
/*padding: 28px 31px 18px 31px;*/
/*background-color: #fefefe;*/
/*text-align: center;*/
/*margin-top: 35px;*/
/*}*/
/*.blg-abt-athr-box h3{*/
/*font-size: 35px;*/
/*margin: 0;*/
/*margin-bottom: 23px;*/
/*color: #1f2d3d;*/
/*}*/
/*.athr-img-box {*/
/*width: 116px;*/
/*height: 116px;*/
/*float: none;*/
/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);*/
/*margin: auto;*/
/*}*/

/*.athr-desc-box*/
/*{*/
/*text-align: center;*/
/*}*/

/*.athr-desc-box h3 {*/
/*font-size: 35px;*/
/*color: #1f2d3d;*/
/*margin: 0;*/
/*margin-bottom: 25px;*/
/*}*/

/*.athr-desc-box h4 {*/
/*font-size: 28px;*/
/*margin: 0;*/
/*margin-top: 17px;*/

/*}*/
/*.athr-desc-box h4 a{*/
/*color: #1f2d3d;*/
/*}*/
/*.athr-desc-box h4 a:hover, .athr-desc-box h4 a:focus{*/
/*text-decoration: none;*/
/*color: #1f2d3d;*/
/*}*/

/*.athr-desc-box p {*/
/*font-size: 16px;*/
/*color: #1f2d3d;*/
/*!*font-style: italic; change by saad bin yousuf*!*/
/*line-height: 20px;*/
/*margin: 0;*/
/*}*/

/*.athr-desc-box p b {*/
/*font-size: 16px;*/
/*color: #1f2d3d;*/
/*margin: 10px 0 15px;*/
/*display: block;*/
/*font-style: normal;*/
/*font-weight: 600;*/

/*}*/

/*.athr-desc-box span {*/
/*display: block;*/
/*font-size: 16px;*/
/*color: #1f2d3d;*/
/*margin-top: 18px;*/
/*margin-bottom: 8px;*/
/*}*/

/*.abt-athr-sc-box i {*/
/*font-size: 30px;*/
/*margin: 0 5px;*/
/*}*/

/*.abt-athr-sc-box .auth-bnr-btn-twt{*/
/*color: #1ea1f2;*/
/*display: inline-block;*/
/*}*/

/*.abt-athr-sc-box .auth-bnr-btn-cf{*/
/*color: #00c152;*/
/*display: inline-block;*/
/*}*/

/*.abt-athr-sc-box a:focus {*/
/*outline: none;*/
/*}*/

/*.athr-img-box img {*/
/*border-radius: 200%;*/
/*}*/

/* About auther Styling new */
#cw_blg_athr_sec {
    text-align: center;
}

#cw_blg_athr_sec .cw-inr-blg-athr-img-box {
    display: block;
}

#cw_blg_athr_sec .cw-inr-blg-athr-img-box img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
}

#cw_blg_athr_sec .blg-abt-athr-box {
    margin: 0 0 50px;
    padding: 0 30px;
}

#cw_blg_athr_sec .athr-desc-box h4 {
    font-size: 14px;
    font-weight: 400;
    color: #1f2d3d;
    margin: 20px 0 15px;
}

#cw_blg_athr_sec .athr-desc-box h4 a {
    color: #3095f3;
    font-size: 16px;
    font-weight: 600;
}

#cw_blg_athr_sec .athr-desc-box p {
    margin: 0;
    color: #828283;
    font-size: 16px;
    line-height: 26px;
}

#cw_blg_athr_sec .abt-athr-sc-box {
    margin-top: 15px;
    display: none;
}

#cw_blg_athr_sec .athr-desc-box span {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

#cw_blg_athr_sec .abt-athr-sc-box a {
    color: #42526e !important;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
    width: 140px;
    border: 2px solid #09ebaf;
    text-align: center;
    margin: 0 6px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
}

#cw_blg_athr_sec .abt-athr-sc-box a:focus,
#cw_blg_athr_sec .abt-athr-sc-box a:hover,
#cw_blg_athr_sec .abt-athr-sc-box a:active {
    text-decoration: none;
}

#cw_blg_athr_sec .abt-athr-sc-box a:hover {
    background-color: #09ebaf;
}

#cw_blg_athr_sec .abt-athr-sc-box i {
    color: #42526e !important;
    font-size: 16px;
}

/* Opinion Widget CSS from 5/9/2016 */
.blg-opn-wgt {
    padding: 0 0 33px;
}

.athr-nm-desg {
    font-size: 16px;
    color: #000;
    font-family: open_sanssemibold;
}

.wgt-athr-img-box {
    width: 85px;
    height: 85px;
    margin: auto;
}

.blg-opn-wgt::before {
    float: left;
    content: "\f10d";
    color: #58c5e9;
    font-size: 35px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wgt-athr-desc-box {
    margin-top: 10px;
    padding-right: 10px;
}

.wgt-athr-desc-box p {
    color: #7e8890;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 16px;
}

.blg-opn-wgt .col-sm-2 {
    padding: 0;
}

span.pull-quot {
    display: block;
    float: right;
    padding: 0 0 0 10px;
    margin: 0 0 10px 10px;
    width: 170px;
    font-size: 18px;
    line-height: 1.4em;
    text-align: right;
    color: #666;
    border-left: 3px solid #ccc;
}

.inrblog_btm_scrbBar {
    position: fixed;
    bottom: 20px;
    padding: 15px 25px;
    background: #edf4fb;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    z-index: 999;
    border: 1px solid #dcdeff;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    transform: translateY(150%);
}

.inrblog_btm_scrbBar .close_inrblog_btm_scrbBar {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 24px;
    color: #3c4858;
    cursor: pointer;
}

.inrblog_btm_scrbBar .blg-inr-rgt-side-wrpr {
    display: flex;
    align-items: center;
    text-align: left;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    height: 80px;
}

.inrblog_btm_scrbBar .blg-inr-rgt-side-wrpr.slideDown {
    opacity: 0;
    height: 0;
}

.inrblog_btm_scrbBar .blg-inr-rgt-side-wrpr h3 {
    font-size: 22px;
    margin: 0;
    color: #2e39bf;
    flex: 2;
    font-weight: 700;
    line-height: 22px;
}

.inrblog_btm_scrbBar .blg-inr-rgt-side-wrpr h3 span {
    font-size: 14px;
    color: #42526e;
    margin: 8px 0 0;
    line-height: 16px;
    display: inline-block;
    font-weight: 400;
}

.inrblog_btm_scrbBar form.blg-inr-form #sidebar_success-messages,
.inrblog_btm_scrbBar form.blg-inr-form #sidebar_error-messages,
.inrblog_btm_scrbBar form.blg-inr-form #consent_error-messages {
    padding: 3px 10px;
    margin: 5px 0px -10px;
    display: none;
    font-size: 13px;
    line-height: 14px;
}

.inrblog_btm_scrbBar form.blg-inr-form {
    flex: 3;
    margin-left: 70px;
    position: relative;
}

.inrblog_btm_scrbBar form.blg-inr-form .form-group {
    display: flex;
}

.inrblog_btm_scrbBar form.blg-inr-form input[type="email"]::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: rgba(66, 82, 110, 0.5);
}
.inrblog_btm_scrbBar form.blg-inr-form input[type="email"] {
    display: inline-block;
    max-width: 250px;
    padding: 10px 15px;
    height: 40px;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    color: rgba(66, 82, 110, 1);
    border: 1px solid;
    border-right: 0 !important;
    border-color: rgba(66, 82, 110, 0.2) !important;
    border-radius: 4px 0 0 4px;
}

.inrblog_btm_scrbBar form.blg-inr-form .blg-slide-disc-wrap {
    display: inline-block;
    margin: 0;
}

.inrblog_btm_scrbBar form.blg-inr-form .blg-slide-disc-wrap a {
    display: inline-block;
    padding: 10px 15px;
    height: 40px;
    min-width: 150px;
    font-size: 15px;
    line-height: 18px;
    color: #102140;
    font-weight: 700;
    margin: 0;
    box-shadow: none;
    border-radius: 0 4px 4px 0;
}

.inrblog_btm_scrbBar form.blg-inr-form .checkbox_consent_sidebar {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #42526e;
}

.inrblog_btm_scrbBar .thankWrap {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.inrblog_btm_scrbBar .thankWrap.slideUp {
    height: 70px;
}

.inrblog_btm_scrbBar .thankWrap h2 {
    text-align: center;
    font-size: 28px;
    color: #232323;
    font-weight: 700;
    margin: 20px 0;
}

/*.blg-inr-rgt-side-wrpr h3 b{*/
/*font-size: 31px;*/
/*font-family: open_sansbold;*/
/*margin-bottom: -38px;*/
/*display: block;}*/

/*Slider CSS from 5/11/2016*/
.cw-owl-sldr {
    background: #263a62;
}

#blg-slider-sec .owl-controls {
    margin-top: -50px;
    position: relative;
}

/* Carousel Fade */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.cw-img-caption {
    font-size: 16px;
    color: #7e8890 !important;
    text-align: center;
}

#cw-search_result {
    padding-top: 128px !important;
    padding-bottom: 45px !important;
    min-height: auto;
    background: #2e39bf;
}

.cw-search_bnr {
    margin: 26px 0 16px 0;
    color: #fff;
}

/* Sticky Social Nav */
#cw-stky-scl-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #e4e4e4;
    padding: 10px 0 0 0;
    background: #fff;
    z-index: 9999;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
    -webkit-backface-visibility: hidden;
}

.cw-stky-campaign {
    transition: 0.7s;
    margin-bottom: 30px;
    /* display: none !important; */
    /*width: 350px;*/
    /*!*transition: top 100s linear;*!*/
    /*position: absolute;*/
    /*transition:all 1s linear;*/
    /*top: 0;*/
}
/*.cw-stky-campaign.sticky {*/
/*position: fixed;*/
/*top:80px;*/
/*}*/

.cw_scl_cont_btn_wrap {
    margin-bottom: 20px;
    display: none;
}

.cw_scl_cont_btn {
    display: inline-block;
    vertical-align: text-top;
}

.cw_scl_cont_btn:first-child {
    position: relative;
    top: -1px;
}

.cw-stky-campaign a {
    width: 100%;
    min-height: 340px;
    float: left;
    outline: 0;
    transition: 0.7s;
}
.cw-stky-campaign a img {
    transition: 0.7s;
}
/*Wordpress*/
.cw-stky-campaign-1488 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/wordpress-side-banner.jpg") no-repeat center top;
}

/*woocommerce*/
.cw-stky-campaign-2877 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/WooCommerce-side-banner.jpg") no-repeat center
        top !important;
}

/*Laravel*/
.cw-stky-campaign-2024 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/laravel-side-banner.jpg") no-repeat center top !important;
}

/*magento and magento interview*/
.cw-stky-campaign-1760 a,
.cw-stky-campaign-2886 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/magento-side-banner.jpg") no-repeat center top !important;
}

/*PHP*/
.cw-stky-campaign-1477 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/php-side-banner.jpg") no-repeat center top !important;
}

/*PrestaShop*/
.cw-stky-campaign-3839 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/prestashop-side-banner.jpg") no-repeat center top !important;
}

/*Moodle*/
.cw-stky-campaign-3840 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/Moodle.jpg") no-repeat center top !important;
}

/*Joomla*/
.cw-stky-campaign-3841 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/Joomla-Side-BANNER.jpg") no-repeat center top !important;
}

/*OPENCART*/
.cw-stky-campaign-3842 a {
    background: url("https://www.cloudways.com/blog/wp-content/uploads/opencart.jpg") no-repeat center top !important;
}

.cw-stky-scl-nav-on {
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

#cw-stky-scl-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#cw-stky-scl-nav ul li {
    display: inline-block;
    margin-right: 5px;
}

#cw-stky-scl-nav ul li a {
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    outline: none !important;
}

.cw-fb a {
    color: #3948ab;
    border: 1px solid #3948ab;
}

.cw-fb:hover a {
    color: #fff;
    background: #3948ab;
}

.cw-tw a {
    color: #42a4f5;
    border: 1px solid #42a4f5;
}

.cw-tw:hover a {
    color: #fff;
    background: #42a4f5;
}

.cw-gp a {
    color: #d74314;
    border: 1px solid #d74314;
}

.cw-gp:hover a {
    color: #fff;
    background: #d74314;
}

.cw-lkd a {
    color: #007bb6;
    border: 1px solid #007bb6;
}

.cw-lkd:hover a {
    color: #fff;
    background: #007bb6;
}

.cw-sbs-box2 form {
    margin-bottom: 10px;
}

.cw-sbs-box2 input {
    border-radius: 0;
}

.cw-sbs-box2-cta .btn {
    background-color: #2ecc71 !important;
    border-color: #2ecc71 !important;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    padding: 7px 12px;
}

/* Carousel Fade */

/* hellobar CSS by Danisih from june 16 */
.hlobar {
    /*height: 32px;*/
    height: 80px;
    text-align: center;
    background: #2ecc71;
    /*padding-top: 6px;*/
    overflow: hidden;
}

.hlobar-text {
    min-height: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    padding: 0 20px 0 0;
    text-align: left;
}

.hlobar b {
    color: #fff;
}

.hlobar .btn-primary {
    display: inline-block;
    border-color: #d6d7d8;
    font-size: 11px;
    padding: 2px 10px 1px 10px;
    text-transform: uppercase;
    background: #000;
    z-index: 1;
    position: relative;
}

.hlobar .btn-primary:focus {
    outline: none;
}

ul.pager li a:focus {
    outline: none;
}

.helobar-full {
    height: 80px;
    background: url(https://www.cloudways.com/assets/img/widget/new-year-hb-2017.jpg) no-repeat center top #5d4375;
    position: relative;
    z-index: 9;
    /*background-size:cover ;*/
}

.hlobar-stiric {
    position: absolute;
    color: #fff;
    left: 41%;
    top: 19px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
}

/* sidebar promotion offer banner style */
.blg-promotion-ofr {
    margin-top: 15px;
}

/* Inner blog new CTA Section 19/07/2016 */

/* new style to be added*/
.blg-inr-sbsc-lnk-box {
}

.blg-inr-sbsc-lnk-box a {
    display: inline-block;
    background-color: #09ebaf;
    color: #0e134f;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}

.blg-inr-sbsc-lnk-box a:hover,
.blg-inr-sbsc-lnk-box a:focus {
    color: #102140;
    text-decoration: none;
    outline: none;
    background-color: #74ffda !important;
    border-color: #74ffda !important;
}

/* existing style to be changed*/
.blg-inr-sbsc-box {
    padding: 40px 50px;
    margin-bottom: 50px;
    background: #0e134f;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.blg-inr-sbsc-box *{
    position: relative;
}

.blg-inr-sbsc-box::before {
    position: absolute;
    content: "";
    background: url(https://www.cloudways.com/blog/wp-content/uploads/after-blog-cta-pattern.png) no-repeat right bottom
        transparent;
    right: 0;
    left: 70%;
    bottom: 0;
    top: 0;
    mix-blend-mode: overlay;
}

.blg-inr-sbsc-box h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    position: relative;
    color: #ffffff;
    margin: 0;
    max-width: 80%;
}

.blg-inr-sbsc-box p {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin: 0 0 20px;
    max-width: 80%;
}

.blg-inr-sbsc-box p.pre {
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
}

.blg-inr-sbsc-box p.pre img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.blg-inr-sbsc-lnk-box {
    margin-top: 30px;
}

.blg-inr-sbsc-lnk-box a {
    background: #fbd808;
    border-radius: 3px;
    padding: 10px 18px;
    min-width: 180px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #0e134f;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    outline: none !important;
}

.blg-inr-sbsc-lnk-box a:hover {
    background: #ffe963 !important;
}

/* Home banner subscribe*/

.hm-bnr-serch {
    padding: 100px 0 36px 0;
    background: url("../img/blog-slide1.jpg") no-repeat center top;
    background-size: cover;
}

.hm-bnr-serch h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 25px;
}

.hm-bnr-serch-form .container {
    width: 100%;
    padding: 0;
}

.ftr-strp-cros {
    display: none;
}

.hm-bnr-serch-form form {
    position: relative;
    max-width: 100%;
}

.hm-bnr-serch-form #searchsubmit {
    position: absolute !important;
    right: 7px;
    top: 7px;
    padding: 10px 22px;
    background: #2ecc71;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}

.hm-bnr-serch-form input.search_form {
    height: 54px;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0;
    padding: 6px 15px;
}

/* Post BlockQuote Design */
blockquote {
    font-style: italic;
    text-align: center;
    line-height: 27px;
    padding: 10px 12%;
    border: 5px solid #eee;
}

/*@section 5.  404 page*/
.error404 .cw-blog-category-nav-wrap {
    display: none !important;
}

.error404 .blog-navs-main-wrap {
    height: auto !important;
}

.err-404-wrap {
    background: #f4f3f9;
    padding: 90px 0 80px 0;
}

.err-404-lft {
    text-align: center;
}

.err-404-lft img {
    display: inline-block;
}

.error-page-content {
    padding: 42px 55px 42px 55px;
    background-color: #2f39bf;
    text-align: left;
    color: #fff;
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-top: 60px;
}

.error-page-content h2 {
    font-size: 153px;
    line-height: 110px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    margin: 0 0 23px 0;
}

.error-page-content p {
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.error-page-btn {
    background-color: #09ebaf;
    width: 151px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #09ebaf;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #192072 !important;
}

.error-page-btn:hover {
    background-color: #74ffda !important;
    color: #192072 !important;
}

.error-page-btn.chat-btn {
    font-size: 15px;
    display: inline-block;
    width: 180px;
    border: 2px solid #09fbbb;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-transform: uppercase;
    background: none;
    color: #fff !important;
}

.error-page-btn.chat-btn:hover {
    color: #091e42 !important;
}

.error-page-content:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 50%;
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 44px solid #2f39bf;
}

/*@section 6.  Home New Design*/
.ftrd-pst {
    /*background: url("../img/hm-bg-bnnr.jpg") no-repeat center center;*/
    /*background-size: cover;*/
    background-color: #2e39bf;
    padding: 160px 0 50px;
    overflow: hidden;
    position: relative;
}

.ftrd-pst .container,
.cw-blg-auth-bnr .container {
    position: relative;
    z-index: 1;
}

.glb-bnr-strp-1 {
    height: 200px;
    width: 150%;
    background: #2c36bb;
    display: inline-block;
    position: absolute;
    transform: rotate(15deg);
    top: -190px;
    right: -300px;
}
.cw-blg-auth-bnr .glb-bnr-strp-1 {
    z-index: -1;
    transform: rotate(22deg);
    top: -220px;
    right: -540px;
}
.blg-sub-catg-wrap .glb-bnr-strp-1 {
    transform: rotate(20deg);
    top: -280px;
    right: -380px;
}
.glb-bnr-strp-2 {
    height: 200px;
    width: 150%;
    background: #2c36bb;
    display: inline-block;
    position: absolute;
    transform: rotate(18deg);
    top: 350px;
    right: 0;
}

.ftrd-pst .srch-wrap,
.cw-blg-auth-bnr .srch-wrap,
.blg-sub-catg-wrap .srch-wrap {
    margin-bottom: 30px;
}

.ftrd-pst .srch-wrap .form-group,
.cw-blg-auth-bnr .srch-wrap .form-group,
.blg-sub-catg-wrap .srch-wrap .form-group,
#cw-search_result .srch-wrap .form-group {
    margin: 0;
    position: relative;
}

.ftrd-pst .srch-wrap .form-group input,
.cw-blg-auth-bnr .srch-wrap .form-group input,
.blg-sub-catg-wrap .srch-wrap .form-group input,
#cw-search_result .srch-wrap .form-group input {
    background-color: rgba(12, 16, 88, 0.5);
    padding: 13px 20px 12px 70px;
    font-size: 18px;
    color: #a2a4c6;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    -moz-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    display: inline-block;
    width: 100%;
    height: auto;
}

.ftrd-pst .srch-wrap .form-group input:focus,
.cw-blg-auth-bnr .srch-wrap .form-group input:focus,
.blg-sub-catg-wrap .srch-wrap .form-group input:focus,
#cw-search_result .srch-wrap .form-group input:focus {
    outline: none;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    -moz-box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.36) inset;
}

.srch-wrap .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4950bb;
}

.srch-wrap .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4950bb;
}

.srch-wrap .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4950bb;
}

.srch-wrap .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #4950bb;
}
.ftrd-pst .srch-wrap .form-group i,
.cw-blg-auth-bnr .srch-wrap .form-group i,
.blg-sub-catg-wrap .srch-wrap .form-group i,
#cw-search_result .srch-wrap .form-group i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    left: 25px;
}

/*@section 7.  GDPR BAAR*/
#cookies-bot div {
    box-sizing: border-box;
}

#cookies-bot {
    /*position: fixed;*/
    width: 100% !important;
    z-index: 9999999 !important;
    background-color: #535353 !important;
    top: 0 !important;
    bottom: auto !important;
    font-size: 15px !important;
    /*height: 0;*/
    max-height: 110px !important;
    /*transition: max-height 2s !important;*/
    overflow: hidden;
    display: none;
}

.is-cw-header-sticky #cookies-bot {
    height: 0 !important;
}

#cookies-bot .cookies-bot-inr {
    max-width: 60% !important;
    color: #fff !important;
    font-size: 13px !important;
    margin: 0 auto !important;
    padding: 17px 0 10px 0;
}

.cookies-bot-lft h3 {
    margin: 0px 0 3px !important;
    color: #fff !important;
    text-transform: none !important;
    line-height: 24px !important;
    font-size: 18px;
}

.cookies-bot-lft {
    width: 80% !important;
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 2%;
}

.cookies-bot-lft p {
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.cookies-bot-rt {
    width: 16%;
    float: left;
}

.cookies-bot-rt a {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding-left: 16px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
    background: url("https://www.cloudways.com/blog/wp-content/uploads/gdpr-bar-img.png") no-repeat left 3px;
}

.cookies-bot-rt a:last-child {
    background-position: left -57px;
}

#continue-settings {
    border: 1px solid #fff;
    padding: 4px 31px 2px 31px;
    font-size: 12px;
    margin-bottom: 8px;
    background: none;
}

.cw-glb-blg-adbox {
    text-align: center;
}

.cw-glb-blg-adbox img {
    display: inline-block;
}

.cw_toc {
    background: #ffffff;
    box-shadow: 0 0 16px #2e39bf;
    margin-bottom: 30px;
}

.cw_toc h2 {
    text-align: center;
    font-weight: bold;
    background-color: #2e39bf;
    color: #fff;
    padding: 10px 0;
}

.cw_toc p {
    padding: 0 2%;
}

.cw_post_faq h2 {
    text-align: center;
    font-weight: bold;
    background-color: #2e39bf;
    color: #fff;
    margin: 0 0 8px 0;
    padding: 8px 0;
}

/* Inline Subscriber */
.cw-blog-inline-subs-wrap {
    padding: 25px 40px;
    margin: 40px 0;
    background: #edf4fb;
    border-radius: 6px;
}

.cw-blog-inline-subs-inr h3 {
    margin: 0;
    text-align: left;
    color: #3c4858;
    font-size: 24px;
    font-weight: 600;
}

.cw-blog-inline-subs-inr p {
    font-size: 16px;
    color: #42526e;
    margin: 10px 0;
    text-align: left;
}

.cw-blog-inline-subs-form .form-group {
    margin-bottom: 5px;
}

.cw-blog-inline-subs-form input[type="email"] {
    padding: 11px 15px;
    font-size: 15px;
    color: #687686;
    font-weight: 500;
    border-radius: 7px !important;
    box-shadow: none;
    outline: none;
    height: auto;
}

.cw-ebk-chkbox {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px;
}

.cw-blog-inline-subs-form label {
    color: #3c4858;
    margin: 0 0 20px;
    font-size: 14px;
}

.cw-blog-inline-subs-form label a {
    font-size: 14px;
    color: #3095f3;
    transition: all 0.2s ease-in-out;
}

.cw-blog-inline-subs-form label a:hover {
    color: #3095f3;
}

.cw-blog-inline-subs-wrap .cw-glb-btn {
    font-size: 14px !important;
    color: #fff !important;
    background: #2e39bf !important;
    border-color: #2e39bf !important;
    text-decoration: none !important;
}

.cw-blog-inline-subs-img_box img {
    max-height: 220px;
    margin: 0 0 0 auto;
}

.error#email_error-messages,
.error#gdpr_error-messages {
    margin: 10px 0 0;
    padding: 8px 15px;
}

.cw-blog-inline-subs-thnkyou-wrap {
    margin-top: 40px;
    display: none;
}

.cw-blog-inline-subs-thnkyou-wrap h4 {
    color: #2e39bf;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.cw-blog-inline-subs-thnkyou-wrap p {
    font-size: 18px;
    color: #2e39bf;
    text-align: center;
    margin-bottom: 60px;
}

.blogInlineCtaNewSec {
    background: url(https://www.cloudways.com/blog/wp-content/uploads/blog-new-inline-cta-pattern.png) no-repeat bottom right
        #c0ffe1;
    border-radius: 6px;
    padding: 40px 30px;
    margin-bottom: 40px;
    background-size: contain;
}

.blogInlineCtaNewSec .mainWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogInlineCtaNewSec .mainWrap .txt {
    flex: 2;
}

.blogInlineCtaNewSec .mainWrap .txt h2 {
    font-weight: 800 !important;
    line-height: 30px;
    font-size: 28px;
    color: #0e134f;
    margin: 0 0 10px;
}

.blogInlineCtaNewSec .mainWrap .txt p {
    font-weight: 400;
    font-size: 16px;
    color: #0e134f;
    margin: 0 0 0;
}

.blogInlineCtaNewSec .mainWrap .cta {
    padding-left: 30px;
    min-width: 150px;
    flex: 1;
    text-align: center;
}

.blogInlineCtaNewSec .mainWrap .cta a {
    text-align: center;
    display: inline-block;
    padding: 10px 18px;
    background: #0e134f;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    min-width: 130px;
    text-decoration: none !important;
    outline: none !important;
}

.inline-subs-v3 h3 {
    text-align: center;
}

.inline-subs-v3 p,
.inline-subs-v3 .inline-subs-cta {
    text-align: center;
}

.cw-blog-inline-subs-form.subs_wo_img .inline_subs_form,
.cw-blog-inline-subs-form.subs_wo_img form {
    position: relative;
}

.subs_wo_img .cnt-tab-submit a {
    position: absolute;
    top: 0;
    right: -220px;
    display: block;
    width: 200px;
}

.subs_wo_img label {
    margin-bottom: 0;
}

.inrBlogEbookDownload{
    position: relative;
    padding: 30px 50px 50px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
}

.inrBlogEbookDownload .shape1{
    position: absolute;
    right: 0;
    bottom: 0;
}

.inrBlogEbookDownload .shape2{
    position: absolute;
    top: 0;
    left: 0;
}

.inrBlogEbookDownloadWrap{
    display: flex;
    align-items: center;
}

.inrBlogEbookDownloadImg{
    flex: 2;
    padding-right: 20px;
}

.inrBlogEbookDownloadImg img{
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}

.inrBlogEbookDownloadTxt{
    flex: 3;
    position: relative;
}

.inrBlogEbookDownloadTxt h3{
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.03em;
    color: #0E134F;
    margin: 0 0 10px;
}

.inrBlogEbookDownloadTxt p{
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #42526E;
    margin: 0;
}

.inrBlogEbookDownloadTxt .inline_subs_form{
    margin: 20px 0 0;
    position: relative;
}

.inrBlogEbookDownloadTxt .inline_subs_form input[type='email']{
    background: #FFFFFF;
    border: 0.5px solid rgba(66, 82, 110, 0.31);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: rgba(66, 82, 110, 0.7);
    height: auto;
}

.inrBlogEbookDownloadTxt .form-group{
    margin: 0;
}

.inrBlogEbookDownloadTxt .cw-ebk-chkbox{
    color: #42526E;
    margin: 0 0 20px;
}

.inrBlogEbookDownloadTxt .error#email_error-messages, .inrBlogEbookDownloadTxt .error#gdpr_error-messages{
    position: absolute;
    padding: 0;
    background: transparent;
    border: 0;
}



/* Table of Content */

.cw_blog_toc-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.cw_blog_toc-head a {
    cursor: pointer;
    color: #3c4858 !important;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 25px 15px 40px;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #e5e5e5;
}

.cw_blog_toc-head a::after {
    content: "\F068";
    color: #3c4858;
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 17px;
}

.cw_blog_toc-head a[aria-expanded="false"]::after {
    content: "\F067" !important;
}

.cw_blog_toc-head a[aria-expanded="true"]::after {
    content: "\F068" !important;
}

.cw_blog_toc_list {
    padding: 0 20px 0;
}

.cw_blog_toc-head {
    margin-bottom: 20px;
}

.cw_blog_faq {
    padding: 20px 30px;
}

.cw_blog_faq h3,
.cw_blog_faq_ques h3 {
    font-size: 17px;
    color: #1f2d3d;
    font-weight: 600;
    margin-bottom: 10px;
}

.cw_blog_faq h3 + p,
.cw_blog_faq_ans p {
    font-size: 16px;
    color: #1f2d3d;
    font-weight: 400;
    margin-bottom: 20px;
}

.cw_blog_toc_list li {
    font-size: 18px;
    color: #3c4858;
    font-weight: 500;
    margin-bottom: 15px;
}

.cw_blog_toc_list li:before {
    background-color: #000 !important;
    width: 5px !important;
    height: 5px !important;
    top: 12px !important;
    left: 5px !important;
}

.cw_blog_toc_list li ul,
.cw_blog_toc_list li ol {
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 15px;
}

.cw_blog_toc_list ul:last-child,
.cw_blog_toc_list ol:last-child,
.cw_blog_toc_list ul li:last-child,
.cw_blog_toc_list ol li:last-child {
    margin-bottom: 0 !important;
}

.cw_blog_toc_list a,
.cw_blog_toc_list a:hover,
.cw_blog_toc_list a:active,
.cw_blog_toc_list a:focus {
    color: #1f2d3d;
    text-decoration: none;
}

.cw_blog_toc_list a:hover {
    color: #1e55cf;
    text-decoration: underline;
}

.cw_blog_toc_list li li {
    font-size: 16px;
    font-weight: 400;
}

/*@section 8.  Response Feedback*/

.blogFeedback_sideWrap {
    position: fixed;
    top: 150px;
    right: 5%;
    z-index: 9999;
    width: 240px;
    display: none;
}

.blg_fbck_asideBox {
    border: 1px solid #dcdeff;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    min-height: 260px;
    background-color: #edf4fb;
    position: relative;
}

.blg_fbck_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.blg_fbck_wrap > h4 {
    font-size: 20px;
    line-height: 24px;
    color: #42526e;
    font-weight: 700;
    margin: 0 0 20px;
}

.blg_fbck_rateBox {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.blg_fbck_rateBox a {
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 60px;
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    margin: 0 5px;
}

.blg_fbck_rateBox a i {
    font-size: 30px;
    line-height: 65px;
    transition: all 0.3s ease-in-out;
    transform-origin: center center;
}

.blg_fbck_rateBox a:hover i {
    transform: scale(1.3);
}

.blg_fbck_rateBox a .fa-thumbs-up {
    color: #09eaae;
}

.blg_fbck_rateBox a .fa-thumbs-down {
    color: #f45a5a;
}

.blg_fbck_formBox input[type="email"]::placeholder,
.blg_fbck_formBox textarea::placeholder {
    color: #94989d;
    font-size: 15px;
}

.blg_fbck_formBox input[type="email"],
.blg_fbck_formBox textarea {
    color: #102140;
    font-size: 15px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    min-height: 40px;
    box-shadow: none !important;
    text-align: left;
    border: 0;
}

.blg_fbck_formBox textarea {
    min-height: 100px;
    resize: none !important;
    width: 100%;
    padding: 10px;
}

.blg_fbck_formBox .form-group {
    margin-bottom: 0px;
}

.blogFeedback_sideWrap .checkbox_consent_sidebar {
    font-size: 13px;
    margin: 5px 0 0;
    font-weight: 400;
}

.blg_fbck_formBox input[type="button"] {
    border: 0;
    color: #232323 !important;
    background-color: #09ebaf;
    font-size: 15px;
    line-height: 18px;
    color: #102140;
    text-align: center;
    padding: 8px 15px;
    width: 100%;
    box-shadow: none !important;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none !important;
}

#blg_fbck_yes,
#blg_fbck_no,
#blg_fbck_error_msg,
#blg_fbck_thx {
    display: none;
}

#blg_fbck_main_box.blg_fbck_main_box {
    display: none !important;
}

/**/

.EnlighterJSInfoButton {
    display: none !important;
}

/*live chat hide*/
#livechat-eye-catcher,
#chat-widget-container {
    display: none;
}

/*@section 9.  Blog Revamp 2019*/
#onesignal-bell-launcher {
    display: none;
}

.blg-inr-left-wrpr iframe {
    width: 100%;
}

.cwBlg_rtimeBox,
.cwBlg_athrTop_imgBox {
    display: inline-block;
    vertical-align: middle;
}

.cwBlg_athrTop_imgBox img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #68b7ff;
    padding: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.cwBlg_athrTop_imgBox > a {
    color: #3095f3;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.cwBlg_athrTop_imgBox:after {
    content: "-";
    color: #8492a6;
    margin: 0 5px;
}

#cwBlg_rltdArtcl_sec .blg-artc-img-box {
    width: 100%;
    margin: auto;
}

#cwBlg_rltdArtcl_sec .blg-cat-btm,
#cwBlg_rltdArtcl_sec .span-reading-time {
    display: none;
}

#cwBlg_rltdArtcl_sec.cw-blg-inr-rlt-artcl-sec article {
    width: 100%;
    border: 0;
    padding: 28px 22px;
    margin: 0 auto !important;
    min-height: 150px;
    text-align: left;
    margin-bottom: 40px !important;
}

#cwBlg_rltdArtcl_sec.cw-blg-inr-rlt-artcl-sec article h2 {
    font-size: 16px;
    color: #3c4858;
    line-height: 24px;
    max-height: initial;
    margin: 0;
    font-weight: 600;
    min-height: initial;
}

#cwBlg_rltdArtcl_sec .cw-inr-blg-ttl-wrap .blg-app-ttl a {
    padding: 5px 8px;
}

.cw-blg-inr-rlt-artcl-sec article h2 a {
    color: #3c4858;
}

#cwBlg_rltdArtcl_sec .blg-ctg-cntnt .blg-app-ttl a:after {
    display: none;
}

.post_shrBtn_btmWrap {
    text-align: center;
    position: relative;
    margin: 20px 0 40px;
}

.post_shrBtn_btmWrap h3 {
    color: #3c4858;
    font-size: 18px;
}

.post_shrBtn_btmWrap ul {
    padding: 0 25px 0 10px;
    margin: 0;
    list-style: none;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.post_shrBtn_ulBox {
    position: relative;
}

.post_shrBtn_btmWrap span {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.post_shrBtn_btmWrap ul li {
    display: inline-block;
    padding-left: 15px !important;
    margin-bottom: 0 !important;
}

.post_shrBtn_btmWrap ul li:before {
    display: none;
}

#post_shrBtn_btmWrap ul li a,
.post_shrBtn_topBox ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #8a9aaf !important;
    background-color: #fff;
    border: 1px solid #8a9aaf;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#post_shrBtn_btmWrap ul li a:hover,
.post_shrBtn_topBox ul li a:hover {
    color: #fff !important;
}

#post_shrBtn_btmWrap ul li:nth-of-type(1) a:hover,
.post_shrBtn_topBox ul li:nth-of-type(1) a:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

#post_shrBtn_btmWrap ul li:nth-of-type(2) a:hover,
.post_shrBtn_topBox ul li:nth-of-type(2) a:hover {
    background-color: #00acee;
    border-color: #00acee;
}

#post_shrBtn_btmWrap ul li:nth-of-type(3) a:hover,
.post_shrBtn_topBox ul li:nth-of-type(3) a:hover {
    background-color: #c8232c;
    border-color: #c8232c;
}

#post_shrBtn_btmWrap ul li:nth-of-type(4) a:hover,
.post_shrBtn_topBox ul li:nth-of-type(4) a:hover {
    background-color: #0077b5;
    border-color: #0077b5;
}
#post_shrBtn_btmWrap ul li:nth-of-type(5) a:hover,
.post_shrBtn_topBox ul li:nth-of-type(5) a:hover {
    background-color: #FF4500;
    border-color: #FF4500;
}
.post_shrBtn_btmWrap ul li a i,
.post_shrBtn_topBox ul li a i {
    font-size: 15px;
    line-height: inherit;
}
.post_shrBtn_topBox ul li a svg path{
    fill: #8a9aaf;
}
.post_shrBtn_topBox ul li a:hover svg path{
    fill: white;
}
.post_shrBtn_topBox {
    position: fixed;
    top: 150px;
    left: 20%;
    z-index: 999;
    display: none;
}

.post_shrBtn_topBox ul {
    display: inline-block;
    list-style: none;
}

.post_shrBtn_topBox ul li {
    margin-bottom: 15px;
}

.post_sideBnr_Box,
.post_sideBnr_Box_rht-campaign,
.post_sideBnr_Box_rht-tierThree-campaign,
.post_sideBnr_Box_rht-otherTier-campaign {
    position: fixed !important;
    top: 150px;
    right: 5% !important;
    z-index: 9999;
    width: 240px !important;
    display: none;
}

.post_sideBnr_Box.post_sideBnr_Box2 {
    left: 3%;
    top: auto;
    bottom: 0;
}

.post_sideBnr_closeBtn {
    position: absolute;
    color: #fff;
    right: 10px;
    top: 0;
    font-size: 22px;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.post_sideBnr_closeBtn:hover {
    opacity: 1;
}

#cwBlog-btmToTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    display: none;
    background: #f5f5f5;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    right: 100px;
    bottom: 50px;
    cursor: pointer;
}

#cwBlog-btmToTop i {
    color: #d5d9df;
}

.cwBlog_proTip_wrap {
    color: #2e39bf !important;
    font-weight: 500;
    padding: 15px;
    border-top: 1px solid rgba(138, 154, 175, 0.31);
    border-bottom: 1px solid rgba(138, 154, 175, 0.31);
}

.cwBlog_proTip_wrap > b,
.cwBlog_proTip_wrap > strong {
    color: #3c4858;
}

.cwBlog_proTip_wrap2 {
    text-align: center;
    padding: 2% 2%;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0 8px #2e39bf85;
    display: block;
    background-image: none !important;
}

#blg-inr-sbsc-box2 {
    padding: 30px 50px;
}

.blg-inr-sbsc_imgBox {
    text-align: center;
}

.blg-inr-sbsc_imgBox img {
    display: inline-block;
}

/* Agency Side Popup */

.agn_btm_sideBar_wrap #close_inrblog_btm_scrbBar,
.post_sideBnr_Box_lft-campaign #close_inrblog_btm_scrbBar {
    color: #c65fee;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.agn_btm_sideBar_imgBox {
    text-align: center;
}

.agn_btm_sideBar_imgBox img {
    display: inline-block;
}

.agn_btm_sideBar_wrap,
.post_sideBnr_Box_lft-campaign,
.post_sideBnr_Box_lft-tierThree-campaign,
.post_sideBnr_Box_lft-otherTier-campaign {
    /* max-width: 238px; */
    max-width: 240px;
    min-width: 240px;
    transform: translateY(150%);
    position: fixed;
    bottom: 0;
    left: 40px;
    background: #0e134f;
    border-radius: 6px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.agn_btm_sideBar_wrap::before,
.post_sideBnr_Box_lft-campaign::before {
    background: url(https://www.cloudways.com/blog/wp-content/uploads/blog-left-popup-pattern.png) no-repeat right
        center transparent;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    mix-blend-mode: overlay;
    z-index: -1;
}

.agn_btm_sideBar_formBox{
    padding: 15px;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.agn_btm_sideBar_formBox p.pre {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
}

.agn_btm_sideBar_formBox h2 {
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 10px;
    color: #ffffff;
}

.agn_btm_sideBar_formBox p {
    font-weight: 500;
    font-size: 21px;
    color: #ffffff;
    margin: 0;
}

.agn_btm_sideBar_formBox p.small {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.agn_btm_sideBar_formBox h3 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 10px 0;
}

.agn_btm_sideBar_formBox .ctaWrap {
    margin-top: 30px;
}
.agn_btm_sideBar_formBox .ctaWrap a {
    display: block;
    text-align: center;
    padding: 8px 15px;
    background: #fbd808;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
    color: #0e134f;
}
.agn_btm_sideBar_formBox .ctaWrap a:hover {
    background-color: #ffe963 !important;
}

.agn_btm_sideBar_formBox .blg-inr-form input {
    font-size: 14px !important;
    background: #fcfcfc !important;
    border: 0 !important;
    padding: 6px 20px;
}

.agn_btm_sideBar_formBox .blg-inr-form {
    margin: 0;
}

.agn_btm_sideBar_formBox .blg-inr-form #consent_error-messages,
.agn_btm_sideBar_formBox .blg-inr-form #sidebar_error-messages {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    transform: translateY(10px);
    color: #fff;
    text-shadow: none;
}

.agn_btm_sideBar_formBox .blg-inr-form #sidebar_success-messages {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    transform: translateY(10px);
    color: #adff2f;
    text-shadow: none;
}

.agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt {
    background: #fbd808;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700;
    padding: 5px;
    margin: 0 !important;
}

.agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:hover,
.agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:focus,
.agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:active {
    background-color: #ebcb0a !important;
}

.agn_btm_sideBar_formBox .checkbox_consent_sidebar,
.agn_btm_sideBar_formBox .checkbox_consent_sidebar a {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    margin: 10px 0 !important;
}

.agn_btm_sideBar_formBox .checkbox_consent_sidebar a {
    text-decoration: underline;
}

.agn_btm_sideBar_formBox .error,
.agn_btm_sideBar_formBox #sidebar_success-messages {
    padding: 5px 10px;
}

#glh_popUp_mainBox .agn_btm_sideBar_wrap {
    width: 300px;
    background: #fbd808;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    border-radius: 6px 6px 0px 0px;
}

#glh_popUp_mainBox .agn_btm_sideBar_formBox h3 {
    color: #0e134f;
    font-size: 22px;
    margin-bottom: 12px;
}

#glh_popUp_mainBox .agn_btm_sideBar_formBox p {
    color: #0e134f;
    font-size: 16px;
    margin-bottom: 10px;
}

#glh_popUp_mainBox .agn_btm_sideBar_formBox .checkbox_consent_sidebar,
#glh_popUp_mainBox .agn_btm_sideBar_formBox .checkbox_consent_sidebar a {
    color: #0e134f !important;
    font-size: 14px;
}

#glh_popUp_mainBox .agn_btm_sideBar_formBox .blg-inr-form input[type="email"] {
    border: 1px solid #000;
    min-height: 40px;
}

#glh_popUp_mainBox .agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt,
#glh_popUp_mainBox .agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:hover,
#glh_popUp_mainBox .agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:focus,
#glh_popUp_mainBox .agn_btm_sideBar_formBox .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt:active {
    color: #fff !important;
    background-color: #0e134f !important;
    border-color: #0e134f !important;
    padding: 10px 5px;
}

#glh_popUp_mainBox .agn_btm_sideBar_wrap #close_inrblog_btm_scrbBar {
    color: #a79006;
    top: -5px;
}

.cw-inr-blg-post .frameBox{
    padding: 30px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-top: 30px solid #2e39bf;
}
.cw-inr-blg-post .frameBox p:last-child{
    margin: 0;
}

.blg_deal_mainBox
{
    display: flex;
}

.blg_deal_inrBox
{
    flex: 1;
    padding: 20px;
    border-radius: 6px;
    background-color: rgba(204, 204, 204, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.blg_deal_inrBox:nth-child(n+1)
{
    margin-left: 20px;
}

.blg_deal_inrBox .btn .fa
{
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.testomonialWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
}

.testomonialWrap .testomonialBox {
    margin: 0 12px 30px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 20px 80px;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    flex: 1;
}

.testomonialWrap .testomonialBox .text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #42526e;
}

.testomonialWrap .testomonialBox .Details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
}

.testomonialWrap .testomonialBox .Details .img {
    max-width: 44px;
    max-height: 44px;
    margin-right: 15px;
    border-radius: 50px;
    overflow: hidden;
}

.testomonialWrap .testomonialBox .Details .desc h3 {
    font-size: 14px;
    color: #020637;
    margin: 0;
    font-weight: 700;
    line-height: 24px;
}

.testomonialWrap .testomonialBox .Details .desc p {
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #42526e;
    margin: 0;
    line-height: 14px;
}

/*  Gutenberg Block Textbox with Link   */
.wp-block-create-block-textbox-with-link {
    text-align: center;
    padding: 2% 2%;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0 8px #2e39bf85;
    display: block;
}

.wp-block-create-block-textbox-with-link p {
    margin: 0;
}
/*  Gutenberg Block Textbox with Link   */

/*  Gutenberg Faq Block   */
.cw_blog_toc-wrap .cw_blog_faq h1, .cw_blog_toc-wrap .cw_blog_faq h2, .cw_blog_toc-wrap .cw_blog_faq h3,
.cw_blog_toc-wrap .cw_blog_faq h4, .cw_blog_toc-wrap .cw_blog_faq h5, .cw_blog_toc-wrap .cw_blog_faq h6 {
    font-size: 17px;
    color: #1f2d3d !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
    line-height: 32px;
}

.cw_blog_toc-wrap .cw_blog_faq p {
    font-size: 16px;
    color: #1f2d3d;
    font-weight: 400;
}
/*  Gutenberg Faq Block   */

/*  Announcement Cta   */
@keyframes announcement {
    from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  20% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  25% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  30% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  35% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glow2 {
    0% {
        text-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    }

    50% {
        text-shadow: 0px -3px 5px rgba(255, 255, 255, 0.4);
    }

    100% {
        text-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    }
}

.cw-inr-blg-post .announcement-strip {
    background: #2F39BF;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 0;
    margin: 0 0 25px;
}

.cw-inr-blg-post .announcement-strip p,
.cw-inr-blg-post .announcement-strip .two {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.cw-inr-blg-post .announcement-strip .one {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 7px;
    margin: 0 10px 0 0;
}

.cw-inr-blg-post .announcement-strip img {
    max-width: 15px;
    /* transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); */
    animation: announcement infinite 2s linear both;
}

.cw-inr-blg-post .announcement-strip a {
    padding: 0 22px;
    display: block;
}

.cw-inr-blg-post .announcement-strip .two {
    animation: glow2 infinite 2s linear both;
    /* text-shadow: 0px -1px 5px rgb(255 255 255); */
}
/*  Announcement Cta   */

.inline-cta-v3 {
    background: url(https://www.cloudways.com/blog/wp-content/uploads/inline-cta-3-bg.png) no-repeat left/cover #EDF5FF;
    padding: 40px;
    border: 1px solid rgba(47, 57, 191, 0.16);
}

.inline-cta-v3 .mainWrap .txt h2 {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 15px;
}

.inline-cta-v3 .mainWrap .cta a {
    font-size: 16px;
    min-width: 163px;
    padding: 11px 0;
    background: #2F39BF;
}

.inline-cta-v3 .mainWrap .txt p {
    color: rgba(14, 19, 79, 0.8);
    line-height: 24px;
}

.inline-cta-v3 .mainWrap .txt h2 span {
    color: #2F39BF;
    display: inline-block;
}

.inline-cta-v4 {
    background: url(https://www.cloudways.com/blog/wp-content/uploads/inline-cta-3-bg.png) no-repeat center/cover #EDF5FF;
    padding: 40px;
    border-radius: 6px;
    border: 1px solid rgba(47, 57, 191, 0.16);
}

.inline-cta-v4 a.om-trigger-alt-conversion {
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    background: #2F39BF;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff !important;
    margin-top: 30px;
    line-height: initial;
	min-width: 163px;
}

.inline-cta-v4 .mainWrap .txt p {
    color: rgba(14, 19, 79, 0.8);
    line-height: 150%;
}

.inline-cta-v4 .mainWrap .cta {
    padding: 0;
}

.inline-cta-v4 .mainWrap .txt {
    padding: 0 30px 0 0;
}

.inline-cta-v4 .mainWrap .txt h2 {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 15px;
}

.inline-cta-v4 .mainWrap .txt h2 span {
    color: #2F39BF;
    display: inline-block;
}

.inline-cta-php {
    background: url(https://www.cloudways.com/blog/wp-content/uploads/inline-cta-3-bg.png) no-repeat right #EDF5FF;
    padding: 40px;
    background-size: cover;
    border: 1px solid rgba(47, 57, 191, 0.16);
}

.cw-inr-blg-post .post_content .inline-cta-php ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 17px;
}

.cw-inr-blg-post .post_content .inline-cta-php ul li {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(14, 19, 79, 0.8);
    list-style: disc;
    padding: 0;
    margin: 0;
}

.cw-inr-blg-post .post_content .inline-cta-php ul li:before {
    display: none;
}

.inline-cta-php .mainWrap .txt a.om-trigger-alt-conversion {
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    background: #2F39BF;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    min-width: 163px;
    margin-top: 30px;
}

.inline-cta-php .mainWrap .txt {
    max-width: 375px;
}

.inline-cta-php .mainWrap .cta {
    padding: 0;
}

.inline-cta-php .mainWrap .txt h2 span {
    color: #2F39BF;
    display: inline-block;
}

.inline-cta-php .mainWrap .txt h2 {
    font-size: 24px;
}

.inline-cta-video-testimonial {
    background: url(https://www.cloudways.com/blog/wp-content/uploads/inline-cta-3-bg.png) no-repeat right #EDF5FF;
    padding: 25px 25px 25px 40px;
    background-size: cover;
    border: 1px solid rgba(47, 57, 191, 0.16);
}

.inline-cta-video-testimonial .mainWrap .txt {
    max-width: 390px;
}

.inline-cta-video-testimonial .mainWrap .txt h2 {
    font-size: 28px;
    color: #0E134F;
    line-height: 120%;
    margin: 0;
}

.inline-cta-video-testimonial .mainWrap .txt h2 span {
    font-size: 19px;
    font-weight: 500;
    color: #2F39BF;
    display: block;
}

.inline-cta-video-testimonial a.om-trigger-alt-conversion {
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    background: #2F39BF;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff !important;
    margin-top: 30px;
    line-height: initial;
    min-width: 163px;
}

.newTstml_video_playBox.modal
{
    text-align: center;
    padding: 0!important;
    background-color: rgba(0,0,0,0.7);
}

.newTstml_video_playBox.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.newTstml_video_playBox .modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.newTstml_video_playBox .modal-dialog
{
    width: 800px;
    height: auto;
}

.newTstml_video_playBox .modal-body
{
    padding: 0;
}

.newTstml_video_playBox .modal-content
{
    background-color: #000;
    box-shadow: none !important;
    border: 0 !important;
}

.inline-cta-video-testimonial .mainWrap .cta,
.inline-cta-video-testimonial-var .mainWrap .cta {
    position: relative;
}

.inline-cta-video-testimonial .mainWrap .cta .newTstml_video_btnBox,
.inline-cta-video-testimonial-var .mainWrap .cta .newTstml_video_btnBox {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    background: transparent;
    width: 37px;
    min-width: auto;
    margin: 0 auto;
}

.inline-cta-video-testimonial .mainWrap .cta br,
.inline-cta-video-testimonial-var .mainWrap .cta br {
    display: none;
}

/*  Pricing Table   */
.priceTable .table>thead>tr>th {
    padding: 20px;
    font-size: 16px;
    border-bottom: none;
    background: #fff;
    color: #0E134F;
    text-align: center;
}

.priceTable .table>tbody>tr>td {
    padding: 20px;
    color: #42526E;
    font-size: 16px;
    border-top: 1px solid rgba(66, 82, 110, 0.1);
}

.priceTable .table {text-align: center;}

.priceTable .table>thead>tr>th:last-child {
    border-right: none;
    background: #2F39BF;
    color: #fff;
    border-radius: 6px 6px 0 0;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
.priceTable .table>tbody>tr>td:last-child {
    border-left: 1px solid #2f39bf;
    border-right: 1px solid #2f39bf;
    font-size: 18px;
    font-weight: 500;
    color: #0E134F;
}

.priceTable .table>tbody>tr>td:first-child {
    color: #0E134F;
    font-weight: 600;
}
.priceTable .table>tbody>tr:last-child>td {
    border-bottom: 1px solid rgba(66, 82, 110, 0.1);
}

.priceTable .table>tbody>tr:last-child>td:last-child {
    border-bottom: 1px solid #2f39bf;
}
.priceTable .table>tbody>tr>td:nth-last-child(2) span, .priceTable .table>tbody>tr>td:last-child span {display: inline-block;font-size: 12px;color: #42526E;font-weight: 400;}

.priceTable .table>tbody>tr>td:nth-last-child(2) {
    font-size: 18px;
}
.priceTable .cw_blog_toc-head a.collapsed::after {
    content: "\F067";
}

.priceTable.cw_blog_toc-wrap {
    margin: 0;
}

.priceTableMargin {
    margin: 0 0 20px;
}
/*  Pricing Table   */

/*  Pricing Table Tabs  */
.priceTableTabs .nav.nav-pills {
    display: flex;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px 0;
}

.priceTableTabs .nav.nav-pills li {
    margin: 0;
    flex: 1;
    padding: 0 10px;
}

.priceTableTabs .nav.nav-pills li:before {
    display: none;
}

.priceTableTabs .nav-pills>li.active>a, .priceTableTabs .nav-pills>li.active>a:focus, .priceTableTabs .nav-pills>li.active>a:hover {
    background-color: transparent;
}

.priceTableTabs .nav-pills>li.active>a {
    border: none;
}

.priceTableTabs .nav-pills>li>a {
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: relative;
    font-size: 0;
}

.priceTableTabs .nav-pills>li:first-child>a {
    background: url(https://www.cloudways.com/wp-content/themes/cw_multilingual/template/assets/img/pricing/pricing_new_logos3.svg) no-repeat;
    background-position: center -115px;
}

.priceTableTabs .nav-pills>li:nth-child(2)>a {
    background: url(https://www.cloudways.com/wp-content/themes/cw_multilingual/template/assets/img/pricing/pricing_new_logos3.svg) no-repeat;
    background-position: center -264px;
    background-size: 100px;
}

.priceTableTabs .nav-pills>li:nth-child(3)>a {
    background: url(https://www.cloudways.com/wp-content/themes/cw_multilingual/template/assets/img/pricing/pricing_new_logos3.svg) no-repeat;
    background-position: center -1002px;
}

.priceTableTabs .nav-pills>li:nth-child(4)>a {
    background: url(https://www.cloudways.com/wp-content/themes/cw_multilingual/template/assets/img/pricing/pricing_new_logos3.svg) no-repeat;
    background-position: center -765px;
}

.priceTableTabs .nav-pills>li:last-child>a {
    background: url(https://www.cloudways.com/wp-content/themes/cw_multilingual/template/assets/img/pricing/pricing_new_logos3.svg) no-repeat;
    background-position: center -557px;
}

.priceTableTabs .nav.nav-pills li:last-child {
    border: none;
}

.priceTableTabs .nav-pills>li>a:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 9px;
    width: 1px;
    height: 25px;
    background: rgb(66 82 110 / 20%);
}

.priceTableTabs .nav-pills>li>a:after {
    content: "";
    background: #0080ff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 3px;
    transition: all 0.3s ease;
    opacity: 0;
}

.priceTableTabs .nav-pills>li:last-child>a:before {
    display: none;
}

.priceTableTabs .nav-pills>li:nth-child(2)>a:after {
    background: #ff9900;
}

.priceTableTabs .nav-pills>li:nth-child(3)>a:after {
    background: #63b05f;
}

.priceTableTabs .nav-pills>li:nth-child(4)>a:after {
    background: #007bfc;
}

.priceTableTabs .nav-pills>li:last-child>a:after {
    background: #34a853;
}

.priceTableTabs .nav-pills>li.active>a:after {
    opacity: 1;
}
/*  Pricing Table Tabs  */


.cw-inr-blg-post .post_content .disclaimer li {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
}

.cw-inr-blg-post .post_content .disclaimer li:before {
    display: none;
}

/*    Pricing Widget     */
.blg-inr-left-wrpr .pricingWidgetNew {
    margin-bottom: 25px;
}
.blg-inr-left-wrpr .pricingWidgetNew h2 {
    color: #0E134F;
    text-align: center;
    font-weight: 800 !important;
    text-transform: capitalize;
    font-size: 39px;
    margin: 0 0 60px;
}

.blg-inr-left-wrpr .pricingWidgetNew table {
    background: #fff;
    margin: 14px 0 0;
}

.blg-inr-left-wrpr .pricingWidgetNew table tbody td, .blg-inr-left-wrpr .pricingWidgetNew table tbody th {
    border: 1px solid rgba(66, 82, 110, 0.1);
}

.blg-inr-left-wrpr .pricingWidgetNew table thead th:first-child {
    border: none;
    width: auto;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead th {
    padding: 0;
    text-align: center;
    width: 118px;
    border: none;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead th div {
    border: 1px solid rgba(66, 82, 110, 0.1);
    padding: 15px;
    border-bottom: none;
    border-right: none;
    position: relative;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead th:last-child div {
    border-right: 1px solid rgba(66, 82, 110, 0.1);
    border-top-right-radius: 6px;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead th .value-capt+p {
    display: none;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead th:nth-child(2) div {
    border-top-left-radius: 6px;
}

.blg-inr-left-wrpr .pricingWidgetNew table h4 {
    color: #2F39BF;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 7px;
    line-height: 120%;
}

.blg-inr-left-wrpr .pricingWidgetNew table h3+p {margin: 0;}

.blg-inr-left-wrpr .pricingWidgetNew table thead del {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 12px;
    margin: 0 0 3px;
    line-height: 150%;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead h3 {
    font-size: 18px;
    line-height: 120%;
    color: #000;
    font-weight: 600;
    margin: 0 0 6px;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead .discount {font-size: 10px;letter-spacing: -0.03em;font-weight: 400;}

.blg-inr-left-wrpr .pricingWidgetNew table thead span strong {
    font-weight: 600;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead h3 sub {
    bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.blg-inr-left-wrpr .pricingWidgetNew table tbody td, .blg-inr-left-wrpr .pricingWidgetNew table tbody th {
    padding: 20px;
    font-size: 15px;
}

.blg-inr-left-wrpr .pricingWidgetNew table tbody th {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    letter-spacing: -0.03em;
}

.blg-inr-left-wrpr .pricingWidgetNew table tbody td {
    text-align: center;
    color: #000000;
}

.blg-inr-left-wrpr .pricingWidgetNew table tbody td:nth-child(4) {
    background: #F9FAFD;
}

.blg-inr-left-wrpr .pricingWidgetNew table thead th .value-capt {
    background: #FBD808;
    border-radius: 4px;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 6px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 83px;
    margin: 0 auto;
    top: -14px;
}

.blg-inr-left-wrpr .pricingWidgetNew .fixedListLeft {
    margin: 0;
    max-width: 160px;
    position: absolute;
    left: 0px;
    top: 138px;
    background: #fff;
    padding: 0;
    display: none;
}

.blg-inr-left-wrpr .pricingWidgetNew .priceWidgetInner {
    position: relative;
}

.blg-inr-left-wrpr .pricingWidgetNew .fixedListLeft li:before {
    display: none;
}

.blg-inr-left-wrpr .pricingWidgetNew .fixedListLeft li {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 15px;
    margin: 0;
    border: 1px solid rgba(66, 82, 110, 0.1);
    padding: 20px;
    height: 62.3px;
}

.blg-inr-left-wrpr .pricingWidgetNew .fixedListLeft li:not(:last-child) {
    border-bottom-color: transparent;
}
/*    Pricing Widget     */

.blg-inr-left-wrpr .mobile-graph {
    display: none;
}

/*Footer Banner*/
.custom_footer_banner h4 {
    max-width: 100%;
}

.custom_footer_banner ul{
    margin-top: 10px;
    margin-bottom: 10px;
}

 .custom_footer_banner ul li {
    color: white;
    padding: 4px 20px !important;
    margin: 0px !important;
}
.custom_footer_banner ul li:before {
    content: '' !important;
    background-color: white !important;
    top: 16px !important;
} 

/*  Full Width Cta Single Blog   */
.blg-new-full-wid-cta {
    background: linear-gradient(148deg, #2F39BF 0%, #000543 100%), #D9D9D9;
    padding: 58px 0 0;
}

.blg-new-full-wid-cta h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 800;
    line-height: 120%; /* 43.2px */
    letter-spacing: -1.08px;
    margin: 0 0 16px;
}

.blg-new-full-wid-cta p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%; /* 27px */
    margin: 0 0 40px;
}

.blg-new-full-wid-cta a {
    border-radius: 8px;
    background: #09EBAF;
    color: rgba(0, 0, 0, 0.90);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    padding: 14px 20px;
    display: inline-block;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.blg-new-full-wid-cta .main-wrap {
    display: flex;
    justify-content: space-between;
}

.blg-new-full-wid-cta .leftBox {
    max-width: 440px;
    padding: 30px 0 0;
}

.blg-new-full-wid-cta a:hover {
    background: #74ffda;
}

.blg-new-full-wid-cta .rightBox .apps {
    opacity: 0;
}

.blg-new-full-wid-cta .rightBox.AnimateFadeIn .apps {
    animation: fadeIn 0.4s linear both;
    opacity: 1;
}
.blg-new-full-wid-cta .rightBox.AnimateFadeIn .app2 {
    animation-delay: 0.2s;
}
.blg-new-full-wid-cta .rightBox.AnimateFadeIn .app3 {
    animation-delay: 0.3s;
}
.blg-new-full-wid-cta .rightBox.AnimateFadeIn .app4 {
    animation-delay: 0.4s;
}
.blg-new-full-wid-cta .rightBox.AnimateFadeIn .app5 {
    animation-delay: 0.5s;
}
.blg-new-full-wid-cta .rightBox.AnimateFadeIn .app6 {
    animation-delay: 0.6s;
}
.blg-new-full-wid-cta .rightBox.AnimateFadeIn .app7 {
    animation-delay: 0.7s;
}
.blg-new-full-wid-cta .rightBox.AnimateFadeIn .app8 {
    animation-delay: 0.8s;
}

.blg-new-full-wid-cta .rightBox {max-height: 430px;}
.blg-new-full-wid-cta .rightBox svg{
    height: 100%;
    width: 100%;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
/*  Full Width Cta Single Blog   */

/*  Bfcm Campaign Sticky Toc  */
.stickyToc {
    position: fixed;
    top: 150px;
    left: 12%;
    background: #fff;
}

.stickyToc ul.nav.navbar-nav {
    margin: 0;
}

.stickyToc .navbar-nav>li, .cw-inr-blg-post .stickyToc ul li {
    float: initial;
    padding: 0;
    margin: 16px 0 0;
}

.stickyToc .navbar {
    margin: 0;
}

.stickyToc .navbar-nav>li::before {
    display: none;
}

.stickyToc .navbar-nav>li>a {
    padding: 0;
    color: #8993A4;
    font-size: 14px;
}

.stickyToc .navbar-nav>li>a:hover {
    background: transparent;
    color: #0E134F;
}

.blg-inr-left-wrpr .stickyToc h4 {
    color: #0E134F;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    font-weight: 600;
}

.stickyToc .navbar-nav>li.active>a {
    color: #0E134F;
}

.stickyToc .navbar.affix {
    position: relative !important;
}

.cw_cmpg_body .blg_deal_inrBox {
    background: rgba(213, 215, 242, 0.19);
    box-shadow: none;
}

.cw_cmpg_body .cw-inr-blg-post .post_content .blg_deal_inrBox ul li:before {
    background: #2F39BF;
}

.cw_cmpg_body .blg_deal_inrBox .cw-glb-btn2:hover, .cw_cmpg_body .blg_deal_inrBox .cw-glb-btn2:focus, 
.cw_cmpg_body .blg_deal_inrBox .cw-glb-btn2:active {
    background: #2F39BF !important;
    color: #fff !important;
}

.cw_cmpg_body .blg_deal_inrBox .cw-glb-btn2 {
    color: #2F39BF !important;
    border-color: #2F39BF;
}

/* language switcher */


#cw_ml_swtch {
    /*position: absolute;*/
    /*right: 17.5%;*/
    /*top: 37px;*/
    /*z-index: 999;*/
    display: inline-block;
    margin-top: 30px;
  }
  
  #cw_ml_swtch .dropdown {
    display: inline;
  }
  
  #cw_ml_swtch .dropdown .btn {
    box-shadow: none;
    min-height: 28px;
    padding: 5px 10px 8px;
    text-align: left;
    max-width: 170px;
    border: 1px solid #050826;
    border-radius: 4px !important;
    background-color: #050826;
    outline: none !important;
  }
  
  #cw_ml_swtch .dropdown .btn > span {
    color: #fff;
    font-size: 14px;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    display: inline-block;
  }
  
  #cw_ml_swtch .cw_lang_flag {
    display: inline-block;
    max-width: 100%;
    margin-right: 5px;
  }
  
  #cw_ml_swtch .dropdown .btn i {
    color: #fff;
    vertical-align: middle;
  }
  
  #cw_ml_swtch .dropdown .btn i.fa-globe {
    font-size: 16px;
    top: -1px;
    position: relative;
    display: none;
  }
  
  #cw_ml_swtch .dropdown .btn i.fa-angle-down {
    font-size: 16px;
    vertical-align: text-bottom;
  }
  
  #cw_ml_swtch .dropdown-menu {
    /* top: -140px; */
    /* left: -15px; */
    margin-top: 20px;
    background: #e8e9f8;
    min-width: 150px;
  }
  
  #cw_ml_swtch .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #e8e9f8;
    position: absolute;
    right: 10px;
    bottom: -9px;
    display: none;
  }
  
  #cw_ml_swtch .dropdown-menu > li > a {
    color: #19207f;
    position: relative;
    padding: 3px 15px;
  }
  
  .cw_lang_actv a:after {
    content: "\f00c";
    color: #19207f;
    font: normal normal normal 13px/1 FontAwesome;
    position: absolute;
    right: 22px;
    top: 6px;
  }
/*  Bfcm Campaign Sticky Toc  */

.gpt_banner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    margin: auto;
    border-radius: 6px;
    border: 1px solid rgba(47, 57, 191, 0.16);
    background: linear-gradient(90deg, #EDF5FF 0%, #F8F9FB 106.64%);
    margin-bottom: 20px;

}
.gpt_banner img{
    cursor: pointer;
}
.gpt_banner p{
    color: #0E134F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.48px;
    margin-bottom: 0;
}
@media (max-width: 1400px) {
    .post_sideBnr_Box,
    .post_sideBnr_Box_rht-campaign {
        right: 3% !important;
        width: 15% !important;
    }

    .post_shrBtn_topBox {
        left: 14%;
    }

    #post_sideBnr_boxWrap .cw-stky-campaign a {
        min-height: 260px;
        background-size: contain !important;
    }
    .blogFeedback_sideWrap {
        right: 1%;
        width: 200px;
    }
}

@media (min-width: 1600px) {
    .post_shrBtn_topBox {
        left: 23%;
    }

    .post_shrBtn_topBox ul li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .post_shrBtn_topBox ul li a i {
        font-size: 20px;
    }

    #post_sideBnr_boxWrap {
        right: 8%;
    }
}

@media (max-width: 992px) {
    .cookies-bot-lft h3 {
        font-size: 16px;
    }
    .cookies-bot-lft p {
        font-size: 12px;
    }
    #continue-settings {
        font-size: 12px;
    }

    /* Blog Revamp  2019 */

    #post_sideBnr_boxWrap,
    .post_sideBnr_Box,
    .post_sideBnr_Box_rht-campaign {
        display: none !important;
    }

    .post_shrBtn_topBox {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .post_shrBtn_topBox ul {
        padding: 10px;
        margin: 0;
    }

    .post_shrBtn_topBox ul li {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 5px;
    }
    .blg-new-full-wid-cta .main-wrap {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .blg-new-full-wid-cta .leftBox {
        padding: 0 0 40px;
    }
    
    .blg-new-full-wid-cta h2 {
        font-size: 28px;
    }
    
    .blg-new-full-wid-cta p {
        font-size: 16px;
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1265px) {
    .blg-inr-rgt-wrpr {
        right: 1%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cw-blg-inr-rlt-artcl-sec .col-sm-4 {
        padding-right: 0;
        padding-left: 40px;
    }

    /* validation messages style */
    #sidebar_success-messages,
    #sidebar_error-messages {
        font-size: 12px;
    }

    .blg-inr-no-crd {
        right: 0;
    }

    .blg-main-catg ul li a {
        font-size: 13px;
        padding: 15px 12px;
    }

    .helobar-full {
        background: url(https://www.cloudways.com/assets/img/widget/new-year-hb-2017-b.jpg) no-repeat center top #5d4375;
    }

    .blg-inr-rgt-side-wrpr h3 b {
        font-size: 28px;
        margin-bottom: -30px;
    }

    .blogFeedback_sideWrap {
        max-width: 170px;
    }

    .blg_fbck_rateBox a {
        width: 55px;
        height: 55px;
    }

    .blg_fbck_rateBox a i {
        line-height: 55px;
    }
    .agn_btm_sideBar_wrap,
    .post_sideBnr_Box_lft-campaign{
        max-width: 185px;
        left: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .blg-ctg-img {
        min-height: 100px;
    }

    .blg-inr-form input {
        font-size: 13px;
        padding: 8px 15px;
    }

    .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt {
        height: 40px;
        line-height: 36px;
    }

    .blg-inr-sbsc-box {
        padding: 30px;
    }

    .blg-inr-sbsc-box h4 {
        font-size: 20px;
    }

    .blg-inr-subsc-form {
        /*   width: 66%;   */
    }

    .cw-blg-inr-rlt-artcl-sec .col-sm-4 {
        padding-right: 0;
        padding-left: 40px;
    }

    /* About auther Styling new */
    #cw_blg_athr_sec .athr-desc-box {
        width: 100%;
        margin-left: 0px;
    }

    #cw_blg_athr_sec .cw-inr-blg-athr-img-box {
        margin-top: 65px;
    }

    #cw_blg_athr_sec .athr-desc-box span {
        display: block;
    }

    /* Catogory Page CSS by Danish from 4/13/2016 */
    .cat-box-hdr {
        font-size: 21px;
    }

    .cw-blg-inr-rlt-artcl-sec p {
        font-size: 14px;
        padding: 22px 0 14px;
    }

    /* author biography CSS from 5/9/2016 */
    .athr-img-box {
        width: 61px;
        height: 61px;
    }

    .athr-desc-box {
        width: 85%;
        margin-left: 15px;
    }

    .blg-abt-athr-box {
        padding: 39px 7px;
    }

    /*.post_content > p:first-of-type::first-letter{
        font-size: 80px;
        line-height: 70px;
        padding-right: 5px;
    }*/
    .hlobar-stiric {
        left: 38%;
    }
}

/*small size media querry added to style footer icons for tablet devices by Danish*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    #cw-stky-scl-nav ul li {
        margin-right: 0;
    }

    .blg-ctg-img {
        min-height: 100px;
    }

    .cw-blg-inr-rlt-artcl-sec p {
        font-size: 13px;
        padding-top: 19px;
        line-height: 18px;
    }

    /* author biography CSS from 5/9/2016 */
    .blg-abt-athr-box {
        padding: 16px 0px;
    }

    .athr-img-box {
        width: 62px;
        height: 62px;
    }

    .athr-desc-box {
        width: 83%;
        margin-left: 13px;
    }

    /*.post_content > p:first-of-type::first-letter{
        font-size: 71px;
        line-height: 70px;
        padding-right: 10px;
    }*/
}

@media (max-width: 1024px) {
    .cw-auth-top-wrap .srch-wrap {
        right: 35px;
        width: 285px;
    }
    .blg-inr-rgt-wrpr {
        width: 285px !important;
    }
    .cw-inr-blg-post .post_content .addthis_tool .shre-it {
        font-size: 22px;
    }
    .cw-inr-blg-post .post_content .addthis_tool .at-share-btn {
        margin-left: 20px;
    }
    .cw-inr-blg-post .post_content .addthis_tool .at-share-btn:nth-child(1) {
        margin-left: 0;
    }
    .cw-inr-blg-post p {
        font-size: 16px;
        line-height: 26px;
    }
    .blg-inr-left-wrpr h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .blg-inr-left-wrpr h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .blg-inr-left-wrpr h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .cw-blg-inr-rlt-artcl-sec {
        padding: 20px 0 15px;
    }

    .cw-blg-inr-rlt-artcl-sec h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .cw-inr-blg-top-sec h1 {
        font-size: 34px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .cw-dropcap {
        font-size: 52px;
        line-height: 50px;
    }
    .blg-inr-form input {
        font-size: 15px;
        padding: 5px 15px;
    }
    .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .blg-inr-rgt-side-wrpr h3 {
        font-size: 20px !important;
    }
    .cw-inr-blg-post blockquote {
        padding: 25px 25px 20px;
        margin-bottom: 30px;
    }
    .cw-inr-blg-post blockquote p,
    .cw-inr-blg-post blockquote p em {
        font-size: 18px;
        line-height: 28px;
    }
    .cw-inr-blg-athr-info {
        padding: 30px 0 0px;
    }

    .cw-inr-blg-athr-info-box p {
        font-size: 17px;
        line-height: 26px;
        margin: 20px 0;
    }
}

@media (max-width: 992px) {
    .cw-inr-blg-athr-info {
        padding: 30px 20px 30px;
    }

    .cw-inr-blg-athr-img-box,
    .cw-inr-blg-athr-info {
        width: 100%;
    }
    .cw-inr-blg-athr-img {
        margin: 20px auto 0 auto;
        width: 220px;
        height: 220px;
    }

    .cw-inr-blg-athr-info-box .cw-inr-blg-bnr-strp,
    .cw-inr-blg-athr-info:before,
    .cw-inr-blg-athr-info:after {
        display: none;
    }

    .author .blg-catg-select-wrap,
    .category .blg-catg-select-wrap {
        position: absolute;
        top: 70px;
        width: 190px;
        margin: auto;
        right: 0;
        left: 0;
        z-index: 1;
    }

    .author #blg-catg-sec,
    .category #blg-catg-sec {
        position: relative;
        padding-top: 0px;
    }

    .cw-athr-cont {
        margin-top: 50px !important;
    }

    .cw-blg-auth-bnr,
    .blg-sub-catg-wrap {
        /*padding: 150px 0 0px;*/
    }

    .blg-main-catg ul li a {
        padding: 15px 5px;
    }

    .hm-ftrd-pst .blg-ctg-box h2,
    .blg-rcnt-pst .blg-ctg-cntnt h2,
    .cw-athr-wrap .blg-ctg-cntnt h2,
    .search-results .blg-ctg-cntnt h2 {
        font-size: 16px;
        line-height: 22px;
    }

    #blg-sbscribe-sec a {
        width: 150px;
    }

    #blg-sbscribe-sec .ftr-strp-cros {
        width: 9px;
    }

    .blg-mid-subs .mid-sub-strp {
        display: none;
    }

    .hm-ftrd-pst .blg-ctg-cntnt,
    .blg-rcnt-pst .blg-ctg-cntnt,
    .cw-athr-wrap .blg-ctg-cntnt,
    .search-results .blg-ctg-cntnt {
        min-height: 280px;
    }

    .blg-ctg-box,
    .blg-rcnt-pst .blg-ctg-box {
        margin-bottom: 30px;
    }

    .blg-mid-subs {
        padding: 50px 0px;
    }

    .hm-ftrd-pst .blg-ctg-cntnt,
    .blg-rcnt-pst .blg-ctg-cntnt,
    .cw-athr-wrap .blg-ctg-cntnt,
    .search-results .blg-ctg-cntnt {
        padding: 25px 10px;
    }

    .blg-mid-subs h2 {
        line-height: 38px;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .blg-mid-subs p {
        font-size: 18px;
    }

    .dwnld-book-wrap h4 {
        font-size: 24px;
    }

    .dwnld-book-wrap h3 {
        font-size: 17px;
    }

    .dwnld-book-wrap a.dwnld-btn {
        font-size: 13px;
        padding: 6px 10px;
    }

    .blg-inr-left-wrpr h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .blg-inr-left-wrpr h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .blg-ctg-cntnt .span-reading-time,
    .blg-ctg-cntnt .blg-app-ttl a {
        font-size: 13px;
    }

    .blg-ctg-box .blg-cat-btm {
        padding-left: 50px;
    }

    .hm-ftrd-pst {
        margin-top: 30px;
    }

    .single-post .blg-catg-select-wrap {
        display: none;
    }

    .cw-inr-bnr-auth-wrap {
        margin: 10px;
    }

    .cw-inr-bnr-auth-wrap p,
    .cw-inr-bnr-auth-wrap .span-reading-time {
        font-size: 17px;
    }

    .cw-auth-top-wrap {
        padding: 0;
    }

    .cw-auth-top-wrap .srch-wrap {
        right: 0;
        left: 0;
        margin: auto;
        top: -60px;
        width: 80%;
    }

    .cw-inr-blg-top-sec h1 {
        font-size: 26px;
        margin-bottom: 0px;
        line-height: 32px;
    }

    .ftrd-pst .srch-wrap,
    .cw-blg-auth-bnr .srch-wrap {
        margin-bottom: 40px;
    }

    .blg-ctg-cntnt {
        margin-top: 30px;
        width: 40%;
    }

    .blg-ctg-box h2 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .blg-mid-subs .form-control {
        font-size: 14px;
        padding: 12px 25px;
    }

    .blg-mid-subs .blg-sbscribe-btn {
        width: 170px;
        height: 45px;
        font-size: 14px;
    }

    .cw-inr-blg-top-sec h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .blg-inr-rgt-wrpr,
    .blg-inr-left-wrpr {
        padding-top: 10px;
    }

    .cw-blg-inr-rlt-artcl-sec h2 {
        font-size: 24px;
    }
    .cw-blg-inr-rlt-artcl-sec article h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .athr-desc-box {
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }

    .blg-abt-athr-box {
        width: 70%;
        margin: auto;
        margin-bottom: 30px;
    }

    .cw-dropcap {
        font-size: 36px;
        line-height: 44px;
    }

    .athr-desc-box h4 {
        font-size: 22px;
        margin-top: 10px;
    }

    .blg-inr-rgt-wrpr {
        width: 70% !important;
        /*padding: 30px 20px !important;*/
    }

    .cw-inr-blg-post .bl-post-container {
        padding-right: 15px;
    }

    .cw-inr-blg-post .blg-abt-athr-box h3 {
        font-size: 24px;
        line-height: 25px;
        margin-top: 20px;
    }

    .blg-inr-form .blg-slide-disc-wrap .blg-inr-lnk-cnt {
        font-size: 13px;
        height: 40px;
        padding: 5px 10px;
        line-height: 33px;
    }

    .blg-inr-rgt-side-wrpr h3 {
        margin-top: 0;
    }

    .blg-inr-sbsc-box {
        padding: 30px 15px;
    }

    .blg-inr-sbsc-box h4 {
        font-size: 20px;
    }

    .blg-inr-sbsc-box p {
        font-size: 15px !important;
        margin: 10px 0;
    }

    .blg-inr-subsc-form {
        /*    width: 90%;      */
        padding: 0;
    }

    .blg-inr-subsc-form input {
        padding: 19px 12px;
    }

    .blg-inr-subsc-form a {
        padding: 7px 29px;
    }

    .cw-blg-inr-rlt-artcl-sec {
        padding: 17px 0 23px;
    }

    .cw-blg-inr-rlt-artcl-sec figcaption {
        font-size: 15px;
        padding: 15px 0 11px;
        line-height: 22px;
    }

    .blg-inr-artcl-view-cta-box {
        padding-top: 32px;
    }

    .blg-inr-artcl-view-cta-box a {
        width: 23% !important;
        height: 44px !important;
        line-height: 44px !important;
        font-family: open_sansregular;
    }

    /* About auther Styling new */
    #cw_blg_athr_sec .blg-abt-athr-box {
        width: 100%;
        padding-top: 0;
    }

    #cw_blg_athr_sec .athr-desc-box {
        text-align: center;
        padding: 0;
    }

    /* Catogory Page CSS by Danish from 4/13/2016 */
    .cat-box-hdr {
        background-size: cover;
    }

    .cat-box-hdr-2 {
        background-position: left -166px;
    }

    .cat-box-hdr-3 {
        background-position: left -332px;
    }

    .cat-box-hdr-4 {
        background-position: left -497px;
    }

    .cat-col-box-wapr {
        min-height: 509px;
        margin-bottom: 20px;
    }

    /* validation messages style */
    #error-messages {
        font-size: 12px;
    }

    .blg-inr-sbsc-box br {
        display: none;
    }

    #blg-sbscribe-sec .form-control {
        width: 200px;
    }

    #blg-sbscribe-sec .blg-sbscribe-btn {
        width: 190px;
        margin-left: 2px;
        font-size: 15px;
    }

    .blg-inr-no-crd {
        right: 0px;
    }

    #sidebar_success-messages,
    #sidebar_error-messages {
        font-size: 11px;
    }

    .stick {
        top: 124px;
    }

    #blg-catg-mb-nav .blg-sub-catg ul li ul {
        /*display: block;*/
        border: 0;
        box-shadow: 0 0 0;
        min-width: 100%;
        padding-top: 12px;
        position: relative;
    }

    #blg-catg-mb-nav .blg-sub-catg ul li ul li {
        width: 100%;
    }

    .blg-hm-cat-titl-wrap1 {
        margin-top: 0;
    }

    .error-page-content {
        text-align: center;
    }

    .error-page-content:before {
        display: none;
    }

    .helobar-full {
        background: url(https://www.cloudways.com/assets/img/widget/new-year-hb-2017-c.jpg) no-repeat center top #5d4375;
    }

    .hlobar-stiric {
        left: 41.5%;
        top: 23px;
    }

    .blg-inr-rgt-wrpr {
        position: static !important;
        top: 0;
        right: 0;
        display: block !important;
        width: 220px;
        margin: 0 auto;
        padding: 0;
    }

    .blg-inr-rgt-side-wrpr h3 b {
        margin-bottom: -26px;
    }

    .cw-stky-campaign {
        display: none;
    }

    /* Inline Subscriber */
    .cw-blog-inline-subs-form label a,
    .cw-blog-inline-subs-form label {
        font-size: 13px;
    }

    .cw-blog-inline-subs-img_box img {
        margin: 0 0 0 auto;
    }

    /* Blog Revamp 2019 */
    #cwBlg_rltdArtcl_sec .cw-inr-blg-ttl-wrap .blg-app-ttl a {
        padding: 3px 6px;
    }

    .blogFeedback_sideWrap {
        position: relative;
        right: auto;
        top: 0;
        z-index: 9;
        width: 300px;
        margin: 0 auto 40px;
    }

    .blg_fbck_asideBox {
        min-height: 200px;
    }
    .agn_btm_sideBar_wrap,
    .post_sideBnr_Box_lft-campaign,
    .post_sideBnr_Box_rht-campaign{
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .blg-ctg-cntnt {
        padding: 25px;
        min-height: auto;
    }

    /* Inline Subscriber */
    .cw-blog-inline-subs-img_box img {
        margin-top: 30px;
    }

    .cw-blog-inline-subs-form input[type="email"] {
        padding: 8px 15px;
    }

    .subs_wo_img .cnt-tab-submit a {
        padding: 7px 25px;
        width: 160px;
        right: -180px;
    }

    .blg_fbck_wrap {
        padding: 10px;
    }

    /* Blog Revamp 2019 */
    #cwBlog-btmToTop {
        right: 50px;
        bottom: 80px;
    }

    .inrblog_btm_scrbBar {
        max-width: 650px;
    }

    .inrblog_btm_scrbBar form.blg-inr-form {
        margin-left: 10px;
    }

    .inrblog_btm_scrbBar form.blg-inr-form input[type="email"] {
        max-width: 220px;
    }

    .inrblog_btm_scrbBar form.blg-inr-form .blg-slide-disc-wrap a {
        min-width: 130px;
    }
}

@media (min-width: 1200px) {
    /*.bl-post-container{*/
    /*max-width: 700px !important;*/
    /*}*/
    /*.blg-inr-rgt-wrpr{*/
    /*width: 220px !important;*/
    /*}*/
    .blg-ctg-box:nth-child(4n + 1) {
        padding-right: 23px;
    }

    .blg-ctg-box:nth-child(4n + 2) {
        padding: 0 19px;
    }

    .blg-ctg-box:nth-child(4n + 3) {
        padding-left: 23px;
    }

    .blg-main-catg {
        height: 55px;
    }

    .blg-inr-left-wrpr {
        width: 100%;
    }

    /* slider placement in center vertically */
    .blg-slide {
        padding-top: 195px;
    }

    .err-404-lft {
        width: 43%;
    }

    .ftrd-pst {
        min-height: 610px;
    }

    .cw-inr-blg-post .bl-post-container {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    /*.bl-post-container{*/
    /*max-width: 525px;*/
    /*margin: 0 auto;*/
    /*float: none;*/
    /*}*/
    .blg-inr-rgt-wrpr {
        width: 350px;
    }

    /*.cw-inr-blg-post h2{*/
    /*font-size: 24px;*/
    /*}*/
    /*.cw-inr-blg-post h3 {*/
    /*font-size: 24px;*/
    /*}*/
    .n-p-l-r {
        padding-left: 0;
        padding-right: 0;
    }

    /* validation messages style */
    #subscribe_error-messages,
    #subscribe_success-messages {
        padding-left: 128px;
    }

    .err-404-lft {
        text-align: right;
    }
    .cw-inr-blg-athr-img {
        margin-right: 45px;
        float: right;
    }
    .cw-inr-blg-athr-info {
        min-height: 370px;
    }
    .cw-inr-blg-athr-info-inr {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
}

@media (min-width: 767px) {
    .stick {
        /*margin-top: 0 !important;*/
        position: fixed;
        top: 30px;
        z-index: 999;
        /*padding-top: 0px !important;*/
    }
    .stick-sc {
        margin-top: 0 !important;
        position: fixed;
        top: 152px;
        z-index: 999;
        left: 0%;
        padding-top: 0px !important;
    }

    #menu-item-18016 {
        display: none;
    }

    .subs-menu-itm {
        display: none;
    }

    #nav-subs-btn {
        display: none;
    }

    /*.cw-inr-blg-athr-img-box {*/
    /*max-width: 175px;*/

    /*}*/

    .blg-main-catg ul li:nth-child(1n + 10) {
        /*display: none;*/
    }

    .blg-main-catg ul li:last-child {
        display: block;
        cursor: pointer;
    }

    .blg-main-catg ul li ul.dropdown-menu {
        border-top: 0;
        overflow: hidden;
    }

    .blg-main-catg ul li ul li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .hlobar {
        display: none;
    }

    #cw-stky-scl-nav {
        display: none !important;
    }

    .ftrd-pst {
        padding-top: 130px;
    }

    #nav-subs-btn {
        padding: 9px 0 0px 30px !important;
        font-size: 14px;
        line-height: 25px;
        color: #ffffff !important;
        text-transform: uppercase;
        outline: 0 !important;
        text-decoration: none !important;
    }

    .cw-inr-blg-athr-info-box h2 {
        font-size: 24px;
    }

    .cw-inr-blg-athr-info-box a.auth-bnr-btn-twt {
        display: block;
        width: 110px;
        margin: auto;
        margin-bottom: 20px;
    }

    .cw-inr-blg-athr-info-box a.auth-bnr-btn-cf {
        margin: 0;
    }

    .cw-blg-auth-bnr {
        margin-bottom: 0;
    }

    .author .blg-ctg-box {
        padding: 0 15px;
    }

    .nav-src-img-box {
        background-position: center top;
    }

    .blg-sub-catg ul li {
        margin: 0 10px 20px 0;
    }

    .blg-sub-catg ul li a {
        padding: 8px 15px;
        font-size: 16px;
    }

    .category .blg-ctg-box {
        padding: 0 15px;
    }

    .cw-navbar-free_trial a {
        top: 0 !important;
        background-color: transparent !important;
        border: 0 !important;
    }

    #cw-navbar {
        background-color: #101a28;
        padding: 0 0 15px 0;
        max-height: none;
        border: 0;
    }

    .blg-slide {
        height: auto;
        padding: 120px 0;
        background-size: cover !important;
    }

    .blg-slide-disc-wrap h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .blg-slide-disc-wrap p {
        font-size: 16px;
        margin: 20px 0 25px 0;
    }

    .blg-sub-catg-wrap h1 {
        font-size: 30px;
    }

    .blg-main-catg ul li a {
        /*width: 50%;*/
        padding: 15px 10px;
    }

    #blg-catg-mb-nav {
        padding: 0 !important;
    }

    #blg-catg-mb-nav .blg-sub-catg:before {
        display: none;
    }

    #blg-catg-mb-nav .modal-header {
        border-bottom: 0;
    }

    #blg-catg-mb-nav .modal-dialog {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    #blg-catg-mb-nav .modal-content {
        box-shadow: none;
        border-radius: 0px;
        height: 100%;
        border: 0;
    }

    #blg-catg-mb-nav .blg-sub-catg ul li {
        text-align: center;
        margin-bottom: 15px;
    }

    .blg-catg-select-btn:before {
        content: "\f0c9";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 5%;
        top: 12px;
        color: #a7a7a7;
        z-index: 1;
    }

    .blg-mid-subs {
        padding: 30px 15px 10px 15px;
    }

    .blg-mid-subs h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .blg-rcnt-pst,
    .hm-ftrd-pst {
        padding: 0 15px;
    }

    .blg-mid-subs .container {
        padding: 0;
    }

    .blg-mid-subs p {
        font-size: 16px;
        display: inline-block;
        margin-bottom: 30px;
    }

    .blg-mid-subs .blg-sbscribe-btn {
        margin-left: 0;
        width: 322px;
        margin-bottom: 10px;
    }

    .blg-mid-subs .form-control {
        margin-bottom: 5px;
    }

    .blg-hm-cat-titl-wrap {
        text-align: center;
    }

    .blg-ctg-box {
        margin-bottom: 30px;
        padding: 0;
    }

    .ftrd-pst .blg-ctg-img {
        position: relative;
        width: 100%;
    }

    .ftrd-pst .blg-ctg-img a {
        height: auto;
    }

    .blg-ctg-img {
        margin-bottom: 0px;
        min-height: 100px;
        text-align: center;
    }

    .blg-ctg-img img {
        border-radius: 6px;
    }

    .hm-ftrd-pst .blg-ctg-cntnt {
        text-align: center;
    }

    .hm-ftrd-pst .blg-ctg-cntnt {
        padding: 15px;
    }

    .hm-ftrd-pst .blg-ctg-box h2 {
        margin-bottom: 20px;
    }

    .blg-ctg-box h2 a {
        min-height: 20px;
    }

    .blg-ctg-box .blg-cat-btm {
        padding-left: 0;
        padding-top: 50px;
    }

    .blg-ctg-box .blg-cat-btm .author-avtr {
        left: calc(50%);
        transform: translate(-20px, 0);
        top: 0;
    }

    .hm-ftrd-pst .blg-ctg-cntnt,
    .blg-rcnt-pst .blg-ctg-cntnt,
    .cw-athr-wrap .blg-ctg-cntnt,
    .search-results .blg-ctg-cntnt,
    .category .blg-ctg-cntnt {
        min-height: 230px;
    }

    .blg-rcnt-pst .blg-ctg-cntnt {
        text-align: center;
    }

    .blg-app-ttl {
        margin-right: 0;
    }

    #ajax-posts .blg-app-ttl:nth-child(3),
    #ajax-posts .blg-app-ttl:nth-child(4),
    #ajax-posts-2 .blg-app-ttl:nth-child(3),
    #ajax-posts-2 .blg-app-ttl:nth-child(4),
    .cw-inr-blg-ttl-wrap .blg-app-ttl:nth-child(3),
    .cw-inr-blg-ttl-wrap .blg-app-ttl:nth-child(4) {
        margin-left: 15px;
    }

    .search .blg-ctg-box {
        padding: 0 15px;
    }

    #wt-signup-wrap h2 {
        font-size: 22px;
        line-height: 24px;
        margin: 10px 0;
    }

    #blg-sbscribe-sec {
        display: none !important;
    }

    #blg-sbscribe-sec span,
    #blg-sbscribe-sec .form-control,
    #blg-sbscribe-sec .blg-sbscribe-btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    #blg-sbscribe-sec .container {
        margin-right: 15px;
    }

    .blg-inr-left-wrpr {
        background: none;
        /*padding-top: 24px;
        margin-left: -10px;
        margin-right: -10px;*/
        padding-left: 0;
        padding-right: 0;
    }

    .cw-inr-blg-top-sec h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .blg-inr-soc-icons-box {
        display: block;
    }

    .cw-inr-blg-post h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .cw-inr-blg-post ul,
    .cw-inr-blg-post ol {
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px;
        margin-top: 0;
    }

    .cw-inr-blg-post ol {
        padding-left: 30px;
    }

    .cw-inr-blg-post .post_content ul li:before {
        top: 10px;
    }

    .cw-inr-blg-post ul li ul,
    .cw-inr-blg-post ol li ol {
    }

    .blg-inr-img-wrpr {
        margin-bottom: 30px;
    }

    .blg-inr-sbsc-box h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .blg-inr-sbsc-lnk-box a {
        font-size: 15px;
    }

    .blg-abt-athr-box {
        width: 100%;
        padding: 10px 0px;
        margin-bottom: 20px;
    }

    .athr-desc-box {
        margin-top: 0px;
    }

    .cw-inr-blg-post .blg-abt-athr-box h3 {
        font-size: 22px;
        line-height: 25px;
        margin-top: 20px;
    }

    .blg-inr-subsc-form {
        width: 100%;
    }

    .blg-inr-subsc-form > div {
        width: 100%;
    }

    .blg-inr-subsc-form a {
        display: block;
    }

    .blg-inr-no-crd {
        padding-left: 21px;
        padding-top: 3px;
        float: none;
        margin-right: 0px;
        text-align: left;
        margin-top: 11px;
    }

    .blg-inr-rgt-side-wrpr {
        width: 100%;
        float: none;
    }

    .cw-blg-inr-rlt-artcl-sec {
        padding: 17px 0 25px;
    }

    .cw-blg-inr-rlt-artcl-sec h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .cw-blg-inr-rlt-artcl-sec figcaption {
        padding: 21px 0 8px;
    }

    .cw-blg-inr-rlt-artcl-sec .col-sm-4 {
        padding: 22px 10px 0 10px;
    }

    .blg-inr-artcl-view-cta-box {
        padding-top: 24px;
    }

    .blg-inr-artcl-view-cta-box a {
        width: 87% !important;
        font-family: open_sansregular;
    }

    /* Catogory Page CSS by Danish from 4/13/2016 */
    .cw-inr-blg-top-sec h2 br {
        display: none;
    }

    .cw-cat-bnr-sec p br {
        display: none;
    }

    .cat-col-box-wapr {
        margin-bottom: 20px;
    }

    .cat-sec {
        padding: 50px 0 22px;
    }

    .cat-box-hdr {
        background: url("../img/cat-headr.jpg") no-repeat center top #4168a1;
        padding: 17px 0;
        font-size: 22px;
    }

    .cat-box-hdr-2 {
        background-position: center -149px !important;
        background-color: #5eca5d !important;
    }

    .cat-box-hdr-3 {
        background-position: center -299px !important;
        background-color: #777 !important;
    }

    .cat-box-hdr-4 {
        background-position: center -449px !important;
        background-color: #ea7f47 !important;
    }

    /* validation messages style */
    #error-messages {
        font-size: 11px;
        padding-left: 21px;
    }

    .blg-inr-sc-icn {
        width: 30px;
        height: 30px;
        padding-top: 7px;
    }

    .blg-inr-sc-icn:focus {
        outline: none;
    }

    .blg-inr-left-lnk {
        height: 30px;
        padding: 0;
    }

    .blg-inr-left-lnk i {
        top: 7px;
        right: 6px;
        font-size: 18px;
    }

    .blg-inr-sc-icn i {
        font-size: 18px;
    }

    .subs-modl-wrpr .modal-header {
        border: none;
    }

    .subs-modl-wrpr .blg-inr-sbsc-box {
        margin-bottom: 0;
        background: #fff;
    }

    .subs-modl-wrpr .blg-inr-subsc-form input {
        border: 1px solid #ccc;
        box-shadow: none;
    }

    .blg-slide-disc-wrap {
        margin-top: 0px;
    }

    .blg-cat-hd {
        font-size: 16px;
        font-weight: bold;
        color: #333c4e;
        font-family: "open_sansregular";
        margin: 0 0 40px;
    }

    #blg-catg-sec {
        padding-top: 30px;
    }

    #search-icn {
        display: none;
    }

    .blg-inr-left-wrpr img {
        max-width: 100%;
    }

    #livechat-compact-container {
        height: 63.5px !important;
    }

    .n-p-l-r-mob {
        padding-left: 0;
        padding-right: 0;
    }

    /* author biography CSS from 5/9/2016 */
    .blg-abt-athr-box {
        padding: 19px 0px;
        margin-bottom: 24px;
    }

    .athr-img-box {
        width: 86px;
        height: 86px;
        margin: 0 auto;
        float: none;
    }

    .athr-desc-box {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0px;
        padding: 10px 20px;
    }

    .blg-inr-rgt-wrpr {
        width: 100% !important;
    }

    .cw-stky-campaign a {
        height: 276px !important;
    }

    .cw-inr-blg-post {
        padding-bottom: 40px;
    }

    .cw-blg-inr-rlt-artcl-sec .col-sm-4 {
        width: 100%;
    }

    .cw-blg-inr-rlt-artcl-sec article {
        width: 100%;
        min-height: 230px;
        margin-bottom: 20px !important;
    }
    .cw-blg-inr-rlt-artcl-sec h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .blg-app-ttl {
        margin-right: 5px;
        margin-bottom: 0;
    }

    .cw-auth-top-wrap .srch-wrap {
        z-index: 2;
    }

    .cw-inr-blg-top-sec h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .cw-inr-bnr-auth-wrap .span-reading-time {
        padding: 0px;
        margin-right: 0px;
    }
    .cw-inr-bnr-auth-wrap .span-reading-time:after {
        display: none;
    }
    .cw-inr-blg-post .post_content .ftrd-img {
        /*position: static;*/
    }
    .cw-inr-blg-post .post_content .ftrd-img img {
        margin-bottom: 25px;
        margin-top: -20px;
    }

    .cw-inr-blg-top-sec {
        /*padding:100px 0  20px;*/
    }
    .cw-auth-top-wrap .srch-wrap {
        top: -80px;
    }

    .athr-desc-box h4 {
        text-align: center;
    }

    .athr-desc-box p {
        margin-bottom: 4px;
    }

    .cw-blg-auth-bnr {
        margin-bottom: 30px;
    }

    .cw-inr-blg-athr-info-box {
        text-align: center;
    }

    /* Opinion Widget CSS from 5/9/2016 */
    .blg-opn-wgt::before {
        display: none;
    }

    /*.post_content > p:first-of-type::first-letter{
        display: none;
    }*/
    .post_content ol li {
        padding: 3px 0;
    }

    .cw-inr-blg-top-sec h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .bl-post-container {
        /*overflow-x: hidden;*/
    }

    .cw-inr-bnr-auth-wrap p,
    .cw-inr-bnr-auth-wrap .span-reading-time {
        font-size: 15px;
    }

    /* hellobar CSS by Danisih from june 16 */
    .hlobar {
        display: none;
    }

    /* Inner blog new CTA Section 19/07/2016 */
    .blg-inr-sbsc-lnk-box a {
        display: block;
        padding: 10px 0;
    }

    .hm-bnr-serch h1 {
        font-size: 40px;
    }

    .err-404-wrap {
        padding: 20px 0;
    }

    .error-page-content {
        padding: 15px;
        margin-top: 20px;
    }

    .error-page-content h2 {
        font-size: 120px;
        margin-bottom: 10px;
    }

    .err-404-lft img {
        max-height: 200px;
    }

    .error-page-btn {
        width: 140px;
    }

    .cw-stky-campaign {
        display: block;
    }

    .ftrd-pst .blg-ctg-cntnt {
        margin-top: -20px;
        width: 100%;
        text-align: center;
    }

    .cw-inr-blg-post .post_content .share-wrap .addthis_tool {
        float: none;
        margin-top: 10px;
    }

    .cw-inr-blg-post .post_content .share-wrap .shre-it {
        font-size: 18px;
        float: none;
    }

    .cmnt-now-wrap,
    .lrn-now-wrap {
        padding: 20px 10px;
        text-align: center;
    }

    .cmnt-now-wrap span,
    .lrn-now-wrap span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .cmnt-now-wrap a,
    .lrn-now-wrap span {
        font-size: 14px;
        padding: 6px 15px;
        float: none;
    }

    .blg-ctg-img > a {
        display: block;
        width: 100%;
    }

    .blg-ctg-img > a img {
        width: 100%;
    }

    .blg-catg-sec-srch .no-post-cntnt {
        margin: 0 0 20px;
        text-align: center;
    }

    .blg-catg-sec-srch .no-post-cntnt .cntnt {
        float: left;
        width: 100%;
        margin-left: 0px;
        padding-top: 30px;
    }

    .blg-catg-sec-srch .no-post-cntnt .img-wrap {
        position: relative;
        left: 0;
        top: 0;
    }

    /*GDPR Bar*/
    #cookies-bot .cookies-bot-inr {
        padding: 5px 0;
        max-width: 95% !important;
        text-align: center !important;
    }

    .cookies-bot-lft {
        width: 100% !important;
        text-align: center !important;
        font-size: 12px !important;
        padding-right: 0;
    }

    #cookies-bot {
        max-height: 130px !important;
    }

    .cookies-bot-rt {
        width: 100% !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .cookies-bot-rt a {
        white-space: normal;
        margin: 0 5px 5px 5px;
    }

    @keyframes slideAnimate {
        from {
            max-height: 0;
        }
        to {
            max-height: 190px !important;
        }
    }

    .cw-blog-inline-subs-img_box img {
        margin: 0 auto 10px;
        max-width: 200px;
    }

    .cw-blog-inline-subs-inr h3,
    .cw-blog-inline-subs-inr p,
    .cw-blog-inline-subs-form input[type="email"] {
        text-align: center;
    }

    #cw_blog-ebk-btn,
    .inline-subs-cta a {
        width: 100%;
    }

    .cw-blog-inline-subs-thnkyou-wrap h4 {
        font-size: 50px;
    }

    .cw-blog-inline-subs-wrap {
        padding: 25px;
        margin: 25px 0;
    }

    .subs_wo_img .cnt-tab-submit a {
        position: initial;
        margin: 20px auto 0;
    }

    /* Table of Content */
    .cw_blog_toc-head a {
        font-size: 22px;
        padding: 10px 15px 10px 30px;
    }
    .cw_blog_toc-head a::after {
        top: 11px;
    }

    .cw_blog_toc_list li {
        font-size: 16px;
    }

    .cw_blog_toc_list li li {
        font-size: 15px;
    }

    /*blog feedback*/
    .blogFeedback_sideWrap {
        display: none !important;
    }
    .blg_fbck_asideBox {
        min-height: auto;
    }

    .blg_fbck_wrap > h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .blg_fbck_wrap {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        padding: 20px;
    }

    /* Blog Revamp 2019 */
    .cw-inr-blg-post p {
        margin-bottom: 15px;
    }

    .cw-inr-blg-post blockquote {
        padding: 25px 20px 20px;
    }

    .cw-inr-blg-post blockquote p,
    .cw-inr-blg-post blockquote p em {
        font-size: 16px;
        line-height: 26px;
    }

    .cw-inr-blg-post blockquote:before {
        font-size: 30px;
    }

    #cw_blg_athr_sec .blg-abt-athr-box {
        margin-bottom: 30px;
    }

    #cwBlg_rltdArtcl_sec .blg-artc-img-box img {
        width: 100%;
    }

    #cwBlg_rltdArtcl_sec.cw-blg-inr-rlt-artcl-sec article {
        padding: 25px;
        min-height: auto;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .cw_blog_toc-wrap {
        margin-bottom: 20px;
    }

    #cwBlog-btmToTop {
        right: 20px;
    }

    .cwBlog_proTip_wrap {
        padding: 10px;
    }

    .blg-inr-sbsc-box {
        padding: 25px;
    }

    #blg-inr-sbsc-box2 {
        padding: 25px;
        text-align: center;
    }

    .blg-inr-sbsc_imgBox {
        margin-bottom: 20px;
    }

    .inrblog_btm_scrbBar {
        display: none;
    }

    #agn_btm_sideBar_wrap {
        display: none !important;
    }
    .inrBlogEbookDownloadTxt p, .inrBlogEbookDownloadTxt h3{
        text-align: left;
    }
    .priceTableTabs .nav.nav-pills {
        flex-wrap: wrap;
    }
    .priceTableTabs .nav.nav-pills li {
        flex: 0 0 50%;
    }
    
    .priceTableTabs .nav.nav-pills li:last-child {
        flex: 0 0 100%;
    }
    
    .priceTableTabs .nav-pills>li>a {
        height: 60px;
    }
    .priceTableTabs .nav-pills>li>a:after {
        bottom: 11px;
    }
    .priceTableTabs .nav-pills>li:last-child>a:after {
        bottom: -16px;
    }
    
    .priceTableTabs .nav-pills>li:last-child>a {
        background-position: center -720px;
        background-size: 170px;
    }
    .priceTableTabs .nav-pills>li:nth-child(even)>a:before {
        display: none;
    }
    .blg-inr-left-wrpr .pricingWidgetNew .table-responsive {
        border: none;
    }
    .blg-inr-left-wrpr .pricingWidgetNew .fixedListLeft {
        display: block;
    }
}

@media (max-width: 600px) {
    .blg_deal_mainBox
    {
        display: block;
    }

    .blg_deal_inrBox
    {
        margin-left: 0 !important;
    }
    .blg-inr-left-wrpr .mobile-graph {
        display: block;
    }
    .blg-inr-left-wrpr .desktop-graph {
        display: none;
    }
    
}

@media (max-width: 400px) {
    .blg-main-catg ul li {
        width: 50%;
    }

    .hm-bnr-serch h1 {
        font-size: 28px;
    }

    .blg-mid-subs .form-control,
    .blg-mid-subs .blg-sbscribe-btn {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .blg-slide-disc-wrap span {
        font-size: 40px;
    }

    .blg-slide-disc-wrap h2 {
        font-size: 60px;
    }

    .blg-slide-disc-wrap p {
        font-size: 24px;
    }

    .blg-slide-disc-wrap .btn-success {
        font-size: 26px;
        width: 230px;
        height: 55px;
    }

    .blg-slide-disc-wrap {
        margin-top: 0px;
    }

    #blg-slider-sec .carousel-indicators {
        bottom: 40px;
    }

    .blg-inr-rgt-wrpr {
        right: auto;
    }
}

.global_green {
    color: #2ecc71 !important;
}

@media (max-width: 500px) {
    .hm-ftrd-pst .blg-ctg-cntnt {
        width: 96%;
    }

    .blg-ctg-img > a img {
        width: 100%;
    }

    /* About auther Styling new */
    #cw_blg_athr_sec .athr-desc-box span {
        display: block;
    }

    .cw-blog-inline-subs-wrapcw-blog-inline-subs-wrap {
        padding: 30px 15px;
    }

    .cw-blog-inline-subs-img_box img {
        max-height: 150px;
    }

    .subs_wo_img .cnt-tab-submit a {
        width: 100%;
    }

    /* Blog Revamp 2019 */
    .cw_blog_toc-head a {
        font-size: 20px;
    }
    .blogInlineCtaNewSec .mainWrap {
        flex-direction: column;
    }
    .blogInlineCtaNewSec .mainWrap .txt {
        text-align: center;
    }
    .blogInlineCtaNewSec .mainWrap .cta {
        padding-left: 0;
        margin-top: 30px;
    }
    .blogInlineCtaNewSec {
        background-size: cover;
    }
    .inrBlogEbookDownloadWrap{
        flex-direction: column;
    }
    .inrBlogEbookDownloadImg{
        padding: 0;
        margin-bottom: 30px;
    }
    .inrBlogEbookDownloadTxt p, .inrBlogEbookDownloadTxt h3{
        text-align: center;
    }
    .testomonialWrap{
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .cookies-bot-rt a {
        margin: 0 2px 5px 2px;
        font-size: 10px;
    }
    #continue-settings {
        padding: 2px 11px;
        font-size: 10px;
    }
    .cookies-bot-lft p {
        font-size: 10px;
    }

    /* About auther Styling new */
    #cw_blg_athr_sec .abt-athr-sc-box a {
        margin: 5px auto;
        width: 80%;
    }
}

/* .bfcm2024Popupsec, .bfcmHellobar24
{
    display: none !important;
} */



/* blog cards | Begins*/

/* buttons css */

.postid-10266 .cw_bfcm25_gbl_btn_outline{
    font-weight: 700;
    color: #091E42 !important;
    font-family: "Unitea Sans";
    text-transform: uppercase;
    letter-spacing: 0.26px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    border-radius: 6px;
    background: rgba(254, 119, 51, 0.10);
    border: 1px solid #FE7733;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    text-decoration: none !important;
    background-image: unset !important;
  
  }
.postid-10266 .cw_bfcm25_gbl_btn_outline:hover{
    background-image: unset !important;
  }
  
.postid-10266 .cw_bfcm25_gbl_btn_outline::before{
    content: '';
    position: absolute;
    left: var(--x, 50%);
    top: var(--y, 50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #faae88 10%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease;
    border-radius: 50%;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
  }
  /* linear-gradient(38deg, rgb(178 161 255) 18.86% 23.86%, rgb(254 119 51) 95.33%) */
  .postid-10266  .cw_bfcm25_gbl_btn_outline:hover::before{
    transform: translate(-50%, -50%) scale(1.2);
    text-decoration: none;
  }
  .postid-10266 .btn_large {
    padding: 12px 36px;
  }

/* buttons css end */


 .bfcm_deals {
    border-radius: 6px;
    background: linear-gradient(145deg, #000 20.59%, #5216a1 117.1%);
    padding: 30px 26px;
    position: relative;
    margin-bottom: 36px;
  }
 
.bfcm_deals::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.cloudways.com/wp-content/uploads/2025/11/Left_Blog-TOC-card-Element.png) no-repeat top left;
  }
  
  .bfcm_deals::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.cloudways.com/wp-content/uploads/2025/11/Right_Blog-TOC-card-Element.png) no-repeat top right;
  }
  
  
  .bfcm_deals > h4 {
    color: #fff;
    font-family: "Unitea_Sans";
    font-size: 36.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.767px; /* 112.617% */
    letter-spacing: -0.724px;
    text-align: center;
    margin-bottom: 34px;
  }
  
  .bfcm_deals > h4 span {
    background: var(
      --New-2,
      linear-gradient(170deg, #f7f7f7 32.31%, #fe7733 56.61%, #cdc2ff 78.42%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .bfcm_deals .cardsWrap {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* max-width: 704px; */
  }
  .bfcm_deals .cardsWrap .card {
    border-radius: 8px;
    background: #fff;
    width: 48%;
    padding: 16px;
  }
  .bfcm_deals .cardsWrap .card h4 {
    color: #253858;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: -0.54px;
    text-align: left;
    margin-bottom: 16px;
  }
  .bfcm_deals .cardsWrap .card ul {
    margin-bottom: 24px;
  }
  .bfcm_deals .cardsWrap .card ul li {
    color: #253858;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.42px;
    position: relative;
    padding-left: 24px;
  }
  
  .bfcm_deals .cardsWrap .card ul li::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 0;
  }
  .bfcm_deals .cardsWrap .card ul li.deal::before {
    background: url(https://www.cloudways.com/wp-content/uploads/2025/11/deal-list.svg)
      no-repeat;
  }
  
  .bfcm_deals .cardsWrap .card ul li.code::before {
    background: url(https://www.cloudways.com/wp-content/uploads/2025/11/code-list.svg)
      no-repeat;
  }
  
  .bfcm_deals .cardsWrap .card ul li.validity::before {
    background: url(https://www.cloudways.com/wp-content/uploads/2025/11/validity-list.svg)
      no-repeat;
  }
  
  .bfcm_deals .cardsWrap .card ul li span {
    color: #5e6c84;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: inherit;
  }
  
  .bfcm_deals .cardsWrap .card .cw_bfcm24_gbl_btn_outline {
    padding: 5px 24px;
  }
  /* blog cards | Ends*/
  