/*************************** COPYRIGHT ******************************
This website Developed by Unitech BD Software.
Corporate Office: Plot #87, BNS Center (4th floor), Suite No. 507/A,
Sector #07, Uttara Model Town, Dhaka-1230, Bangladesh.
Phone: +88 02 7911423.
Cell: +88 01782 656 388, +88 01977 773 283, +88 01977 773 290.
Email: info@unitechbdsoft.com | admin@unitechbdsoft.com
Website: www.unitechbdsoft.com
*********************************************************************/

/*  General Settings
--------------------------------------------------------------*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    color: #4f5559;
    background: #fff;
    box-sizing: border-box;
}

img {
    border: none;
}

.img {
    border: none;
    margin: 0 10px 5px 0;
    float: left;
}

.img3 {
    border: none;
    margin: 6px 10px 10px 0;
    float: left;
}

.main {
    margin: 0 auto;
    max-width: 1200px;
    display: block;
    padding: 0 15px;
}

.color-gray-dark-1 {
    color: #444444;
}

/*  Header
--------------------------------------------------------------*/
#header2 {
    float: left;
    width: 100%;
}

.header {
    float: left;
    width: 100%;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .04);
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
}

.header-box {
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px;
}

#header3 {
    float: left;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9)), url(../images/page_title.jpg) center center;
}

.logo_name p {
    font-size: 14px;
}

.logo a {
    text-decoration: none;
    float: left;
    display: flex;
    align-items: center;
}

.logo img {
    float: left;
    height: 65px;
    border-radius: 3px;
    margin-right: 10px;
}

.logo a h1 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu {
    float: right;
    display: inline-block;
    margin: 18px 0 0;
}

/* NAVIGATION */
.navbar2 {
    width: 100%;
}

.navbar-inner2 {
    height: 100%;
}

.nav2,
.nav2 ul,
.nav2 li,
.nav2 a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.nav2 {
    position: relative;
    z-index: 50;
}

.nav2 .fa-home {
    font-size: 21px;
    color: #333;
}

.nav2 li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
}

.nav2 li a {
    position: relative;
    padding: 10px 12px 32px;
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    transition: 0.3s;
}

.nav2 li:hover > a {
    color: #333;
    display: block;
}

/* SUB NAVIGATION */
.nav2 ul {
    position: absolute;
    z-index: 100;
    top: 68px;
    left: 0;
    border-top: none;
    padding: 7px 0 7px;
    overflow: hidden;
    border-radius: 3px;
    opacity: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 1.9), rgba(0, 0, 0, .7));
}

.nav2 li:hover ul {
    opacity: 0.9;
}

.nav2 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height 0.07s ease-in-out 0s;
    -moz-transition: height 0.07s ease-in-out 0s;
    -o-transition: height 0.07s ease-in-out 0s;
    -ms-transition: height 0.07s ease-in-out 0s;
    transition: height 0.07s ease-in-out 0s;
}

.nav2 li:hover > ul li {
    height: 40px;
    overflow: visible;
    padding: 0;
}

.nav2 ul li a {
    width: 210px;
    padding: 10px 0 10px 15px;
    margin: 0;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #333;
    color: #fff;
    text-transform: capitalize;
}

.nav2 ul li a:hover {
    color: #fff;
    background: none;
}

#slider {
    width: 100%;
    position: relative;
}

.mobile-menu {
    display: none;
}

/*  Slider
--------------------------------------------------------------*/
.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
    box-sizing: border-box;
}

.fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #8a8a8a;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: #575757;
}

.fnc-slider .m--navbg-dark {
    background-color: #575757;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #6d9b98;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #42605E;
}

.fnc-slider .m--navbg-green {
    background-color: #42605E;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #ea2329;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #990e13;
}

.fnc-slider .m--navbg-red {
    background-color: #990e13;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #59aecb;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #2D7791;
}

.fnc-slider .m--navbg-blue {
    background-color: #2D7791;
}

.fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
    z-index: 2 !important;
    transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
    z-index: 1;
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center top;
    transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
    transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-right: -90px;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);*/
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}

.m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}

.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 16.5vh;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 40%;
    top: 40%;
}

.fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 55px;
    color: #fff;
    word-spacing: 10px;
    line-height: 65px;
}

.fnc-slide__heading-line:nth-child(2) {
    padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
}

.fnc-slide__heading-line span {
    display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
}

.fnc-slide__action-btn {
    position: relative;
    margin-left: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.fnc-slide__action-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    line-height: 30px;
    color: #fff;
}

.fnc-slide__action-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}

.fnc-slide__action-btn span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #1F2833;
    opacity: 0;
    transform-origin: 50% 0;
    transform: translateY(100%) rotateX(-90deg);
    transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
    transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
    opacity: 1;
    transition: opacity 0.15s;
}

