/*////////////////////////////////////////////////*/
/**************************************************/
/*  ************ Customized Css Code **************/
/**************************************************/
/*////////////////////////////////////////////////*/


li.header_nav-list_item.dropdown.lang select {
    background-color: transparent !important;
    /* border: 1px solid; */
    color: #ffffff;
    text-transform: uppercase;
}

li.header_nav-list_item.dropdown.lang select option {
    color: #000000;
}

.page .media {
    position: absolute;
    width: 60%;
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(0deg);
    bottom: -5%;
    right: 5%;
    opacity: .75;
    z-index: 1;
    max-height: 600px;
    max-width: 500px;
    box-shadow: -15px -15px 25px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:520.98px) {
    .page .media {
        position: absolute;
        width: 50%;
        -webkit-transform: rotate(153deg);
        -ms-transform: rotate(153deg);
        transform: rotate(320deg);
        bottom: -10.5%;
        right: -13.5%;
        opacity: .8;
        z-index: 1;
        max-width: 800px
    }
}

@media screen and (min-width:520.98px) and (max-width:768px) {
    .page .media {
        position: absolute;
        width: 50%;
        -webkit-transform: rotate(153deg);
        -ms-transform: rotate(153deg);
        transform: rotate(320deg);
        bottom: -15.5%;
        right: -15.5%;
        opacity: .8;
        z-index: 1;
        max-width: 800px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .page .media {
        position: absolute;
        width: 50%;
        -webkit-transform: rotate(153deg);
        -ms-transform: rotate(153deg);
        transform: rotate(320deg);
        bottom: -15.5%;
        right: -15.5%;
        opacity: .8;
        z-index: 1;
        max-width: 800px
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    padding: 20px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(101, 109, 119, .16);
    border-radius: 4px
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.multi-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* tabler css*/
.row {
    --tblr-gutter-x: 1rem;
    --tblr-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--tblr-gutter-y) * -1);
    margin-right: calc(var(--tblr-gutter-x)/ -2);
    margin-left: calc(var(--tblr-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--tblr-gutter-x)/ 2);
    padding-left: calc(var(--tblr-gutter-x)/ 2);
    margin-top: var(--tblr-gutter-y)
}

.g-0,
.gx-0 {
    --tblr-gutter-x: 0
}

.g-0,
.gy-0 {
    --tblr-gutter-y: 0
}

.g-1,
.gx-1 {
    --tblr-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --tblr-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --tblr-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --tblr-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --tblr-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --tblr-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --tblr-gutter-x: 2rem
}

.g-4,
.gy-4 {
    --tblr-gutter-y: 2rem
}

.g-5,
.gx-5 {
    --tblr-gutter-x: 4rem
}

.g-5,
.gy-5 {
    --tblr-gutter-y: 4rem
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.img-responsive {
    background: no-repeat center/cover;
    padding-top: 75%
}

.img-responsive-1x1 {
    padding-top: 100%
}

.img-responsive-4x3 {
    padding-top: calc(3 / 4 * 100%)
}

.img-responsive-3x4 {
    padding-top: calc(4 / 3 * 100%)
}

.img-responsive-16x9 {
    padding-top: calc(9 / 16 * 100%)
}

.img-responsive-9x16 {
    padding-top: calc(16 / 9 * 100%)
}

.img-responsive-21x9 {
    padding-top: calc(9 / 21 * 100%)
}

.img-responsive-9x21 {
    padding-top: calc(21 / 9 * 100%)
}

.rounded {
    border-radius: 4px !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: 2px !important
}

.rounded-2 {
    border-radius: 4px !important
}

.rounded-3 {
    border-radius: 8px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 100rem !important
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.rounded-end {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.rounded-start {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important
}

.border {
    border: 1px solid rgba(101, 109, 119, .16) !important
}

@media (min-width:768px) {
    .d-flex {
        display: flex !important
    }

    .g-md-0,
    .gx-md-0 {
        --tblr-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --tblr-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --tblr-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --tblr-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --tblr-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --tblr-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --tblr-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --tblr-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --tblr-gutter-x: 2rem
    }

    .g-md-4,
    .gy-md-4 {
        --tblr-gutter-y: 2rem
    }

    .g-md-5,
    .gx-md-5 {
        --tblr-gutter-x: 4rem
    }

    .g-md-5,
    .gy-md-5 {
        --tblr-gutter-y: 4rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert {
    --tblr-alert-color: #656d77;
    background: #fff;
    border: 1px solid rgba(101, 109, 119, .16);
    border-left: .25rem solid var(--tblr-alert-color);
    box-shadow: rgba(35, 46, 60, .04) 0 2px 4px 0
}

.alert>:last-child {
    margin-bottom: 0
}

.alert-important {
    border-color: transparent;
    background: var(--tblr-alert-color);
    color: #fff
}

.alert-important .alert-icon,
.alert-important .alert-link {
    color: inherit
}

.alert-important .alert-link:hover {
    color: inherit
}

.alert-link,
.alert-link:hover {
    color: var(--tblr-alert-color)
}

.alert-primary {
    --tblr-alert-color: #206bc4
}

.alert-secondary {
    --tblr-alert-color: #656d77
}

.alert-success {
    --tblr-alert-color: #2fb344
}

.alert-info {
    --tblr-alert-color: #4299e1
}

.alert-warning {
    --tblr-alert-color: #f76707
}

.alert-danger {
    --tblr-alert-color: #d63939
}

.alert-light {
    --tblr-alert-color: #f4f6fa
}

.alert-dark {
    --tblr-alert-color: #232e3c
}

.alert-icon {
    color: var(--tblr-alert-color);
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin: -.125rem 1rem -.125rem 0
}

.alert-title {
    font-size: .875rem;
    line-height: 1.4285714;
    font-weight: 600;
    margin-bottom: .25rem;
    color: var(--tblr-alert-color)
}

.icon {
    font-size: 1.25rem;
    vertical-align: bottom;
    stroke-width: 1.5
}

.icon:hover {
    text-decoration: none
}

.d-flex {
    display: flex !important
}

.btn-close {
    box-sizing: content-box;
    width: .75rem;
    height: .75rem;
    padding: .25em .25em;
    color: blue;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.75rem auto no-repeat;
    border: 0;
    border-radius: 4px;
    opacity: .3
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(32, 107, 196, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.btn-close {
    cursor: pointer
}

.btn-close:focus {
    outline: 0
}

.machinery-style {
    padding: 2% 5%;
    text-align: center;
    color: darkgreen;
}

.card-style {
    padding: 0;
    border-radius: 15px;
    box-shadow: 0px 12px 25px 7px rgba(0, 0, 0, 0.15);
}

.image-style {
    width: 500;
    height: 250px;
    object-fit: cover;
}

/* Backgrounds */
.about-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

.news-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

.event-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

.bid-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

.job-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

.gallery-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

.about-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

.machinery-bg {
    background-size: cover;
    background-image: url("../img/Awash.jpg");
    color: white;
}

.industry-bg {
    background-size: cover;
    background-image: url("../back/static/photos/2.jpg");
    color: white;
}

.contact-bg {
    background-size: cover;
    background-image: url("../back/static/photos/6.jpg");
    color: white;
}

/* ************ */

.class {
    margin-top: 10px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
}

.svg {
    display: none;
}

.inner_dev div {
    box-shadow: 0px 12px 25px 7px rgba(0, 0, 0, 0.15);
}

.inner_dev li {
    display: block;
}

.inner_dev p {
    text-align: center;
}

.inner_dev div {
    text-align: justify;
    padding: 10px;
    border-radius: 5px;
}

@media screen and (max-width:767.98px) {
    .class {
        grid-template-columns: repeat(3, 1fr);

    }

    .svg {
        display: block;

    }

    .svg_text {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width:1023.98px) {
    .class {
        grid-template-columns: repeat(3, 1fr);

    }

    .svg {
        display: block;


    }

    .svg_text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width:567.98px) {
    .class {
        grid-template-columns: repeat(1, 1fr);
    }

    .inner_dev div {
        margin-left: 10px;
    }

    .svg {
        width: 100px;
        height: 100px;
        display: block;
    }

    .inner_dev p {
        display: flex;
        align-items: center;
    }

    .inner_dev li {
        display: flex;
        align-items: center;
    }

}

.blog-card {
    height: 70px;
    width: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vacancy-card {
    height: 90px;
    width: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width:1024.98px) {
    .vacancy-card {
        height: 95px;
    }
    .blog-card {
        height: 65px;
        width: auto;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrolling {
    height: 80Vh;
    width: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scrollbar-color: transparent;
}

.scrolling::-webkit-scrollbar {
    display: none;
}

.custom-size {
    height: 40vw;
    object-fit: cover
}

.event_list_items{
    padding: 15px;
}

@media screen and (min-width:567.98px) {
    .event_list_items {
        flex: 0  auto;
        width: 50%
    }
}

@media screen and (min-width:1024.98px) {
    .event_list_items {
        flex: 0 0 auto;
        width: 33.3333333%
    }
}
/*////////////////////////////////////////////////*/
/**************************************************/
/********** End of Customized Css Code ************/
/**************************************************/
/*////////////////////////////////////////////////*/