/*
 Theme Name: sujanindustries
 Author: ExellarTech
 Version: 1.0
*/


/* RESETS */

/* FAQ Section */
.faq-bg {
    padding: 90px 0;
}
.faq-home {
    padding: 70px 0px !important;
    width: 100%;
    width: 1260px;
    max-width: 96%;
    margin: 0 auto;
}
.faq-wrapper {
    max-width: 100%;
    margin: auto;
}
.faq-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
}
.faq-content {
    color: #ccc;
    font-size: 17px;
    line-height: 1.6;
}
.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.faq-toggle-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    transition: transform 0.3s ease;
}
.faq-icon {
    width: 25px;
}
.faq-question.active .faq-toggle-icon {
    transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
    padding: 0 20px 20px;
    color: #ccc;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}
#blog-container {
    max-width: 100% !important;
    width: 1260px !important;
}
.faq-inner {
    width: 100%;
}
@media screen and (max-width:767px) { 
    .faq-icon {
        width: 20px;
    }
    .faq-home {
        padding: 20px !important;
        width: 100%;
    }   
    .faq-toggle-icon {
        right: 0px;
        top: 30%;
    }
    .faq-question {
        padding: 20px 0px;
        font-size: 18px;
    }
    .faq-answer {
        padding: 0px 0px 20px;
    }
    .faq-content {
        font-size: 14px;
    }
    .blogs-sec .container {
        display: grid !important;
    }
}
/* FAQ Section */


@media screen and (max-width:767px) {
    .newsletter-grid {
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width:767px) {
    .newsletter-grid {
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 50px;
    }
}

.newsletter-component.newsletter-single-block {
    flex: 0 0 22%;
    max-width: 100%;
    margin: 0 15px;
    background-color: #090909;
    border: 1px solid #212121;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsletter-single-block .component-block-wrap .newsletter-block-title {
    font-size: 18px;
    line-height: 28px;
    color: #F7B131;
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin: 15px 0 12px 0;
}

a.theme-btn-blue {
    color: #fff;
}

* {
    box-sizing: border-box;
}
html {
    scroll-padding-top: 60px;
}
html, body {
    margin:0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    font-family: "poppins-regular";
    font-size: 20px;
    color: #000;
    overflow-x: hidden;
    background-color: #000;
}
a:focus,
button:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}
ul {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
}
h1 {
    font-size: 100px;
    line-height: 100px;
    font-size: 70px;
    line-height: 90px;
}
h2 {
    font-size: 60px;
    line-height: 72px;
}
h3 {
    font-size: 55px;
    line-height: 65px;
}
h4 {
    font-size: 40px;
    line-height: 52px;
}
h5 {
    font-size: 35px;
    line-height: 46px;
}
h6 {
    font-size: 30px;
    line-height: 42px;
}
img {
    width: auto;
    display: block;
    height: auto;
    max-width: 100%;
}
::selection {
    background: #013162;
    color: #fff;
}

/* BASICS STYLES */
.reset {
    font-size: 0;
    list-style-type: none;
    padding: 0;
}
.clear {
    clear: both;
}
.container {
    width: 1260px;
    max-width: 96%;
    margin: 0 auto;
}
.widget,
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
input, select, textarea {
    width: 100%;
}
input[type="submit"] {
    cursor: pointer;
}

/* ScrollBar */

/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* button */
::-webkit-scrollbar-button {
    background: #A0A0A0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #048c45;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #fff;
}

/* Resizer */
::-webkit-resizer {
    background: #fff;
}

/* FONTS */