.fnc-nav {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
    z-index: 2 !important;
    transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
    z-index: 1;
    transition: transform 1s 0.6666666667s;
    transform: translateX(0);
}

.fnc-nav__controls {
    font-size: 0;
}

.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 70px;
    font-size: 13px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.5s;
    padding: 10px;
}

.fnc-nav__control.m--active-control {
    background: #1F2833;
}

.fnc-nav__control-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
    transform: translateX(100%);
    transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
.demo-cont {
    overflow: hidden;
    position: relative;
    height: 100vh;
    perspective: 1500px;
    width: 100%;
}

.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;
    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}

.credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
    box-sizing: border-box;
}

.demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

.demo-cont__credits-close:before {
    transform: rotate(45deg);
}

.demo-cont__credits-close:after {
    transform: rotate(-45deg);
}

.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}

.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}

.example-slider {
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
}

.credits-active .example-slider {
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-1.jpg");
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-2.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-3.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    /*background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("");*/
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
}

.colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
}

.colorful-switch:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 190px;
    height: 87.1428571429px;
    border-radius: 37.1428571429px;
    background: #314239;
    transition: background-color 0.3s;
}

.colorful-switch:hover:before {
    background: #4C735F;
}

.colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
}

.colorful-switch__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
    transition: transform 0.5s;
    transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
    transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-left: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
    position: absolute;
    left: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transform-origin: 100% 50%;
    transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
}

.colorful-switch__on__inner:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
    right: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
}

.colorful-switch__off {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-left: -20.5714285714px;
    margin-top: -20.5714285714px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before,
.colorful-switch__off:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before,
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-delay: 0s;
}

.colorful-switch__off:before {
    transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
    transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-timing-function: ease;
    transform: rotate(-45deg) scaleX(0) translateZ(0);
}

/*  About Us
--------------------------------------------------------------*/
#about-us {
    padding: 80px 0 120px;
}

.about-us-top-box {
    display: flex;
    color: #444;
}

.heading-secondary {
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 600;
}

.about-us-top-left h2 {
    position: relative;
}

.about-us-top-left h2::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    left: -100px;
    background: #000;
    top: 20px;
    overflow: hidden;
}

.about-us-top-left {
    flex: 0 0 40%;
    font-size: 16px;
    line-height: 1.6;
    margin-right: 15px;
}

.about-us-top-left a {
    text-decoration: none;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 8px 15px;
    border: none;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}

.about-us-top-right {
    flex: 0 0 60%;
}

.about-us-top-right-img {
    position: relative;
    height: 450px;
    width: 50%;
}

.about-us-top-right-text-box {
    font-size: 30px;
    z-index: 200;
    position: absolute;
    top: 28%;
    left: 45%;
    font-weight: 300;
}

.about-us-top-right-text-box span {
    display: block;
    color: #ddd;
    text-align: left;
}

.about-us-top-right-text-box span:not(:last-child) {
    margin-bottom: 15px;
}

.about-message {
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.about-us-bottom-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about-us-bottom-left {
    flex: 0 0 50%;
    display: flex;
    justify-content: end;
    margin-top: -100px;
}

.about-us-bottom-left-img {
    height: 450px;
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-us-bottom-right {
    flex: 0 0 50%;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.about-us-bottom-right i {
    color: #333;
}

/*  Design Studio
--------------------------------------------------------------*/
#design-studio {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.design-studio {
    display: flex;
}

.design-studio-img {
    background-image: url(../images/design-studio-1.jpg);
    background-size: cover;
    background-position: center;
    flex: 0 0 45%;
    height: 500px;
}

.design-studio-text-box h2 {
    position: relative;
}

.design-studio-text-box h2::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    right: -100px;
    background: #000;
    top: 20px;
    overflow: hidden;
}

.design-studio-text-box {
    flex: 0 0 47%;
}

.design-studio-text-box h2 {
    text-align: right;
}

.design-studio-quote {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
    padding: 0 60px;
    text-transform: capitalize;
}

/* Section Products
--------------------------------------------------------------*/
.section-products {
    padding: 80px 0;
    background-color: #fafafa;
    float: left;
    width: 100%;
}

.product-card__row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 30px;
}

.product-card__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    transition: all .4s ease-out;
}

.product-card__item a {
    display: block;
    position: relative;
    height: 220px;
    border-radius: 3px;
    border: 1px solid #ececec;
    background-color: #fff;
}

.product-card__item img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.product-card__item:hover img {
    filter: brightness(0.7);
}

.product-card__item {
    transition: all .4s ease-out;
}

.product-card__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    transform: translateY(-10px);
}

.product-card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card__item:hover .product-card__icon {
    opacity: 1;
}

.product-card__icon img {
    height: 45px;
}

