/*color:#F15929;*/
/*#503A2B*/
/*#66544F*/
body .container-fluid {
    width: 100%;
    padding: 0;
    margin:  0;
}
body , html {
    background-image: url('../img/back-3-pattern.jpeg');
    background-attachment: fixed;
    background-repeat: repeat;
}
.navbar-brand {
    margin-left: 10px;
    position: relative;
    border: transparent;
    width: 100px;
}
.bg-light { 
    background-color: white !important;
    border-bottom: 5px solid #F15929;
}
.navbar-nav{
    flex-grow: 1;
    justify-content: flex-end;
}
@media (max-width:576px){
    .bg-light {
        background-color: white !important;
    }

}
@media (max-width:576px){
    .navbar-nav{
        min-height: calc(100vh - 110px);
        justify-content: space-around;
    }
}
@media (max-width:768px){
    .navbar-nav{
        min-height: calc(100vh - 110px);
        justify-content: space-around;
    }
}
.navbar-nav .nav-item .nav-link {
    color: #F15929 !important;
    text-transform: uppercase;
    padding: 0px 20px;
    font-size: 20px;
}
.navbar-nav .nav-item .nav-link:hover{
    -webkit-text-stroke: 1px ;
    -o-text-stroke:1px;
    -moz-text-stroke:1px;
    -ms-text-stroke:1px;
}
.navbar-nav .nav-item .nav-link::after {
    /*display: block;*/
    content: inherit;
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.navbar-nav .nav-item i{
    color: #F15929;
}
.navbar-nav .nav-item {
    text-align: center;

}
@media (max-width:576px){
    .navbar-nav .nav-item .nav-link {
        /*margin: auto;*/
        text-align: center;
        border-top: 0;
        margin-top: 0px;
        margin-left: 0px;
    }  
}
@media (max-width:768px){
    .navbar-nav .nav-item .nav-link{
        border-top: 0;
        margin-top: 0px;
        text-align: center;
    }  
}
@media (max-width:992px){
    .navbar-nav .nav-item .nav-link{
        font-size: 15px;
    }
}
@media (max-width:1024px){
    .navbar-nav .nav-item .nav-link{
        font-size: 20px;
    }
}
#leaders {
    height:800px;
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
    text-align: center;
    margin: auto;
}
@media (max-width:576px){
    #leaders{
        background-image: url('../img/bg-mob.jpg');
    }
}
@media (width:768px){
    #leaders{
        background-image: url('../img/bg-ipad.jpg');
    }
}
#leaders .title {
    text-align: center;
    font-weight: bold;
    color: white;
    padding-top: 100px;
}
#leaders .title p {
    font-size: 50px;
    text-transform: uppercase;
}
#leaders .title a{
    color: white;
}
@media (max-width:375px){
    #leaders .title p {
        font-size: 30px;
    }
}
@media (max-width:576px){
    #leaders .title p {
        font-size: 30px;
    }
}
@media (max-width:750px){
    #leaders .title p {
        font-size: 30px;
    }
}
.mob-appear {
    display: none;
}
.img-mob{
    display: none;
}
@media (max-width:576px){
    .mob-appear {
        display: block;
    }
}
@media (max-width:576px){
    .img-mob {
        display: block;
    }
}
@media (max-width:576px){
    .img-large {
        display: none;
    }
}
@media (max-width:576px){
    .large {
        display: none;
    }
}
@media (max-width:768px){
    .large {
        display: none;
    }
}
@media (max-width:992px){
    .large {
        display: none;
    }
}
@media (max-width:768px){
    .mob-appear {
        display: block;
        text-align: center;
    }
}
@media (max-width:992px){
    .mob-appear {
        display: block;
        text-align: center;
    }
}
#about hr{
    width: 20%;
    border: 8px solid #66544F;
    border-radius: 5px;
    margin-bottom: 50px;
    left: 100px;
}
#about h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F15929;
    text-align: center;
}
#about .mob-appear  {
    text-align: center;
}
.mob-appear p{
    text-align: left;
    padding: 0 22px;
}
@media (width:768px){
   #about .mob-appear img {
        width: 400px;
        height: 250px;
    }
}
#about .contan .card-body{
    background-color: #F7F7F7;
    padding-bottom: 150px !important ;
    margin-bottom: 0;
    padding-top: 0 !important;
}
#about .contan .card-body p {
    /*margin-left: 200px;*/
    font-size: 16px; 
    color: grey;
    line-height: 30px; 
}
#about .contan-image {
    background-image: url('../img/bg.jpg'); 
    background-attachment: fixed;
    background-size: cover;
}
#services h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F15929;
    text-align: center;
    margin-top: 30px;
}
#services hr{
    width: 15%;
    border: 8px solid #66544F;
    border-radius: 5px;
    margin-bottom: 50px;
}
.card-deck .card img {
    /*height: 300px;*/
}
.card-deck .card .card-body {
    background-color: #F7F7F7;
}
.card-deck .card .card-body h5 {
    font-weight: bold;
    color: #8293A5; 
}
.card-deck .card .card-body p {
    font-size: 14px;
}
#to-top{
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: #F15929;
    color: white;
    transform: translateY(110px);
    transition: all 0.5s;
    border: 2px solid white;
    z-index: 10;
    outline: 0;
}
@media (width:768px){
    #to-top {
      width: 80px;
      height: 80px;
      bottom: 20px;
    }
}
#to-top .fa-2x{
    color: white;
}
#to-top.show{
    transform: translateY(0px);
}
#projects h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F15929;
    text-align: center;
    margin-top: 30px;
}
#projects hr{
    width: 15%;
    border: 8px solid #66544F;
    border-radius: 5px;
    margin-bottom: 50px;
}
.effect{
    color: black;
    text-align: center;
    display: block;
    height:300px;
}
.effect img{
    width:100%;
    height:300px;
    object-fit:cover;
}
@media (max-width:576px){
    .effect{
       margin-bottom: 15px;
    }
}
@media (width:768px){
    .effect {
       margin-bottom: 25px;
    }
}
.four-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.image-without {
    transition: all 0.9s ease  ;
    overflow: hidden;
}
.four-img .centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #F15929 ;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.four-img .image-without:hover {
    transform:  scale(1.15);
    display: block;
}
.four-img .light {
    background-color: white;
    height: 300px;
    width: 100%;    
    position: absolute;
    transition: all 0.2s;
    top: 0px;
    left: 0px;
    /*display: none;*/
    opacity: 0;    
}
.four-img .image-without:hover .light{
    opacity: 0.5    
}
.four-img .image-without:hover .centered{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #F15929 ;
}
#contact h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F15929;
    text-align: center;
    margin-top: 60px;

}
#contact hr{
    width: 15%;
    border: 8px solid #66544F;
    border-radius: 5px;
    margin-bottom: 20px;
}
.foot{
    display: flex;
    justify-content: space-between !important;
}
@media (max-width:375px){
    .foot{
        display: inline;
        text-align: center;
    }
}
@media (max-width:576px){
    .foot{
        display: inline;
        text-align: center;
    }
}
@media (max-width:992px){
    .foot{
        display: inline;
        text-align: center;
    }
}
@media (max-width:768px){
    .foot{
        display: inline;
        text-align: center;
    }
}
@media (max-width:850px){
    .foot{
        display: inline;
        text-align: center;
    }
}
.inquiries h3{
    font-weight: bold;
    margin-bottom: 20px;
}
.inquiries input{
    background-color:  #F7F7F7;
}
.inquiries input:hover{
    background-color: lightgrey;
}
.inquiries textarea{
    background-color:  #F7F7F7;
    margin-top: -24px;
}
.inquiries textarea:hover{
    background-color: lightgrey;
}
.inquiries button {
    width: 150px !important;
    background-color: #F15929 !important;
    color: white !important;
    border: 1px solid #F15929;
    font-size: 20px;
    outline: 0;
}  
.inquiries button{
    margin-bottom: 30px;
}
.inquiries form{
    margin:0px 5px;
}
@media (max-width:576px){
    .inquiries button{
        margin: 0px auto 30px auto;
    }
}
@media (max-width:576px){
    .inquiries p{
        text-align: left;
        padding:0 10px;
    }
}