@font-face {
    font-family: "poppins-regular";
    src: url("https://www.sujanindustries.com/template/fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "poppins-medium";
    src: url("https://www.sujanindustries.com/template/fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "poppins-semibold";
    src: url("https://www.sujanindustries.com/template/fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "poppins-bold";
    src: url("https://www.sujanindustries.com/template/fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "poppins-black";
    src: url("https://www.sujanindustries.com/template/fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Gordita-Bold";
    src: url("https://www.sujanindustries.com/template/fonts/Gordita-Bold.otf") format("opentype");
    font-weight: 700;
    font-display: swap;
}


/* Fixed Header */

header.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9999;
    background-color: #000;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.fixed {
    /* background: #fff; */
    padding: 0 0 10px 0;
    box-shadow: 0px -8px 8px 2px #ffffffb8;
}
header ul#mega-menu-header-menu {
    margin-top: 25px !important;
}

/* CUSTOM CLASSES */

.font-poppins-regular {
    font-family: "poppins-regular";
}
.font-poppins-medium {
    font-family: "poppins-medium";
}
.font-poppins-semibold {
    font-family: "poppins-semibold";
}
.font-poppins-bold {
    font-family: "poppins-bold";
}
.font-poppins-black {
    font-family: "poppins-black";
}
.font-gordita-bold {
    font-family: "Gordita-Bold";
}

.weight-400 {
    font-weight: 400;
}
.weight-500 {
    font-weight: 500;
}
.weight-600 {
    font-weight: 600;
}
.weight-700 {
    font-weight: 700;
}
.weight-900 {
    font-weight: 900;
}

.p-50 {
    padding: 50px 0;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom:50px;
}
.p-120 {
    padding: 120px 0;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.p-150 {
    padding: 150px 0;
}
.pt-150 {
    padding-top: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}


.m-20 {
    margin: 20px 0;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.m-30 {
    margin: 30px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.m-40 {
    margin: 40px 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.m-50 {
    margin: 50px 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.m-80 {
    margin: 80px 0;
}
.mb-80 {
    margin-bottom: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.m-100 {
    margin: 100px 0;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-100 {
    margin-top: 100px;
}
.m-120 {
    margin: 120px 0;
}
.mb-120 {
    margin-bottom: 120px;
}
.mt-120 {
    margin-top: 120px;
}
.m-150 {
    margin: 150px 0;
}
.mb-150 {
    margin-bottom: 150px;
}
.mt-150 {
    margin-top: 150px;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-white {
    color: #fff;
}
.text-gray,
.text-gray p {
    color: #A0A0A0;
}
.text-dark-gray {
    color: #7D7D7D;
}
.text-lght-gray {
    color: #DBDBDB;
}

.theme-red,
.theme-red p {
    color: #E5342B;
}
.theme-blue,
.theme-blue p {
    color: #1E71B7;
}
.theme-yellow,
.theme-yellow p {
    color: #F7B131;
}
.theme-green,
.theme-green p {
    color: #048C45;
}

.theme-arrow-btn {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    color: #FFFFFF;
    background: transparent url('https://www.sujanindustries.com/content/uploads/2023/06/theme-btn-arrow-right.svg') no-repeat right center;
    padding-right: 35px;
}
.theme-btn {
    border-radius: 25px;
    border: 0;
    padding: 10px 22px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.theme-btn.green {
    background-color: #048C45;
}
.theme-btn.blue {
    background-color: #1e71b7;
}
.theme-bg-blue {
    background-color: #1e71b7;
}
.theme-bg-dark-gray {
    background-color: #1C2121;
}

.relative {
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.title-bold {
    display: block;
    color: #1C2121;
    font-size: 120px;
    line-height: 42px;
    opacity: 0.3;
}
.border-text {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}
.banner-reset {
    background-repeat: no-repeat;
    background-size: cover;
}
.image-center {
    display: block;
    margin: 0 auto;
}

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

.site-breadcrumb .container {
    border-bottom: 1px solid #181818;
    padding-bottom: 12px;
}
.site-breadcrumb li {
    padding: 0 !important;
}
.site-breadcrumb li:first-child {
    margin-right: 0 !important;
}
.site-breadcrumb li .fbc-separator {
    margin: 0 10px;
}
.site-breadcrumb li span,
.site-breadcrumb li span a,
.fbc-page .fbc-wrap .fbc-items li a {
    font-family: 'poppins-regular';
    font-weight: 400;
    font-size: 20px;
    color: #737373;
}
.theme-skew-box {
    font-size: 25px;
    position: relative;
    padding: 12px;
    text-align: center;
    color: #F7B131;
    z-index: 0;
}
.theme-skew-box::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(23,23,23);
    background: linear-gradient(180deg, rgba(23,23,23,1) 50%, rgba(0,0,0,1) 100%);
    padding: 12px;
    transform: skewX(-20deg);
    z-index: -1;
    border: 1px solid #F7B131;
}

/* Woocommerce */

.woocommerce-info {
    border-top-color: #013162;
}
.woocommerce-info::before {
    color: #013162;
}

/* 404 */

.no-page-found {
    margin: 40px 0;
    text-align: center;
}
.no-page-found p {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.no-page-found a {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 25px;
}
.no-page-found a:hover {
    background-color: #fff;
    color: #000;
}

/* MAIN STYLES */

/* HEADER */

header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
header.site-header .container {
    width: 1366px;
}
.header-topbar {
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-top-contact ul {
    display: flex;
    gap: 50px;
}
.header-top-contact ul li a {
    display: flex;
    align-items: center;
    gap: 13px;
}
.header-top-contact p {
    font-size: 14px;
    color: #fff;
}
.header-top-contact img {
    width: 22px;
}
.header-mainbar {
    margin-top: 20px;
}
.header-mainbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header-top-more ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .header-social-wrap {
    display: flex;
    align-items: center;
}
header .search-btn {
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-left: 35px;
    cursor: pointer;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'poppins-regular';
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu {
    padding: 10px 18px;
    background-color: #fff;
}
li#mega-menu-item-35 > ul.mega-sub-menu {
    left: -70px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu .mega-current_page_item > a {
    color: #f7b131 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: normal !important;
}


/* FOOTER */

footer {
    background-color: #000;
    padding: 70px 0 50px 0;
}
footer .container {
    width: 1366px;
}
.footer-widget-title {
    font-family: 'poppins-regular';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    font-size: 17px;
    margin-bottom: 18px;
}
footer .menu li a {
    font-size: 16px;
    color: #A0A0A0;
}
footer .menu li {
    line-height: 26px;
}
footer .footer-menu-wrap {
    display: grid;
    grid-template-columns: 1fr 0.9fr 1fr 1.5fr 1fr;
    grid-gap: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #048c45;
}
footer .footer-address p {
    font-size: 16px;
    color: #A0A0A0;
}
footer .footer-contact p {
    margin-top: 22px;
    font-size: 16px;
    color: #A0A0A0;
}
footer .footer-contact p strong {
    color: #048c45;
    font-weight: 400;
}
footer .footer-contact p a {
    color: #A0A0A0;
}
footer .footer-social ul {
    display: flex;
    gap: 15px;
}
footer .footer-social ul li a {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}
footer .footer-social ul li a:hover {
    opacity: 0.9;
}
footer .footer-bottom {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-menu .menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-bottom-menu .menu li {
    position: relative;
    padding: 0 15px;
    line-height: 18px;
}
.footer-bottom-menu .menu li:first-child {
    padding-left: 0;
}
.footer-bottom-menu .menu li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #A0A0A0;
    bottom: 4px;
    left: 0px;
}
.footer-bottom-menu .menu li:first-child::before {
    display: none;
}
footer .footer-bottom-copyright p,
footer .footer-bottom-copyright p a {
    font-size: 16px;
    color: #A0A0A0;
}

/* HOME */

.home-slider::before {
    position: absolute;
    /*content: '';*/
    background-image: url('https://www.sujanindustries.com/content/uploads/2023/06/home-slider-element.svg');
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 1065px 600px;
    z-index: 5;
    height: 100%;
    background-position: bottom left;
}
.home-slider::after,
.about-us-banner::after {
    background: transparent url('https://www.sujanindustries.com/content/uploads/2023/06/home-slider-element-new.png') no-repeat;
}
.home-slider::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom left;
    background-size: contain;
    opacity: 0.4;
    width: 400px;
    height: 300px;
    z-index: 0;
}
.home-slider .hero-slider {
    width: 100%;
    /* height: 700px; */
    display: flex;
    position: relative;
    z-index: 0;
    padding: 550px 0;
}
.home-slider .hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.home-slider .hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-slider .hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    transition:all .3s ease;
    display: none;
}
.home-slider .hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
}
.home-slider .hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}
.home-slider .hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
}
.home-slider .hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}
.home-slider .hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:#fff;
    transition:all .2s ease;
}
.home-slider .hero-slider .swiper-pagination-bullet-active {
    opacity:1;
}
.home-slider .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    text-align: left;
    max-width: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    left: 300px;
    justify-content: center;
}
.home-slider .hero-slider .swiper-container-horizontal .swiper-pagination-bullets span {
    display: block;
    margin: 6px 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent !important;
}
.home-slider .hero-slider .swiper-container-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 14px !important;
    background-color: transparent !important;
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    border: 2px solid #fff !important;
}
.home-slider i.fa-chevron-circle-right{
    height:22px;
    width:22px;
}
.home-slider .hero-slider .slide-inner::before {
    position: absolute;
    content: '';
    background-image: url('https://www.sujanindustries.com/content/uploads/2023/06/slider-overlay.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: #000;*/
    z-index: 0;
    /*background: linear-gradient(90deg, rgba(0,0,0) 0%, rgba(0,0,0,0.58) 100%);*/
    /*opacity: 0.7;*/
}
.home-slider .container {
    width: 54%;
}
.home-slider h3 {
    font-size: 50px;
    line-height: 55px;
    background: linear-gradient(180deg, #2CA4B9 0%, #F7B131 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 25px;
    word-spacing: 15px;
}
.home-slider h4 {
    line-height: 90px;
    font-size: 90px;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.home-slider .home-slider-content {
    width: 60%;
    margin-bottom: 35px;
}
.home-slider p {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}
.home-slider a.theme-btn {
    color: #fff;
    font-size: 18px;
    background-color: #e5342b;
    border-radius: 25px;
    border: 0;
    padding: 12px 20px;
}
.home-slider a.theme-btn.red {
    background-color: #e5342b;
}
.home-slider a.theme-btn.blue {
    background-color: #1e71b7;
}
.home-slider a.theme-btn.yellow {
    background-color: #f7b131;
}
.home-slider a.theme-btn.green {
    background-color: #048c45;
}


.home-we-serve {
    overflow: hidden;
}
.home-we-serve .home-we-serve-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home-we-serve .home-we-serve-lft {
    flex: 0 0 26%;
    max-width: 26%;
}
.home-we-serve .home-we-serve-rgt {
    flex: 0 0 72%;
    max-width: 72%;
}
.home-we-serve .home-we-serve-lft:before {
    position: absolute;
    content: '';
    background: transparent url('https://www.sujanindustries.com/content/uploads/2023/06/title-el-one.png') no-repeat right bottom;
    width: 52px;
    height: 52px;
    bottom: 10px;
    right: -5px;
}
.home-we-serve .we-serve-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-we-serve .we-serve-item {
    flex: 0 0 45%;
    max-width: 45%;
}
.home-we-serve .we-serve-items img {
    width: 100%;
}
.home-we-serve .we-serve-item-inner {
    width: 74%;
    height: 500px;
}
.home-we-serve .we-serve-item:nth-child(2) {
    margin-top: 100px;
}
.home-we-serve .we-serve-item:nth-child(3) {
    margin-top: 50px;
}
.home-we-serve .we-serve-item:nth-child(2) .we-serve-item-inner {
    margin-left: auto;
    width: 75%;
}
.home-we-serve .we-serve-item:nth-child(4) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 70px;
}
.home-we-serve .we-serve-item:nth-child(4) .we-serve-item-inner {
    width: 74.1%;
}
.home-we-serve .we-serve-ct-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.home-we-serve .we-serve-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-we-serve .we-serve-ct-block a {
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-we-serve .who-we-serve-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.7;
    transition: 0.5s;
}
.home-we-serve .we-serve-item-inner:hover .who-we-serve-overlay {
    background-color: transparent;
}
.home-we-serve .who-we-serve-overlay.yellow,
.home-we-serve button.yellow {
    background-color: #F7B131;
}
.home-we-serve .who-we-serve-overlay.red,
.home-we-serve button.red {
    background-color: #E5342B;
}
.home-we-serve .who-we-serve-overlay.green,
.home-we-serve button.green {
    background-color: #048C45;
}
.home-we-serve .who-we-serve-overlay.blue,
.home-we-serve button.blue {
    background-color: #1E71B7;
}
.home-we-serve .we-serve-item-inner img {
    transition: 0.5s;
}
.home-we-serve .we-serve-item-inner:hover img {
    transform: scale(1.1);
}
.home-we-serve .we-serve-ct-block button {
    width: 170px;
    border-radius: 25px;
    border: 0;
    padding: 12px 20px;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: -1;
}
.home-we-serve-bold-title {
    position: absolute;
    left: 30%;
    bottom: 26px;
    z-index: -1;
}
.best-manufacturers {
    position: absolute;
    right: -60px;
    bottom: 0;
}
.best-manufacturers .bm-title-one {
    width: 60%;
    margin-left: auto;
}
.best-manufacturers .bm-title-two {
    position: absolute;
    left: 30%;
    top: 40%;
    z-index: -1;
}
.hr-prod-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hr-prod-wrap .hr-prod-img-el {
    flex: 0 0 13%;
    max-width: 13%;
}
.hr-prod-wrap .hr-prod-img-cnt {
    flex: 0 82%;
    max-width: 82%;
}
.hr-prod-wrap .hr-prod-img-cnt p {
    margin-bottom: 25px;
}
.hr-prod-wrap .hr-prod-img-cnt p:last-child {
    margin-bottom: 0;
}
.home-rubber-prod .hr-bold-title {
    position: absolute;
    right: 0;
    bottom: 90px;
    z-index: -1;
}
.home-clients {
    padding: 80px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home-clients .home-clients-title {
    flex: 0 0 20%;
    max-width: 20%;
}
.home-clients .home-clients-slider {
    flex: 0 0 75%;
    max-width: 75%;
    overflow: hidden;
}
.home-clients .home-clients-slider .swiper-slide {
    cursor: pointer;
}
.home-clients .home-clients-slider p {
    color: #fff;
}
.home-clients .home-clients-slider h6 {
    margin-top: 10px;
}
.home-clients .swiper-pagination {
    text-align: right;
    padding-right: 60px;
}
.home-clients .swiper-pagination span {
    font-size: 14px !important;
    background-color: rgba(255,255,255,0.8);
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
}
.home-clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.home-best-rubber {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home-best-rubber .home-br-lft {
    flex: 0 0 57%;
    max-width: 57%;
    position: relative;
}
.home-best-rubber .home-br-rgt {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: right;
    position: relative;
}
.home-best-rubber .home-br-lft p {
    color: #A0A0A0;
}
.home-best-rubber .home-br-lft h4 {
    margin-bottom: 12px;
}
.home-best-rubber .home-br-rgt a {
    margin-left: 12px;
}
.home-best-rubber .home-el-dark {
    position: absolute;
    bottom: 90px;
    right: 30%;
    margin-right: -160px;
    max-width: 30%;
    z-index: 0;
}


.our-key-prod-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px 20px;
}
.our-key-prod-items .our-key-prod-item a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
}
.our-key-prod-items .our-key-prod-item a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -5px;
    width: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(90,90,90,1) 100%);
    height: 2px;
    transition: 0.8s;
}
.our-key-prod-items .our-key-prod-item a:hover::before {
    width: 100%;
}

.about-us-banner {
    padding: 300px 0 120px 0;
}
.product-design-banner {
    padding: 350px 0 150px 0;
    background-position: center center;
}
.about-us-banner .container {
    z-index: 5;
}
.about-us-banner::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.35;
}
.about-us-banner::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom left;
    opacity: 0.2;
}
.about-us-banner::after {
    opacity: 0;
    /* Keep it hidden, instead of removing */
}
.banner-inner-el {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.banner-inner-el::before {
    position: absolute;
    content: '';
    top: 20px;
    bottom: -28px;
    left: -350px;
    right: 0;
    background-image: url('https://www.sujanindustries.com/content/uploads/2024/02/common-banner-element-lft.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 550px;
}
.banner-inner-el::after {
    position: absolute;
    content: '';
    top: 20px;
    bottom: -28px;
    left: 0;
    right: 0;
    background-image: url('https://www.sujanindustries.com/content/uploads/2024/02/common-banner-element-rgt-min.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 210px;
}
.about-us-block .home-we-serve-lft:before {
    right: -10px;
}
.about-us-block .home-we-serve-bold-title {
    bottom: inherit;
    top: -25px;
    left: inherit;
    right: 0;
}
.about-industry .about-indus-lft {
    flex: 0 0 55%;
    background: rgb(10,10,10);
    background: linear-gradient(180deg, rgba(10,10,10,1) 50%, rgba(0,0,0,1) 100%);
    padding: 40px;
}
.about-industry .about-indus-cnt {
    margin-bottom: 25px;
}
.about-industry .about-indus-cnt p {
    color: #7D7D7D;
    line-height: 30px;
}
.about-indus-exp-wrap {
    gap: 10px;
    margin-top: 10px;
}
.about-indus-exp-wrap span {
    font-size: 90px;
    position: relative;
    top: 2px;
}
.about-indus-exp-wrap p {
    color: #737373;
    line-height: 26px;
}
.about-industry .about-indus-rgt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 42%;
}
.about-industry .about-indus-rgt img {
    display: none;
}
.our-values .our-value-wrap {
    width: 58%;
    margin: 0 auto;
}
.our-values .our-values-item {
    flex: 0 0 28%;
    max-width: 28%;
    border-top-width: 35px !important;
    padding: 50px 15px 25px 15px;
}
.our-values .our-values-item.red {
    border: 1px solid #E5342B;
}
.our-values .our-values-item.blue {
    border: 1px solid #1E71B7;
}
.our-values .our-values-item.yellow {
    border: 1px solid #F7B131;
}
.our-values .our-values-item.green {
    border: 1px solid #048C45;
}
.our-values .our-values-item.red h4 {
    color: #E5342B;
}
.our-values .our-values-item.blue h4 {
    color: #1E71B7;
}
.our-values .our-values-item.yellow h4 {
    color: #F7B131;
}
.our-values .our-values-item.green h4 {
    color: #048C45;
}
.our-values .our-values-item.green h4 {
    color: #048C45;
}
.our-values .our-values-item h4 {
    font-family: 'poppins-semibold';
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    margin: 35px 0 20px 0;
}
.our-values .our-values-cnt {
    padding: 0 15px;
}
.our-values .our-values-cnt p {
    font-size: 16px;
    color: #737373;
    line-height: 24px;
}
.about-management-block .home-we-serve-lft {
    flex: 0 0 32%;
    max-width: 32%;
}
.about-management-block .home-we-serve-rgt {
    flex: 0 0 64%;
    max-width: 64%;
}
.about-management-block .home-we-serve-lft::before {
    bottom: inherit;
    top: 20px;
    right: -35px;
}
.about-management-block .home-we-serve-bold-title {
    left: inherit;
    right: 0;
}
.team-management .team-manage-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.team-management .team-manage-profile {
    flex: 0 0 40%;
    max-width: 40%;
    position: absolute;
    left: 0;
}
.team-management .team-manage-cnt {
    padding: 60px 30px 30px 110px;
    flex: 0 0 65%;
    max-width: 65%;
    background: rgb(10,10,10);
    background: linear-gradient(180deg, rgba(10,10,10,1) 0%, rgba(0,0,0,1) 100%);
}
.team-management .team-manage-profile img {
    margin-left: auto;
}
.team-management .team-el {
    position: absolute;
    bottom: -35px;
    left: -20px;
}
.team-management .team-manage-panel,
.team-management .team-manage-role {
    position: relative;
}
.team-management .team-manage-panel {
    padding: 0px 25px 20px 25px;
}
.team-management .team-manage-panel::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(23,23,23);
    background: linear-gradient(180deg, rgba(23,23,23,1) 0%, rgba(0,0,0,1) 130%);
    transform: skewX(-20deg);
}
.team-management .team-manage-panel h6 {
    font-size: 28px;
    color: #F7B131;
    font-family: 'poppins-regular';
    font-weight: 400;
    position: relative;
    margin-top: -10px
}
.team-management .team-manage-role {
    text-align: right;
}
.team-management .team-manage-role span {
    position: relative;
    padding: 6px;
    display: inline-block;
    margin-right: -30px;
    z-index: 1;
    color: #000;
    font-family: 'poppins-semibold';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    width: 200px;
    text-align: center;
}
.team-management .team-manage-role span::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: -6px;
    background-color: #f7b131;
    transform: skewX(-20deg);
    z-index: -1;
}
.team-social {
    position: relative;
}
.team-social ul {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-right: 42px;
    margin-top: -10px;
}
.team-management .team-manage-bio {
    padding-top: 10px;
}
.team-management .team-manage-bio p {
    color: #7d7d7d;
    font-size: 16px;
}
.our-team h3,
.our-team .our-team-el,
.awards-sec h3,
.awards-sec .our-team-el,
.quality-certificates h3,
.quality-certificates .our-team-el,
.partners-sec h3,
.partners-sec .our-team-el,
.quality-policy h3,
.quality-policy .our-team-el {
    display: inline-block;
    vertical-align: top;
}
.our-team .our-team-el,
.awards-sec .our-team-el {
    margin-left: 20px;
}
.our-team .our-team-img {
    background: transparent url('https://www.sujanindustries.com/content/uploads/2023/06/our-team-gradient-border-min.png') no-repeat;
    background-size: cover;
    padding: 12px;
    width: 80%;
    margin: 0 auto;
}
.our-team .our-team-img img {
    width: 100%;
}
.awards-sec .awards-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 50px 20px;
}
.awards-sec .award-item {
    background-color: #0a0a0a;
    padding: 10px;
}
.awards-sec .award-cnt {
    padding: 0 6px;
}
.awards-sec .award-cnt p {
    color: #7D7D7D;
    font-size: 14px;
    line-height: 24px;
}
.awards-sec .award-cnt p strong {
    font-family: 'poppins-medium';
    font-weight: 500;
    color: #F7B131;
}
.quality-certi-wrap {
    background: transparent url('https://www.sujanindustries.com/content/uploads/2023/06/certificates-banner-img-compressed.png') no-repeat center;
    background-size: cover;
    padding-top: 80px;
}
.quality-certificates .our-team-el,
.partners-sec .our-team-el,
.quality-policy .our-team-el {
    margin-left: 20px;
}
.quality-certificates .qual-certi-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 15px;
}
.quality-certificates .qual-certi-items img {
    width: 100%;
}
.quality-certificates .qual-cert-cnt p {
    color: #7D7D7D;
}
.quality-certificates .qual-cert-cnt p strong {
    font-family: 'poppins-regular';
    font-weight: 400;
    color: #1E71B7;
}
.quality-policy-cnt {
    text-align: left;
    background-color: #0a0a0a;
    padding: 50px 70px;
}
.quality-policy .quality-policy-ceo {
    text-align: center;
    float: right;
    margin-top: -50px;
}
.quality-policy .quality-policy-ceo span {
    display: block;
}
.quality-policy-cnt p,
.quality-policy-cnt strong,
.quality-policy-cnt span {
    color: #fff;
}
.quality-policy-cnt p {
    margin-bottom: 25px;
}
.quality-policy-cnt p:last-child {
    margin-bottom: 0;
}
.partners-sec {
    padding-bottom: 60px;
}
.partners-sec .partners-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    align-items: center;
}
.partners-sec .partners-items img,
.client-logos img {
    display: block;
    margin: 0 auto;
}
.client-logos {
    position: relative;
}
.client-logos .owl-carousel {
    width: 90%;
    margin: 0 auto;
}
.client-logos img {
    /*height: 100px;*/
    width: auto !important;
}
.client-logos .owl-dots {
    margin-top: 50px !important;
}
.client-logos .owl-dots span {
    width: 15px !important;
    height: 15px !important;
}
.client-logos .owl-nav {
    position: absolute;
    margin: 0 !important;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(50%);
}
.client-logos .owl-nav button {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #d8d8d8 !important;
}
.client-logos .owl-nav button.owl-prev {
    left: -30px;
}
.client-logos .owl-nav button.owl-next {
    right: -30px;
}
.client-logos .owl-nav button span {
    color: #000;
}


.rnd-sec p {
    color: #7D7D7D;
    font-size: 16px;
}
.rnd-images-warp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
.rnd-images-warp img {
    border: 25px solid #1E71B7;
}
.testing-fac-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 80px;
}
.testing-fac-items .testing-fac-item {
    margin-bottom: 150px;
}
.testing-fac-item img {
    border: 5px solid #F7B131;
}
.testing-fac-items h4 {
    background-color: #F7B131;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-family: 'poppins-semibold';
    font-weight: 600;
    padding: 10px;
}
.testing-fac-item.red img,
.testing-fac-item.red h4 {
    border-color: #e5342b;
    background-color: #e5342b;
}
.testing-fac-item.blue img,
.testing-fac-item.blue h4 {
    border-color: #1e71b7;
    background-color: #1e71b7;
}
.testing-fac-item.yellow img,
.testing-fac-item.yellow h4 {
    border-color: #f7b131;
    background-color: #f7b131;
}
.testing-fac-item.green img,
.testing-fac-item.green h4 {
    border-color: #048c45;
    background-color: #048c45;
}
.testing-fac-items .testing-fac-item {
    position: relative;
    margin-bottom: 150px;
}
.testing-fac-items .testing-fac-item:nth-child(1) {
    margin-bottom: 0;
}
.testing-fac-items .testing-fac-item:nth-child(even) {
    margin-top: 0;
    top: 150px;
    margin-bottom: 150px;
}
.testing-fac-items .testing-fac-item:last-child {
    margin-bottom: 0;
}
.testing-fac-items .testing-fac-count {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 52px;
    height: 56px;
    background-color: rgba(33, 33, 33, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'poppins-semibold';
    font-weight: 600;
    font-size: 22px;
    display: none !important;
}

.contact-us-form .contact-form-wrap {
    padding: 60px 70px;
    background-color: #070707;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px;
}
.contact-us-form h3 {
    font-size: 30px;
    line-height: 40px;
}
.contact-us-form ul {
    list-style: none;
}
.contact-us-form ul li {
    margin-bottom: 25px;
}
.contact-us-form ul li:last-child {
    margin-bottom: 0;
}
.contact-us-form ul li input,
.contact-us-form ul li select,
.contact-us-form ul li textarea {
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background-color: #010101;
    border: 0;
    padding: 15px 20px;
}
.contact-us-form input::placeholder,
.contact-us-form select::placeholder,
.contact-us-form textarea::placeholder {
    font-size: 16px;
    color: #737373;
}
.contact-us-form ul li textarea {
    height: 150px;
    line-height: normal;
    resize: none;
}
.contact-us-form ul li input:focus,
.contact-us-form ul li select:focus,
.contact-us-form ul li textarea:focus {
    outline: 1px solid #fff;
}
.contact-us-form ul li input[type="submit"] {
    height: auto;
    line-height: normal;
    width: auto;
    background-color: #fff;
    padding: 10px 24px;
    border-radius: 26px;
    font-family: 'poppins-semibold';
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
    margin-top: 10px;
    line-height: 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 25px 0 10px 0;
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
}
.contact-us-form .contact-form-rgt img {
    display: none;
}
.contact-us-form .contact-form-rgt {
    background-position: right;
    position: relative;
}
.contact-us-form .contact-form-rgt::before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: #000000;
    opacity: 0.7;
}
.contact-us-block .home-we-serve-lft {
    flex: 0 0 20%;
    max-width: 20%;
}
.contact-us-block .home-we-serve-lft::before {
    right: 10px;
}
.contact-us-block .home-we-serve-rgt {
    flex: 0 0 78%;
    max-width: 78%;
    padding-right: 150px;
}
.contact-us-block .home-we-serve-bold-title {
    left: inherit;
    right: 0;
    bottom: 30px;
}
.our-offices {
    margin-bottom: 80px;
}
.our-offices .office-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.our-offices .office-block {
    border-left: 2px solid #080808;
    padding: 10px 0 0 30px;
}
.our-offices .office-blocks h6,
.our-offices .office-blocks h5 {
    font-size: 22px;
    font-family: 'poppins-regular';
    font-weight: 400;
}
.our-offices .office-blocks h5 {
    font-size: 28px;
}
.our-offices .ob-content {
    margin-top: 40px;
}
.our-offices .ob-content p {
    color: #7d7d7d;
    font-size: 16px;
    margin-bottom: 28px;
}
.our-offices .ob-content p strong {
    font-weight: 400;
    color: #fff;
}
.our-offices .ob-content p a {
    color: #fff;
}
.contact-map .contact-map-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.contact-map iframe {
    display: block;
    width: 100%;
    height: 700px;
}

