:root {
    --fo-base-color: #404040;
    --fo-primary-color: #104f92;
    --fo-primaryLight-color: #5aa1e3;
    --fo-black-color: #000000;
    --fo-white-color: #ffffff;
    --fo-lightgray-color: #f2f2f2;
    --fo-light-color: #ceced0;
    --fo-gray-color: #101010;
    --fo-ash-color: #f9f9f9;
    --fo-darkgray-color: #333333;
    --fo-transparent-black-2: rgba(0, 0, 0, 0.02);
    --fo-transparent-black-5: rgba(0, 0, 0, 0.05);
    --fo-transparent-black-10: rgba(0, 0, 0, 0.1);
    --fo-transparent-black-15: rgba(0, 0, 0, 0.15);
    --fo-transparent-black-25: rgba(0, 0, 0, 0.25);
    --fo-transparent-black-50: rgba(0, 0, 0, 0.5);
    --fo-transparent-black-60: rgba(0, 0, 0, 0.6);
    --fo-transparent-black-65: rgba(0, 0, 0, 0.65);
    --fo-transparent-black-0: rgba(0, 0, 0);
    --fo-trasparent-ash-50: rgb(237 237 237 / 0%);
    --fo-trasparent-white-10: rgba(255, 255, 255, 0.1);
    --fo-trasparent-white-20: rgba(255, 255, 255, 0.2);
    --fo-trasparent-white-30: rgba(255, 255, 255, 0.3);
    --fo-trasparent-white-40: rgba(255, 255, 255, 0.4);
    --fo-trasparent-white-50: rgba(255, 255, 255, 0.5);
    --fo-trasparent-white-60: rgba(255, 255, 255, 0.6);
    --fo-trasparent-white-70: rgba(255, 255, 255, 0.7);
    --fo-trasparent-white-80: rgba(255, 255, 255, 0.8);
    --fo-trasparent-white-90: rgba(255, 255, 255, 0.9);
    --fo-danger-color: #ff0000;
    --fo-dangerlight-color: #f23630;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    /*overflow-x: hidden;
  width: 100vw;*/
}

[dir="rtl"] {
    text-align: right;
}

[dir="ltr"] {
    text-align: left;
}

body {
    background: var(--fo-lightgray-color);
    color: var(--fo-base-color);
    font-feature-settings: "liga", "kern";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
a,
button,
.btn-brand,
.header-icon-box,
.header-icon-box .header-icon {
    -webkit-transition: all 400ms ease, outline 0ms;
    -moz-transition: all 400ms ease, outline 0ms;
    -ms-transition: all 400ms ease, outline 0ms;
    -o-transition: all 400ms ease, outline 0ms;
    transition: all 400ms ease, outline 0ms;
}

a {
    color: var(--fo-primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--fo-black-color);
    text-decoration: none !important;
}

input:active,
input:hover {
    outline: 0;
    box-shadow: none;
}

#mainContentSection {
    min-height: 50vh;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden !important;
    transform: translateZ(0) scale(1, 1) !important;
}

#mainContentSection .ms-webpart-cell-vertical,
#mainContentSection .ms-webpart-chrome-vertical,
#mainContentSection .ms-webpart-zone,
#mainContentSection div.ms-webpart-cell-vertical-inline-table {
    display: block;
}

#mainContentSection .ms-webpartzone-cell {
    margin: 0 auto;
}

h1 {
    font-size: 2.44rem;
}

h2 {
    font-size: 1.88rem;
}

h3 {
    font-size: 1.66rem;
}

h4 {
    font-size: 1.22rem;
}

.text-bold {
    font-weight: bold !important;
}

.brand-color {
    color: var(--fo-primary-color) !important;
}

.btn-brand,
.btn-brand-primary,
.btn-brand-outline,
.btn-brand-bg,
.btn-brand-white,
.btn-light,
.btn-danger {
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    text-transform: uppercase;
}

