body{
    padding: auto;
    border: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    background-color: var(--back);
    color: var(--altcolor);
}

:root{
    --background:#ffffff;
    --shade1:#4c313b;
    --shade2:#00485e;
    --shade3:#067383;
    --altcolor:#00364b;
    --trans:rgba(0, 0, 0, 0.808);
    --bg:beige;
    --bg1:#4c313b;
    
}
.darkmode{
    --bg:#444141;
    --bg1:#444141;
    --background:#ffffff;
    --shade1:#050505;
    --shade2:#0e0d0d;
    --shade3:#141515;
    --altcolor:#000000;
    --trans:rgba(18, 18, 18, 0.925);
}
.darkmode .sizefont{
    color: #f6f6fb;
}
.darkmode .strong{
    color: #f8f8f8;
}
.darkmode .hlink{
    color: #000000;
}
.darkmode .nav-item2{
    color:#4c313b;
}
    

.darkmode .gallery{
    color: #141515;
}
.darkmode .cm{
    background-color: #000000 !important;
}
.darkmode .tex,.darkmode .sr{
    background-color: #444141;
}
/* .darkmode .advv{
 background-color: #0e0d0d;
} */
.darkmode .hlink:hover{
    color: rgba(220, 12, 12, 0.727);
    font-weight: 600;
}
.darkmode .t{
    background-color: rgba(7, 8, 15, 0.585);
}
.darkmode .cmmk{
    background-color: #000000;
}
.darkmode .sche{
    color: white !important;
}
.darkmode .card .card-body a:hover{
    color: #067383;
}
.darkmode #cmbg{
    background-color: black;
}
  
.sche{
    color: #4c313b;
}
#darkmode{
    color: var(--shade1);
}
.image-holder{
    position: relative;
}
.image-holder h2, .image-holder h4{
    position: absolute;
    bottom: 20%;
    color: var(--background);
    left: 5%;
}   
.image-holder #cm_pic{
    position: absolute;
    bottom: 45%;
    left: 5%;
    z-index: 1;
}



#logo{
    position: fixed;
    z-index: 15;
}
#flogo{
    margin: 0;
    padding: 0;
}
#tlogo{
    position: fixed;
    z-index: 15;
    width:130px;
}
#swlogo{
    z-index: 15;
    width:150px;
    height:40px;
}
.background{
    position: fixed;
    z-index: -5;
}
.card .card-body a{
    text-decoration: none;
    color: var(--shade1);
    cursor: pointer;
}
.card .card-body a:hover{
    text-decoration: none;
    color: var(--shade3);
    cursor: pointer;
}
.cmright{
    padding: 5px 5px;
    width: 100%;
}

.card .card-header{
    text-decoration: none;
    color: var(--background);
    background-color: var(--shade1);
}
.card{
    box-shadow: 2px 2px 10px black;
   
}

.cardhm{
    
    box-shadow: 2px 2px 10px black;
    border-radius: 10px;
    
}

#minbg .cmmk{
    padding: 0.5em 0.5rem;
}


.odd{
    background-color: var(--shade1);
    color: var(--background);
}
.even{
    background-color: rgba(255, 255, 255, 0.678);
}
.link-box .card, .card-header{
    border-radius: 30px;
}
.account td{
    padding: 5px 40px;
}
.account{
    /* background-image: url(/assests/img/don22.jpg); */
    background-size: cover;
    padding: 10px;
    filter: drop-shadow(2px);


    
}

.bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    background-color:var(--bg);

}

#clouds{
    width: 100%;
    position: fixed;
    bottom: 20em;
    object-fit: cover;
    z-index:20;
    -webkit-animation: cloudLoop 40s linear infinite;
    animation: cloudLoop 40s linear infinite;

}
  
@keyframes cloudLoop {
    0% {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      opacity: 0%;
    }
    3% {
        opacity: 100%;
      }
    97% {
        opacity: 100%;
      }
    100% {
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(20%, 0, 0);
      opacity: 0%;
    }
}
.menubar{
    width: 100%;
    background-color: var(--shade1);
    text-underline-offset: none;
}


.table{
    background-color: #00000000!important;
}

.nav-link{
    text-decoration: none;
    color: var(--background);
    font-weight: 500;
    border-radius: 5px;
    padding: 2px 10px;
}
.nav-link:hover{
    color: var(--shade1);
    background-color: var(--background);
}
.nav-link.active{
    color: var(--shade1)!important;
    background-color: var(--background)!important;
    margin: auto;
    display: block;
}