.blogs-block .home-we-serve-lft {
    flex: 0 0 18%;
    max-width: 18%;
}
.blogs-block .home-we-serve-rgt {
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 150px;
}
.blogs-block .home-we-serve-lft::before {
    right: 30px;
}
.blogs-block .home-we-serve-bold-title {
    left: inherit;
    right: 0;
    bottom: 50px;
}
.blogs-sec .container {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    grid-gap: 0 70px;
}
.blogs-sec .blog-sec-lft {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 30px;
}
.newsletter-sec.blogs-sec.mb-150 .container, .blogs-sec .container {
    display: flex;
}
.blogs-sec .blog-post-data:first-child {
    grid-column: 1/-1;
}
.blogs-sec .blog-post-data:first-child a {
    display: inline-block;
}
.blogs-sec .blog-post-data img {
    margin-bottom: 20px;
}
.blogs-sec .blog-post-data:first-child img {
    margin-bottom: 30px;
}
.blogs-sec .blog-post-data:first-child .blog-sec-meta {
    align-items: center;
}
.blogs-sec .blog-sec-meta {
    display: flex;
    justify-content: space-between;
}
.blogs-sec .blog-sec-meta .blog-meta-author {
    flex: 0 0 60%;
    max-width: 60%;
}
.blogs-sec .blog-sec-meta .blog-meta-date {
    flex: 0 0 34%;
    max-width: fit-content;
}
.blogs-sec .blog-post-data:first-child .blog-meta-date {
    flex: auto;
    max-width: fit-content;
}
.blogs-sec .blog-sec-meta .blog-aurthor-name,
.blogs-sec .blog-sec-meta .blog-cat-name a,
.blogs-sec .blog-sec-meta a {
    color: #fff;
}
.blogs-sec .blog-sec-meta p {
    font-size: 14px;
    line-height: 22px;
    color: #C5C5C5;
}
.blogs-sec .blog-post-data:not(:first-child) .blog-cat-name {
    display: block;
}
.blogs-sec .blog-post-data .blog-meta-date p {
    padding: 4px 10px;
    color: #fff;
}
.blogs-sec .blog-post-data h3 {
    margin: 10px 0 20px 0;
}
.blogs-sec .blog-post-data:first-child h3 {
    margin: 16px 0 20px 0;
}
.blogs-sec .blog-post-data h3,
.blogs-sec .blog-post-data h3 a,
.blogs-sec .blog-post-data:first-child h3,
.blogs-sec .blog-post-data:first-child h3 a {
    font-size: 28px;
    color: #F7B131;
    line-height: 40px;
    font-family: 'poppins-regular';
    font-weight: 400;
}
.blogs-sec .blog-post-data h3,
.blogs-sec .blog-post-data h3 a {
    font-size: 20px;
    line-height: 30px;
}
.blogs-sec .blog-post-data .blog-post-excerpt p {
    font-size: 16px;
    color: #7D7D7D;
}
.blogs-sec .blog-sec-lft .pagination {
    grid-column: 1/-1;
    font-size: 0;
}
.blogs-sec .pagination .prev.page-numbers,
.blogs-sec .pagination .next.page-numbers,
.blogs-sec .pagination .page-numbers.current {
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
}
.blogs-sec .pagination .page-numbers {
    background-color: #F7B131;
    padding: 6px 12px;
    height: 35px;
    display: inline-block;
}
.blogs-sec .pagination a,
.blogs-sec .pagination span {
    color: #fff;
    font-size: 16px;
    margin: 0 3px;
}
.blogs-sec .pagination .next.page-numbers {
    margin-left: 15px;
}
.blogs-sec .pagination .prev.page-numbers {
    margin-right: 15px;
}



