@keyframes fadeInLogo {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
.single-post .entry-content > *:first-child{
    margin-top: 3rem;
}
.single-post table{
    margin: 0;
    table-layout: fixed;
}
.entry-content > *{
    color: #000000;
}
.single-post .post-inner{
    padding-top: 0;
}
.single-post .post-inner h1,.single-post .post-inner h2,.single-post .post-inner h3{
    margin: 3rem auto 2rem;
}
.single-post .post-inner h2{
    font-size: 32px;
    line-height: 38px;
}
.single-post .post-inner h3{
    font-size: 28px;
    line-height: 32px;
}
.single-post .post-inner h4{
    font-size: 24px;
    line-height: 28px;
}
.single-post .post-inner h5{
    font-size: 22px;
    line-height: 28px;
}
.single-post .post-inner h6{
    font-size: 18px;
    line-height: 24px;
}
footer#site-footer {
    vertical-align: top;
}
.section.section-banner.banner-general.banner-post .banner-content{
    align-items: flex-start;
}
.section.section-banner.banner-general.banner-post{
    min-height: 423px;
    padding-top: 130px;
}
.section.section-banner.banner-general.banner-post.has-topbar{
    min-height: 454px;
}

.section.section-banner.banner-general.banner-post:before{
    display: none;
}
.section.section-banner.banner-general.banner-post .banner-right{
    position: absolute;
    top: 0px;
    right: 0;
}
.section.section-banner.banner-general.banner-post .banner-right .logo-image img{
    width: 100%;
    background-color: transparent;
}
.archive .color-accent{
    color: #FFFFFF !important;
}
.back-btn {
    display: flex !important;
    margin-bottom: 20px;
}
.back-btn:hover{
    cursor: pointer;
}
.back-btn span {
    display: inline-flex;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #1C235F;
    font-weight: 600;
}
span.back-btn-icon {
    padding-right: 10px;
    width: 24px;
}
.row__post--title h1 {
    font-size: 48px;
    line-height: 76px;
    letter-spacing: 0.4px;
    color: #2C3377;
    font-weight: 600;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 77px;
}
.row__post--title h1:after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background-color: #2C3377;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 240px;
}
.banner-general.banner-post .title-banner .page-title.h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 38px;
    align-items: flex-end;
    color: #fff;
}

.banner-general.banner-post .banner-left{
    width: 65.4%;
}

.banner-general.banner-post .description{
    max-width: 640px;
    padding-bottom: 0;
}

.section__banner--blog {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 378px;
}

.section__banner--blog .banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px;
    z-index: 2;
}

