/* Previous CSS content remains unchanged until the footer section */
/* Container for the services grid */
/* Blue section */
/* Team Section */
/* Search Icon */
/* Dropdown styling */
/* Triangular Background */
/* Image Box as Background */
/* Section Container */
/* Section Container */
/* Section Container */
/* Breadcrumb container */

/* Loader Styles */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Background color of the loader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure the loader is on top of everything */
}

.loader img {
  width: 100px; /* Adjust the size of the loader GIF */
  height: 100px;
}

/* Hide the loader when the page is fully loaded */
.loader.hidden {
  display: none;
}
.hidden {
  display: none;
}

.visible {
  display: block;
}

/* Content Styles */
.content {
  display: none; /* Hide content initially */
}

.content.visible {
  display: block; /* Show content after the loader is hidden */
}

/* Custom Footer */
.custom-footer {
  background-color: #1f3d80; /* Blue background */
  color: white;
  padding: 8rem 5rem;
  font-family: Arial, sans-serif;
}

/* Footer Top Section */
.footer-top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Line stroke above headers */
}

.footer-section {
  flex: 1;
  min-width: 150px;
}

.footer-header {
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  color: white;
}



.footer-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2); /* Line stroke under headers */
}

.footer-subheaders {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-subheaders li {
  margin-bottom: 0.5rem;
}

.footer-subheaders a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

.footer-subheaders a:hover {
  text-decoration: underline;
}

/* Footer Demarcation Line */
.footer-demarcation {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2); /* Demarcation line */
  margin: 1rem 0;
}

/* Footer Bottom Section */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
}

.footer-logo img {
  height: 50px; /* Adjust logo size */
}

.footer-copyright {
  text-align: center;
  flex: 1;
  font-size: 0.9rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer-social a:hover {
  opacity: 0.8;
}


.breadcrumb {
  padding: 2px 7px; /* Padding */
  left: 100px; /* Distance from the left */
}

/* Breadcrumb links */
.breadcrumb a {
  text-decoration: none; /* Remove underline */
  color: #6c757d; /* Blue color for links */
  font-size: 14px; /* Font size */
}

.breadcrumb a:hover {
  text-decoration: underline; /* Underline on hover */
}

/* Separator (>) */
.breadcrumb .separator {
  margin: 0 5px; /* Spacing around the separator */
  color: #6c757d; /* Gray color */
  font-size: 14px; /* Font size */
}

/* Current page (non-clickable) */
.breadcrumb .current {
  color: #007bff; /* Gray color */
  font-size: 14px; /* Font size */
}
#footers-copyright {
    margin-top: 6rem; /* Space between the section and the footer */
    width: 100%;
    padding: 10px 20px;
    background: white;
    z-index: 100;
    overflow-x: auto;
}

.footers-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-width: 800px;
}

.footers-icons-left, .footer-icons-right {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 40%;
    overflow-x: auto;
}

.footers-icons-left {
    justify-content: flex-start;
}

.footers-icons-right {
    justify-content: flex-end;
}

.footers-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.footers-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.footers-icons-left, .footer-icons-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.hm-footers-copyright p {
    color: #888ea5;
    text-transform: capitalize;
    padding: 5px 0;
    font-size: 12px;
    margin: 0;
}

.teamscontent-section {
    padding: 2rem;
    background-color: #ffff;
    margin-top: 2rem; /* Space above the section */
    margin-bottom: 2rem; /* Space below the section */
  }
  
  /* Content Container */
  .teamscontent-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px; /* Add extra space after the cards */
  }
  
  /* Left Side: Content */
  .teamscontent-left {
    flex: 1;
  }
  
  .teamscontent-left h2 {
    font-size: 5rem;
    font-weight: bold;
    font-family:'Orbitron', sans-serif !important;
    color: #103E92;
    margin-bottom: 3rem;
  }
  
  .teamscontent-left p {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
  }
  
  .teamscta-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .teamscta-button:hover {
    background-color: #0056b3;
  }
  
  /* Right Side: Image Slideshow */
  .teamscontent-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 500px; /* Adjust height as needed */
  }
  
  .teamsslideshow {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .teamsslide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s ease;
  }
  
  .teamsslide.active {
    left: 0; /* Slide in from the right */
    opacity: 1;
    z-index: 2; /* Bring to the front */
  }
  
  .teamsslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1.2); /* Make the image slightly larger */
    transition: transform 1s ease;
  }
  .teamsslide.active img {
    transform: scale(1); /* Resize to normal */
  }
 /* Content Section */