.sidebar-block {
    background-color: #0A0A0A;
    padding: 30px;
}
.sidebar-block h4 {
    font-size: 26px;
    line-height: 36px;
    color: #E5342B;
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin-bottom: 20px;
}
.sidebar-block ul {
    list-style-type: none;
}
.sidebar-block ul li {
    padding: 10px 0;
    border-top: 1px solid #101010;
}
.sidebar-block ul li:last-child {
    padding-bottom: 0;
}
.sidebar-block ul li a {
    font-size: 16px;
    color: #7D7D7D;
    display: inline-block;
}
.sidebar-block ul li a:hover {
    color: #fff;
}

.blog-single-banner h1 {
    font-size: 60px;
    line-height: 70px;
}
.blogs-sec .blog-single-cnt {
    display: block !important;
}
.blogs-sec .blog-single-cnt *,
.plain-content * {
    color: #fff;
}
.blogs-sec .blog-single-cnt h1,
.blogs-sec .blog-single-cnt h2,
.blogs-sec .blog-single-cnt h3,
.blogs-sec .blog-single-cnt h4,
.blogs-sec .blog-single-cnt h5,
.blogs-sec .blog-single-cnt h6,
.plain-content h1,
.plain-content h2,
.plain-content h3,
.plain-content h4,
.plain-content h5,
.plain-content h6 {
    margin-bottom: 20px;
    font-family: 'poppins-semibold';
    font-weight: 600;
}
.blogs-sec .blog-single-cnt h1,
.plain-content h1 {
    font-size: 50px;
    line-height: 60px;
}
.blogs-sec .blog-single-cnt h2,
.plain-content h2 {
    font-size: 40px;
    line-height: 50px;
}
.blogs-sec .blog-single-cnt h3,
.plain-content h3 {
    font-size: 36px;
    line-height: 40px;
}
.blogs-sec .blog-single-cnt h4,
.plain-content h4 {
    font-size: 32px;
    line-height: 36px;
}
.blogs-sec .blog-single-cnt h5,
.plain-content h5 {
    font-size: 28px;
    line-height: 34px;
}
.blogs-sec .blog-single-cnt h6,
.plain-content h6 {
    font-size: 24px;
    line-height: 30px;
}
.blogs-sec .blog-single-cnt p,
.blogs-sec .blog-single-cnt p span,
.plain-content p,
.plain-content p span {
    font-family: 'poppins-regular';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.blogs-sec .blog-single-cnt strong,
.blogs-sec .blog-single-cnt span,
.plain-content strong,
.plain-content span {
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin: 0;
}
.blogs-sec .blog-single-cnt a,
.blogs-sec .blog-single-cnt a *,
.plain-content a,
.plain-content a * {
    color: #048c45;
}
.blogs-sec .blog-single-cnt ul,
.plain-content ul {
    padding-left: 25px;
}
.blogs-sec .blog-single-cnt ul li,
.plain-content ul li {
    font-size: 16px;
    margin-bottom: 20px;
}
.blogs-sec .blog-single-cnt ul li p,
.blogs-sec .blog-single-cnt ul li span,
.plain-content ul li a,
.plain-content ul li span {
    font-family: 'poppins-regular';
    font-weight: 400;
}
.post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-navigation > div {
    flex: 0 0 48%;
    max-width: 48%;
}
.post-navigation .next-post {
    text-align: right;
}
.post-navigation > div,
.post-navigation > div a {
    color: #fff;
    font-size: 20px;
}
.post-navigation > div a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.post-navigation > div a:hover {
    color: #048c45;
}
.post-navigation span.prev-arrow,
.post-navigation span.next-arrow {
    display: block;
    color: #fff;
}
.prev-arrow:before {
    content: "\2190";
    margin-right: 10px;
}
.next-arrow:after {
    content: "\2192";
    margin-left: 10px;
}

.blog-single-comments {
    margin-top: 50px;
}
.blog-single-comments #comments {
    border-top: 1px solid #d8d8d8;
    padding-top: 50px;
}
.blog-single-comments h1,
.blog-single-comments h2,
.blog-single-comments h3,
.blog-single-comments h4,
.blog-single-comments h5,
.blog-single-comments h6,
.blog-single-comments p,
.blog-single-comments strong,
.blog-single-comments span,
.blog-single-comments label,
.blog-single-comments a,
.blog-single-comments cite {
    color: #fff;
}
.blog-single-comments h3 {
    font-size: 40px;
    line-height: 50px;
}
.blog-single-comments .comment-notes {
    margin-bottom: 20px;
}
.blog-single-comments textarea,
.blog-single-comments .comment-form-author input,
.blog-single-comments .comment-form-email input {
    padding: 6px 10px;
}
.blog-single-comments label {
    margin: 6px 0;
    display: block;
}
.blog-single-comments span.required {
    color: red;
}
.blog-single-comments .comment-form-cookies-consent {
    margin-top: 15px;
}
.blog-single-comments .comment-form-cookies-consent label {
    display: inline-block;
}
.blog-single-comments input#wp-comment-cookies-consent {
    width: auto;
}
.blog-single-comments .form-submit {
    margin-top: 30px;
}
.blog-single-comments input#submit {
    width: auto;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    border-radius: 25px;
    border: 0;
    padding: 12px 20px;
}
.blog-single-comments .comments-title {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    font-family: 'poppins-semibold';
}


