body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

p {
    word-break: break-word;
}

h4, h3, h2, h1 {
    word-break: break-word;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-1rem {
    padding-top: 1rem !important;
}

.p-t-2rem {
    padding-top: 2rem !important;
}

.p-t-3rem {
    padding-top: 3rem !important
}

.p-b-3rem {
    padding-bottom: 3rem !important;
}

.p-t-6rem {
    padding-top: 6rem !important;
}

.p-b-6rem {
    padding-bottom: 6rem !important;
}

.p-t-10rem {
    padding-top: 10rem !important;
}

.p-b-10rem {
    padding-bottom: 10rem !important;
}

.p-b-20rem {
    padding-bottom: 20rem !important;
}

.p-l-r-13rem {
    padding-left: 13rem;
    padding-right: 13rem;
}

.p-l-r-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-l-r-50px {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.p-t-56 {
    padding-top: 56px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-8 {
    padding-left: 8px;
}

.p-l-35 {
    padding-left: 35px;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-t-105 {
    margin-top: 105px !important;
}

.m-t-170 {
    margin-top: 170px !important;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-11 {
    margin-top: 11px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.width-100persand {
    width: 100% !important;
}

#topbar {
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 0;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

section {
    padding: 40px 0;
    overflow: hidden;
}

.justify-content-md-between {
    justify-content: space-between !important;
}

#topbar .contact-info i {
    font-style: normal;
    color: #19866f;
}

    #topbar .contact-info i span {
        color: rgba(0,0,0,.9);
    }

.ms-4 {
    margin-left: 1.5rem !important;
}

/*.d-none {
    display: none !important;
}*/

#header {
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    /* box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);*/
}

.navbar {
    padding: 0;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar ul {
        list-style: none;
    }

    .navbar a:hover, .navbar .active, .navbar li:hover > a {
        color: #19866f;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0px 10px 0px;
        font-family: "Raleway", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #444;
        white-space: nowrap;
        transition: 0.3s;
    }

.nav-link {
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem !important;
    padding-left: .9rem !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #19866f;
}

.btn-outline-orange {
    color: #ff7369;
    border-color: #ff7369;
}

    .btn-outline-orange:hover {
        color: #fff;
        background-color: #ff7369;
        border-color: #ff7369;
    }

.btn-orange {
    color: #fff;
    background-color: #ff7369;
    border-color: #ff7369;
    box-shadow: 0px 6px 9px 0px rgba(210, 40, 40, 0.66);
}

    .btn-orange:hover {
        color: #ff7369 !important;
        border-color: #ff7369;
        background-color: #fff !important;
    }

.btn-success {
    color: #fff !important;
    background-color: #19866f;
    border-color: #19866f;
    box-shadow: 0px 6px 9px 0px rgba(25, 134, 111, 0.66);
}

    .btn-success:hover {
        color: #19866f !important;
        border-color: #19866f;
        background-color: #fff !important;
    }

.btn-default {
    background-color: #fbfbfb;
    border: 1px solid #6a616145;
}

    .btn-default:hover {
        background-color: #fff !important;
        border: 1px solid #19866f;
        color: #19866f !important;
    }

.dropdown-toggle::after {
    /*color: white;*/
}

.btn-outline-signup {
    color: #fff;
    background-color: #19866f;
    border-color: #19866f;
}

    .btn-outline-signup i {
        color: #fff !important;
    }

    .btn-outline-signup:hover {
        color: #19866f;
        background-color: #fff;
        border-color: #19866f;
    }

        .btn-outline-signup:hover i {
            color: #19866f !important;
        }

.p-t-b-1rem {
    padding: .1rem .30rem;
}

.text-success {
    color: #19866f !important;
}

.text-black {
    color: rgba(0,0,0,.9);
}

.text-light-black {
    color: rgba(113, 100, 100, 0.9);
}

.text-gray {
    color: #a3a4a8;
}

.font-weight-bold {
    font-weight: bold;
}

.jumbotron {
    background-color: #fff !important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 5px auto;
    border: none !important;
    border-radius: 10px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
/*OWL Carouse Slider */

.carousel-inner img {
    width: 100%;
    max-height: 600px;
    height: 85vh;
    object-fit: cover;
    opacity:0.7;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .carousel-inner img {
        width: 100%;
        max-height: 600px;
        height: 45vh;
        object-fit: cover;
    }
}




.img-overlay {
    background-color: #000000;
}
.features-carousel-inner img {
    width: 60%;
    height: 100px;
    object-fit: contain;
    opacity:0.5;
}

/*.carousel-indicators {
    bottom: -66px;
}

    .carousel-indicators li {
        width: 38px;
        height: 4px;
        background-color: #6a616145 !important;
        border-radius: 15px;
        opacity: 1;
    }

    .carousel-indicators .active {
        width: 58px;
        height: 5px;
        opacity: 1;
        background-color: #ff7369 !important;
    }*/

#mbdemo {
    display: none;
}

#mbpartnership {
    display: none;
}

.card-info {
    background-color: rgb(36, 193, 220);
}

.card-pink {
    background-color: rgba(219,143,208,255);
}

.card-gray {
    background-color: rgba(227,227,227,255);
    display: inline-flex;
}

.card-light-blue {
    background-color: rgba(152,193,217,255);
}

.card-yellow {
    background-color: rgba(230,147,43,255);
    display: inline-flex;
    
}

    .card-yellow .img-fluid, .card-gray .img-fluid {
        max-height: 400px !important;
    }

    #section3 img {
        height: 200px;
        object-fit: cover;
    }

.text-align-right {
    text-align: right !important;
}

.image-parent {
    width: 40px;
    height: 40px;
}

    .image-parent img {
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,.125);
        height: 100%;
        object-fit: cover;
    }

.border-none {
    border: none !important;
}

.display-inline-list-item {
    display: inline list-item !important;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-10 {
    font-size: 10px;
}

#RecentProjects .card-body {
    padding: 0rem;
    overflow: hidden;
}

    #RecentProjects .card-body img {
        height: 230px;
        object-fit: cover;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 1.5s ease;
    }

    #RecentProjects .card-body:hover img {
        transform: scale(1.5);
    }

