p {
    font-size: 1.6rem;
}

.internal-banner {
    background-image: url('../img/banner/internal-banner.jpg');
    background-size: cover;
    background-position: center center;
    height: 28rem;
    position: relative;
}

.bannerInfo {
    position: absolute;
    bottom: 3.5rem;
    left: auto;
    right: auto;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-top: 2rem;
    padding-left: 0;
}

.breadcrumb-item,
.breadcrumb-item>a {
    font-size: 13px;
    color: #abb3bd;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #abb3bd;
}

.internal-banner .page-title h1 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #cdd2da;
    padding-bottom: 1rem;
    position: relative;
}

.internal-banner .page-title h1::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 3px;
    background-color: var(--color-secondary);
    bottom: 0;
    left: 0;
}

.internal-head {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

/* About */
.aboutIntro {
    background-image: url('../img/bg-about-info.jpg');
    background-position: center center;
}

.aboutInfo3 {
    padding: 7rem 0;
}

.aboutInfo3 p {
    color: #aeb4c6;
}

.service-box {

    background-size: cover;
    height: 265px;
    color: var(--color-white);
    margin-bottom: 2rem;
    position: relative;
}

.service-box.service-1 {
    background-image: url('../img/services/glazing.jpg');
}

.service-box.service-2 {
    background-image: url('../img/services/cladding.jpg');
}

.service-box .service-name {
    font-size: 1.6rem;
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.service-box .service-link {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #addcec;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.service-box .service-link .fa {
    color: var(--color-primary);
}

.service-box:hover .service-link {
    background-color: var(--color-secondary);
}

/* Contact */
.contactDetail .card .card-header h3 {
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0;
}

.contactDetail .card-body {
    font-size: 15px;
}

.contactDetail .card-body a {
    color: inherit;
    display: inline-block;
}

.contactDetail .card-body a:hover {
    text-decoration: underline;
    color: blue;
}

.contactDetail .card-body .fa {
    margin-right: 1rem;
    color: var(--color-primary-light);
}

.formStyle .form-group {
    margin-bottom: 2rem;
}

.formStyle .form-control {
    border-radius: 2px;
    height: 40px;
    box-shadow: none;
    border: #d8dce1 solid 1px;
    border-bottom: #6fb0ff solid 1px;
    color: #393b3f;
    font-size: 15px;
}

/* Services */
.factor-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333333;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.factor-name::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 4px;
    background-color: var(--color-secondary);
    left: 0;
    bottom: 0;
}

.factor-list li {
    font-size: 1.6rem;
    color: #333333;
    margin-bottom: 8px;
    padding-left: 2.5rem;
    position: relative;
}

.factor-list li::before {
    content: url('../img/icon/icon-list.png');
    position: absolute;
    left: 0;
    top: 3px;
}

.materialWrap {
    background-image: url('../img/services/bg-diamond.jpg');
    background-size: cover;
    color: var(--color-white);
}

.material-box {
    margin-top: 2rem;
}

.material-name {
    margin: 5px 0 1rem;
    display: block;
}

.materialImg {
    border-radius: 6px;
}

.workBox {
    border: 1px solid var(--color-secondary);
    border-radius: 1rem;
    padding: 0 2rem 2rem;
    height: 100%;
    position: relative;
}

.work-name {
    font-size: 2.2rem;
    font-weight: 600;
    background-color: var(--color-white);
    color: var(--color-primary);
    text-transform: uppercase;
    margin-top: -15px;
    display: inline-block;
    padding: 0 2rem;
}

.work-list li {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 3rem;
    position: relative;
}

.work-list li:not(:last-child):after {
    content: url('../img/services/list-down-arrow.jpg');
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
}

.table td,
.table th {
    padding: 6px 1rem;
}

.table thead th {
    background: var(--color-primary);
    color: var(--color-white);
    border-bottom: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.table td {
    font-size: 1.5rem;
    font-weight: 400;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(249 249 249);
}

.drawrap {
    background-color: var(--color-secondary);
}

.whiteBox {
    background-color: var(--color-white);
    padding: 2rem;
    transition: .5s;
}

.whiteBox h4 {
    font-weight: 600;
}

.whiteBox a .fa {
    font-size: 1.8rem;
    color: var(--color-secondary);
    margin-top: 5px;
}

.typesWrap .factor-list li a {
    font-size: 1.4rem;
}

/* Projects */
.projCol {
    position: relative;
}

.proj-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(48, 64, 172, .9);
    color: var(--color-white);
    border-top: 3px solid var(--color-primary-light);
    width: 100%;
    padding: 1rem;
}

.proj-details span {
    display: block;
}

.proj-details span .fa {
    margin-right: 5px;
}

.proj-info {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
}

.location {
    font-size: 13px;
    font-weight: 300;
}

.projCol img {
    height: 28rem;
    width: 100%;
}



@media screen and (min-width: 1199px) {
    .materialWrap .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 992px) {

    .aboutInfo2,
    .aboutInfo3 {
        margin-bottom: 7rem;
        position: relative;
    }

    .aboutInfo2::before {
        content: url('../img/about-1.png');
        position: absolute;
        right: 0;
        top: 20%;
        z-index: 10;
    }

    .aboutInfo3::before {
        content: url('../img/about-2.png');
        position: absolute;
        left: 0;
        top: -30%;
        z-index: 10;
    }
}

@media screen and (max-width: 1199px) {
    .aboutInfo3::before {
        left: -6%;
    }

    .aboutInfo2::before {
        right: -6%;
        top: 10%;
    }
}

@media screen and (max-width: 991px) {
    .work-list li:not(:last-child) {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #f9e1b3;
    }

    .work-list li::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .internal-head {
        text-align: center;
    }

    .whiteBox,
    .typesWrap .factor-list {
        margin-bottom: 2rem;
    }

    .factorCol {
        box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
        border-radius: 5px;
        padding: 2rem;
        margin-bottom: 3rem;
    }

    .projCol img {
        height: 22rem;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .internal-head {
        font-size: 2.6rem;
    }

    .bannerInfo {
        left: 5%;
    }

    .service-box {
        background-size: 100% 100%;
        height: 175px;
    }

    .aboutInfo3 {
        padding: 3rem 0;
    }

    .contactDetail .card-body {
        font-size: 14px;
    }

    .whiteBox h4 {
        display: inline-block;
    }

    .whiteBox a {
        margin-left: 1rem;
    }

    .workBox {
        margin-bottom: 3rem;
        height: inherit;
    }

    .work-name {
        margin-top: 0;
        padding: 2rem 0 0;
    }

    .materialImg {
        width: 100%;
    }

    .gallery div[class*="col-"]:nth-child(odd) {
        padding-right: 5px;
    }

    .gallery div[class*="col-"]:nth-child(even) {
        padding-left: 5px;
    }
}

@media screen and (max-width: 320px) {
    .service-box {
        height: 150px;
    }
}

.thank-you-container {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;

}

.thank-you-container i {
    font-size: 100px;
}

.thank-you-container h2 {
    font-size: 1.4rem;
    line-height: 2rem;
}