/* Products Filtering
--------------------------------------------------------------*/
.product-filters {
    padding: 0;
    margin-bottom: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-btn {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 8px 18px;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 3px;
    font-size: 14px;
}

.filter-btn:hover {
    background-color: #1b1b1b;
    color: #fff;
}

.filter-btn.active {
    background-color: #EB322F;
    color: #fff;
}

/* Section BGS Ltd Products
--------------------------------------------------------------*/
.section-bgs-ltd-products {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.bgs-ltd-products__wrapper {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.bgs-ltd__product a {
    text-decoration: none;
    display: block;
    height: 400px;
}

.bgs-ltd__product a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}

/* Default span styling */
.bgs-ltd__product a span {
    display: block;
    padding: 15px 10px;
    background-color: #1b1b1b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* When hovering over the <a> (which includes the image), change the span color */
.bgs-ltd__product a:hover span {
    background-color: #D91D1D;
}

/*  Services
--------------------------------------------------------------*/
#services {
    float: left;
    width: 100%;
    padding: 60px 0 100px;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.services-text-box {
    flex: 0 0 43%;
    justify-content: flex-end;
    padding-right: 45px;
}

.services-text-box h2 {
    position: relative;
}

.services-text-box h2::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    left: -100px;
    background: #000;
    top: 20px;
    overflow: hidden;
}

.services-text-box h3 {
    font-size: 23px;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}

.services-text-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 300;
}

.key-factor-num {
    margin-right: 20px;
    font-family: "Cormorant SC", serif;
    font-size: 32px;
    font-weight: 700;
    color: #868e96;
}

.services-text-box ul li {
    display: flex;
    align-items: flex-start;
    color: #495057;
    line-height: 29px;
}

.services-text-box ul li:not(:last-child) {
    margin-bottom: 18px;
}

.services-img-box {
    flex: 0 0 50%;
    background-image: url(../images/services-img-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

/*  Our Vision
--------------------------------------------------------------*/
#our-vision {
    padding: 120px 0;
}

.our-vision {
    display: flex;
}

.our-vision-img-box {
    flex: 0 0 50%;
    background-image: url(../images/our-vision-img-1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.our-vision-img-box-overlay {
    position: absolute;
    left: 0;
    top: -100px;
    height: 90%;
    width: 90%;
    background: rgb(76 76 76 / 89%);
    padding: 50px;
}

.our-vision-img-box-overlay h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 30px;
}

.our-vision-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-vision-partners-item {
    flex: 0 0 27%;
    margin-bottom: 30px;
}

.our-vision-partners img {
    width: 100%;
}

.our-vision-text-box {
    flex: 0 0 42%;
    padding-left: 50px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.our-vision-text-box h2 {
    position: relative;
    margin-bottom: 70px;
    text-align: right;
}

.our-vision-text-box h2::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    right: -100px;
    background: #000;
    top: 20px;
    overflow: hidden;
}

.our-vision-text-box h3 {
    margin-bottom: 15px;
    text-align: left;
}

.our-vision-text-box p {
    text-align: left;
}

.heading-tertiary {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.our-vision-text-box img {
    height: 340px;
    margin-top: 20px;
}

/*  What We Do
--------------------------------------------------------------*/
#what-we-do {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../images/sourcing.jpg) center center fixed;
    border-radius: 5px;
}

.what-we-do {
    float: left;
    width: 100%;
}

.what-we-box {
    border-bottom: 3px #d11820 solid;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
}

.what-we-do h2 {
    font-size: 35px;
    color: #ffff;
    text-align: center;
    margin: 20px 0 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.what-we-box img {
    width: 100%;
    height: 280px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.what-we-box h5 {
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.service_head {
    float: left;
    padding: 80px 0 0;
    color: #eee;
}

.each-items img {
    width: 100%;
    display: block;
    height: 160px;
    border: 1px #ddd solid;
    margin: 0 0 20px;
    padding: 5px;
}

.each-items {
    position: relative;
}

.each-items:hover .each-items-when-hover {
    transform: scale(1);
}

.each-items-when-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.7);
    text-align: center;
    transform: scale(0);
    transition: 0.4s;
}

.each-items-when-hover i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    padding: 100px 0 100px;
    float: left;
    color: #222;
    line-height: 26px;
}

.who {
    text-align: left;
    padding: 30px 0;
    float: left;
}

.container h3 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 23px;
    color: #222;
}

.container h5 {
    padding: 10px 0 15px 0;
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    text-align: left;
}

.container h5 i {
    padding-right: 3px;
}

.img2 {
    float: right;
    padding: 0 0 10px 10px;
}

/*  Page Title
--------------------------------------------------------------*/
#page_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    height: 100vh;
    text-align: center;
    color: #fff;
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)),
    url(../images/about-hero.jpg) center;
}