.content-section {
  padding: 2rem;
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Content Container */
.content-container {
  display: flex;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 60px;
}

/* Content Box */
.content-box {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  min-width: 50px;
}

/* Image Box */
.image-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Text Box */
.text-box {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  transition: bottom 0.5s ease;
}

.text-box h3 {
  margin: 0;
  font-size: 1.5rem;
  font-family: 'Orbitron', sans-serif !important;
  color: #c6c4c4;
}

.text-box p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Expanded State */
.content-box.active {
  flex: 4; /* Expand the box */
}

.content-box.active .text-box {
  bottom: 0; /* Show the text box */
}

.content-box.active .text-box p {
  opacity: 1; /* Show the description */
}

.content-box.active .image-box img {
  transform: scale(1.1); /* Zoom the image */
}

/* Shrunken State */
.content-container:hover .content-box:not(.active) {
  flex: 0.5; /* Shrink non-active boxes */
  opacity: 0.7; /* Reduce opacity */
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .content-container {
    flex-direction: column; /* Stack boxes vertically on mobile */
  }

  .content-box {
    flex: 1; /* Reset flex behavior for mobile */
    min-width: 100%; /* Full width for each box */
  }

  .image-box {
    height: 200px; /* Adjust height for smaller screens */
  }

  .text-box {
    padding: 0.5rem; /* Reduce padding for smaller screens */
  }

  .text-box h3 {
    font-size: 1.2rem; /* Reduce font size for smaller screens */
  }

  .text-box p {
    font-size: 0.9rem; /* Reduce font size for smaller screens */
    opacity: 1; /* Always show description on mobile */
  }

  /* Disable hover effects on mobile */
  .content-box:hover {
    flex: 1; /* Prevent expansion on hover */
  }

  .content-box:hover .image-box img {
    transform: none; /* Disable zoom effect on hover */
  }

  .content-box:hover .text-box {
    padding: 0.5rem; /* Reset padding on hover */
  }

  .content-container:hover .content-box:not(:hover) {
    flex: 1; /* Reset flex behavior for non-hovered boxes */
    opacity: 1; /* Reset opacity for non-hovered boxes */
  }
}
.image-box-background {
    position: absolute;
    top: 0;
    left: 2%; /* Start from the middle */
    transform: translateX(-50%); /* Center the background */
    width: 80%; /* Full width */
    height: 80%; /* Full height */
    background-image: url('../images/services/hi.png'); /* Add your background image */
    background-size: left; /* Cover the entire area */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    z-index: -1; /* Place it behind the content */
    opacity: 0.5; /* Adjust opacity if needed */
  }
  
.top-container {
    width: 100%; /* Full width */
    height: 40px; /* Adjust height as needed */
    background-image: url('../images/about/Copy\ of\ banner.gif'); /* Add your background image */
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Do not repeat the image */
    border-bottom: 2px solid #0d4edb; /* Optional: Add a line at the bottom */
  }
.nav-item.dropdown .dropdown-menu {
    display: flex; /* Make the dropdown menu flex */
    flex-direction: row; /* Arrange items horizontally */
    flex-wrap: nowrap; /* Prevent wrapping */
    min-width: auto; /* Remove minimum width */
    padding: 0; /* Remove padding */
    border: none; /* Remove border */
    background-color: transparent; /* Transparent background */
  }
  .dropdowns-item {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    white-space: nowrap; /* Prevent text wrapping */
    background-color: #fff; /* White background for items */
    border: 1px solid #ddd; /* Add border for separation */
    margin-right: 5px; /* Add spacing between items */
  }
  
  /* Flag icon styling */
  .flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  /* Current language styling */
  #current-language {
    margin-left: 5px;
  }
  
  
  /* Hover effect for dropdown items */
  .dropdowns-item:hover {
    background-color: #f8f9fa;
  }
.search-item {
    position: relative;
  }
  
  .fa-search {
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
  }
  
  /* Search Dropdown */
  .search-dropdown {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
  .search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
  }
  
  .search-header span {
    font-weight: bold;
  }
  
  #cancel-search {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 0.9rem;
  }
  
  #cancel-search:hover {
    text-decoration: underline;
  }
  
  #search-input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    font-size: 1rem;
  }
  
  .search-results {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
  }
  
  .search-results div {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }
  
  .search-results div:hover {
    background: #f1f1f1;
  }
.decorative-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Ensure icons don't interfere with clicks */
  }
  
  .icon {
    position: absolute;
    width: 100px; /* Adjust icon size */
    height: 100px;
    opacity: 0.5; /* Make icons subtle */
    transition: opacity 0.3s ease; /* Smooth hover effect */
  }
  
  .icon:hover {
    opacity: 1; /* Make icons fully visible on hover */
  }
  
  /* Position individual icons */
  .icon-1 {
    top: 10%;
    left: 5%;
  }
  
  .icon-2 {
    top: 20%;
    right: 10%;
  }
  
  .icon-3 {
    top: 120%;
    left: 5%;
  }

  .icon-4 {
    top: 120%;
    right: 10%;
  }