.start-work .container {
    border-bottom: 1px solid #171717;
}
.start-work p {
    color: #78787A;
}
.job-listing-wrap {
    padding: 60px 0;
    border-bottom: 1px solid #171717;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 30px;
}
.job-listing-wrap .job-listing-lft h4 {
    font-size: 24px;
    line-height: 30px;
    color: #F7B131;
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin-bottom: 20px;
}
.job-listing-wrap .job-listing-lft p {
    color: #7D7D7D;
    font-size: 14px;
    line-height: 22px;
}
.job-listings .job-post-block {
    background-color: #101010;
    padding: 30px;
    margin-bottom: 60px;
}
.job-listings .job-post-bio {
    display: flex;
    justify-content: space-between;
}
.job-listings .job-post-block h4 {
    font-size: 24px;
    color: #1E71B7;
    font-family: 'poppins-semibold';
    font-weight: 600;
}
.job-listings .job-post-lft,
.job-listings .job-post-rgt,
.job-listings .job-post-desc {
    flex: 0 0 66%;
    max-width: 66%;
}
.job-listings .job-post-desc {
    margin-bottom: 30px;
}
.job-listings .job-post-rgt {
    text-align: right;
    flex: 0 0 30%;
    max-width: 30%;
}
.job-listings .job-post-block h4 {
    font-size: 24px;
    line-height: 34px;
    color: #1E71B7;
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin-bottom: 20px;
}
.job-listings .job-post-desc ul {
    padding-left: 25px;
}
.job-listings .job-post-desc ul li,
.job-listings .job-post-desc p {
    font-size: 16px;
    line-height: 22px;
    color: #7D7D7D;
}
.job-listings .job-post-rgt span {
    font-size: 14px;
    color: #F7B131;
    background-color: #000000;
    padding: 5px 15px;
    border-radius: 15px;
}
.job-listings .job-post-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-listings .job-post-data a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'poppins-medium';
    font-weight: 500;
    background-color: #1E71B7;
    padding: 10px 65px;
    border-radius: 25px;
}
.job-listings .job-post-meta {
    display: flex;
    gap: 25px;
}
.job-listings .job-post-meta span {
    font-size: 16px;
    color: #DBDBDB;
    display: flex;
    gap: 8px;
}
.job-apply-form .job-apply-wrap {
    display: flex;
    flex-wrap: wrap;
}
.job-apply-form .job-apply-lft,
.job-apply-form .job-apply-rgt {
    flex: 0 0 50%;
}
.job-apply-form .job-apply-rgt {
    padding: 45px 60px;
    background-color: #090909;
}
.job-apply-form .job-apply-lft {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.job-apply-form .job-apply-lft img {
    display: none;
}
.job-apply-form .job-apply-rgt h5 {
    margin-bottom: 30px;
}
.job-apply-form .job-apply-rgt ul {
    list-style: none;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.job-apply-form .job-apply-rgt ul li {
    margin-top: 10px;
}
.job-apply-form .job-apply-rgt form br {
    display: none;
}
.job-apply-form .job-apply-rgt form label {
    color: #4B545A;
    font-family: 'poppins-semibold';
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 20px;
    margin-bottom: 8px;
}
.job-apply-form .job-apply-rgt form input,
.job-apply-form .job-apply-rgt form select,
.job-apply-form .job-apply-rgt form textarea {
    border-radius: 10px;
    background-color: #000000;
    border: 1px solid #171515;
    padding: 15px 20px;
    color: #222629;
    font-size: 14px;
}
.job-apply-form .job-apply-rgt form input:focus,
.job-apply-form .job-apply-rgt form select:focus,
.job-apply-form .job-apply-rgt form textarea:focus {
    color: #fff;
}
.job-apply-form .job-apply-rgt form input::placeholder,
.job-apply-form .job-apply-rgt form select::placeholder,
.job-apply-form .job-apply-rgt form textarea::placeholder {
    color: #222629;
}
.job-apply-form .job-apply-rgt form select {
    appearance: none;
}
.job-apply-form .job-apply-rgt form select option {
    color: #fff;
}
.job-apply-form .job-apply-rgt .form-cc {
    position: relative;
}
.job-apply-form .job-apply-rgt .form-cc-num {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 48px;
    left: 0;
    width: 60px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212121;
    border-radius: 10px 0 0 10px;
}
.job-apply-form .job-apply-rgt .form-cc-num p {
    color: #78787A;
    font-size: 14px;
}
.job-apply-form .job-apply-rgt .form-cc-field input {
    padding-left: 75px;
}
.job-apply-form .job-apply-rgt .job-message,
.job-apply-form .job-apply-rgt .job-apply-btn {
    grid-column: 1/-1;
}
.job-apply-form .job-apply-rgt form textarea {
    height: 120px;
    resize: none;
}
.job-apply-form .job-apply-rgt .job-apply-btn {
    width: 95%;
    margin: 0 auto;
}
.job-apply-form .job-apply-rgt .job-apply-btn input {
    background-color: #1E71B7;
    color: #fff;
    font-size: 18px;
    font-family: 'poppins-medium';
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
}
.job-apply-form .wpcf7-not-valid-tip {
    font-size: 14px;
}

.product-title {
    font-size: 55px;
    line-height: 65px;
}

.product-content-blocks {
    position: relative;
    z-index: 1;
}
.product-content-blocks .pcb-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.product-content-blocks .pcb-lft h3,
.product-content-blocks .pcb-lft h4,
.product-content-blocks .pcb-lft h5,
.product-content-blocks .pcb-lft h6 {
    color: #fff;
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin-bottom: 30px;
}

/* Comment the below code to use default styling for headings */
.product-content-blocks .pcb-lft h3 {
    font-size: 36px;
    line-height: 44px;
}
.product-content-blocks .pcb-lft h4 {
    font-size: 32px;
    line-height: 40px;
}
.product-content-blocks .pcb-lft h5 {
    font-size: 28px;
    line-height: 36px;
}
.product-content-blocks .pcb-lft h6 {
    font-size: 24px;
    line-height: 34px;
}
/* Comment the above code to use default styling for headings */


.product-content-blocks .pcb-lft {
    padding: 50px 60px 50px 0;
}
.product-content-blocks .pcb-lft p {
    font-size: 16px;
    line-height: 28px;
    color: #7D7D7D;
}
.product-content-blocks .pcb-lft ul {
    padding-left: 20px;
}
.product-content-blocks .pcb-lft ul li {
    font-size: 16px;
    line-height: 28px;
    color: #7D7D7D;
}
.product-content-blocks .pcb-lft p a {
    color: #048c45;
}
.product-content-blocks .pcb-rgt {
    position: relative;
    height: 100%;
}
.product-content-blocks .pcb-rgt img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-content-blocks .pcb-wrap:nth-child(even) .pcb-lft {
    order: 2;
    padding: 50px 40px 50px 60px;
    background-color: #212121;
}
.product-content-blocks .pcb-wrap:nth-child(even) .pcb-rgt {
    order: 1;
}
.product-content-blocks .pcb-wrap:nth-child(even) .pcb-lft h3,
.product-content-blocks .pcb-wrap:nth-child(even) .pcb-lft h4,
.product-content-blocks .pcb-wrap:nth-child(even) .pcb-lft h5,
.product-content-blocks .pcb-wrap:nth-child(even) .pcb-lft h6 {
    font-family: 'poppins-regular';
    font-weight: 400;
}
.current-product {
    padding-bottom: 35px;
    border-bottom: 1px solid #060606;
}
.current-product h1 {
    margin-bottom: 70px;
}
.current-product .cp-products {
    width: 90%;
    margin: 0 auto;
}
.current-product .item {
    width: 80%;
    margin: 0 auto;
}
.current-product .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.current-product .owl-carousel .owl-nav button {
    position: absolute;
    margin: 0 !important;
    background-color: #212121 !important;
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.current-product .owl-carousel .owl-nav button:hover {
    opacity: 0.7;
}
.current-product .owl-nav button.owl-prev {
    left: -35px;
}
.current-product .owl-nav button.owl-next {
    right: -35px;
}
.our-products {
    width: 92%;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-products .op-items {
    border: 1px solid #282828;
    box-shadow: 0px 0px 15px 0px #DBDBDB0A;
    margin: 0 15px 30px 15px;
    flex: 0 0 17%;
    max-width: 17%;
}
.our-products .op-items img {
    margin: 0 auto;
    height: 80px;
    width: 100px;
    object-fit: contain;
}
.our-products .no-image {
    height: 80px;
    width: 100px;
    margin: 0 auto;
}
.our-products .op-items a {
    display: block;
    padding: 12px 8px 10px 8px;
}
.our-products .op-items span {
    font-size: 15px;
    text-align: center;
    display: block;
    color: #7D7D7D;
    margin-top: 10px;
}

.product-bottom {
    position: relative;
    padding: 200px 0 130px 0;
    background-position: right;
    background-size: contain;
    margin-top: -80px;
    z-index: 0;
}
.product-bottom::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 46%, rgba(255,255,255,0.008841036414565795) 100%);
}
.product-bottom .container {
    position: relative;
}
.product-bottom .product-bottom-block {
    width: 65%;
}
.product-bottom h4 {
    font-size: 28px;
    line-height: 36px;
}
.product-bottom p {
    color: #7D7D7D;
}
.product-bottom p a {
    color: #048c45;
}
.product-bottom ul {
    padding-left: 25px;
}
.product-bottom ul li {
    font-size: 20px;
    line-height: 28px;
    color: #7D7D7D;
    margin-bottom: 5px;
}
.product-banner h3 {
    font-size: 100px;
    line-height: 100px;
    font-size: 70px;
    line-height: 90px;
}

.product-detail {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 130px;
    overflow: hidden;
}
/*
.product-detail .our-products,
.product-detail .cp-products {
    width: 100%;
}
.product-detail .product-detail-slider {
    width: 65%;
    margin: 0 auto;
}
.product-detail .op-items {
    flex: 0 0 22%;
    max-width: 22%;
}
.product-detail .op-items a {
    padding: 30px 10px;
}
.product-detail .our-products .op-items img {
    width: 150px;
    height: 150px;
}
.product-detail .op-items span {
    font-size: 22px;
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin-top: 15px;
}
*/
.product-detail .our-products .op-items:hover {
    border-color: #7D7D7D;
    background-color: #060606;
}
.product-data-blocks .product-data-head {
    background-color: #070707;
    border: 1px solid #F7B131;
    padding: 4px 0 6px 0;
}
.product-data-blocks .product-data-head h3 {
    font-size: 32px;
    line-height: 55px;
    color: #F7B131;
    text-align: center;
    font-family: 'poppins-regular';
    font-weight: 400;
}
.product-data-blocks .product-data-cnt {
    margin-top: 25px;
}
.product-data-blocks .product-data-cnt p {
    color: #A0A0A0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.product-data-blocks .product-data-cnt p:last-child {
    margin-bottom: 0;
}
.product-data-blocks .product-data-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 100px;
}
.product-data-blocks .product-data-item {
    margin-top: 50px;
    padding: 25px 10px;
    border: 1px solid #282828;
    box-shadow: 0px 0px 15px 0px #DBDBDB0A;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-data-blocks .product-data-item img {
    height: 150px;
    width: auto;
    margin: 0 auto;
}
.product-data-blocks .product-data-item span {
    font-size: 20px;
    color: #A0A0A0;
    text-align: center;
    display: block;
    margin-top: 30px;
}
.product-data-blocks .product-data-item .show-product-title {
    margin-top: 0;
}

.hcv-details .hcv-details-wrap {
    width: 90%;
    margin: 0 auto;
}
.hcv-details h1 {
    font-size: 40px;
    line-height: 50px;
}
.hcv-details h3 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}
.hcv-details img {
    position: relative;
    z-index: 1;
}
.hcv-details .hcv-cnt {
    padding: 150px 60px 30px 60px;
    background: rgb(19,19,19);
    background: linear-gradient(180deg, rgba(19,19,19,1) 0%, rgba(6,6,6,1) 100%);
    margin-top: -120px;
    position: relative;
    z-index: 0;
}
.hcv-details .hcv-cnt::before,
.hcv-details .hcv-cnt::after {
    position: absolute;
    content: '';
    top: -100px;
    width: 200px;
    height: 200px;
    background-color: #000;
    transform: rotate(45deg);
}
.hcv-details .hcv-cnt::before {
    left: -100px;
}
.hcv-details .hcv-cnt::after {
    top: -100px;
    right: -100px;
}
.hcv-details .hcv-cnt p {
    color: #DBDBDB;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.hcv-details .hcv-cnt p:last-child {
    margin-bottom: 0;
}
.hcv-components .hcv-comp-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hcv-components .hcv-comp-lft,
.hcv-components .hcv-comp-rgt {
    flex: 0 0 47%;
    max-width: 47%;
}
.hcv-components .hcv-comp-lft h5,
.hcv-components .hcv-comp-lft h6 {
    color: #fff;
    margin-bottom: 30px;
}
.hcv-components .hcv-comp-lft p {
    font-size: 16px;
    line-height: 30px;
    color: #7D7D7D;
    margin-bottom: 25px;
}
.hcv-components .hcv-comp-lft p:last-child {
    margin-bottom: 0;
}
.component-blocks .component-blocks-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}
.component-blocks .component-block {
    flex: 0 0 22%;
    max-width: 22%;
    margin: 0 15px;
    background-color: #090909;
    border: 1px solid #212121;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-id-6455 .component-blocks .component-block,
.page-id-6512 .component-blocks .component-block {
    flex: 0 0 30%;
    max-width: 30%;
}
.component-blocks .cb-thumb {
    background-color: #000;
    padding: 30px 15px;
}
.component-blocks .cb-thumb img {
    height: 80px;
    margin: 0 auto;
}
.component-blocks .component-block h4 {
    font-size: 18px;
    line-height: 28px;
    color: #F7B131;
    font-family: 'poppins-semibold';
    font-weight: 600;
    margin: 15px 0 12px 0;
    /*height: 90px;*/
    /*overflow: hidden;*/
}
.component-blocks .component-block .cb-cnt {
    /*height: 250px;*/
    /*overflow: hidden;*/
}
.component-blocks .component-block p {
    font-size: 15px;
    line-height: 25px;
    color: #7D7D7D;
}
.component-blocks .component-block a {
    display: block;
    background-color: #1E71B7;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    margin-top: 15px;
}
.leading-sec {
    padding: 350px 0;
}
.leading-sec .leading-content {
    width: 56%;
    margin-left: auto;
    margin-right: 150px;
}
.leading-sec .leading-content p {
    font-size: 16px;
    line-height: 28px;
    color: #7D7D7D;
    margin-bottom: 30px;
}
.leading-sec .leading-content p:last-child {
    margin-bottom: 0;
}
.support-block {
    position: relative;
    padding: 70px 0;
    background-image: url('https://www.sujanindustries.com/content/uploads/2023/06/cta-banner-img.jpg');
}
.support-block::before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: #00000066;
}
.support-block .container {
    position: relative;
}
.support-block .support-block-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 60%;
}
.support-block .support-block-img {
    flex: 0 0 16%;
}
.support-block .support-block-cnt {
    flex: 0 0 80%;
    max-width: 80%;
}
.support-block h5 {
    margin-bottom: 10px;
}
.support-block p {
    color: #A0A0A0;
}
.support-block a {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 50px;
}