.page_title {
    width: 100%;
    float: left;
    color: #eee;
    font-size: 14px;
}

.page_title i {
    margin-right: 8px;
    float: left;
}

.page_title h1 {
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
}

/*.page_title p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 4px 20px;
    float: left;
}*/

.container input {
    margin-bottom: 10px;
}

.container textarea {
    margin-bottom: 10px;
}

.contact_form {
    color: #333333;
}

.contact_table {
    float: left;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
}

.contact_table i {
    color: #333333;
    width: 30px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px #ccc solid;
    margin-right: 5px;
    margin-bottom: 5px;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list li {
    list-style: none;
    margin-bottom: 5px;
}

.list i {
    color: #555;
    margin-right: 3px;
}

.list2 {
    padding: 0;
    margin: 0 0 20px 20px;
    list-style: none;
}

.list2 li {
    list-style: none;
    margin-bottom: 4px;
    text-align: left;
}

.list2 i {
    color: #555;
    margin-right: 3px;
}

.index_img {
    float: right;
    width: 80%;
}

#container {
    float: left;
    width: 100%;
    padding: 120px 0;
    background: url(../images/gplaypattern.png);
}

.container {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    padding: 20px 0 50px;
    float: left;
    color: #222;
    line-height: 26px;
}

.container h2 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 23px;
    color: #222;
    font-weight: 600;
}

.container h5 {
    padding: 10px 0 15px 0;
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    text-align: left;
}

.container h5 i {
    padding-right: 3px;
}

.company-profile-table {
    width: 100%;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
    color: #000;
    font-size: 17px;
}

.company-profile-table td {
    padding: 10px 20px;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
}

/*  Management
--------------------------------------------------------------*/
#management {
    float: left;
    width: 100%;
    padding: 100px 0;
}

/*  Footer
--------------------------------------------------------------*/
#footer {
    width: 100%;
    overflow: hidden;
    /*background: url(../images/footer.jpg) center center;
    background-size: cover;*/
    background-color: #1b1b1b;
}

#footer-top {
    width: 100%;
    overflow: hidden;
}

.footer_main {
    margin: 0 auto;
    max-width: 1200px;
    color: #bbb;
}

.footer_main h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    color: #eee;
    font-weight: 600;
}

.footer {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 50px 0 30px;
}

.footer i {
    color: #bbb;
    margin-right: 3px;
}

.footer input {
    margin-bottom: 5px;
}

.top .top-right {
    text-align: right;
}

.footer a {
    font-weight: normal;
    color: #bbb;
    text-decoration: none;
    margin: 0 2px;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_list {
    margin: 0;
    padding: 0;
}

.footer_list li {
    list-style: none;
    padding: 0;
    margin-bottom: 7px;
}

.footer_social {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #bbb;
    margin: 28px 0 0;
}

.footer_social i {
    float: left;
    text-align: center;
    width: 30px;
    height: 28px;
    border-radius: 2px;
    margin-right: 6px;
    line-height: 28px;
}

.copyright {
    font-size: 13px;
    float: left;
    text-align: center;
    width: 100%;
    background: #141212;
    padding: 10px 15px;
}

.copyright a {
    color: #ccc;
    text-decoration: none;
}

.footer_address {
    line-height: 24px;
}

.footer-left {
    height: 180px;
    border-right: 1px #333 solid;
}

.footer-center {
    padding-left: 20px;
    height: 180px;
    border-right: 1px #333 solid;
}

.footer-center ul {
    float: left;
    margin-right: 80px;
}

.footer-right i {
    float: left;
    color: #bbb;
    margin: 3px 7px 10px 0;
}

.footer-bottom {
    margin-top: 30px;
    width: 100%;
    border-top: 1px #333 solid;
    padding: 30px 0 0 0;
    text-align: center;
}

.footer-bottom {
    display: inline-flex;
    justify-content: space-between;
}

#wrapper {
    margin: 0;
    padding: 70px 0 100px;
    width: 100%;
    float: left;
}

.about-us h2 {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.about-us h4 {
    letter-spacing: 7px;
    font-family: "Poppins", sans-serif;
}

.about-us-img {
    float: left;
    width: 100%;
}

.about-us-img img {
    float: left;
    width: 100%;
    height: 270px;
}

.main_body {
    margin: 0 auto;
    max-width: 1170px;
    display: block;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.8);
}

.main_body h3 {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 0;
    color: #157700;
    font-weight: 600;
}

#who-we-are {
    float: left;
    width: 100%;
    padding: 0 0 50px;
}

.clients-list {
    color: #111;
    line-height: 24px;
}

.clients-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clients-list li {
    margin: 8px 0;
    padding: 10px;
    list-style: none;
    font-size: 16px;
    border: 1px #ddd solid;
    background: #eeefef;
    width: 100%;
    text-align: left;
}