.progress {
    height: 8px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bg-orange {
    background-color: #ff7369 !important;
}

.containerDonor {
    background-color: #1b8271;
    padding: 40px 10px 20px 10px;
    border-radius: 10px;
}

#sectionNews .card-body {
    padding: 0.1rem;
    overflow: hidden;
}

    #sectionNews .card-body img {
        height: 200px;
        object-fit: cover;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 1.5s ease;
    }

    #sectionNews .card-body:hover img {
        transform: scale(1.5);
    }

.btn-position-health {
    position: absolute;
    left: 25px;
    top: 20px;
}

#sectionUpdatDonation {
    background: url("../image/service3.webp") rgba(27,130,113,.9);
    background-color: rgba(27,130,113, 0.9);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-position: 100% 37%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.p-l-r-20persand {
    padding-left: 20%;
    padding-right: 20%;
}

.custom-form-control {
    height: calc(1.5em + .75rem + 12px);
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 5px;
}

.btn-subscribe {
    width: 81%;
    padding: 10px;
}

.custom-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.custom-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

.custom-form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}

.page-footer {
    background-color: #131e32;
    color: #fff;
}

    .page-footer a {
        color: #eee;
    }

.footer-copyright {
    border-top: 1px solid #44516aad;
}

.social-media {
    padding-left: 0px;
}

    .social-media li {
        list-style: none;
        display: inline-block;
    }

        .social-media li a {
            padding: 5px 10px;
            color: #6a6f79e0;
            font-size: 15px;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

            .social-media li a:hover {
                color: #fff !important;
                font-size: 15px;
                background-color: #2b3e80;
                border-radius: 5px;
                box-shadow: 0px 6px 9px 0px #495da2c4;
            }

.page-footer .akc ul li {
    padding: 4px 0px;
}

/***** OWL CAROUSEL SLIDER **********************/

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-size: 14px;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    /*transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;*/
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #3190E7;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

.fa-quote-left {
    display: block;
    text-align: left;
    font-size: 50px;
    color: #d3d3d361;
    padding-bottom: 5px;
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px !important;
    position: absolute;
    left: 98px;
    top: 100px;
    height: 8px;
    color: #19866f !important;
}

.fa-angle-left::before {
    content: "\f104";
    background-color: #fff;
    padding: 0px 13px;
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(208, 115, 115, 0.29), 0 4px 4px rgba(0, 0, 0, 0.28);
}

.owl-carousel .owl-nav button.owl-next {
    font-size: 40px !important;
    position: absolute;
    right: 98px;
    top: 100px;
    height: 8px;
    color: #19866f !important
}

.fa-angle-right::before {
    content: "\f105";
    background-color: #fff;
    padding: 0px 13px;
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(208, 115, 115, 0.29), 0 4px 4px rgba(0, 0, 0, 0.28);
}

/*********************** ABOUT CSS *********************************/
#about {
    background: url("../image/service3.webp") rgba(27,130,113,.9);
    background-color: rgba(27, 130, 113, 0.9);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-color: rgba(27,130,113, 0.9);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-position: 100% 37%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.about-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 116px;
}

