﻿@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: #0381cb;
    margin-right: 10px;
    float: right;
}

.login-box-header {
    color: #fff !important;
    /*background: #db5d09;*/
    background: linear-gradient(to right, #f9db07, #0381cb);
    text-align: center;
    border-radius: 0px;
}
.w3-hover-blue:hover {

    background-color: #0381cb !important;
}

.top-menu {
    background: none;
    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: #dd5d09;
        padding: 10px 5px;
        font-size: 1.1rem;
    }

.row {
    width: -webkit-fill-available;
}

.header-img-1 {
    border-radius: 20px;
    border: 3px solid #383838;
    box-shadow: 4px 4px 4px;
    margin-top: 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: #0381CB !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: 110px;

}

.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;*/
}
.header-img-3 {
  
    /*margin-top: 6px;*/
    border-radius: 10px;
    /*box-shadow: 4px 4px 4px;*/
    
    margin-bottom: 0px;
  
    /*height: 75px;*/
    /*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: #00000080;
    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;
    transition: 2s;
}

    a.tab_new.tab_button:hover {
        font-size: 25px;
        position:relative;
        /*font-weight: 800 !important;*/
        /*padding: 4px 0;*/
        /*display: block;*/
        /*vertical-align: middle;*/
    }
/*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%;*/
    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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 7px 27px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50px;
    transition: 2s;
    margin: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #eba475;
    background-color: #e37d3a;
    height: 50px;
    width: 200px;
}

    .row .column li:hover {
        background-color: #dd5d09;
        /*width: 250px;
        height: 70px;*/
    }

.row .column li:hover a {
        
    color: #000 !important;
}

li.nav-item a:hover {
    color: #fff !important;
    background-color: #dd5d09;
}

.logo_ldo {
    height: 9vh;
}

/*#column_1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 7px 27px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50px;
    transition: 2s;
    margin: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #eba475;
    background-color: #e37d3a;
    height: 50px;
    width: 200px;
}*/

@media screen and (max-width: 600px) {
    .row .column li {
        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;
    }

    .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%;
    }

    .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: 12pt;
    font-weight: 500;
    padding: 6px 15px;
}


#login {
    position: absolute;
    z-index: 50;
    margin-top: 13vh;
    top: 0;
    justify-content: center;
    width: 100%;
    padding: 30px;
}

#login > div {
    padding: 5px 0px;
    background-color: #eaeaea;
    border-radius: 20px;
    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: 0px;
    }

    #ImageButton1 {
        padding-right: 60px;
        margin-right: 0px !important;
    }    

}


@media screen and (max-height: 700px) {

    .header-img-1 {
        margin-top: 4px;
    }

    .header-img-2 {
      
        margin-top: 7px;
      
    }
}

@media (max-width: 501px) {

    #gidalogoid{
        padding:0px;
    }
    #mobhead {
        display: flex !important;
    }
    #pchead{
        display:none !important;
    }
    #upsealid{
        padding:0px;
    }
    #pccontent {
        display: none !important;
    }
    #mobcontent{
        display:block !important;
    }
    #scrollBtn {
        bottom: 25px;
        right: 40px;
    }
    .visitor_count{
        text-align:center;
    }
}


@media (min-width: 1000px) and (max-width: 1301px) { 
    .navbar.navbar-default{
        height:75px;
    }
    #pchead >h1 {
        font-size:2.25rem
    }
    .top-menu .navbar-expand-lg .navbar-nav .nav-link{
        font-size:0.9rem;
    }
    #column_1{
        margin-right:0px !important;
    }
    #column_3 {
        margin-left: 0px !important;
    }
}