@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
    font-style: normal;
}

a {
    text-decoration: none !important;
}

.common-title {
    margin-bottom: 40px;
}

.common-title h3 {
    text-align: center;
    font-size: 36px;
    color: #272A2E;
}

.common-title p {
    text-align: center;
    font-size: 18px;
    color: #272A2E;
}

.common-inner-title {
    height: 150px;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
}

.common-content-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: #010A1C;
    margin-bottom: 20px;
}

.common-content-sub-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #010A1C;
    margin-bottom: 20px;
}

.common-content-pre-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #010A1C;
    margin-bottom: 20px;
}

.common-content-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #010A1C;
    opacity: 0.7;
    text-align: justify;
    margin-bottom: 20px;
}

.common-content-table {
    padding: 15px;
}

.common-content-table td {
    padding: 15px;
}

/*Header Section Start*/
.header-section {
    background-color: #F7F5F2;
    height: 120px;
    display: flex;
    justify-content: center;
}

.header-section-top {
    height: 40px;
    border-bottom: 1px solid #B8B9BA;
    display: flex;
    align-items: center;
}

.header-section-top-section {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-section-top-section > button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset;
    border: unset;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-right: 10px;
}

.header-section-top-section > span {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    color: #272A2E;
    text-decoration: none;
    margin-right: 10px;
}

.header-section-top-section > a {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    text-decoration: none;
    color: #272A2E;
    margin-right: 10px;

}

.header-section-main {
    display: flex;
    align-items: center;
    height: 90px;
}

.header-section-logo {

}

.header-section-menu {
    flex: 1;
    display: flex;
}

.header-section-menu > ul {
    list-style: none !important;
    padding-left: 5px;
    margin-bottom: 0;
    margin-left: -25px;
    display: flex;
    align-items: center;
    gap: 1px;
    flex: 1;
}

.header-section-menu > ul > li {
    list-style: none;
    display: inline-block;
}

.header-section-menu > ul > li:hover {
    background: #C4161C;
}

.header-section-menu > ul > li:hover > a {
    color: white !important;
}

.header-section-menu > ul > li > a {
    text-decoration: none;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    color: black;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    height: 100%;
    padding: 8px 25px;
}

.header-section-menubar {
    display: none;
}

.header-section-menu-btn {
    margin-left: 100px;

}

.header-section-menu-btn a {
    background-color: #C4161C;
    border-radius: 50px;
    border: unset;
    padding: 8px 25px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}


.header-section-social > ul {
    position: relative;
    margin-bottom: 0;
}

.header-section-social > ul > li {
    width: 35px;
    height: 35px;
    list-style: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;

}

.header-section-social > ul > li > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    padding-top: 10px;

}

.header-section-social > ul > li > a > img {
    margin-top: 10px;
}

.menu-active {
    background: #C4161C;
}

.menu-active > a {
    color: white !important;
}

/*Header Section End*/
/*Hero Section Start*/
.hero-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.hero-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 670px;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.hero-section-content > p {
    color: white;
    text-align: center;
}

.hero-section-content > h3 {
    color: white;
    text-align: center;
}

.hero-section-content > h5 {
    color: white;
    text-align: center;
}

.hero-section-content > button {
    background-color: white;
    border: unset;
    color: #C4161C;
    padding: 5px 10px;
}

.hero-section-category {
    background-color: #272A2E;
    height: 200px;
    position: relative;
    top: -100px;
}

.hero-section-info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.hero-section-info-text > h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 122.1%;
    color: #FFFFFF;
}

.hero-section-info-text > img {
    margin-bottom: 10px;
}

/*Hero Section End*/
/*Service Section Start*/
.service-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.service-section-info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 100%;
    width: 100%;
}

.service-section-info-box p {
    font-size: 18px;
    color: #272A2E;
    line-height: 30px;
    text-align: justify;
}

.service-section-info-box button {
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: #C4161C;
    border: unset;
    padding: 5px 10px;
}

.service-section-info-box img {
    object-fit: contain;
    width: 100%;
}

/*Service Section End*/

/*Certify Section Start*/
.certification-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
}

.certifications-section-info > ul {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
}

