/*
  Theme Name: Zumon Hossain
  Author: zumonhossain.com
  Support: zumonhossain@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Google Fonts
2. Theme Default
3. Section Heading
4. Header
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
*/

/*
==========================================
    Google Fonts
==========================================
*/
/* font-family: 'Rubik', sans-serif;  */
/* @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap"); */

/*
==========================================
    Theme Default Css
==========================================
*/
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Bebas Neue";
    /* font-family: "Rubik", sans-serif; */
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-family: Playfair Display SC;
}

:root {
    --primary_color: #464646;
    --themeColor: #0c7f40;
    --white: #eee;
    --black: #000;
    --text: #686a6f;
    --hoverColor: #ef484e;
    --bg_color: #f4f4f4;
    --font-family_primary: "Bebas Neue";
    --font-family_secondary: "Rubik", sans-serif;
}

img {
    max-width: 100%;
}

p {
    color: var(--text);
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}
ol {
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*::-moz-placeholder {
    color: var(--text);
    opacity: 1;
    font-size: 18px;
}

*::-webkit-input-placeholder {
    color: var(--text);
    opacity: 1;
    font-size: 18px;
}

*:-ms-input-placeholder {
    color: var(--text);
    opacity: 1;
    font-size: 18px;
}

*::-ms-input-placeholder {
    color: var(--text);
    opacity: 1;
    font-size: 18px;
}

*::placeholder {
    color: var(--text);
    opacity: 1;
    font-size: 18px;
}

*::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.section_padding {
    padding: 100px 0px;
}

.section_padding_top {
    padding-top: 100px;
}

.section_padding_bottom {
    padding-bottom: 100px;
}

.section_top_space {
    padding-top: 40px;
}
.section_bg {
    background-color: #2f506c08;
}
.modal-backdrop.show {
    opacity: 0.9;
}
/*
==============================================================
    Section Heading Css
==============================================================
*/
.section_heading h5 {
    font-size: 14px;
    color: var(--themeColor);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.section_subheading p {
    font-family: Playfair Display;
    font-size: 21px;
}
.section_heading h2 {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    color: var(--black);
    letter-spacing: 4px;
    word-spacing: 8px;
    text-transform: uppercase;
    font-family: Playfair Display SC;
}
.hospital_floor_details_title h2 {
    font-size: 24px;
    background-color: var(--themeColor);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--white);
}
.hospital_floor_details_title {
    margin-bottom: 40px;
}
.about_page_image img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/*
==============================================================
    Header Area Css
==============================================================
*/
.offcanvas_modal .modal-content {
    background-color: transparent !important;
    border: none !important;
}
.offcanvas_modal_close {
    text-align: center;
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #fff;
    font-size: 22px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 10px;
}

/*--------------------*/


  .header_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 999;
    background-color: #ffffff9c;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
    z-index: 9999 !important;
  }
 
  .header_area.is-sticky {
    position: fixed;      
    animation: slideDown 0.35s ease-out;
    background-color: #fff;
  }  
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  /*––––––––––––––––––––––––– */




.logo_nav_area .logo {
    max-width: 160px;
    max-height: 60px;
    overflow: hidden;
    text-align: left;
}
.logo_nav_area .logo img {
    max-width: 100%;
    max-height: 100%;
}
/* .header_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 999;
    background-color: #ffffff9c;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
    z-index: 99999 !important;
} */

.logo_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}
.logo_nav_area .nav ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.logo_nav_area .nav ul li {
    list-style-type: none;
}
.logo_nav_area .nav ul li a {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    line-height: 58px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
    font-family: "ff-din-web-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.logo_nav_area .nav ul li a:hover {
    color: var(--black);
}


.mobail_device_bars_icon i {
    color: var(--black);
    font-size: 24px;
}

/*live po tracking tag css*/

.Live_PO_Tracking_tag {
    background-color: red;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%, 0% 10%);
    font-family: "ff-din-web-pro", sans-serif;
}

.Live_PO_Tracking_tag a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

/*
==============================================================
    Slider Area Css
==============================================================
*/

.banner_area_image_item {
    position: relative;
}
.banner_area_image_item::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.35);
    z-index: 2;
}
.banner_area_image_item {
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
}
.banner_area_image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.carousel_caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 50%;
    bottom: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
    text-align: center;
    z-index: 3;
}
.carousel_caption h5 {
    color: var(--white);
    font-size: 100px;
    letter-spacing: 5px;
    line-height: 105px;
    padding-top: 45px;
    font-family: "Bebas Neue";
    font-weight: 400;
    position: relative;
}
.carousel_caption p {
    font-size: 38px;
    line-height: 21px;
    color: var(--white);
    letter-spacing: 3px;
    margin-top: 25px;
    font-family: "Bebas Neue";
}

.carousel_caption .top_bar {
    width: 90px;
    height: 5px;
    background: var(--white);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
}
.carousel-dark .carousel_indicators li {
    background-color: transparent !important;
    border: 1px solid var(--white);
    width: 6px;
    height: 6px;
    border-radius: 3px;
}
.carousel_indicators li.active {
    background-color: var(--white) !important;
}
.carousel_indicators {
    bottom: 180px;
    padding: 0;
    margin-bottom: 0px;
}

/*
==============================================================
    About Area Css
==============================================================
*/
.bottom_about_us_image {
    float: right;
}

.top_about_us_title h1 {
    color: #040404;
    font-weight: 700;
    font-family: Playfair Display SC;
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 4px;
    position: relative;
    margin-bottom: 20px;
}
.top_about_us_title h1::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    left: -100px;
    background: #000;
    top: 29px;
    overflow: hidden;
}