.team-section {
    padding: 60px 20px;
    background-color: #fff; /* Light background */
  }
  
  .team-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px; /* Add extra space after the cards */
  }
  
  .team-header {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #333; /* Dark text color */
  }
  .team-container h5 {
    margin-bottom: 15px;
    color: #103E92;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 900 !important;
    font-size: xx-large;
}
.team-container h3 {
    margin-bottom: 15px;
    color: #103E92;
    font-family: 'Orbitron',sans-serif !important;
    transition: color 0.3s ease; /* Smooth transition for text color */

}
  
  /* Team Grid */
  .team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
    justify-content: center;
    margin-top: 20px; /* Add space above the cards */
    margin-bottom: 60px; /* Add extra space after the cards */
  }
  
  /* Team Card */
  .team-card {
    width: calc(33.33% - 20px); /* Three cards per row */
    background-color: #fff; /* White background */
    border-radius: 10px;
    border:1.5px solid #042664;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .team-card:hover {
    transform: translateY(-10px); /* Lift card on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
  }
  
  /* Team Image Container */
  .team-image-container {
    position: relative;
    width: 90%;
    height: 200px; /* Fixed height for image container */
    margin: 20px auto; /* Center the image container and add spacing */
    border-radius: 10px; /* Rounded corners */
    border:1.5px solid #888ea5;
    overflow: hidden;
  }
  
  .team-image,
  .team-image-hover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
  }
  
  .team-image-hover {
    opacity: 0; /* Hide hover image by default */
  }
  
  .team-card:hover .team-image {
    opacity: 0; /* Hide default image on hover */
  }
  
  .team-card:hover .team-image-hover {
    opacity: 1; /* Show hover image on hover */
  }
  
  /* Team Details */
  .team-details {
    padding: 20px;
    text-align: center;
  }
  
  .team-name {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333; /* Dark text color */
  }
  
  .team-position {
    font-size: 1em;
    color: #777; /* Light text color */
  }
.blue-section {
    background-color: #042664; /* Blue background */
    padding: 100px 100px; /* Add padding */
    position: relative;
    overflow: hidden; /* Ensure background images don't overflow */
    padding-top: 60px; /* Add extra padding at the top */

  }
.blue-background {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1; /* Behind the content */
    opacity: 0.2; /* Make background images subtle */
  }  
.blue-background img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure images cover the background */
    object-position:bottom; /* Align the image to the bottom */
  }
.blue-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 115, 230, 1), rgba(0, 115, 230, 0)); /* Blue gradient */
    pointer-events: none; /* Ensure clicks pass through */
  } 
.blue-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px; /* Limit width for better readability */
    margin: 0 auto; /* Center the container */
    position: relative;
    z-index: 2; /* Above the background */
  }
  .content-right {
    width: 50%; /* Take up half the space */
    color: #fff; /* White text for contrast */
  }
  
  .content-right h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color:#fff;
    font-family: 'Orbitron', sans-serif !important;
  }
  
  .content-right p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color:#fff;
  }
  
  .content-right ul {
    list-style-type: none; /* Remove default bullets */
    padding: 0;
    margin: 0; /* Remove default margin */ 
  }
 /* List item styling */
.content-right ul li {
    margin-bottom: 20px; /* Space between list items */
    padding-left: 30px; /* Space for custom bullet */
    position: relative;
  }
  
  /* Custom bullet point */
  .content-right ul li::before {
    content: "•"; /* Custom bullet point */
    color: #fff; /* Yellow bullet points */
    font-size: 1.5em; /* Adjust bullet size */
    position: absolute;
    left: 0;
    top: 0;
  }
  
  /* Style <strong> as mini-headers */
  .content-right ul li strong {
    display: block; /* Make <strong> a block element */
    font-size: 1.1em; /* Slightly larger font size */
    margin-bottom: 5px; /* Space between mini-header and description */
    color: #ffff; /* Yellow color for mini-headers */
  } 

  .image-slider {
    width: 45%; /* Take up slightly less than half the space */
    position: relative;
  }
  
  .slider-container {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    overflow: hidden;
  }
  
  .slider-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .slider-container img.active {
    opacity: 1;
  }
  
  /* Navigation arrows */
  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
  }
  
  .slider-arrow.prev {
    left: 10px;
  }
  
  .slider-arrow.next {
    right: 10px;
  }
.About-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
}