.section__banner--blog .banner-title .title {
    text-align: left;
    color: #F1F0F5;
    font-family: "SF Pro Display";
    font-size: 128px;
    font-weight: 600;
    letter-spacing: 12.8px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.section__banner--blog .banner-title .subtitle {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35.2px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.section__banner--blog .banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.section__banner--blog .banner-title .container--main {
    position: relative;
    margin-bottom: 64px;
}

.section__banner--blog .banner-title a {
    display: flex;
    width: max-content;
    gap: 12px;
    padding: 17px 26.27px;
}

.section__banner--blog .banner-title .button--link {
    position: absolute;
    right: 0;
    bottom: 2px;
}
.no-search-results-form {
    padding-bottom: 10rem;
    padding-top: 10rem;
}
.blog__box-container {
    margin-top: 140px;
}

.blog__box-container .blog-listing {
    max-width: calc(77.36% - 65px);
    float: right;
}
.blog__box-container .blog-listing .pagination a:focus,
.blog__box-container .blog-listing .pagination a:hover {
    text-decoration: none;
    background: #FFCD06;
}

.blog__box-container .blog-listing .pagination-wrapper{
    margin-top: 50px;
    margin-bottom: 220px;
}

.blog-listing article {
    margin-bottom: 32px;
    width: 33.3333%;
    padding: 0 15px
}

.loading__pc {
    clear: both;
}

.blog__box-image {
    padding-bottom: 63.387%;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.blog__box-image .featured-media {
    margin: 0;
}

.blog__box-image .featured-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog__box--content {
    padding: 15px 0px 38px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 0;
}

.blog__box--content .date-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #979EA8;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.blog__box--content .date-time svg {
    margin-right: 5px;
}

.blog__box--content .box-time {
    display: flex;
    align-items: center;
}

.blog__box--content h4.title{
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
}

.blog__box--content h4.title a{
    color: #0D151F;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog__box--content .post-excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #746F6F;
    letter-spacing: 0.2px;
}

.blog__box--content .read-more a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
    color: #828282;
    justify-content: flex-end;
    margin-top: 12px;
}
.section.section-banner.banner-general.banner-post{
    padding-bottom: 60px;
}
.post-sticky-bar {
    width: 18.505%;
}
.post-sticky-bar .sidebar-sticky{
    padding: 24px 0;
    border-top: 1px solid #ddd;
}
.post-sticky-bar .sidebar-sticky.back-btn{
    border-top: 0;
    padding-top: 0;
    padding-bottom: 9px;
    margin-bottom: 0;
}
.post-sticky-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post-sticky-bar li {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.blog .pagination .page-numbers{
    margin-top: 0;
}
.post-sticky-bar a {
    text-decoration: none;
    color: #9F9797;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.post-sticky-bar a.active{
    color: #2C3377;
}
.post-sticky-bar a:hover {
    text-decoration: none;
    color: #2C3377;
}

.sidebar {
    width: 23.666667%;
    float: left;
}

.single-post .sidebar{
    width: 21.466667%;
}
.single-post .blog-sidebar-wrapper{
    background: linear-gradient(to right, #2C3377, #2F3AA0 44%, #0F1762);
    padding: 26px;
    border-radius: 8px;
}
.blog-sidebar-title {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 600;
}

.blog-sidebar-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #FFF;
    margin-top: 21px;
}

.sidebar .widget .widget-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 24px;
}
.single-post .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row.forminator-row-last{
    margin-top: 35px !important;
    margin-bottom: 0px !important;
}
.blog-sidebar-form{
    margin-top: 21px;
}
.blog-sidebar-form form{
    margin-bottom: 0 !important;
}
.blog-sidebar-form label{
    display: none !important;
}

.blog-sidebar-form input,.blog-sidebar-form textarea{
    background: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #FFFFFF !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-color: #7D7D7D !important;
}
.blog-sidebar-form textarea{
    height: 4rem !important;
}

.blog-sidebar-form .forminator-button:after {
    position: absolute !important;
    content: '' !important;
    display: block !important;
    top: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
    right: -65px !important;
    background-color: rgba(255, 205, 6, 0.2) !important;
    transition: right 0.3s !important;
    z-index: 0 !important;
    border-radius: 60px !important;
    pointer-events: none !important;
    -webkit-transition: right 0.3s !important;
    -moz-transition: right 0.3s !important;
    -ms-transition: right 0.3s !important;
    -o-transition: right 0.3s !important;
    -webkit-border-radius: 60px !important;
    -moz-border-radius: 60px !important;
    -ms-border-radius: 60px !important;
    -o-border-radius: 60px !important;
}

.blog-sidebar-form .forminator-button:hover:after {
    right: -5px !important;
}

.blog-sidebar-form .forminator-button:before {
    position: absolute !important;
    content: '' !important;
    display: block !important;
    width: 16px !important;
    height: 13px !important;
    background-image: url(../images/arrow-white-button.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: 19px !important;
    right: 0px !important;
    transform: translateX(36px) !important;
    transition: transform 0.3s !important;
    pointer-events: none !important;
    -webkit-transform: translateX(36px) !important;
    -moz-transform: translateX(36px) !important;
    -ms-transform: translateX(36px) !important;
    -o-transform: translateX(36px) !important;
    -webkit-transition: transform 0.3s !important;
    -moz-transition: transform 0.3s !important;
    -ms-transition: transform 0.3s !important;
    -o-transition: transform 0.3s !important;
}

.blog-sidebar-form .forminator-button:hover {
    background: #FFCD06 !important;
    padding: 13px 62px 12px 41px !important;
}   

.blog-sidebar-form .forminator-button:hover::before {
    transform: translateX(-36px) !important;
    background-image: url(../images/arrow-black-button.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    -webkit-transform: translateX(-36px) !important;
    -moz-transform: translateX(-36px) !important;
    -ms-transform: translateX(-36px) !important;
    -o-transform: translateX(-36px) !important;
}

.blog-sidebar-form .forminator-button {
    color: #2C3377 !important;
    padding: 13px 26px 12px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    height: auto !important;
    letter-spacing: 0 !important;
    position: relative !important;
    font-weight: 500 !important;
    max-width: none !important;
    width: auto !important;
    background: #FFCD06 !important;
    border: 2px solid transparent !important;
    border-radius: 100px !important;
    font-family: "SF Pro Display" !important;
    text-transform: none !important;
    box-shadow: 0px 1px 2px rgba(198, 228, 246, 0.05) !important;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
}

/* Style placeholders for all browsers */
.blog-sidebar-form input::placeholder,.blog-sidebar-form textarea::placeholder {
    color: #FFFFFF !important;
}
  
/* For older versions of Firefox */
.blog-sidebar-form input::-moz-placeholder,.blog-sidebar-form textarea::-moz-placeholder {
    color: #FFFFFF !important;
}
  
/* For older versions of Internet Explorer */
.blog-sidebar-form input:-ms-input-placeholder,.blog-sidebar-form textarea:-ms-input-placeholder {
    color: #FFFFFF !important;
}
  
/* For older versions of Edge */
.blog-sidebar-form input::-ms-input-placeholder,.blog-sidebar-form textarea::-ms-input-placeholder {
    color: #FFFFFF !important;
}
  
/* For older versions of WebKit browsers */
.blog-sidebar-form input::-webkit-input-placeholder,.blog-sidebar-form textarea::-webkit-input-placeholder {
    color: #FFFFFF !important;
}

.sidebar .widget li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #000000;
    margin: 0;
    margin-bottom: 40px;
}

.sidebar .widget li.cat-item a {
    color: #525252;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.sidebar .widget li.cat-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.sidebar .custom_recent_posts_widget,.sidebar .widget-top-post {
    margin-top: 41px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.sidebar .widget-top-post{
    margin-bottom: 82px;
}
.blog .sidebar .widget .widget-title{
    letter-spacing: 0.4px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.widget-top-post .recent-item{
    display: flex;
}
.widget-top-post .recent-item .left-content{
    width: 45px;
}
.widget-top-post .recent-item .right-content{
    width: calc(100% - 45px);
}
.widget-top-post .recent-item .recent-item-number{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 20px;
    display: inline-block;
}
.widget-top-post .recent-item .entry-meta{
    color: #746F6F;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
}
.widget-top-post .recent-item .separator{
    background: #746F6F;
    width: 4px;
    display: inline-block;
    height: 4px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 3px;
}
.sidebar .widget  ul {
    list-style: none;
    margin: 0;
}

.sidebar .widget.custom_recent_posts_widget li {
    margin-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
}
.sidebar .widget.widget-top-post li{
    margin-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px;
}
.sidebar .widget.widget-top-post li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.sidebar .widget .recent-item-image {
    position: relative;
    padding: 33.6%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.sidebar .widget .recent-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 3.06322px 3.06322px 0px 0px;
}

.sidebar .widget .recent_posts .recent-item-title {
    color: #1B1B1B;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.load__more--post {
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: #70708B;
    background: transparent;
    width: 100%;
    text-align: right;
    display: none;
    align-items: center;
    margin-bottom: 73px;
    margin-top: 10px;
}

.load__more--post.active {
    display: flex;
}

.load__more--post .line-cta-text {
    display: inline-block;
    width: 130px;
}


.load__more--post .cta-line {
    width: calc(100% - 130px);
    height: 4px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    transition: all 0.3s;
}

.load__more--post .cta-line:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #70708B;
    right: 0;
    top: 0;
    transition: .4s,easeInOutQuint cubic-bezier(.83,0,.17,1);
    transition-property: width;
}

.load__more--post:hover .cta-line:before {
    width: 75% !important;
    transition: .4s,easeInOutQuint cubic-bezier(.83,0,.17,1);
    transition-property: width;
} 

.load__more--post .cta-line:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #70708B;
    position: absolute;
    top: -8px;
    right: -5px;
}

.sidebar .cat-item.current-cat a {
    text-decoration: underline;
    text-underline-offset: 5px;
}


.web-development-box {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.web-development-contact .web-development-box h2 {
    max-width: 615px;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #FBFBFB;
}

.web-development-contact .web-development-box .description {
    color: #FBFBFB;
}

.web-development-box .button-more {
    margin-top: 41px;
}

.web-development-box {
    position: relative;
}

.overlay-background-mb {
    display: none;
}

.web-development-contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.web-development-contact .content-web-development-contact {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.post-loader-logo {
    display: none;
    width: 75px;
    margin: 0 auto;
}

.post-loader-logo.active {
    display: block;
    animation-name: fadeInLogo;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.loading__mb {
    display: none;
}

.loading__mb .line-cta-animate {
    padding: 0;
}

.post-template-default .row__post--content-detail {
    justify-content: space-between;
}
.row__post--content-detail .post-content{
    width: 50%;
}
.row__post--content-detail .post-content article{
    padding-bottom: 57px;
    border-bottom: 1px solid #B6B3B3;
}

.load__more--post:hover .cta-line {
    transform: translateX(10px);
}

.blog__box--content .read-more a:hover {
    color: #FFCD06;
    text-decoration: none;
}

.blog__box--content .read-more a:hover svg path {
    stroke: #FFCD06;
}

.blog__box--content h4.title a:hover {
    text-decoration: underline;
}

.web-development-box .button-more .button {
    padding: 21.4px 40.726px;
    font-weight: 400;
    font-size: 20px;
    height: auto;
    text-transform: uppercase;
}

.blog__box--content .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section.section-banner {
    min-height: 460px;
}

.blog .home-home-contact-us .heading {
    max-width: 645px;
}

.blog .home-home-contact-us {
    padding: 0;
}

.blog .home-home-contact-us .heading h2 {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    
    .blog-listing .container-listing {
        padding-right: 0;
    }

    .web-development-page {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px){
    .blog .sidebar,.archive .sidebar{
        max-width: 30%;
        width: 30%;
        padding-left: 0;
    }
    .blog .blog__box-container .blog-listing,.archive .blog__box-container .blog-listing{
        max-width: 65%;
        padding-right: 0;
    }
    .row__post--content-detail .post-content{
        width: 70%;
    }
    .single-post .sidebar.post-sticky-bar{
        width: 25%;
        max-width: none;
    }
    .single-post .back-btn.sidebar-sticky.sticksy-dummy-node {
        display: none !important;
    }
    .post-template-default .row__post--content-detail{
        padding: 0 16px;
    }
    .single-post .right-sidebar .sticksy-dummy-node{
        display: none !important;
    }
    .single-post .right-sidebar .sidebar-sticky{
        position: static !important;
    }
    .single-post .right-sidebar.sidebar{
        width: 50%;
        margin-top: 20px;
        max-width: 289px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1023.98px) {
    
    .blog__box-container .blog-listing {
        max-width: 78%;
        padding-right: 15px;
    }

    .sidebar {
        padding-left: 15px;
        max-width: 22%;
    }

    .blog-listing article {
        width: 50%;
    }

    .container__button--loader .line-cta-animate {
        max-width: 70%;
    }

    .loading__pc {
        display: none;
    }

    .loading__mb {
        display: block;
    }
}

@media screen and (max-width: 767.98px) {
    .single-post .entry-content div{
        overflow-x: auto;
    }
    .single-post .entry-content table{
        width: max-content;
        max-width: unset;
    }
    .back-btn span {
        font-size: 16px;
        line-height: 20px;
    }
    .section.section-banner.banner-general.banner-post:after{
        display: none;
    }
    .single-post .post-listing{
        padding-bottom: 0;
    }
    .single-post .post-listing .blog__box--content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .single-post .post-listing article .featured-media,.single-post .post-listing article .featured-media a{
        border-radius: 0;
        margin-bottom: 0;
    }
    .single .post-listing article .featured-media a{
        height: auto;
        margin-bottom: 0px;
    }
    .single .section-related {
        margin-top: 20px;
    }
    .single-post .post-listing article{
        margin-top: 0;
    }
    .single .section-related h2{
        margin-bottom: 20px;
    }
    .single.single-post #site-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .single-post .post-content{
        margin-bottom: 40px;
    }
    .single-post .row__post--content-detail .post-content{
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .single-post .row__post--content-detail .post-content article{
        padding-bottom: 20px;
    }
    .single-post .sidebar, .archive .sidebar{
        width: 100%;
        max-width: 100%;
    }
    .single-post .sidebar-sticky {
        position: static !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 289px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-post .sidebar-sticky.sticksy-dummy-node {
        display: none !important;
    }
    .row__post--title h1{
        font-size: 30px;
        line-height: 52px;
        letter-spacing: 0.4px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .blog__box-container .blog-listing .pagination-wrapper{
        margin-top: 0;
        margin-bottom: 40px;
    }
    .blog .pagination .nav-links{
        justify-content: center ;
    }
    .blog .sidebar nav,.archive .sidebar nav{
        position: relative;
    }
    .blog .sidebar .widget_categories ul,.archive .sidebar .widget_categories ul{
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 1;
        top: 30px;
    }
    .blog .sidebar .widget_categories,.archive .sidebar .widget_categories{
        padding: 9px 0px;
    }
    .blog .sidebar .widget.widget_categories li,.archive .sidebar .widget.widget_categories li{
        margin-bottom: 0px;
    }
    .blog .sidebar .widget li.cat-item:last-child,.archive .sidebar .widget li.cat-item:last-child{
        padding-bottom: 12px;
    }
    .widget_categories .widget-title{
        display: none;
    }
    .widget_categories .category-dropdown-toggle {
        width: 100%;
        padding: 0 8px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 4px;
        background-color: #EEEEEE;
        text-align: left;
        cursor: pointer;
        color: #000000;
        position: relative;
    }
    .widget_categories .category-dropdown-toggle:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background-image: url('../images/arrow-down-black.svg');
        transition: all 0.3s;
        background-repeat: no-repeat;
        background-position: center;
        top: -2px;
        right: 9px;
    }
    .widget_categories .category-dropdown-toggle.active:after {
        transform: rotate(180deg);
    }
    .widget_categories .category-dropdown-toggle:hover {
        text-decoration: none;
    }
    
    .widget_categories ul li {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }
    
    .widget_categories ul li:last-child {
        border-bottom: none;
    }
    .blog__box-container{
        margin-top: 40px;
    }
    .web-development-contact .web-development-box h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 125%;
        color: #FBFBFB;
    }

    .web-development-contact .web-development-box .description {
        color: #FBFBFB;
        margin-top: 10px;
    }

    .section__banner--blog {
        min-height: 250px;
    }

    .blog__box-container .blog-listing,
    .blog-listing article{
        max-width: 100%;
        width: 100%;
    }
    .widget.widget-top-post{
        display: none;
    }
    .sidebar {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }

    .blog__box-container .blog-listing,
    .blog-listing .container-listing {
        padding-right: 0;
        margin-top: 20px;
    }

    .sidebar .widget .recent-item-image {
        padding-bottom: 27.8%;
    }

    .blog-listing article {
        margin-bottom: 20px;
    }

    .section__banner--blog .banner-title .title {
        font-size: 33.3333px;
        line-height: 40px;
        letter-spacing: 0.1em;
        margin-bottom: 26px;
    }
    
    .section__banner--blog .banner-title a {
        height: auto;
        padding: 10px 15px;
    }

    .section__banner--blog .banner-title .subtitle {
        font-size: 15px;
        line-height: 22px;
    }

    .blog .home-home-contact-us .button {
        color: #0D151F;
        font-weight: 400;
        font-size: 14px;
        line-height: 125%;
        letter-spacing: 0;
        width: auto;
        height: initial;
        padding: 9.65px 17.5px;
    }

    .blog .home-home-contact-us .heading h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 125%;
        margin-bottom: 15px;
    }

    .load__more--post {
        font-size: 20px;
    }

    .load__more--post .line-cta-text {
        width: 110px;
    }

    .load__more--post .cta-line {
        width: calc(100% - 100px);
    }

   .sidebar .widget .recent-item-image img {
        border-radius: 4.68754px 4.68754px 0px 0px;
    }

    .blog__box-image {
        padding-bottom: 58.02%;
    }

    .blog__box--content {
        padding: 16px 8px 16px 8px;
    }

    .load__more--post .cta-line {
        height: 3px;
    }

    .load__more--post .cta-line:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        top: -6px;
    }

    .web-development-box.col-sm-12.col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .web-development-contact .content-web-development-contact .button {
        padding: 14px 17px;
        line-height: 18px;
    }

    .blog .home-home-contact-us .button-more {
        margin-top: 14px;
    }

    .blog .home-home-contact-us .backround-img {
        padding: 16px 0;
        padding-bottom: 23px;
        background-color: rgba(144, 145, 155, 0.7);
        background-position: center;
        backdrop-filter: blur(6.625px);
        -webkit-backdrop-filter: blur(6.625px);
        background-size: 0;
    }

    .blog .home-home-contact-us .icon-left {
        top: 38%;
        width: 30%;
    }

    .blog .home-home-contact-us .icon-right {
        top: 68%;
        width: 30%
    }

    .post-content {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 570.98px) {
    .section__banner--blog .banner-title .button--link {
        position: static;
        margin-top: 20px;
    }

    .section__banner--blog .banner-title .container--main {
        margin-bottom: 30px;
    }

    .section__banner--blog .banner-title a {
        padding: 7px 15px;
    }
}

@media screen and (max-width: 425.98px) {
    
    .blog .sidebar,.archive .sidebar{
        max-width: unset;
    }
    .sidebar {
        max-width: 229.1px;
        width: 100%;
    }

    .sidebar .widget li {
        margin-bottom: 13.96px;
    }
    .blog .sidebar .widget li.cat-item a,.archive .sidebar .widget li.cat-item a{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.2px;
        font-weight: 600;
    }
    .sidebar .widget li.cat-item a {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }

    .blog .sidebar .widget .widget-title,.archive .sidebar .widget .widget-title{
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }

    .sidebar .widget .recent-item {
        margin-bottom: 34.91px;
    }

    .load__more--post {
        font-size: 16px;
    }

    .load__more--post .line-cta-text {
        width: 90px;
    }

    .load__more--post .cta-line {
        width: calc(100% - 90px);
    }
}