/**
 * @tableofcontents
 *
 * 1. Homepage
 * 2. Authors Page
 * 3. Authors Page
 * 4. Search Page
 * 5. Resources Seperator
 * 6. Campaign
 */

/* @section 1. Homepage */

.hm-catg-posts-wrap {
    padding: 0;
    background-color: #fff;
}

.hm-catg-posts-head {
    margin-bottom: 20px;
}

.hm-catg-posts-wrap h2 {
    font-size: 30px;
    font-weight: 500;
    color: #202b52;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
}

.hm-catg-posts-wrap:last-child {
    text-transform: uppercase;
    background: red;
}

.hm-catg-link {
    float: right;
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none !important;
    color: #202b52 !important;
    line-height: 35px;
    font-weight: 400;
    margin-right: 5px;
}

.hm-catg-link i {
    font-size: 16px;
    color: #202b52;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.hm-catg-link svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    transition: all .3s ease-in-out;
}

.hm-catg-link:hover i, .hm-catg-link:hover svg {
    transform: translateX(5px);
}

.hm-catg-post-box {
    margin: 0 auto 70px;
    max-width: 350px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
}

.inr-pages-blog-wrap .hm-catg-post-box {
    margin: 0 auto 40px;
}

.inr-pages-blog-wrap .hm-catg-post-box .catg-post-title {
    min-height: auto;
}

.hm-catg-post-img {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.hm-catg-post-img img {
    border-radius: 6px;
}

.hm-catg-post-img a {
    display: block;
    text-decoration: none !important;
}

.post-catg-tag {
    font-size: 14px;
    display: block;
    color: #1d248a !important;
    text-decoration: none !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #337ab7;
}

.hm-catg-post-txt .post-catg-tag {
    outline: 0 none;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.75s ease-in-out 0s;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
}

.hm-catg-post-txt .post-catg-tag::after, .hm-catg-post-txt .post-catg-tag::before {
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 3;
    display: none;
}

.hm-catg-post-txt .post-catg-tag::before {
    border-bottom: 1px solid #4f2582;
    border-left: 1px solid #4f2582;
    transform-origin: 0 100% 0;
}

.hm-catg-post-txt .post-catg-tag::after {
    border-right: 1px solid #4f2582;
    border-top: 1px solid #4f2582;
    transform-origin: 100% 0 0;
}

.hm-catg-post-txt .post-catg-tag::before, .hm-catg-post-txt .post-catg-tag::after {
    border-color: inherit;
}

.hm-catg-post-txt .post-catg-tag:hover::after, .hm-catg-post-txt .post-catg-tag:hover::before {
    transform: scale(1);
}

.post-catg-tag.tag- {
    display: none;
}

.post-catg-tag.tag-2896, .post-catg-tag.tag-2895, .post-catg-tag.tag-2894, .post-catg-tag.tag-2892 {
    color: #fdb054 !important;
}

.post-catg-tag.tag-342 {
    color: #1d248a !important;
}

.post-catg-tag.tag-1485 {
    color: #b764d8 !important;
}

.post-catg-tag.tag-827 {
    color: #4cb050 !important;
}

.post-catg-tag.tag-1475 {
    color: #09ebaf !important;
}

.post-catg-tag.tag-1476 {
    color: #6a1b9a !important;
}

.post-catg-tag.tag-1477 {
    color: #777cb5 !important;
}

.post-catg-tag.tag-1488 {
    color: #32373c!important;
}

.post-catg-tag.tag-2398, .post-catg-tag.tag-2882 {
    color: #474A8A !important;
}

.post-catg-tag.tag-1489 {
    color: #0270ad !important;
}

.post-catg-tag.tag-1777 {
    color: #2e39bf !important;
}

.post-catg-tag.tag-1760 {
    color: #f16321 !important;
}

.post-catg-tag.tag-2024 {
    color: #f2534e !important;
}

.post-catg-tag.tag-2184 {
    color: #2bcc71 !important;
}

.post-catg-tag.tag-2188, .post-catg-tag.tag-4353, .post-catg-tag.tag-4357, .post-catg-tag.tag-4356, .post-catg-tag.tag-4355 {
    color: #fdb054 !important;
}

.post-catg-tag.tag-2399, .post-catg-tag.tag-3902 {
    color: #474A8A !important;
}

.post-catg-tag.tag-2505 {
    color: #0277bd !important;
}

.post-catg-tag.tag-magento, .post-catg-tag.tag-2880, .post-catg-tag.tag-2881 {
    color: #f46f25 !important;
}

.post-catg-tag.tag-wordpress {
    color: #32373c!important;
}

.post-catg-tag.tag-ecommerce {
    color: #fdb054 !important;
}

.post-catg-tag.tag-2505 {
    color: #b764d8 !important;
}

.post-catg-tag.tag-woocommerce {
    color: #337ab7 !important;
}

.post-catg-tag.tag-laravel {
    color: #f2534e !important;
}

.post-catg-tag.tag-php {
    color: #777cb5 !important;
}

.post-catg-tag.tag-agencies {
    color: #9c27b0 !important;
}

.post-catg-tag.tag-update {
    color: #1d248a !important;
}

.post-catg-tag.tag-dev {
    color: #fbc02d !important;
}

.post-catg-tag.tag-startup {
    color: #6a1b9a !important;
}

.post-catg-tag.tag-miscellaneous {
    color: #424242 !important;
}

.post-catg-tag.tag-3839 {
    color: #251b5b !important;
}

.post-catg-tag.tag-3840 {
    color: #f98012 !important;
}

.post-catg-tag.tag-3841 {
    color: #86be3c !important;
}

.post-catg-tag.tag-3842 {
    color: #29b6f6 !important;
}

.post-catg-tag.tag-5006 {
    color: #08ebae !important;
}

.catg-post-title {
    margin: 20px 0 25px;
    /*min-height: 110px;*/
}

.catg-post-title, .catg-post-title a {
    font-size: 23px;
    font-weight: 500;
    color: #091e42 !important;
    text-decoration: none;
    line-height: 32px;
    text-decoration: none;
    text-shadow: 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white;
    box-shadow: 0 -1px 0 0 white inset, 0 -3px 0 0 transparent inset;
    transition: all .3s ease-in;
    outline: none !important;
}

.catg-post-title a:hover {
    transition: all .3s ease-out;
    box-shadow: 0 -3px 0 0 white inset, 0 -4px 0 0 #091e42 inset
}

.catg-post-discBox {
    color: #42526E;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 25px;
    min-height: 85px;
}

.catg-post-addnl-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catg-post-addnl-info li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(66, 37, 19, 0.7);
    display: inline-block;
    padding: 0 10px 0 6px;
    vertical-align: middle;
    line-height: 14px;
    border-right: 1px solid rgba(66, 37, 19, 0.7);
}