.top_about_us_description p {
    font-size: 21px;
    font-family: Playfair Display;
}

.top_about_us_image_content {
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 11;
}
.top_about_us_image_content .about_top_p {
    color: #d9d9d9;
    font-size: 1.6rem;
    font-family: "Playfair Display";
    margin-left: 30px;
    letter-spacing: 2px;
}
.top_about_us_image_content .about_middle_h1 {
    font-size: 5rem;
    font-family: "Playfair Display";
    color: #d9d9d9;
    font-weight: 700;
    letter-spacing: 12px;
}
.top_about_us_image_content .about_bottom_p {
    margin-top: 30px;
    margin-left: 60px;
    font-family: "Playfair Display";
    color: #d9d9d9;
    font-size: 1.6rem;
    letter-spacing: 2px;
}
.about_us_quotation .fa-quote-left {
    display: inline-block;
    margin-right: 10px;
}
.about_us_quotation p {
    font-size: 2.6rem;
    text-align: center;
    font-weight: normal;
    font-family: Playfair Display SC;
    color: #000;
    line-height: 1.3;
    padding: 5px 0px;
}
.about_us_quotation i {
    font-size: 2.5rem;
}

.top_about_us_read_more_btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.top_about_us_read_more_btn .read_more_btn {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-family: Helvetica;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1rem;
    border-radius: 8px;
}
.top_about_us_image {
    width: 100%;
    position: relative;
}
.top_about_us_image img {
    max-width: 100%;
    height: auto;
}
.bottom_about_us_image img {
    max-width: 100%;
    height: auto;
}
.about_us_quotation {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 50px;
}

.bottom_about_us .row {
    display: flex;
    align-items: end;
}
.top_about_us {
    margin-bottom: -180px;
}

/* about us read more page css */
.about_us_more_area p {
    font-size: 19px;
}

.about_us_read_more_image {
    margin: 30px 0px;
}
.about_us_read_more_image img {
    max-width: 100%;
    height: auto;
}

/*
==============================================================
    Service Area Css
==============================================================
*/
.service_box_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.service_box {
    background-color: var(--bg_color);
    padding: 20px 10px 20px 20px;
}
.service_box_icon i {
    font-size: 35px;
    color: var(--themeColor);
}
.service_box_title h5 {
    font-size: 24px;
    margin: 15px 0px;
    font-weight: 700;
}
.service_box_list {
    margin-left: 10px;
}
.service_box_list ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}
.service_box_list ul li span {
    font-size: 20px;
    padding-left: 6px;
    width: calc(100% - 15px);
}
.service_box_list ul li svg {
    color: var(--themeColor);
    width: 15px;
    height: 15px; 
}

/*
==============================================================
    Service Area Css
==============================================================
*/
.in_house_facilities_box_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.in_house_facilities_box {
    background-color: var(--bg_color);
    padding: 20px 10px 20px 20px;
}
.in_house_facility_icon i {
    font-size: 35px;
    font-weight: 700;
    color: var(--themeColor);
}
.in_house_facility_title h5 {
    font-size: 24px;
    margin: 15px 0px;
    font-weight: 700;
}
.in_house_facility_list {
    margin-left: 10px;
}
.in_house_facility_list ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.in_house_facility_list ul li svg {
    color: var(--themeColor);
    width: 15px;
    height: 15px;
}
.in_house_facility_list ul li span {
    font-size: 20px;
    width: calc(100% - 15px);
    padding-left: 6px;
}
/*
==============================================================
    Suppliers Area Css
==============================================================
*/
.supplier_table tr {
    display: flex;
    align-items: baseline;
}
.suppliers_table_container {
    margin-top: 20px;
}
.supplier_table {
    width: 100%;
    border-collapse: collapse;
    display: flex;
    justify-content: center;
}
.supplier_table .label {
    text-align: left;
    padding-right: 20px;
    font-weight: bold;
    white-space: nowrap;
    width: 110px;
}
.supplier_table .value {
    text-align: left;
    font-weight: bold;
    width: calc(100% - 110px);
}
.supplier_table td {
    padding: 2px 0;
    text-transform: capitalize;
    font-family: "Bebas Neue";
    letter-spacing: 2px;
    font-size: 18px;
}
.supplier_active img {
    width: 100% !important;
}
.supplier_active .swiper-button-prev:after {
    font-size: 20px !important;
    color: #000;
}
.supplier_active .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    background-color: transparent;
}
.supplier_active .swiper-button-next:after {
    font-size: 20px !important;
    color: #000;
}
.supplier_active .swiper-button-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    background-color: transparent;
}
.supplier_active .swiper-button-prev {
    left: 0 !important;
}
.supplier_active .swiper-button-next {
    right: 0px !important;
}
.supplier_active .swiper-button-prev,
.supplier_active .swiper-button-next {
    transition: 0.3s;
}
.supplier_active:hover .swiper-button-prev:hover,
.supplier_active:hover .swiper-button-next:hover {
    background-color: var(--hover);
    color: var(--white);
}
.supplier_active .product_card {
    margin: 1px;
}

/*
==============================================================
   Buyer Area Css
==============================================================
*/
.buyer_brand_area .swiper-wrapper {
    display: flex;
    justify-content: center;
}
.buyer_brand_area .swiper-slide {
    display: flex;
    justify-content: center;
}
.buyer_section_heading h2 {
    text-transform: uppercase;
    font-size: 24px;
}
.buyer_brand_area {
    background-color: var(--bg_color);
    padding: 40px 0px;
    margin-top: 100px;
}