.About-hero {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.About-content {
    flex: 1;
    margin-top: 0px; /* Adjust this value to move the content down */
    transition: margin-top 0.3s ease; /* Smooth transition for adjustments */
}

.About-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
    justify-content: center;
  }
  .About-image {
    flex: 1;
    text-align: right; /* Align the image to the right */
    padding-left: 45px; /* Add padding to the left of the image */
    margin-top:30px;
}
.About-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.About-features {
    text-align: center;
}
  
  /* Individual service card */
  .About-card {
    width: 300px; /* Slimmer card width */
    padding: 40px;
    border: 1px solid #e0e0e0; /* Optional: Add a border */
    border-radius: 8px; /* Optional: Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */
    background-color: #fff; /* Card background */
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
    z-index: 1; /* Ensure the card is above other elements */
    margin-bottom: 40px; /* Adjust the value as needed */
}
  .About-card:hover {
    transform: scale(1.05); /* Pop-up effect */
    background-color: #103E92; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
}
  
  /* Icon positioning */
  .About-card img {
    width: 40px; /* Adjust icon size */
    height: 40px;
    position: absolute;
    top: 25px; /* Align to top */
    left: 50px; /* Align to left */
  }
  .About-card:hover img {
    transform: scale(1.1); /* Slightly scale up the image on hover */
}
  
  /* Heading (h3) positioning */
  .About-card h3 {
    margin: 15px;
    color: #103E92;
    font-family: 'Orbitron',sans-serif !important;
    text-align: center; /* Align text to the right */
    padding-left: 50px; /* Space for the icon */
    font-size: 1.5em; /* Adjust heading size */
    margin-bottom: 20px; /* Space between h3 and p */
    right: 30px; /* Align to right */
    transition: color 0.3s ease; /* Smooth transition for text color */
  }
  .About-card:hover h3 {
    color: #fff; /* White on hover */
}

  /* Alternatively, add space above the paragraph (p) */
.About-card p {
    margin-top: 65px; /* Space below the icon and heading */
    font-size: 1em; /* Adjust text size */
    margin-top: 15px; /* Space between h3 and p */
    text-align:left;
  }
  .About-card p {
    color: inherit; /* Inherit color from parent (changes on hover) */
    transition: color 0.3s ease; /* Smooth transition for text color */
}
  .About-container h4 {
    margin-bottom: 15px;
    color: #103E92;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 900 !important;
    font-size: xx-large;
}
.About-container h5 {
    margin-bottom: 15px;
    color: #103E92;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 900 !important;
    font-size: xx-large;
}
.About-hero p {
    margin-bottom: 15px;
    font-size: medium;
    text-align: justify;
    line-height: 2.5;
    padding: 20;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .About-hero {
        flex-direction: column;
    }
    
    .About-grid {
        flex-direction: column;
    }
    
    .About-card {
        margin-bottom: 30px;
    }
}

  
.mentainace-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 10px;
}

.mentainace-hero {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.mentainace-image {
    flex: 1;
    text-align: center; /* Align the image to the right */
    padding-left: 45px; /* Add padding to the left of the image */
    margin-top:30px;
}



/* Services Section */

.products-section{
  background-image:
    linear-gradient(to top right, #17058d, #f9f9f9);
  min-height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: monospace;
}
.products-section-header p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #2c2b2b;
}


.products-slider{
  position: relative;
  width: 100%;
  height: 370px;
  Overflow: hidden;
}
.products-item{
  position: absolute;
  width:200px;
  height: 320px;
  text-align: justify;
  background-color: #fdf9f9;
  border-radius: 10px;
  padding: 20px;
  transition: 0.5s;
  left: calc(50% - 110px);
  top: 0;
}
#next, #prev{
  position: absolute;
  top: 40%;
  color: #b3b2b2;
  background-color: transparent;
  border: none;
  font-size: xxx-large;
  font-family: monospace ;
  font-weight: bold;
  left: 50px;
}

#next{
  left: unset;
  right: 50px;
}