.clients-list i {
    text-align: left;
    margin-right: 8px;
}

.contact-area {
    width: 100%;
    height: 220px;
    text-align: center;
    margin-bottom: 20px;
    padding: 40px 20px;
    border-radius: 3px;
    background: #db2727;
    color: #fff;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
}

.contact-icon {
    padding: 0 0 20px 0;
}

.contact-icon i {
    font-size: 2.5em;
    border: 1px #fff solid;
    width: 70px;
    height: 70px;
    line-height: 69px;
    border-radius: 50%;
}

.contact-area p {
    font-size: 18px;
}

.contact-area:hover {
}

.contact-area:hover .contact-icon i {
}

.contact-form {
    width: 100%;
}

.contact-form input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    height: 45px;
}

.contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    height: 200px;
}

.contact-form .btn {
    width: 100px;
    border-radius: 2px;
    padding: 11px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.profile_table {
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
}

.profile_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

/*  Commitment
--------------------------------------------------------------*/
#commitment {
    float: left;
    width: 100%;
    background: url(../images/commitment.jpg) center fixed;
    background-size: cover;
}

.commitment-left {
    width: 40%;
    float: left;
    background: rgb(237, 59, 101);
    background: linear-gradient(18deg,
    rgba(237, 59, 101, 0.6699054621848739) 0%,
    rgba(221, 17, 26, 0.8799894957983193) 100%);
    padding: 100px 80px 130px 100px;
    color: #fff;
    height: 100%;
}

.commitment-left h2 {
    font-size: 55px;
    padding-bottom: 20px;
}

.commitment-right {
    width: 60%;
    float: right;
    padding: 80px 30px 0;
}

.essence-box {
    width: 100%;
    float: left;
    padding: 40px 10px;
    min-height: 200px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 55px 5px 55px 5px;
    text-align: center;
    margin-bottom: 25px;
}

.essence-box img {
    margin-bottom: 15px;
    height: 45px;
}

.essence-box h4 {
    font-size: 19px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
}

/*  Bangladesh
--------------------------------------------------------------*/
#BANGLADESH {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url(../images/BANGLADESH.jpg) center center fixed;
}

#BANGLADESH h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #444;
    padding-bottom: 40px;
}

/*  Section Home Products
--------------------------------------------------------------*/
.section-home-products {
    padding: 80px 0 100px;
    float: left;
    width: 100%;
}

.section-home-products h2 {
    margin-bottom: 15px;
    text-align: center;
}

.home-page-products p {
    width: 70%;
    font-size: 15px;
    color: #333;
    margin: 0 auto;
    text-align: center;
}

