﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,900,800italic,900italic);



body {
    /*background-color: darkgrey*/
    /*font-family: 'Montserrat', sans-serif !important;*/
    background-color: #fff !important;
}

#closeLogin {
    color: #424242;
    margin-right: 10px;
    float: right;
}

#closeLogin:hover {
    color: #424242 !important;
    text-decoration: underline !important;
}

.login-box-header {
    color: #fff !important;

    background: #052889;
    text-align: center;
    border-radius: 0px;
}
.w3-hover-blue:hover {
    background-color: #052889 !important;
}

.top-menu {
    background: #db5d09;
    background: #052889;
    margin: 0;
    /*box-shadow: inset 0 0 0 1000px #95464656 !important;*/
}

    .top-menu nav.navbar {
        height: auto;
        background: transparent;
        border: none;
        box-shadow: 0 0 0;
    }

    .top-menu .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 0;
        font-size: 0.9rem;
    }

.row {
    width: -webkit-fill-available;
}

.header-img-1 {
    border-radius: 20px;
    border: 3px solid #383838;
    box-shadow: 4px 4px 4px;
    margin-top: 10px;
}

.main-header {
    color: #2ffa12;
    font-weight: bold;
    font-size: 3rem;
    text-shadow: -1px 1px 4px #052889;
    font-family: inherit;
}

.upsida-text-header {

    background: #ffffffba;
    border-radius: 10px;
}

.btn-ui {
    width: 80px;
    /* color: #fff!important; */
    /* background-color: #db5d09; */
    /*background-color: #db5d09;*/
    margin-top: 5px;
    background-color: #383838;
    color: #f4f6f7;
    font-weight: bold;
    border-radius: 7px !important;
    /*padding: 3px;*/
}


#btnRegistration:hover {
    /*color: #000 !important;*/
    color: #052889 !important;
    text-decoration: underline !important;
}
/*a:hover {
    color: #f8da06 !important;
}*/


#headertext {
    line-height: 1.5vh;
}
#headertext > span {
    /*font-size: 15px;*/
    font-size: 1.5vh;
    color: #fff;
    font-weight: bold;
    /* box-shadow: 4px 4px 4px; */
    font-family: Verdana;
}

   /* #headertext span:nth-child(1)::before {
        content: "Ministry of Urban Development";
      
    }

#headertext span:nth-child(3)::before {
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 ";
    padding-right: 40px;
}
    #headertext span:nth-child(5)::before {
        content: "Ministry of Housing & Urban Poverty Alleviation";
       
    }
*/


.navbar {
 
    height: 90px;

}

.footer {
   
    box-shadow: inset 0 0 0 1000px #38383856 !important;
   
}


.footerbottom img:nth-child(4) {

    width: 90px;


}

.header-img-2 {
    /*height: 120px;
    width: 145px;*/
    /*border-radius: 15px;*/
    margin-top: 6px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px;
    border: 2px solid #000;
    margin-bottom: 0px;
    height: 10vh;
    height: 72px;
    margin-right: 5px;
}

h2 i.fa.fa-user::after {
    content: "\00a0";
}

.h3-black-bg {
    color: #fff;
    padding-top: 20px;
    /* font-size: 21px; */
    text-shadow: 0 2px 2px #000;
    background: #0000004D;
    padding: 10px 30px;
    width: fit-content;
    margin-inline: auto;
    margin-top: 10px;
}

/*#niclogo {
            position: absolute;*/
/*right: 10px;*/
/* margin-top: 2.5vh;*/
/*right: 10px;*/
/*left: 90%;*/
/*right:4.5%;
            width: 100px;*/
/*height: 100%;*/
/*height: 70%;
        }*/
/*#niclogo img {
                height: 90%;
                width: auto;*/
/*margin-top:5%;*/
/*margin-top: 12%;
            }*/
/*changes*/
.slider_button {
    /*background: rgb(0 64 133 / 75%);*/
    background: #db5d0980;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 25px;
    font-size: 30px;
    padding: 15px 30px;
    font-weight: 600 !important;
    pointer-events: none !important;
}

p.slider_text {
    font-size: 21px;
    text-shadow: 0 2px 2px #000;
    background: #0000004D;
    padding: 10px 30px;
}

.row.tabButtonDiv li {
    width: auto;
}

a.tab_new.tab_button {
    font-size: 21px;
    font-weight: 500 !important;
    padding: 4px 0;
    display: block;
}
/*changes ends*/






@media (min-width: 700px) and (max-width: 1100px) {
    .col-8 h1 {
        font-size: 1.7rem;
    }

  
}



.footerbottom {

    padding: 6px;

}
#intro {
    display: table;
    width: 100%;
    height: 75vh;
    background: #000;
}


#intro .carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-content {
    text-align: center;
}