.Head h3 {
    font-weight: bold;
}
.Employment h3{
    font-weight: bold;
}
.font a{
    text-decoration: none;
    color: #0077B5;
}
.font{
    margin-left: 2px;
    display: flex;
    justify-content: start;

}
@media(max-width:768px){
    .font{
        display: flex;
        justify-content: center;
    }
}
#wuzzuf {
    height: 43px;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 2px;
}
footer{
    border-top: 5px solid #F15929;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0px;
}
#project {
    margin-top: 118px;
    background-color: #F7F7F7;
    height: 188px;
    padding-left: 50px;
    padding-top: 35px;
    position: relative;
}
#project h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #F15929;
}
#project h5 {
    font-weight: bold;
    color: #F15929;
}
#project hr{
    width: 15%;
    border: 8px solid #66544F;
    border-radius: 5px;
    left: 53px;
    position: absolute;
}
@media (max-width:567px){
    #project{
        padding-left: 10px;
        padding-top: 20px;
    }  
}
@media (max-width:567px){
    #project h5 {
        font-size: 20px;
    }  
}
@media (max-width:567px){
    #project h2 {
        font-size: 22px;
    }  
}
@media (max-width:567px){
    #project hr {
        left: 10px;
    }  
}
#project-card{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
@media (max-width:576px){
    #project-card{
        display: block;
    }
}
@media (max-width:768px){
    #project-card{
        display: block;
    }
}
#project-card .text{
    padding-top: 30px;
}

#project-card table{
    border: none;
    margin-bottom: 30px;
}
table td{
    padding-left: 10px;
    vertical-align: top;
}
table tr td:first-child{
    font-weight: bold;
}
#project-card p{
    width: 500px;
    padding-left: 10px;
}
@media (max-width:320px){
    #project-card p{
        width: 280px;
        text-align: left;
        /*padding-left: 5px;*/
    }
}
@media (max-width:576px){
    #project-card p{
        width: 280px;
        text-align: left;
        /*padding-left: 5px;*/
    }
}
@media (width:768px){
    #project-card p , table td{
        padding-left: 50px;
    }
}
@media (max-width:576px){
    #project-card p , table td{
        padding-left: 20px;
    }
}

a.proj{
    background-color: #F15929 ;
    color: white;
    border: 1px solid #F15929;
    margin-left: 8px;
    margin-bottom: 30px;
}
a.proj:hover{
    background-color: #F15929 ;
    color: white;
    border: 1px solid #F15929;
}
@media (max-width:320px){
    a.proj{
        width: 145px;
        padding: 10px;
        margin: 0px auto 30px auto;
    }
}
@media (max-width:576px){
    a.proj{
        width: 145px;
        padding: 10px;
        margin: 0px auto 30px auto;
    }
}
@media (max-width:768px){
    a.proj{
        width: 145px;
        padding: 10px;
        margin: 0px auto 30px auto;
    }
}
 .project-slidder  {
    width: 500px ;
    padding-top: 30px;
    /*height: 428px;*/
}

@media (max-width:576px){
    #project-card .project-slidder{
        width: 300px;
        display: block;
        margin:auto;
    }
}
@media (max-width:768px){
    #project-card .project-slidder{
        margin:auto;
    }
}
