a{
    text-decoration: none;
    outline: 0;
}
.sectional{
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}
.container {
    max-width: 1270px;
    padding: 0;
}
.Blogs h1 {
    font-size: 56px;
    text-align: left;
    margin-bottom: 80px;
    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;
}
.Blogs .single-blog {
    width: 362px;
    max-width: 362px;
    flex: 0 0 362px;
    position: relative;
    margin: 0 80px 64px 0;
}
.Blogs .single-blog.first {
    width: 805px;
    max-width: 805px;
    flex: 0 0 805px;
}
.Blogs .single-blog a {
    display: inline-block;
    width: 100%;
}
.Blogs .single-blog.first img {
    width: 805px;
    height: 534px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 37px;
}
.Blogs .single-blog span {
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #f1592b;
}
.Blogs .single-blog.first h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0;
    color: #333;
}
.Blogs .blogs-list .sub-division {
    width: 362px;
    max-width: 362px;
    flex: 0 0 362px;
}
.Blogs .single-blog img {
    margin-bottom: 37px;
    width: 100%;
    height: 240px;
}
.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 {
    text-align: center;
    margin-bottom: 64px;
}
.blog-detail .heading a {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 16px;
    color: #f1592b;
}
.blog-detail .heading a img {
    padding-right: 12px;
    width: auto;
    height: auto;
}
.blog-detail .heading h1 {
   font-size: 46px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
}
.blog-detail .heading span {
    font-size: 13px;
    color: #f1592b;
    text-transform: uppercase;
}
.blog-detail .description .image {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    height: 640px;
}
.blog-detail .description img {
    max-width: 1270px;
    width: 1270px;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.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: 22px;
    margin-bottom: 0;
    color: #333;
    line-height: 30px;
}

.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: #f1592b;
}

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

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

.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;
}

.Blogs .single-blog:nth-of-type(3n) {
    margin: 0 0 96px;
}

@media (max-width: 767px) {
    .sectional {
        padding: 40px 0px;
    }
    .container {
        padding: 0px 16px;
    }
    .Blogs h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .Blogs .single-blog.first {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0px 0px 40px 0px;
    }
    .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;
    }
    .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%;
        margin: 0px 0px 40px 0px;
    }
    .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 img {
        max-width: 100%;
    }
    .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;
    }
}