

/* Custom CSS */

/*Prevent Text Selection*/
/*body {*/
/*    user-select: none; */
/*    -webkit-user-drag: none; */
/*}*/

/* Capital Font */
/* #capital{
    text-transform: uppercase;
} */


/* Header Part Start :- */

/* ul width start*/

#setwidth{
    width:100%;
}

#coreservicewidth{
    width:300px;
}
#resourcewidth{
    width:380px;
}
#careerswidth{
    width:275px;
}
#liconwidth{
    width:320px
}
#liconwidth{
    width:320px
}
/* ul width end */



/* Header Part End : */


 /* Footer Part Start :- */
  
/* Footer Part End : */

 /* Body Part Start : */
 .setsmall{
     font-size: 144%;
 }
 
 #setlogout{
     margin-top:10px !important;
 }
   
   
 #aimsub{
     font-size: 25px !important;
     color: #06688e !important;
 }  
/* Body Part End : */



 #hide{
        display:none;
    }
    
    
    /*Handle Spacing Start*/
    .xl\:max-w-\[calc\(100\%-5px\)\] {
    max-width: calc(100% - 5px);
  }
    
    /*Handle Spacing End*/
    
    
/* ===========================[Responsive start]================================= */

/* Laptop (15.6 inch) */
@media only screen and (min-width : 1400px){

    /* Header Part Start : */
   
    /* 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 : */
   
    /* Header Part End : */

    /* Footer Part Start :- */
    
    /* Footer Part End : */
    
    /* Body Part Start : */
   
    /* Body Part End : */
    
   
}


/* Mobile */
@media only screen and (max-width : 768px){

    /* Header Part Start : */
   
    /* Header Part End : */


    /* Footer Part Start :- */
    
    /* Footer Part End : */
    
     /* Body Part Start : */
   
    /* Body Part End : */

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~(Animation Responsive)~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Default styles : */

/* Laptop (15.6 inch) */
/* Large screens (min-width: 1400px) */
@media only screen and (min-width : 1400px){

    
}


/* Laptop (14 inch) */
/* Medium screens (min-width: 1024px and max-width: 1399px) */
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
   
}


/* 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]================================= */