.btn-brand,
.btn-brand-white.active,
.btn-brand-primary,
a.btn-brand,
a.btn-brand-white.active,
a.btn-brand-primary {
    background-color: var(--fo-primaryLight-color);
    color: var(--fo-white-color);
    font-size: 0.875rem;
}

.btn-brand-outline,
.btn-brand-white {
    background-color: var(--fo-white-color);
    color: var(--fo-primary-color);
}

.btn-brand-outline {
    border-radius: 0.5rem;
    font-size: 0.833rem;
    padding: 0.5rem 0.75rem;
}

.btn-brand-white {
    border: 0;
    box-shadow: 0 19px 33px 0 rgba(0, 72, 118, 0.1);
}

.btn-brand-primary {
    padding: 0.6rem 1.5rem;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand-primary:hover,
.btn-brand-primary:focus {
    background: var(--fo-primary-color);
    color: var(--fo-white-color);
    text-decoration: none;
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
    background-color: var(--fo-primary-color);
    color: var(--fo-white-color);
}

.btn-light {
    background: var(--fo-lightash-color);
    border: 1px solid var(--fo-transparent-black-25);
    color: var(--fo-gray-color);
    border-radius: 0;
}

.btn-danger {
    background: var(--fo-danger-color);
    color: var(--fo-white-color);
    border-radius: 0.3rem;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
}

.btn-danger:hover {
    background: var(--fo-dangerlight-color);
}

.btn-small {
    padding: 0.25rem 0.5rem;
    font-size: 0.833rem;
}

.btn-link {
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--fo-primary-color) !important;
}

.btn-link:hover,
.btn-link:focus {
    color: var(--fo-primary-color) !important;
}

.btn-shadow {
    box-shadow: 0 10px 50px 0 rgba(142, 18, 52, 0.45);
}

.form-control,
.form-select {
    font-size: 1rem;
    border: 1px solid var(--fo-light-color);
    padding: 0.5rem 0.6rem;
    width: 100%;
    line-height: 1.3;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--fo-gray-color);
    box-shadow: none;
}

.form-label {
    font-size: 1rem;
}

.form-label span {
    color: var(--fo-danger-color);
}


/* Default styles */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.col-container {
    display: flex;
    flex-direction: column;
}

.col-container .card {
    flex: 1;
    position: relative;
}

.header {
    width: 100%;
    z-index: 5;
}

.header.homebg {
    position: relative;
    background: var(--fo-trasparent-white-90);
    /*    box-shadow: 0 0.2rem 1rem 0 var(--fo-transparent-black-5);*/
    position: fixed;
    top: 0;
}

.header .logo {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    margin: 0;
    font-size: 1.25rem;
    line-height: normal;
}

.header .logo a {
    color: var(--fo-black-color);
}

.header .logo small {
    font-size: 0.925rem;
}

.header .logo img {
    max-width: 100%;
    width: 10rem;
    max-height: 3rem;
    transition: all 0.5s;
}

.header-shrink .logo img {
    width: 8rem;
}

.header-shrink.header.homebg {
    background: var(--fo-white-color);
}


/* Menu */

.main-menu .lang-btns {
    position: absolute;
    top: 0;
}

