
footer .logo img{
    width: 200px;
}
.director-sec {
    background: #fff;
    padding: 100px 0;
}
.director-sec .title {
    font-size: 40px;
    font-weight: 600;
    color: #00a4e4;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
/*.director-sec .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 120px;
    height: 3px;
    top: 45px;
    background: #e8e8e8;
    margin: auto;
}*/
.director-sec h3 {
    font-size: 24px;
    color: #868686;
    margin-top: 0;
}
.director-sec p {
    font-size: 14px;
    color: #868686;
    margin-top: 0;
}
.director-txt {
    background: #fff;
    padding: 23px 0;
}
.bordr-sec {
    position: relative;
    padding: 30px 0;
}
.brdr-top {
    position: absolute;
    left: 60px;
    top: 0;
    width: 70%;
    height: 3px;
    background: #a29e9e;
}
.brdr-right {
    position: absolute;
    right: 280px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #a29e9e;
}
.brdr-botm {
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 70%;
    height: 3px;
    background: #a29e9e;
}
.brdr-left {
    position: absolute;
    left: 60px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #a29e9e;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .brdr-right {

        right: 220px;

    }
}
@media (max-width: 1023px) {
    .brdr-top {
        display: none;
    }
    .brdr-right {
        display: none;
    }
    .brdr-botm {
        display: none;
    }
    .brdr-left {
        display: none;
    }


}