@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
body{
font-family: Rubik;
overflow-x: hidden;
background-color: #6c6e6f !important;
}

.footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #EAEAEA;
  color: white;
  text-align: center;
  padding: 5px;
}
.body-container{
height: 80vh;
}
.flex{
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  width: 80rem;
  height: 100%;
  background-image: linear-gradient(to right bottom,
  rgba(47, 8, 145, 0.93),
  rgba(40, 180, 131, 0.8)
),url(../IMG/Qms1.jpg);
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  text-decoration: none !important;
  margin-left: -85px;  
  /* transform: translateX(-1rem); */
}
.flex2 {
  /* position:relative;
  z-index:10;
  width: 82rem;
  height: 4.1rem !important;
  margin-left: -6.7rem;  */
  background: #EAEAEA; 
  box-shadow: 0 3px 15px rgba(0, 0, 0,.4) !important;    
}
.navbar{
  height: 4.1rem !important;
}
/* .header {
  width: 82rem;
  height: -20rem;
  margin-left: -5.5rem;  
  box-shadow: 0 3px 15px rgba(0, 0, 0,.4) !important;   
} */

.logo{
  /* float: left; */
  height: 2rem;
  width: 150px; 
  margin-left: 2rem;
  /* max-width: 11rem;
  padding-top: 1rem;
  margin-left: 5rem;
  margin-top: -1rem;   */
  /* vertical-align: middle;
  border: 0; 
  padding-top: 1rem;  */
}
/* ============ small devices .end// ============ */
#main_nav{
 
  /* float: right;
  margin-left: 38rem;
  padding-left: 10px;  
  margin-top: -.2rem;   */
  /* margin-left: 29rem;
  margin-top: 1rem;
  height:  1rem;
  background: #EAEAEA; */
  /* width: 80rem; */
}

nav ul{
  margin-right: 1.5rem;
  
}
nav ul li{  
  display: inline-block;  
  
}
nav ul li a{  
  color: rgb(22, 109, 231) !important ;
  display: block;
  padding: 0.1rem;
  line-height: 4rem;
  font-size: .9rem;  
  transition: .5s;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Poppins", sans-serif;    
}
/*commented for alternate dropdown */
nav ul ul{

  position: absolute;
  top: 5px;  
  opacity: 0;
  visibility: hidden;
  
  /* margin-left: 35px !important; */
  z-index: 9999999;
}
nav ul  li:hover > ul{
  top: 75px;
  opacity: 1;
  visibility: visible;
  transition: .2s linear;    
  
}
/*commented for alternate dropdown */
nav ul ul li{
  width: 6rem;  
  display: list-item;
  position: relative;
  border-top: none;     
}

nav ul ul li a{
  line-height: 2rem;
  background-color:white;
  text-transform: uppercase;
  font-size: .8rem;
}
nav ul ul li a:hover{
  color: red;
  background: white;
}
nav ul ul ul{
  border-top: none !important;
  display: grid !important;
  line-height: 2rem !important; 
  grid-template-columns: repeat(2,1fr) !important;
  position: absolute !important;
  margin-left: 20px;
}
/*commented for alternate dropdown */
nav ul ul ul li{
  position: relative; 
  /* top: -70px  ; */
  /* left: 2rem; */
  /* border: 1px solid black;   */
}

nav ul ul li  a:hover,
nav ul ul li  a:active{
  /* below dode commented as it moving right */
  /* margin-left: .5rem;  */
  background-color: white !important;  
}
.submenu {
  margin-left: 2.9rem !important;
}
.dropdown-menu{
  min-width: 9rem !important;
}
.dropdown-menu > li:hover{ background-color: white !important}
/* .dropdown-menu .submenu{ 
  border-top: none !important;
 display: grid !important;
 line-height: 2rem !important; 
 grid-template-columns: repeat(2,1fr) !important;
 position: absolute !important;
  margin-left: 20px;
} */
/* .submenu{
  margin-left: 1rem !important;
} */
/* ============ desktop view ============ */
/* @media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	 */
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
/* @media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	 */
/* ============ small devices .end// ============ */