.catg-post-addnl-info li:first-child {
    padding-left: 0;
}

.catg-post-addnl-info li:last-child {
    margin-right: 0;
    border: 0;
}

.post-author-name {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #42526e !important;
    position: relative;
    text-decoration: none !important;
    outline: none !important;
}

.post-author-name::before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(66, 37, 19, 0.3);
}

.post-author-name::after {
    position: absolute;
    content: '';
    bottom: -1px;
    width: 0;
    margin: 0 auto;
    height: 1px;
    left: 0;
    right: 0;
    background-color: rgba(66, 37, 19, 1);
    transition: all .3s ease-in-out;
}

.post-author-name:hover::after {
    width: 100%;
}

/* Featured Post */

.blog-ftr-post-sec {
    padding: 35px 0 50px;
}

.blog-ftr-post-title, .blog-ftr-post-title a {
    font-size: 40px;
    font-weight: 700;
    color: #091e42;
    margin-top: 30px;
    line-height: 52px;
    margin-bottom: 40px;
    outline: none !important;
}

.blog-ftr-post-title a {
    border-bottom: 0;
    text-shadow: 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white;
    box-shadow: 0 -1px 0 0 white inset, 0 -3px 0 0 transparent inset;
    transition: all .3s ease-in;
    text-decoration: none !important;
}

.blog-ftr-post-title a:hover {
    transition: all .3s ease-out;
    box-shadow: 0 -6px 0 0 white inset, 0 -7px 0 0 #091e42 inset
}

.blog-ftr-post-cntnt {
    margin-top: 15px;
}

.blog-ftr-post-img {
    overflow: hidden;
    border-radius: 6px;
}

.blog-ftr-post-author {
    font-size: 14px;
    font-weight: 400;
    color: #8b93a1;
}

/* Popular Posts */

.hm-poplr-blog-sec {
    padding: 30px 0 50px;
}

.hm-poplr-blog-sec h2 {
    font-size: 30px;
    font-weight: 500;
    color: #202b52;
    margin: 0 0 20px;
}

.hm-poplr-blog-wrap {
    padding: 20px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.hm-poplr-blog-wrap .col-sm-4:nth-child(2) {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.hm-poplr-blog-box {
    padding: 15px 0;
}

.hm-poplr-blog-box h3, .hm-poplr-blog-box h3 a {
    font-size: 20px;
    font-weight: 400;
    color: #091e42;
    margin: 20px 0;
    line-height: 30px;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.hm-poplr-blog-box h3 a {
    text-decoration: none;
    text-shadow: 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white, 2px -2px 0 white, 2px -1px 0 white, 2px 0px 0 white, -2px -2px 0 white, -2px -1px 0 white, -2px 0px 0 white, 1px -2px 0 white, 1px -1px 0 white, 1px 0px 0 white, -1px -2px 0 white, -1px -1px 0 white, -1px 0px 0 white, 0px -2px 0 white, 0px -1px 0 white, 0px 0px 0 white;
    box-shadow: 0 -1px 0 0 white inset, 0 -3px 0 0 transparent inset;
    transition: all .3s ease-in;
}

.hm-poplr-blog-box h3 a:hover {
    transition: all .3s ease-out;
    box-shadow: 0 -3px 0 0 white inset, 0 -4px 0 0 #091e42 inset;
}

/* Footer Subscribe Widget */

.blog-footr-sbscrb-wgt {
    padding: 50px 0;
    background-color: #0a0d35;
    border-bottom: 2px solid #131648;
}

.blog-footr-sbscrb-wgt h2 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    margin-top: 10px;
}

.blog-footr-sbscrb-wgt h2 b {
    font-size: inherit;
    font-weight: 500;
    color: inherit;
}

.blog-footr-sbscrb-wgt p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.blog-footr-sbscrb-form-wrap {
    display: inline-block;
}

.blog-footr-sbscrb-form-wrap #subscribe_error-messages, .blog-footr-sbscrb-form-wrap #subscribe_success-messages, .blog-footr-sbscrb-form-wrap #consent_error-messages {
    padding-left: 0 !important;
    text-align: center;
}

.blog-footr-sbscrb-form-wrap input[type='email'] {
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    color: #091e42;
    padding: 12px 20px;
    width: 350px;
    display: block;
    border: none;
    margin-bottom: 20px;
}

.blog-footr-sbscrb-sbmt-btn:hover {
    background-color: #74ffda !important;
    border-color: #74ffda !important;
}

.blog-footr-sbscrb-sbmt-btn {
    border: 0;
    color: #192072 !important;
    font-size: 15px;
    display: block;
    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 0 rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2) !important;
    transition: all .3s ease-in-out;
    width: 350px;
    margin-bottom: 15px;
}