.about-image-parent img {
    border-radius: none !important;
    border: none !important;
    width: 50px;
}

#aboutGentalArt {
    background: url("../image/aboutgentalart.jpg") rgba(27,130,113,.9);
    background-color: rgba(27, 130, 113, 0.9);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-color: rgba(27,130,113, 0.9);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-position: 100% 94%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 9rem;
    padding-bottom: 20rem;
}

.position_backgroumd {
    background-color: #fff;
    padding: 0px;
    padding-right: 0px;
    border-radius: 10px;
    position: absolute;
    right: 135px;
    width: 79%;
    padding-right: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-top: -15px;
}

#aboutGentalArt img {
    height: 410px;
    object-fit: cover;
}

.about2-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -11px;
}

.brd {
    border-top: 1px solid #8080802b;
}

/**************************** CONTACT US *******************************/
.contact-cal {
    background-color: rgba(221, 205, 205, 0.12);
    padding: 6px 13px;
    font-size: 19px;
    border-radius: 50%;
    margin-top: -12px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
}

.home-cal {
    background-color: rgba(221, 205, 205, 0.12);
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px;
    font-size: 25px;
    border-radius: 50%;
    margin-top: -12px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
}

.contact-mail {
    padding: 8px 13px;
}

.contact-address {
    padding: 6px 16px;
}

#googleMap {
    background: url("../image/map.jpg") rgba(27,130,113,.9);
    background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: no-repeat;
    height: 500px;
    margin-bottom: 100px;
}

.position_backgroumd2 {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    right: 135px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    top: -522px;
}

.btn-inverse {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0px 6px 9px 0px rgba(210, 40, 40, 0.66);
}

#becomepartner {
    background-color: #ff7369;
}

.navbar .dropdown-item {
    padding: 10px 20px 10px 20px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #ff7369 !important;
}

.projectSearch {
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    margin-top:;
    z-index: 3999;
    position: absolute;
    margin-top: -111px;
    width: 65%;
    left: 254px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.10), 0 6px 0px rgba(0,0,0,0.02);
}

.nav-pills .project-nav-link.active, .nav-pills .show > .project-nav-link {
    color: #fff !important;
    background-color: #19866f;
}

.project-nav-link {
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    background-color: #fbfbfb;
    border: 1px solid #6a616103;
    margin-left: 10px;
    margin-right: 10px;
    color: #19866f !important;
    font-weight: bold;
    padding: 10px 20px;
}

.btn-load-more {
    color: #fff;
    background-color: #ff7369;
    border-color: #ff7369;
    box-shadow: 0px 6px 9px 0px rgba(210, 40, 40, 0.66);
    padding-bottom: 10px;
    padding-top: 10px;
}

    .btn-load-more:hover {
        color: #ff7369 !important;
        border-color: #ff7369;
        background-color: #fff !important;
    }

#news img {
    height: 355px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

#news .card-body {
    padding: 0px;
}

#news .card-footer {
    position: absolute;
    top: 100px;
    padding-right: 37%;
}

.btn-light-gray {
    background-color: rgba(221, 205, 205, 0.51);
    box-shadow: 0px 0px 14px 0px rgba(221, 205, 205, 0.3);
}

    .btn-light-gray:hover {
        color: #ff7369 !important;
        border-color: #ff7369;
        background-color: #fff !important;
    }

.news-projectSearch {
    margin-top: -73px !important;
    width: 65% !important;
    left: 254px !important;
}

.projectDetails-a {
    text-decoration: none !important;
}

.p-l-33px {
    padding-left: 33px;
}