.about-title {
    font-size: 7.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    white-space: nowrap;
    font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
    background: linear-gradient(
            to bottom,
            rgb(8 42 123 / 35%) 30%,
            rgb(255 255 255 / 0%) 76%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.carousel-container {
    width: 100%;
    max-width: 1200px;
    height: 450px;
    position: relative;
    perspective: 1000px;
    margin-top: 80px;
}

.carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
    position: absolute;
    width: 280px;
    height: 380px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.center {
    z-index: 10;
    transform: scale(1.1) translateZ(0);
}

.card.center img {
    filter: none;
}

.card.left-2 {
    z-index: 1;
    transform: translateX(-400px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
}

.card.left-2 img {
    filter: grayscale(100%);
}

.card.left-1 {
    z-index: 5;
    transform: translateX(-200px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.card.left-1 img {
    filter: grayscale(100%);
}

.card.right-1 {
    z-index: 5;
    transform: translateX(200px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.card.right-1 img {
    filter: grayscale(100%);
}

.card.right-2 {
    z-index: 1;
    transform: translateX(400px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
}

.card.right-2 img {
    filter: grayscale(100%);
}

.card.hidden {
    opacity: 0;
    pointer-events: none;
}

.member-info {
    text-align: center;
    transition: all 0.5s ease-out;
}

.member-name {
    color: rgb(8, 42, 123);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.member-name::before,
.member-name::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100px;
    height: 2px;
    background: rgb(8, 42, 123);
}

.member-name::before {
    left: -120px;
}

.member-name::after {
    right: -120px;
}

.member-role {
    color: #848696;
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 0;
    margin-top: -15px;
    position: relative;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(8, 42, 123, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #EC3230;
    transform: scale(1.2);
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(236, 50, 48, 0.7);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    border: none;
    outline: none;
    padding-bottom: 4px;
}

.nav-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
    left: 20px;
    /*padding-right: 3px;*/
}

.nav-arrow.right {
    right: 20px;
    /*padding-left: 3px;*/
}

@media (max-width: 768px) {
    .about-title {
        font-size: 4.5rem;
    }

    .card {
        width: 200px;
        height: 280px;
    }

    .card.left-2 {
        transform: translateX(-250px) scale(0.8) translateZ(-300px);
    }

    .card.left-1 {
        transform: translateX(-120px) scale(0.9) translateZ(-100px);
    }

    .card.right-1 {
        transform: translateX(120px) scale(0.9) translateZ(-100px);
    }

    .card.right-2 {
        transform: translateX(250px) scale(0.8) translateZ(-300px);
    }

    .member-name {
        font-size: 2rem;
    }

    .member-role {
        font-size: 1.2rem;
    }

    .member-name::before,
    .member-name::after {
        width: 50px;
    }

    .member-name::before {
        left: -70px;
    }

    .member-name::after {
        right: -70px;
    }
}

.home-product__catgeory {
    list-style: none;
    margin-top: 40px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-product__catgeory li {
    display: inline-block;
}

.home-product__catgeory li:not(:last-child) {
    margin-right: 20px;
}

.home-product__catgeory li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    padding: 6px 20px;
    border-radius: 3px;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.home-product__catgeory li a:hover {
    background-color: #d11820;
    color: #fff;
}

/* Section Certification List
--------------------------------------------------------------*/
.section-certification-list {
    padding: 60px 0 40px;
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

.section-certification-list h2 {
    font-size: 35px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.certification-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-content: center;
    align-items: center;
}

.certification-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.certification-list img {
    width: 125px;
    display: block;
}

.certification-list__btn {
    text-align: center;
}

.certification-list__btn a {
    font-size: 24px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 1024px) {
    .certification-list {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .certification-list {
        grid-template-columns: repeat(3, 1fr); /* 3 images per row */
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .certification-list {
        grid-template-columns: repeat(2, 1fr); /* 2 images per row for small screens */
        gap: 20px;
    }
}

/*  Environmental Sustainability
--------------------------------------------------------------*/
#sustainability {
    float: left;
    width: 100%;
    background: linear-gradient(rgba(27, 26, 26, 0.5), rgba(51, 51, 51, 0.3)),
    url(../images/environmental-sustainability.jpg) center bottom fixed;
    padding: 270px 0 200px;
    text-align: center;
    color: #fff;
}

.sustainability {
    float: left;
    width: 100%;
}

.sustainability-banner-text {
    float: left;
    width: 100%;
    padding: 30px 170px;
    font-size: 23px;
}

.sustainability-banner-text h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.sustainability-banner-text p {
    line-height: 36px;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}

#sustainability-bio {
    float: left;
    width: 100%;
    padding: 40px;
    color: #5e5b5b;
    font-size: 16px;
    line-height: 28px;
    background-color: #f7f7f7;
}

.sustainability-bio h2 {
    font-size: 30px;
    color: rgb(34, 33, 33);
    font-weight: 600;
    margin-bottom: 20px;
}

.sustainability-border {
    float: left;
    width: 70px;
    border: 2px rgb(209, 47, 47) solid;
}

#sustainability-img {
    float: left;
    padding: 260px 0;
    width: 100%;
    background: url(../images/bg.png) center fixed;
}

#sustainability-care {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
}

.sustainability-care {
    float: left;
    width: 100%;
}

.sustainability-care-left {
    float: left;
    width: 50%;
    padding: 110px 0;
}

.sustainability-care-left h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 60px;
}

.sustainability-care-right {
    float: left;
    width: 50%;
    padding: 110px 50px;
    line-height: 34px;
    background: #eb1e1e;
    font-size: 22px;
    color: #fff;
}

#apparel_experience {
    float: left;
    width: 100%;
    padding: 0 0 40px;
}

.apparel_experience {
    float: left;
    width: 100%;
}

.apparel_experience h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
}

.apparel_list {
    margin-top: 25px;
}

.apparel_list ul {
    float: left;
    margin: 0;
    padding: 0;
}

.apparel_list ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 15px;
}

.apparel_list ul li i {
    margin-right: 10px;
}

/*  Employee Welfare
--------------------------------------------------------------*/
#employee-welfare {
    float: left;
    width: 100%;
    background: linear-gradient(rgba(27, 26, 26, 0.5), rgba(51, 51, 51, 0.3)),
    url(../images/environmental-sustainability.jpg) center bottom fixed;
    padding: 270px 0 200px;
    text-align: center;
    color: #fff;
}

.employee-welfare {
    float: left;
    width: 100%;
}

.employee-welfare-banner-text {
    float: left;
    width: 100%;
    padding: 30px 170px;
    font-size: 23px;
}

.employee-welfare-banner-text h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.employee-welfare-banner-text p {
    line-height: 36px;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}

#welfare-care {
    float: left;
    width: 100%;
    background: rgb(240, 237, 237);
}

.welfare-care {
    float: left;
    width: 100%;
}

.welfare-care-left {
    float: left;
    width: 50%;
    padding: 110px 0;
}

.welfare-care-left h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 60px;
}

.welfare-care-right {
    float: left;
    width: 50%;
    padding: 110px 50px;
    line-height: 34px;
    background: #eb1e1e;
    font-size: 22px;
    color: #fff;
}

#people-principles {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
}