.main-menu .lang-btns .btn {
    color: var(--fo-white-color);
    background: linear-gradient(to right, #000000, #434343);
    border-radius: 0 0 0.3rem 0.3rem;
}

.main-menu {
    padding: 0.5rem 0;
}

.main-menu .navbar-nav {
    padding: 0;
}

.navbar-toggler {
    color: var(--fo-primary-color);
}

.main-menu .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.main-menu .nav-link {
    font-size: 0.8rem;
    padding: 0.75rem 0.9rem !important;
    color: var(--fo-black-color);
    border-bottom: 3px solid transparent;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.main-menu .nav-item:first-child {
    background: none;
}

.main-menu .nav-link:hover,
.main-menu .nav-link.active {
    color: var(--fo-primary-color);
}

.main-menu li {
    position: relative;
    transition: all 0.5s;
}

.main-menu li.nav-item {
    margin: 0rem;
}

.main-menu .nav-link:hover:after,
.main-menu .nav-item:hover .nav-link :after,

/*.main-menu .nav-item:focus-within .nav-link :after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--fo-primary-color);
    border-radius: 2rem;
    margin: auto;
}*/


/*.main-menu .nav-item:hover .nav-link.active:after,
.main-menu .nav-item:focus-within .nav-link.active:after,
.main-menu .nav-item .nav-link.active:hover:after,
.main-menu .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--fo-primary-color);
    border-radius: 2rem;
    margin: auto;
}*/

.header.fixed .main-menu .nav-item:hover .nav-link.active:after,
.header.fixed .main-menu .nav-item:focus-within .nav-link.active:after,
.header.fixed .main-menu .nav-item .nav-link.active:hover:after,
{
    background-color: var(--fo-warning-color);
}

.main-menu li>.nav-dropdown {
    position: absolute;
    width: 100%;
    min-width: 14rem;
    background-color: var(--fo-trasparent-white-90);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.2s;
    -o-transition: all 0.4s ease-in 0.2s;
    transition: all 0.4s ease-in 0.2s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-radius: 0 0 2px 2px;
}

.main-menu li>.nav-dropdown li>.nav-dropdown {
    top: 0;
}

.main-menu li:hover>.nav-dropdown
/*.main-menu li:focus-within>.nav-dropdown*/

{
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu li>.nav-dropdown a {
    color: var(--fo-black-color);
    display: block;
    padding: 0.4rem 1rem;
    position: relative;
    font-weight: normal;
    font-size: 0.75rem;
    border-bottom: 1px solid transparent;
}

.main-menu li>.nav-dropdown a:hover,
.main-menu .nav-item .nav-dropdown a:focus {
    color: var(--fo-primary-color);
    border-bottom: 1px solid var(--fo-primary-color);
}

.main-menu li>.nav-dropdown li:last-child a {
    border: none;
}

.main-menu li>.nav-dropdown li:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    bottom: 0;
    transition: all 0.2s;
}

.main-menu li>.nav-dropdown li:hover:before,
.main-menu .nav-item .nav-dropdown li:focus:before {
    height: 100%;
    background: var(--fo-secondary-color);
}

.main-menu li>.nav-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* menu end */

.heading-area {
    position: relative;
    margin: 1rem 0 3rem 0;
}

.heading-area .heading-sahdow {
    position: absolute;
    margin-top: -20px;
    font-size: 4.5rem;
    line-height: 4.5rem;
    color: var(--fo-transparent-black-5);
    z-index: 0;
    text-align: center;
    width: 100%;
    top: 0;
}

.heading-area h2 {
    color: var(--fo-black-color);
    text-align: center;
    font-size: 2.5rem;
    z-index: 1;
}

.header.fixed {
    position: fixed;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--fo-white-color);
}


/* Home page Banner */

.homepage-banner {
    position: relative;
}

.homepage-banner,
.homepage-banner .banner-img {
    height: 100vh;
    object-fit: cover;
    /* margin-top: -5.5rem; */
}

.homepage-banner .carousel-control-next,
.homepage-banner .carousel-control-prev {
    height: 2.5rem;
    background: var(--fo-transparent-black-50);
    width: 2.5rem;
    border-radius: 100%;
    top: 50%;
    opacity: 0.7;
    visibility: hidden;
    transition: all 0.5s;
}

.homepage-banner .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.2rem;
}

.homepage-banner .carousel-control-next:hover,
.homepage-banner .carousel-control-prev:hover {
    background: var(--fo-black-color);
    opacity: 1;
}

.homepage-banner:hover .carousel-control-next,
.homepage-banner:hover .carousel-control-prev {
    visibility: visible;
}

.homepage-banner .overlay {
    background-image: url(../../assets/img/dotes.png);
}

.homepage-banner .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
}

.homepage-banner .carousel-caption h1 {
    color: var(--fo-white-color);
    text-shadow: rgb(0 0 0 / 55%) 3px 3px 0px;
    font-size: 3rem;
    text-transform: uppercase;
}