.buyer_brand_item {
    width: 100px !important;
}
.our_buyer_part_active .buyer_brand_item img {
    width: 100% !important;
    height: auto;
}
.our_buyer_part_active {
    margin-top: 30px;
}
.section_width {
    /* max-width: 1100px; */
}

/*
==============================================================
    Products Category Area Css
==============================================================
*/
.product_category_contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
}
.product_category_image {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    text-align: center;
}
.product_category_image img {
    max-width: 100%;
    max-height: 100%;
}
.product_category_name h5 {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
}

/*
==============================================================
    Gallery Area Css
==============================================================
*/

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-toolbar .fancybox-button--play,
.fancybox-button--zoom,
.fancybox-button--thumbs,
.fancybox-button--zoom {
    display: none !important;
}
.img_gallery_magnific {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.magnific_img {
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    overflow: hidden !important;
}
.magnific_img img {
    width: 100% !important;
    height: 100% !important;
    transition: 0.3s;
}
.magnific_img img:hover {
    transform: scale(1.2);
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
    /* opacity: 0 !important; */
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/*
==============================================================
    Management Area Css
==============================================================
*/
.management_area .row {
    display: flex;
    align-items: center;
}
.management_left_part_image {
    text-align: center;
    margin-bottom: 30px;
}
.management_left_part_image img {
    width: 210px;
    max-width: 100%;
    max-height: 250px;
}
.management_left_part_employee_name_and_post h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.management_left_part_employee_name_and_post h5 {
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}
.management_left_part_description p {
    font-size: 20px;
    text-align: justify;
    margin-top: 30px;
}
.management_left_part_read_more_btn {
    text-align: center;
    margin-top: 20px;
}
.management_left_part_read_more_btn a {
    display: inline-block;
    background-color: var(--black);
    color: var(--white);
    padding: 6px 16px;
    font-family: Helvetica;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 8px;
}
.management_right_part {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    align-items: center; */
}
.management_right_part_img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.management_right_part_img img {
    width: 100%;
    height: 100%;
}
.management_img_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    gap: 5px;
    padding: 0px 0px 10px 10px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.management_img_overlay_name h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
}
.management_img_overlay_post h5 {
    color: var(--white);
    font-size: 14px;
    font-weight: normal;
}
.management_img_overlay_company h5 {
    color: var(--white);
    font-size: 14px;
    font-weight: normal;
}
.management_right_part_img:hover .management_img_overlay {
    visibility: visible;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: pointer;
}
.management_area .swiper-button-next,
.swiper-button-prev {
    color: var(--themeColor) !important;
}

.management_area .section_heading h2 {
    position: relative;
    padding-left: 110px;
}
.management_area .section_heading h2::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/*
==============================================================
    certification Area Css
==============================================================
*/
.certification_area .row {
    display: flex;
    align-items: center;
}
.certification_left_part {
    width: 100%;
    aspect-ratio: 1/0.8;
    padding-right: 30px;
    position: relative;
}
.certification_left_part_image {
    width: 100%;
    aspect-ratio: 1/0.8;
}
.certification_left_part_image img {
    width: 100%;
    height: 100%;
}
.certification_left_part_overlay {
    position: absolute;
    left: 0;
    top: -100px;
    width: 85%;
    height: 100%;
    background-color: rgb(76 76 76 / 89%);
}
.certification_left_part_overlay_title h4 {
    padding: 100px 20px 100px 50px;
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1.5px;
}
.certification_left_part_overlay_logo_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-left: 50px;
}

.certification_left_part_overlay_logo_item img {
    max-width: 100%;
    max-height: 100%;
}

.certification_right_part_image {
    text-align: center;
}
.certification_right_part_image img {
    max-width: 350px;
    width: 100%;
    height: auto;
}
.certification_right_part_title h3 {
    font-size: 20px;
    font-family: Playfair Display SC;
    font-weight: bold;
    margin-bottom: 5px;
}

.certification_right_part_description p {
    font-size: 20px;
    color: #555;
}
.certification_right_part_vision {
    margin-bottom: 20px;
}

/*
==============================================================
   Common Product Card Area Css
==============================================================
*/

.product_area {
    background-color: var(--bg_color);
    padding: 40px 0px;
    margin-top: 100px;
    position: relative;
}
.product_parts {
    display: flex;
    align-items: start;
    gap: 30px;
}
.product_left_part {
    width: 400px;
}
.left_part_product_image {
    width: 100%;
    max-height: 620px;
    overflow: hidden;
    text-align: center;
}
.left_part_product_image img {
    max-width: 100%;
    max-height: 100%;
}
.product_right_part {
    width: calc(100% - 400px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px;
    cursor: pointer;
}
.right_part_product_sub_category {
    overflow: hidden;
}
.right_part_product_sub_category_image {
    text-align: center;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #dff0ea;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    padding: 10px 10px 5px;
}
.right_part_product_sub_category_image img {
    width: 100%;
    height: 100%;
}
.left_part_product_name h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right_part_product_sub_category_name h5 {
    font-size: 14px;
    text-align: center;
    padding: 5px 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #dff0ea;
    border-radius: 0px 0px 5px 5px;
}
.product_area .section_heading {
    position: relative;
}
.product_area .section_heading h2 {
    text-align: left;
    padding-left: 115px;
    margin-bottom: 25px;
    position: absolute;
    top: 4px;
}
.product_area .section_heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: var(--black);
}