.certifications-section-info > ul > li {
    width: 20%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certifications-section-info > ul > li > img {
    width: 150px;
}

.certifications-section-info > ul::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.certifications-section-info > ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/*Certify Section End*/

/*Business Section Start*/
.business-unit-section {
    position: relative;
    height: 720px;
    width: 100%;
    background: url('/assets/template-pardon/images/business-bg.png') no-repeat center center/cover;
    padding-top: 100px;
    margin-bottom: 100px;
}

.business-unit-info {
    width: 100%;
    height: 190px;
    background-color: #CED3D5;
    padding: 20px;
}

.business-unit-info > h3 {
    font-size: 35px;
}

.business-unit-info > p {
    font-size: 25px;
}

/*Business Section End*/

/*Directors Section Start*/
.director-section {
    margin-bottom: 100px;
}

.director-info img {
    margin-bottom: 20px;
}

.director-info h3 {
    font-size: 35px;
}

.director-info h3 {
    font-size: 20px;
}

/*Directors Section End*/

/*Client Section Start*/
.client-section {
    margin-bottom: 100px;
}

.client-section-info > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    width: 100%;
}

.client-section-info > ul > li {
    list-style: none;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.client-section-info > ul > li > img {
    width: 150px;
    height: 63px;
    object-fit: contain;
    margin-bottom: 20px;
}

.client-section-info > ul > li > h3 {
    font-size: 18px;
}

.client-section-info > ul::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.client-section-info > ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/*Client Section End*/
/*Sustainability Section Start*/
.sustainability-header {
    height: 85px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 50px 0;
}

.sustainability-content-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 70px;
    background-color: #C4161C;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 30px;
}
.sustainability-content-title:not(:first-child) {
    margin-top: 20px;
}
.sustainability-content-title:last-of-type {
    margin-bottom: 50px;
}
/*Sustainability Section End*/

/*Product Section Start*/
.product-section {
    padding: 10px 50px;
    margin-top: 50px;
}

.product-section > ul > li {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    color: white;
    margin-right: 22px;
    cursor: pointer;
    height: 75px;
    background-color: #C4161C;
    flex: 1;

}

.product-section > ul > li:last-child {
    margin-right: 0;

}

.product-section > ul > li > .active {
    background-color: #C4161C;

}

.product-section > ul > li > span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-section-item {
    height: 355px;
    background: #FFFFFF;
    width: 100%;
    box-shadow: 0 4px 50px rgba(18, 47, 83, 0.1);
}

.product-section-title {

    font-family: "Jost", sans-serif;
    padding-top: 90px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section-title h4 {

    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 122.1%;
    text-align: center;
    text-transform: uppercase;
    color: #010A1C;
}

.product-section-item-img {
    height: 300px;
    background-color: #F4F5FA;
    width: 100%;
}

.product-section-item-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-section-item-title {
    padding: 13px 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    text-align: center;

    font-family: "Jost", sans-serif;
}

/*Product Section Start*/

/*Contact Section Start*/

.contact-section-intro {
    margin-top: 87px;
    margin-bottom: 50px;
    text-align: center
}

.contact-section-intro h3 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #122F53;
}

.contact-section-intro p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #122F53;
    opacity: 0.7;
}

.contact-section-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}

.contact-section-list-icon {
    margin-right: 20px;
}

.contact-section-title h4 {
    font-family: "Jost", sans-serif;
}

.contact-section-list-info {
    flex: 1;
}

.contact-section-list-info > h5 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;

}

.contact-section-list-info > p {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #122F53;
    opacity: 0.7;
}

.contact-section-list-info > ul {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.contact-section-list-info > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.contact-section-map {
    height: 479px;
    width: 100%;
    margin: auto;
}


.contact-comment-item {
    display: flex;
    flex-wrap: wrap;
}

.contact-comment-item-img {
    width: 7%;
    border-radius: 50%;
}

.contact-comment-item-img > img {
    border-radius: 50%;
}

.contact-comment-item-title {
    width: 83%;
}

.contact-comment-item-title > h5 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
}

.contact-comment-item-title > p {
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    opacity: 0.5;
}

.contact-comment-item-replay {
    width: 10%;
}

.contact-comment-item-replay > button {
    font-family: "Jost", sans-serif;
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
}

.contact-comment-item-detail {
    font-family: "Jost", sans-serif;
    padding-left: 7%;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
    margin-bottom: 15px;
}

.contact-comment-item-divider {
    height: 1px;
    background: #D0D5DD;
    width: 100%;
    margin-top: 15px;
}

.contact-comment-item-input {
    width: 48%;
    margin-bottom: 30px;
}

