/*  style start for Pricing Cards */

.text-center {
  text-align: center;
  color: #080c34;
}

.Project-Consulting {
  max-width: 600px; /* Adjust based on your design */
  margin: 0 auto; /* Centers the paragraph */
  padding: 0 15px; /* Adds some padding on mobile */
}


.pricing-section{
    background-color:white;
  
  }
  .pricing-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .pricing-cards .pricing-card {
    background-color:white;
    border-top: 5px solid #1c7a69;
    border-radius: 10px;
    width: 300px;
    color: dark;
    overflow: hidden;
    padding: 20px;
  }
  
  .pricing-cards .pricing-card:hover{
    border-top: 5px solid #0fd280;
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
  }
  .plan-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .plan-header p {
    font-size: 24px;
    background-color: #49d4c9;
    padding: 10px;
    border-radius: 10px;
    color: #141313;
  }

  .pricing-btn{
    background-color:rgb(87, 201, 216);
  }
  .pricing-btn a{
    color: #0c0b0b;
  }
  
  .plan-details {
    height: 150px;
    overflow-y: auto;
  }
  
  .plan-details ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
  }
  
  .plan-details ul li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
    text-align: left;
    color:  #050505; /* Icon color */
  }
  

  .course-detail-header {
    padding: 20px 0;
    background-color: #f8f9fa;
}
.info {
    display: flex;
    align-items: center;
}
.image {
    flex: 1;
    max-width: 200px;
    margin-right: 20px;
}
.image img {
    width: 100%;
    border-radius: 8px;
}
.content {
    flex: 2;
}
.meta-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 10px;
}
.meta-list li {
    margin-right: 20px;
}
.meta-price .price {
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
} 

/* style end of the pricing page */

/* style starts from job support */

