@media (min-width: 280px) and (max-width: 1399px){
    .bannerCont .bannerTitle h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3,
    .newsBox .date,
    h4 {
        font-size: 20px;
    }
    section {
        padding: 60px 0;
    }
    .bannerCont.innerBanner {
        height: 585px;
    }
    .teamSect .teamTitel h3 {
        max-width: 600px;
    }
    .designation {
        font-size: 16px;
    }
    .fullStop {
        width: 8px;
        height: 8px;
    }
    .bannerCont.innerBanner.contactus .bannerTitle {
        left: 15%;
    }
    section.projPage {
        padding-top: 80px;
    }
}

@media (min-width: 280px) and (max-width: 1199px){
    .bannerCont .bannerTitle h1 {
        font-size: 30px;
    }
    .bannerCont .bannerTitle p {
        font-size: 26px;
    }
    h2 {
        font-size: 26px;
    }
    h3,
    .newsBox .date,
    h4 {
        font-size: 18px;
    }
    .designation {
        font-size: 14px;
    }
    .workBox {
        width: 320px;
        margin:20px auto;
    }
    section {
        padding: 60px 0;
    }
    .teamSect .teamTitel h3 {
        max-width: 540px;
    }
    .fullStop {
        width: 6px;
        height: 6px;
    }
    .bannerCont.innerBanner.portArchit .bannerTitle {
        width: 70%;
    }
    section h2.dimonBox:before {
        top: 75px;
    }
    section.projPage {
        padding: 80px 0 60px;
    }
}

@media (min-width: 280px) and (max-width: 1023px){
    .bannerCont.news {
        background-position: right center;
    }
    .bannerCont.aboutus,
    .bannerCont.portArchit {
        background-position: center center;
    }
    .bannerCont.innerBanner.news .bannerTitle {
        left: 24%;
    }
    .bannerCont.innerBanner.contactus .bannerTitle {
        left: 12%;
    }
    .imageCont {
        min-height: calc(100vh - 254px);
    }
}

@media (min-width: 280px) and (max-width: 991px){
    .nav-icon {
        display: block;
    }
    .siteMenu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 70px;
        background-color: rgba(255,255,255,0.9);
        padding: 10px 5%;
    }
    .siteMenu.show {
        display: block;
    }
    .siteMenu ul li {
        float: none;
    }
    .siteMenu ul li + li {
        margin: 0;
    }
    .siteMenu ul li a {
        padding: 10px 0;
        display: inline-block;
    }
    .siteMenu ul li .submenu {
        background-color: transparent;
        padding: 0;
        left: 140px;
        right: inherit;
        top: 0;
        z-index: 9;
    }
    .siteMenu ul li .submenu li {
        float: left;
        text-align: left;
        margin-right:50px
    }
    section {
        padding: 40px 0;
    }
    .bannerCont.innerBanner {
        height: 485px;
    }
    .imageCont {
        height: auto;
        overflow-y: inherit;
        min-height: auto;
    }
    .imageCont .innerImg {
        height: auto;
        overflow: inherit;
        position: inherit;
    }
    .bannerCont.innerBanner.aboutus .bannerTitle {
        width: 70%;
    }
}

@media (min-width: 280px) and (max-width: 767px){
    footer p {
        text-align: center;
    }
    .clientComment .commInner {
        margin-top: 40px;
    }
    .videoBox {
        width: 100%;
    }
    .bannerCont.innerBanner.portArchit .bannerTitle {
        width: 90%;
    }
    .bannerCont.innerBanner.contactus .bannerTitle {
        left: 10%;
        width: 75%;
    }
    .content {
        min-height: calc(100vh - 80px);
    }
    footer {
        height: 80px;
    }
    .bannerCont.innerBanner.news .bannerTitle {
        left: 6%;
    }
    .bannerCont.contactus {
        background-position: right 70% center;
    }
}

@media (min-width: 280px) and (max-width: 639px){
    .teamBox {
        padding: 20px;
    }
    .testmWrapper .clientName {
        font-size: 20px;
    }
    .bannerCont.innerBanner.aboutus .bannerTitle {
        width: 90%;
    }
    .bannerCont.innerBanner.news .bannerTitle {
        width: 40%;
    }
    .bannerCont.innerBanner.contactus .bannerTitle {
        left: 10%;
        width: 90%;
    }
    .bannerCont.news {
        background-position: right 22% center;
    }
    .bannerCont.contactus {
        background-position: right 60% center;
    }
    .bannerCont.aboutus {
        background-position: left 40% center;
    }
}

@media (min-width: 280px) and (max-width: 479px){
    .bannerCont .bannerTitle h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3,
    .newsBox .date,
    h4 {
        font-size: 16px;
    }
    p,
    .normLink,
    .doBox ul li,
    .icon-text p {
        font-size: 14px;
    }
    .bannerCont .bannerTitle p {
        font-size: 22px;
    }
    .workBox {
        width: 100%;
    }
    .philoCont {
        padding: 20px;
    }
    .testmWrapper .clientName {
        font-size: 18px;
    }
    .projeThumb .overlayProj .innerBox .projTitle, .projeThumb .overlayProj .innerBox .complDate {
        font-size: 16px;
    }
    .bannerCont.innerBanner.news .bannerTitle {
        width: 60%;
    }
}