/*.products-cards-container {
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.products-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: transform 0.5s ease;
}

.product-card {
  flex: 0 0 calc(33.333% - 40px); /* 3 cards per row 
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease, flex 0.3s ease;
}

.product-card.middle {
  flex: 0 0 calc(40% - 40px); /* Middle card is larger 
  transform: scale(1.1);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.products-card-image {
  height: 150px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
}

.products-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.products-card-content {
  padding: 15px;
  text-align: left;
}

.products-card-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #103E92;
  font-family: 'Orbitron', sans-serif !important;
}

.products-card-description {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.products-view-more {
  color: #02356c;
  text-decoration: none;
  font-weight: Regular;
  font-size: 1rem;
  transition: color 0.3s ease;
}

 Navigation Arrows 
.products-navigation-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.products-arrow {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  font-size: 1.5rem;
  color: #007BFF;
}

/* Mobile Responsiveness 
@media (max-width: 768px) {
  .product-card {
    flex: 0 0 calc(50% - 20px); /* 2 cards per row on mobile 
  }

  .products-navigation-arrows {
    display: none; /* Hide arrows on mobile 
  }
}*/
.services-section {
    position: relative;
    height: 70px; /* Adjust height as needed */
    overflow: hidden;
  }
  
  .services-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .services-content {
    position: absolute;
    top: 20%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(252, 252, 252, 0.8); /* Semi-transparent white background */
    padding: 2rem;
    border-radius: 10px;
  }
  
  .services-content h1 {
    font-size: 4rem;
    font-family: 'Orbitron', sans-serif !important;
    color: #103E92;
    margin-bottom: 1rem;
  }
  
  .services-content p {
    font-size: 1.2rem;
    color: #333;
  }
  
  /* Second and Third Sections: Content and Image Layout */
  .servicescontent-section {
    padding: 0.1rem 0.1rem;
    margin: 0.2rem 0; /* Add margin to create space between sections */
    background-color: #f7f9fd; /* Light background */
    border-radius: 10px; /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
  }

  /* Second and Third Sections: Content and Image Layout */
  .servicescontent2-section {
    padding: 0.1rem 0.1rem;
    margin: 0.2rem 0; /* Add margin to create space between sections */
    background-color: #ffff; /* Light background */
    border-radius: 10px; /* Optional: Add rounded corners */
  }
  
  .servicescontent-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .servicesimage-box {
    flex: 1;
    height: 600px; /* Adjust height as needed */
    display: grid; /* Use Grid */
    place-items: center; /* Center both horizontally and vertically */
    background: transparent; /* Make the background transparent */
    border: none; /* Remove any borders */
    overflow: visible; /* Ensure the image is not clipped */
  }
  
  .servicesimage-box img {
    width: 100%; /* Adjust width as needed */
    height: 50%; /* Adjust height as needed */
    object-fit: cover; /* Ensures the image covers the area without distortion */
    transition: transform 0.3s ease; /* Smooth transition for hover effects */
  }
  .servicesimage-box img:hover {
    transform: scale(1.1); /* Zoom in on hover */
  }
  
  /* Content Box */
  .servicescontent-box {
    flex: 1;
    padding: 2rem;
    position: relative;
  }
  
  .servicescontent-box h2 {
    font-size: 2.5rem;
    font-family: 'Orbitron', sans-serif !important;
    color: #103E92;
    margin-bottom: 1rem;
  }
  
  .servicescontent-box p {
    font-size: 1.6rem;
    color: #333;
    text-align: justify;
  }
  
  /* Thick Blue Border and Broken Line */
  .servicescontent-box.left {
    border-right: 5px solid #103E92; /* Thick blue border on the right */
  }
  
  .servicescontent-box.right {
    border-left: 5px solid #103E92; /* Thick blue border on the left */
  }
  
  .servicesborder-line {
    position: absolute;
    bottom: -2rem; /* Position the line below the content box */
    width: 93%;
    height: 2px;
    background: repeating-linear-gradient(
      to right,
      #103E92,
      #103E92 10px,
      transparent 10px,
      transparent 20px
    ); /* Broken line effect */
  }
  .servicesborder-line1 {
    position: absolute;
    bottom: -2rem; /* Position the line below the content box */
    width: 93%;
    height: 2px;
    background: repeating-linear-gradient(
      to left,
      #103E92,
      #103E92 10px,
      transparent 10px,
      transparent 20px
    ); /* Broken line effect */
  }
  
  /* Read More Container */
  .read-more-container {
    position: relative;
    margin-top: 2rem; /* Space between content and button */
  }
  
  /* Read More Button */
  .read-more-button {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border: 3px solid #103E92; /* Thick blue border */
    background-color: transparent; /* Transparent background */
    color: #103E92; /* Blue text */
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .read-more-button:hover {
    background-color: #ffff; /* Blue background on hover */
    color: white; /* White text on hover */
  }
  
  /* Arrow */
  .read-more-button .arrow {
    margin-left: 0.5rem;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }
  
  .read-more-button:hover .arrow {
    transform: translateX(5px); /* Move arrow to the right on hover */
  }
  
  /* Remove Hover Effects for Container */
  .servicescontent-container:hover {
    transform: none; /* Remove scale effect */
  }
  
  .servicescontent-container:hover .servicescontent-box {
    background-color: transparent; /* Remove background color change */
    color: inherit; /* Keep original text color */
  }
  
  .servicescontent-container:hover .servicescontent-box h2,
  .servicescontent-container:hover .servicescontent-box p {
    color: inherit; /* Keep original text color */
  }
  
  .servicescontent-container:hover .servicesimage-box img {
    transform: none; /* Remove image scale effect */
  }
  
  /* Keep Read More Button Stable */
  .servicescontent-container:hover .read-more-button {
    border-color: #103E92; /* Keep original border color */
    color: #103E92; /* Keep original text color */
  }
  
  .servicescontent-container:hover .read-more-button .arrow {
    color: #103E92; /* Keep original arrow color */
  }
  
  /* Mobile Responsiveness */
  @media (max-width: 768px) {
    .servicescontent-container {
      flex-direction: column; /* Stack content and image boxes vertically */
    }
  
    .servicescontent-box.left,
    .servicescontent-box.right {
      border: none; /* Remove borders on mobile */
    }
  
    .servicesborder-line {
      display: none; /* Hide broken lines on mobile */
    }
  
    .servicesimage-box,
    .servicescontent-box {
      width: 100%; /* Full width for mobile */
      text-align: center; /* Center-align text */
    }
  
    .services-content h1 {
      font-size: 2rem; /* Smaller font size for mobile */
    }
  
    .services-content p {
      font-size: 1rem; /* Smaller font size for mobile */
    }
  
    .servicescontent-box h2 {
      font-size: 2rem; /* Smaller font size for mobile */
    }
  
    .servicescontent-box p {
      font-size: 1rem; /* Smaller font size for mobile */
    }
  }
/* Footer Section */

#footer-copyright {
    margin-top: 6rem; /* Space between the section and the footer */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    background: white;
    z-index: 100;
    overflow-x: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-width: 500px;
}

