/* Theme Name: Customtheme Author: Sreeja Author URI:  */
/***Home Page css***/




:root {
    --primary-color:#025606;
    --secondary-color:#124989;
    --third-color:#000;
    --forth-color:#4d4d4d;
    --fifth-color: #fff;
    --hover-color:#5ebd63;
    --primary-font:'Young Serif', serif;
    --secondary-font: 'Red Hat Text', sans-serif;
    --decoration:none;
}


body{
    font-family:var(--secondary-font);
  
}
li {
    list-style: none;
}





/* =====================  top bar ================================ */

.top-bar_header {
    background-color: var(--primary-color);
    /* padding: 3px; */
}

.social-media{
    display:flex;
    justify-content: flex-start;
    padding-left:72px;

}
.social-media1 {
    display:flex;
    justify-content:flex-end;
    padding-right:72px;

}
.social-mediaaa{
    display:flex;
    justify-content: flex-start;
    padding-left:0px;

}
.social-mediaa{
    display:flex;
    justify-content: center;
    padding-left:0px !important;
   

}

.list {
    list-style:none;
    padding:10px;
    color: var(--fifth-color);
}
.list1 {
    list-style:none;
    padding:0px 10px;
    color: var(--fifth-color);
}
.anchor {
    color: var(--fifth-color);
}
.anchor:hover {
    color: var(--hover-color);
}
.anchor1{
    color:var(--secondary-color);
    font-weight: bold;
}

a {
    text-decoration: var(--decoration);
}
.desktop {
    display:inline;
} 
.mobile {
    display:none;
}


/* =====================  top bar ends ================================ */






/* =====================  nav bar ================================ */


.navbar-light .navbar-nav .nav-link {
    color: var(--third-color);
    margin: 0px 10px !important;
    font-weight: 600;
}
.top_nav_btn {
    text-align: center;
}
.nav_bar_top_strip {
    background-color: var(--fifth-color);
    font-weight: 500;
}
.navbar-nav {
    /* margin-left: 175px !important; */
}
#navbarNavDropdown {
    justify-content:center;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary-color);

}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
  
}
.nb {
    /* padding:0px 30px; */
} 


/* =====================  nav bar ends ================================ */


/*================= scroller =================*/

.scroller {
    width:100%;
    height:auto;
    padding:8px;
    background-color: #EFEFEF;
}
.scroller-text {
    font-size:18px;
    color:var(--third-color);
}


/*================= scroller ends =================*/


/*================= about =================*/

.heading {
    font-family: var(--primary-font);
    font-size:34px;
    padding:15px 0px 0px 0px;
}
.matter{
    font-family: var(--secondary-font);
    font-weight:normal;
    color:var(--forth-color);
    font-size:auto;
    line-height:26px;
    padding:10px 0px;
}
.highlight {
    color:var(--primary-color);
    font-weight:500;
}

/*================= about ends =================*/


/*================= key activities =================*/

.activities {
    width:100%;
    height:auto;
    padding:20px;
    background-color:#EFEFEF;
}
.wppsac-post-categories-list,.wppsac-post-date,.slick-dots {
    display:none !important;
}
.wppsac-post-image {
    width:100%;
}
.wppsac-post-carousel.design-1 .wppsac-post-title a {
    color: #000;
}
.wppsac-post-content-position {
    padding:10px;
}
.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    padding: 15px;
}
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn {
    background-color: var(--primary-color) !important;
    color:var(--fifth-color);
    border-radius:2px;
}
.wppsac-wrap .wppsac-post-image {
    border-radius: 5px;
    box-shadow: none;
}

.wppsac-post-carousel.design-1 .wppsac-carousel-slides:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/*================= key activities ends =================*/



/*================= advertise =================*/

.advertise {
    width:100%;
    height:auto;
    background-image: url(/wp-content/uploads/2023/10/Rectangle-689.webp);
    background-size: cover;
    background-position: center;
    padding:50px;
}

.underline {
    width:10%;
    border:1px solid #fff;
    margin-bottom:20px;
}

.points {
    color:#e0e0e0;
    padding-bottom:5px;
}
.yu {
    text-align:left;
    padding-left:0px;
}
.btn1 {
    background: #fff;
    padding: 8px 16px;
    border-radius:5px;
}

/*================= advertise ends =================*/


/*================= Executive council =================*/

.name {
    font-family: var(--primary-font);
    padding-top:10px;
    font-size:24px;
}
.designation {
    color:var(--secondary-color);
    font-weight:500;
}
.profile-pic {
  /* position:relative; */
   
    border-radius:50% !important;
 
}

.overlay{
    width: 210px;
    height: 210px;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 114px;
    z-index:1;
}







/*================= Executive council ends =================*/


/*================= Image Gallery =================*/

.image-gallery {
    width:100%;
    height:auto;
    background-color: #e0e0e0;
    padding:30px;
}


/*================= Image Gallery ends =================*/



/*================= contact form =================*/


.helpline {
    font-weight: bolder;
    color: var(--third-color);
}
.form-bg {
    width:100%;
    height:auto;
    background-color: var(--secondary-color);
    padding:30px;
}
.sub {
    font-weight:500;
    color: var(--secondary-color);
}
.tr1 {
    display: flex;
    flex-direction: column;
   
    align-items: center;
}

.bor {
   
    border-right:1px solid #000;
}