.contact-comment-item-input > label {

    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.b-p-c-m {
    margin-left: 4%;
}

.contact-comment-item-input > input {
    width: 100%;
    height: 60px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding-left: 21px;
}

.contact-comment-item-textarea {
    width: 100%;
    margin-bottom: 30px;

}

.contact-comment-item-textarea > label {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    margin-bottom: 10px;
}

.contact-comment-item-textarea > textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding: 12px 0 0 21px;
}

.contact-comment-item-button {
    width: 100%;
}

.contact-comment-item-button > button {
    width: 100%;
    height: 60px;
    background: #1D4658;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;

}
/* button disabled style*/
.contact-comment-item-button > button:disabled {
    background: #49768a;
    color: #dddddd;
}

.contact-map {
    margin-bottom: 50px;
}

.contact-person-info img {
    height: 299px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
}

.contact-person-info h3 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 122.1%;
    color: #000000;
    text-decoration: none;
}

.contact-person-info p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 122.1%;
    color: #000000;
    opacity: 0.7;
    text-decoration: none;
}

.contact-person-info h6 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #010A1C;
    text-decoration: none;
    text-align: justify;
}

/*Contact Section End*/

/*Footer Section Start*/
.footer-section {
    width: 100%;
    padding: 0 100px;
    background-color: #272A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-section-top {
    height: 403px;
    padding-top: 63px;
}

.footer-section-divider {
    width: 100%;
    height: 2px;
    background-color: #7D7F83;
}

.footer-section-intro > a img {
    margin-bottom: 40px;
}

.footer-section-intro p {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #EAEBEA;
}

.footer-section-menu p {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #EAEBEA;
}

.footer-section-intro ul {
    padding-left: 0;
}

.footer-section-intro ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-section-intro ul li span {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-menu > h3 {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #EAEBEA;
}

.footer-section-menu > ul {
    padding-left: 0;
}

.footer-section-menu > ul > li {
    list-style: none;
}

.footer-section-menu > ul > li > a {
    font-weight: 400;

    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 44px;
    color: #EAEBEA;
    opacity: 0.8;
    text-decoration: none;
}

.footer-section-menu > ul > li > a :hover {
    color: #00A69C !important;
}

.footer-section-bottom {
    height: 64px;
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.footer-section-copy-right {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-dev {
    text-align: right;
}

.footer-section-dev > span {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-dev > a {

    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EAEBEA;
}

.footer-section-social {
    position: relative;
    padding-left: 9%;
    float: right;
}

.footer-section-social > ul {
    position: relative;
}

.footer-section-social > ul > li {
    width: 35px;
    height: 35px;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;

}

.footer-section-social > ul > li > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    padding-top: 10px;
}

.footer-section-social > ul > li > a > img {
    margin-top: 10px;
}

.fb-hover:hover {
    background: white;
}

.yt-hover:hover {
    background: white;
}

.tw-hover:hover {
    background: white;
}

.insta-hover:hover {
    background: white;
}

.in-hover:hover {
    background: white;
}

/*Modal Menu*/

.modal-dialog-slide {
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
}

.modal.show .modal-dialog-slide {
    transform: translateX(0);
}

.modal-dialog-right {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100vh;
}

#modalDrawerMenu .modal-body {
    padding-right: unset !important;
}

#modalDrawerMenu .modal-content {
    height: 100vh;
    width: 300px;
    background-color: #3A3C40;
}

.mobile-menu {
    list-style: none !important;
    padding-left: 5px;
}

.mobile-menu > li {
    height: 63px;
    list-style: none !important;
    margin-bottom: 10px;
    border-bottom: 2px solid #161C25;
}

.mobile-menu > li > a {
    padding: 6px 8px 6px 0;
    text-decoration: none;
    font-size: 25px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    color: #FFFFFF;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.mobile-menu > li:hover {
    border-bottom: 2px solid #C4161C;
}

.mobile-menu > li:hover > a {
    color: #C4161C;
}

.mobile-menu-footer {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.mobile-menu-footer-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.mobile-menu-footer-content > span {
    width: 44px;
    height: 44px;
}

.mobile-menu-footer-content > span > a {

    border-radius: 10px;
    width: 44px;
    height: 44px;
    background-color: #4E5053;
    display: flex;
    justify-content: center;
    align-items: center;

}

.index-menu-header {
    height: 43px;
    padding: 10px 2px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.index-menu-header button {
    background-color: unset;
    border: unset;
}

.index-menu-header img {
    width: 35px;
}