.swiper.product_active {
    padding: 70px 0px 0px 0px;
}
.product_active .swiper-button-next:after,
.product_active .swiper-button-prev:after {
    font-size: 20px !important;
    color: #000;
}
.product_active .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: 22px;
    left: 90%;
}
.product_active .swiper-button-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: 22px;
    right: 0px;
}

.product_active .swiper-button-prev,
.product_active .swiper-button-next {
    transition: 0.3s;
}
.product_active:hover .swiper-button-prev:hover,
.product_active:hover .swiper-button-next:hover {
    background-color: var(--hover);
    color: var(--white);
}

/* ------ subcategory_product css ---- */

.product_subcategory_img {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--bg_color);
    overflow: hidden;
    text-align: center;
    padding: 10px;
}
.product_subcategory_img img {
    max-width: 100%;
    max-height: 100%;
}
.product_subcategory_name h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ------ sub sub category_product css---- */
.common_product_img {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--bg_color);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.common_product_img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(var(--zoom, 1)) !important;
    -ms-transform: scale(var(--zoom, 1)) !important;
    transform: scale(var(--zoom, 1)) !important;
    -webkit-transform-origin: var(--x) var(--y) !important;
    -ms-transform-origin: var(--x) var(--y) !important;
    transform-origin: var(--x) var(--y) !important;
    -webkit-transition: -webkit-transform 0.3s ease !important;
    transition: -webkit-transform 0.3s ease !important;
    -o-transition: transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in;
}
.common_product_img:hover {
    --zoom: 1.8;
}

