/*
 
Version: 1.0.0
*/
/*-----------------------------------------------------------------------------------*/
/*	GLOBAL CSS THAT ARE APPLIED FOR ALL SCREEN SIZES
/*-----------------------------------------------------------------------------------*/

/*Topbar Part*/

.rs-topbar-part {
  background: transparent;
  padding: 15px 0;
}
.rs-topbar-part .rs-contact-info {
  display: flex;
}
.rs-topbar-part .rs-contact-info .contact-part {
  display: inline-block;
  margin-right: 25px;
}
.rs-topbar-part .rs-contact-info .contact-part i {
  margin-right: 10px;
}
.rs-topbar-part .rs-contact-info .contact-part i:before {
  font-size: 15px;
  color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part a {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part .address {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part:last-child {
  margin: 0;
}
.rs-topbar-part .topbar-sl-share .icon-part {
  color: #0b2ba7;
}
.rs-topbar-part .topbar-sl-share .icon-part li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .topbar-sl-share .icon-part li a i {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.rs-topbar-part .topbar-sl-share .icon-part li:last-child {
  margin: 0;
}


.main-menu {
    position: relative;
}

.main-menu::after {
    display: block;
    clear: both;
    content: "";
}
.rs-menu {
   float: left;
   clear: both;
   width: 100%;
   font-size: 0;
}

.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
   border: 0;
   margin: 0;
   padding: 0;
}

.rs-menu li {
   display: block;
   position: relative;
}

.rs-menu a {
   display: block;
   padding: 16px;
}

.rs-menu .row {
    float: left;
    width: 100%;
    position: relative;
}


.rs-header .menu-area .logo-area {
    position: relative;
}
.rs-header .menu-area .logo-area img{
    max-width: 100%;
    max-height: 25px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 45px;
  padding: 0;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
  color: #fff;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ffa000;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.rs-header .menu-area .main-menu .rs-menu ul li.active a,
.rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: var(--blue);
}


/*-----------------------------------------------------------------------------------*/
/*	SUB-MENUS SETTINGS 
/*-----------------------------------------------------------------------------------*/
/* Hide sub-menus */
.rs-menu ul ul {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #111111; 
}
.rs-menu ul ul.visible, .rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {	
	display:block;
   z-index: 110;
}

/* Adjust position of mega-menu */
.rs-menu li:hover > ul.mega-menu > li > ul {
    position:relative;
}

.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background-color: #ffffff;
  margin: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
  -ms-box-shadow:  0 0 20px rgba(0,0,0,.15);
  -o-box-shadow:  0 0 20px rgba(0,0,0,.15);
  box-shadow:  0 0 20px rgba(0,0,0,.15);
  z-index: 99;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding: 10px 30px;
  height: unset;
  text-transform: capitalize;
  line-height: unset;
  color: #0a0a0a;
  font-weight: 400;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ffa000;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #ffa000;
}



/*-----------------------------------------------------------------------------------*/
/*  APPEARANCE SETTINGS 
/*-----------------------------------------------------------------------------------*/
.rs-menu a {
    color:#bbb;
	
	/* Remove the blue Webkit background when element is tapped */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* Modifies position of icons on the menu */
.rs-menu li i {
	margin-right:10px;
	font-size:16px;
	/* Make the font smoother for Chrome */
	transform:translate3d(0, 0, 0);    
}

/* Put down arrows */
.nav-menu .rs-mega-menu > a span:after, .nav-menu > .menu-item-has-children > a span:after {
    content:"\f107";
    font-family:FontAwesome;
    float:right;
    margin:2px 0 0 5px;
}

.mega-menu h1, .mega-menu h2, .mega-menu h3 {
	margin-bottom:24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
.rs-menu li {
    font-size:14px;
}

.rs-menu .sub-menu li a {
	padding: 10px 14px;
}

/* Sub-menus - font size and text alignment*/
.rs-menu ul ul a {   
    font-size: 15px;	
    text-align: left;
}


/*-----------------------------------------------------------------------------------*/
/*  MEGA MENU
/*-----------------------------------------------------------------------------------*/
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
	position: absolute;
	right: 0;  
	background-color: #ffffff;
	min-width: 650px;
	box-shadow: 0 6px 25px 2px rgba(12, 89, 219, 0.09);
}


.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container {
	float:left;
	width:100%;
	position:relative;
    padding: 0;
    margin: 0;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu {
    display:block;
    position:relative;
	width:auto;
    padding:0;
    min-height:initial;
    box-shadow:none;   
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu li, 
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu a {
    width:100%;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu {
  width: 33%;
  float: left;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu .sub-menu {
	box-shadow: none;
	text-align: left;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu .sub-menu .menu-title {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  color: #0a0a0a;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu:hover .sub-menu .menu-title {
  color: #043d72;
}



/*-----------------------------------------------------------------------------------*/
/*  Off Canvas Part CSS
/*-----------------------------------------------------------------------------------*/
/*Nav Expandar Part*/

.expand-btn {
  float: right;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  top: 50%;
  transform: translateY(-50%)
}
.expand-btn span {
  display: inline-block;
  margin-right: 20px;
}
.expand-btn span a {
  padding: 0;
}
.expand-btn span a i:before {
  font-size: 15px;
  margin: 0;
}
.expand-btn span a.nav-expander i {
  font-weight: 700;
}
.expand-btn span a.nav-expander i:before {
  font-size: 21px;
  margin-left: 20px;
}
.expand-btn span:last-child {
  margin: 0;
}
.expand-btn .header-btn {
  padding: 10px 40px;
  background: #ffa000;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
}
.expand-btn .header-btn:hover {
  background: #fff;
  color: #333333;
}

.expand-btn .offcanvas-icon li span {
  background: #fff;
  height: 2px;
  width: 20px;
  display: block !important;
  margin: 0 0 4px 0 !important;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  list-style: none;
}
.expand-btn .offcanvas-icon li span:last-child {
  margin: 0 !important;
}
.expand-btn .offcanvas-icon:hover li span:nth-child(1) {
  width: 10px;
}
.expand-btn .offcanvas-icon:hover li span:nth-child(2) {
  width: 15px;
  transform: rotate(180deg);
}


/*Off Canvas Menu*/
.nav-expanded {
	position: relative;
}
.nav-expanded nav {
    right: 0 !important;
}
.off-wrap {	
	position: absolute;
	width: 100%;
	background: #000;
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s ease 0s;
}
.nav-expanded .off-wrap {
	opacity: 0.5;
	z-index: 99;
}

ul.menu-mega li a.menu-bold.menu-f {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 40px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #101010;
    height: unset;
    line-height: 16px;
    text-transform: capitalize;
}

/*-----------------------------------------------------------------------------------*/
/*  TRANSITIONS AND EFECTS
/*-----------------------------------------------------------------------------------*/
.nav-menu ul {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}



/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
	
	/*RESPONSE MENU*/
	.rs-menu {
	    height: auto !important;
	}
	.rs-menu li {
    	display:inline-block;
	}
	
	.nav-menu .rs-mega-menu {
    	position: static;
	}
	
	.rs-menu ul ul.visible {
		visibility: hidden;
    	opacity:0;
	}
	
	/* Remove arrows if not in mobile */
	.nav-menu .menu-item-has-children > span, 
	.nav-menu .rs-mega-menu > span {
		display:none;
	}
	
	/* Remove Menu Toggle if not in mobile */	
	.rs-menu-toggle {
		display:none;
	}
	
	/* Remove Menu Close if not in mobile */
	.nav-menu div.sub-menu-close {
		display:none;
	}
	
	
	/* Show sub-menus in hover */
	.rs-menu li:active > ul, 
	.rs-menu li:focus > ul, 
	.rs-menu li:hover > ul, 
	.rs-menu li:hover > ul.mega-menu > li > ul, 
	.rs-menu li:hover ul.mega-menu .sub-menu {		
		display:block;
		z-index: 17;	
	}

	/* Adjust position the sub-menus in the left */
	.rs-menu ul ul li > ul {
		left: 100%;
	}
	
	/* Adjust position the sub-menus on the top */
	.rs-menu ul ul ul {
		top: 0;
	}	
	
	.rs-menu ul ul {
		width:auto;
	}
	
	/* Sub-menus - width */
	.rs-menu ul ul a {
		width: 260px;	/* <- Modify for width change */
	}
	
    .nav-menu .mega-menu li div.mega-menu-innner .single-magemenu {
        width: 25%;
        float: left;
        padding: 0 12px;
    }

    .rs-header .menu-area.menu-sticky {
        transition: all 0.3s ease 0s;
    }
    .rs-header .menu-area.menu-sticky.sticky {
		background: #fff;
		position: fixed;
		z-index: 999;
		margin: 0 auto;
		border: none;
		padding: 0;
		top:50px;
		left: 0;
		right: 0;
		width: 100%;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-name: sticky-animation;
		animation-name: sticky-animation;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
    }
    .rs-header .menu-area.sticky .main-menu .rs-menu ul li > a {
      color: #161616;
    }
    .rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item > a {
      color: #ffa000;
    }
    .rs-header .menu-area.sticky .expand-btn .header-btn:hover {
      background: #161616;
      color: #fff;
    }

	/* Menu Transition*/
	.rs-menu ul ul {
		opacity: 0;
		visibility: hidden;	
		transform: translateY(-10px);
		transform: scaleY(0);
		transform-origin: 0 0 0;
	}

	.rs-menu li:active > ul, .rs-menu li:focus > ul, .rs-menu li:hover > ul, .rs-menu li:hover > ul.mega-menu > li > ul {    
		 opacity: 1;
		 visibility:visible;		
		 transform: translateY(0px);
		 transform: scaleY(1);
	}

	ul.mega-menu .sub-menu {
		transform: unset;
	}

	.rs-menu li:hover ul.mega-menu .sub-menu {
		transform: unset;
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
	}
		
}

@media only screen and (max-width: 991px) {
	
	.rs-header .menu-area .logo-area {
	    position: absolute;
	    z-index: 1;
	}
	.rs-header .expand-btn {
		display: none;
	}

    .rs-menu {
        position: absolute;
        z-index: 999;
    }
    .rs-menu .row [class*="col-"] {
        float: left!important;
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
   	
	.nav-menu > li > a {
		
		border-bottom: 1px solid rgba(93,101,118,0.15);	
		text-align: left;
	}	
	.nav-menu > li:last-child a {
    	border-bottom:none;
	}

	.rs-menu ul ul {
	    display: none;
	}

	.meg-sub{
		padding-right: 5px !important;
	  }
	  .meg-sub{
		padding-left: 5px !important;
	  }

	  ul.menu-mega li a {
		padding-left: 0px !important;
		padding-bottom: 0px !important;
		font-size: 15px !important;
		font-weight: 500 !important;
	}

	/*Options Menu Closed*/
	.nav-menu div.sub-menu-close {
		float:left;
		width:100%;
		cursor:pointer;
		background:#f6f3ed;		
		color:#000;
		font-size:14px;
		text-align:center;	
		height: 50px;
		line-height: 50px;
	}
	.nav-menu div.sub-menu-close i {		
		font-size:16px;
		margin-right: 5px;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
		background: #fff;
	}
	.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
		display: block !important;
		margin-right: 0 !important;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0 0 0 20px !important;
	}

	.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
		padding: 15px 0 0 !important;
	}
	.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
		height: 28px !important;
		line-height: 14px !important;
		padding: 0 0 0 20px !important;
	}
	.rs-menu .rs-mega-menu .sub-menu div.sub-menu-close {
	    display: none;
	}

	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
	    min-width: unset;
	    width: 100%;
	}
	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu ul.sub-menu {
		padding: 0;
	}
	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu {
		width: 100% !important;
        padding: 0 !important;
	}
	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu ul.sub-menu {
		box-shadow: none;
	}
	.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
		padding: 10px 15px;
	}

	.nav-menu > .menu-item-has-children > span.rs-menu-parent {		
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 49px;
		line-height: 49px;
		width: 45px;
		text-align: center;
		cursor:pointer;
		background: var(--blue);
		z-index: 9;
		color: #ffffff;
		
		/* Remove the blue Webkit background when element is tapped */
		-webkit-tap-highlight-color:rgba(0,0,0,0);    
	}	
	.nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {		
		display: block;
		position: absolute;
		background: #ddd;
		right: 0;
		top: 0;
		height: 50px;
		line-height: 50px;
		width: 45px;
		text-align: center;
		cursor: pointer;
		border-left:none;	
		z-index: 9;	
		/* Remove the blue Webkit background when element is tapped */
		-webkit-tap-highlight-color:rgba(0,0,0,0);    
	}
	.nav-menu span.rs-menu-parent i { 
		margin:0;
	}

	.rs-menu-close {
    	height: 0;		
    	overflow: hidden!important;
	}
	
	/*Menu Toggle Appearance*/
	.rs-menu-toggle {
		display: block;
		text-align: right;
		position: relative;
		height: auto;
		line-height: auto;
		cursor:pointer;		
		color: #333;
		font-size: 22px;
		text-transform: uppercase;	
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}	
	
}

@media only screen and (max-width: 1080px) {	
	.nav-menu > li > a i {
		display:none;
	}
}



.pad-top {
    line-height: 20px !important;
    padding-bottom: 0px !important;
    padding-top: 7px !important;
    color: #000;
    font-weight: 400;
}

.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .sub-menu {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    min-height: initial;
    box-shadow: none;
}



/* new css start */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 999;
  }
  
  .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  .sidenav .closebtn {
	position: absolute;
    top: 26px;
    right: 25px;
    font-size: 50px;
    /* margin-left: 53px; */
	right: 18px;
  }
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }

/* new css end */


/* new start */

.wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 20px 0;
	font-size: 2em;
	background-color: var(--bs-white);
  }
  .accordion {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
  }
  .item {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 10px;
	color: #2c3e50;
	overflow: hidden;
  }
  
 /* input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
  }*/
  
  .item__title {
	display: flex;
    justify-content: space-between;
    padding: 0.5em;
    /* background-color: #eee; */
    cursor: pointer;
    font-size: 20px;
    line-height: 21px;
  }
  
  .item__title:after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
  }
  .item__content {
	padding: 0 1em;
	background-color: #eeeeee6b;
	max-height: 0;
	transition: all 0.35s;
	font-size: 20px;
  }
  input:checked {
	+ .item__title::after {
	  transform: rotate(90deg);
	}
	~ .item__content {
	  max-height: 100vh;
	  padding: 10px;
	}
  }
  

