*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.header{
       width: 90%;
    margin: auto;
    display: flex;
    justify-content:space-around;
}
@media only screen and (max-width: 450px){
    .header{
        width: 90%;
        margin: auto;
       display: block;
       position: relative;
    }
    .logo{
        width: 100%;
        margin-left: 5%;
        
    }
    .number{
        width: 57%;
        
    }
    .number h3{
        font-size: 18px;
        padding: 10px 0px 0px 0px ;
    }
    .icon{
        width: 100%;
        position: absolute;
        top: 52%;
        left: 60%;
        bottom: 0%;
    }
    
    .icon i{
        background-color: #0E5665;
        color: #fff;
        font-size: 14px;
        padding: 5px 5px 5px 5px;
        
    }
    
}
.logo img{
    width: 90%;
    height: 80px;
}
.number{
    margin-top: 20px;
     color: #0E5665;
     font-size: 18px;
     border-right: dotted black;
}
.number h3{
    padding: 10px 30px 0px 0px ;
}
.number i{
    padding-right: 20px;
    color: #9F0D17;
}
.icon{
    margin-top: 20px;
    border:0px 0px 0px 10px dotted;
    padding-top: 10px;
    text-align: left;

}
.icon i{
    background-color: #0E5665;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    
}
.nav-item{
    background-color: #9F0D17;
    padding: 10px 5px 10px 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
#navbarSupportedContent{
            background-color: #9F0D17;
}
.d-flex{
    width: 150px;
}
.d-flex button{
    margin-right: 2%;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background-color: #0E5665;
    border: 4px solid white;
}
.d-flex button:hover{
    color: #fff;
    background-color: #9F0D17;
    border: 4px solid white;
}
.side-text{
    width: 20%;
    margin-left: 2%;
}
.side-text a{
    width: 80%;
    padding: 2px 20px 2px 20px;
    background-color: #9F0D17;
    color: #FFF;
    text-decoration: none;
}
.img-slide{
    width: 75%;
    margin-left: 5%;
}
.img-slide img{
    width: 100%;
    height: 500PX;
}
#text-slid{
    margin-top: 4%;
    margin-bottom: 4%;
    display: flex;
}
@media only screen and (max-width:450px) {
    #text-slid{
        margin-top: 4%;
        margin-bottom: 4%;
        display: block;
    }
    .side-text{
        width: 100%;
        margin-left: 2%;
    }
    .img-slide{
        width: 100%;
        margin-left: 0%;
    }
    .portfolio-menu ul li {
        width: 100%;
        display: inline-block;
        margin: 0;
        list-style: none;
        margin: 8px 5px 8px 5px;
        margin-top: 20px;
        padding: 10px 10px 10px 10px;
        cursor: pointer;
        -webkit-transition: all 05s ease;
        -moz-transition: all 05s ease;
        -ms-transition: all 05s ease;
        -o-transition: all 05s ease;
        transition: all .5s ease;
        font-size: 14px;
        color: #fff;
        border: 1px solid #fff;
    }
    /* fotter*/
    .fotter-icon {
        margin-top: 10px;
        border: 10px 20px 10px 20px dotted;
        padding-top: 10px;
        text-align: left;
    }
    .fotter-icon i{
        padding: 10px 10px 10px 10px ;
    }
    #footer .card{
        background: transparent;
        padding: 2%;
 }
 
 
   
   
}
#service{
    background-color: #151514;
    padding: 10px 10px 10px 10px;
}
#img-p{
    position: relative;
}
#text-p{
    position: absolute;
    top: 3%;
    bottom: 0%;
    right: 0%;
    left: 52%;
}
#text-p ul li{
    list-style: none;
    text-align: justify;
    color: #fff;
    padding: 5px 5px 5px 5px;
}
#text-p ul li  a{
    margin-left: 1%;
    margin-top: 10%;
    padding-top: 10% 50% 10% 0%;
    text-decoration: none;
    background-color: #9F0D17;
    color: #fff;
    padding: 10px 10px 10px 10px;
}
#footer{
    background-image:url('img/footer01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#footer .card{
       background: transparent;
       padding: 10%;
}
#footer .card-text{
    color: #fff;
}
#footer ul li{
    list-style: none;
    color: #fff;
    padding: 5px 0px 5px 0px;
}
#footer ul li a{
    text-decoration: none;
    color: #fff;
    
}
#footer ul li a:hover{
    color: #9F0D17;
}
 #footer .card-body i{
    color: #fff;
    padding-right: 10px;
} 
.fotter-icon i{
    margin-top: 3%;
    padding: 10px 10px 10px 10px ;
}
/* .icon-1 i{
    background-color: #0E5665;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    
} */
.card_1{
 text-align: justify;
 padding-left: 60px;
}
.card_1 .card-title{
        
        font-size: 40px;
        color: #151514;
}
.card_1 .card-title p{
    text-align: justify;
}
.card_2 img{
    width: 90%;
    height: 700px;
}
.aboutus{
    margin-bottom: 2%;
    width: 100%;
    height: 400px;
    background-image: url('img/banner010.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery{
    margin-bottom: 2%;
    width: 100%;
    height: 400px;
    background-image: url('img/banner013.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us{
    margin-bottom: 2%;
    width: 100%;
    height: 400px;
    background-image: url('img/banner011.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.enquiry{
    margin-bottom: 2%;
    width: 100%;
    height: 400px;
    background-image: url('img/banner012.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.as{
    margin-bottom: 2%;
    width: 100%;
    height: 400px;
    background-image: url('img/our-service.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.project{
    margin-bottom: 2%;
    width: 100%;
    height: 400px;
    background-image: url('img/project-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.card_project{
    background-color: rgb(255, 255, 255);
    padding: 20px;
}
#card-title_1{
    text-align: center;
}
ul .our-list {
    text-decoration: none;
    list-style: none;
    display: inline;
    padding: 8px;
    font-size: 18px;
}
ul .our-list i{
    padding: 8px;
    padding-right: 8px;
}
ul .our-tools{
    list-style: none;
    padding: 6PX;
}
ul .our-tools i{
    padding-right: 10px;
}
ul .contact{
    list-style: none;
    padding: 4px;
    margin-left: -6%;
}
ul .contact i{
    padding-right: 15px;
}
.main-form{
    padding: 10px 0px 60px 0px;
}
.form{
    width: 40%;
    margin: auto;
    border: 1px solid black;
    padding: 20px 20px 40px 20px ;
}
a{
    text-decoration: none;
    color: #ffff;
}
a:hover{
    color: #fff;
}
/*///////////tab////////*/

.filter_box {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.single-district {
    background: #daeddc;
    color: #fff;
    border:2px solid #009966;
    display: block;
    text-align: center;
}
.single-district h3 {
    font-weight: 700;

}

.single-district p {
    font-size: 15px;
    margin: 8px;

}

.single-district a {
    color: #000;
    display: block;
    padding: 15px;
}

.single-district a:hover {
    color: red;
    text-decoration: none;
}


     


