@font-face {
    font-family: parastoo;
    src: url('~/Content/fonts/Parastoo.eot');
    src: url('~/Content/fonts/Parastoo.eot?#iefix') format('FontName-opentype'), url('~/Content/fonts/Parastoo.woff') format('woff'), url('~/Content/fonts/Parastoo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.name{
  width: 45%;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*.navbar-collapse{
      margin-left: 140px;
}*/


@media screen and (min-width: 780px) {
.navbar-brand{
  position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
}
}

.home-area {
    background-position: 85% center;
    background-image: url(../../Content/img/home03.jpg);
}

@media (max-width:768px) {
    .home-area {
        background-position: 24% center;
        background-image: url(../../Content/img/mobile.jpg);
        padding-top: 115%;
    }
}

/*@media screen and
    (min-width: 768px) and
    (max-width: 1023px) {
        .home-area {
            background-position: 24% center;
            background-image: url(../../Content/img/mobile.jpg);
            padding-top: 80%;
        }
}

@media screen and
    (min-width: 768px) and
    (max-width: 1023px) {
    .home-area {
        background-position: 24% center;
        background-image: url(../../Content/img/home03.jpg);
    }
}*/
.desc-Home {
    font-size: 25px;
    font-weight: bolder;
}
@media (max-width:575.98px) {
    .desc-Home {
        font-size: 14px;
    }
}
    h4 {
        font-family: parstoo;
    }