.partnership-sec .partnership-cnt {
    background-color: #212121;
    padding: 50px;
}
.partnership-sec .partnership-cnt-new {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}
.partner-company-logo {
    margin-bottom: 50px;
}
.partner-company-logo img {
    max-width: 300px;
}
.about-us-banner .partner-company-logo {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-us-banner .partner-company-logo img {
    max-width: 200px;
}
.partner-logo-mobile {
    display: none;
}
.partnership-sec .partnership-cnt p {
    color: #A0A0A0;
}
.partnership-sec .partnership-wrap {
    display: flex;
    flex-wrap: wrap;
}
.partnership-sec .partnership-lft {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 100px 50px 50px 0;
}
.partnership-sec .partnership-lft p {
    font-size: 16px;
    color: #7D7D7D;
}
.partnership-sec .partnership-rgt {
    flex: 0 0 40%;
    max-width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 870px;
    background-size: cover;
    background-position: right;
}
.partnership-sec .partnership-rgt img {
    display: none;
}
.partnership-wrap-new {
    background-color: #212121;
}
.partnership-wrap-new .partnership-lft {
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 100px;
}
.partnership-wrap-new .partnership-rgt {
    position: static;
    flex: 0 0 50%;
    max-width: 50%;
}
.partnership-wrap-new .partnership-lft p {
    font-size: 15px;
}
.overcoming {
    padding: 110px 0;
    background-color: #000;
}
.overcoming-new {
    padding: 60px 0 40px 0;
    overflow: hidden;
}
.overcoming::before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: 0;
}
.overcoming .overcoming-block,
.overcoming .strength-block {
    position: relative;
}
.overcoming .overcoming-block p,
.overcoming .strength-block p {
    font-size: 16px;
    color: #7D7D7D;
}
.overcoming .overcoming-block p,
.overcoming .strength-block p {
    margin-bottom: 25px;
}
.overcoming-new .overcoming-block .overcoming-para {
    padding-right: 35px;
    max-width: 580px;
    margin-left: auto;
}
.overcoming-new .strength-block .overcoming-para {
    padding-left: 35px;
    /*max-width: 580px;*/
    margin-right: auto;
}
.overcoming .overcoming-block {
    width: 55%;
}
.overcoming .strength-block {
    width: 55%;
    margin-left: auto;
}
.overcoming-new .overcoming-block,
.overcoming-new .strength-block {
    width: 48%;
}
.overcoming-new .overcoming-block {
    float: left;
}
.overcoming-new .strength-block {
    float: right;
    margin-top: 230px;
}
.page-id-6251 .overcoming-new .strength-block {
    margin-top: 300px;
}
.page-id-6346 .overcoming-new .strength-block {
    margin-top: 160px;
}
.overcoming-new .overcoming-title {
    margin-bottom: 30px;
}
.overcoming-new .overcoming-title h4 {
    margin-bottom: 0;
}
.overcoming-new .overcoming-block .overcoming-title {
    background-color: rgba(0, 153, 216, 0.16);
    padding: 20px 40px 20px 20px;
    position: relative;
}
.overcoming-new .overcoming-block .overcoming-title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    background-color: rgba(0, 153, 216, .16);
}
.overcoming-new .strength-block .overcoming-title {
    background-color: rgba(0, 153, 216, 0.16);
    padding: 20px 20px 20px 40px;
    position: relative;
}