.blog-footr-sbscrb-chkbox {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 25px;
    -moz-user-select: none;
    user-select: none;
}

.blog-footr-sbscrb-chkbox a {
    color: #09ebaf;
    position: relative;
    font-weight: 400;
    text-decoration: none !important;
}

.blog-footr-sbscrb-chkbox a::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    background-color: #09ebaf;
    left: 0;
    right: 0;
    width: 0;
    transition: all .3s ease-in-out;
}

.blog-footr-sbscrb-chkbox a:hover::before {
    width: 100%;
}

.blog-footr-sbscrb-chkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.blog-footr-sbscrb-chkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 12px;
    width: 12px;
    background-color: #e0e0e0;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}

/* On mouse-over, add a grey background color */

.blog-footr-sbscrb-chkbox:hover input~.checkmark {
    background-color: #09ebaf;
}

/* When the checkbox is checked, add a blue background */

.blog-footr-sbscrb-chkbox input:checked~.checkmark {
    background-color: #09ebaf;
}

/* Create the checkmark/indicator (hidden when not checked) */

.blog-footr-sbscrb-chkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.blog-footr-sbscrb-chkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.blog-footr-sbscrb-chkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #2e39bf;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* @Section 2. Authors Page */

.abt-authr-sec {
    padding: 70px 0;
    background-color: #f9fbfd;
}

.abt-authr-wrap {
    display: flex;
}

.abt-authr-img-wrap {
    width: 160px;
    height: 160px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 3px #303bc0;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 30px;
}

.abt-authr-img-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.abt-authr-name {
    font-size: 42px;
    font-weight: 500;
    color: #091e42;
    margin: 10px 0;
}

.abt-authr-txt-wrap {
    max-width: 700px;
}

.abt-authr-bio {
    color: #42526e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.abt-authr-bio a
{
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    color: #42526e !important;
    position: relative;
    text-decoration: none !important;
}

.abt-authr-bio a::before
{
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(66, 37, 19, 0.3);
}

.abt-authr-bio a::after
{
    position: absolute;
    content: '';
    bottom: 1px;
    width: 0;
    margin: 0 auto;
    height: 1px;
    left: 0;
    right: 0;
    background-color: rgba(66, 37, 19, 1);
    transition: all .3s ease-in-out;
}

.abt-authr-bio a:hover::after
{
    width: 100%;
}

.abt-authr-social-links i {
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    background-color: #1da1f2;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 8px;
    transition: all .3s ease-in-out;
}

.abt-authr-social-links i.fa-comments {
    background-color: #2e39bf;
}

.abt-authr-social-links a {
    font-weight: 400;
    color: #8b93a1;
    font-size: 14px;
    padding-right: 15px;
    transition: all .3s ease-in-out;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    z-index: 9;
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none !important;
}

.abt-authr-social-links a:hover {
    color: #fff;
}

.abt-authr-social-links a::before {
    background-color: #1da1f2;
    position: absolute;
    content: '';
    transition: all .3s ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    z-index: -1;
    border-radius: 50px;
}

.abt-authr-social-links a:last-child::before {
    background-color: #2e39bf;
}

.abt-authr-social-links a:hover::before {
    width: 100%;
}

.abt-authr-social-links a:first-child {
    margin-right: 15px;
}

/* @Section 3. Blog Navigations */

/* Main Nav */

.blog-navs-main-wrap {
    height: 135px;
}

.cw-blog-main-nav-wrap {
    padding: 10px 0 0;
    background-color: #fff;
}

.cw-blog-main-nav-brand {
    display: inline-block;
    outline: none !important;
}

.cw-blog-main-nav {
    margin: 0;
    min-height: auto;
    border: 0;
    user-select: none;
    padding: 0 0 10px;
    border-bottom: 1px solid #f4f4f5;
}

.cw-blog-main-nav-links ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #091e42;
    padding: 8px 10px;
    margin-right: 10px;
    background-color: #fff !important;
    position: relative;
    outline: none !important;
}

.cw-blog-main-nav-links ul li a::after, .cw-blog-main-nav-links ul li a::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 4px;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 3;
    display: none;
}

.cw-blog-main-nav-links ul li a::before {
    border-bottom: 1px solid #091e42;
    border-left: 1px solid #091e42;
    transform-origin: 0 100% 0;
}

.cw-blog-main-nav-links ul li a::after {
    border-right: 1px solid #091e42;
    border-top: 1px solid #091e42;
    transform-origin: 100% 0 0;
}

.cw-blog-main-nav-links ul li a::before, .cw-blog-main-nav-links ul li a::after {
    border-color: inherit;
}

.cw-blog-main-nav-links ul li a:hover::after, .cw-blog-main-nav-links ul li a:hover::before {
    transform: scale(1);
}

.cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a, .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:focus, .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:active {
    border: 0;
    color: #192072;
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-weight: 500;
    background-color: #09ebaf !important;
    border-radius: 6px;
    padding: 7px 16px;
    border: 2px solid #09ebaf;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    text-decoration: none !important;
    margin-left: 10px;
}

.cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a::before, .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a::after {
    display: none;
}

.cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:hover {
    background-color: #74ffda !important;
    border-color: #74ffda !important;
}

.cw-blog-main-nav-links ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/* Categories Navigation */

