@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nosifer&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&amp;display=swap");
 * {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    box-sizing: border-box;
    font-family: poppins;
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
body {
    scroll-behavior: smooth;
}
header,
footer {} img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul li {
    display: inline-block;
}
li {
    list-style: none;
}
ul li a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: solid 0px;
    text-decoration: none;
}
.headerNavbar {
    position: relative;
}
input:focus,
button:focus,
textarea:focus,
a:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
}
p {
    padding: 0px;
    margin: 0px;
}
p:last-child {
    margin-bottom: 0px;
}
.container {
    max-width: 1220px !important;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
:root {
    --brandColor: #d40511;
    --white: #ffffff;
    --color: #ff4c30;
}
#LeftSidebar {
    transition: all 1s linear 0s;
}
.main-left-fixed-sidebar {
    width: 330px;
    height: 100vh;
    position: fixed;
    z-index: 999;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    overflow-x: unset;
    color: white;
    display: none;
    top: 0px;
    background-color: rgb(245, 208, 32);
    background-image: linear-gradient(rgb(245, 208, 32) 0%, rgb(245, 56, 3) 74%);
}
.sidebar-logo-close-icon {
    background: linear-gradient(90deg, rgb(255, 204, 0), rgb(255, 204, 0) 48%, rgb(255, 229, 127) 70%, rgb(255, 240, 178));
    text-align: center;
    border-bottom: 2px solid rgb(255, 230, 130);
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    font-weight: bold;
    font-family: Poppins;
    padding: 6px 0px;
}
.cross-icon i {
    background: red;
    border-radius: 50%;
    padding: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(202, 0, 0) 0px 0px 10px 0px;
    cursor: pointer;
    font-size: 16px;
}
.sidebar-logo-close-icon img {
    width: 180px;
}
.left-sidebar-footer {
    text-align: center;
    padding: 5px 10px;
    margin-top: 10px;
    border-top: 2px solid rgb(245, 178, 26);
    bottom: 0px;
    background: linear-gradient(90deg, rgb(245, 56, 3), rgb(245, 57, 3) 48%, rgb(245, 101, 11) 70%, rgb(255, 240, 178));
}
.left-sidebar-footer a {
    font-size: 12px;
    color: white;
}
.left-sidebar-footer a:hover {
    color: orange;
}
.HomepageBar {
    color: white;
    cursor: pointer;
    margin-right: 10px;
    font-size: 20px !important;
}
.main-left-fixed-sidebar::-webkit-scrollbar {
    width: 5px;
}
.main-left-fixed-sidebar::-webkit-scrollbar-track {
    background: rgb(241, 241, 241);
}
.main-left-fixed-sidebar::-webkit-scrollbar-thumb {
    background: orangered;
    border-radius: 5px;
}
.main-left-fixed-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgb(202, 55, 2);
}
.sidebar-profile-box {
    display: flex;
    column-gap: 15px;
    margin: 10px 20px;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35);
    padding-bottom: 13px;
}
.profile-pic {} .profile-pic img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    object-fit: cover;
}
.sidebar-profile-content {} .sidebar-profile-content h2 {
    font-size: 15px;
    margin: 0px 0px 2px;
}
.sidebar-profile-content p {
    margin: 0px;
    font-size: 12px;
}
.sidebar-profile-content a {
    text-decoration: none;
    color: orange;
}
.sidebar-middle-menus {} .sidebar-middle-menus ul {
    display: inline-grid;
    width: 100%;
    padding-top: 10px;
    margin-top: 20px;
}
.sidebar-middle-menus li {
    padding: 5px 30px;
}
.sidebar-middle-menus a {
    color: white;
    display: flex;
    gap: 13px;
    width: 100%;
    transition: all 0.9s linear 0s;
}
.sidebar-middle-menus a:hover {
    color: orange;
    letter-spacing: 1px;
}
.ClickTop {
    background-color: rgb(245, 208, 32);
    background-image: linear-gradient(315deg, rgb(245, 208, 32) 0%, rgb(245, 56, 3) 74%);
    color: white;
    position: fixed;
    bottom: 16px;
    right: 0px;
    width: 35px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ClickTop.active {
    bottom: 32px;
    opacity: 1;
}
.ClickTop i {
    font-size: 17px;
    z-index: 999;
    margin-top: -4px;
}
#MainMenu {
    z-index: 3;
}
.stickyMenu {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: rgb(73, 80, 87) 0px 0px 3px 0px;
    background: linear-gradient(90deg, rgb(255, 204, 0), rgb(255, 204, 0) 48%, rgb(255, 229, 127) 70%, rgb(255, 240, 178));
    padding-top: 10px !important;
}
header {
    background: linear-gradient(90deg, rgb(255, 204, 0), rgb(255, 204, 0) 48%, rgb(255, 229, 127) 70%, rgb(255, 240, 178));
    height: 100%;
    position: relative;
    padding: 20px 0px 0px;
}
.top-header-section {} .top-header-wrapper {} .top-header-item {} .top-header-item > a {} .top-header-item > a > img {
    width: 180px;
}
.top-header-item {} .top-header-item > ul {} .top-header-item > ul > li {} .top-header-item > ul > li > a {
    color: black;
    padding-left: 18px;
    font-size: 13px;
}
.main-header-section {
    padding-bottom: 10px;
    padding-top: 41px;
    transition: all 0.4s cubic-bezier(0.18, 0.85, 0.33, 1.04) 0s;
}
.main-menu-wrapper > ul {} .main-menu-wrapper > ul > li {} .main-menu-wrapper > ul > li > a {
    color: rgb(64, 60, 60);
    padding-right: 16px;
    font-size: 14px;
    font-weight: bold;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 4px;
    width: 12px;
    height: 12px;
    background: linear-gradient(rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    border: 3px solid rgb(229, 229, 229);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}
.swiper-pagination-bullet-active {
    background: rgb(212, 5, 17) !important;
}
.hero-slider-items {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.hero-slider-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-slider-contnet {
    position: absolute;
    top: 14%;
    left: 7%;
    background: rgba(255, 255, 255, 0.624);
    width: 39%;
    padding: 35px 30px;
}
.hero-slider-contnet > p {} .hero-slider-contnet > h2 {
    font-weight: bold;
    color: var(--brandColor);
    font-size: 2.6rem;
    font-family: "Fredoka One", cursive;
    line-height: 49px;
    margin-bottom: 26px;
}
.hero-button {
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 3px;
    color: white;
    background: var(--brandColor);
    transition: all 0.4s ease-in-out 0s;
}
.hero-button:hover {
    color: white;
}
.fa-exclamation-circle {
    color: var(--brandColor);
}
.boxs-section {
    background: rgb(202, 202, 202);
    padding: 30px 0px;
}
.box-wrapper {} .box-item {
    background: white;
    padding: 10px;
    color: black;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 3px;
}
.box-thumb {
    width: 66px;
    height: 66px;
}
.box-thumb img {
    width: 100%;
    height: 100%;
}
.box-content {} .box-content span {} .box-content span i {} .big-featured-wrapper {
   
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-upcomming-change {
    
    height: 360px;
    margin-bottom: 30px;
}
.big-featured-our-division {

    height: 360px;
}
.big-featured-content {
    position: absolute;
    top: 25%;
    text-align: center;
}
.big-featured-content h2 {
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 5px;
    color: white;
}
.big-featured-content p {
    font-size: 17px;
    font-weight: 100;
    color: white;
}
.three-column-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 50px 0px;
}
.three-column-item {} .three-column-item h2 {
    font-size: 20px;
    border-bottom: 1px solid rgb(209, 209, 209);
    padding-bottom: 10px;
    width: fit-content;
}
.three-column-item p {
    font-size: 13px;
    margin-top: 13px;
}
.big-featured-content button {
    outline: none;
    padding: 10px 50px;
    background: red;
    color: white;
    margin-top: 15px;
    font-weight: bold;
    border: 2px solid var(--brandColor);
    border-radius: 3px;
    transition: all 0.4s ease 0s;
}
.big-featured-content button:hover,
.hero-button:hover {
    letter-spacing: 0.7px;
}
.big-upcomming-contnet {
    top: unset;
}
.big-our-division-contnet {
    max-width: 69%;
}
.industry-sector-title {
    text-align: center;
    padding: 40px 0px;
}
.industry-sector-title h2 {
    margin-bottom: 10px;
}
.industry-sector-title p {
    padding: 0px 300px;
    font-size: 18px;
}
.industry-icon-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.industry-icon-item {
    width: 100%;
    text-align: center;
}
.industry-icon-item img {
    width: 100px;
    border-radius: 50%;
    background: rgba(128, 128, 128, 0.11);
    padding: 17px;
    transition: all 0.4s linear 0s;
}
.industry-icon-item img:hover {
    border: 1px solid var(--brandColor);
}
.industry-icon-item p {
    font-weight: bold;
    color: var(--brandColor);
}
.innovation-btn {
    border-radius: 3px;
    background: white !important;
    color: var(--brandColor) !important;
    border: 2px solid var(--brandColor) !important;
}
.more-about-title {
    text-align: center;
    margin-top: 30px;
}
.more-about-title h2 {
    padding-bottom: 6px;
    font-size: 23px;
}
.more-about-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 100%;
    gap: 30px;
    margin: 40px 0px;
}
.more-about-item {
    box-shadow: rgba(128, 128, 128, 0.27) 0px 0px 10px 0px;
    border-radius: 4px;
}
.more-thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.more-thumb img {
    width: 100%;
    height: 100%;
}
.more-about-content {
    padding: 23px;
}
.more-about-content h2 {
    font-size: 23px;
    padding: 12px 0px;
    color: var(--brandColor);
}
.more-about-content p {} .more-about-content button {
    border: none;
    outline: none;
    padding: 8px 30px;
    width: 100%;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
    background-color: rgb(245, 208, 32);
    background-image: linear-gradient(315deg, rgb(245, 208, 32) 0%, rgb(245, 56, 3) 74%);
}
.partner-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    width: 100%;
    gap: 5px;
    margin-bottom: 20px;
}
.partner-item {
    width: 90px;
    height: auto;
    padding: 20px 0px;
}
.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
    cursor: pointer;
}
.partner-item img:hover {
    opacity: 1;
}
footer {
    background: linear-gradient(90deg, rgb(255, 204, 0), rgb(255, 204, 0) 48%, rgb(255, 229, 127) 70%, rgb(255, 240, 178));
}
.main-footer-section {
    padding-top: 20px;
    border-top: 2px solid rgb(255, 255, 0);
}
.new-main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 13px;
}
.new-footer-box {} .new-footer-box h2 {
    font-size: 16px;
}
.new-footer-box ul {
    display: flex;
    flex-direction: column;
}
.new-footer-box li {} .new-footer-box a {
    color: black;
    font-size: 14px;
}
.new-footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(234, 239, 243, 0.45);
    padding: 13px 0px;
}
.right-social-item h2 {
    font-size: 15px;
    margin-bottom: 5px;
}
.right-social-item i {
    padding: 9px;
    background: linear-gradient(90deg, rgb(255, 204, 0), rgb(255, 204, 1) 48%, rgb(255, 204, 0) 70%, rgb(255, 193, 7));
    width: 33px;
    height: 33px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    box-shadow: rgb(142, 142, 2) 1px 3px 2px;
    transition: all 0.4s ease-in-out 0s;
}
.new-footer-bottom-box h2 {
    font-size: 15px;
    margin-bottom: 5px;
}
.btn-subscribe {
    background: green;
    color: white;
    margin-left: -5px;
}
.form-area {
    display: flex;
}
.form-area input {
    width: 300px;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}