.footer-icons-left, .footer-icons-right {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 40%;
    overflow-x: auto;
}

.footer-icons-left {
    justify-content: flex-start;
}

.footer-icons-right {
    justify-content: flex-end;
}

.footer-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.footer-icon:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.footer-icons-left, .footer-icons-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.icon-with-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5px; /* Space between icon and text */
}

.icon-with-text span {
  font-size: 12px; /* Adjust text size as needed */
  color: #0c0c0c; /* Adjust text color to match your design */
  white-space: nowrap;
}

.hm-footer-copyright p {
    color: #888ea5;
    text-transform: capitalize;
    padding: 5px 0;
    font-size: 12px;
    margin: 0;
}

/* Rest of the CSS file remains unchanged */
* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #282933;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

a, a:hover, a:active, a:focus {
    display: inline-block;
    text-decoration: none;
    color: #1f2027;
    font-size: 16px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #252730;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

p {
    margin: 0;
    line-height: 1.8;
    color: #111217;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;
}

select, input, textarea, button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}

html, body {
    height: 100%;
    position: relative;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.fix {
    position: relative;
    clear: both;
}

/* Header */
.top-area {
    position: relative;
    z-index: 9999;
}

@media (min-width: 1024px) {
    /* Add media query styles here */
}


nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}

.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #103E92;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px 40px;
    text-transform: capitalize;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    padding: 25px 15px;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #103E92;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {
    color: #1f212a;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active > a {
    color: #103E92;
}

/* Menu UI Design */
.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

.menu-ui-design::-webkit scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #103E92;
}

/* Navbar Toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #103E92;
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #103E92;
}
/* Dropdown menu base styles */
nav.navbar.bootsnav .dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 800px;
    max-height: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #fbfbfc;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    flex-direction: row;
    gap: 20px;
    overflow-y: visible;
}

/* Show dropdown on hover */
nav.navbar.bootsnav ul.nav > li:hover > .dropdown-menu {
    display: flex;
}

/* Controls the grid layout for dropdown items */
.dropdown-card-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    flex: 1;
}
/* Force specific dropdowns to align with the center of the navbar */
nav.navbar.bootsnav ul.nav > li.about-item > .dropdown-menu,
nav.navbar.bootsnav ul.nav > li.resource-item > .dropdown-menu,
nav.navbar.bootsnav ul.nav > li.book-service-item > .dropdown-menu {
    left: 50%; /* Center the dropdown horizontally */
    transform: translateX(-50%) translateY(-10px); /* Adjust for exact centering */
    margin-left: 0; /* Reset margin */
}



/* Controls individual dropdown card layout */
.dropdown-card-main {
    position: relative;
    background: #F5F6F9;
    padding: 10px;
    border-radius: 10px;
    border: 1.5px solid #103E92;
    min-height: auto;
    min-width: 160px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    flex: 1;
}




/* Hover effect for dropdown cards */
.dropdown-card-main:hover {
    transform: translateY(-5px);
}

/* Styles the image inside dropdown items */
.card-image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    margin-left: 10px;
    order: 2; /* Moves the image to the right in flexbox */
}

/* Ensures images fit within their containers */
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Aligns text and sets spacing */
.card-content {
    text-align: left;
    flex: 1;
    order:1;
    padding-right: 10px;
}

/* Reduce spacing between card title and description */
.card-content h4.card-title {
    margin: 0 0 5px 0; /* Reduce margin below the title */
    font-size: 14px; /* Adjust title font size */
    color: #103E92; /* Add color for better visibility */
}

.card-content p.card-description {
    margin: 0; /* Remove margin */
    font-size: 12px; /* Reduce description font size */
    color: #6a708e; /* Add color for better visibility */
}

.dropdown-menu-columns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; /* Allow columns to wrap */
    max-height: 400px; /* Limit height to force columns */
    gap: 2px; /* Space between columns */
    flex: 1; /* Allow columns to grow */
}
.dropdown-menu-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2; /* Split into 2 columns */
    column-gap: 15px; /* Space between columns */
}
.dropdown-menu-columns ul li {
    margin: 0 0 5px 0; /* Adds space between each list item */
    display: block;
    break-inside: avoid; /* Prevent items from breaking across columns */
}