/* new end */



/* new payroll menu start */

/* header */
.header{
	display: block;
	width: 100%;
  /*  position: relative;*/
	position: fixed;
	z-index: 99;
	padding:10px 10px;
	background-color: #ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
  }
  .header .item-left{
	flex:0 0 17%;
  }
  .header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
  }
  .header .item-center{
	flex:0 0 66%;
	display: flex;
	  justify-content: center;
  }
  .header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
  }
  .header .item-right a{ 
	   text-decoration: none;
	 font-size: 18px;
	  /*color: #ffffff;
	   display: inline-block;
	   margin-left: 10px;
	   transition: color 0.3s ease;*/
	   background: linear-gradient(to right, #2e51bf, #24397a) padding-box, linear-gradient(to right, #2e51bf, #24397a) border-box;
	  color: #fff;
  }
  .header .item-right a:hover{
	color: #ffffff !important ;
  }
  
  .header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
  }
  .header .menu > ul > li > a{
	font-size:18px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
  }
  .header .menu > ul > li > a i{
	margin-left:  5px;    
	font-size: 12px;
  }
  .header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
  }
  @media(min-width: 992px){
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
  }
  }
  .header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
	list-style-type:  none;
  }
  .header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 15px 0;
	font-size: 18px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
  }
  .header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
	border-radius: 10px;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
	 line-height: 1;
	 display: block; 
	 margin-bottom:5px;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > div.m-icon > i {
	padding: 10px 0;
	  display: inline-block;
	  font-size: 18px;
	  transition: color 0.3s ease;
	  background: linear-gradient(275.55deg, #FF9B44 0%, #ff3400 100%);
	  -webkit-background-clip: text;
	  -moz-background-clip: text;
	  background-clip: text;
	  -webkit-text-fill-color: transparent;
	}
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > div.m-item > a {
   padding: 15px 0;
	  display: inline-block;
	  font-size: 16px;
	  color: #000000;
	  transition: color 0.3s ease;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li  > div.m-item > p{
  font-size: 16px;
	  color: #555555;  
  }
  .header .menu > ul > li .sub-menu > ul > li > a > i{
	  padding: 2px 0;
	  font-size: 18px;
	  margin-right: 10px;
	  transition: color 0.3s ease;
	  background: linear-gradient(275.55deg, #FF9B44 0%, #ff3400 100%);
	  -webkit-background-clip: text;
	  -moz-background-clip: text;
	  background-clip: text;
	  -webkit-text-fill-color: transparent;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
      padding: 10px 0;
	  display: inline-block;
	  font-size: 16px;
	  color: #000000;
	  transition: color 0.3s ease;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > p{
  	  font-size: 16px;
	  color: #555555;  
  }
  
  
  .header .menu > ul > li .sub-menu.mega-menu{ 
	  left: 50%;
	  top:70%;
	  transform: translateX(-50%);  
  }
  
  .header .menu > ul > li .sub-menu.mega-menu-column-4{
    max-width: 1100px;
	width: 50%; 
	display: flex;
	flex-wrap: wrap;
	padding: 30px 20px;
	border-radius: 10px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
	flex:0 0 50%;
	padding:0 15px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
  .header .menu > ul > li .sub-menu > ul > li > a:hover,
  /*.header .item-right a:hover,*/
  .header .menu > ul > li:hover > a{
	background: var(--blue);
	background: var(--blue);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  
  .header .menu > ul > li:hover > a{
	background: -webkit-linear-gradient(275.55deg, var(--blue) 0%, var(--blue) 100%);
	background: -moz-linear-gradient(275.55deg, var(--blue) 0%, var(--blue) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: var(--black);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, var(--blue), var(--blue)) 1;
  }
  .header .item-right a:hover{
  /*  color:#24397a;*/
  background: -webkit-linear-gradient(275.55deg, #24397a 0%, #24397a 100%);
	background: -moz-linear-gradient(275.55deg, #24397a 0%, #24397a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  /* banner section */
  .banner-section{
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	display: block;
  }
  .mobile-menu-head,
  .mobile-menu-trigger{
	display: none;
  }
  
  /*responsive*/
  @media(max-width: 991px){
  
	.header .item-center{
	  order:3;
	  flex:0 0 100%;
	}
   /* .header .item-left,
	.header .item-right{
	  flex:0 0 auto;
	}*/
	.v-center{
	  justify-content: space-between;
	}
	.header .mobile-menu-trigger{
	  display: flex;
	  height: 30px;
	  width: 30px;
	  margin-left: 15px;
	  cursor: pointer;
	  align-items: center;
	  justify-content: center;
	}
	.header .mobile-menu-trigger span{
	  display: block;
	  height: 2px;
	  background-color: #333333;
	  width: 24px;
	  position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
	  content: '';
	  position: absolute;
	  left:0;
	  width: 100%;
	  height: 100%;
	  background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
	  top:-6px;
	}
	.header .mobile-menu-trigger span:after{
	  top:6px;
	}
	.header .item-right{
	  align-items: center;
	}
  
	.header .menu{
	  position: fixed;
	  width: 320px;
	  background-color:#ffffff;
	  left:0;
	  top:0;
	  height: 100%;
	  overflow: hidden;
	  transform: translate(-100%);
	  transition: all 0.5s ease;
	  z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);  
	}
	.header .menu > ul > li{
	  line-height: 1;
	  margin:0;
	  display: block;
	}
	.header .menu > ul > li > a{
	  line-height: 50px;
	  height: 50px;
	  padding:0 50px 0 15px;
	  display: block;
	  border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
	  position: absolute;
	  height: 50px;
	  width: 50px;
	  top:0;
	  right: 0;
	  text-align: center;
	  line-height: 50px;
	  transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
	  display: flex;
	  height: 50px;
	  border-bottom: 1px solid rgba(0,0,0,0.1);
	  justify-content: space-between;
	  align-items: center;
	  position: relative;
	  z-index: 501;
	  position: sticky;
	  background-color: #ffffff;
	  top:0;
	}
	.header .menu .mobile-menu-head .go-back{
	  height: 50px;
	  width: 50px;
	  border-right: 1px solid rgba(0,0,0,0.1);
	  cursor: pointer;
	  line-height: 50px;
	  text-align: center;
	  color:#000000;
	  font-size: 16px;
	  display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
	  display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
	  font-size: 18px;
	  font-weight: 500;
	  color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	  height: 50px;
	  width: 50px;
	  border-left: 1px solid rgba(0,0,0,0.1);
	  cursor: pointer;
	  line-height: 50px;
	  text-align: center;
	  color:#000000;  
	  font-size: 25px;
	}
	.header .menu .menu-main{
	  height: 100%;
	  overflow-x: hidden;
	  overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
	  visibility: visible;
	  opacity: 1;
	  position: absolute;
	  box-shadow: none;
	  margin:0;
	  padding:15px;
	  top:0;
	  left:0;
	  width: 100%;
	  height: 100%;
	  padding-top: 65px;
	  max-width: none;
	  min-width: auto;
	  display: none;
	  transform: translateX(0%);
	  overflow-y: auto;
	}
  .header .menu > ul > li .sub-menu.active{
	display: block;
  }
  @keyframes slideLeft{
	0%{
	  opacity:0;
	  transform: translateX(100%);
	}
	100%{
		opacity:1;
	  transform: translateX(0%);  
	}
  }
  @keyframes slideRight{
	0%{
	  opacity:1;
	  transform: translateX(0%);
	}
	100%{
		opacity:0;
	  transform: translateX(100%);  
	}
  }
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	  margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	  margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
	  margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
	  flex: 0 0 100%;
		  padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
	  display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
  /*    margin-bottom: 15px;*/
	}
	.menu-overlay{
	  position: fixed;
	  background-color: rgba(0,0,0,0.5);
	  left:0;
	  top:0;
	  width: 100%;
	  height: 100%;
	  z-index: 1098;
	  visibility: hidden;
	  opacity:0;
	  transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;  
	}
  }
  
  @media(max-width:767px){
	.images-fluid {
	  max-width: 210px;
	  height: auto;
	  padding: 0px 0px 0 0px;
	}
	.footer-second .footer-payroll-img {
	  width: 160px;
	  height: 100px;
	  padding-bottom: 16px;
	}
	.footer-second {
	  background: #100f3a;
	  box-shadow: 0px 0px 80px 0px #0000001A;
	  padding: 30px 0px 40px 0px;
	}
  }
  @media screen and (min-width:768px) and (max-width:991px){
	.images-fluid {
	  max-width: 180px;
	  height: auto;
	  padding: 0px 0px 10px 0px;
	}
  }
  @media screen and (min-width:1024px) and (max-width:1200px){
	/* .img-fluid {
	  margin-left:6px;
  } */
  .header .item-center {
	  flex: 0 0 80%;
	  display: flex;
	  justify-content: center;
	  padding-left: 166px;
  }
  }
  
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li.head-li{
   /* padding-bottom:15px;  */
  border-bottom:1px dotted #eee; 
  }
  
  
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > div.head-m-item > a{
	  font-size: 18px;
	  color: #24397a;
	  font-weight: 600;
  }


  .new-menu1{
	display: none;
  }
  
/* new payroll menu end */
.innerp .nav-menu li a {
    color: #000!important;
}




.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu p.ind-txt a{
	font-size: 22px;
    font-weight: 600;
    padding-top: 36px;
    color: var(--secondary);
    text-align: left;
    padding-left: 24px;
	text-transform:none;
	height: 0px;
	line-height: 0px;
	padding-bottom: 18px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu p.ind-txt a:hover{
	color:var(--blue);
}

.header .menu > ul > li .sub-menu.mega-menu .ind-txt a{
	font-size: 20px;
    font-weight: 600; 
    padding-top: 18px;
    color: var(--secondary);
    text-align: left;
	margin-bottom: 4px;
}
.header .menu > ul > li .sub-menu.mega-menu .ind-txt a:hover{
	color:var(--blue);
}
.header .menu > ul > li .sub-menu.mega-menu p{
	margin-bottom: 6px;
	margin-top: 10px;
}