.home-arrow-down {
    position: absolute;
    color: white;
    bottom: 1rem;
    -webkit-animation: MoveUpDown 1.5s infinite;
}

.home-arrow-down i {
    color: var(--fo-white-color);
    font-size: 2rem;
}

@keyframes MoveUpDown {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 45px;
    }
    100% {
        bottom: 30px;
    }
}


/*About us */

.about-us {
    padding: 4rem 0;
    background: var(--fo-white-color);
}

.about-us .col-container {
    margin-top: 1rem;
}

.about-us h5 {
    color: var(--fo-darkgray-color);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.about-us h5 i {
    color: var(--fo-primary-color);
}

.about-us .col-container {
    margin-top: 1rem;
}

.about-us p {
    font-size: 0.875rem;
}

.lean-production {
    background: var(--fo-primary-color);
    padding: 2rem 0;
    /* margin-top: 2rem; */
    color: var(--fo-white-color);
}

.lean-production h2 {
    font-size: 2rem;
    font-weight: normal;
}

.lean-production p {
    font-size: 0.875rem;
}

.lean-production a {
    color: var(--fo-white-color);
}

.learn-experience {
    padding: 2rem 0;
    background: var(--fo-white-color);
}

.learn-experience .info-wraper {
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 100%;
    position: relative;
    margin: 1rem auto;
}

.learn-experience img {
    width: 100%;
    height: 100%;
}

.learn-experience .info {
    background-color: var(--fo-primary-color);
    color: var(--fo-white-color);
    padding: 1.7rem 1.6rem;
    position: absolute;
    width: 100%;
    top: 0;
    line-height: 0.8rem;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: center;
}

.learn-experience .info-wraper:hover .info {
    opacity: 1;
    visibility: visible;
}

.learn-experience .info p {
    font-size: 0.75rem;
}

.learn-experience h5 {
    font-size: 1.2rem;
    color: var(--fo-black-color);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}


/*trainings- and Programs*/

.trainings-programs {
    padding: 2rem 0;
    background: var(--fo-lightgray-color);
}

.section-discription p {
    text-align: center;
    opacity: 0.6;
    font-size: 0.875rem;
}

.trainings-programs .info-box {
    height: 100%;
    text-align: center;
    margin-top: 4rem;
}

.trainings-programs .info-box img {
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 100%;
    margin: auto;
}

.trainings-programs .info-box h5 {
    font-size: 1.2rem;
    color: var(--fo-black-color);
    margin-top: 1rem;
}

.trainings-programs .info-box p {
    color: var(--fo-gray-color);
    font-size: 0.875rem;
}

.trainings-programs .contact-info {
    text-align: center;
    margin-top: 3rem;
}

.trainings-programs .contact-info a {
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--fo-gray-color);
    display: inline-block;
}

.trainings-programs .contact-info a i {
    margin: 0 0.3rem;
    color: var(--fo-primary-color);
}


/*footer*/

.footer {
    background: var(--fo-primary-color);
    padding: 4rem 0;
    position: relative;
    color: var(--fo-white-color);
}

.footer .privacy-link a {
    font-size: 0.875rem;
    color: var(--fo-white-color);
    margin: 0 0.3rem;
}

.footer p {
    font-size: 0.875rem;
}

.footer .social-icons a {
    width: 2rem;
    height: 2rem;
    background-color: var(--fo-lightgray-color);
    border-radius: 100%;
    display: inline-block;
    margin: 0 0.3rem;
}

