

/* Custom CSS */

/*Prevent Text Selection*/
/*body {*/
/*    user-select: none; */
/*    -webkit-user-drag: none; */
/*}*/

/* Capital Font */
/* #capital{
    text-transform: uppercase;
} */


/* Header Part Start :- */
#homewidth{
    margin-left:7px;
}

/* Header Part End : */


 /* Footer Part Start :- */
 
 .main_widget_contact a:hover{
     color: #033454 !important;
 }
    
/* Footer Part End : */


 /* Body Part Start : */

     .filterfont{
        font-size: 1.6rem !important;
    }


   
   #adivasi_photo{
       height: 400px;
       border-radius: 5px;
       margin-top: 83px;
   }
   
    #sargiful_photo{
       height: 400px;
       border-radius: 5px;
       margin-top: 30px;
   }
   
   #aboutphoto{
       border-radius: 5px;   
   }
   
    #cmdesig{
    font-size:10px;
}
   
   
      /*View More*/
   .view-more-btn{
       float:right;
       margin-top:0px;
   }
   
  


/*BANNER SECTION*/

/* .setabout {*/
/*    background-color:#c448a5;*/
/*    color: white;*/
/*    background-image: url("/uploads/atlc_banner2.png");*/
   
/*}*/


/*Add Banner for All the Inner pages*/
    .sab-banner-wraper {
    position: relative;
    /*background: linear-gradient(135deg, #f36051, #ad32ce);*/
    background:#b8663c;
    color: white;
    overflow: hidden;
    /*min-height: 400px; */
    min-height:266px;
}

.sab-banner-wraper .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height:75%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5; 
}

.sab-banner-wraper .sab-banner-text,
.sab-banner-wraper .container {
    position: relative;
    z-index: 2;
}

   /*Wave Color*/
    .custom-shape-divider-bottom-1687358784 .shape-fill {
    fill: #feebd6 !important;
}
   

   /*CONTENT SECTION*/
  
  /*background-color:#fff6ec;*/
  
   .setcolor{
       
       background-color:#feebd6 !important;
   }
   
     /*Multi Graphic*/
   /*.setbackground{*/
   /* background-image: url("/uploads/graphic1.png");*/
   /* background-size: cover;*/
   /* background-repeat: no-repeat;*/
   /* height: auto;*/
   /*}*/
   
   /*Multi Graphic*/
   /*.setbackgroundd{*/
   /* background-image: url("/uploads/graphic2.png");*/

   /* background-repeat: no-repeat;*/
   /* height: auto;*/
   /*}*/
   
   /*Single Graphic*/
   .setbackground1{
    background-image: url("/uploads/cgraphic1.png");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    width: 100%;   
    height: auto;
   }
   

   
   /*Single Graphic*/
   .setbackground11{
    background-image: url("/uploads/cgraphic1.png");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    height: 200px;
   }
   
    /*Single Graphic*/
   .setbackground2{
    background-image: url("/uploads/cgraphic2.png");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    height: auto;
   }
   
   /*Single Graphic*/
   .setbackground22{
    background-image: url("/uploads/cgraphic2.png");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    height: 400px;
   }
   

   
   /*=====================================[ Graphics Start ]======================================*/
   
    /*Single Graphic*/
   .ab-shape1{
       position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
    /*z-index: -1;*/
   }
   
   #graphicphoto1{
       max-width: 100%;
       vertical-align: middle;
   }
   
   /*Single Graphic*/
   .ab-shape2{
       position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    /*z-index: -1;*/
   }
   
   #graphicphoto2{
       max-width: 100%;
       vertical-align: middle;
   }
   
  
   /*=====================================[ Graphics End ]=======================================*/
   
   

    /*FOOTER SECTION*/
    /*Footer Photo*/
 .setfooter {
    position: relative;
    /*background: linear-gradient(135deg, #f36051, #ad32ce);*/
   background-color:#f36051;
    overflow: hidden;
    min-height: 400px; /* Set a height so the section is visible */
}

.setfooter .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5; /* Optional: adjust to blend image + gradient */
}

.setfooter .sab-banner-text,
.setfooter .container {
    position: relative;
    z-index: 2;
}


    /*Footer Color*/
    .pet_widget {
    position: relative;
    /*background: linear-gradient(135deg, #e2556d, #ad32ce);*/
    /*background-color:#f36051;*/
    background-color:#b8663c;
    color: white;
    overflow: hidden;
    padding-top: 120px; /* enough space for the image */
}

.pet_widget > img.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none; /* ensures image doesn't interfere with clicks */
}

