body {
    font-family: 'Almarai', sans-serif;
}

h2 {
    color: #51a05d;
}


.header {
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
    height: 69px;
    position: fixed;
    z-index: 10;
    width: 100%;
    background-image: linear-gradient(90deg,
            hsl(67deg 63% 68%) 0%,
            hsl(102deg 35% 55%) 50%,
            hsl(152deg 69% 31%) 100%);
}


.header-con {
    width: 100%;
    height: 100%;
    padding: 20px;
    align-items: center;
    display: flex;
    background: #6ab76700 linear-gradient(150deg, #fff, #fff 50%, #6ab76700 calc(50% + 1px)) calc(50% - 85px) 0/100% 100% no-repeat;
}

.hero {
    padding-top: 69px;
}

.navbar {
    width: 100%;
}

.nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.nav-con {
    width: 100%;
    display: flex;
}

.header_logo img {
    width: 150px;
}

.header_logo {
    flex: 1 0 0%;
}

.header_menu {
    flex: 1 0 0%;
    position: relative;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link {
    color: #ffffff;
    font-size: 20px;
    padding: 0.5rem 1.5rem;
}

.hero .owl-carousel {
    width: 100%;
    height: 500px;
    overflow: hidden
}

.owl-text {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    padding-left: 113px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #6ab76700 linear-gradient(136deg, #000, #fff0 50%, #6ab76700 calc(50% + 1px)) calc(50% - 0px) 0/100% 100% no-repeat;
}

.owl-text h2 {
    font-size: 55px;
}

.customers .card,
.partners .card {
    width: 190px;
}

.hero .owl-carousel img {
    height: 500px;
    object-fit: cover;
    object-position: left;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #51a05d;
}

.hero .owl-dots {
    bottom: 22px;
    position: relative;
}

.card {
    filter: drop-shadow(0px 2px 20px rgb(1 41 112 / 10%));
    border: none;
    background-color: transparent;
}

.categories {
    margin-bottom: 100px;
    padding: 55px 0px;
}

.category-title {
    font-size: 23px;
}

.category {
    height: 195px;
    margin: 15px 25px;
    max-width: 407px;
    min-width: 300px;
    padding: 0px;
}

.category-con {
    background-color: white;
    height: 100%;
    padding: 30px;
    -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 20%, 100% 82%, 86% 100%, 20% 100%, 0 100%, 0% 18%);
    clip-path: polygon(12% 0%, 100% 0, 100% 20%, 100% 82%, 86% 100%, 20% 100%, 0 100%, 0% 18%);

}

.product-con {
    background-color: white;
    height: 100%;
    -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 86%, 80% 100%, 20% 100%, 0 100%, 0% 15%);
    clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 86%, 80% 100%, 20% 100%, 0 100%, 0% 15%);
}

.products {
    margin-top: 55px;
}

.product-info {
    padding: 20px;
    height: 150px;
}

.product-title {
    font-size: 25px;
}

.product {
    height: 400px;
    margin: 15px 25px;
    max-width: 300px;
    min-width: 300px;
    padding: 0px;
}

.show-more:hover {
    color: #51a05d;
}

.show-more {
    color: #51a05d;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 20px;
}

