@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot');
}
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.ttf');
}
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.woff');
}

body{
    font-family: 'BYekan';
}
/* قسمت مربوط به منو اصلی */
.mainnavbar {
    border-bottom: 1px solid #2aabd2;


}
.navbar-default{
    border:none;
    min-height:inherit;
background-color: snow;


    margin:0;
    padding: 15px 20px 10px 0;
}
#mynavbar>ul>li>a{
     font-size: 16px;
     color: midnightblue;

    font-weight: 600;
 }
#mynavbar>ul>li>a:hover{
    color:black;background-color: #9acfea;
    border-radius: 45%;
}

.navbar-brand{
    padding: 0;

}
@media only screen and (max-width: 768px) {
    .navbar-brand{
        margin-bottom: 20px;
    }
    .jumbotron{
        padding: 80px 20px 0 0 !important;
    }
    #mynavbar{
        clear: right !important;
    }
    #mynavbar>ul{margin-right: 10px !important;}
    #mynavbar>ul>li>a:hover{border-radius: 0;}


}
.navbar-brand>img{
    margin:0;
    border-radius: 30px;
}
/* Css for Banner */
.jumbotron{
    background-color: transparent;
    padding: 90px 0 90px 90px;
}
.big{
    line-height: 21px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #122b40;
    font-weight: 400;
    padding-top: 10px;

}
.jumbotron>a{
    border-radius: 20px;
    margin-top: 95px;

}
.jumbotron>a:hover,.jumbotron>a:focus{
    background-color: #e43c5c;
    color:#fff;
    border-color: #e74c3c;
}
.company{
    line-height: 70px;
    border-width: 0;
    margin: 0;padding: 0;
    color: #3c763d;

}
#home{
    background-image:url("../images/banner3.jpeg");

    background-repeat: no-repeat;
    background-position-y: 60px;
    background-size: cover;
    min-height: 500px;
}
/* Css for CTA*/
.cta1{
    background-color: #a94442;
    padding: 40px 0;

}
.cta1 .white>h2{
    color:#fff;
}
.cta1 .white>p{
    color:#fff;
}
/* Css for services */
.line-bottom{
    width: 100px;
    height: 3px;
    background-color: #2aabd2;
}
#services .box{
    margin: 0 0 60px;
    display: inline;
    text-align: center;
}
#services .icon{
    width: 75px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    border:1px solid #e9e9e9;
    line-height: 75px;
    position: relative;
    right: 40%;
    color:#7b5b5b;;
    font-size: 30px;

    transition: all 0.5s ease-in-out;
}
#services .icon:hover{
    background-color: #122b40;
    opacity: 0.8;
    cursor: pointer;
    color: whitesmoke;
}
/*End of Css for Services */
/* Css for portfolio */
.mix
{
    display:none;
}
#portfolio{
    background-color: #afd9ee;
    margin-top: 50px;

}
.fill-bnt{
    margin-bottom: 30px;

}
.filter{
    background-color: #122b40;
    color: #fff;
    padding: 15px 30px;
    border-right: 1px solid whitesmoke;
    display: inline-block;
    position: relative;
    font-size: 20px;
}
.fill-bnt .active{
    background-color: #dca7a7;
}
.fillimg{
    margin-bottom: 30px;

}
/* End of Css for portfolio*/
.cta1 h3{
    color: whitesmoke;
}
cta1 a{
    color: black;
}
/* Form CSS */
.text-field-box{
    background-color: navajowhite;
    border: 1px solid #122b40;
    border-radius: 10px;
    line-height: 60px;
    height: 60px;
    text-align: right;
    color: #444444;
    font-size: 14px;
    padding: 0 30px;
    width: 100%;



}
.button-medium{
    background-color: whitesmoke;
    border-radius: 40px;
    color: #101010;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 9px #999;
    width: 150px;
    clear: both;
}
.button-medium:hover {background-color: #3e8e41}

.button-medium:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
/* Css for footer */
footer{
text-align: center;
    margin-top: 40px;
background-color: #040e18;
    padding-bottom: 20px;
}
footer h3{
    color: snow;
    padding-bottom: 30px;
}
footer li{
    margin: 5px;
    display: inline-block;

}
footer ul>li>a{

    padding: 9px;
    line-height: 13px;
}
footer ul{
    padding: 0;
}