body {
    background: url(../img/bg_blur.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

p {
    font-family: IRANSans;
    color: #282828;
    font-size: 1.25rem;
    text-align: right;
}
.btn {
    font-family: IRANSans;
    font-weight: 600;
}
/*.fa {
    color: #00ff00;
}*/
.title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.project {
    width: 100%;
    height: 380px;
    background-image: url('../img/1month.png');
    background-size: contain;
    background-position: center;
    padding: 0 !important;
    float:left;
    background-repeat: no-repeat;

}

.project-2 {
    background-image: url('../img/3month.png');
}

.project-3 {
    background-image: url('../img/6month.png');
}


.project-hover {
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(21, 71, 163, 0.93);
    padding: 10% 30px !important;
    border-radius: 3px;
}

.project-hover hr {
    height: 30px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffc107;
    border: 0;
}

.project-hover a {
    padding: 5px 35px !important;
    color: rgb(0, 0, 0);
    background-color: #ffc107;
    padding: 2px 22px;
    line-height: 40px;
    font-family: IRANSansBold;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    font-size: 17px;
}

.project-hover a:hover {
    border-color: rgba(51, 51, 51, 1);
    color: #000;
    background-color: #FFF;
    text-decoration: none;

}

.project:hover .project-hover {
    opacity: 1;
}

.project:hover .project-hover hr {
    width: 100%;
    height: 5px;
}
.righttext {
    text-align: right;
}
h1,h2,h3,h4,h5 {
    color: #282828;
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .griddiv {
        display: flex;
    }
}


/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .griddiv {
        display: flex;
    }
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    .griddiv {
        display: flex;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 768px) {

  .btndl {
      margin-bottom:10px;
  }
}
.fa-android {
    color: #99CC00;
}
.fa-apple {
    color: #E0E0E0;
}