.footer .social-icons a i {
    color: var(--fo-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer .social-icons h6 {
    color: var(--fo-white-color);
    margin-bottom: 0.8rem;
    font-size: 0.875rem;
    font-weight: normal;
}

.footer .btn-top {
    background-color: var(--fo-black-color);
    color: var(--fo-white-color);
    position: absolute;
    top: -1rem;
    border-radius: 0.2rem;
    box-shadow: 0 -5px 15px -5px #000;
}


/*inner-pages-banner*/

.inner-pages {
    margin-top: 5.5rem;
}

.inner-pages p {
    font-size: 0.875rem;
}

.section-space {
    padding: 3rem 0;
}

.inner-pages-banner .banner-img {
    height: 70vh;
}

.subpage-heading {
    font-size: 2.1rem;
    color: var(--fo-black-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}

.introduction-lean-model .subpage-heading {
    text-align: start;
}

.introduction-lean-model ul li {
    list-style: square;
    font-size: 0.875rem;
}

.introduction-lean-model h6 {
    list-style: square;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    color: var(--fo-gray-color);
}

.introduction-lean-model .btn-brand {
    padding: 1rem 1rem;
}

.news .subpage-heading {
    text-align: start;
}

.news .card {
    border: none;
    background-color: var(--fo-ash-color);
    margin-bottom: 1.5rem;
}

.news .card h5 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.news .card p {
    font-size: 1rem;
}

.news-details-banner {
    position: relative;
}

.news-details-banner .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.news-details-banner .banner-img {
    height: 45vh;
    object-fit: cover;
}

.news-details img {
    margin: 0.8rem 0;
}

.news-details .info-box i {
    color: var(--fo-gray-color);
    margin: 0 0.5rem;
}

.news-details video {
    margin-top: 2rem;
}

.contact-us .subpage-heading {
    text-align: start;
}

.contact-us p {
    margin-bottom: 0;
}


/* End */

@keyframes bounce {
    from {
        transform: translateY(0px);
        transform: scale(1);
    }
    to {
        transform: translateY(-10px);
        transform: scale(1.1);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
        transform: scale(1);
    }
    to {
        transform: translateY(-10px);
        transform: scale(1.1);
    }
}

@keyframes lightFade {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
    }
}


/* Owl Carousel */

.owl-theme .owl-dots .owl-dot span {
    background: var(--fo-primary-color);
    margin: 4px;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid var(--fo-white-color);
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 1.5rem;
    background: var(--fo-primary-color);
    opacity: 0.75;
}


/* End */


/* Media Queries */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
    /* .main-menu li.with-dropdown:after {
        content: "\f282";
        font-family: bootstrap-icons !important;
        position: absolute;
        top: 0.2rem;
        color: var(--fo-secondary-color);
        margin: 0.5rem 0;
    }*/
    /*.main-menu li.with-dropdown:hover:after,
    .main-menu li.with-dropdown:focus:after {
        content: "\f286";
        font-family: bootstrap-icons !important;
    }*/
    /*.main-menu li.with-dropdown li.with-dropdown:after {
        content: "\f284";
    }*/
}

@media screen and (max-width: 1359px) and (min-width: 1199px) {}

@media all and (min-width: 1440px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1220px;
    }
}

@media all and (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1440px;
    }
}

@media all and (min-width: 1920px) {
    html {
        font-size: 18px;
    }
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1600px;
    }
}

@media all and (max-width: 1200px) {
    .main-menu .nav-item {
        background: none;
    }
    .header .logo img {
        width: 100%;
    }
    .heading-area .heading-sahdow {
        font-size: 2.5rem;
    }
    .heading-area .heading-sahdow h1 {
        font-size: 1.5rem;
    }
    .heading-area {
        position: relative;
        margin: 0rem 0 2rem 0;
    }
}