.p-l-38px {
    padding-left: 38px;
}

.project-details-jumbotron {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef !important;
    border-radius: .3rem;
}

.social-media-project-d {
    position: absolute;
    right: 0;
    display: flex;
}

.projectdetailsSlider {
    border-radius: 10px;
    margin-top: 30px;
}

#pdetailstab .card, .pdetailstab .card {
    padding: 50px 40px;
}

#pdetailstab .project-nav-link {
    background-color: transparent;
    color: #00000080 !important;
}

#pdetailstab .active {
    color: #000 !important;
}

#pdetailstab .nav-item .active {
    color: #000 !important;
    font-size: 18px;
    border-bottom: solid #19866f 3px;
}

#pdetailstab .tv-img {
    height: 280px;
    width: 100%;
    object-fit: fill;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.height-auto {
    height: auto !important;
}

.p-l-r-pad {
    padding: .4rem 1.5rem !important
}

#categories .card .card-body img {
    width: 61px !important;
    height: 62px !important;
}

#categories .card:hover {
    border: 1px solid #19866f !important;
}

#categotySearch .category-projectSearch {
    background-color: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 10px;
    margin-top: 0 !important;
    width: 60% !important;
    margin-left: auto;
    box-shadow: 0 6px 20px rgba(0,0,0,0.10), 0 6px 0px rgba(0,0,0,0.02);
    margin-right: auto;
}

#news-details {
    padding-top: 0px;
}

.left-brd {
    margin-left: 120px;
    border-left: 4px solid #e95e00;
    padding: 0px 20px;
}
























@media screen and (min-device-width: 481px) and (max-device-width: 768px) {

    #topbar {
        display: none !important;
    }

    .news-projectSearch {
        margin-top: -73px !important;
        width: 87% !important;
        left: 46px !important;
    }

    .float-right {
        float: unset !important;
    }

    .position_backgroumd2 {
        top: -581px !important;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .projectSearch {
        width: 80%;
        left: 79px;
    }

    .btn {
        padding: .375rem .5rem !important;
    }
}


@media only screen and (max-width: 575px) {
    #topbar {
        display: none !important;
    }

    #mbdemo {
        display: block;
    }

    #demo {
        display: none;
    }

    #partnership {
        display: none;
    }

    #mbpartnership {
        display: block;
    }

    .custom-col {
        width: 50%;
    }

    .p-l-r-13rem {
        padding-left: 0px;
        padding-right: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 14px;
        font-size: 27px !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 14px;
        font-size: 27px !important;
    }

    .shadow-effect {
        margin-left: 10px;
        margin-right: 10px;
    }

    .fa-angle-left::before {
        padding: 0px 9px;
    }

    .fa-angle-right::before {
        padding: 0px 9px;
    }

    #header {
        box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
        padding-right: 12px;
        padding-left: 12px;
    }

    .navbar ul {
        align-items: start;
        background-color: #1b8271;
    }

    .nav-link {
        color: #fff !important;
    }

    h1, h2, h3 {
        font-size: 23px;
    }

    .client-col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .mb-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .client-col-4 img {
        width: 100%;
    }

    .mb-p-t-0 {
        padding-top: 0px !important;
    }

    .mb-p-b-0 {
        padding-bottom: 0px !important;
    }

    .mb-p-t-2rem {
        padding-top: 2rem !important;
    }

    .mb-p-b-2rem {
        padding-bottom: 2rem !important;
    }

    .mb-m-t-20 {
        margin-top: 20px !important;
    }

    .mb-m-b-13 {
        margin-bottom: 13px !important;
    }

    .mb-m-t-30 {
        margin-top: 30px !important;
    }

    .mb-p-t-7rem {
        padding-top: 7rem !important;
    }

    .text-align-right {
        text-align: left !important;
    }

    .position_backgroumd {
        padding-right: 15px;
        position: unset;
        width: 100%;
        margin-top: 0;
        padding-left: 15px;
    }

    #aboutGentalArt {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

        #aboutGentalArt img {
            height: auto;
            object-fit: cover;
        }

    .position_backgroumd2 {
        position: unset !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .float-right {
        float: left !important;
    }

    .mb-display-grid {
        display: grid !important;
    }

    .projectSearch {
        width: 95%;
        left: 9px;
    }

    .mb-font-size-12 {
        font-size: 12px;
    }

    .project-nav-link {
        margin-left: 5px;
        margin-right: 5px;
        color: #19866f !important;
        margin-bottom: 10px;
    }

    .news-projectSearch {
        margin-top: -41px !important;
        width: 100% !important;
        left: 23px !important;
        position: unset;
    }

    .mb-m-t-90 {
        margin-top: 90px !important;
    }

    .mb-m-t-50 {
        margin-top: 50px !important;
    }

    #categotySearch .category-projectSearch {
        width: 100% !important;
    }

    .left-brd {
        margin-left: 40px;
    }

    .news-d {
        position: absolute;
        display: flex;
        top: 66px;
        left: 35px;
    }
}