.intro_text {
    color: white;
    justify-content: center;
}

.tabButtonDiv {
    justify-content: center;
}

.btn-primary {
 
    border-color: #db5d09 !important;
}

.row .column li {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 7px 32px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #00408580;
    /* background: #b9130780; */
    /*background-color: #00408580;*/
    /*background-color: #004085BF;*/
    background-color: #052889cc;
    height: 50px;
    /*width: 170px;*/
    width: 200px;
}

.row .column li:hover {
    background-color: #424242;
}

.row .column li:hover a {
        
    color: #000 !important;
    color: #fff !important;
}

li.nav-item a:hover {
    color: #f8da06 !important;
    color: #2ffa12 !important;

}

.logo_ldo {
    height: 9vh;
}

/*.logo_monument {
            width: 55%;
            text-align: center;
        }*/


@media screen and (max-width: 600px) {
    .row .column li {
        /*height: 30px;*/
        font-size: 14px;
        width: 200px;
        white-space: nowrap;
    }

    .intro_text {
        font-size: small;
    }

    p.slider_text {
        font-size: medium;
    }

    .footerbottom img:nth-child(1) {
        width: 120px;
    }

    .footerbottom img:nth-child(2) {
        width: 130px;
    }

    .logo_ldo {
        height: 5.5vh;
        margin-top: 5%;
    }

    .logo_monument {
        display: none;
    }

    #niclogo img {
        /*margin-top: 1vh;*/
        margin-top: -1vh;
    }

    .visitorcount {
        text-align: center;
    }

    .copyright-text span {
        display: block
    }

        .copyright-text span.space-dash {
            display: none
        }

    b.visitor_count {
        width: 100%;
        display: block;
    }


    .slider_button {
        padding: 15px 23px;
    }

    .header-img-1 {
        margin-top: 4px;
    }
}


@media screen and (max-width: 700px) {

    #niclogo img {
        width: 90%;
        /*margin-top: 1vh;*/
    }

    .header-img-1 {
        margin-top: 4px;
    }


    .col-8 h1 {
        display:none;
    }

    .carousel-h2 {
        display:block !important;
    }


    .col-md-8.col-sm-8.col-8 {
        display:none !important;
    }

    .mobile-header-text {
        display: flex !important;
    }
}


@media screen and (max-width: 360px) {

    a.tab_new.tab_button {
        font-size: 21px;
        padding: 0px 0;
    }


    .row .column li {
        margin: 0px;
        height: 45px;
    }


    h2 {
        font-size: 22px;
    }
}


.visitor_count {
    color: #000;
    font-size: 15pt;
    font-weight: 500;
    background: #fff;
    padding: 6px 15px;
    border-radius: 10px;
}


#login {
    position: absolute;
    z-index: 50;
    margin-top: 13vh;
    top: 0;
    justify-content: center;
    width: 100%;
    padding: 30px;
}

#login > div {
    /*padding: 30px 0px;*/
    padding: 5px 0px;
    /*background-color: #fff;*/
    /*background-color: #0000004D;*/
    /*background-color: #e2effb;*/
    /*background-color: #131313;*/
    background-color: #eaeaea;
    border-radius: 20px;
    /*-webkit-box-shadow: 10px 10px 10px 10px #00408580;*/
    /*box-shadow: 0 4px 10px 0 #f7863b80, 0 4px 20px 0 #f7863b80;*/
    border: inset;
    border-color: #383838;
}

				  
						  
								  
	 
				   
							  
							 
								   
										
									  
									  
									
							  
															  
																	 
					  
							  
	   

#txtUserName {
    width: 380px;
}

#txtPassword {
    width: 380px;
}

@media screen and (max-width: 700px) {

    #login > div {
        padding-bottom: 0px;
    }

    #txtUserName {
        width: 100%;
    }

    #txtPassword {
        width: 100%;
    }

    #login {
        /*padding-right: 10px;*/
        padding-right: 0px;
    }

    #ImageButton1 {
        padding-right: 60px;
        margin-right: 0px !important;
    }

   /* #headertext span:nth-child(1)::before {
        content: "MUD";
       
    }

    #headertext span:nth-child(3)::before {
        content: "\00a0 ";
        padding-right: 7px;
    }

    #headertext span:nth-child(5)::before {
        content: "MAHUPA";
      
    }*/


    

}


@media screen and (max-height: 700px) {

    .header-img-1 {
        margin-top: 4px;
    }

    .header-img-2 {
      
        margin-top: 7px;
      
    }

}



/*scrollbar UI changes*/

/*::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #f1f1f1;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {*/
    /*background: #888;*/
    /*background: #383838;
    border-radius: 10px;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    background: #000;
}*/
/*scrollbar UI changes*/
