a {
    text-decoration: none;
    outline: 0;
}

.page{
    margin: 0;
}

.btn {
    color: #ffff;
    background: #1871FB;
    border-radius: 4px;
    padding: .875rem 1.1875rem;
    font-size: 1rem;
}

.list-unstyled{
    margin: 0;
}

.btn:visited{
    color: #fff;
}

.chat-btn-blk a:visited {
    color: #fff;
}

.sectional {
    padding: 2.5rem 0;
    display: inline-block;
    width: 100%;
}

.container {
    max-width: 80rem;
}

.Blogs h1 {
    font-size: 3.5rem;
    text-align: left;
    color: #020202;
}

.Blogs .blogs-list,
.Blogs .blogs-list .separate,
.blogs .blogs-list,
.engineering-capabiliities .up-stream,
.our-services .Engineering,
.products .products-list,
.reliable {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Blogs .single-blog {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.Blogs .single-blog.first {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
    margin: 0;
}

.Blogs .single-blog a {
    display: inline-block;
    width: 100%;
}

.Blogs .single-blog.first img {
    width: 100%;
    height: 26.25rem;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.25rem;
}

.Blogs .single-blog span {
    font-size: 1rem;
    display: block;
    margin-bottom: .375rem;
    text-transform: uppercase;
    color: #808080;
}

.Blogs .single-blog.first h2 {
    font-size: 1.875rem;
    line-height: 2.625rem;
    margin-bottom: .625rem;
    color: #202020;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Blogs .blogs-list .sub-division {
    width: 55%;
    max-width: 55%;
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

.Blogs .single-blog h2,
.blogs .single-blog h2 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 30px;
    color: #333;
}

.blog-detail .description {
    width: 1270px;
    margin: 0 auto;
}

.blog-detail .heading {
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-detail .heading .detail-heading-wrapper {
    width: 70%;
}

.blog-detail .heading a {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #303030;
    border: 1px solid #303030;
    padding: 12px 24px;
    border-radius: 75px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.blog-detail .heading a:hover,
.blog-detail .heading a:focus {
    color: #fff;
    background: #303030;
}

.arrow-container {
    position: relative;
    width: 16px;
    /* arrow width */
    height: 16px;
    /* arrow height */
}

.arrow-container .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    width: 100%;
    height: auto;
}

.arrow-container .arrow.default {
    opacity: 1;
    z-index: 1;
}

.arrow-container .arrow.hover {
    opacity: 0;
    z-index: 2;
}

.blog-detail .heading a:hover .arrow-container .arrow.default,
.blog-detail .heading a:focus .arrow-container .arrow.default {
    opacity: 0;
}

.blog-detail .heading a:hover .arrow-container .arrow.hover,
.blog-detail .heading a:focus .arrow-container .arrow.hover {
    opacity: 1;
}


.blog-detail .heading h1 {
    font-size: 46px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
}

.blog-detail .heading span {
    font-size: 13px;
    color: #303030;
    text-transform: uppercase;
}

.blog-detail .description .image {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    height: 640px;
}

.blog-detail .description .content {
    width: 904px;
    margin: 0 auto;
}

.blog-detail .description .artificial-intelligence {
    margin-bottom: 32px;
}

.blog-detail .description .artificial-intelligence p {
    font-size: 16px;
    line-height: 30px;
    color: #5e5e5e;
}

.blog-detail .description .artificial-intelligence h3 {
    font-size: 36px;
    color: #000;
    margin: 40px 0 22px;
}

.Blogs.latest h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

section.sectional.Blogs.latest h4 {
    font-size: 15px;
    margin-bottom: 0;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bread-crumbs {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 50px 0px;
}

.bread-crumbs ul {
    padding: 0;
    margin: 0;
}

.bread-crumbs ul li {
    position: relative;
    padding-right: 40px;
    display: inline-block;
}

.bread-crumbs ul li a {
    font-size: 16px;
    color: #303030;
}

.bread-crumbs ul li span {
    font-size: 16px;
}

.bread-crumbs ul li:after {
    content: ">";
    position: absolute;
    font-size: 16px;
    color: #282828;
    right: 12px;
    top: 5px;
}

.bread-crumbs ul li:last-child:after {
    content: "";
}

.Blogs.latest .single-blog:nth-of-type(3n),
.manufacturing-device .description p:last-child,
.mission .content p:last-child {
    margin: 0;
}

.header-menu ul>li {
    list-style-type: none;
}

footer ul {
    padding: 0;
    margin: 0;
}

.footermenu-section ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

ul.social-links {
    list-style-type: none;
}

footer ul li ul li {
    line-height: 0;
}

.menu-btn ul {
    padding: 0;
    margin: 0;
}

.blog-detail .content ul li {
    color: #5e5e5e;

}

.blog-detail .content a {
    color: #303030;
}

.blog-detail .artificial-intelligence img {
    max-width: 100%;
    width: 100%;
}

.Blogs .blog-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.category-buttons a {
    border: 1.5px solid #202020;
    color: #202020;
    border-radius: 37.5px;
    padding: 6px 12px;
    margin: 0 5px;
    font-size: 13.5px;
}

.post-category,
.recent-category {
    border: 0.75px solid #202020;
    color: #202020;
    border-radius: 37.5px;
    padding: 5px 9px;
    font-size: 12px;
    width: auto !important;
    margin-bottom: 10px;
}

.post-category:visited,
.recent-category:visited {
    color: #202020;
}

.categories-wrapper {
    width: 65%;
}

.category-buttons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: flex-end;
}

.category-buttons a:hover,
.post-category:hover,
.recent-category:hover {
    color: #fff;
    background: #202020;
}

.category-button.active {
    color: #fff;
    background: #202020;
}


.blog-card-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-card-wrapper a.image-wra {
    width: 55%;
    height: 207px;
}

.blog-card-wrapper a.image-wra img {
    height: inherit;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.blog-card-wrapper .blog-content {
    width: 40%;
}

.Blogs .single-blog.first p {
    font-size: 15px;
    line-height: 24px;
    color: #303030;
}

.sub-division .single-blog h2 {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.sub-division .single-blog p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
}

.sub-division .single-blog span {
    font-size: 13px;
}

.remaining-blogs {
    padding: 40px 0;
}

.remaining-blogs .separate {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}

.remaining-blogs .separate .single-blog {
    width: 30%;
}

.remaining-blogs .separate .seperate-image-wra {
    display: block;
    height: 225px;
    margin-bottom: 20px;
}

.remaining-blogs .separate .seperate-image-wra img {
    height: inherit;
    object-fit: cover;
    width: 100%;
}

.remaining-blogs .separate .single-blog h2 {
    font-size: 15px;
    line-height: 24px;
    color: #202020;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.remaining-blogs .separate .single-blog p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.remaining-blogs .separate .single-blog span {
    font-size: 13.5px;
    color: #303030;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.remaining-blogs .separate .single-blog .post-category {
    margin: 0 5px 10px 0px;
    display: inline-block;
}

.blog-detail .image {
    width: 100%;
    height: 510px;
}

.blog-detail .image img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.blog-detail .content-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}

.blog-detail .content-wrapper .toc-wrapper {
    width: 30%;
}

.blog-detail .content-wrapper .toc-wrapper .toc {
    background: #F6F6F6;
    padding: 24px;
    position: sticky;
    top: 150px;
}

.blog-detail .content-wrapper .toc-wrapper .toc ul {
    padding: 0;
    margin: 0;
}

.blog-detail .content-wrapper .toc-wrapper .toc strong {
    font-size: 18px;
    color: #303030;
    margin-bottom: 15px;
    display: block;
}

.blog-detail .content-wrapper .toc-wrapper .toc ul li {
    list-style-type: none;
    margin-bottom: 13px;
}

.blog-detail .content-wrapper .toc-wrapper .toc ul li a {
    color: #303030;
    font-size: 15px;
    line-height: normal;
}

.blog-detail .content-wrapper ul.social-links {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 10%;
}

.blog-detail .content-wrapper ul.social-links li.social-title {
    color: #808080;
    font-size: 13.5px;
}

.blog-detail .content-wrapper ul.social-links li {
    margin: 0;
}

.blog-detail .content-wrapper .content {
    width: 60%;
}

.blog-detail .content-wrapper .content h2 {
    font-size: 24px;
    color: #303030;
}

.blog-detail .content-wrapper .content h3 {
    font-size: 18px;
    color: #303030;
}

.blog-detail .content-wrapper .content p {
    color: #303030;
}

section.latest .blogs-list .single-blog {
    width: 30%;
}

section.latest .blogs-list .single-blog .recent-image-wra {
    height: 207px;
    display: block;
    margin-bottom: 20px;
}

section.latest .blogs-list .single-blog .recent-image-wra img {
    height: inherit;
    object-fit: cover;
    width: 100%;
}

section.latest .blogs-list .single-blog p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

section.latest .blogs-list .single-blog span {
    font-size: 13.5px;
    color: #303030;
    text-transform: uppercase;
}

.view-all-blogs {
    margin-top: 3rem;
    text-align: center;
}

.view-all-blogs .view-all-button {
    color: #303030;
    border: 1px solid #303030;
    padding: 7px 24px;
    border-radius: 75px;
}

.category-select {
    display: none;
}

.Blogs .blogs-list {
    margin-top: 80px;
}


.loading-spinner {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    border: 4px solid #ccc;
    border-top: 4px solid #808080;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.artificial-intelligence ul{
    padding-left: 0;
    margin-left: 1.75rem;
}

.filtered-blogs .separate {
  min-height: 250px;
  transition: opacity 0.3s ease, min-height 0.3s ease;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(https://abrandr.in/abrandr-html-new/images/home/navbar-toggler.webp) no-repeat center center;
    border: none;
    margin-left: .5rem;
    vertical-align: 0;
}

footer li{
    list-style-type: none;
}


@media (max-width: 991px) {

    .Blogs .blogs-list {
        flex-direction: column;
    }

    .Blogs .single-blog.first {
        order: 1;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .Blogs .blogs-list .sub-division {
        order: 2;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        gap: 20px;
        margin-top: 40px;
    }

    .blog-card-wrapper {
        flex-direction: column;
    }

    .blog-card-wrapper a.image-wra {
        width: 100%;
        height: 180px;
        margin-bottom: 15px;
    }

    .blog-card-wrapper .blog-content {
        width: 100%;
    }

    .sub-division .single-blog p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .remaining-blogs {
        padding-top: 0;
    }

    .remaining-blogs .separate .seperate-image-wra {
        height: 180px;
    }

    .blog-detail .heading {
        flex-direction: column;
    }

    .blog-detail .heading .detail-heading-wrapper {
        width: 100%;
    }

    .blog-detail .description {
        width: 100%;
    }

    .blog-detail .content-wrapper ul.social-links {
        display: none;
    }

    .blog-detail .content-wrapper .content {
        width: 70%;
    }

    section.sectional.Blogs.latest .blogs-list {
        flex-direction: row;
    }

    .remaining-blogs .separate {
        gap: 35px;
    }

    .category-buttons {
        display: none;
    }

    .category-select {
        display: block;
    }

    #categoryDropdown {
        width: 100%;
        background-color: #fff;
        font-size: 13.5px;
        border: 1px solid #303030;
        color: #303030;
        padding: 6px 12px;
    }

    #categoryDropdown:focus-visible {
        outline: 0;
    }

    .categories-wrapper {
        width: auto;
        margin-left: 0;
    }

    .Blogs .blogs-list {
        margin-top: 40px;
    }

}

@media (max-width: 767px) {
    .sectional {
        padding: 40px 0px;
    }

    .container {
        padding: 0px 16px;
    }

    .Blogs h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .Blogs .single-blog.first {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .Blogs .single-blog.first p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Blogs .single-blog img {
        margin-bottom: 16px;
    }

    .Blogs .single-blog.first img {
        width: 100%;
        height: 170px;
        margin-bottom: 16px;
    }

    .Blogs .single-blog span {
        font-size: 13px;
        line-height: 15px;
    }

    .Blogs .single-blog.first h2,
    .Blogs .single-blog h2,
    .blogs .single-blog h2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Blogs .blogs-list .sub-division {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .Blogs .single-blog {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .blog-detail .description {
        width: 100%;
    }

    .blog-detail .heading {
        margin-bottom: 40px;
    }

    .blog-detail .heading a {
        font-size: 14px;
        line-height: 16px;
    }

    .blog-detail .heading h1 {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 8px;
    }

    .blog-detail .description .image {
        height: 170px;
        object-fit: cover;
    }

    .blog-detail .description .content {
        width: 100%;
    }

    .blog-detail .description .artificial-intelligence {
        margin-bottom: 0px;
    }

    .blog-detail .description .artificial-intelligence p {
        line-height: 24px;
    }

    section.sectional.Blogs.latest h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-detail .description .artificial-intelligence h3 {
        font-size: 25px;
    }

    .blog-detail .description .content ul {
        margin-left: 0;
    }

    .Blogs .blogs-list .sub-division {
        flex-direction: column;
    }

    .remaining-blogs .separate .single-blog {
        width: 100%;
    }

    .remaining-blogs .separate .single-blog h2 {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-detail .heading .detail-heading-wrapper {
        text-align: center;
    }

    .blog-detail .image {
        height: 240px;
    }

    .blog-detail .content-wrapper {
        flex-direction: column;
    }

    .blog-detail .content-wrapper .toc-wrapper {
        display: none;
    }

    .blog-detail .content-wrapper {
        margin-top: 30px;
    }

    .blog-detail .content-wrapper .content {
        width: 100%;
    }

    section.latest .blogs-list .single-blog {
        width: 100%;
        margin-bottom: 40px;
    }

    .categories-wrapper {
        width: 55%;
    }

    .remaining-blogs .separate .single-blog span {
        margin-bottom: auto;
        display: initial;
    }

}