body{
    margin: 0;
    padding: 0;

}
.home{
    position: relative;
    width: 100%;
    height: 100vh;
}
.header{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.background-image{
    background: url(../images/printer.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover
}
.home-word{
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 60;
}

.overlay{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #235353;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.logo-img{
    width: 44vw;
    height: auto;
}
.word{
    padding-top: 40px;
    color: white;
    font-size: 4vw;
    font-family: 'Bebas Neue';
    /* font-weight: bold; */
}
.alhadeeseh-nav{
    background-color: white;
    width: 100%;
    height: 70px;
}
a.nav-link{
    color: #235353 !important;
    font-weight: bold;
    font-size: 1.1vw;
}
.this-fluid{
    width: 85%;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.grey-note-line{
    width: 100%;
    height: 50px;
    background-color: #E1E1E1;
}
.grey-container{
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-main{
    background-color: white;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    min-height: 25vh;
}
.available-materials{
    width: 85%;
    margin: 0 auto;
}
.available-header{
    width: 100%;
    font-weight: bold;
    color: #235353;
    font-size: 16px;
    margin-bottom: 10px;
}
.materials-images{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.material-rectangle{
    /*height: 28vh;*/
    border: 1px solid grey;
    border-radius: 8px;
    background-color: white;
    margin-top: 7px;
    margin-bottom: 7px;
    text-decoration: none;
    position: relative;
    flex-basis: 18%;
    width: 20%;
}
.material-img{
    /*position: absolute;*/
    display: block;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    z-index: 0;
    opacity: 1;
}
.material-img-overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(195, 204, 0, 0.5);
    filter: alpha(opacity=50);
    /*opacity: 0.5;*/
    /*border: 1px solid #235353;*/
    border-radius: 8px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 800;
    display: none;
    color: #235353;
    font-size: 25px;
    font-weight: bold;
}
.material-rectangle :hover .material-img-overlay {
    display: flex;
}
.material-rectangle :hover .material-img {
    opacity: 0.3;
}
.material-cards{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-button{
    background-color: #C3CC00;
    color: white;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
    border: 1px solid grey;
}
.material-card{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid rgba(0,0,0,.125) !important;
    border-radius: 10px !important;
    flex-basis: 30%;
}
.card-title{
    color: #235353 !important;
    font-weight: bold !important;
    font-size:1.35rem ;
    margin-bottom: 4px !important;
}
.card-text{
    color: #235353 !important;
    font-size:0.8rem ;
}
.commercial-banner{
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    height:304px ;
    background: url("../images/banner.jpg");
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.image-box{
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 100;
    background: linear-gradient(to left, #C3CC00 21%,rgba(255,255,255,0) 39%);
    height:304px;
    width: 944px;
    border-radius: 8px;
}
.banner-text-button {
    position: absolute;
    top: 23%;
    right: 3%;
    z-index: 400;
    width: 19%;
    height: 100%;
}
.banner-text-button h5{
    color: #235353;
    font-size: 25px;
    font-weight: bold;
}
.banner-text{
    font-size: 14px;
    color: #235353;
}
.banner-button{
    background-color: white;
    color: #235353;
    font-weight: bold;
}
.description{
    width: 100%;
    margin-bottom: 30px;
}
.description-header{
    color: #00473F;
    padding-bottom: 15px;
    font-weight: bold;
}
.description-text{
    width: 95%;
    font-size: 1.0rem;
    color: #00473F;
    line-height: 110%;
}
.this-header{
    padding-bottom: 0px !important;
}
.latest-pro-header{
    width: 100%;
    margin-top: 30px;
}
.related-pro-link{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    text-decoration: none;
    color: #00473F;
    font-size: 0.6rem;
}
.related-pro-link:hover{
    color: #00473F !important;
}
.right-arr{
    padding-left: 8px;
}
.latest-pro-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-list-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-list-card {
    border: none;
    border-radius: 6px !important;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 11rem;
    flex-basis: 23%;
}
.product-list-img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.brands-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brands-card{
    border: 1px solid gray;
    border-radius: 6px !important;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 11rem;
    flex-basis: 19%;
}
.latest-pro-card{
    border: 1px solid gray;
    border-radius: 6px !important;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 11rem;
    flex-basis: 19%;
}
.latest-pro-img{
    width: 100%;
    height: auto;
    /*border-radius: 5px;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid grey;
}
.latest-pro-body{
    text-align: center;
}
.latest-pro-name{
    font-size: 1.4rem;
    font-weight: bold;
}
.card-link{
    text-decoration: none;
    width: 100%;
}
.product-image {
    width: 100%;
    overflow: hidden;
}
.product-image img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.product-image:hover img {
    transform: scale(1.3);
}
.footer{
    width: 100%;
    /* height: 230px; */
    margin-bottom: 20px;
    background-color: #E1E1E1;
    padding-top: 40px;
    margin-top: 40px;
}
.footer-container{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: baseline;
    /* justify-content: end; */
}
.footer-title{
    color: #7BB33B !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
    padding-bottom: 20px;
    margin-bottom: 15px;
    min-height: 34px;
}
.footer-rows{
    color: #00473F;
    font-size: 0.8rem;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
    line-height: 27px;
}
.footer-rows:hover{
    color: #00473F;
}
.call-icon{
    transform: rotate(-30deg);
    color: #7BB33B ;
    font-size: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.call-us{
    font-weight: bold !important;
    font-size: 0.8rem;
    padding-top: 4px;
}
.footer-icons-row{
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* margin-top: 15px; */
    margin-bottom: 15px;
}
.social-icon-link{
    text-decoration: none;
}
.social-icon-link:hover{
    color: #7BB33B !important;
}
.social-icon{
    color: #7BB33B;
    font-size: 20px;
}
.rights-line{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rights-text{
    color: #235353;
    font-size: 12px;
}
.nav-bars{
    font-size: 28px;
    color: #C3CC00;
}
.services-main{
    width: 85%;
    margin: 0 auto;
}
.services-video{
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
.services-img-vid{
    width: 100%;
    border-radius: 7px;
}
.services-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.ser-text{
    width: 46%;
    /*padding-top: 30px;*/
    display: flex;
    flex-direction: column;
}
.ser-image{
    width: 46%;
    height: auto;
    border-radius: 7px;
}
.ser-text-header{
    width: 100%;
    font-weight: bold;
    color: #235353;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.ser-text-bold-line{
    width: 70%;
    font-weight: bold;
    color: #235353;
    font-size: 1.0rem;
}
.ser-text p{
    color: #235353;
    font-size: 1.1rem;
    line-height: 120%;
}
.reverse-row{
    flex-direction: row-reverse;
}
.contact-us-main{
    width: 100%;
    /* position: relative; */
    /* height: 592px; */
}
.contact-background{
    width: 100%;
    /* z-index: 60; */
    /* position: absolute;
    top: 0%;
    left: 0%; */
}
.contact-background-img{
    width: 100%;
    height: auto;
}
.contact-overlay{
    /* position: absolute;
    top: 0%;
    left: 0%; */
    /* z-index: 200; */
    width: 100%;
    height: 592px;
    background: linear-gradient(to bottom, #00473F -25%,rgba(255,255,255,0) 139%);
}
.contact-content{
    /* position: absolute;
    top: 0%;
    left: 0%; */
    /* z-index: 200; */
    width: 100%;
    /* margin-top: 40px; */
}
.contact-header{
    width: 100%;
    text-align: center;
    color: #C3CC00;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
}
.contact-container{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.contact-map{
    width: 48%;
}
.contact-inputs{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.contact-inputs form {
    width: 90%;
    margin: 0 auto;
}
.map{
    width: 100%;
    border: 1px solid #00473F;
    border-radius: 8px;
}
.alhadeeseh-input{
    /*width: 90%;*/
    margin: 0 auto;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: 2px solid #00473F;
}
.contact-button{
    width: auto;
    min-width: 100px;
    background-color: #C3CC00;
    color: white;
    border: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9rem;
}
.contact-main{
    width: 100%;
    background: url(../images/contact-us-background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.user-icon{
    padding-right: 5px;
}
.about-us-main{
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-start-logo{
    width: 19.6rem;
    height: auto;
    padding-top: 20px;
    margin-bottom: 60px;
}
.about-text{
    text-align: center !important;
    margin-bottom: 60px !important;
}
.circles-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-basis: 19%;
    margin-bottom: 70px;
}
.circles-row-elements{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-circle{
    width: 170px;
    height: 170px;
    background-color: whitesmoke;
    border-radius: 50%;
    border: 1px solid grey;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.inner-circ-img{
    width: 60%;
    height: auto;
}
.targets-rectangles{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
}
.target-inner-rectangle{
    width: 210px;
    height: auto;
    background-color: whitesmoke;
    border: none;
    border-radius: 16px;
    position: relative;
    margin-top: 40px;
}
.green-circle-num{
    position: absolute;
    top: -19%;
    left: 28%;
    width: 100px;
    height: 100px;
    background-color: #C3CC00;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
}
.target-rec-text{
    margin: 60px auto 20px;
    width: 80%;
    font-size: 0.9rem;
    text-align: center;
    color: #235353;
    font-weight: 400;
}
.Vision-txt{
    width: 70%;
}
.eye-img{
    margin-bottom: 70px;
}
.more-than-row{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 70px;
}
.more-than-element{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.m-t-w{
    font-size: 1.8rem;
    width: 70%;
    color: #00473F;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
}
.m-t-num{
    color: #00473F;
    font-size: 3.6rem;
    font-weight: bold
}
.partners-logo-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-basis: 25%;
    margin-bottom: 40px;
}
.partner-logo-container{
    width: 21%;
    margin-bottom: 25px;
    border: none;
}
.partner-logo{
    width: 80%;
    height: auto;
}
.input-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 13px;
    /*margin-top: 10px;*/
}
.input-container label{
    color: red;
    font-size: 12px;
}
.headr-new-col{
    color: #235353 ! important ;
}
.products-main{
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
}
.center{
    text-align: center !important;
}
.bold-desc-line{
    font-weight: bold;
    color: #235353;
    font-size: 0.8rem;
}
.product-desc-text{
    color: #235353;
    font-size: 0.9rem;
}
.product-card{
    flex-basis: 23% !important;
}
.transition {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fx3 .item {padding: 0;}
.fx3 .item {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
    outline: transparent solid 2px;
    outline-offset: 0px;
}
.fx3 a:hover .item, .fx3 a:focus .item {
    opacity: 1;
    outline: #235353 solid 2px;
    outline-offset: -10px;
}
.fx3 a:hover .brand-img {
    opacity: 0.2;
}
.fx3 h4, .fx3 p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fx3 a .item h4 {
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    color:#235353;
    text-transform: uppercase;
    width: 90%;
    top:42%;
    left:0;
    right:0;
    margin:0 auto;
    text-align: center;
    opacity: 0;}
.fx3 a:hover .item h4, .fx3 a:focus .item h4 {opacity: 1;}
.navbar-toggler:focus {
    border: 0 !important;
    box-shadow: none !important;
}
.navbar-toggler {
    border: 0 !important;
}
.nav-link:focus {
    outline: 0;
}
.dropdown-item:active {
    background-color: #C3CC00;
}



@media screen and (max-width: 1200px) {
    .rights-line{
        text-align: center;
    }
    .contact-us-main{
        height: 1000px;
    }
    .materials-images{
        justify-content: space-around;
    }
    .material-rectangle{
        width: 23%;
        height: auto;
        flex-basis: unset;
    }
    .material-card{
        flex-basis: 45%;
    }
    .latest-pro-container{
        width: 90%;
        margin: 0 auto;
    }
    .latest-pro-card {
        width:22%;
        flex-basis: unset;
    }
    .product-list-container {
        width: 95%;
    }
    .product-list-card {
        width: 30%;
        flex-basis: unset;
    }
    .circles-row {
        width: 95%;
    }
    .circles-row-elements {
        width: 24%;
        flex-basis: unset;
    }
    .partners-logo-row {
        width: 98%;
    }
    .partner-logo-container {
        width: 30%;
    }
}

@media screen and (max-width: 992px) {
    .materials-images{
        justify-content: space-around;
    }
    .material-rectangle{
        width: 30%;
        height: auto;
        flex-basis: unset;
    }
    .latest-pro-container{
        width: 90%;
        margin: 0 auto;
    }
    .latest-pro-card {
        width:30%;
        flex-basis: unset;
    }
    .product-list-container {
        width: 95%;
    }
    .product-list-card {
        width: 45%;
        flex-basis: unset;
    }
    .circles-row {
        width: 100%;
    }
    .circles-row-elements {
        width: 28%;
        flex-basis: unset;
    }
    .partners-logo-row {
        width: 100%;
    }
    .partner-logo-container {
        width: 42%;
    }
    .contact-container {
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .contact-map{
        width: 100%;
    }
    .contact-inputs{
        width: 100%;
        align-items: center;
        margin-bottom: 30px;
    }
    .contact-button{
        margin-right: 0%;
    }
    .contact-overlay{
        height: 1000px;
    }
}

@media screen and (max-width: 600px) {
    .this-fluid{
        width: 100%;
    }
    .navbar-expand-lg.navbar-nav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .available-materials{
        width: 95%;
    }
    .material-cards{
        justify-content: center;
    }
    .material-card{
        flex-basis: unset;
    }
    .image-box {
        height: 100%;
        width: 100%;
    }
    .banner-text-button {
        top: 19%;
        right: 3%;
        width: 33%;
    }
    .commercial-banner{
        height: 304px;
        border-radius: 10px;
    }
    .logo-img{
        width: 50vw;
    }
    .word{
        font-size: 7vw;
    }
    .grey-note-line{
        display: none;
    }
    .index-main{
        margin-top: 15px;
    }
    .navbar-expand-lg .navbar-nav{
        flex-direction: column;
        background-color: white;
        justify-content: center;
        align-items: center;
    }
    .description{
        text-align: center;
    }
    .latest-pro-card{
        width: 10rem;
        flex-basis: unset;
    }
    .latest-pro-container{
        width: 92%;
        margin: 0 auto;
    }
    .footer-container{
        width: 100%;
        flex-direction: column;
    }
    .footer{
        height: auto;
        margin-top: 20px;
        padding-top: 10px;
    }
    .footer-column{
        align-items: center;
    }
    .footer-rows{
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 0.9rem;
    }
    .footer-title{
        font-size: 1.3rem !important;
        margin-bottom: 0;
    }
    .footer-icons-row{
        width: 50%;
        padding-bottom: 20px;
    }
    .social-icon{
        font-size: 20px;
    }
    .navbar-nav.nav-link{
        align-items: center;
    }
    .dropdown, .dropend, .dropstart, .dropup{
        width: 100%;
    }
    a.nav-link{
        text-align: center;
    }
    .material-rectangle{
        width: 170px;
        height: 170px;
        flex-basis: unset;
    }
    .service-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-direction: column-reverse;
    }
    .ser-text {
        width: 100%;
        padding-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .ser-text-bold-line{
        width: 90%;
    }
    .ser-image{
        width: 100%;
    }
    .reverse-row{
        flex-direction: column-reverse !important;
    }
    .contact-container {
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .contact-map{
        width: 100%;
    }
    .contact-inputs{
        width: 100%;
        align-items: center;
        margin-bottom: 30px;
    }
    .contact-button{
        margin-left: 0%;
    }
    .contact-overlay{
        height: 1000px;
    }
    .more-than-row{
        width: 100%;
        flex-wrap: wrap;
    }
    .m-t-w {
        font-size: 0.8rem;
        width: 90%;
    }
    .m-t-num {
        font-size: 1.6rem;
    }
    .partner-logo {
        width: 50px;
        height: auto;
    }
    .Vision-txt {
        width: 100%;
    }
    .target-inner-rectangle{
        margin-bottom: 20px;
    }
    .res-center-title{
        text-align: center;
    }
    .about-circle {
        width: 130px;
        height: 130px;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        font-size: 20px;
    }
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .alhadeeseh-nav {
        height: 67px;
    }
    .product-list-card {
        width: 10rem;
        flex-basis: unset;
    }
    a.nav-link {
        font-family: 'GESS';
    }
    .contact-inputs form {
        width: 100%;
    }
    .circles-row {
        width: 100%;
    }
    .circles-row-elements {
        width: 40%;
        flex-basis: unset;
    }
    .brands-card{
        width: 9rem;
        flex-basis: unset;
    }
    .brands-container{
        width: 95%;
        margin: 0 auto;
    }
    .background-image{
        background-attachment: unset;
    }
    .partners-logo-row {
        width: 100%;
    }
    .partner-logo-container {
        width: 42%;
    }
  }