/* -----------------------------Home Section------------- */
.Home{
display: flex;
align-items: center;
height: 19.5rem;
max-width: 100%;
background-color: #6c6e6f;
}
.main_section{
position: relative;
width: 100%;
height: 19rem;
border-radius: 7px;
background-color: #2f5596;
margin-top: -1px;
margin-bottom: -10px; 
box-shadow: rgba(12, 3, 59, 0.24) 0px 3px 8px;
background-image: url('../img/recbg.png');

background-repeat: no-repeat;
background-position: right;
background-size: cover;
opacity: 0.9;
}
.wlcme_sec{
position: absolute;
top:30px;
left: 30px;
height: 80%;
width: 59.5%;
background: rgba(16, 15, 15, 0.64);
border-radius: 5px;
}
.h1_main_section {
  letter-spacing: .3rem;      
  font-size: 27px;
  font-weight: 700;
  font-family: 'Times New Roman', Times, serif;
  color: rgb(248, 246, 246);
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
@keyframes fadeIn { 
  from { opacity: 0; } 
}
.h1_main_section span{
margin-top: 3rem;
}
.Button_Home{
margin-top: 4rem;
padding: .4rem;
text-transform: uppercase;
margin-left: 9rem;
border-radius: 1px;
}
.css-sghohy-MuiButtonBase-root-MuiButton-root{
border-radius: 1rem !important;
}
.font_size{
font-size: 2rem;
color: rgb(210, 196, 196);
text-transform: capitalize;
}
.Button_Home:hover{
box-shadow: 0 10px 20px rgba(white, 0.2);
}
.notification_section{
display: grid;
grid-template-columns: repeat(3,1fr);
}
@keyframes movingLeft {
  0% {
    opacity: 0;
    transform: translate(-100px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.left-notifucation{
height: 12rem; 
width:100%;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
gap: 1.8rem;
text-transform: capitalize;
background-color: #6c6e6f;
}
.welcome-section {
  color: #848587; 
  text-align: center;
  width : 40%;
  background-color: #ffe3b3;
  box-shadow: rgba(12, 3, 59, 0.24) 0px 3px 8px;
  border-radius: 3px;
}
.notification-Home{
padding: 30px 10px 10px 10px;
width : 100%;
height : 86%;
background-color: #5d98d9;
box-shadow: rgba(12, 3, 59, 0.24) 0px 3px 8px;
border-radius: 3px;
}
.notification-Home-p1{
text-transform: uppercase;
font-size: 1rem;
font-weight: 700;
position: relative;
color : white;
text-transform: uppercase;
width: 100%;
max-height: 2.6rem;
text-align: left;
line-height: 0.7em;
outline: none;
margin-left: 47px;
}
.notification-Home ul li {
list-style-type: circle ; 
margin-left: 24px !important;
}
.notification-Home ul li{
font-size: 2rem;
margin-left: 0.1rem;
font-family: 'Times New Roman', Times, serif;
font-size: 14px;
color: white;
line-height: 28px;
text-align: left;
}
.notification-Home ul li a{
  color: white;
}
@keyframes animate{
0%,18%,20%,50.1%,60%,65.1%,80%,90.1%,92%{
  color: red;
  text-shadow: none;
}
18.1%,20.1%,30%,50%,60.1%,65%,80.1%,90%,92.1%,100%{
  color: #fff;
  text-shadow: 0 0 10px #03bcf4,
              0 0 20px #03bcf4,
              0 0 40px #03bcf4,
              0 0 80px #03bcf4,
              0 0 160px #03bcf4;

}
}
.Span-Left-clr{
color: red;
}
.right-notifucation{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Rubik;
  font-size: 13px;
  color: #142440;
  line-height: 28px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 10rem;
  /* background: #ffe3b3;   */
  background: #5d98d9;  
  background-size:cover;
  background-repeat: no-repeat;
  box-shadow: rgba(12, 3, 59, 0.24) 0px 3px 8px;
  text-transform: capitalize;
}
.right-notifucation hr {  
  width: 240px;
  color: white;  
}
.right-notifucation-total hr{
  color: white;  
}
.right-notifucation-total{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 30%;
  height: 10rem;
  background: #5d98d9;  
  box-shadow: rgba(12, 3, 59, 0.24) 0px 3px 8px;  
  background-size:cover;
  background-repeat: no-repeat;  
  text-transform: capitalize; 
}

.total-notification{
width: 190px;
height: 8rem;
background: rgba(152, 140, 140, 0.6);
color: #ffffff;
border-top-left-radius: .7rem;
border-top-right-radius: .7rem;
background-color: #385b9c;
background-size:cover;
background-repeat: no-repeat;
margin-right: 2rem;
}
.Midle-Notification h6{
color: red;
margin-left: 4rem;
}
.Middle-P{
margin-top: 1rem;
margin-left: 4rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.Right_notification{
width: 10rem;
height: 20rem;
background: rgba(0,0,0,0.6);
margin: auto;
color: #ffffff;
padding: 10px 10px 10px 10px;
border-radius: 2rem;
margin-left: 3rem;
text-transform: capitalize;
box-shadow: rgba(206, 204, 227, 0.35) 0px 5px 15px;
}
.Right_notification h6{
margin-left: 4rem;
color: red;
}
.Right-Span{
color: red;
}
.curren-Notification{
color: #fff;
}
.Heading-Current-h6 {
font-size: 15px;
font-weight: bold;
margin-top: 20px;
text-align: left;
margin-left: 10px;
}
.Heading-Current-h6 a{
text-decoration: none;
color : white;
}
.Heading-Current-h6 a:hover{  
  color : white;
  }
.recentaly-Notification{
font-family: Rubik;
font-size: 13px;
color: #142440;
line-height: 28px;
text-align: center;
}
.right-notifucation-total .Heading-Toflup-h6{
  width: 7.5rem;
  font-size: 25px;
  font-weight: 310;
  margin-top: 60px !important;
  margin-bottom: 30px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;   
  /* color: #4f8fc0; */
  color: white;
  
}
.right-notifucation-total p {
margin: 0;
text-align: center !important;
margin-top: -7px; 
margin-bottom: 14px; 
}
.recentaly-Notification p{
text-align: left;
color: white ;
line-height: 95%;
margin-top: -5px;
}
.resentely-Download{
font-weight: 100;
margin-left: 2rem;
margin-top: .9rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* home page design ends here */

/* ======BTN */
.btn  a{
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.btn  a:hover{
  color: white;
  background: #7ca2da !important; 
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

/* -------Footer----------------------- */
.buttons {
background-color: #2b86ba;
min-width: 3rem;
display: flex;
justify-content: space-between;
transform: translateY(1rem);
}

.buttons a {
text-decoration: none;
font-size: 20px;
width: 15px;
height: 10px;
line-height: 20px;
text-align: center;
color: #f1f1f1;
border-radius: 30%;
box-shadow: 1px 2px 1px rgba(0, 0, 0, .5);
transition: all .4s ease-in-out;
}
.buttons a i{
color: white;
font-size: 2rem;
margin-top: 1rem;
border-radius: 1rem;
animation: movingLeft 2s ease-out ;
}
/* -----Footer starts Btn------ */
.Header-button a{
text-decoration: none;
color: #6d6f71;
margin-right: 15px;
font-size: 14px;
font-family: "Poppins", sans-serif;
box-sizing: border-box;
border: none;
}
.cpalign{
  color: #000000;
  /*float:left;
  margin-left: 40px;*/
  text-align;center;
}
.Header-button a:hover{  
  color: #f1672b;
  }
.footer-menu{
 float: right;
 margin-right: 40px;
}

.footer-menu ul{
  display: flex;
}

.footer-menu ul li{
padding-right: 10px;
display: block;
}

.footer-menu ul li a{
  color: #6d6f71;
  text-decoration: none;
}

.footer-menu ul li a:hover{
  color: #f1672b;
}
/* Footer ends here */
.section-charterhr{
width: 80rem;
height: 100%;
background-color:#6d6f71;
}
.section-charterhr #header{
margin-bottom: 30px;
}
.bread-heading{
font-size: 1rem;
font-family: Poppins;

}
.Bradscram-p1{
text-decoration: none;
font-size: 1rem;
color: #ffff;
}
.Bradscram-p1:hover{
color: black ;
}
.Bradscram-p1_Span{
color: #fff;
font-size: 1rem;
}
.About-Content{
  max-width: 63rem;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: left;     
  line-height: 2;  
  letter-spacing: 1.5px; 
  margin-top: 50px;
  margin-left: 110px;
  background-color:  #5d98d9;
  border-radius: 25px;
  color: rgb(239, 233, 233);
}
.About-P-Container{
display: flex;
align-items: center;
justify-content: center;
margin-left: 17rem;
margin-top: -2rem;
animation: movingLeft 1s ease-in-out;
}
@keyframes movingLeft {
0% {
  opacity: 0;
  transform: translate(-100px);
}
80% {
  transform: translateX(-10px);
}
100% {
  opacity: 1;
  transform: translate(0);
}
}

/* Contact page starts here */
.contact_title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 23px;
  font-weight: 100;
  letter-spacing: 1px;
}
.contact_desc{
  margin-left: 60px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 12px;
}
.section-contact{   
    width: 80rem;
    height: 84vh;
    background-color: #6c6e6f;
}
.contact_det{
  width: 79%;
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 30px;
  margin-top: 10px;
  margin-left: 110px;
  background-color:  #5d98d9;
  border-radius: 25px; 
}
.section-profile{
  width: 80rem;
  height: 85vh;
  background-color: #6c6e6f;
}
.cont_icon img{
  margin-left: 100px;
  margin-top: -20px;
  background: rgb(240, 241, 242);
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.cont_icon img{
  margin-left: 100px;
  margin-top: -20px;
  background: rgb(240, 241, 242);
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.card_det{
  width: 25%;
  display:inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  padding: 1%;
}
.user_det{
  width: 60%;
  height: 76%;
  display: flex;
  align-items: center;
  justify-content: center;  
  border-radius: 5px;
  color: rgb(18, 18, 19);
  margin-left: 255px;  
  background-color: 	#5d98d9;  
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.user_det input[type=text]  {
  background-color: #d5d6d6;
}
.user_det input[type=password]{
  background-color: #d5d6d6;
}
.col{
padding-bottom: 25px;
margin-top: 30px;
margin-bottom: -10px;
}
.user_det label {  
  text-align: right;
  clear: both;
  float:left;
  margin-right:15px;
}
.user_det input{  
 padding-top: 10px;
 background-color: rgba(174, 177, 181, 0.3);
 outline: none; 
}
.section-category{  
  width: 100%;
  height: 85vh; 
  background-color: #6c6e6f;
}
.section-category .bread-heading{
text-align: right;
color:#000000 !important;
}
.filelist-datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #999999 !important;
  background-color: #f6f6f6 !important;
  border-color: #d4d4d4 !important;
  border-radius: 40px;
  margin: 5px 3px;
}
.filelist-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: linear-gradient(#EC9F05, #FF4E00)!important;
  background: linear-gradient(#EC9F05, #FF4E00)!important;
  box-shadow: none;
}
.filelist-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.filelist-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(#EC9F05, #FF4E00)!important;
}
.filelist-datatable .dataTables_paginate {
  padding-top: 0 !important;
  margin: 15px 10px;
  float: right !important;
}
#filtertable_wrapper { -webkit-box-shadow: 2px 2px 6px #666; box-shadow: 2px 2px 6px #666; border-radius: 5px; }

.edit-icon{
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: -20px;
}
.edit-icon-right{
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: -20px;
  margin-left: -20px;
}
.category-font{
  color: black;  
  font-size: .9rem; 
  background: #fff;
  transition: .5s;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.spanShortText {  
  display: inline-block; 
  font-size: 12.5px;
  width: 232px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;  
  margin-left: -39px; 
  padding: 5px;
}
.spanShortTextDesc {
  display: inline-block;
  width: 320px !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.cursorPointer {
  cursor: pointer;
}
/* ============ Login starts ============ */
/* body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  } */
  .border {border:1px solid #ef5d5d;}

.user_card {
  height: 400px;
  width: 350px;
  margin-top: 50px;
  margin-bottom: auto;
  background: #cccfd0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #b9bfc2;
  padding: 10px;
  text-align: center;
}
.brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid white;
}
.form_container {
  margin-top: 50px;
}
.login_btn {
  width: 50%;
  background:  #5d98d9 !important;
  color: white !important;
  margin-top: 15px; 
}
.req_accs{
text-decoration: none;
color: #2f5596;
font-size: 13px;
font-weight: 500;
}
.cls_btn {
  width: 50%;
  background:  #6c6d6d !important;
  color: white !important;
  margin-top: 15px;
  margin-left: 10px;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login_container {
  /* padding: 0 2rem; */
 
}
.input-group-text {  
  background:  #f46404 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
  padding : 0.75rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
 
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #c0392b !important;
}
.input_user{
  margin-bottom: 35px !important; 
}
.loginmsg{ 
  text-align: center;
  background-color: #dadbdc !important;
  border: none !important;
  position: absolute;
  top: 10%;
  transform: translateY(-10%);
}
.pswdchmsg{
  width: 40%;
  text-align: center;
  border: none !important;
  position: absolute;
  margin-left: 385px;
}
/* ============ Login ends ============ */

/* ============ Modal content starts ============ */
.modal-content{
width: 700px !important;
/* height: 30.5rem; */
margin-left: -120px;
margin-top: 105px;
}

/* .form-control {
	border-radius: 2px;
	height: calc(1.5em + 1rem + 2px);
	padding-left: 1rem;
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	line-height: 1.5;
} */

label.error {
	position: absolute;
	font-size: 0.78rem;
	line-height: 1.25;
	padding-top: 4px;
	color: #f03b3b;
}

.pos{
	position: relative !important;	
}
.pos .fakeInput{
margin: -1rem;
padding: -1rem;
}
.edit-modal-content{
width: 700px !important;
height: 30.5rem;
/* margin-left: -120px; */
margin-top: 72px;
}
.view-modal-content{
width: 500px !important;
height: 30rem;
margin-left: -10px;
margin-top: 75px;
}
.ExternalFiles iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#myModalEdit{
  height: 700px !important;
}
#myModalEdit label{
  float: left;
}
.unsprtFile{
  margin-top: 100px;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Times New Roman', Times, serif;
}
/* ============ Modal content ends ============ */
.disable{
  pointer-events: none;
  cursor: default;
}
.loginpage{
  background-color: #444646;
  /* background-color: #6c6e6f; */
}
.chpwsdBtn {
  width: 50%;
  background:  #04aef1 !important;
  color: white !important;
  margin-top: 5px;
  margin-left: 10px;
}
.rsBtn {
  width: 50%;
  background:  #8b8c8d !important;
  color: white !important;
  margin-top: 5px;
  margin-left: 10px;
}
.alignDiv{
  margin-top:-19px;
  margin-right:260px;
  padding: 5px;
  float : right; 
}
/* import button */
.importCsv{
  background-image: linear-gradient(#EC9F05, #FF4E00);
  width: 110px;
  height: 30px;
  font-size: 14px; 
  font-weight: 450;
  color: #fff;
  border-radius: 100px;
  border-style: none;
  float: right;
  margin-top:-42px; 
}
.dwnTmp{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:-42px !important; 
  margin-left: 5px;
  background-image: linear-gradient(#EC9F05, #FF4E00);
  width: 10rem !important;
  height: 30px;
  font-size: 14px; 
  font-weight: 450;
  color: #fff;
  border-radius: 100px;
  border-style: none;
  float: right;
}
.dwnTmp a{
  text-decoration: none;
  color: white;
}
.dwnTmp a:hover{
  color: white;
}
/* loader   ------------------------------------------------------------------------------------ */
.page-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
color: #FFF;
display: inline-block;
/* position: relative; */
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
.loader-hidden{
  opacity: 0;
  visibility: hidden;
}
.loader::after {
content: '';  
width: 5px;
height: 5px;
background: currentColor;
position: absolute;
bottom: 4px;
right: -5px;
box-sizing: border-box;
animation: animloader 2s linear infinite;
}

@keyframes animloader {
0% {
  box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);
}
50% {
  box-shadow: 10px 0 white, 20px 0 rgba(255, 255, 255, 0);
}
100% {
  box-shadow: 10px 0 white, 20px 0 white;
}
}
/* loader   ------------------------------------------------------------------------------------ */



/* Responsive Starts */
@media screen and (min-width: 2506px) {
	.Home{
		position : relative;
	}
	.main_section{
	width: 114.9rem;
	height: 33.5rem;	
	position: absolute;
	top : 20px;
	left : 38px;
	}

	.h1_main_section {  	 
	font-size: 30px;
	font-weight: 800;
	color: rgb(248, 246, 246);
	text-align: left;
	padding-left: 4rem;
	padding-right: 5rem;
	padding-top: 8rem;  
   }
   .btn{
	   margin-left:60px !important;
    }
.notification-Home{
	position: absolute;
	top		: 40rem;
	left	: 30px;
	width   : 40%;
	height  : 25%;
	padding: 60px 10px 10px 10px;	
	}
	.right-notifucation{		
	position: absolute;
	top		: 40rem;
	left	: 51.6rem;
	width   : 20%;
	height  : 25%;		
	padding: 60px 20px 20px 20px;	
	}
	.right-notifucation1{		
	position: absolute;
	top		: 40rem;
	left	: 77.3rem;
	width   : 20%;
	height  : 25%;
	padding-bottom :40px 40px;	
	}
	.right-notifucation-total{
	position: absolute;
	top		: 40rem;
	left	: 102.7rem;
	width   : 12%;
	height  : 25%;		
	padding-top :67px;
	
	}
	.right-notifucation hr {  
	  width: 380px;
	  color: white;  
	}
	.right-notifucation-total .Heading-Toflup-h6{
		width: 14rem;
	}
	.spanShortText {  
		padding: 10px !important;
	}
}
 
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