.pt-60 {
    padding-top: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.section-title {
    margin-bottom: 15px;
 }
/* style end for job support page  */


/* style for apply now page */

.page-title {
  margin: 20px 0;
}

.section-title {
  margin-top: 30px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  margin-bottom: 10px;
}

.error {
  color: red;
}



/* style end for the apply now page */

/* style for aboutus page */

.history-section {
  background-color: #f8f9fa; /* Light background for contrast */
  padding-top: 60px;
  padding-bottom: 60px;
}

.title {
  font-size: 2rem; /* Adjust as needed */
  margin-bottom: 20px;
  font-weight: bold;
}

.para p {
  font-size: 1rem; /* Adjust as needed */
  line-height: 1.5;
}


/* style end for the about us page */

/* style  strat for meet our management */

.management-section {
  background-color: #f8f9fa; /* Light background for contrast */
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.management-title {
  font-size: 1.5rem;
  margin: 15px 0;
  font-weight: bold;
}

.management-sub-title {
  font-size: 1rem;
  color: #6c757d; /* Gray color for the subtitle */
}

.management-para {
  font-size: 1rem;
  line-height: 1.5;
}

.management-social-area {
  margin: 15px 0;
}

.management-social a {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #007bff; /* Bootstrap primary color */
}

.management-social a:hover {
  color: #0056b3; /* Darker shade on hover */
}

/* style end for the meet our management */

/* style starts for testimonials */

.testimonial {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.testimonial-card img {
  width: 80px; /* Set the desired width */
  height: auto; /* Maintain aspect ratio */
  border-radius: 50%; /* Circular shape */
  margin-bottom: 15px;
}
 .testimonial div {
   max-width: 600px;
} 

/* style end for testimonials */
.about-section .author-desc {
  width: calc(100% - 4rem);
  left: 4rem;
}

/* Style for Features  */

#features {
  background-color: #e4e6e6; /* Primary color for features section */
  padding: 2rem 1rem;
  color: white; /* White text for contrast */
  text-align: center;
  box-sizing: border-box; /* Ensure padding doesn't cause overflow */
}

.features-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.feature-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 250px; /* Use max-width instead of width to be more flexible */
  text-align: center;
  color: #071952; /* Dark navy text */
}

.feature-card ion-icon {
  font-size: 50px; /* Adjust icon size as needed */
  color: #071952; /* Dark navy color */
  margin-bottom: 1rem; /* Space between icon and text */
}

/* style for portfolio page */
@layer utilities {
  /* Keyframes for sliding from right to left, then resetting */
  @keyframes slide-reset {
    0% {
      transform: translateX(100%); /* Start from the right side */
    }
    100% {
      transform: translateX(-100%); /* Move all the way to the left side */
    }
  }

  /* Apply the slide animation */
  .animate-slide-reset {
    animation: slide-reset 10s linear infinite; /* Slow down animation for smoother effect */
  }

  /* Pause animation on hover */
  .logo-slider:hover .animate-slide-reset {
    animation-play-state: paused;
  }

  /* Mobile-responsive adjustments */
  @media (max-width: 768px) {
    .animate-slide-reset {
      animation: slide-reset 8s linear infinite; /* Adjusted speed for mobile */
    }

    .logo-slider {
      overflow: hidden;
      width: 100vw; /* Ensure full viewport width for mobile */
    }
  }

  @media (max-width: 480px) {
    .animate-slide-reset {
      animation: slide-reset 6s linear infinite; /* Faster animation for smaller screens */
    }

    .logo-slider {
      overflow: hidden;
      width: 100vw;
    }
  }
}


/* css for project planning of next and previous button */
#prevButton, #nextButton {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

#prevButton:disabled, #nextButton:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}


/* end os the css */

/* css for pricing section */

/* Heading Section */
.heading-container-index {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
}

.main-heading-index {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.sub-heading {
  font-size: 18px;
  color: #555;
  margin: 10px 0 0;
}

/* Container */
.pricing-container_index {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;  /* Allow cards to wrap on smaller screens */
  margin: 0 auto;
  max-width: 1200px; /* Add a max-width for larger screens */
  padding: 20px;
}

/* Card Styles */
.pricing-card_index {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  width: 100%;
  max-width: 320px;
  border: 1px solid #d4edda;
  cursor: pointer;
  margin-bottom: 20px;  /* Add bottom margin to prevent cards from sticking together */
}

.pricing-card_index:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Featured Card */
.featured_index {
  transform: translateY(-20px);
  border: 2px solid #28a745;
  background: linear-gradient(135deg, #e8f5e9, #ffffff);
}

.featured_index:hover {
  transform: translateY(-25px);
}

/* Selected Card */
.pricing-card_index.selected {
  border-color: #218838;
  transform: translateY(-12px) scale(1.05);
}

/* Typography */
h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #28a745;
}

.price_index {
  font-size: 28px;
  margin: 10px 0;
  color: #155724;
  font-weight: bold;
}

/* Scrollable Text */
.scrollable-text {
  max-height: 150px;
  overflow-y: auto;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.scrollable-text::-webkit-scrollbar {
  width: 5px;
}

.scrollable-text::-webkit-scrollbar-thumb {
  background: #1e1f1f;
  border-radius: 10px;
}

.scrollable-text::-webkit-scrollbar-thumb:hover {
  background: #8fe9ad;
}
/* Feature List Styling */
.scrollable-text {
  max-height: 200px;
  overflow-y: auto;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: left; /* Aligns text to the left for better readability */
}

.scrollable-text li {
  display: flex;
  align-items: center; /* Aligns icon and text vertically */
  margin: 10px 0; /* Spacing between each list item */
  font-size: 16px; /* Sets a professional, readable font size */
  color: #131212; /* Matches text color with the card theme */
}

.scrollable-text li i {
  margin-right: 12px; /* Spacing between icon and text */
  font-size: 18px; /* Slightly larger icon size for emphasis */
  color: #29251f; /* Sets the icon color to complement the theme */
}

/* Scrollbar Styling */
.scrollable-text::-webkit-scrollbar {
  width: 8px;
}

.scrollable-text::-webkit-scrollbar-thumb {
  background: #d2e4ca;
  border-radius: 10px;
}

/* Button */
.btn_index {
  background: #28a745;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  font-weight: 500;
  width: 100%;  /* Make the button stretch to fill the card */
}

.btn_index:hover {
  background: #218838;
  transform: scale(1.05);
}

/* Media Queries for Responsiveness */

/* Tablet and smaller screens */
@media (max-width: 768px) {
  .pricing-container_index {
    gap: 15px;
    padding: 15px;
  }

  .pricing-card_index {
    max-width: 100%; /* Allow cards to stretch full width on smaller screens */
  }

  h3 {
    font-size: 20px;  /* Slightly smaller heading */
  }

  .price_index {
    font-size: 24px;  /* Smaller price font */
  }

  .btn_index {
    padding: 10px 20px; /* Adjust button padding for smaller screens */
  }
}

/* Mobile Screens */
@media (max-width: 480px) {
  .pricing-container_index {
    gap: 10px;
    padding: 10px;
  }

  .pricing-card_index {
    padding: 15px;
  }

  h3 {
    font-size: 18px;  /* Even smaller heading */
  }

  .price_index {
    font-size: 20px;  /* Price font smaller */
  }

  .btn_index {
    padding: 8px 16px;  /* Adjust button size for mobile */
  }
}

/* end css for pricing index  */

/* css starts from working process in index page  */

/* Container for the Work Process */
.sdlc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #dfe2e2;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

/* Header Styling */
.sdlc-header {
  text-align: center;
  margin-bottom: 30px;
}

.sdlc-header h1 {
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 10px;
}

.sdlc-header p {
  font-size: 16px;
  color: #7f8c8d;
}

/* Steps Container */
.sdlc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.sdlc-step {
  background-color: #b8eaf8;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sdlc-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Icon Styles */
.sdlc-step .icon {
  font-size: 40px;
  color: #3498db;
  margin-bottom: 15px;
}

/* Step Title */
.sdlc-step h3 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* Step Description */
.sdlc-step p {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.6;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .sdlc-steps {
      grid-template-columns: repeat(2, 1fr);
  }

  .sdlc-header h1 {
      font-size: 30px;
  }

  .sdlc-header p {
      font-size: 14px;
  }

  .sdlc-step {
      padding: 15px;
  }

  .sdlc-step h3 {
      font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .sdlc-steps {
      grid-template-columns: 1fr;
  }

  .sdlc-header h1 {
      font-size: 24px;
  }

  .sdlc-header p {
      font-size: 12px;
  }

  .sdlc-step {
      padding: 10px;
  }

  .sdlc-step h3 {
      font-size: 14px;
  }

  .sdlc-step p {
      font-size: 12px;
  }
}


/* end css for working process */
 
/* css starts for map */
/* For large screen (desktop and tablet) */
/* Center the widget in the column */
.widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

/* Ensure the iframe is responsive and centered */
.map-container {
  width: 100%;  /* Make map container take full width */
  max-width: 800px;  /* Max width for larger screens */
  margin: 0 auto;  /* Center the container horizontally */
}

.widget iframe {
  width: 100%;  /* Make iframe take full width of its container */
  height: 200px; /* Set a larger height for bigger screens */
  border-radius: 8px;  /* Optional: Add border radius for smoother edges */
}
.widget-title {
  color: white; /* Sets the text color to white */
}

/* For smaller screens, adjust height */
@media (max-width: 767px) {
  .widget iframe {
      height: 220px;  /* Adjust height for small screens */
  }
}

/* end of the css */


/* css start for graphics design page */

   /* General Layout */


.cdh {
    font-size: 2.5em;
    color: #333;
    text-align: center;
}

.cdp {
    font-size: 1.2em;
    color: #555;
    text-align: center;
}

/* Card Container */
.card-container-crd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Styling */
.card-design {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-design:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.icon {
    font-size: 40px;
    color: #3498db;  /* Green color for icons */
    margin-bottom: 20px;
}

/* Title and Description */
.ic {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px;
}

.pc {
    font-size: 1em;
    color: #777;

}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    /* Adjust Heading */
    .cdh {
        font-size: 2em; /* Smaller heading */
    }
    .cdpp {
        font-size: 1em; /* Smaller description */
    }

    /* Card Layout for Mobile */
    .card-container-crd {
        grid-template-columns: 1fr; /* Single column layout for smaller screens */
        padding: 10px; /* Reduce padding */
    }

    .card-design {
        padding: 20px; /* Reduce card padding */
    }

    .icon {
        font-size: 35px; /* Smaller icon size for mobile */
    }

    .ic {
        font-size: 1.1em; /* Smaller title font size */
    }

    .pc {
        font-size: 0.9em; /* Smaller description text */
    }
}

/* Large Mobile/Tablets Responsiveness */
@media screen and (max-width: 1024px) {
    .cdh {
        font-size: 2.2em; /* Slightly smaller font for tablets */
    }

    .card-container-crd {
        grid-template-columns: repeat(1, 1fr); /* Two-column layout for tablets */
    }
}
  

/* css start for header section in sub page */
/* Breadcrumbs Section */
.breadcrumbs {
  background-color: #231e3b;
  padding: 50px 0;
}

.breadcrumb-hero {
  background: url('img/bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: left;
  color: white;
  padding: 60px 0;
}

.breadcrumb-hero h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.breadcrumb-area {
  margin-top: 15px;
}

/* Breadcrumb list styles */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  background: none;
}

.breadcrumb-item {
  margin-right: 10px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #3498db; /* Blue color for links */
  font-weight: 600;
}

.breadcrumb-item.active {
  color: #7f8c8d; /* Gray color for the current page */
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  margin: 0 10px;
  color: #7f8c8d;
}

/* Container that holds both breadcrumb and phone number */
.breadcrumb-container {
  display: flex;
  justify-content: space-between; /* Push breadcrumb to left and phone number to right */
  align-items: center; /* Align items vertically at the center */
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

/* Phone number styles */
.hot-line {
  text-align: right; /* Align the phone number text to the right */
  margin-top: 10px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .breadcrumb-container {
      flex-direction: column; /* Stack breadcrumb and phone number vertically on smaller screens */
      align-items: flex-start; /* Align items to the left */
      text-align: left; /* Align breadcrumb text to the left */
  }

  .breadcrumb {
      margin-bottom: 10px; /* Space between breadcrumb and phone number */
  }

  .hot-line {
      text-align: left; /* Align phone number text to the left on mobile */
      margin-top: 0;
  }
}

/* Large screen styling */
@media (min-width: 768px) {
  .breadcrumb-container {
      flex-direction: row; /* Keep breadcrumb and phone number side by side */
  }

  .hot-line {
      margin-top: 0;
  }
}



.message-container {
  background-color: #f1c40f;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none; /* Initially hidden */
}

.card-design {
  cursor: pointer;
  transition: all 0.3s ease;
}

.card-design:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .message-container {
      width: 90%;
  }
}

/* css for sub header  in index service*/

  /* Sub-header (navigation) styling */
  .sub-header {
    background-color: #3498db;
    padding: 10px 0;
    text-align: center;
  }

  .sub-header a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    margin: 0 20px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .sub-header a:hover {
    background-color: #2980b9;
  }

  /* css for section of services */

  section {
    padding: 60px 0;
    min-height: 100vh;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #00a01d;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #00a01d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #00a01d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #00a01d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #00a01d !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
/* css for devops project support modal */
#successMessage {
  display: none;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