.overcoming-new .strength-block .overcoming-title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000px;
    width: 1000px;
    background-color: rgba(0, 153, 216, .16);
}
.power-sec .power-sec-wrap {
    display: flex;
    flex-wrap: wrap;
}
.power-sec .power-sec-lft,
.power-sec .power-sec-rgt {
    flex: 0 0 50%;
    max-width: 50%;
}
.track-go-power .power-sec-wrap:nth-child(even) {
    flex-direction: row-reverse;
}
.power-sec .power-sec-lft {
    background-color: #212121;
    padding: 45px 50px;
}
.power-sec-new {
    background-color: #212121;
}
.power-sec-new .power-sec-lft {
    background-color: transparent;
    padding-left: 0;
}
.power-sec .power-sec-lft p {
    color: #7D7D7D;
    font-size: 16px;
    margin-bottom: 25px;
}
.power-sec .power-sec-lft p:last-child {
    margin-bottom: 0;
}
.power-sec .power-sec-rgt {
    background-position: center;
}
.power-sec .power-sec-rgt img {
    display: none;
}
.overcoming span.theme-blue,
.power-sec span.theme-blue {
    display: block;
}
.milestones .container {
    width: 96%;
}
.milestones-wrapper {
    background-size: contain;
    background-position: center center;
}
.milestones-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
    gap: 70px 0;
}
.milestones-wrap .milestone-item {
    flex: 0 0 14%;
    max-width: 14%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}
.milestones-wrap .milestone-item:nth-child(odd) {
    flex-direction: column-reverse;
}
.milestones-wrap .milestone-cnt {
    margin: 10px 0;
    border-left: 1px solid #e5342b;
    position: relative;
}
.milestones-wrap .milestone-year {
    background-color: #E5342B;
    position: relative;
    padding: 4px;
}
.milestones-wrap .milestone-year::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    right: -60px;
    background-color: #e5342b;
    z-index: 0;
    height: 2px;
}
.milestones-wrap .milestone-item:nth-child(7) .milestone-year::before,
.milestones-wrap .milestone-item:nth-child(14) .milestone-year::before,
.milestones-wrap .milestone-item:last-child .milestone-year::before {
    width: 0;
}
.milestones-wrap .milestone-year span {
    color: #FFFFFF;
    font-family: 'poppins-bold';
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 30px;
    letter-spacing: 7px;
    line-height: 40px;
    position: relative;
}
.milestones-wrap .milestone-cnt ul {
    padding-left: 30px;
}
.milestones-wrap .milestone-cnt p,
.milestones-wrap .milestone-cnt ul li {
    color: #7D7D7D;
    font-size: 14px;
    line-height: 20px;
}
.milestones-wrap .milestone-cnt ul li {
    margin-bottom: 10px;
}
.milestones-wrap .milestone-cnt::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E5342B;
}
.milestones-wrap .milestone-cnt::before {
    position: absolute;
    content: '';
    top: 0;
    left: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E5342B;
}
.milestones-wrap .milestone-year .shape {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
}
.milestones-wrap .milestone-item.red .shape,
.milestones-wrap .milestone-item.red .milestone-cnt {
    border-left-color: #e5342b;
}
.milestones-wrap .milestone-item.yellow .shape,
.milestones-wrap .milestone-item.yellow .milestone-cnt {
    border-left-color: #f7b131;
}
.milestones-wrap .milestone-item.green .shape,
.milestones-wrap .milestone-item.green .milestone-cnt {
    border-left-color: #048C45;
}
.milestones-wrap .milestone-item.black .shape,
.milestones-wrap .milestone-item.black .milestone-cnt {
    border-left-color: #212121;
}
.milestones-wrap .milestone-item.blue .shape,
.milestones-wrap .milestone-item.blue .milestone-cnt {
    border-left-color: #1E71B7;
}
.milestones-wrap .milestone-item.grey .shape,
.milestones-wrap .milestone-item.grey .milestone-cnt {
    border-left-color: #7D7D7D;
}
.milestones-wrap .milestone-item.sun .shape,
.milestones-wrap .milestone-item.sun .milestone-cnt {
    border-left-color: #FFAA00;
}