.product-img {
    height: 195px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.product-img img {
    height: 100%;
    object-fit: contain;
}

.btn:hover {
    color: white;
}

.btn {
    background: #51a05d !important;
    color: white;
}

.product .btn {
    margin-left: 20px;
}

.services,
.partners,
.customers {
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 55px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.dim {
    background-color: #f7f7f7;
}

.service {
    padding: 10px 20px;
    background-color: white;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    /*height: 280px;*/
    height: 400px;
}

.service-title {
    font-size: 25px;
}

.partner img {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-con {
    background: #6ab76700 linear-gradient(136deg, #fff, #fff 50%, #6ab76700 calc(50% + 1px)) calc(50% - 138px) 0/100% 100% no-repeat;
    padding: 50px 20px;
}

.footer {
    background-image: linear-gradient(36deg, hsl(67deg 63% 68%) 0%, hsl(102deg 35% 55%) 50%, hsl(152deg 69% 31%) 100%);

    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}

.white h6,
.white a,
.white p {
    color: white;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.header_search {
    width: 100%;
}

.header_search input {
    outline: none;
    border: none;
    border-bottom: 1px solid #51a05d;
    width: 100%;
}

.mobile_nav_icon {
    display: none;
}

.header_mobile_menu {
    position: absolute;
    width: 100%;
    height: 290px;
    padding-top: 20px;
    display: none;
    background-image: linear-gradient(90deg,
            hsl(67deg 63% 68%) 0%,
            hsl(102deg 35% 55%) 50%,
            hsl(152deg 69% 31%) 100%);
}

.header_mobile_menu .nav {
    flex-direction: column;
}

.customers-owl {
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width:953px) {
    .footer-con {
        background: #6ab76700 linear-gradient(136deg, #fff, #fff 50%, #6ab76700 calc(50% + 1px)) calc(50% - 87px) 0/100% 100% no-repeat;
    }
}

@media screen and (max-width:767px) {
    .footer-con {
        background: #6ab76700 linear-gradient(174deg, #fff, #fff 50%, #6ab76700 calc(50% + 1px)) calc(50% - -1px) 0/100% 73% no-repeat;
    }

    .footer-info {
        margin-top: 140px;
    }

    .footer-con h6 {
        color: #000000;
    }

    .white h6,
    .white a,
    .white p {
        color: #000000;
    }
    .footer pre{
        color:#000000 !important;
    }
    .section-title{
        margin-left:30px;
        margin-right:30px;
    }
    .category-con{
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media screen and (max-width: 500px) {
    .owl-text h2 {
        font-size: 40px;
    }

    .owl-text {
        padding-left: 90px;
    }
}


@media screen and (min-width: 1230px) {

    .header_mobile_menu {
        display: none !important;
    }

}

@media screen and (max-width: 1230px) {
    .header-con {
        background: #6ab76700 linear-gradient(150deg, #fff, #fff 50%, #6ab76700 calc(50% + 1px)) calc(50% - 5px) 0/100% 100% no-repeat;
    }

    .header_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;

    }

    .header_search {
        display: none;
    }

    .header_menu .nav {
        display: none;
    }

    .mobile_nav_icon {
        display: block;
    }

    .header_mobile_menu .header_search {
        display: block;
        padding-left: 30px;
        padding-right: 30px;

    }

    .header_mobile_menu .header_search input {
        background: transparent;
        color: #000000;
    }

    .header_mobile_menu .header_search input::placeholder {
        color: #000000;
    }

    .nav-link {
        color: #000000;
    }

    .nav-link:hover {
        color: #000000;
    }

}

.footer-con li {
    margin-bottom: 10px;
}

.footer-con h6 {
    font-size: 20px;
    font-weight: 600;
}

.about {

    margin-top: 100px;
    margin-bottom: 150px;
}

.about pre {
    color: inherit;
    font-size: inherit;
}

.footer pre {
    color: #ffffff;
    font-size: inherit;
}

.about img {
    height: 425px;
    width: 100%;
    object-fit: cover;
}

.product-page-info {
    padding: 20px;
    padding-top: 145px;
    padding-bottom: 135px;
}

.product-page-info .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 200px;
}

.about .text {
    min-width: 200px;
}

.about .img {
    min-width: 365px;
    margin-bottom: 20px;
}

.product-page-info .owl-carousel {
    width: 500px;
    height: 100%;

}

.bread-crumbs {
    width: 354px;
    height: 72px;
    /* padding-top: 355px; */
    position: relative;
    top: 69px;
    background-image: linear-gradient(269deg, hsl(67deg 63% 68%) 0%, hsl(102deg 35% 55%) 50%, hsl(152deg 69% 31%) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 0, 73% 100%, 0 100%, 0% 80%, 0% 20%);

}

.bread-crumbs .title {
    color: white;
    font-size: 25px;
}

.bread-con {
    padding: 5px 20px;
}

.bread-crumbs a {
    text-decoration: none;
    color: white;
    border: none;
}

pre {
    font-family: inherit;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #777777;
    font-size: 15px;
}

.product-page-details {
    margin-bottom: 100px;
    padding: 0px 10%;
}

.product-page-details .tab-pane {
    padding: 20px;
}

.product-page-details .container {
    min-height: 400px;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
    padding: 0px;
    height: 100%;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #51a05d;
    border-color: #51a05d #51a05d #ffffff;
}

.product-page-details .nav-link {
    color: #777777;
}

.product-page-details .nav-tabs {
    border-bottom: 1px solid #51a05d;
}

hr {
    width: 100%;
    color: #51a05da4;
}

.pre-load-con {
    /*background: url(../img/banner/banner-bg.jpg) center no-repeat;*/
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    background-color: white;
}

.hide {
    -webkit-animation: hide 0.5s;
    animation: hide 0.5s;
    visibility: hidden;
}

@-webkit-keyframes hide {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes hide {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

.footer i {
    margin-right: 10px;
}

.product-search {
    margin-top: 125px;
    margin-bottom: 100px
}


.product-search .product {
    min-width: 275px;
    max-width: 275px;
}

.custom-pagination {
    margin-top: 20px;
}

.page-link {
    padding: 1px 10px;
    color: #51a05d;
}

.page-item.active .page-link {
    background-color: #51a05d;
    border-color: #51a05d;
    color: #ffffff;
}

.search-tags-con {
    display: flex;
    margin-bottom: 20px;
    margin-top: 8px;
}

.search-tag {
    margin-left: 10px;
    border-radius: 23px;
    color: #ffffff;
    padding: 2px 10px;
    background-color: #51a05d;
    display: none;
}

.tag-remove {
    cursor: pointer;
    margin-left: 5px;
}

.main-categories {
    list-style: none;
    padding-left: 0px;
}

.main-categories li {
    border-bottom: 1px solid #51a05d33;
    padding: 10px 10px;
    cursor: pointer;
}

.main-categories li a {
    text-decoration: none;
    color: inherit;
}

.product-page-info pre,
.product-page-details pre {
    color: inherit;
    font-size: inherit;
}

.product-page-info ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.product-page-info li a {
    text-decoration: none;
    color: #51a05d;
}

#full-about p{
    margin-bottom: 0px;
}

.contact{
    padding-bottom: 70px;
    padding-top:30px;
}

.contact .col-md-4 h2{
    font-size: 22px;
}
.contact form{
    display: flex;
    flex-direction: column;
}

.contact input, .contact textarea{
    border: none;
    background-color: #efefef;
    margin-bottom: 10px;
    height: 40px;
    line-height: 33px;
    padding:0px 10px;
}
.contact textarea{
    height: 154px;
    line-height: 20px;
    padding: 5px 10px;
}

.contact input:focus, .contact textarea:focus{
    outline: none;
}

.contact .section-title{
    margin-bottom: 55px;
}

#gmap_canvas{
    width: 100%;
}

.hidden {
    display: none !important;
}

.line-limit-product {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-limit-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;

}

.line-limit-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.line-limit-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;

}

.line-limit-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;

}

.line-limit-5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;

}

.line-limit-9{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    /* number of lines to show */
    line-clamp: 9;
    -webkit-box-orient: vertical;
}

.line-limit-12{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    /* number of lines to show */
    line-clamp: 12;
    -webkit-box-orient: vertical;
}

.customers .owl-stage{
    display: flex;
    align-items: center;
}

.customers .card{
    filter:none;
}


.partners .owl-stage{
    display: flex;
    align-items: center;
}

.partners .card{
    filter:none;
}