#wpforms-submit-61 {
    background:var(--fifth-color);
    color:var(--third-color)
}


#wpforms-submit-61:hover {
    background:var(--primary-color);
    color:var(--fifth-color);
}
#wpforms-submit-137 {
    background-color: var(--fifth-color);
    color: var(--third-color);
}
#wpforms-submit-137:hover {
    background:var(--primary-color);
    color:var(--fifth-color);
}
#wpforms-submit-258 {
    background-color: var(--fifth-color);
    color: var(--third-color);
}
#wpforms-submit-258:hover {
    background:var(--primary-color);
    color:var(--fifth-color);
}
.wpforms-field-label {
    font-weight:500 !important;
}
div.wpforms-container-full .wpforms-field-label-inline {
    color: rgb(255 255 255 / 85%) !important;
}
/*================= contact form ends =================*/




/*================= footer =================*/

.footer-bg {
    width:100%;
    height:auto;
    background-color: #e9e9e9;
    padding:20px;
}
.jlo {
    text-align:left;

}


.kkk{
    justify-content: space-around;
    display:flex;
    justify-content: center;
    }
.anchor-3 {
    color:#4d4d4d;
    font-weight: 500;
   padding:2px;
}
.pp{
    padding:4px 0px ;
}
.tr {
    display:flex;
    justify-content: center;
}
.tr11 {
    display:flex;
    justify-content:flex-start;
}
.tr2 {
    display:flex;
    justify-content: flex-end;
}
.anchor-3:hover {
    color:var(--primary-color);
  
}



/*=================  footer ends =================*/



/*================= bottom bar =================*/

.bottom-bar {
    width:100%;
    height:auto;
    padding:7px;
    background-color: var(--secondary-color);
}

.powered {
    color: #dfdfdf;
}
.anchor4 {
    color: var(--fifth-color);
    font-weight: 600;
}


/*================= bottom bar ends =================*/


/*====================== volunteer =====================*/

.wpforms-field-label {
    color:white !important;
}

#wpforms-submit-137 {
    background-color: var(--fifth-color);
    color:var(--third-color);
}
#wpforms-submit-137:hover {
    background:var(--primary-color);
    color:var(--fifth-color);
}

/*====================== volunteer ends =====================*/

/*====================== women security =====================*/

.gh {
    width:100%;
    height:auto;
    background-color: var(--secondary-color);
    padding:20px;
}


/*====================== women security ends =====================*/





@media screen and (max-width:767px){

    .list {
  
        padding:7px;
    
    }
    .nb{
        justify-content: space-between !important;
        padding:0px 16px;
    }
    .desktop {
        display:none;
    }
    .mobile {
        display:inline-flex;
        justify-content:flex-end;
    }
    .social-media1 {
        display:flex;
        justify-content:flex-end;
        padding-right:0px;
    }
    .social-media{
       
        padding-left:0px;
    
    }


    .logo {
        width:70%;
    }
    .navbar-nav {
        margin-left: 0px !important;
    }
    .navbar-brand {
    
            /* margin-left: 16px; */
            margin-right: 0px;
      
    }
    .carousel-inner {
        width: 100%;
        height: auto;
    }
  
    .scroller-text {
        font-size:16px;
        
    }
    .navbar-toggler {
        margin:0px;
    }
  
    .head_part_image {
        display:none;
    }
    .navbar-toggler {
        margin-left:0px;
    }
.second-logo {
    display:none;
}
    .heading {
        text-align:center;
    
        padding:10px 0px 8px 0px;
        font-size:20px;
      
    }
    .matter{
        
       
        text-align:justify;
        font-size:16px;
        line-height:26px;
        padding:10px 0px 0px 0px;
    }

    .tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
      
    }
    .name {
        font-family: var(--primary-font);
        padding-top:10px;
        font-size:16px;
        margin-bottom:0px;
    }
    .jh {
        padding-left:0px;
        margin-bottom:0px;
    }
    .yu {
        text-align:center;
    }
    .form-bg {
        width:100%;
    
        padding:10px;
    }
    #wpforms-61-field_3-container{
        width:100%;
    }
    #wpforms-61-field_5-container {
        width:100%;
        margin-left:0px;
    }
    .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
        padding: 0px;
    }
    .underline {
        display:none;
    }
    

.image-gallery {
   
    padding: 10px;
}
.activities {
   
    padding: 10px;

}
    
.powered{
    text-align:center;
    font-size:small;
}
.tr11 {
    display:flex;
    justify-content:center;
}
.tr2 {
    display:flex;
    justify-content: center;
}
.advertise {
   
    padding:10px;
}
#wpforms-137-field_6-container {
    width:100% !important;
}
#wpforms-137-field_8-container {
    margin:0px;
}


 
}


@media (min-width: 768px) and (max-width: 1024px){ 

    .jlo {
        text-align:center;
    
    }
    

    .second-logo {
        display:none;
    }

    .nb {
        
justify-content: space-between !important;
padding:0px 24px;
    }
    .desktop {
        display:none;
    }
    .mobile {
        display:inline-flex;
        justify-content:flex-end;
    }
    .gg{
        max-width:800px;
    }
    .name {
     
        font-size: 20px;
    }
    .tr {
        padding:0px;
    }
    .tr11 {
        display:flex;
        justify-content:center;
    }
    .tr2 {
        display:flex;
        justify-content: center;
    }
    

}
