.slider-p {
    font-size: 11px!important;
    line-height: 11px;
    letter-spacing: 24px;
    text-transform: uppercase;
    text-align: inherit;
    padding-left: 15px;
}

#mainMenu nav>ul>li>a {
    font-weight: 200;
    letter-spacing: 3px;
}

.ruler {
    background-image: url(../images/ruler.png);
    height: 15px;
}

.ruler2 {
    background-image: url(../images/ruler2.png);
    height: 15px;
}

.big-h5 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 45px;
}

.big-h5 span {
    font-weight: 300;
}

.big-p {
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 28px;
    letter-spacing: 0px;
    color: #7b7b7b;
    font-style: italic;
}

.aboutus-btn {
    border: 1px solid #000;
    padding: 15px;
    background: none;
    transition: 0.3s;
}

.aboutus-btn:hover {
    border: 1px solid #000;
    color: #fff;
    padding: 15px;
    background: #000;
    transition: 0.3s;
}

.aboutus-btn-dark {
    border: 1px solid #fff;
    padding: 15px;
    background: none;
    color: #fff;
    margin-left: 20px;
    margin-top: 30px!important;
}

.big-img {
    width: 100%;
    max-width: 1000px;
    height: 520px;
    background-image: url(../images/p1.jpg);
    background-position: center;
    background-size: cover;
    transition: 0.5s;
    cursor: pointer;
}

.small-img {
    width: 100%;
    max-width: 500px;
    height: 255px;
    background-image: url(../images/p2.jpg);
    background-position: center;
    background-size: cover;
    transition: 0.5s;
    cursor: pointer;
}

.small-img1 {
    width: 100%;
    max-width: 500px;
    height: 250px;
    background-image: url(../images/p3.jpg);
    background-position: center;
    background-size: cover;
    transition: 0.5s;
    cursor: pointer;
}

.p-photo:hover {
    filter: blur(.1em);
    transition: 0.5s;
}

.awards img {
    filter: grayscale(100%);
    cursor: pointer;
    transition: 0.5s;
}

.awards img:hover {
    filter: grayscale(0%);
    cursor: pointer;
    transition: 0.5s;
}

.hire-me h1 {
    font-weight: bolder;
    font-size: 4.5rem;
}