.link{
    text-decoration: none;
    color: var(--background);
    font-weight: 500;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}
.sitemodal-line a{
    text-decoration: none;
    color: var(--shade1);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sitemodal-line:hover{
    background-color: var(white);
    font-size: x-large;
    
}
.hide{
    display: none;
    font-size: 16px;
    color: #00364b;
    font-family:'poppins', sans-serif;
    line-height: 35px;
    
}
.hide:hover{
    display: block;
}

.link:hover +.hide{
    display: block;
    transition: all 0.3s ease-in-out;
}

.link:hover{
    color: var(--shade1);
    background-color: var(--background);
}

.hlink{
    text-decoration: none;
    /* animation: link 1s alternate infinite; */
    padding: 50px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    color: #00364b;



}
@keyframes link {
    0%{
        color:beige;
    }
   
    100%{
        color: rgb(15, 15, 15);

    }
    
}

.hlink:hover{
    color: #c31957;
    font-weight: 600;

}
.mobmenu{
    background-color:var(--trans)!important;

}
.menu-modal-dialog{
    margin:0;
    width: 450px;
}
.menu-modal-content{
    border-radius: 0;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(4, 41, 66, 0.795);
    
}
.modal-line{
    padding: 5px 0px;
    cursor: pointer;
}
.modal-line:hover{
    background-color: var(--shade1);
}



.top{
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255);
    /* background-color: #a8de99; */
    z-index: 11;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.493);
}
.t{
    background-color: rgba(255, 255, 255, 0.829);
    padding-top: 20px;
    background-position: 10%;
    background-size: cover;  
}

#deptname{
    color:#000000;
}
#cmbg{
    background-color:var(--shade1);
}



.notice-board{
    background-color: #f0efe3a6;
    padding: 10px;
    border-radius: 10px;
}
.para{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#hqpic{
    margin-left: auto;
    margin-right: auto;
}

.start{
    margin: auto;
    position: relative;
    align-items: center;
    text-decoration: none;
    
}
.starts{
    padding: 10px;
    margin: auto;
    color: var(--background);
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}


.imgtext{
    color: rgb(103, 103, 103);
    font-weight: 600;
}
.cards{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 30px 2px;
    height: 200px;
}
table{
    border-radius: 20px;
   
}
#brandvdo{
    border: none;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0px 0px 20px black;
    align-items: center;
}
.bribe{
    background-color: var(--shade1);
    box-shadow: 2px 2px 10px white;
    position: relative;
    border-radius: 10px;
    color: white;
    padding-top: 5px;
    margin-top: 8em;
}
#dvac{
    background-color: white;
    position: absolute;
    border-radius: 6px;
    right: 6px;
    bottom: 7px;
    font-weight: 600;
    text-decoration: none;
    color: var(--shade3);
    padding: 1px 10px;
    transition: all 0.2s ease-in-out;
}
#dvac:hover{
    color: white;
    cursor:auto;
    background-color: var(--shade1);
    box-shadow: 2px 2px 10px rgb(0, 0, 0);

}

.org-btn{
    background-color: var(--shade1)!important;
    color: white!important;
    font-weight: 500;
    border-radius: 10px;
}
.org-btn:hover{
    background-color: white;
    color: var(--shade3);
    cursor: pointer;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.575);
}
.pjt-card{
    cursor: pointer;
    padding: 10px;
    background-image: linear-gradient(to right, var(--shade1),var(--shade3));
    width: 150px;
    height: 90px;
    margin: 10px 5px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

/* CM HOME */
#cardmenu{
    padding: 10px;    
}
#cmcard{
    height: 100%;
}

.pjt-card a{
    text-decoration: none;
    color: var(--background)!important;
}
.pjt-card:hover{
    transform: scale(1.03);
    box-shadow: 2px 2px 10px gray;
}

.pjt-card i{
    font-size: 24px;
}
.home-card{
    cursor: pointer;
    padding: 10px;
    background-color: var(--shade1);
    margin: 10px 5px;
    border-radius: 10px;
    transition: all 5s ease-in-out;
}
.home-card:hover{
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.788);
}
.home-card i{
    font-size: 48px!important;
    color: var(--background);
}
.home-card a{
    text-decoration: none;
    color: var(--background);
}
.count{
    background-color: var(--trans);
    color: var(--altcolor);
    font-weight: 600;
    padding: 20px 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
}
.count i{
    font-size: 32px;
}
.num{
    font-size: 28px;
}



