/*-- creative --*/
.creative {
    background: url(../pic/wood0.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
h3.title-w3 {
    font-size: 42px;
    color: #333;
    font-weight: 600;
}
.creative p {
    color: #333;
    font-weight: 500;
    max-width: 650px;
}
/*button*/
.creative a {
    background: none;
    color: #a06948;
    border: 2px solid #a06948;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 0px;
}
.creative a:hover {
    color: #fff;
    background: #a06948;
}
/*-- //creative --*/

/*-- about --*/
a.serv_link.btn {
    background: none;
    color: #a06948;
    border: 2px solid #a06948;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px;
}
a.serv_link.btn:hover {
color: #fff;
    background: #a06948;
}
h3.main-title-w3pvt {
    line-height: 38px;
    font-size: 28px;
    letter-spacing: 2px;
}
.about-right img {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .3);
    padding: 8px;
}

.border-pos-wthree {
    position: absolute;
    width: 90%;
    height: 65%;
    border: 4px solid #ccc;
    top: -17px;
    left: 10%;
}

.border-pos-wthree1 {
    position: absolute;
    width: 90%;
    height: 65%;
    border: 4px solid #ccc;
    bottom: -17px;
    left: -1%;
}

/*-- //about --*/

/*-- specialization --*/
.specialization {
    background: #f4f8fa;
}
.specialization .row{
     display: flex;
    justify-content: space-between;
    margin-right: 100px;
}
.about-main span {
    font-size: 16em;
    margin: 0;
    line-height: .8em;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background: url(../pic/wood.jpg) repeat center;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}

.about-main h4 {
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 50px;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
    width: 260px;
}

.news-grids p {
}
.news-grids img {
}
h3.heading {
    font-size: 28px;
    letter-spacing: 2px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
}
h3.heading span {
    display: block;
}
.aboutImg{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
/*-- //specialization --*/
@media screen and (max-width : 768px){
    .about-main span{
        font-size: 13em;
    }
    .about-main h4{
        margin-left: 0px;
    }
    .creative{
        margin-bottom: 50px;
    }
}
@media screen and (max-width : 425px){
    .about-main{
        width: 100%;
    }
    .about-main h4{
        margin-left: 50px;
    }
    .about-main span {
        font-size: 18em;
    }
    .about-main span{
        font-size: 19em;
    }
}