.logo {
    max-width: 200px;
}

.align-items-left {
    text-align: left !important;
}

a.card {
    text-decoration: none !important;
    cursor: pointer;
}
.one-line-text {
    line-height: 1.5em; /* Sets line height to 1.5 times text size */
    height: 1.5em; /* Sets the div height to 2x line-height (3 times text size) */
    width: 100%; /* Use whatever width you want */
    white-space: normal; /* Wrap lines of text */
    overflow: hidden; /* Hide text that goes beyond the boundaries of the div */
    text-overflow: ellipsis; /* Ellipses (cross-browser) */
    -o-text-overflow: ellipsis; /* Ellipses (cross-browser) */
}
.two-line-text {
    line-height: 1.5em; /* Sets line height to 1.5 times text size */
    height: 3em; /* Sets the div height to 2x line-height (3 times text size) */
    width: 100%; /* Use whatever width you want */
    white-space: normal; /* Wrap lines of text */
    overflow: hidden; /* Hide text that goes beyond the boundaries of the div */
    text-overflow: ellipsis; /* Ellipses (cross-browser) */
    -o-text-overflow: ellipsis; /* Ellipses (cross-browser) */
}

.three-line-text {
    line-height: 1.5em; /* Sets line height to 1.5 times text size */
    height: 4.5em; /* Sets the div height to 2x line-height (3 times text size) */
    width: 100%; /* Use whatever width you want */
    white-space: normal; /* Wrap lines of text */
    overflow: hidden; /* Hide text that goes beyond the boundaries of the div */
    text-overflow: ellipsis; /* Ellipses (cross-browser) */
    -o-text-overflow: ellipsis; /* Ellipses (cross-browser) */
}

.seven-line-text {
    line-height: 1.5em; /* Sets line height to 1.5 times text size */
    height: 10.5em; /* Sets the div height to 2x line-height (3 times text size) */
    width: 100%; /* Use whatever width you want */
    white-space: normal; /* Wrap lines of text */
    overflow: hidden; /* Hide text that goes beyond the boundaries of the div */
    text-overflow: ellipsis; /* Ellipses (cross-browser) */
    -o-text-overflow: ellipsis; /* Ellipses (cross-browser) */
}

.project a {
    text-decoration: none;
    color: inherit;
}

.input-validation-error {
    border: red 1px solid;
}

.field-validation-error {
    color: red;
}

.social-card-share img {
    margin: 10px 30px;
    width: 24px;
}

.goog-te-gadget {
    align-items: center;
    text-align: center;
    background-color: #131e32;
}





@media only screen and (min-width: 300px) {
    .cap-1 {
        color: white;
    }
    .cap-2 {
        color: white;
    }
    .cap-3 {
        color: white;
    }
    
    .cap-2 h2, .cap-1 h1, .cap-3 h2, .cap-4 h2 {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .cap-2 h2, .cap-1 h1, .cap-3 h2, .cap-4 h2 {
        display: block;
    }
    .cap-1 {
        left: 15%;
        right: auto;
        top: 25%;
        max-width: 400px;
        color: white;
    }
}

@media only screen and (min-width: 900px) {
    .cap-1 {
        left: 15%;
        right: auto;
        top: 25%;
        max-width: 400px;
        color: white;
    }
    .cap-2 {
        left: auto;
        right: 15%;
        top: 25%;
        max-width: 400px;
        color: white;
    }
    .cap-3 {
        left: auto;
        right: 15%;
        top: 35%;
        max-width: 400px;
    }
}

.cursor {
    cursor: pointer;
}