#raingif{
    filter:var(--trans);
}

#projectdisplay{
    margin-top: 20px;
    min-height: 50vh;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.285);
    border-radius: 20px;
    background-blend-mode: screen;
}
#ppphotos{
width: 400px;
}
#upphotos{
    width: 200px;
    }
.pics{
    margin: auto;
}
.footer{
    background-color: var(--shade1);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 8em;
    
}



footer{
    background-color: var(--trans);
    color: var(--background);
}
footer a{
    color: var(--background);
}
#map{
    border-radius: 20px;
}

.pro-btns button{
    background-color: var(--shade1);
    border: 1px;
    color: white;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 130px;
    margin-top: 5px;
    border-radius: 10px;
}

.hnav-link{
    text-decoration: none;
    color: var(--shade2);
    font-weight: 600;
}
.hnav-link:hover{
    color: rgb(0, 59, 117);
}
.bg{
    overflow-x: hidden;
}

.tenders{
    color: var(--background);
    background-color: var(--shade1);
    transition: all 0.19s ease-in-out;
    border-radius: 10px;
    margin: 0;
}
.tenderdisplay{
    background-color: rgba(0, 15, 58, 0.253);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}
.tenders:hover{
    background-color: var(--background);
    color: var(--shade1);
    cursor: pointer;
    box-shadow: 2px 2px 8px black;
}

.gigw{
    position: fixed;
    z-index: 12;
    align-items: end;
    background-color: var(--shade1);
    /* line-height: 1px; */
    padding-top: 10px;
    width: 100%;
    top: 0;
    padding-bottom: 0;


}
.gigw ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.gigw .float-end li a {
    margin: 2px;
    text-decoration: none;
    background-color: white;
    padding: 2px 10px;
    border-radius: 5px;
    color: var(--shade1);
    font-weight: 600;
    cursor: pointer;
}
.form-check-input{
    opacity: 0;
}
#sound{
    cursor: pointer;
    color:var(--shade1) ;
    font-weight: 800;
}
.form-check {
    display: block;
    min-height: 8px;

   
}
.form-reader{
        animation: blink 2s infinite ease-in-out;

}

#flexSwitchCheckChecked{
    color:var(--background);
    text-align: center;
    cursor: pointer;

}
@keyframes blink{
    0%{
        box-shadow: 0px 0px 2px rgba(11, 155, 13, 0);
    }
    50%{
        box-shadow: 0px 0px 10px rgb(255, 255, 255);
    }
    100%{
        box-shadow: 0px 0px 2px rgba(11, 155, 13, 0);
    }
}

.form-check-input{
    position: absolute;
    background-color: var(--background);
    color: var(--shade1);
    padding: 1px 5px 1px 0px;
    border-radius: 5px 0px 0px 5px;
}


.gigw .float-end li a {
    margin: 2px;
    text-decoration: none;
    background-color: white;
    padding: 2px 10px;
    border-radius: 5px;
    color: var(--shade1);
    font-weight: 600;
    cursor: pointer;
}
.form-switch {
    padding-left: 2.5em;
}
.form-check {
    display: block;
    min-height: 8px;
}
.form-switch .form-check-input{
    margin-left: 0px!important;
}

#selectLanguageDropdown{
    margin-left: 0px;
    padding-left: 0px;
}
.localizationTool:hover{
    color: rgb(0, 0, 0)!important;
}
#sitemap{
    margin: 2px;
    text-decoration: none;
    background-color: white;
    padding: 2px 10px;
    border-radius: 0px 0px 10px 0px;
    color: var(--shade1);
    font-weight: 600;
    cursor: pointer;
}

.ltool-dropdown-label{
    display: none;
    width: 0;
}
.ltool-language-name{
    margin: 2px;
    text-decoration: none;
    background-color: white;
    padding: 2px 10px;
    border-radius: 5px;
    color: var(--shade1);
    font-weight: 600;
    cursor: pointer;
}
/*aboutus*/

.about_img{
    /* background-image: url(/assests/img/mankutty2.jpg); */
    background-size: cover;
    height: 80vh;
    padding: 20px;
}