.pet_widget .custom-container,
.pet_widget .main_widget_row {
    position: relative;
    z-index: 2; /* content should be above the background image */
}

#footermargin{
    margin-top: -65px;
}
    
    
    
/*   .pet_widget {*/
/*    background: linear-gradient(135deg, #e2556d, #ad32ce) !important;*/
/*    color: white;*/
   
/*}*/

.pet_copyright {
    background-color: #033454;
 
} 

/*Footer Bottom*/



 /* Body Part Start : */

 #colornavbar {
    background-color: 033454; 
    /*border-bottom: 1px solid #f36051;*/
}

 #colornavbar2 {
    /*background-color: #033454; */
}

#setname{
    font-size:19px;
}
  
 
/* Body Part End : */



 #hide{
        display:none;
    }
/* ===========================[Responsive start]================================= */

/* Laptop (15.6 inch) */
@media only screen and (min-width : 1400px){

    /* Header Part Start : */
   #aboutwidth{
    width:92px !important;
}
    /* Header Part End : */


    /* Footer Part Start :- */
    
    /* Footer Part End : */


     /* Body Part Start : */
   
    /* Body Part End : */
}

/* Laptop (14 inch) */
@media only screen and (min-width : 1200px){

    /* Header Part Start : */
   #aboutwidth{
    width:81px;
}
    /* Header Part End : */

    /* Footer Part Start :- */
    
    /* Footer Part End : */
    
    /* Body Part Start : */
    
   
    /* Body Part End : */
    
}


/* Mobile View Not Included */
@media only screen and (min-width : 768px){

    /* Header Part Start : */
   
         #setloader {
  width: 200px !important;   /* Increase width as needed */
  height: auto;   /* Maintain aspect ratio */
}

    /* Header Part End : */


    /* Footer Part Start :- */
    
    /* Footer Part End : */
    
     /* Body Part Start : */
     #setsargiful{
      transform: translateX(20px);
     }
    
   
    #adivasimela_title{
       font-size:35px;
   }
   
    #adivasi_photo{
       height: 400px;
       border-radius: 5px;
       margin-top: 83px;
   }
   
    #sargiful_title{
       font-size:38px;
   }
   
    #sargiful_photo{
       height: 400px;
       border-radius: 5px;
       margin-top: 30px;
   }
   
    #promotion_photo{
       height: 400px;
       border-radius: 5px;
       margin-top: 83px;
   }

   /* #promotion_title{*/
   /*    font-size:35px;*/
   /*}*/
   
     #manuscript_title{
       font-size:30px;
   }
   
    /* Body Part End : */

}

/* Mobile */
@media only screen and (max-width : 768px){

    /* Header Part Start : */
    
     #setloader {
  width: 150px;   /* Increase width as needed */
  height: auto;   /* Maintain aspect ratio */
}
    
#setname{
    /*font-size:18px;*/
}

#setdesig{
    /*font-size:16px;*/
    width: 300px;
    margin-right: 6px;
    }
   

   
   
    /* Header Part End : */


    /* Footer Part Start :- */
   
    #footergraphic{
        height: 25px !important;
    }
    
    /* Footer Part End : */
    
     /* Body Part Start : */
     
     
     
     
    #adivasimela_title{
       font-size:28px;
   }
   
    .setabout{
    height: 360px;
   }
   
   .collapsible-content.show {
    max-height: 2980px !important;
}
   
   
   .sab-banner-wraper .banner-img {
    position: absolute;
    top:140px;
    left: 3px;
    width: 100%;
    height: 30%;
    /*object-fit: cover;*/
    z-index: 1;
    opacity: 0.5; /* Optional: adjust to blend image + gradient */
}

  
  #cmname{
    font-size:10px !important;
    margin-bottom: 5px;
}

 #cmdesig{
    font-size:9px !important;
}
   
   
   
   .gallery-title {
  font-size: 30px !important;
 
}
   
    /* Body Part End : */

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~(Animation Responsive)~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Default styles : */

/* Laptop (15.6 inch) */
/* Large screens (min-width: 1400px) */
@media only screen and (min-width : 1400px){

   /*  #setarrow{*/
   /*    margin-right: 233px;*/
   /*}*/
   
}


/* Laptop (14 inch) */
/* Medium screens (min-width: 1024px and max-width: 1399px) */
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
   
   /*#setarrow{*/
   /*    margin-right: 233px;*/
   /*}*/
   
}


/* Small screens (min-width: 768px and max-width: 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

   
}


/* Mobile */
/* Extra small screens (max-width: 767px) */
@media only screen and (max-width: 767px) {

    
}


/* ===========================[Responsive end]================================= */


