    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    a {
        transition: all 0.5s;
    }
    
    a:hover {
        text-decoration: none;
        outline: none;
    }
    
    a:focus {
        outline: none;
        text-decoration: none;
        outline-offset: inherit;
    }
    
    body {
        font-family: 'Outfit', sans-serif;
    }
    
    header {
        position: fixed;
        top: 0;
        z-index: 99;
        padding-top: 0;
        width: 100%;
        background: #ffffff4a;
        padding-bottom: 0;
    }
    
    .logoImg {
        width: 130px;
    }
    
    .topLinks {
        text-align: right;
        padding-top: 24px;
    }
    
    .topLinks li {
        display: inline-block;
        margin-left: 20px;
        border-left: #ffd3454d solid 1px;
        padding-left: 20px;
    }
    
    .topLinks li:first-child {
        border: none;
    }
    
    .topLinks li a {
        color: #ffd345;
        font-size: 18px;
    }
    
    .topLinks li a:hover {
        color: #fff;
    }
    
    .topLinks li a .bi {
        margin-right: 8px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        /* identical to box height */
        color: #FFFFFF !important;
        cursor: pointer;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #ffd345 !important;
    }
    
    .navbar-light .navbar-nav .active>.nav-link {
        color: #ffd345 !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-item {
        margin-left: 30px;
        position: relative;
    }
    
    .navbar-expand-lg .navbar-nav .nav-item:last-child::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 27px;
        left: -16px;
        background: #ffd345;
        top: 7px;
    }
    
    .homeBaner {
        background: url(../images/homeBanner.jpg) no-repeat;
        height: 650px;
        color: #fff;
        position: relative;
        background-size: cover;
    }
    
    .learnMore,
    .learnMore p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .learnMore {
        margin-top: 280px;
        position: relative;
    }
    
    .learnMore::before {
        background: url(../images/sep-line-white.png);
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 680px;
        height: 14px;
        top: 0;
    }
    
    .learnMore::after {
        background: url(../images/sep-line-white.png);
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 680px;
        height: 14px;
        bottom: 16px;
    }
    
    .learnMore p {
        color: #999;
        height: 3em;
        font-size: 60px;
        line-height: 3em;
    }
    
    .learnMore p strong {
        position: relative;
        overflow: hidden;
        height: 3em;
    }
    
    .learnMore p strong:hover a:link,
    .learnMore p strong:hover a:visited {
        animation-play-state: paused;
    }
    
    .learnMore p strong a:link,
    .learnMore p strong a:visited {
        display: block;
        color: #ceba00;
        position: relative;
        top: 0;
        left: 0;
        text-decoration: none;
        transition: all 0.25s ease-in-out;
        padding: 0 0.15em;
        margin-left: 0.15em;
        animation: topToBottom 15s ease-in-out infinite;
        animation-delay: 1s;
    }
    /* .learnMore p strong a:hover,
.learnMore p strong a:active {
    background-color: #e74c3c;
    color: #333;
} */
    
    @keyframes topToBottom {
        0% {
            top: 0px;
        }
        20% {
            top: -3em;
        }
        40% {
            top: -6em;
        }
        60% {
            top: -9em;
        }
        80% {
            top: -12em;
        }
    }
    
    .homeWrapOne {
        background: url(../images/tabsBg.jpg);
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .homeWrapTwo {
        background: url(../images/construction_process.jpg);
        padding-top: 90px;
        padding-bottom: 40px;
        background-size: cover;
        background-position: center;
    }
    
    .homeWrapThree {
        background: #fff;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .homeWrapFour {
        background: url(../images/construction_clients_background.jpg);
        padding-top: 90px;
        padding-bottom: 40px;
        background-size: cover;
    }
    
    .homeWrapFive {
        background: url(../images/contactBg.jpg);
        padding-top: 90px;
        padding-bottom: 40px;
        background-size: cover;
        color: #fff;
    }
    
    .homeWrapSix {
        background: #f5f5f5;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .headStyle1 {
        color: #2c2c2c;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 50px;
        position: relative;
    }
    
    .headStyle1::before {
        background: url(../images/line.png);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 65px;
        height: 5px;
        top: -17px;
    }
    
    .headStyle2 {
        color: #2c2c2c;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        position: relative;
    }
    
    .homeWrapFive .headStyle2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 80px;
    }
    
    .projectBox {
        box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 9%);
        background: #fff;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin-bottom: 40px;
        border-bottom: #ffd54b solid 2px;
    }
    
    .projectBox h3 {
        padding: 20px 16px;
        color: #606060;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }
    
    .projectBox img {
        width: 100%;
    }
    
    .constuctBox {
        font-size: 19px;
        background: #ffd345;
        padding: 25px 60px;
        line-height: 36px;
        margin: 0;
        border-radius: 10px;
        margin-bottom: 40px;
    }
    
    .constuctBox span {
        display: block;
        position: relative;
    }
    
    .constuctBox span::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        background: #00000026;
        left: -20px;
        top: -7px;
        border-radius: 50px;
        z-index: 9;
    }
    
    .constuctBox span:first-child {
        margin-bottom: 40px;
    }
    
    .projectBoxTwo {
        /* background: #353537; */
        background: #fff;
        padding: 40px 20px 52px 20px;
        border-radius: 8px;
        color: #fff;
        box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 9%);
        text-align: center;
    }
    
    .projectBoxTwo h4 {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        color: #353537;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    
    .projectBoxTwo h4 span {
        color: #ceba00;
        display: block;
        font-size: 18px;
        padding-top: 5px;
        line-height: 22px;
    }
    
    .projectBoxTwo .spanDiv {
        background: #ffd345;
        display: inline-block;
        padding: 5px 0;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 95%;
        color: #5a5a5a;
    }
    
    .projectBoxTwo a {
        color: #5a5a5a;
    }
    
    .customModal .modal-header {
        background: #ffd345;
    }
    
    .modalWrap h4 {
        color: #2c2c2c;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 30px;
    }
    
    .modalWrap p {
        font-size: 16px;
        font-weight: 400;
        color: #606060;
        line-height: 29px;
    }
    
    .constuctBoxTwo {
        margin: 40px 0 20px 0;
    }
    
    .contactBox {
        text-align: center;
    }
    
    .contactBox h4 {
        margin-bottom: 20px;
    }
    
    .contactBox h5 {
        font-size: 18px;
        line-height: 29px;
        color: #ceba00;
    }
    
    footer {
        background: #353537;
        padding: 15px;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 15px;
        color: #FFFFFF;
    }
    
    footer p {
        margin-bottom: 0;
    }
    /* internal css */
    
    .internalBanner {
        position: relative;
    }
    
    .internalBanner .fill {
        height: 350px;
        background-size: cover;
    }
    
    .internalBanner .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
        bottom: 25%;
        left: 9%;
    }
    
    .profileBox {
        background: #fff;
        padding: 40px 20px 52px 20px;
        border-radius: 8px;
        box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 9%);
    }
    
    .profileBox .media {
        align-items: flex-start;
    }
    
    .profileBox .media img {
        width: 150px;
        height: 150px;
        border-radius: 100px;
        margin-right: 40px;
        box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 9%);
    }
    
    .profileBox h5 {
        font-size: 22px;
        line-height: 28px;
        color: #353537;
    }
    
    .profileBox h5 span {
        color: #ceba00;
        display: block;
        font-size: 18px;
        padding-top: 5px;
        line-height: 22px;
    }
    
    .profileBox p {
        margin-top: 20px;
    }
    
    .profileBox p span {
        display: block;
        margin-bottom: 10px;
        color: #5a5a5a;
    }
    
    .profileBox p span .bi {
        margin-right: 10px;
        color: #ceba00;
    }
    
    .profileBox a {
        background: #ffd345;
        color: #5a5a5a;
        padding: 6px 18px;
        display: inline-block;
        border-radius: 23px;
    }
    
    .profileBox a:hover {
        background: #353537;
        color: #ffd345;
    }
    
    @media (max-width:991px) {
        .learnMore p {
            font-size: 33px;
        }
    }
    
    @media (max-width:767px) {
        .learnMore::before {
            width: 100%;
        }
        .learnMore::after {
            width: 100%;
        }
        .learnMore {
            margin-top: 103px;
        }
        .homeBaner {
            height: 251px;
            background-size: cover;
            width: 100%;
        }
        .logoImg {
            width: 80px;
        }
        .projectBoxTwo {
            margin-bottom: 30px;
        }
        .contactBox {
            margin-bottom: 40px;
        }
        .contactBox h4 {
            margin-bottom: 1px;
        }
        .internalBanner .fill {
            height: 157px;
        }
        .internalBanner .carousel-caption {
            bottom: -1%;
        }
        .internalBanner .carousel-caption h1 {
            font-size: 26px;
        }
        .profileBox {
            margin-bottom: 30px;
        }
    }
    
    @media (max-width:580px) {
        .learnMore p {
            font-size: 23px;
        }
        .headStyle1 {
            font-size: 26px;
        }
        .constuctBox {
            padding: 25px 32px;
        }
        .profileBox .media {
            display: block;
        }
        .profileBox .media img {
            margin-right: 0;
            margin-bottom: 20px;
        }
    }