.common_product_name h5 {
    font-size: 16px;
    text-align: center;
    color: var(--black);
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
==============================================================
    Sustainability page Css
==============================================================
*/

.sustainability_banner_area {
    width: 100%;
    height: 35vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative; 
}
.sustainability_banner_title {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sustainability_banner_title h3 {
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
.sustainability_main_content_title h3 {
    color: #555;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    line-height: 24px;
    font-size: 28px;
}
.sustainability_main_content_description p {
    text-align: justify;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #888;
    line-height: 25.2px;
    letter-spacing: 0;
    font-weight: 400;
}
.sustainability_main_content_image {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.sustainability_main_content_image img {
    max-width: 100%;
    height: auto;
}
.sustainability_main_area .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sustainability_advertisement_img img {
    max-width: 100%;
    height: auto;
}

/*
==============================================================
    Whatsapp icon add Css
==============================================================
*/
.fixed_footer_whatsapp_icon {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 99;
    -webkit-transition: 0.5s -webkit-animation ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: 0.5s;
}

@-webkit-keyframes ripple-red {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.3), 0 0 0 1px rgba(0, 128, 0, 0.3),
            0 0 0 1px rgba(0, 128, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1px rgba(0, 128, 0, 0.3),
            0 0 0 1px rgba(0, 128, 0, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0);
    }
}

.whatsapp_close svg {
    position: absolute;
    top: -14px;
    right: -5px;
    color: var(--black);
    cursor: pointer;
}
.fixed_footer_whatsapp_icon .whatsapp_icon {
    color: var(--white);
    font-size: 25px;
}

/*
==============================================================
    Contact Area Css
==============================================================
*/
.contact_us_area .container .row {
    max-width: 1100px;
    margin: 0 auto;
}
.contact_us_bg_img_area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40vh;
    position: relative;
}
.contact_us_bg_img_area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.contact_us_title h2 {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    z-index: 222;
}
.address_title h4 {
    font-size: 18px;
    line-height: 18px;
    color: #555;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    margin-bottom: 30px;
}
.address_list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}
.address_list ul li svg {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    padding: 6px;
}

.address_list ul li span {
    color: #666;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}
.email_title h4 {
    font-size: 18px;
    line-height: 18px;
    color: #555;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    margin-bottom: 30px;
}
.contact_us_form .contact_us_item {
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
}
.contact_us_form .contact_us_item span {
    width: 50px;
    height: 50px;
    background-color: var(--themeColor);
    border-radius: 50% 0px 0px 50%;
    text-align: center;
    align-content: center;
}
.contact_us_form .contact_us_item .contact_name,
.contact_email {
    all: unset;
    width: calc(100% - 50px);
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    border-radius: 0px 25px 25px 0px;
    padding-left: 15px;
}
.contact_us_form .contact_us_item .contact_textarea {
    width: 100%;
    padding: 15px 0 0 25px;
    color: #000;
    border-radius: 30px;
    box-shadow: none;
    height: 110px;
}
.contact_us_form .contact_us_item .contact_name::placeholder,
.contact_email::placeholder,
.contact_textarea::placeholder {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.contact_us_form .contact_us_item .contact_submit_btn {
    all: unset;
    width: 100%;
    background-color: var(--themeColor);
    color: var(--white);
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    cursor: pointer !important;
}

/*
==============================================================
    Md-Message Area Css
==============================================================
*/
.md_title_social_media_image .md_message_title h1 {
    color: #000;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: "Playfair Display SC";
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}
.md_title_social_media_image .md_message_title h1::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    left: -100px;
    background: #000;
    top: 29px;
    overflow: hidden;
}
.md_social_media_and_image .md_social_media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
}
.md_social_media_and_image .md_social_media::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background: #000;
    bottom: 100%;
    left: 10px;
}
.md_social_media_and_image .md_social_media a {
    color: #000;
    font-size: 25px;
}
.md_social_media_and_image .md_image img {
    /* width: 320px;
    height: 500px; */
    aspect-ratio: 1/1;
}
.md_social_media_and_image {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 100px;
    margin-top: 20px;
}
.md_name_designation_institute .md_name {
    position: relative;
}
.md_name_designation_institute .md_name::before {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 65%;
    height: 5px;
    background: #d9d9d9;
    content: "";
}
.md_name_designation_institute .md_name h1 {
    font-family: "Playfair Display SC";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 3px;
}
.md_name_designation_institute .md_designation h4 {
    font-size: 35px;
    letter-spacing: 2px;
    color: #464646;
    line-height: 1.5;
    margin: 0;
    font-family: "Playfair Display";
    margin-top: 30px;
}
.md_name_designation_institute .md_institute h5 {
    font-size: 21px;
    letter-spacing: 1px;
    color: #464646;
    font-family: "Playfair Display";
}
.md_name_designation_institute {
    padding-left: 50px;
}
.md_title_social_media_image {
    position: relative;
    padding-top: 130px;
}
.md_title_social_media_image::before {
    content: "";
    width: 1000px;
    height: 100%;
    background-color: #fff1ec;
    position: absolute;
    top: 0;
    right: 74%;
    z-index: -1;
}
.message_main_body {
    padding-top: 60px;
    padding-bottom: 50px;
}
.message_main_body p {
    font-family: "Playfair Display";
    text-align: justify;
    line-height: 1.67;
    font-size: 18px;
}
.md_message_body_img {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.md_message_body_img::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.md_message_body_img h3 {
    width: 70%;   
    color: #fff;
    z-index: 1;
    font-family: Constantia;
    font-size: 2.5rem;
    text-align: center;
}

/*
==============================================================
    Footer Area Css
==============================================================
*/
.footer_area {
    background-color: var(--primary_color);
    margin-top: 100px;
}
.footer_top {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #464646;
}
.footer_title h5 {
    margin-bottom: 10px;
    font-family: open sans,Helvetica,Arial,sans-serif;
    line-height: 22px;
    font-size: 14px;
    color: #e9e9e9;
    font-weight: 600;
    text-transform: uppercase;
}
.footer_address_list_title h4 {
    color: #2f506c;
    font-size: 18px;
}
.footer_address_list ul {
    margin: 0;
    padding: 0;
}
.footer_address_content_title {
    margin-top: 5px;
}
.footer_address_content_title h5 {
    font-size: 14px;
    color: var(--black);
}
.footer_address_content_description_unlink {
    color: var(--text);
}
.footer_address_content_description_link {
    color: var(--text);
    transition: 0.6s;
}
.footer_address_content_description_link:hover {
    color: var(--hoverColor);
}
.footer_contact_form {
    margin-top: 20px;
}
.footer_form_item {
    margin-bottom: 10px;
}
.footer_form_item input,
.footer_form_item textarea {
    width: 100%;
    border: 1px solid #dddddd;
    background: transparent;
    outline: none;
    padding: 10px 15px;
    border-radius: 3px;
    color: var(--black);
}
.footer_form_btn_link {
    border: none;
    background-color: var(--themeColor);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    transition: 0.6s;
    font-size: 18px;
}
.footer_form_btn_link:hover {
    color: var(--hoverColor);
}

.footer_social_media {
    display: flex;
    align-items: center;
    height: 100%;
}
.footer_social_media ul {
    margin: 0;
    padding: 0;
}
.footer_social_media ul li {
    display: inline-block;
    list-style: none;
}
.footer_social_media ul li .footer_social_media_link {
    display: block;
    background-color: #252525;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.3s;
}
.footer_social_media ul li .footer_social_media_link:hover {
    color: var(--themeColor);
}
.footer_copyright p {
    color: #fff;
    font-size: .9rem;
}
.footer_bottom {
    background-color: #3e3e41;
}
.footer_copyright {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: right;
    padding: 15px 0px;
}
.copyright_link {
    color: var(--themeColor);
}
.copyright_link:hover {
    color: var(--hoverColor);
}
.footer_logo {
    max-width: 180px;
    max-height: 100px;
    overflow: hidden;
}
.footer_logo img {
    max-width: 100%;
    max-height: 100%;
}
.footer_extra_menus {
    margin-left: 30px;
}
.footer_extra_menus ul {
    list-style: square;
    color: #b9b9b9;
    font-size: 17px;
}
.footer_extra_menus ul li {
    margin-bottom: 3px;
    list-style-type: square;
}
.footer_extra_menus ul li a {
    font-family: open sans,Helvetica,Arial,sans-serif;
    line-height: 22px;
    display: block;
    color: #fff;
    font-size: .9rem; 
}
.footer_address_list ul li {
    list-style-type: none;
    font-family: open sans,Helvetica,Arial,sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #d7d7d7;
}
.footer_address_list ul li:last-child {
    margin-bottom: 0px;
}
.footer_address_list ul li:first-child {
    margin-top: -5px;
}

.develop_by_mit_text {
    display: none;
}

/*
==============================================================
    Responsive Area Css
==============================================================
*/

@media screen and (max-width: 1400px) {
    .top_about_us {
        margin-bottom: -100px;
    }
    .service_box {
        background-color: var(--bg_color);
        padding: 20px 10px 20px 20px;
    }
    .navigation_class .close {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        cursor: pointer !important;
    }
    .navigation_class .arrow.prev.slick-arrow {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
    }
    .navigation_class .arrow.next.slick-arrow {
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    .navigation_class_two .arrow.prev.slick-arrow {
        position: absolute !important;
        bottom: 55px !important;
        left: 0 !important;
    }
    .navigation_class_two .arrow.next.slick-arrow {
        position: absolute !important;
        bottom: 55px !important;
        right: 0 !important;
    }

    #services .content .banner #navigation {
        cursor: pointer;
        float: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .carousel_caption h5 {
        font-size: 60px;
        padding-top: 15px;
    }
    .carousel_caption p {
        font-size: 30px;
        letter-spacing: 1px;
        margin-top: 0px;
    }
    .carousel_indicators {
        bottom: 100px;
    }
    #services .content .banner #navigation div {
        height: 30px;
        margin-bottom: 0px;
        width: 30px;
        border-radius: 100%;
        text-align: center;
    }
    #process .content .banner #navigation3 div {
        height: 30px;
        margin-bottom: 0px;
        width: 30px;
        border-radius: 100%;
        text-align: center;
        position: absolute;
        bottom: 80px;
    }
    .arrow.pPrev.slick-arrow {
        position: absolute !important;
        bottom: 80px !important;
        left: 0 !important;
    }
    #process .content .banner #navigation3 .close {
        position: absolute;
        top: 0;
        right: 0;
    }
    .logo_nav_area .nav ul li a {
        font-size: 13px;
    }
    .logo_nav_area .nav ul {
        display: flex;
        gap: 14px;
    }
    .top_about_us_title h1::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        left: -60px;
        background: #000;
        top: 29px;
        overflow: hidden;
    }
    .product_left_part {
        width: 300px;
    }
    .product_right_part {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 1200px) {
    .in_house_facilities_box_container {      
        grid-template-columns: repeat(2, 1fr);        
    }
    .md_name_designation_institute .md_name h1 {
        font-weight: 600;
        font-size: 2rem;
        letter-spacing: 2px;
    }
    .md_name_designation_institute .md_designation h4 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .md_name_designation_institute .md_institute h5 {
        font-size: 18px;
    }
    .md_title_social_media_image .md_message_title h1 {
        font-size: 2rem;
    }
    .top_about_us {
        margin-bottom: -70px;
    }
    .certification_left_part_overlay_logo_items {
        margin-left: 20px;
    }
    .service_box {
        background-color: var(--bg_color);
        padding: 20px 10px 20px 20px;
    }
    .product_active .swiper-button-prev {
        position: absolute;
        top: 22px;
        left: 87%;
    }
    .certification_left_part_overlay_title h4 {
        padding: 100px 10px 50px 20px;
        font-size: 18px;
        font-weight: 600;
    }
    #process .content .banner #navigation3 div {
        bottom: 120px;
        right: 0;
    }
    .arrow.pPrev.slick-arrow {
        bottom: 120px !important;
    }
    .navigation_class .arrow.next.slick-arrow {
        bottom: 30px !important;
    }
    .navigation_class .arrow.prev.slick-arrow {
        bottom: 30px !important;
    }
    #services .content .banner {
        padding: 40px 0px;
    }
    .navigation_class_two .arrow.prev.slick-arrow {
        bottom: 150px !important;
    }
    .navigation_class_two .arrow.next.slick-arrow {
        bottom: 150px !important;
    }
    .logo_nav_area {
        display: flex;
        justify-content: space-between;
    }
    .logo_nav_area .nav ul {
        display: flex;
        gap: 10px;
    }
    .specialties_list ul li {
        font-size: 14px;
    }
    .logo_nav_area .nav ul li a {
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 10px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 992px) {
    .service_box_container {  
        grid-template-columns: repeat(2, 1fr);   
    }
    .md_name_designation_institute {
        padding-left: 0px;
        margin-top: 50px;
    }

    .buyer_section_heading h2 {
        text-transform: uppercase;
        font-size: 20px;
    }
    .management_right_part {
        margin-top: 10px;
    }
    .top_about_us_title h1::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        left: -30px;
        background: #000;
        top: 29px;
        overflow: hidden;
    }
    .bottom_about_us .row {
        display: flex;
        align-items: center;
    }
    .about_us_quotation {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin: 0px;
    }
    .top_about_us {
        margin-bottom: 0px;
    }
    .top_about_us_image_content .about_middle_h1 {
        font-size: 3rem;
        letter-spacing: 5px;
    }
    .top_about_us_image_content .about_bottom_p {
        margin-top: 10px;
        margin: 0;
    }
    .top_about_us_image_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 11;
        text-align: center;
    }
    .top_about_us_image_content .about_top_p {
        margin: 0;
    }
    .sustainability_main_content_image {
        margin-top: 30px;
    }
    .certification_right_part_vision {
        margin-top: 25px;
    }

    .service_box {
        background-color: var(--bg_color);
        padding: 20px 10px 20px 20px;
    }
    .product_right_part {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 15px;
    }
    .product_active .swiper-button-prev {
        position: absolute;
        top: 22px;
        left: 85%;
    }
    .product_left_part {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
    .product_parts {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }
    .certification_area .section_heading {
        padding-bottom: 100px;
    }
    .certification_left_part {
        padding-right: 0px;
    }
    .mobile_device_modal_content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        height: 100vh !important;
    }
    .navigation_class .arrow.prev.slick-arrow {
        left: 50px !important;
    }
    .navigation_class .arrow.next.slick-arrow {
        right: 50px !important;
    }
    .navigation_class .close {
        right: 50px !important;
    }
    #counter {
        padding-left: 15px;
    }
    #services .content .banner #list ul {
        padding-left: 15px;
    }
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        background-color: #000;
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .menu ul {
        text-align: center;
        padding: 0;
    }
    .menu ul li {
        list-style-type: none;
        line-height: 40px;
    }
    .menu ul li a {
        color: var(--white);
        font-size: 28px;
        line-height: 40px;
        font-family: var(--font-family_primary);
    }
    .nav_modal_dialog {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .nav_close_btn {
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
        top: 0px;
        margin: 0 auto;
    }
    .nav_close_btn i {
        font-size: 28px;
        color: var(--white);
        border: 1px solid #fff;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        line-height: 43px;
    }
    .product_category_contents {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
    }

    .display_none_992_device {
        display: none !important;
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .menu ul {
        text-align: center;
        padding: 0;
    }
    .menu ul li {
        list-style-type: none;
        line-height: 40px;
    }
    .menu ul li a {
        color: var(--white);
        font-size: 28px;
        line-height: 40px;
        font-family: var(--font-family_primary);
    }
    .nav_modal_dialog {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .nav_close_btn {
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
        top: 60px;
        margin: 0 auto;
    }
    .nav_close_btn i {
        font-size: 28px;
        color: var(--white);
        border: 1px solid #fff;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        line-height: 43px;
    }

    .footer_social_media {
        justify-content: center;
        margin-top: 10px;
    }
    .footer_copyright {
        justify-content: center;
        text-align: center;
    }
    .about_content {
        margin-top: 30px;
    }
    .logo_nav_area .Live_PO_Tracking_tag {
        order: 3;
    }
    .logo_nav_area .nav {
        order: 1;
    }
    .logo_nav_area .logo {
        order: 2;
    }
    .logo_nav_area {
        height: 60px;
    }
    .Live_PO_Tracking_tag {
        width: 55px;
        height: 55px;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .message_main_body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .md_message_body_img h3 {
        font-size: 24px;      
    }
    .email_title h4 {
        margin-top: 30px;
    }
    .contact_us_title h2 {
        font-size: 24px;
    }
    .sustainability_main_content_title h3 {
        line-height: 15px;
        font-size: 18px;
    }
    .buyer_brand_area .swiper-wrapper {
        display: flex;
        justify-content: start;
    }
    .about_us_quotation i {
        font-size: 18px;
    }
    .about_us_read_more_title_and_description .about_us_read_more_title {
        font-size: 22px;
    }
    .top_about_us_title h1 {
        color: #040404;
        font-weight: 700;
        font-family: Playfair Display SC;
        text-transform: uppercase;
        font-size: 28px;
        letter-spacing: 4px;
        position: relative;
        margin-bottom: 5px;
        letter-spacing: 0;
        word-spacing: 2px;
        display: inline-block;
    }
    .top_about_us_title h1::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        left: 101%;
        background: #000;
        top: 16px;
        overflow: hidden;
    }
    .buyer_section_heading h2 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 22px;
    }
    .bottom_about_us_image {
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }
    .about_us_quotation {
        margin-top: 20px;
    }
    .certification_left_part_overlay {
        position: absolute;
        left: 0;
        top: -50px;
        width: 85%;
        height: 100%;
        background-color: rgb(76 76 76 / 89%);
    }

    .service_box {
        background-color: var(--bg_color);
        padding: 20px 10px 20px 20px;
    }

    .sustainability_main_content_description p {
        text-align: left;
    }
    .sustainability_banner_title h3 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
    }
    .product_active .swiper-button-prev {
        position: absolute;
        top: 22px;
        left: 80%;
    }
    .product_right_part {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px;
    }
    .banner_area {
        margin-top: 60px;
    }

    .about_title {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    #process .content .banner #list3 ul li h2 {
        font-size: 18px;
        line-height: 22px;
    }
    #process .content .banner #list3 ul {
        padding-left: 15px;
    }
    #counter3 {
        padding-left: 15px;
    }
    #process .content .banner #navigation3 .close {
        top: -11px;
        right: 30px;
    }
    #process .content .banner #navigation3 .arrow {
        display: none !important;
    }
    .navigation_class .close {
        position: absolute !important;
        top: -30px !important;
        right: 20px !important;
    }
    .slider-secton .imageslider .slider i.fa.fa-arrow-left.slick-arrow {
        display: none !important;
    }
    .slider-secton .imageslider .slider i.fa.fa-arrow-right.slick-arrow {
        display: none !important;
    }
    .supplier_active .swiper-button-prev {
        display: none;
    }
    .supplier_active .swiper-button-next {
        display: none;
    }
    .certification_slider_part .swiper-button-prev {
        display: none;
    }
    .certification_slider_part .swiper-button-next {
        display: none;
    }
    .service_main_title {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    #services .content .tiles .tile h2 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    #services .content .tiles .tile {
        height: 100px;
    }
    #services .content .tiles .tile div {
        padding-bottom: 5px;
        padding-left: 10px;
    }
    #services {
        min-height: 290px;
    }

    .service_main_title {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    #process .content .tiles .tile h2 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    #process .content .tiles .tile {
        height: 100px;
    }
    #process .content .tiles .tile div {
        padding-bottom: 5px;
        padding-left: 10px;
    }
    #process {
        min-height: 235px;
    }
    .minheight900 {
        min-height: 714px !important;
    }
    .house_main_title {
        padding-top: 75px;
        padding-bottom: 15px;
    }
    #services .content .banner #list ul li h2 {
        display: block;
        color: #eaeaea;
        font-size: 18px;
        font-weight: normal;
        line-height: 25px;
        text-transform: uppercase;
        font-family: "ff-din-web-condensed", sans-serif;
        font-style: normal;
        font-weight: 400;
    }
    #services .content .banner #counter div,
    #services .content .banner #counter .flexslider ul li {
        font-size: 35px;
        height: 55px;
        line-height: 40px;
        padding-right: 1px;
        width: 24px;
    }
    #services .content .banner #list ul li .unorderlist li {
        margin: 7px 0 3px 0;
        font-size: 14px;
        letter-spacing: 2px;
    }

    #process .content .banner #list3 ul li h2 {
        font-size: 18px;
        line-height: 28px;
    }
    #process .content .banner #counter3 div,
    #process .content .banner #counter3 .flexslider ul li {
        font-size: 35px;
        height: 55px;
        line-height: 40px;
        padding-right: 1px;
        width: 24px;
    }
    #process .content .banner #list3 ul li {
        margin: 8px 0 3px 0;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 200;
    }

    .img_gallery_magnific {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }

    .suppliers_table_container {
        margin-top: 10px;
    }
    .banner_area_image_item {
        max-width: 100%;
        max-height: 50vh;
        overflow: hidden;
    }
    .banner_area_image {
        width: 100%;
        height: 100%;
    }

    .carousel_caption h5 {
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 20px;
    }
    .carousel_caption p {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .carousel_indicators {
        bottom: 20px;
    }

    .product_category_contents {
        gap: 20px;
    }

    .section_heading h2 {
        font-size: 28px;
        text-align: center;
        font-weight: 700;
        color: var(--black);
        letter-spacing: 0px;
        word-spacing: 2px;
        text-transform: uppercase;
        font-family: Playfair Display SC;
    }
    .section_top_space {
        padding-top: 20px;
    }
    .section_padding_bottom {
        padding-bottom: 60px;
    }
    .section_padding_top {
        padding-top: 60px;
    }
    .section_padding {
        padding: 60px 0px;
    }
    .about_title h2 {
        font-size: 18px;
        padding-right: 0px;
    }

    .buyer_brand_area .section_heading h2 {
        font-size: 18px !important;
    }
    .buyer_brand_area {
        padding: 25px 0px 15px;
        margin-top: 60px;
    }
    /* .management_right_part {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 0px;
        grid-column-gap: 5px;
    } */
    .product_category_name h5 {
        text-align: center;
        margin-top: 5px;
        font-size: 11px;
        text-transform: lowercase;
    }
    .footer_area {
        background-color: #1a1a1a;
        margin-top: 60px;
    }

    .about_nav_pills .about_nav_link {
        font-size: 15px;
        padding: 8px 15px;
        font-weight: 400;
    }
    .about_tab_description {
        margin-top: 0px;
    }

    #services .content .banner {
        padding: 40px 0px;
        margin-top: 54px;
    }

    #process .content .banner {
        padding: 40px 0px;
        margin-top: 54px;
    }
    .product_subcategory_area {
        margin-top: 20px;
    }
    .product_part {
        margin-top: 20px;
    }
    .about_us_quotation p {
        font-size: 24px;
    }
}