.dropdown-menu-columns ul li a {
    display: block;
    padding: 5px 8px; /* Controls the inner spacing */
    text-decoration: none;
    color: #6a708e;
    font-size: 12px;
    transition: color 0.3s ease;
}
.dropdown-menu-columns ul li a:hover {
    color: #103E92;
}
.card-content {
    text-align: left;
    flex: 1;
    order: 1;
    padding-right: 10px; /* Adds space on the right */
}

/* Welcome Hero */
.welcome-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/about/welcome-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    min-height: 400px;
    max-height: 600px;

}

.banner {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  overflow: hidden;
}

.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80%;
  min-height: 80%;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
}

.banner .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

/* Adjust for mobile view for foled state */
@media (max-width: 768px) {
    .banner {
        width: 100% ;
        height: calc(100vh - 60px); /* Reduce height for mobile */
        background-image: url('../images/about/banner-mobileFolded.gif'); /* Mobile-specific image */
        background-size: cover; /* Ensure the entire image is visible */
        background-position: center; /* Adjust position for mobile */
        background-repeat: no-repeat;
    }

}
/* Adjust for mobile view for unfoled state */
@media (max-width: 769px) {
    .banner {
        width: 100% ;
        height: calc(100vh - 60px); /* Reduce height for mobile */
        background-image: url('../images/about/banner-mobileunfolded.gif'); /* Mobile-specific image */
        background-size: cover; /* Ensure the entire image is visible */
        background-position: center; /* Adjust position for mobile */
        background-repeat: no-repeat;
    }

}
/* Adjust for mobile view for 13 mini */
@media (max-width: 375px) {
    .banner {
        width: 100% ;
        height: calc(100vh - 60px); /* Reduce height for mobile */
        background-image: url('../images/about/banner-mobile13mini.gif'); /* Mobile-specific image */
        background-size: cover; /* Ensure the entire image is visible */
        background-position: center; /* Adjust position for mobile */
        background-repeat: no-repeat;
    }

}
/* Adjust for mobile view for 13,14,15 */
@media (max-width: 390px) {
    .banner {
        width: 100% ;
        height: calc(100vh - 60px); /* Reduce height for mobile */
        background-image: url('../images/about/banner-mobile131415.gif'); /* Mobile-specific image */
        background-size: cover; /* Ensure the entire image is visible */
        background-position: center; /* Adjust position for mobile */
        background-repeat: no-repeat;
    }

}
/* Adjust for mobile view for 13pro ,14,15 */
@media (max-width: 428px) {
    .banner {
        width: 100% ;
        height: calc(100vh - 60px); /* Reduce height for mobile */
        background-image: url('../images/about/banner-mobile\ 131415pro.gif'); /* Mobile-specific image */
        background-size: cover; /* Ensure the entire image is visible */
        background-position: center; /* Adjust position for mobile */
        background-repeat: no-repeat;
    }

}
/* Adjust for mobile view */
@media (max-width: 414px) {
    .banner {
        width: 100% ;
        height: calc(100vh - 60px); /* Reduce height for mobile */
        background-image: url('../images/about/Banner-mobilexr.gif'); /* Mobile-specific image */
        background-size: cover; /* Ensure the entire image is visible */
        background-position: center; /* Adjust position for mobile */
        background-repeat: no-repeat;
    }

}




.welcome-hero:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: rgba(31, 67, 108, 0.65);
    width: 100%;
    height: 100%;
}

/* Header Text Area */
.header-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.header-text h2 span {
    color: #103E92;
}

.header-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}

.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #103E92;
    border: 1px solid #103E92;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.header-text a:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,.4);
    background: #103E92;
    border: 1px solid #103E92;
}

/* About Section */
.about {
    padding: 50px 0 100px;
}

.about-content {
    padding-top: 100px;
}


.single-about-txt h3 {
    font-size: 18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}

.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    padding: 35px 0 43px;
    border-bottom: 1px solid #999fb3;
}

.single-about-add-info {
    margin: 35px 0;
}

.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}

.single-about-add-info p {
    font-weight: 300;
    border: 0;
    padding: 0;
    margin-top: 3px;
}

.single-about-img {
    position: relative;
    box-shadow: 0 5px 20px rgba(14,25,80,.30);
}

.single-about-img:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 109%;
    height: 100%;
    background: rgba(31,44,108,.3);
}

.single-about-img img {
    max-width: 500px;
    height: 468px;
}

.about-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 109%;
    height: 90px;
    background: #1f2c6c;
}

.about-list-icon ul {
    display: flex;
}

.about-list-icon ul li a {
    padding-right: 22px;
    cursor: pointer;
    color: #fff;
}

.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.about-list-icon ul li a i {
    margin-left: 6px;
}

/* Education Section */
.education {
    background: #f9fbfd;
    padding-top: 50px;
}

.education-horizontal-timeline {
    padding: 80px 0;
}