.people-principles {
    float: left;
    width: 100%;
}

.people-principles h2 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.principles-border {
    float: left;
    width: 90px;
    border: 2px rgb(209, 47, 47) solid;
}

.priciples-content {
    float: left;
    font-size: 16px;
    color: rgb(126, 122, 122);
    line-height: 28px;
}

.priciples-content button {
    background: #d91d1d;
    color: #fff;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.priciples-content button:hover {
    color: #fff;
}

/*  CSR
--------------------------------------------------------------*/
#csr {
    float: left;
    width: 100%;
    background: linear-gradient(rgba(27, 26, 26, 0.5), rgba(51, 51, 51, 0.3)), url(../images/csr.png) center right fixed;
    padding: 220px 0 180px;
    text-align: center;
    color: #fff;
}

.csr {
    float: left;
    width: 100%;
}

#csr-organization {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 60px 0;
}

.csr-organization {
    float: left;
    width: 100%;
}

.csr-organization-img {
    float: left;
    width: 50%;
    padding: 290px 0 200px;
    background: url(../images/about-hero.jpg) no-repeat center;
}

.csr-organization-content {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 28px;
}

.csr-organization-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    line-height: 44px;
    margin-bottom: 20px;
}

.csr-border {
    float: left;
    width: 90px;
    border: 2px rgb(209, 47, 47) solid;
}

#csr-bottom-img {
    float: left;
    padding: 260px 0;
    width: 100%;
    background: url(../images/background-images/corporate-social-responsibility-2.jpg) center fixed;
}

.csr-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #333;
}

.csr-list li:not(:last-child) {
    margin-bottom: 10px;
}

.csr-list img {
    height: 25px;
    margin-right: 10px;
}

/* Company Preview
--------------------------------------------------------------*/
#company-preview {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.company-preview {
    float: left;
    width: 100%;
}

.company-preview h2 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

/* Section Page Header
--------------------------------------------------------------*/
.section-page-header {
    height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-top: 90px;
    background-size: cover;
}

.page-header__wrapper {
    font-size: 18px;
}

.page-header__wrapper h2 {
    font-size: 36px;
    line-height: 1.4;
}

.page-header__content {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #f7f7f7;
    font-weight: 300;
    line-height: 1.6;
}

.page-header__content h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/*  About Hero
--------------------------------------------------------------*/
.about-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0 100px;
    height: 60vh;
    text-align: center;
    color: #fff;
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url(../images/page_title.jpg) center;
}

.about-hero h3 {
    font-size: 55px;
}

.about-hero p {
    padding: 15px 150px;
    font-size: 24px;
}

/* About Hero Bottom
--------------------------------------------------------------*/
#about-hero-bottom {
    display: flex;
    width: 100%;
    background: #eb3349;
    background: -webkit-linear-gradient(to right, #f45c43, #eb3349);
    background: linear-gradient(to right, #f45c43, #eb3349);
    padding: 50px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

#about-details {
    display: flex;
}

.about-details-left {
    width: 50%;
    padding: 40px 40px 40px 100px;
}

.about-details-left h3 {
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 20px;
}

.about-details-left p {
    font-size: 16px;
}

.about-details-right {
    width: 50%;
    background: url(../images/about-left.jpg);
    background-size: cover;
    padding: 70px 0 0 70px;
    color: #555;
}

.about-details-right-box {
    width: 250px;
    float: left;
    border-bottom: 3px #d11820 solid;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 10px 50px 0;
}

.about-details-right-box h2 {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 10px;
}

.about-details-right-box img {
    width: 100%;
    height: 280px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.about-details-right-box h5 {
    text-align: center;
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
}

#our-promise {
    float: left;
    width: 100%;
    padding-top: 200px;
    background-size: cover;
    background: url(../images/slider/slider-3.jpg) no-repeat fixed;
}

.our-promise {
    float: right;
    width: 70%;
    padding: 60px;
    background: rgb(237, 59, 101);
    background: linear-gradient(18deg,
    rgba(206, 50, 87, 0.67) 0%,
    rgba(221, 17, 26, 0.8799894957983193) 100%);
    color: #fff;
}

.our-promise h3 {
    font-size: 41px;
    padding-bottom: 20px;
}

.our-promise ul {
    float: left;
    margin: 0;
    padding: 0;
}

.our-promise ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 15px;
}

.our-promise ul li i {
    margin-right: 10px;
}