.logostric-partner-section {
    background: white;
}
.underline-footer {
    width: 50px !important;
    height: 3px !important;
    margin-top: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
    margin-bottom: 7px !important;
}
.mobile-header-section {
    background: linear-gradient(90deg, rgb(255, 204, 0), rgb(255, 204, 0) 48%, rgb(255, 229, 127) 70%, rgb(255, 240, 178));
    border-bottom: 2px solid rgb(255, 204, 0);
}
.mobile-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
}
.mobile-header-burger-menu i {
    color: var(--brandColor);
    font-size: 20px;
    cursor: pointer;
}
.mega-li-main {} .mega-li-main:hover .mega-header-hide-menu-wrapper {
    top: 34px;
    visibility: visible;
    z-index: 5;
}
.mega-header-hide-menu-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    position: absolute;
    z-index: 5;
    background: white;
    padding: 20px;
    gap: 20px;
    width: 830px;
    top: 80px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    left: 0px;
}
.mega-li-main h3 {} .mega-item-box {
    width: 100%;
}
.mega-item-thumb {} .mega-item-thumb img {} .mega-item-content {} .mega-item-content p {} .mega-item-content a {
    font-size: 11px;
    color: var(--brandColor);
}
.single-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.38)), url("../images/photos/banner.html");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}
.under-line {
    width: 100px;
    height: 5px;
    border-radius: 4px;
    margin: 0px auto;
    background-color: rgb(245, 208, 32);
    background-image: linear-gradient(315deg, rgb(245, 208, 32) 0%, rgb(245, 56, 3) 74%);
}
.single-content-section {
    position: relative;
}
.single-content-wrapper::after {
    content: "";
    position: absolute;
    top: 0px;
    background-image: url("../images/icon/1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 64px;
    right: 0px;
    opacity: 0.1;
    animation: 2s ease-in-out 0s infinite alternate-reverse both running anime;
}
.single-content-wrapper h2 {
    padding: 45px 35px;
    text-align: center;
    color: var(--brandColor);
    font-weight: bold;
    text-transform: uppercase;
}
.single-content-wrapper p {} .single-bottom-contnet {
    text-align: center;
    padding: 40px 0px;
}
.single-bottom-contnet h2 {
    padding: 17px 50px;
    text-align: center;
    color: var(--brandColor);
    font-weight: bold;
    text-transform: uppercase;
}
.single-bottom-contnet p {} .add-logo {
    width: 143px;
    height: auto;
    padding-right: 30px;
    display: none;
}
.add-logo img {
    width: 100%;
    height: 100%;
}
.stickyLogo {} .category-page-banner-section {
    background-image: url("../images/photos/people.html");
}
.product-page-banner-section {
    background-image: url("../images/photos/port.html");
}
.cat-img {} .page-banner-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-content-wrapper h2 {
    background: var(--brandColor);
    color: white;
    padding: 10px;
    border-radius: 4px;
    font-size: 24px;
    border-bottom: 2px solid darkred;
}
.animate {
    animation: 1.5s ease-in-out 0s infinite alternate-reverse both running anime;
}
@keyframes anime {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}
.alert {
    animation: 0.5s ease-in-out 0s infinite alternate-reverse both running alert;
}
@keyframes alert {
    0% {
        opacity: 0.9;
        color: red;
        font-weight: bold;
    }
    100% {
        opacity: 1;
        color: green;
        font-weight: bold;
    }
}
.featured-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid yellowgreen;
    margin: 15px 1px;
}
.featured-item img {
    width: 100%;
    height: 100%;
}
.featured-brand-title {
    text-align: center;
    padding: 20px 0px;
}
.featured-brand-title h2 {
    margin-bottom: 8px;
}
.featured-brand-section {
    margin-bottom: 20px;
}
.about-us-section {
    background-image: url("../images/banner/hp.webp");
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-us-hero-content {
    text-align: center;
}
.about-us-hero-content h2 {
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
}
.about-us-hero-content i {
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.29);
}
.about-us-navigation {
    display: flex;
    justify-content: center;
}
.about-us-navigation ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}
.about-us-navigation li {
    list-style: none;
    padding: 7px 10px;
}
.about-us-navigation li:hover {
    background: rgb(200, 220, 255);
    color: white;
}
.about-us-navigation a {
    color: rgb(33, 37, 41);
    font-weight: 600;
    font-family: system-ui;
}
.about-us-navigation a:hover {
    text-decoration: none;
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: white;
}
.aboutUs-menu {
    background: whitesmoke;
}
.about-us-big-section {
    background-image: linear-gradient(233deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.39) 100%), url("../images/banner/wood.html");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-us-big {} .about-us-big h2 {
    font-weight: bold;
    font-size: 3.5rem;
    color: white;
}
.ourteam-section {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: unset;
}
.our-team-title {
    margin-bottom: 25px;
    text-align: center;
}
.our-team-title h2 {
    padding: 0px 0px 0px 5px;
    margin: 0px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 24px;
}
.our-team {
    padding: 30px 0px 40px;
    margin-bottom: 30px;
    background-color: rgb(247, 245, 236);
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(0, 123, 255);
    border-radius: 8px;
    transition: all 0.4s ease-in 0s;
    cursor: pointer;
}
.our-team:hover {
    background: white;
}
.our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0px;
    border-radius: 50%;
    background-color: rgb(19, 105, 206);
    position: absolute;
    bottom: 135%;
    right: 0px;
    left: 0px;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
    height: 100%;
}
.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(19, 105, 206);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
    box-shadow: rgb(247, 245, 236) 0px 0px 0px 14px;
    transform: scale(0.7);
}
.our-team .title {
    display: block;
    font-size: 13px;
    color: rgb(78, 80, 82);
    text-transform: capitalize;
}
.our-team .social {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: rgb(19, 105, 206);
    position: absolute;
    bottom: -100px;
    left: 0px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social {
    bottom: 0px;
}
.our-team .social li {
    display: inline-block;
}
.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.our-team .social li a:hover {
    color: rgb(19, 105, 206);
    background-color: rgb(247, 245, 236);
}
.team-content .name {
    font-size: 18px;
}
.closeIcon button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.closeIcon button span {
    background: rgb(218, 11, 11);
    padding: 10px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    margin-top: 3px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-details-wrapper {} .card-details-hero {
    display: flex;
    background: rgb(0, 123, 255);
    height: 269px;
    overflow: hidden;
}
.card-details-profile {} .card-details-profile img {
    width: 100%;
    height: 100%;
}
.card-details-content-area {
    color: white;
    margin-top: 19px;
    margin-left: 20px;
}
.card-details-content-area h2 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: bold;
}
.card-details-content-area p {
    padding: 0px;
    margin: 0px;
}
.card-details-content {
    padding: 33px;
}
.card-details-content p {
    padding: 0px;
    font-size: 15px;
}
.explore-section {
    padding: 50px 0px;
}
.about-us-blog-wrapper {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
    grid-template-columns: auto auto auto;
    width: 100%;
}
.about-us-blog-featured-image {
    width: 100%;
    height: 237px;
    overflow: hidden;
}
.about-us-blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-box {
    box-shadow: rgb(199, 229, 255) -1px 1px 4px 0px;
    width: 100%;
}
.about-us-box-content {
    padding: 20px 20px 30px;
    border-bottom: 3px solid rgba(73, 80, 87, 0.11);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.about-us-box-content h2 {
    font-size: 20px;
}
.about-us-box-content p {
    font-size: 14px;
    padding: 10px 0px;
}
.about-us-box-content button {
    outline: none;
    background: transparent;
    border: 1px solid rgb(102, 168, 239);
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 3px;
    transition: all 0.4s linear 0s;
    width: 100%;
}
.about-us-box:hover .about-us-box-content button {
    background: linear-gradient(315deg, rgb(245, 208, 32) 0%, rgb(245, 56, 3) 74%) rgb(245, 208, 32);
    color: white;
    border: 1px solid rgb(245, 208, 32);
}
.about-us-box-content:focus {
    box-shadow: unset;
}
.about-blog-a {
    text-decoration: none;
    color: black;
}
.about-blog-a:hover {
    text-decoration: none;
    color: black;
}
.explore-blog-title {
    text-align: center;
    margin-bottom: 30px;
}
.explore-blog-title h2 {
    font-weight: bold;
    font-size: 25px;
    z-index: 2;
    position: relative;
}
.right-social-item i:hover {
    transform: translateY(-3px);
    box-shadow: rgb(95, 95, 2) 1px 3px 2px;
    color: rgb(0, 35, 8);
}
.login-section {
    background-image: url("../../../../assets/images/banner/bbg.html");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
}
.main-login-wrapper {
    max-width: 460px;
    margin: 44px auto 0px;
    background: white;
    padding: 20px;
    border-radius: 4px 4px 10px 10px;
    position: relative;
    z-index: 1;
    border-bottom: 7px solid rgb(42, 7, 56);
}
.main-login-wrapper::after {
    content: "";
    background: rgb(42, 7, 56);
    max-width: 460px;
    height: 385px;
    position: absolute;
    transform: rotate(180deg);
    top: -1px;
    right: 0px;
    z-index: -1;
    border-radius: 10px 10px 4px 4px;
    box-shadow: rgb(42, 7, 56) 0px 0px 10px 0px;
    left: 0px;
}
.main-register-wrapper::after {
    height: 85%;
}
.main-login-logo {
    text-align: center;
    padding: 15px 0px;
}
.main-login-logo img {} .main-form {} .main-form > form {} .main-form > form > .form-group {} .main-form > form > .form-group > label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}
.main-form > form > .form-check {
    font-size: 12px;
    color: rgba(247, 247, 247, 0.76);
    font-weight: 100;
    margin-top: 20px;
}
.main-form > form > .form-group > input {
    font-size: 14px;
}
.quick-access-third-party {
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin-top: 20px;
}
.quick-access-third-party p {
    color: gray;
    font-size: 14px;
    text-transform: capitalize;
    margin: 6px 0px;
}
.third-party-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 17px;
}
.third-party-box {
    width: 35px;
    height: auto;
}
.third-party-box img {
    width: 100%;
    height: 100%;
}
.login-btn {
    border: none;
    outline: none;
    padding: 7px 10px;
    width: 100%;
    background: var(--brandColor);
    color: white;
    border-radius: 4px;
    margin-top: 10px;
}
.login-title {
    text-align: center;
    margin-bottom: 10px;
}
.main-form > form > .form-check > label > a {
    color: yellow;
}
#emailHelp,
#emailHelp a {
    font-weight: bold;
    color: limegreen;
}
.traking-order-section {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.87)), url("../images/banner/curiar.jpg");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
}
.traking-order {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
}
.traking-title {
    text-align: center;
    margin-bottom: 18px;
}
.traking-title h2 {
    color: white;
    font-size: 38px;
    font-weight: bold;
}
.traking-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(52, 58, 64);
    padding: 20px;
    border-radius: 4px;
}
.traking-title p {
    font-size: 15px;
    color: rgb(232, 232, 232);
}
.traking-form > .input-group > input {
    width: 500px;
    height: 45px;
}
.traking-form > .input-group > .input-group-append {} .traking-form > .input-group > .input-group-append > span {
    background: orangered;
    color: white;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.traking-form > .input-group > .input-group-append > span > a {
    color: white;
}
.main-dashboard-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.dashboard-sidebar {
    background: black;
    width: 20%;
    height: 100vh;
}
.dashboard-sidebar ul {
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin-top: 20px;
}
.dashboard-sidebar li {
    padding: 4px 20px;
}
.dashboard-sidebar a {
    color: white;
}
.dashboard-content {
    width: 80%;
    padding: 20px 70px 20px 20px;
}
.dashboard-title {
    margin: 11px 0px;
}
.dashboard__tab__title {
    margin-top: 40px;
    border: 1px solid rgb(234, 234, 234);
    margin-bottom: 20px;
    border-radius: 7px;
}
.dashboard__tab__title ul {
    margin-bottom: unset !important;
}
.dashboard__tab__title ul li {} .dashboard__tab__title a {
    color: green;
}
.dashboard__tab__title .active {
    background: var(--brandColor) !important;
}
.all__input__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.dropdown button {
    border: 1px solid rgba(128, 128, 128, 0.27);
    width: 100%;
}
.table__title {
    display: flex;
    justify-content: space-between;
    background: yellowgreen;
    border-radius: 4px;
    margin: 20px 0px;
}
.table__title li {
    padding: 7px 18px;
}
.alert.alert-primary {
    font-size: 14px;
}
.country button {
    background: white;
    text-align: left;
    margin-top: 10px;
}
.trade__role {
    color: white;
    margin: 10px 0px 5px;
}
.deliver__service__title {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.deliver__service__title p {
    padding: 0px 30px;
}
.deliver__service__tabs {} .deliver__service__tabs ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.deliver__service__tabs li {
    width: 24%;
}
.deliver__service__tabs a {
    text-align: center;
    background: lightgray;
    color: black;
    padding: 16px 0px;
}
.deliver__service__tabs a.active {
    padding: 16px 0px;
    background: var(--brandColor) !important;
}
.fas.fa-check {
    color: green;
}
.deliver__service__wrapper {
    background: rgba(195, 195, 195, 0.21);
}
.deliver__service__tab__wrappper {
    margin-bottom: 50px;
}
.main__map__section {
    margin-top: 80px;
}
.map__title {} .map__title h2 {
    margin-bottom: 20px;
    font-size: 36px;
}
.map__title h4 {
    margin-bottom: 20px;
    font-size: 19px;
    color: rgb(58, 58, 58);
}
.maptitle {
    width: 100px;
    height: 4px;
    border-radius: 4px;
    background: green;
    margin-bottom: 7px;
}
.coverage__area {} .coverage__area ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.coverage__area li {
    letter-spacing: 0.26px;
}
.coverage__area li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: forestgreen;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}