.education-horizontal-timeline .col-sm-4 {
    padding: 0 2px;
}

.single-horizontal-timeline .experience-time h3 {
    text-transform: capitalize;
}

.single-horizontal-timeline .experience-time h3 span {
    text-transform: lowercase;
}

.single-horizontal-timeline .timeline-content h5 {
    margin: 15px 0;
}

.single-horizontal-timeline p {
    color: #999fb3;
    max-width: 335px;
}

.timeline-horizontal-border {
    display: flex;
    align-items: center;
    padding: 26px 0 30px;
}

.timeline-horizontal-border i {
    font-size: 10px;
    color: #103E92;
    margin-right: 5px;
}

span.single-timeline-horizontal {
    display: inline-block;
    background: #b2c1ce;
    height: 1px;
    width: 380px;
}

span.single-timeline-horizontal.spacial-horizontal-line {
    width: 88px;
}

/* Skills Section */
.skills {}

.skill-content {
    padding: 50px 0 80px;
}

.single-skill-content {
    padding-top: 100px;
}

.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5ebf2;
}

.single-progress-txt {
    display: flex;
}

.single-progress-txt h3 {
    width: 10%;
    color: #103E92;
    position: relative;
    top: 6px;
    left: 20px;
}

.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.progress {
    border-radius: 3px;
    overflow: visible;
    background: #e6ecf3;
    height: 8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}

.progress-bar {
    background: #103E92;
    border-radius: 3px;
    -webkit-transition: width 1.5s ease-in-out;
    -ms-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.tooltip {
    position: relative;
    float: right;
}

.tooltip > .tooltip-inner {
    background-color: transparent;
    padding: 1px 5px;
    color: #103E92;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
}

.popOver + .tooltip > .tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -1px;
    transform: translateX(-50%);
    margin-left: 0;
}

/* Experience Section */
.experience {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
}

.experience-content {
    padding-top: 100px;
}

.single-timeline-box {
    margin-bottom: 75px;
}

.experience-time {
    position: relative;
}

.experience-time h2 {
    font-weight: 400;
}

.experience-time h3 {
    font-size: 16px;
    font-weight: 300;
    color: #636a82;
    margin-top: 14px;
    text-transform: uppercase;
}

.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}

.main-timeline .timeline {
    position: relative;
}

.timeline-content span > i,
.experience-time span > i {
    color: #103E92;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}

.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.timeline-content h5 {
    color: #636a82;
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 20px;
}

.main-timeline .description {
    font-size: 14px;
    color: #999fb3;
}

.main-timeline .timeline-content.right {
    float: right;
    text-align: left;
}

.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height: 400px;
    border-left: 15px solid #fff;
}

.experience-time-responsive {
    display: none;
}

/* Profiles Section */
.profiles {
    padding: 50px 0 100px;
    border: 1px solid #e5ebf2;
}

.profiles-content {
    padding-top: 100px;
}

.profiles-content .col-sm-3 {
    padding: 0;
}

.profile-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.single-profile {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b2c1ce;
    overflow: hidden;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.profile-icon-name {
    text-transform: capitalize;
    color: #636a82;
    font-size: 16px;
}

.single-profile.proprofile-no-border {
    border-right: transparent;
}

.profile-border {
    border-bottom: 1px solid #b2c1ce;
}

.single-profile-overlay {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: #103E92;
    background: -moz-linear-gradient(left, #103E92 0%, #103E92 100%);
    background: -webkit-linear-gradient(left, #103E92 0%,#103E92 100%);
    background: linear-gradient(to right, #103E92 0%,#103E92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92cf9', endColorstr='#b636ff',GradientType=1 );
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-profile:hover .single-profile-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
}

.single-profile:hover .profile-icon-name,
.single-profile:hover .profile-txt a > i {
    color: #fff;
}

.single-profile:hover .profile-border {
    border: transparent;
}

/* Portfolio Section */
.portfolio {
    padding: 50px 0 100px;
    border: 1px solid #e5ebf2;
}

.portfolio-content {
    padding-top: 100px;
}

.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.isotope .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.isotope .item img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope .item:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.isotope-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(31,44,108,.5);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: row;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope-overlay a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.isotope .item:hover .isotope-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
}

/* Clients Section */
.clients {
    padding-top: 50px;
}

.clients-area {
    display: flex;
    align-items: center;
    height: 250px;
}

.clients-area .item {
    padding: 0 25px;
}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* Contact Section */
.contact {
    background: #f9fbfd;
    padding: 50px 0 100px;
}

.single-contact-box {
    padding-top: 100px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0 !important;
    background: #fff;
    color: #636a82;
    resize: none;
}

.contact-form .single-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-transform: capitalize;
    margin-top: 3px;
    background: #103E92;
    border: 1px solid #103E92;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-form .single-contact-btn .contact-btn,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top: 0px;
    outline: 0 !important;
    border: 0;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-contact-btn:hover {}