@media all and (max-width: 1199px) {
    .main-menu .nav-item .nav-link::before {
        margin: auto 1rem;
    }
    .main-menu .nav-item:hover .nav-link.active:after,
    .main-menu .nav-item:focus-within .nav-link.active:after,
    .main-menu .nav-item .nav-link.active:hover:after,
    .main-menu .nav-item .nav-link.active:after,
    .main-menu .nav-link:hover:after,
    .main-menu .nav-item:hover .nav-link :after,
    .main-menu .nav-item:focus-within .nav-link :after {
        width: 100%;
        height: 0.1rem;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler[aria-expanded="false"] .fa-times,
    .navbar-toggler[aria-expanded="true"] .fa-bars {
        display: none;
    }
    .navbar-toggler[aria-expanded="true"] .fa-times,
    .navbar-toggler[aria-expanded="false"] .fa-bars {
        display: inline-block;
    }
    .with-dropdown:after {
        content: "\f282";
        font-family: bootstrap-icons !important;
        position: absolute;
        top: 0;
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--fo-secondary-color);
        margin: 0;
    }
    .with-dropdown[aria-expanded="true"]:after {
        content: "\f286";
        font-family: bootstrap-icons !important;
    }
    .main-menu li>.nav-dropdown {
        position: relative;
        margin-bottom: 1rem;
        display: none;
        background-color: var(--fo-primary-color);
        width: auto;
    }
    .main-menu .nav-link.active,
    .main-menu .nav-item:hover .nav-link,
    .main-menu .nav-item:focus-within .nav-link {
        border: 0;
    }
    .main-menu .nav-dropdown.showSubMenu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .main-menu .nav-dropdown.showSubMenu li.with-dropdown:hover,
    .main-menu .nav-dropdown.showSubMenu li.with-dropdown:before {
        background: var(--fo-primaryLight-color);
    }
    .main-menu .nav-dropdown.showSubMenu li.with-dropdown:hover>a {
        color: var(--fo-primaryLight-color);
    }
    .main-menu .nav-dropdown.showSubMenu .showSubMenu {
        background: var(--fo-primary-color);
    }
    .main-menu .navbar-nav {
        padding: 1rem 0;
    }
    .main-menu .nav-link,
    .main-menu .nav-item,
    .main-menu .nav-link:hover,
    .main-menu .nav-link.active,
    .main-menu .nav-item:hover .nav-link,
    .main-menu .nav-item:focus-within .nav-link {
        border: 0;
    }
    .main-menu li>.nav-dropdown li:before {
        /*background: none;*/
    }
    .header .logo {
        margin-bottom: 0;
        justify-content: center;
    }
}

@media all and (max-width: 1023px) {
    h1 {
        font-size: 2.22rem;
    }
    h2 {
        font-size: 1.22rem;
    }
    h3 {
        font-size: 1.44rem;
    }
    h4 {
        font-size: 1.11rem;
    }
}

@media all and (max-width: 991px) {
    .lean-production h2 {
        margin-top: 2rem;
    }
}

@media all and (max-width: 767px) {
    .homepage-banner .banner-img {
        /*        height: unset;*/
        min-height: 20rem;
    }
    .homepage-banner .carousel-caption h1 {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .main-heading h1 {
        font-size: 1rem;
    }
    .inner-pages-banner .banner-img {
        height: unset;
        min-height: 20rem;
    }
    .inner-pages {
        margin-top: 6.2rem;
    }
}

@media all and (max-width: 575px) {}


/* Accessibility Styles */

#bright-off,
.active #bright-on {
    display: none !important;
    pointer-events: none;
}

#bright-on,
.active #bright-off {
    display: inline-flex !important;
    pointer-events: auto;
    font-size: 0.75rem;
}

.accessOpen>a>i {
    font-weight: bold;
    font-size: 1.15rem;
}

.skipNav {
    position: absolute;
    top: 5px;
    z-index: -1;
    background: transparent !important;
}

.skipNav:focus-within {
    z-index: 999;
}

.skipNav .skipLink {
    opacity: 0;
    background: rgb(142 24 56 / 90%);
    height: 0;
    border: 0;
    color: var(--fo-white-color);
    padding: 0.313rem 0.938rem;
    height: auto;
}

.skipNav .skipLink:focus {
    opacity: 1;
}

html[dir="ltr"] .skipNav .skipLink.ar,
html[lang="en-US"] .skipNav .skipLink.ar {
    display: none;
}

html[dir="rtl"] .skipNav .skipLink.en,
html[lang="ar"] .skipNav .skipLink.en {
    display: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}


/*# sourceMappingURL=styles.css.map */


/* change css by samiul */

.language-cng-btn {
    color: #ffffff;
}

.language-cng-btn:hover {
    color: #ffffff;
}