.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(16, 91, 177, 0.692);
    z-index: 9;
}

.sticky-logo p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    font-family: cursive;
    line-height: 1;
}

.sticky-logo h1 span {
    color: #ffa62b;
}

.header-area.stick {
    background-color: rgba(16, 91, 177, 0.692);
    height: 90px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-area.stick h1 span {
    color: #ffa62b;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    text-transform: capitalize;
    color: rgba(16, 91, 177, 0.692);
}

.section-headline h2::after {
    border: 1px solid rgba(16, 91, 177, 0.692);
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.our-skill-area {
    background: rgba(248, 248, 248, 0.8) url("../img/slider/1.jpg") no-repeat fixed center top / cover;
}

.wellcome-area {
    background: rgba(248, 248, 248, 0.8) url("../img/slider/1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.reviews-area {
    background: url(../img/slider/1.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}

.work-right-text {
    background: rgba(240, 67, 24, 0.527) none repeat scroll 0 0;
    float: right;
    height: 100%;
    overflow: hidden;
    padding: 71px 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.awesome-img>a::after {
    background: #f7440dd5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.pri_table_list button {
    background: rgba(53, 127, 211, 0.466) none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
    margin-bottom: 25px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
}

.pri_table_list>button:hover {
    background-color: #f7440dd5;
    border: 1px solid #333;
    color: #333;
}

.test-overly {
    background: rgba(53, 127, 211, 0.466);
    position: absolute;
    width: 100%;
    height: 100%;
}

.testi-overly {
    background: #ffa62b none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}