/* Section Buyer List
--------------------------------------------------------------*/
.section-buyer-list {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.section-buyer-list h2 {
    text-align: center;
    text-transform: uppercase;
}

.clients__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
    grid-column-gap: 40px;
}

.buyer-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    margin: 0;
    align-items: center;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}

.buyer-img-box img {
    max-width: 120px; /* Adjust image size */
    height: auto;
    object-fit: cover;
    display: inline-block;
}

.client__bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}

@media (max-width: 768px) {
    .section-buyer-list .clients__wrapper {
        grid-template-columns: 1fr; /* Stack vertically */
    }
}

/* Section BGS Concern Buyer List
--------------------------------------------------------------*/
.section-bgs-concern-buyer-list {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.section-bgs-concern-buyer-list h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #333;
}

.bgs-concern__clients-wrapper {
    margin-top: 60px;
}

.concern-buyer-list {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 40px 25px;
}

.concern-buyer-img-box {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.concern-buyer-img-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.concern-buyer-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .concern-buyer-list {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 480px) {
    .concern-buyer-list {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 20px;
    }

    .concern-buyer-img-box {
        width: 120px;
        height: 120px;
    }
}

/*  Quality
--------------------------------------------------------------*/
.section-quality {
    padding: 100px 0;
    width: 100%;
    float: left;
    background: linear-gradient(rgba(247, 247, 247, 0.9), rgba(247, 247, 247, 0.9)), url(../images/men-with-cotton-bg.png);
}

.quality__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quality__img-box {
    flex: 0 0 40%;
    height: 450px;
}

.quality__img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    background: #f2ce674f;
}

.quality__text-box {
    flex: 0 0 52%;
}

/*  Page Header BG
--------------------------------------------------------------*/
.about-hero-bg {
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)),
    url(../images/about-hero-img.webp) center;
    background-size: cover;
}

.sustainability-bg {
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url(../images/environmental-sustainability.jpg) center;
    background-size: cover;
}

.csr-bg {
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)),
    url(../images/csr.png) center;
    background-size: cover;
}

.about-details-left span {
    color: #d11820;
}

.about-details-left p {
    line-height: 35px;
}

.about-details-left h4 {
    font-weight: bold;
    line-height: 40px;
}

.managment-bg {
    background-image: url(../images/management-bg-4.jpg);
    background-size: cover;
}

/* Section Career
--------------------------------------------------------------*/
.section-career {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.career__text-box:not(:last-child) {
    margin-bottom: 40px;
}

.career__text-box {
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #333;
}

.career__text-box a {
    position: relative;
    text-decoration: none;
    color: #0077b5;
}

.career__text-box a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #0073e6;
    transition: width 0.3s ease;
}

.career__text-box a:hover::after {
    width: 100%;
}

.career__text-box h2 {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.career__text-box h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px; /* Adjust width as needed */
    height: 3px;
    background-color: #EC3330; /* Adjust color as needed */
}


/*  About Counter
--------------------------------------------------------------*/
#about-counter {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url(../images/home_print_pattern1.png);
}

.about-counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-box {
    width: 30%;
    text-align: center;
    border-right: 1px #bbb solid;
}

.counter-box h2 {
    text-align: left;
    font-size: 30px;
    color: #d11820;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.counter-box h3 {
    font-weight: bold;
    font-size: 30px;
    color: #212b36;
}

.counter-box p {
    margin: 0;
    padding: 0;
}

.different-counter {
    border: none;
}

/*--------------------------------------------------------------
>>> Section Contact
---------------------------------------------------------------*/
.section-contact {
    padding: 100px 0;
}

.contact-info__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.location {
    flex: 0 0 40%;
    color: #333333;
}

.contact-info__wrapper h2 {
    font-size: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.contact__box {
    margin-bottom: 25px;
}

.contact__box h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.contact-info__differentiator {
    display: grid;
    grid-template-columns: min-content 1fr;
    align-items: center;
}

.contact__icon-box ion-icon {
    font-size: 22px;
    color: #333;
    margin-right: 10px;
    margin-top: 8px;
    border-left: 2px solid #ddd;
    padding-left: 10px;
    align-self: stretch;
}

.email-address {
    display: flex;
    align-items: center;
}

.contact__text-box {
    font-size: 15px;
}

.contact__box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.contact__box ul li:not(:last-child) {
    margin-right: 20px;
}

.contact__box ul li a {
    color: #333;
    text-decoration: none;
    font-size: 25px;
}

.map {
    flex: 0 0 47%;
}

/* Section Coming Soon
--------------------------------------------------------------*/
.section-comming-soon {
    float: left;
    width: 100%;
}

.comming-soon__wrapper {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.comming-soon__wrapper h2 {
    font-size: 36px;
    color: #696868;
    text-transform: uppercase;
}