/*********************************Admin interface****************************************/
.log{
    width: 500px;
    background-color: var(--shade1);
    padding: 30px;
    border-radius: 30px;
    background-blend-mode: lighten;

}
.login-logo{
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px;
    padding-bottom: 30px;
    z-index: 999;
    animation: rot 5s linear infinite;
}
@keyframes rot {
    0%{
        filter: blur(2px);
    }
    20%{
        filter: blur(0px);
    }
    80%{
        filter: blur(0px);
    }
    100%{
        filter: blur(2px);
    }
    
}
.login-box{
    margin: auto;
    color: var(--background);

}
.login-box button{
    float: right;
    box-shadow: 2px 2px 10px white;
}
.login-bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -20;
    width: 100%;
    min-height: 100vh;
    filter: blur(3px);
}

.smt-btn{
    float: right;
}

.rti_img{
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.card{
    margin-right: auto;
    
}

.btn{
    background-color: white;
}
.trans{
    background-color: rgba(0, 0, 0, 0.319);
    padding: 5% 5%;
    border-radius: 20px;
    width: 100%;
}

.trans5{
    background-color: rgba(255, 255, 255, 0.667);
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    width:fit-content !important;
}

.cont{
    background-color: var(--background); color: #00364b;
}

.trans1{
    background-color: rgba(255, 255, 255, 0.692);
    padding: 3% 5%;
    border-radius: 20px;
    width: 100%;
    font-size: x-large;
}

.rti_img{
    background-image: url(/assests/img/cats.jpeg);
    background-size: cover;
    height: 80vh;
    width: 100%;
    padding: 20px;
}
.btn-gallery{
    background-color: white;
    color: var(--shade1);
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 5px;
}


.btn-gallery:hover{
    background-color: var(--shade1);
    color: white !important;
    cursor: pointer;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.575);
}


.btn-home{
    background-color: var(--shade1)!important;
    color: white!important;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 10px;
}

.btn-home:hover{
    background-color: white;
    color:var(--shade2);
    cursor: pointer;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.575);
}



.map{
    width: inherit;
    height: 200px;
    border-radius: 10px;
    margin: 16px 0px;
 }
#gmap{
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgb(6, 42, 106); 
    width: 500px;
    height:250px

}
.sizefont{
    font-size: medium;
    color:var(--trans);
}

.strong{
    color:var(--trans);
}

.actsRules{
    margin:10px 15px;
    width: 100%;
    padding: 5px;
}
.actsRule{
    display: flex;
    flex-direction: column;
}
.actsRule a{
    text-align: center;
    margin: 10px 0px;
}


.rticont{
    margin: 10px 5px;
}

.nav-item1{
    color:white;
    height: 2cm;
    text-decoration: none;
    padding: 10px 15px;
}
.nav-item2{
    color:#4c313b;
    height: 2cm;
    text-decoration: none;
    
}

.order{
    cursor: none;
}

/* SITEMAP */
#complete{
    font-family: "Poppins Med";
    background-color: #183642;
    color: white;
 }

 /* checkbox screen reader */
 .form-check-input {
    clear: left;
  }
  
  .form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
  }
  
  .form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
  }



#offcanvasTopLabel{
    color: var(--background);

}

#offcanvasTop,#offcanvasSR{
    height: 100%;
}
#offcanvasTop1,#offcanvasTop-VPK{
    height: 100%;
}

.table a{
    text-decoration: none;
    color:#000000;
}
.table a:hover{
    color:#c31957;
}

/* acts and rules */

.table{
    border-style: groove;
    border-color: #000000;
    border-width: thin;
}
/* parallax effect */
.parallax {
    /* The image used */
    background-image: url("/assests/img/donation.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #textshadow{
      text-shadow: 5px 5px 5px rgb(0, 0, 0);
  }

  /* about us video */
  #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  /* .carousel-inner > .carousel-item > img {
  
    height: 100vh;
  } */

  .mininfo{
    color: #4c313b;
  }

  #minbg{
    margin-top: 15px;
  }

  .darkmode .mininfo{
    color: white;
}

.darkmode .cmfont{
    color: white !important;
}

.darkmode .hide{
    color: #000000 !important;
}

.darkmode .dropdown-menu li .dropdown-item:hover,.darkmode .dropdown-menu li .dropdown-item:active{
    background-color: #000000 ;
    color: white;
}

.dropdown-menu li .dropdown-item:hover,.dropdown-menu li .dropdown-item:active{
    background-color: #4c313b;
    color: white;
}
.dropdown-item.active{
    background-color: #4c313b;
    color: white;
}