.blog-ctg-nav-fix {
    position: fixed;
    animation: fixed-header .6s ease-in-out;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

/* Blog Navigation 2021 */

.blog-navs-main-wrap.blog-ctg-nav-fix .cw-blog-main-nav
{
    border-bottom: 0 !important;
}

.blog-navs-main-wrap.blog-ctg-nav-fix .cw_blog21_menuBtn .navbar-toggle
{
    display: block;
}

.cw-blog-main-nav-wrap .navbar-toggle .icon-bar {
    background-color: #091e42;
    transition: all .3s ease-in-out;
}

.cw-blog-main-nav-links ul li .dropdown-menu
{
    right: auto;
    left: 0;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background-color: #fff;
    border: 0 !important;
    border-radius: 4px !important;
    padding: 15px 0;
}

.cw-blog-main-nav-links ul li .dropdown-menu li
{
    width: 100%;
}

.cw-blog-main-nav-links ul li .dropdown-menu li a
{
    width: 100%;
    color: #7f8394;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-blog-main-nav-links ul li .dropdown-menu li a:hover
{
    color: #202b52;
}

.cw-blog-main-nav-links ul li:hover > .dropdown-menu {
    display: block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.cw_blog21_topCta
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.cw_blog21_topCta a
{
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
    padding: 8px;
    box-shadow: none !important;
}

/* Blog Navigation 2021 */

@keyframes fixed-header {
    0% {
        top: -110px;
    }
    100% {
        top: 0;
    }
}

.cw-blog-category-nav-wrap {
    padding: 12px 0 8px;
    background-color: #fff;
    z-index: 9999;
}

.cw-blog-catg-nav, .cw-blog-catg-nav-links {
    margin: 0;
    padding: 0;
    min-height: auto;
}

li.cw-blog-catg-nav-link>a {
    padding: 8px 0 15px;
    background-color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    color: #42526e;
    margin-right: 20px;
}

li.cw-blog-catg-nav-link a i {
    font-size: 18px;
    color: rgba(66, 82, 110, 0.35);
    vertical-align: bottom;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.cw-blog-catg-nav-mega-dropdown.open a i {
    transform: rotate(180deg);
}

.cw-blog-catg-nav-mega-dropdown {
    position: static !important;
}

.cwBlog_catgNav-dropdownMenu::before {
    content: '';
    content: "\f0d8";
    color: #fff;
    font: normal normal normal 45px/1 FontAwesome;
    position: absolute;
    left: 15px;
    top: -7px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 3px;
    transform: rotate(45deg);
}

.cw-blog-catg-nav-links .navbar-right {
    margin: 0;
}

.cw-blog-catg-nav-search {
    padding: 10px 0 10px 35px;
    background: url(../img/nav-search-icon.svg) no-repeat 5px center #fff;
    background-size: 25px;
    border: 1px solid transparent;
    width: 25px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    border-radius: 50px;
    font-size: 16px;
    background-color: #fff !important;
    position: absolute;
    right: 0;
    box-shadow: -8px 0 15px 5px #fff !important;
}

.cw-blog-catg-nav-search:focus {
    border-color: rgba(0, 0, 0, 0.15);
    width: 250px;
    cursor: text;
}

/* Custom Nav Updated */

.cwBlog_catgNav_link>a {
    padding: 8px 0 15px !important;
    background-color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    color: #091e42;
    margin-right: 40px;
    opacity: 1;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.cwBlog_catgNav_link>a:hover {
    opacity: 1;
}

.cwBlog_catgNav_link a i {
    font-size: 18px;
    color: rgba(66, 82, 110, 0.35);
    vertical-align: bottom;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.cwBlog_catgNav-dropdown {
    position: static !important;
}

.cwBlog_catgNav-dropdown>a:after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    display: inline-block;
    color: rgba(66, 82, 110, 1);
    vertical-align: bottom;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.cwBlog_catgNav-dropdown.open>a:after {
    transform: rotate(180deg);
}

.cwBlog_catgNav-dropdownMenu {
    padding: 20px 20px 0;
    max-width: 760px;
    width: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    border: 0;
    border-radius: 6px !important;
    left: auto;
    transition: all .3s ease-in-out;
    transform: translateY(60px) scale(0.9);
    transform-origin: left top;
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}

.open .cwBlog_catgNav-dropdownMenu {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.cwBlog_catgNav-dropdownMenu::before {
    position: absolute;
}

.cwBlog_catgNav-inrCatg_wrap {
    width: 175px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
}

.cw_others .cwBlog_catgNav-inrCatg_wrap
{
    margin-bottom: 20px;
}

.cwBlog_catgNav-inrCatg_wrap:last-child {
    margin-bottom: 10px;
}

.cwBlog_catgNav-inrCatg_wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url('../img/sprite_mega_menu_icons_updated.png') no-repeat center top #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.05);
    border: 5px solid #fff;
}

.cw_ecommerce .cwBlog_catgNav-inrCatg_wrap, .cw_startups .cwBlog_catgNav-inrCatg_wrap, .cw_interviews .cwBlog_catgNav-inrCatg_wrap {
    padding: 0 !important;
}

.cw_ecommerce .cwBlog_catgNav-inrCatg_wrap::before, .cw_startups .cwBlog_catgNav-inrCatg_wrap::before, .cw_interviews .cwBlog_catgNav-inrCatg_wrap::before {
    display: none !important;
}

.cw_wordpress.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center 3px;
}

.cw_woocommerce.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -66px;
}

.cw_magento.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -136px;
}

.cw_drupal.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -212px;
}

.cw_php.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -279px;
}

.cw_laravel.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -345px;
}

.cw_prestashop.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -418px;
}

.cw_opencart.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -488px;
}

.cw_joomla.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -554px;
}

.cw_moodle.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -620px;
}