@media screen and (max-width: 576px) {
    .service_box_container {  
        grid-template-columns: repeat(1, 1fr);   
    }
    .in_house_facilities_box_container {      
        grid-template-columns: repeat(1, 1fr);        
    }
    .md_social_media_and_image {
        gap: 10px;
    } 
    .md_title_social_media_image .md_message_title h1 {
        font-size: 24px;
        padding-left: 35px;
    }
    .md_title_social_media_image .md_message_title h1::before {
        display: none;
    }

    .md_name_designation_institute .md_name h1 {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0px;
    }
    .md_name_designation_institute .md_designation h4 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .md_name_designation_institute .md_institute h5 {
        font-size: 16px;
    }
    .md_title_social_media_image {
        padding-top: 90px;
    }
    .md_name_designation_institute {
        padding-left: 0px;
        margin-top: 30px;
    }
    .about_us_quotation {
        margin-top: 10px;
    }
    .certification_left_part_overlay_logo_items {
        margin-left: 10px;
    }
    .certification_area .section_heading {
        padding-bottom: 40px;
    }
    .certification_left_part_overlay {
        position: absolute;
        left: 0;
        top: -40px;
        width: 85%;
        height: 100%;
        background-color: rgb(76 76 76 / 89%);
    }
    .service_box {
        background-color: var(--bg_color);
        padding: 20px 10px 20px 20px;
    }
    .product_right_part {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 10px;
    }
    .product_area .section_heading h2 {
        padding-left: 55px;
    }
    .product_area .section_heading h2::after {
        content: "";
        width: 50px;
    }
    .product_active .swiper-button-prev {
        position: absolute;
        top: 22px;
        left: 70%;
    }
    .product_area .section_heading h2 {
        text-align: left;
        padding-left: 55px;
        margin-bottom: 25px;
        position: absolute;
        top: 13px;
    }

    .certification_left_part_overlay_title h4 {
        padding: 20px 10px 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .our_buyer_part_active {
        margin-top: 12px;
    }

    .supplier_table td {
        padding: 5px 0;
    }
    /* .management_right_part {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 0px;
        grid-column-gap: 5px;
    } */
    .management_left_part_employee_name_and_post h3 {
        font-size: 18px;
    }
    .management_left_part_employee_name_and_post h5 {
        font-size: 16px;
        margin-top: 5px;
    }
    .management_left_part_image {
        margin-bottom: 20px;
    }
    .management_left_part_description p {
        margin-top: 20px;
    }
    .develop_by_mit_text {
        display: block;
    }
    .management_area .section_heading h2 {
        padding-left: 55px;
    }
    .management_area .section_heading h2::after {
        width: 50px;
    }
}
