*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bg-gray{
    background-color: #F4F7F6;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ms-6{
    margin-left: 200px;
}
.navbar .navbar-hr{
    position: relative;
}
.navbar .navbar-hr:after{
    position: absolute;
    content: "";
    width: 0px;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #FEB900;
}
.navbar .navbar-hr:hover::after{
    height: 3px;
    width: 100%;
    transition: all 1s ease;
}
.navbar .navbar-nav li a{
    text-decoration: none;
}
.dropdown-menu .hover-gold:hover{
    color: #FEB900;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
header {
    position: relative;
    background-color: #f8f9fa;
}
.w-30{
    width: 30rem;
}
header .header-upper {
    text-align: center;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.205);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    width: 75%;
}
header .header-upper h1{
    font-size: 80px;
}
header .header-upper p{
    font-size:23px;
}
header .header-upper button{
    background-color: white;
    border: 4px solid #FEB900;
}
header .header-upper button:hover{
    background-color: #FEB900;
    border: 4px solid white;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.contact .contacthr{
    background-color: #FEB900;
    width: 100px;
    height: 5px;
}
.contact:hover .contacthr{
    width: 100%;
    transition: all 4s ease;
}
.contact .bg-gray .card-body{
    background-color: transparent;
}
.contact .textareaa textarea{
    height: 150px;
} 
.contact button{
    margin-left: 140px;
    background-color: white;
    border: 4px solid #FEB900;
}
.contact button:hover{
    background-color: #FEB900;
    border: 4px solid white;
    transition: all 1s ease;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.constructions{
    margin-top: 60px;
}
.constructions .construction-head h2{
    font-size: 55px;
}
.constructions .construction-head h2:before{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 15px 15px;
}
.constructions .construction-head h2:after{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 15px 15px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.services .services-head h2:before{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 10px 15px;
}
.services .services-head h2:after{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 10px 15px;
}
.services .services-container .card .icon-top{
    margin: 20px 0px 20px 20px;
    filter: drop-shadow(15px 2px 23px #d8d8da);
    font-size: 50px;
    transition: all 1s ease;
}
.services .services-container .card:hover  .icon-top{
    filter: drop-shadow(15px 2px 23px #FEB900);
}
.services .services-container .card .card-body span{
    border-bottom: 4px solid #d8d8da;
    transition: all 1s ease;
    padding-bottom:10px ;
    font-size: 25px;
}
.services .services-container .card:hover span{
    border-bottom: 4px solid #FEB900;
}
.services .services-container .card .card-body .services-read-more{
    text-decoration: none;
    color: black;
    transition: all 1s ease;
    font-size: 20px;
}
.services .services-container .card:hover .services-read-more{
    color: #FEB900;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.worker .worker-right .workerhr{
    background-color: #FEB900;
    width: 100px;
    height: 5px;
    margin-top: 15px;
}
.worker .worker-right .worker-icon{
    width: 40px;
    height: 40px;
    margin-right: 40px;
}
.worker .worker-right .worker-icon i{
    font-size: 40px;
    color: #FEB900;
    border-radius: 10px; 
    padding: 10px;
    transition: all 1s ease;
}
.worker .worker-right .d-flex:hover i{
    color: white;
    background-color: #FEB900;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.modisit ul li{
    margin: 0px 14px;
}
.modisit ul li button{
    font-weight: bolder;
    color: black;
    border-bottom: 4px solid #EAEDEE;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 10px 0px;
}
.modisit ul li button:hover{
    color: black;
    border-bottom: 4px solid #b8b9b9;
}
.modisit .nav-pills .nav-link.active{
    background-color: transparent;
    border-bottom: 4px solid #FEB900;
    color: black
}
.modisit .modisit-container h3{
    font-size: 30px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.projects .projects-head h2{
    font-size: 55px;
}
.projects .projects-head h2:before{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 15px 15px;
}
.projects .projects-head h2:after{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 15px 15px;
}
.projects .projects-container ul li button{
    color: black;
    font-size: 20px;
}
.projects .projects-container ul li button:hover{
    color: rgb(136, 136, 136);
    font-weight: bold;
}
.projects .projects-container .nav-pills .nav-link.active{
    background-color: transparent;
    color: #FEB900;
}
.projects .projects-container .tab-content .projects-card .card-img-overlay{
    background-color: rgba(0, 0, 0, 0.342);
    opacity: 0;
}
.projects .projects-container .tab-content .card-img-overlay .card-title{
    background-color: #FEB900;
}
.projects .projects-container .tab-content .card-img-overlay .projects-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.projects .projects-container .tab-content .card-img-overlay .projects-icon i:hover{
    color: #FEB900;
}
.projects .projects-container .tab-content .card-img-overlay .projects-lorem{
    position: absolute;
    top: 206px;
    text-align: center;
}
.projects .projects-container .tab-content .projects-card:hover .card-img-overlay{
    opacity: 1;
    transition: all 1s ease;
}
.projects .projects-container .tab-content .projects-card{
    overflow: hidden;
}
.projects .projects-container .tab-content .projects-card:hover img{
    transform: scale(1.2);
    transition: all 0.5s ease;
    
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.blog .blog-head h2{
    font-size: 55px;
}
.blog .blog-head h2:before{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 15px 15px;
}
.blog .blog-head h2:after{
    content: "";
    background-color: #FEB900;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 15px 15px;
}
.blog .blog-container .card .blog-container-blog{
    overflow: hidden;
}
.blog .blog-container .card:hover img{
    transform: scale(1.1);
    transition: all 1s ease;
}
.blog .blog-container .card .card-text i{
    color: #FEB900;
}
.blog .blog-container .card:hover  h5{
    color: #FEB900;
    transition: all 1s ease;
}
.blog .blog-container .card .card-body a{
    text-decoration:none;
    color: black;
    transition: all 1s ease;
}
.blog .blog-container .card:hover a{
    color: #FEB900; 
}
.blog .blog-container .card .card-body a:hover i {
    transform: translateX(5px);
    transition: all 1s ease;    
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
footer a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}
footer a:hover{
    color: #FEB900; 
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media (max-width : 567px){
    .ms-6{
        margin-left: 0px;
    }
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
    header .header-upper{
        width: 75%;
        height: 60%;
        text-align: center;
        margin-top: 40px;
    }
    header .header-upper h1{
        font-size:25px;
    }
    header .header-upper p{
        font-size:15px;
    }
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
    .contact button{
        margin-left: 40px;
    }
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
    .constructions .construction-head h2{
        font-size: 25px;
    }
    .constructions .construction-head h2:before{
        width: 25px;
        margin: 7px 10px;
    }
    .constructions .construction-head h2:after{
        width: 25px;
        margin: 7px 10px;
    }
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
    .services .services-head h2:before{
        width: 25px;
        margin: 7px 10px;
    }
    .services .services-head h2:after{
        width: 25px;
        margin: 7px 10px;
    }
    .services .services-container .card .card-body span{
        font-size: 14px;
    }
    .services .services-container .card .card-body p{
        font-size: 10px;
    }
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.worker .worker-right{
    margin: 0px;
    text-align: center;
}    
.worker .worker-right h2{
        font-size: 20px;
        margin: 20px 0px;
    }
    .worker .worker-right .workerhr{
        display: none;
    }
    .worker .worker-right .d-flex{
        margin-left: -30px;
    }
    .worker .worker-right .d-flex h4{
        font-size: 17px;
    }
    .worker .worker-right .d-flex p{
        font-size: 12px;
    }
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
    .modisit ul li button{
        font-size: 20px;
    }
    .modisit .modisit-container h3{
        font-size: 15px;
    }
    .modisit .modisit-container p{
        font-size: 10px;
    }
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.projects .projects-head h2{
    font-size: 25px;
}
.projects .projects-head h2:before{
    width: 25px;
    margin: 7px 10px;
}
.projects .projects-head h2:after{
    width: 25px;
    margin: 7px 10px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.blog .blog-head h2{
    font-size: 18px;
}
.blog .blog-head p{
    font-size: 15px;
}
.blog .blog-head h2:before{
    width: 25px;
    margin: 7px 10px;
}
.blog .blog-head h2:after{
    width: 25px;
    margin: 7px 10px;
}
.blog .card .card-body h5{
    font-size: 15px;
}
.blog .card .card-body .card-text span{
    font-size: 13px;
}
.blog .card .card-body a{
    font-size: 13px;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
footer{
    height: 100%;
}
}

