.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: var(--mainnav-link-color);
    font-size: 1rem;
    font-weight: 500;
    padding: 2px 1rem;
    height: 60px;
    line-height: 40px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    text-transform: capitalize;
  	width: 100%;
}

.header-wrap-is1 {
  background-color: #F97C37;
}

.TopBar1
{
  height: 50px;
  background-color: #55555E; /* 1b66ab */
}
.TopBar2
{
  height: 4px;
  background-color: #3C7DB8; /* F97C37 */
}
.TopBar3
{
  height: 4px;
  background-color: #FFFFFF;
}

.LogoHeaderBg
{
  padding: 5px 5px 5px 20px;
  background-color: #FFFFFF;
}

/* Customize the T4 navbar */
.t4-navbar {
  background-color: #F97C37; /* Change the background color of the navbar */
  color: #ffffff; /* Change the text color of the navbar */
  padding: 0; /* Adjust the padding to control the height of the navbar */
  font-weight: bold;
  width: 100%;
}

/* Style for navbar links */
.t4-navbar a {
  text-decoration: none;
  color: #fff; /* Change the text color of the navbar links */
  margin: 0 5px; /* Adjust the spacing between navbar links */
}

.t4-navbar a:hover {
   /* text-decoration: underline; Underline the navbar links on hover */
   background-color: #ADB4BF;
}

/* Style for the active menu item in the navbar */
.t4-navbar .active {
  background-color: #3d3f42; /* Change the background color of the active menu item */
  color: #ffffff;
}

/* Style for dropdown menus in the navbar */
.t4-navbar .dropdown-menu {
  background-color: #fff; /* Change the background color of dropdown menus */
  border: 1px solid #ccc; /* Add a border to dropdown menus */
  border-radius: 5px;
}

.t4-navbar .dropdown-menu li {
  padding: 10px 15px; /* Adjust the padding for dropdown items */
}

/* Style for dropdown menu links */
.t4-navbar .dropdown-menu a {
  color: #333; /* Change the text color of dropdown menu links */
}

.t4-navbar .dropdown-menu a:hover {
  background-color: #007BFF; /* Change the background color of dropdown menu links on hover */
  color: #fff; /* Change the text color of dropdown menu links on hover */
}

/* Style for the active dropdown menu item */
.t4-navbar .dropdown-menu .active {
  background-color: #007BFF; /* Change the background color of the active dropdown menu item */
  color: #fff; /* Change the text color of the active dropdown menu item */
}


/*
Block Element 01 - Style begins
*/
:root, [data-bs-theme="light"] {
    --is1-blue-dark: #03045E;
    --is1-blue-100: #0077B6;
    --is1-blue-200: #00B4D8;
    --is1-blue-300: #90E0EF;
    --is1-blue-400: #CAF0F8;
  	--is1-blue-500: #2667CE;
  	--is1-blue-light-100: #ECF7FD;
  
  
  	--is1-orange-100: #F97C37;
  
  	--is1-Grey-400: #E5E5E5;
  }
  [data-bs-theme="dark"] {
    color-scheme: dark;
    
  }

 .bg-is1-blue-100 {
    background-color: var(--is1-blue-100) !important;
  }

 .bg-is1-blue-200 {
    background-color: var(--is1-blue-200) !important;
  }

 .bg-is1-blue-300 {
    background-color: var(--is1-blue-300) !important;
  }

 .bg-is1-blue-400 {
    background-color: var(--is1-blue-400) !important;
  }

.bg-is1-blue-500 {
    background-color: var(--is1-blue-500) !important;
  	border-top: 10px solid #000080;
}  

.bg-is1-blue-light-100 {
    background-color: var(--is1-blue-light-100) !important;
  }

 .bg-is1-blue-100, .bg-is1-blue-200, .bg-is1-blue-300, .bg-is1-blue-400 {
    border-top: 5px solid #F77F00;
  }

.bg-is1-orange-100 {
    background-color: var(--is1-orange-100) !important;
  }

.ct-border-left {
    border-left: 10px solid #F77F00; 
  	border-bottom: 2px solid #F77F00;
  	/* margin-right: 20px !important; */
  }

.ct-orange-border-top {
    border-top: 10px solid #F77F00;  	
  }

.ct-orange-border-right {
    border-right: 10px solid #F77F00; 
  	border-bottom: 2px solid #F77F00;
  	margin-left: 20px !important;
  }

.ct-blue-border-left {
    border-left: 10px solid #2196F3;  	
  }

.ct-blue-border-right {
    border-right: 10px solid #2196F3; 
  	border-bottom: 2px solid #2196F3;
  }



.bg-is1-Grey-400 {
    background-color: var(--is1-Grey-400) !important;
  }
/*
Block Element 01 - Style Ends
*/

/*
.background-img .innsol-overlay{
    position: absolute;
    overflow: hidden;
    top: 150px;
    right: 0;
}

.background-img .innsol-overlay {
    opacity: 1;
    width: 60%;
    height: 100%;
    background-color: rgba(255, 51, 51, 0.5);
  	z-index: 10;
}



.innsol-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.innsol-overlay {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 85%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the background color and opacity as needed 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;  
  	z-index: 10;
}

*/


.background-img{
    position:relative;
    max-width: 100%;
    height: auto;
  	
 }

.innsol-main-overlay {
   position: relative;
   top: 10px;
   left: 10px;
   width: 50% !important;
   height: 100% !important;
   z-index: 1;
}



.innsol-text-align-left {
  	text-align: left;
}

.acm-hero.style-1 .has-bg .hero-content {
    min-height: 20rem;
}

.hero-content-inner{
  	padding-left: 15px;
}

/*
Image Overlay - Begins
*/

.innsol-bg-image-2 {
  position: absolute;
      left: 0px;
      top: 0px;
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
      filter: blur(1px);
}

.innsol-bg-image {
  /* The image used */
  

  /* Add the blur effect */
  filter: blur(2px);
  -webkit-filter: blur(2px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.innsol-bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.1); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}


/*
Image Overlay - End
*/


/*
Unordered List - Style 01 - Begins
*/

.innsol-ul-list-01 {
    list-style: none; /* Remove default list bullets */
    padding: 0;
}

.innsol-ul-list-01 ul {    
    padding-left: 0;
}

.innsol-ul-list-01 li {
    margin: 10px 0; /* Add some spacing between list items */
    display: flex;
    align-items: top;
}

.innsol-ul-list-01 li img {
    width: 24px; /* Set the width of the image */
    height: 24px; /* Set the height of the image */
    margin-right: 10px; /* Add some spacing between the image and text */
}

/*
Unordered List - Style 01 - End
*/