.milestones-wrap .milestone-item.yellow .milestone-year,
.milestones-wrap .milestone-item.yellow .milestone-cnt::before,
.milestones-wrap .milestone-item.yellow .milestone-cnt::after,
.milestones-wrap .milestone-item.yellow .milestone-year::before {
    background-color: #F7B131;
}
.milestones-wrap .milestone-item.green .milestone-year,
.milestones-wrap .milestone-item.green .milestone-cnt::before,
.milestones-wrap .milestone-item.green .milestone-cnt::after,
.milestones-wrap .milestone-item.green .milestone-year::before {
    background-color: #048C45;
}
.milestones-wrap .milestone-item.black .milestone-year,
.milestones-wrap .milestone-item.black .milestone-cnt::before,
.milestones-wrap .milestone-item.black .milestone-cnt::after,
.milestones-wrap .milestone-item.black .milestone-year::before {
    background-color: #212121;
}
.milestones-wrap .milestone-item.blue .milestone-year,
.milestones-wrap .milestone-item.blue .milestone-cnt::before,
.milestones-wrap .milestone-item.blue .milestone-cnt::after,
.milestones-wrap .milestone-item.blue .milestone-year::before {
    background-color: #1E71B7;
}
.milestones-wrap .milestone-item.grey .milestone-year,
.milestones-wrap .milestone-item.grey .milestone-cnt::before,
.milestones-wrap .milestone-item.grey .milestone-cnt::after,
.milestones-wrap .milestone-item.grey .milestone-year::before {
    background-color: #7D7D7D;
}
.milestones-wrap .milestone-item.sun .milestone-year,
.milestones-wrap .milestone-item.sun .milestone-cnt::before,
.milestones-wrap .milestone-item.sun .milestone-cnt::after,
.milestones-wrap .milestone-item.sun .milestone-year::before {
    background-color: #FFAA00;
}

.milestones-wrap .milestone-item:nth-child(2) {
    margin-top: 90px;
}
.milestones-wrap .milestone-item:nth-child(3) {
    margin-top: 20px;
}
.milestones-wrap .milestone-item:nth-child(4) {
    margin-top: 90px;
}
.milestones-wrap .milestone-item:nth-child(5) {
    margin-top: -70px;
}
.milestones-wrap .milestone-item:nth-child(6) {
    margin-top: 90px;
}
.milestones-wrap .milestone-item:nth-child(7) {
    margin-top: -60px;
}
.milestones-wrap .milestone-item:nth-child(8) {
    margin-top: 50px;
    flex-direction: column-reverse;
}
.milestones-wrap .milestone-item:nth-child(9) {
    flex-direction: column;
    margin-top: 140px;
}
.milestones-wrap .milestone-item:nth-child(10) {
    flex-direction: column-reverse;
    margin-top: -30px;
}
.milestones-wrap .milestone-item:nth-child(11) {
    margin-top: 138px;
    flex-direction: column;
}
.milestones-wrap .milestone-item:nth-child(12) {
    margin-top: -22px;
    flex-direction: column-reverse;
}
.milestones-wrap .milestone-item:nth-child(13) {
    margin-top: 138px;
    flex-direction: column;
}
.milestones-wrap .milestone-item:nth-child(14) {
    margin-top: 48px;
    flex-direction: column-reverse;
}

/* 404 */

body.error404 header,
body.search.search-results header {
    position: relative;
}

/* Header Search */


.search-modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.search-modal-wrap .search-modal {
    position: relative;
}
.search-modal-wrap form > div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.search-modal-wrap form input {
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 10px;
    outline: none;
}
.search-modal-wrap form input[type="text"] {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 20px;
    color: #000;
    padding: 12px 15px;
}
.search-modal-wrap form input[type="submit"] {
    text-transform: uppercase;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    background: #ccc url('https://www.sujanindustries.com/content/uploads/2023/06/search-icon-black.svg') no-repeat center center;
}
.search-modal-wrap.search-modal-open {
    display: flex;
}
.search-modal-wrap button#close-modal {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

/* Result Page */

.search-results-page {
    margin: 50px 0 150px 0;
}
.search-results-page .result-top-title {
    margin-bottom: 30px;
    font-size: 40px;
}
.search-results-page li {
    list-style: none;
}
.search-results-page a {
    color: #048C45;
    padding-bottom: 1px;
    border-bottom: 1px solid #048C45;
    display: inline-block;
}
.search-results-page h1,
.search-results-pag h2,
.search-results-page h3,
.search-results-page h4,
.search-results-page h5,
.search-results-page h6,
.search-results-page p,
.search-results-page li,
.search-results-page strong,
.search-results-page span {
    color: #fff;
}
.search-results-page li {
    margin-bottom: 5px;
}
.search-results-page p {
    margin: 10px 0;
}
/* Web Stories  CSS*/

.new-web-stories .archive-web-stories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.new-web-stories .web-story-card {
    border: 1px solid transparent;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(53,53,53,0.18);
    transition: box-shadow .3s ease-out, transform .3s ease-out;
    border-radius: 6px;
    overflow: hidden;
}
.new-web-stories .web-story-card:hover {
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 22px 22px, rgba(35,35,35,0.02) 0px 64px 64px;
    transform: translate(0, -4px);
}
.new-web-stories .web-story-card .ws-cnt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-web-stories .web-story-card .ws-inner {
    padding: 10px;
}
.new-web-stories .ws-cnt h3 {
    min-height: 132px;
    max-height: 132px;
    overflow: hidden;
}
.new-web-stories .ws-cnt h3 a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.item.our-team-img img {
    width: auto;
}


/* Product Design */

.product-design-banner .banner-inner-el::before {
    position: absolute;
    content: '';
    top: -180px;
    bottom: 0;
    left: -140px;
    right: 0;
    background-image: url('https://www.sujanindustries.com/content/uploads/2024/03/pd-banner-element-img.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 400px;
}
.pd-partnership .partnership-cnt-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pd-partnership .partnership-cnt-new .pd-partnership-title {
    flex: 0 0 38%;
    max-width: 38%;
}
.pd-partnership .partnership-cnt-new .pd-partnership-cnt {
    flex: 0 0 60%;
    max-width: 60%;
}
.pd-partnership .partnership-cnt-new .pd-partnership-title h3 {
    font-size: 44px;
    line-height: 52px;
    max-width: 420px;
}

.product-design-items {
    position: relative;
    padding: 100px 0;
    background-size: cover !important;
}
.product-design-items::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.9;
    z-index: 0;
}
.pv-product-design::before {
    opacity: 0;
}
.product-design-items .container {
    position: relative;
    z-index: 1;
}
.product-design-items .pd-section-title {
    max-width: 92%;
    margin: 0 auto;
}
.product-design-items .pd-items-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}
.product-design-items .pd-items-col {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 45px 35px 45px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 30px;
}
.product-design-items .pd-items-col .pd-items-num span {
    color: #1E71B7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(30, 113, 183, 0.3);
    border-radius: 50%;
    position: relative;
    font-size: 17px;
}
.product-design-items .pd-items-col .pd-items-num span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 3px solid #1E71B7;
    border-bottom: 3px solid #1E71B7;
    border-radius: 50%;
}
.product-design-items .pd-items-col .pd-items-title h4 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}
.product-design-items .pd-items-col .pd-items-para p {
    color: #A0A0A0;
    margin-top: 12px;
}
.product-design-items .pd-items-num {
    flex: 0 0 10%;
    max-width: 10%;
}
.product-design-items .pd-items-cnt {
    flex: 0 0 90%;
    max-width: 90%;
    padding-left: 10px;
}
.pv-product-design {
    padding-bottom: 170px;
}
.pv-actions {
    position: relative;
    padding-bottom: 100px;
}
.pv-actions .pv-action-el-01 {
    position: absolute;
    top: -220px;
    right: 0px;
    width: 250px;
    z-index: 2;
}
.pv-actions .pv-action-el-02 {
    position: absolute;
    left: 0;
    bottom: -48px;
    width: 124px;
    z-index: 2;
}
.pv-actions-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.pv-actions-wrap .pv-actions-col {
    background-color: #161616;
    padding: 50px 30px;
    position: relative;
}
.pv-actions-wrap .pv-action-vector {
    position: absolute;
    left: -21px;
    bottom: -18px;
    z-index: 2;
    opacity: 0.8;
    width: 40px;
}
.pv-actions-wrap .pv-actions-col > img {
    height: 67px;
    width: auto;
    margin: 0 auto;
    opacity: 0.7;
}
.pv-actions  .pv-actions-col h5 {
    color: #fff;
    font-family: 'Gordita-Bold';
    font-size: 22px;
    line-height: 34px;
    margin: 15px 0 7px 0;
    letter-spacing: 0.2px;
}
.pv-actions .pv-action-cnt p {
    color: #A0A0A0;
}



/*Thank you Page*/

.thank-you {
    margin: 200px 0 100px;
    text-align: center;
}
.thank-you h3{
    
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    line-height:normal;
}

.thank-you a {
    display: block !important;
    width: max-content !important;
    margin: 0 auto !important;
    font-family: inherit !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 25px !important;
    border: 0 !important;
    padding: 12px 20px !important;
    background-color: #e5342b !important;
}


.team-management .team-manage-wrap:nth-child(5) {
    display: flex !important;
}






