@font-face{
    font-family: 'Cairo-Medium';
    src: url('Cairo-Medium.ttf') format('truetype');
}
@font-face{
    font-family: 'Cairo-Bold';
    src: url('Cairo-Bold.ttf') format('truetype');
}
.Bold-fo{
    font-family: Cairo-Bold;
}
.color1{
    color: #632223;
}
.padding-me{
    padding: 20px;
}
.color2{
    color: #3A4B41;
}
.color3{
    color: #3A4B41;
}
.color4{
    color: #fff;
}
.bg-color1{
    background-color: #3A4B41;
}
.bg-color2{
    background-color: #3A4B41;
}
.bg-color3{
    background-color: #3A4B41;
}
.bg-color4{
    background-color: #fff;
}
.bg-color5{
    background-color: #e9e7e7;
}
body{
    font-family: Cairo-Medium;
    font: #3A4B41;
    font-size: 20px;
    background-color: #f9f8f8;
}
ul{
    padding-right: 40px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
.li-a {
    color: #3A4B41;
    font-size: 25px;
    margin: 15px;
    text-decoration: none;
    align-self: center;
}

li a:hover, a:hover {
    text-decoration: none;
    color: #3A4B41;
}
.active {
    background-color: #3A4B41;
}
.mainslogan2,.mainslogan{
    position: absolute;
    margin-top: -25%;
    width: 35%;
    margin-right: 10%;
}

.imglogo {
    width: 350px;
}

.mainslogan > h1 {
    font-size: 80px;
    color: #fff;
    padding: 0px;
}

.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 70%;
    max-height: 100vh;
    margin: auto;
    background-color: #3A4B41;
    overflow: hidden;
}
/* The dots/bullets/indicators */
.slid-img{
    width: 100vw;
    height: 100vh;
    opacity: 1;
    background-position: left ;
    object-fit: cover;
}

.gradiant{
    background: #3A4B41;
}
.scale,.trans{
    transition: 0.5s;
}
.scale:hover{
    scale: 1.1;
}
.trans:hover{
    margin-top: -30px;
}
.box-shadow{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.homecover{
    background:  url("../img/1.jpg");
    background-size:cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
    padding: 0px;
    box-shadow: inset 0 0 0 2000px rgba(1, 41, 94, 0.205);
}
.vission{
    background:  url("../img/stump.jpg");
    background-size:cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
}
button{
    width: 200px;
    background-color: #3A4B41;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 15px;
    margin-top: 15px;
    transition: .4s ease;
}
button:hover{
    background-color: #fff;
    color: #3A4B41;
}
.download{
    text-decoration: underline;
    color: #fff;
}
.download:hover{
    color: #a0b6a9;
}
.services{
    border: 3px solid #3A4B41;
    border-radius: 10px;
    padding: 10px;
    height: 420px;
}
.mission{
    width: 300px;
    height: 350px;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px;
    border-radius: 10px;
}
.goals{
    height: 450px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}
.right-border{
    border-right: 3px solid #3A4B41;
}
.cargo-img{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.cargo-img:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.iso{
    margin-top: -150px;
}
.iso-co{
    background:  #3A4B41;
    background-size:cover;
    background-position: right;
}
.iso-img{
    width: 350px;
    height: 450px;
    object-fit: cover;
    box-shadow: 15px 15px #89b09a;
}
.itext{
    width:80%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border: 2px  solid #fff;
    margin-bottom: 10px;
    font-size: 20;
    color: #fff;
    outline: none;
    padding: 10px;
    border-radius: 5px;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
    text-align: right;
}
footer{
    background:  url("../img/Footer-BG.jpg");
    background-size:cover;
    color: #fff;
    text-align: center;
}
.col-sm{
    margin-top: 10px;
}
@media screen and (min-width: 300px) and (max-width: 600px) {

    .container,.container-fluid{
        overflow: hidden;
    }
    .mainslogan2,.mainslogan{
        margin-top: -185%;
        width: 85%;
    }
    .mainslogan2{
        margin-right: 0%;
    }
    .main-ico{
        width: 45%;
        margin: 5px;
    }
    .services{
        width: 90%;
        margin-bottom: 20px;
    }
    footer{
        text-align: center;
    }
    .iso-co{
        overflow:visible;
    }
    .imglogo {
        width: 150px;
    }
    .navbar-toggler {
        width: 70px;
    }
}