.cw_digitalmarketing.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -688px;
}

.cw_resources.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -978px;
}

.cw_api.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -759px;
}

.cw_designanddev.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -832px;
}

.cw_misc.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -906px;
}

.cw_iaas.cwBlog_catgNav-inrCatg_wrap::before {
    background-position: center -1067px;
}

.cwBlog_catgNav-inrCatg_wrap>a {
    font-size: 16px;
    color: #091e42 !important;
    font-weight: 600 !important;
    margin: 5px 0 15px;
    padding: 0 !important;
    line-height: 22px !important;
    background-color: transparent !important;
    white-space: normal !important;
}

.cwBlog_catgNav-inrCatg_link {
    list-style: none;
    padding: 0 !important;
}

.cwBlog_catgNav-inrCatg_link li a {
    font-size: 14px;
    font-weight: 400;
    color: #7f8394;
    margin-bottom: 12px;
    display: inline-block;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.menu-depth-2.cwBlog_catgNav-inrCatg_link li a {
    font-size: 14px;
    font-weight: 400;
    color: #7f8394;
    margin-bottom: 12px;
    display: inline-block;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.menu-depth-2.cwBlog_catgNav-inrCatg_link li a:hover {
    color: #202b52;
}

/* @Section 4. Search Page */

.cw-blog-search-result-wrap {
    padding: 50px 0;
    background-color: #f9fbfd;
    position: relative;
}

.cw-blog-search-result-text h1 {
    font-size: 42px;
    font-weight: 400;
    color: #091e42;
    margin: 0;
    text-align: left;
}

.cw-blog-search-result-text h1 span {
    font-size: inherit;
    color: rgba(9, 30, 66, 0.4);
    font-weight: inherit;
    display: inline-block;
    margin-right: 15px;
}

.cw-blog-search-result-text p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 20px 0;
}

.no-result-found-wrap {
    padding: 0 0 30px;
}

.no-result-found-wrap .hm-poplr-blog-sec {
    padding-top: 50px;
}

.no-result-found-wrap .hm-catg-post-img img {
    margin: 0 auto;
}

.no-result-found-wrap .hm-poplr-blog-wrap .col-sm-4:nth-child(2), .no-result-found-wrap .hm-poplr-blog-wrap {
    border: 0;
}

/* @section 5. Resources Seperator */

.blg_moreRscrs_sec {
    padding: 30px 0 60px;
    margin: 0 0 40px;
    background-color: #f6f9fc;
}

.blg_moreRscrs_ttlBox {
    text-align: center;
}

.blg_moreRscrs_ttlBox {
    margin-bottom: 50px;
}

.blg_moreRscrs_ttlBox h2 {
    color: #202b52;
    font-size: 30px;
}

.blg_moreRscrs_box {
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}

.blg_moreRscrs_box:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.blg_moreRscrs_box a {
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
}

.blg_moreRscrs_imgBox {
    text-align: center;
}

.blg_moreRscrs_imgBox img {
    display: inline-block;
}

.blg_moreRscrs_infoBox {
    padding: 20px 10px 10px;
}

.blg_moreRscrs_infoBox h3 {
    color: #091e42;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 5px;
}

.blg_moreRscrs_infoBox p {
    color: #091e42;
    font-size: 16px;
}

.blg_moreRscrs_ctaBox {
    text-align: center;
    margin-top: 30px;
}

.blg_moreRscrs_ctaBox .cw-glb-btn2 {
    color: #091e42 !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    min-width: 160px;
    display: inline-block;
}

/* @section 6. Campaign */


.cw_cmpg_body .bfcmGlbSidebar_Sec {
    background: #000002;
    position: fixed;
    bottom: 15px;
    left: 15px;
    border-radius: 8px;
    width: 600px;
    height: 102px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: -1000px;
    opacity: 0;
    z-index: 999;
}

.cw_cmpg_body .bfcmGlbSidebar_Sec * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "montserrat";
}

.cw_cmpg_body .bfcmGlbSidebar_Sec.showGlbSidebar {
    left: 15px;
    opacity: 1;
}

.cw_cmpg_body .bfcmGlbSidebar_Sec .closeBtn {
    z-index: 99;
    font-size: 24px;
    line-height: 22px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 700;
    background: #fff;
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    color: #090c25;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.cw_cmpg_body .bfcmGlbSidebar_mainWrap {
    display: inline-block;
}

.cw_cmpg_body .bfcmGlbSidebar_mainWrap .bg-img {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 1;
    top: 0;
}

.cw_cmpg_body .bfcmGlbSidebar_mainWrap .bfcmTimerWrap {
    z-index: 9;
    position: relative;
    padding: 9% 20px 0;
    margin: 0;
    list-style: none;
}

.cw_cmpg_body .bfcmGlbSidebar_mainWrap .bfcmTimerWrap li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}

.cw_cmpg_body .bfcmGlbSidebar_mainWrap .bfcmTimerWrap li .bfcm-timer-rem {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 50%;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #115dff;
    -webkit-box-shadow: 0 0 20px 8px rgba(2, 110, 231, 0.54);
    box-shadow: 0 0 20px 8px rgba(2, 110, 231, 0.54);
    color: #04061e;
    font-size: 18px;
    font-weight: 700;
}

.cw_cmpg_body .bfcmGlbSidebar_mainWrap .bfcmTimerWrap li .bfcm-timer-catg {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

/* Featured Snippet Box */
.cwBlog_ftrSnpt_sec
{
    border-radius: 6px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.cwBlog_ftrSnpt_topBox
{
    padding: 40px 40px 15px;
    background-color: #fff;
}

.cwBlog_ftrSnpt_btmBox {
    position: relative;
    padding: 30px 20px;
}

.cwBlog_ftrSnpt_btmBox::before
{
    content: '';
    position: absolute;
    transform: rotate(-135deg);
    right: 150px;
    top: -2px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: none;
}

#cwBlog_ftrSnpt2
{
    border: 2px solid #f0f0f0;
}

#cwBlog_ftrSnpt2 .cwBlog_ftrSnpt_topBox {
    padding: 30px 30px 5px;
    background-color: #fff;
}

#cwBlog_ftrSnpt2 .cwBlog_ftrSnpt_btmBox {
    position: relative;
    padding: 20px 30px 0;
}

/* Right Side Video Box */
.rightSide_popup_box
{
    position: fixed;
    right: 5%;
    bottom: 0;
    width: 400px;
    height: auto;
    z-index: 9999;
}

.rightSide_popup_box_close
{
    display: inline-block;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 99;
    cursor: pointer;
}

.cw_cmpg_body .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a, .cw_cmpg_body .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:focus, 
.cw_cmpg_body .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:active {
    background: #FBD808 !important;
    color: rgba(0, 0, 0, 0.9);
    border-color: #FBD808;
}

.cw_cmpg_body .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:hover {
    background-color: #f6e271 !important;
    border-color: #f6e271 !important;
}

.cw_cmpg_body .blg_moreRscrs_ctaBox .cw-glb-btn2 {
    border-color: #FBD808;
    color: rgba(0, 0, 0, 0.9) !important;
}

.cw_cmpg_body .cw-glb-btn2:hover, .cw_cmpg_body .cw-glb-btn2:focus, .cw-glb-btn2:active {
    background: #FBD808 !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

.cw_cmpg_body .blog-footr-sbscrb-sbmt-btn {
    color: rgba(0, 0, 0, 0.9) !important;
    border-color: #FBD808;
    background: #FBD808;
}

.cw_cmpg_body .blog-footr-sbscrb-sbmt-btn:hover {
    background-color: #f6e271 !important;
    border-color: #f6e271 !important;
}

.cw_cmpg_body .blog-footr-sbscrb-chkbox a {
    color: #FBD808;
}

@media(min-width:1200px) {
    .cwBlog_catgNav-inrCatg_wrap {
        float: left;
    }

    .cw-blog-main-nav-links ul li a{
        margin-right: 8px;
    }
}

@media(min-width:767px) {
    
    /* Blog Navigation 2021 */
    .blog-navs-main-wrap.blog-ctg-nav-fix
    {
        height: auto;
        background-color: #fff;
    }

    .blog-navs-main-wrap.blog-ctg-nav-fix .cw-blog-main-nav-wrap .cw-blog-main-nav-brand
    {
        position: relative;
        top: 5px;
    }

    .blog-navs-main-wrap.blog-ctg-nav-fix .cw-blog-category-nav-wrap
    {
        display: none;
        padding: 0;
    }

    .blog-navs-main-wrap.blog-ctg-nav-fix .cw-blog-catg-nav
    {
        border-top: 1px solid #f4f4f5;
        padding: 12px 0 8px;
    }

    .cw-blog-main-nav-wrap .navbar-toggle.nav_tgl_actv .icon-bar:nth-child(2) {
        transform: translateY(6px) rotate(45deg);
    }

    .cw-blog-main-nav-wrap .navbar-toggle.nav_tgl_actv .icon-bar:nth-child(3) {
        width: 0;
    }

    .cw-blog-main-nav-wrap .navbar-toggle.nav_tgl_actv .icon-bar:nth-child(4) {
        transform: translateY(-6px) rotate(-45deg);
    }
    /* Blog Navigation 2021 */
}

@media(max-width:1200px) {
    .cwBlog_catgNav_link>a {
        margin-right: 30px;
    }
    .cwBlog_catgNav-dropdown:last-child .cwBlog_catgNav-dropdownMenu {
        left: calc(100% - 215px);
    }
    .cwBlog_catgNav-dropdown:last-child .cwBlog_catgNav-dropdownMenu::before {
        left: 55px;
    }
    .blog-ftr-post-title, .blog-ftr-post-title a {
        font-size: 30px;
        line-height: 40px;
    }
    .catg-post-addnl-info li {
        padding: 0 7px 0 2px;
    }
    .catg-post-title, .catg-post-title a {
        font-size: 20px;
    }
    .catg-post-discBox {
        font-size: 15px;
        line-height: 26px;
    }
}

@media(max-width:992px) {
    
    /* Blog Navigation 2021 */
    .cw-blog-main-nav-brand {
        max-width: 60px;
        overflow: hidden;
    }

    .cw-blog-main-nav-brand img
    {
        max-width: initial;
    }

    /* Blog Navigation 2021 */


    /* Campaign */
    .cmpg_glb_ofrBox_actv {
        bottom: 100px !important;
    }

    /* New Blog */
    .blog-ftr-post-cntnt {
        margin-top: 0;
    }
    .blog-ftr-post-title, .blog-ftr-post-title a {
        font-size: 22px;
        line-height: 34px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .blog-ftr-post-sec {
        padding-bottom: 30px;
    }
    .catg-post-addnl-info li {
        padding: 0 5px 0 1px;
        font-size: 13px;
    }
    .post-catg-tag {
        font-size: 13px;
    }
    .hm-poplr-blog-box h3, .hm-poplr-blog-box h3 a, .catg-post-title, .catg-post-title a {
        font-size: 18px;
        margin: 10px 0 15px;
        line-height: 26px;
    }
    .hm-poplr-blog-wrap {
        padding: 20px 10px;
    }
    .hm-catg-posts-wrap h2, .hm-poplr-blog-sec h2 {
        font-size: 22px;
    }
    .hm-catg-link {
        line-height: 26px;
    }
    .catg-post-title {
        /*min-height: 80px;*/
    }
    .catg-post-title+.catg-post-addnl-info li:first-child {
        display: block;
        border: 0;
        margin: 0 0 20px;
        width: 100%;
        text-align: left;
    }
    .blog-footr-sbscrb-wgt h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .abt-authr-sec {
        padding: 40px 0;
    }
    .cwBlog_catgNav-dropdownMenu {
        max-width: 580px;
    }
    .cwBlog_catgNav-inrCatg_wrap>a, .cwBlog_catgNav_link>a {
        font-size: 14px;
    }
    .cwBlog_catgNav_link>a {
        margin-right: 10px;
    }
    .cw-blog-main-nav-links ul li a {
        padding: 8px 5px;
        margin-right: 3px;
        outline: none !important;
    }
    .cwBlog_catgNav-dropdownMenu::before {
        display: none;
    }
    .catg-nav-mega-menu-icon {
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }
    .catg-nav-mega-menu-grip-app {
        padding: 0 10px;
    }
    .catg-nav-mega-menu-icon span {
        width: 20px;
        height: 20px;
        top: 5px;
    }
    .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a, 
    .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:focus, 
    .cw-blog-main-nav-links ul li.cw-blog-main-nav-cta a:active
    {
        margin-left: -2px;
    }
    /* Resources Widget Css */
    .blg_moreRscrs_box {
        padding: 10px 0 0;
    }
    .blg_moreRscrs_infoBox h3 {
        font-size: 18px;
    }
    .blg_moreRscrs_infoBox p {
        font-size: 14px;
    }
    .hm-catg-post-box {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .blog-navs-main-wrap {
        height: auto;
    }
    /* Hamburger Styling */
    .cw-blog-catg-nav-hdr-mbl .navbar-toggle span {
        transition: all .3s ease-in-out;
    }
    .cw-blog-catg-nav-hdr-mbl .navbar-toggle[aria-expanded="true"] span:nth-child(3) {
        width: 0;
    }
    .cw-blog-catg-nav-hdr-mbl .navbar-toggle[aria-expanded="true"] span:nth-child(2) {
        transform: translateY(6px) rotate(45deg);
    }
    .cw-blog-catg-nav-hdr-mbl .navbar-toggle[aria-expanded="true"] span:nth-child(4) {
        transform: translateY(-6px) rotate(-45deg);
    }
    .blog-ftr-post-img {
        border-radius: 0;
        margin: 0 -15px;
    }
    .blog-ftr-post-cntnt {
        padding: 0 15px;
    }
    .blog-ftr-post-sec {
        border-bottom: 1px solid #dadada;
    }
    .hm-poplr-blog-wrap {
        border-top: 0;
    }
    .blog-ftr-post-cntnt .catg-post-addnl-info {
        margin-top: 15px;
        text-align: center;
    }
    .catg-post-title {
        min-height: auto;
        /*max-height: 50px;*/
        overflow: hidden;
    }
    .hm-poplr-blog-wrap {
        padding: 0;
    }
    .hm-poplr-blog-sec {
        padding-top: 50px;
    }
    .blog-ftr-post-title, .blog-ftr-post-title a {
        text-align: center;
        margin-bottom: 10px;
    }
    .blog-ftr-post-title a:hover {
        transition: all .3s ease-out;
        box-shadow: 0 -3px 0 0 white inset, 0 -5px 0 0 #091e42 inset;
    }
    .hm-poplr-blog-box {
        padding: 20px 0;
    }
    .hm-poplr-blog-wrap .col-sm-4:nth-child(2) {
        border: 0;
        position: relative;
    }
    .hm-poplr-blog-wrap .col-sm-4:nth-child(2)::before, .hm-poplr-blog-wrap .col-sm-4:nth-child(2)::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        width: 350px;
        height: 2px;
        margin: 0 auto;
        background-color: #dadada;
        border-radius: 50%;
    }
    .hm-poplr-blog-wrap .col-sm-4:nth-child(2)::after {
        top: auto;
        bottom: 0;
    }
    .hm-poplr-blog-box .catg-post-addnl-info {
        text-align: center;
    }
    .hm-poplr-blog-box .catg-post-addnl-info li, .blog-ftr-post-cntnt .catg-post-addnl-info li {
        padding: 0 10px 0 7px;
    }
    .blog-ftr-post-author, .hm-poplr-blog-box h3 {
        text-align: center;
    }
    .blog-footr-sbscrb-wgt h2 {
        text-align: center;
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 36px;
    }
    .blog-footr-sbscrb-form-wrap {
        display: block;
    }
    .blog-footr-sbscrb-form-wrap input[type='email'], .blog-footr-sbscrb-sbmt-btn {
        margin: 0 auto 15px;
    }
    .blog-footr-sbscrb-chkbox {
        display: block;
        max-width: max-content;
        margin: 0 auto;
    }
    .blog-footr-sbscrb-wgt {
        padding: 30px 0 50px;
    }
    .blog-footr-sbscrb-wgt {
        margin-top: 30px;
        text-align: center;
    }
    .cw-blog-catg-nav-hdr-mbl .navbar-toggle {
        padding: 0;
        margin: 5px 0 0;
    }
    .cw-blog-catg-nav-hdr-mbl .navbar-toggle .icon-bar {
        background-color: #091e42;
    }
    .cw-blog-catg-nav-links .navbar-nav {
        margin: 15px;
    }
    .cwBlog_catgNav-dropdownMenu {
        visibility: visible;
        opacity: 1;
        display: none;
        max-height: 500px;
        overflow-y: scroll;
    }
    .catg-nav-mega-menu-grip-app {
        width: 33%;
        padding: 0 15px;
    }
    .cwBlog_catgNav-dropdownMenu .dropdown-header {
        padding: 0 !important;
    }
    .cw-blog-catg-nav-search, .cw-blog-catg-nav-search:focus {
        border-color: rgba(0, 0, 0, 0.15);
        width: 100%;
        cursor: text;
    }
    .cw-blog-catg-nav-search {
        position: initial;
    }
    .cwBlog_catgNav-inrCatg_link.menu-depth-2 {
        display: none;
    }
    .cwBlog_catgNav-dropdownMenu {
        max-width: 100%;
        overflow: hidden;
        padding: 0 !important;
    }
    .cwBlog_catgNav-inrCatg_wrap {
        width: 49%;
    }
    .cw_ecommerce .cwBlog_catgNav-inrCatg_wrap, .cw_startups .cwBlog_catgNav-inrCatg_wrap, .cw_interviews .cwBlog_catgNav-inrCatg_wrap {
        padding-left: 20px !important;
    }
    .cw-blog-category-nav-wrap {
        border-bottom: 1px solid #ece9e6;
        max-height: 100vh;
        overflow-y: scroll;
        padding: 12px 0;
    }
    .cw-blog-category-nav-wrap::-webkit-scrollbar {
        width: 0;
    }
    .no-result-found-wrap .hm-poplr-blog-box {
        text-align: center;
    }
    /* Category CSS */
    .cw-blog-catg-info-wrap {
        display: block;
    }
    .cw-blog-catg-img-wrap {
        margin: 0 auto 20px auto !important;
    }
    .blg-sub-catg-wrap h1 {
        text-align: center;
    }
    .blg-sub-catg ul, .hm-catg-post-txt, .catg-post-title+.catg-post-addnl-info li:first-child {
        text-align: center;
    }
    /* Resources Widget Css */
    .blg_moreRscrs_sec {
        padding: 20px 0 40px;
        text-align: center;
    }
    .blg_moreRscrs_ttlBox {
        margin-bottom: 30px;
    }
    .blg_moreRscrs_ttlBox h2 {
        font-size: 26px;
    }
    .blg_moreRscrs_box {
        text-align: center;
        display: inline-block;
    }
    .cw-blog-search-result-text h1 {
        font-size: 28px;
    }
    .cw-blog-search-result-wrap {
        padding: 40px 0 20px;
    }

    /* Offer Timer */
    .cw_cmpg_body .cmpg_glb_ofrBox > a {
        padding: 0 !important;
    }

    .cmpg_glb_ofr_timer_wrap:not(#cmpg_prc_timer_wrap) {
        display: none !important;
    }

    .cwBlog_ftrSnpt_topBox {
        padding: 25px 25px 15px;
    }

    /* Blog Navigation 2021 */

    .cw-blog-catg-nav-hdr-mbl
    {
        position: relative;
    }

    .cw-blog-catg-nav-hdr-mbl .navbar-toggle
    {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .cw-blog-main-nav-brand
    {
        margin: 0 auto;
    }

    .cw_blog21_topCta
    {
        display: block;
    }

    /* Blog Navigation 2021 */
}

@media (max-width: 650px) {
    .cw_cmpg_body .bfcmGlbSidebar_Sec {
        width: 400px;
        height: 75px;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmTimerWrap {
        padding: 10% 10px 0;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmTimerWrap li {
        margin-right: 2px;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmTimerWrap li .bfcm-timer-rem {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmTimerWrap li .bfcm-timer-catg {
        font-size: 10px;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmTimerWrap li#bfcm-timer-secs {
        display: none;
    }

}

@media(max-width:600px) {
    .rightSide_popup_box
    {
        display: none;
    }

    .hm-catg-posts-wrap .col-xs-6 {
        width: 100%;
    }
    .catg-post-title+.catg-post-addnl-info li:first-child {
        display: inline-block;
        width: auto;
        border-right: 1px solid rgba(66, 37, 19, 0.7);
        margin: 0;
    }
    .catg-post-discBox
    {
        min-height: auto;
    }
    .blog-footr-sbscrb-form-wrap input[type='email'], .blog-footr-sbscrb-sbmt-btn {
        width: 100%;
        max-width: 350px;
    }
    .hm-poplr-blog-wrap .col-sm-4:nth-child(2)::before, .hm-poplr-blog-wrap .col-sm-4:nth-child(2)::after {
        width: 250px;
    }
    .abt-authr-wrap {
        display: block;
    }
    .abt-authr-img-wrap {
        margin: 0 auto 20px;
    }
    .abt-authr-name, .abt-authr-bio, .abt-authr-social-links {
        text-align: center;
    }
    .hm-catg-posts-head {
        text-align: center;
    }
    .hm-catg-link {
        display: none;
    }
}

@media(max-width:550px) {
    .catg-nav-mega-menu-grip-app {
        width: 50%;
    }
    .cwBlog_catgNav-inrCatg_wrap {
        width: 100%;
    }
    /* Resources Widget Css */
    .blg_moreRscrs_sec .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .cw_cmpg_body .bfcmGlbSidebar_Sec {
        width: 290px;
        height: 75px;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmGlbSidebar_mainWrap {
        overflow: hidden;
        position: relative;
        width: 100%;
        border-radius: 8px;
        height: 100%;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmGlbSidebar_mainWrap .bg-img {
        height: 100%;
        max-width: initial;
    }
    .cw_cmpg_body .bfcmGlbSidebar_Sec .bfcmTimerWrap {
        display: none;
    }
}