

body {
   font-family: "Open Sans", sans-serif;
   color: #212529;
 }
 
 
/*chatbot*/
/*
.chat-container {
    width: 300px;
    height: 70vh; 
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    flex-direction: column;
    z-index: 1000; 
}

.chat-header {
    background-color: #12675a;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; 
    flex-direction: column;
}

.chat-header h2 {
    font-size:20px;
    margin: 0;
}

.chat-header p {
    color:white;
    margin: 5px 0 0;
}

.chat-options {
    padding: 15px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-section {
    display: flex;
    gap: 10px;n
}

#search-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#search-btn {
    padding: 10px 15px;
    background-color: #12675a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#search-btn i {
    font-size: 16px;
}

.new-conversation-section {
    text-align: center;
}

#new-conversation-btn {
    padding: 10px 15px;
    background-color: #12675a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

#new-conversation-btn i {
    margin-right: 5px;
}

.chat-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.chat-footer {
    display: flex;
    border-top: 1px solid #ddd;
    padding: 10px;
}

#chat-input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#send-btn {
    padding: 10px 15px;
    background-color: #12675a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#close-btn {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#send-btn:hover, #search-btn:hover, #new-conversation-btn:hover {
    background-color: #04ad83;
}

.message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    max-width: 80%;
    display: flex;
    align-items: flex-start;
}

.message.user {
    background-color: #12675a;
    color: white;
    align-self: flex-end;
    flex-direction: row-reverse;
}

.message.bot {
    background-color: #e9ecef;
    align-self: flex-start;
}

.profile-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.message.user .profile-img {
    margin-right: 0;
    margin-left: 10px;
}

#chat-toggle {
    background-color: #12675a;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 16px;
    cursor: pointer;
    z-index: 1001;

#chat-toggle:hover {
    background-color:#04ad83;
}
*/



/*end of chatbot*/

 /*review css code*/
 .carousel {
     display: flex;
     align-items: center;
     position: relative;
 }
 
 .image-container {
     display: flex;
     transition: transform 0.5s ease-in-out;
     width: 100%;
 }
 
 .image-container img {
     max-width: 100%;
     display: none;
 }
 
 .image-container img.active {
     display: block;
 }
 
 button.prev, button.next {
     width:5%;
     background-color: rgba(0, 0, 0, 0.5);
     color: white;
     border: none;
     padding: 10px;
     cursor: pointer;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     
 }
 
 button.prev {
     left: 10px;
     float:left;
 }
 
 button.next {
     right: 10px;
     float:right;
 }
 
 .close-icon {
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .font-primary {
   font-family: "Raleway", sans-serif;
 }
 
 /*--------------------------------------------------------------
 # Back to top button
 --------------------------------------------------------------*/
 .back-to-top {
   position: fixed;
   visibility: hidden;
   opacity: 0;
   right: 15px;
   bottom: 15px;
   z-index: 99999;
   background: #50c2d2;
   width: 40px;
   height: 40px;
   border-radius: 4px;
   transition: all 0.4s;
 }
 
 .back-to-top i {
   font-size: 24px;
   color: #fff;
   line-height: 0;
 }
 
 .back-to-top:hover {
   background: #0aa958;
   color: #fff;
 }
 
 .back-to-top.active {
   visibility: visible;
   opacity: 1;
 }
 
 /*--------------------------------------------------------------
 # Disable aos animation delay on mobile devices
 --------------------------------------------------------------*/
 @media screen and (max-width: 768px) {
   [data-aos-delay] {
     transition-delay: 0 !important;
   }
 }

 
 
 /*---------------new css-----------------*/

/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2d465e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #559bcc; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.5);  /* The default color of the main navmenu links */
  --nav-hover-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #559bcc; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f1f3f8;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #142e6c;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #1c4097;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}



/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/* Base Header Styling */
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #333;
  --heading-color: #333;
  color: #333;
  background-color:#193d7b;
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

/* Scrolled Header Styling */
.header.scrolled {
  background-color: rgba(255, 255, 255, 0); /* Your desired background color */
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 32px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  background: radial-gradient(60.63% 60.63% at 57.15% 51.07%, #09acbe 0%, #164080 100%);
  color:white;
  padding: 5px 10px; /* Adjust the padding values as needed */
  transition: padding 0.3s ease-in-out; /* Smooth transition for padding */

}


 
 /*--------------------------------------------------------------
 # Services
 --------------------------------------------------------------*/
 .services{
  margin-top: -50px;
 }
 .services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #3f91c9;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #3f91c9;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color:#fff;
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
    
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/* Navmenu - Desktop */
@media (min-width: 1200px) {
  /* Existing styles... */

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ffc107; /* Change the hover color to orange */
  }

  /* Additional styles... */
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  /* Existing styles... */

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ffc107; /* Change the hover color to orange */
  }

  /* Additional styles... */
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 100px 0 80px 0;
  display: flex;
  align-items: center;
  background: url(../img/hero-bg.jpg);
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
 
}

.hero h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
}

.hero p {
  /*color: color-mix(in srgb, var(--default-color), transparent 30%);*/
  color:#ffc107;
  margin: 5px 0 10px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .download-btn {
  color: var(--contrast-default);
  background: radial-gradient(60.63% 60.63% at 57.15% 51.07%, #09acbe 0%, #164080 100%);
  width: 100%;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 12px;
  padding: 8px 10px 10px 10px;
  border-radius: 12px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .download-btn+.download-btn {
  margin-left: 10px;
}

.hero .download-btn:hover {
  background: radial-gradient(60.63% 60.63% at 57.15% 51.07%, #09acbe 0%, #37474f 100%);
  color: white;
}

.hero .download-btn i {
  font-size: 16px;
  line-height: 0;
  margin-right: 8px;
}

.hero .hero-img {
  position: relative;
  min-height: 600px;
}

.hero .hero-img .phone-1 {
  margin-top: 20px;
  position: absolute;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  width: 250px;
}

.hero .hero-img .phone-2 {
  position: absolute;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  width: 250px;
  margin-top: 70px;
  margin-left: 100px;
}

@media screen and (max-width: 992px) {
  .hero .container{
    margin-top:50px;
  }
  .hero .hero-img {
display:none;
  }
/*
  .hero .hero-img .phone-1,
  .hero .hero-img .phone-2 {
    left: 50%;
    transform: translateX(-50%);
  }
    */
}

@media (max-width: 768px) {
  .hero .download-btn i ,
  .hero .download-btn1 i {
    display:none;
  } 


  .hero .container{
    margin-top:-40px;
  }
  .hero .hero-img {
    display:none;
      }
  .hero h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .download-btn {
    font-size: 10px;
    padding: 8px 10px 10px 10px;
  }
  .hero .download-btn1 {
    font-size: 10px;
    padding: 8px 10px 10px 10px;
  }
}

.hero .download-btn1 {
  margin-top:50px;
  color: var(--contrast-default);
  background:radial-gradient(60.63% 60.63% at 57.15% 51.07%, #00aaff 0%, #005b96 100%);
 /* background: color-mix(in srgb, var(--default-color), transparent 80%);*/
   /* Slightly different background */
  font-family: var(--heading-font);
  font-weight: 600; /* Different font weight */
  font-size: 14px; /* Different font size */
  padding: 10px 12px 12px 12px; /* Different padding */
  border-radius: 8px; /* Different border radius */
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .download-btn1+.download-btn1 {
  margin-left: 12px; /* Different margin */
}

.hero .download-btn1:hover {
  background: radial-gradient(60.63% 60.63% at 57.15% 51.07%, #09acbe 0%, #37474f 100%);
  width: 100%;
  color: var(--contrast-color);
}

.hero .download-btn1 i {
  font-size: 18px; /* Different icon size */
  line-height: 0;
  margin-right: 10px; /* Different margin */
}

@media (max-width: 768px) {
  .download-btn1 span {
    font-size: 12px; /* Adjust the font size as needed */
  }
  .download-btn1 {
    margin-top: 5px; /* Adjust the margin as needed */
  }
}
/* Base styling for icon boxes */
.icon-boxes {
  padding-bottom: 60px;
  z-index: 4;
  margin-top:-80px;
}

.icon-box {
  color:#333;
  background: #fff;
  padding: 5px 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  z-index: 1;

  width: 100%;
  text-align: center;
}

.icon-box .title {

  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}


.icon-box .title a {
color:#333;

 /* color: color-mix(in srgb, var(--default-color), transparent 20%);*/
  transition: 0.3s;
}

.icon-box .icon {
  margin-bottom: 10px;
  padding-top: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  line-height: 1;
  color: #005b96;
}

.icon-box:hover {
  background: radial-gradient(60.63% 60.63% at 57.15% 51.07%, #00aaff 0%, #005b96 100%);
  color:white;
}


.icon-box:hover .icon {
  color: var(--contrast-color);
}

.icon-box:hover .title a{
  color: #fff;
}



/* Media Query for iPhone 7 screens (and similar devices) */
@media only screen and (max-width: 750px) {
  .icon-box {
    
  }
  .icon-box .title a {
    font-size:16px;
    margin-bottom:1px;
  }
  .icon-box .icon {
    font-size:14px;
    margin-bottom:1px;
    padding-top:1px ;
  }
  .icon-boxes .row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Adjust space between items */
  }

  .icon-boxes .col-md-6 {
    flex: 1 1 calc(50% - 15px); /* 50% width minus the gap */
    box-sizing: border-box;
    margin-bottom: -30px; /* Adjust space between rows */
  }
}
#buttons{
  margin-top:-50px;
}
 /*----------------end of new css*/
 /*--------------------------------------------------------
 #rating
 -----------------------------------------------------------*/
 
 /* Tooltip style */
 .floating-icon {
     /*position: fixed;
     bottom: 670px;
     right: 20px;
     background-color: #007bff;
     color: #fff;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     z-index: 1000;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
     margin-top:10px;
     width:10%;
     margin-left:40%;
 }
 .reviewbutton{
     width:12%;
     background-color:#007bff;
     color:white;
     padding:8px;
     margin-top:30px;
     margin-left:40%;
     border-radius:8px;
     cursor: pointer;
 }
 .tooltip {
     width:70px;
     position: absolute;
     bottom: calc(10% + 2px);
     right: 110%; /* Align to the right edge of the icon */
     padding: 10px;
     background-color: #007bff;
     color: #fff;
     border-radius: 12px;
     font-size: 14px;
     white-space: nowrap;
     opacity: 1; /* Tooltip is always visible */
     pointer-events: none; /* Disable pointer events on the tooltip */
     z-index: 1001; /* Ensure tooltip is above other elements */
 }
 
 .tooltip:before {
     content: '';
     position: absolute;
     bottom: 50%; /* Adjust as needed */
     right: -7px; /* Position the arrow */
     transform: translateY(50%);
     border: solid transparent;
     border-width: 8px;
     border-left-color: #ff9f01; /* Match tooltip background color */
 }
 
 /* Review form container */
 .review-form-container {
     width: 90%;
  max-width: 50%; /* Adjusted for mobile responsiveness */
  display: none;
     position: fixed;
     bottom: 30px;
 
     transform: translateX(-50%);
     background-color: #fff;
     padding: 20px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     z-index: 999;
     height: 80vh;
     border-radius:12px;
     border :solid  #007bff;
     left: 50%;
 }
 
 @media (max-width: 768px) { /* Adjust based on your preferred breakpoint */
     .review-form-container {
         max-width: 95%; /* Adjusted for smaller screens */
         height:auto;
     }
     .reviewbutton{
         width:40%;
         margin-left:30%;
     }
 }
 @media (min-width: 768px) {
      .floating-icon {
         bottom: 480px;
         right: 20px;
     }
 }
 
 
 
 /* Heading styles */
 .review-form-container h1 {
     font-size: 18px;
     text-align: center;
     font-weight: 700;
     color: #13acbe;
     margin-bottom: 20px;
 }
 
 /* Rating styles */
 .review-form-container .rating,
 .review-form-container .stars {
     text-align: center;
     font-weight: 600;
     margin-bottom: 20px;
 }
 
 /* Star rating styles */
 .review-form-container .stars .star {
     font-size: 24px;
     margin: 0 3px;
 }
 
 /* Textarea styles */
 .review-form-container textarea {
     width: 100%;
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 4px;
     box-sizing: border-box;
     resize: vertical;
     margin-bottom: 20px;
 }
 
 /* Button styles */
 .review-form-container button {
     width: 50px;
     padding: 10px;
     background-color: #007bff;
     color: #fff;
     border: none;
     border-radius: 4px;
     cursor: pointer;
 }
 
 .review-form-container button:hover {
     background-color: #0056b3;
 }
 
 /* Close icon style */
 .close-icon {
     font-size: 18px;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
 }
 
 
 
 /*--------------------------------------------------------------
 # Sections General
 --------------------------------------------------------------*/
 section {
   padding: 60px 0;
   overflow: hidden;
 }
 
 .section-bg {
   background-color: #fef8f5;
 }
 
 .section-title {
   text-align: center;
   padding-bottom: 30px;
 }
 
 .section-title h2 {
   font-size: 24px;
   font-weight: 700;
   padding-bottom: 0;
   line-height: 1px;
   margin-bottom: 15px;
   color: #c2b7b1;
 }
 
 .section-title p {
   padding-bottom: 15px;
   margin-bottom: 15px;
   position: relative;
   font-size: 32px;
   font-weight: 700;
   color: #4e4039;
 }
 
 .section-title p::after {
   content: "";
   position: absolute;
   display: block;
   width: 60px;
   height: 2px;
   background: #63a5d3;
   bottom: 0;
   left: calc(50% - 30px);
 }
 
 /*--------------------------------------------------------------
 # Breadcrumbs
 --------------------------------------------------------------*/
 .breadcrumbs {
   padding: 15px 0;
   background-color: #fef5f1;
   min-height: 40px;
 }
 
 .breadcrumbs h2 {
   font-size: 24px;
   font-weight: 300;
 }
 
 .breadcrumbs ol {
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 14px;
 }
 
 .breadcrumbs ol li+li {
   padding-left: 10px;
 }
 
 .breadcrumbs ol li+li::before {
   display: inline-block;
   padding-right: 10px;
   color: #6c757d;
   content: "/";
 }
 
 @media (max-width: 768px) {
   .breadcrumbs .d-flex {
     display: block !important;
   }
 
   .breadcrumbs ol {
     display: block;
   }
 
   .breadcrumbs ol li {
     display: inline-block;
   }
 }
 
 /*--------------------------------------------------------------
 # About
 --------------------------------------------------------------*/
 .about h3 {
   font-weight: 700;
   font-size: 34px;
   color: #4e4039;
 }
 
 .about h4 {
   font-size: 20px;
   font-weight: 700;
   margin-top: 5px;
   color: #7a6960;
 }
 
 .about i {
   font-size: 48px;
   margin-top: 15px;
   color: #559dcf;
 }
 
 .about p {
   font-size: 15px;
   color: #5a6570;
 }
 
 @media (max-width: 991px) {
   .about .about-img img {
     max-width: 70%;
   }
 }
 
 @media (max-width: 767px) {
   .about .about-img img {
     max-width: 90%;
   }
 }
 
 /*
 # packages
 */
 
 /*------------------
   Header section
 ---------------------
 
 .header-section {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
 }
 
 .site-logo {
    display: inline-block;
 }
 
 .main-menu ul {
    list-style: none;
 }
 
 .main-menu ul li {
    display: inline;
 }
 
 .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 45px;
    font-weight: 600;
    padding: 20px 0 5px;
 }
 
 .main-menu ul li a:hover {
    color: #51c2d2;
 }
 
 .header-btn {
    float: right;
    margin-right: 0;
 }
 
 .nav-switch {
    display: none;
 }
 */
 /*------------------
   Hero Section
 ---------------------
 
 .hero-section {
    height: 948px;
 }
 
 .hero-text {
    text-align: center;
    padding-top: 200px;
    margin-bottom: 105px;
 }
 
 .hero-text h2 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 20px;
 }
 
 .intro-newslatter input[type=text],
 .intro-newslatter input[type=email] {
    height: 53px;
    width: 36.4%;
    padding: 0 30px;
    margin-right: 22px;
    float: left;
    border: none;
    font-size: 14px;
 }
 
 .intro-newslatter .site-btn {
    min-width: 214px;
 }
 */
 /*--------------------------------------------------------------
 # Back to top button
 --------------------------------------------------------------*/
 .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #50c2d2;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
   }
   
   .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
   }
   
   .back-to-top:hover {
    background: #0aa958;
    color: #fff;
   }
   
   .back-to-top.active {
    visibility: visible;
    opacity: 1;
   }
   
 /*------------------
   Categories section
 ---------------------*/
 
 .categories-section .container {
    margin-bottom: -34px;
 }
 
 .categorie-item {
    margin-bottom: 34px;
    background: #edf4f6;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
 }
 
 .categorie-item .ci-thumb {
    background-size: cover;
    height: 148px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
 }
 
 .categorie-item .ci-text {
    padding: 40px 35px;
 }
 
 .categorie-item .ci-text h5 {
    margin-bottom: 5px;
 }
 
 .categorie-item .ci-text span {
    font-size: 18px;
    font-weight: 600;
    color: #51c2d2;
 }
 
 .categorie-item:hover {
    background: #51c2d2;
 }
 
 .categorie-item:hover .ci-text h5,
 .categorie-item:hover .ci-text p,
 .categorie-item:hover .ci-text span {
    color: #fff;
 }
 
 /*--------------------------------------------------------------
 # Services
 --------------------------------------------------------------*/
 .services .icon-box {
   padding: 30px;
   position: relative;
   overflow: hidden;
   margin: 0 0 40px 0;
   background: #fff;
   box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
   transition: all 0.3s ease-in-out;
   border-radius: 15px;
   text-align: center;
   border-bottom: 3px solid #fff;
 }
 
 .services .icon-box:hover {
   transform: translateY(-5px);
   border-color: #3f91c9;
 }
 
 .services .icon i {
   font-size: 48px;
   line-height: 1;
   margin-bottom: 15px;
   color: #3f91c9;
 }
 
 .services .title {
   font-weight: 700;
   margin-bottom: 15px;
   font-size: 18px;
 }
 
 .services .title a {
   color: #111;
 }
 
 .services .description {
   font-size: 15px;
   line-height: 28px;
   margin-bottom: 0;
 }
 
 
 
 
 
 /*--------------------------------------------------------------
 # F.A.Q
 --------------------------------------------------------------*/
 .faq {
   padding: 60px 0;
 }
 
 .faq .faq-list {
   padding: 0;
   list-style: none;
 }
 
 .faq .faq-list li {
   border-bottom: 1px solid #eae7e5;
   margin-bottom: 20px;
   padding-bottom: 20px;
 }
 
 .faq .faq-list .question {
   display: block;
   position: relative;
   font-family: #63a5d3;
   font-size: 18px;
   line-height: 24px;
   font-weight: 400;
   font-weight: 600;
   padding-left: 25px;
   cursor: pointer;
   color:#18d26e;
   transition: 0.3s;
 }
 
 .faq .faq-list i {
   font-size: 16px;
   position: absolute;
   left: 0;
   top: -2px;
 }
 
 .faq .faq-list p {
   margin-bottom: 0;
   padding: 10px 0 0 25px;
 }
 
 .faq .faq-list .icon-show {
   display: none;
 }
 
 .faq .faq-list .collapsed {
   color: #343a40;
 }
 
 .faq .faq-list .collapsed:hover {
   color: #63a5d3;
 }
 
 .faq .faq-list .collapsed .icon-show {
   display: inline-block;
   transition: 0.6s;
 }
 
 .faq .faq-list .collapsed .icon-close {
   display: none;
   transition: 0.6s;
 }
 
 
 
 
 /*--------------------------------------------------------------
 # Contact Us
 --------------------------------------------------------------*/
 .contact .info {
   border-top: 3px solid #63a5d3;
   border-bottom: 3px solid #63a5d3;
   padding: 30px;
   background: #fff;
   width: 100%;
   box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
 }
 
 .contact .info i {
   font-size: 20px;
   color: #63a5d3;
   float: left;
   width: 44px;
   height: 44px;
   background: #f0f5f2;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50px;
   transition: all 0.3s ease-in-out;
 }
 
 .contact .info h4 {
   padding: 0 0 0 60px;
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 5px;
   color: #7a6960;
 }
 
 .contact .info p {
   padding: 0 0 10px 60px;
   margin-bottom: 20px;
   font-size: 14px;
   color: #ab9d95;
 }
 
 .contact .info .email p {
   padding-top: 5px;
 }
 
 .contact .info .social-links {
   padding-left: 60px;
 }
 
 .contact .info .social-links a {
   font-size: 18px;
   display: inline-block;
   background: #333;
   color: #fff;
   line-height: 1;
   padding: 8px 0;
   border-radius: 50%;
   text-align: center;
   width: 36px;
   height: 36px;
   transition: 0.3s;
   margin-right: 10px;
 }
 
 .contact .info .social-links a:hover {
   background: #63a5d3;
   color: #fff;
 }
 
 .contact .info .email:hover i,
 .contact .info .address:hover i,
 .contact .info .phone:hover i {
   background: #63a5d3;
   color: #fff;
 }
 
 .contact .email-form {
   width: 100%;
   border-top: 3px solid #63a5d3;
   border-bottom: 3px solid #63a5d3;
   padding: 30px;
   background: #fff;
   box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
 }
 
 .contact .email-form .form-group {
   padding-bottom: 8px;
 }
 
 .contact .email-form input,
 .contact .email-form textarea {
   border-radius: 0;
   box-shadow: none;
   font-size: 14px;
 }
 
 .contact .email-form input {
   height: 44px;
 }
 
 .contact .email-form textarea {
   padding: 10px 12px;
 }
 

 .contact1{
  margin-top:200px;
}
 .contact1 .info {
   border-top: 3px solid #63a5d3;
   padding: 30px;
   overflow: hidden;
 position: relative;
   background: #fff;
   box-shadow: 0 10px 29px 0 rgba(20, 26, 43, 0.1);
   transition: all 0.3s ease-in-out;
   width: 100%;
   border-radius: 15px;
   text-align: center;
   border-bottom: 3px solid #fff;
 }
 
 .contact1 .info {
   padding: 30px;
   position: relative;
   overflow: hidden;
   margin: 0 0 40px 0;
   background: #fff;
   box-shadow: 0 10px 29px 0 rgba(20, 26, 43, 0.1);
   transition: all 0.3s ease-in-out;
   border-radius: 15px;
   text-align: center;
   border-bottom: 3px solid #fff;
 }
 
 
 .contact1 .info:hover {
   transform: translateY(-5px);
   border-color: #18d26e;
 }
 
 @keyframes animate-loading {
   0% {
     transform: rotate(0deg);
   }
 
   100% {
     transform: rotate(360deg);
   }
 }
 
 .btn-submit{
   padding: 5px 10px 5px 10px ;
   background-color: #2088e5;
   color:white;
   border-radius:8px;
   
 }
 .btn-submit:hover{
   background-color: #0a504a;
   color: white;
 }
 
 
 /*--------------------------------------------------------------
 # Footer
 --------------------------------------------------------------*/
 #footer {
   background: #fff;
   padding: 0 0 30px 0;
   color: #212529;
   font-size: 14px;
   background: #fef8f5;
 }
 
 #footer .footer-newsletter {
   padding: 50px 0;
   background: #fef8f5;
   text-align: center;
   font-size: 15px;
 }
 
 #footer .footer-newsletter h4 {
   font-size: 24px;
   margin: 0 0 20px 0;
   padding: 0;
   line-height: 1;
   font-weight: 600;
   color: #4e4039;
 }
 
 #footer .footer-newsletter form {
   margin-top: 30px;
   background: #fff;
   padding: 6px 10px;
   position: relative;
   border-radius: 4px;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
   text-align: left;
 }
 
 #footer .footer-newsletter form input[type=email] {
   border: 0;
   padding: 4px 4px;
   width: calc(100% - 100px);
 }
 
 #footer .footer-newsletter form input[type=submit] {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   border: 0;
   background: none;
   font-size: 16px;
   padding: 0 20px;
   background: #63a5d3;
   color: #fff;
   transition: 0.3s;
   border-radius: 4px;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 }
 
 #footer .footer-newsletter form input[type=submit]:hover {
   background:#18d26e;
 }
 
 #footer .footer-top {
   padding: 60px 0 30px 0;
   background: #fff;
 }
 
 #footer .footer-top .footer-contact {
   margin-bottom: 30px;
 }
 
 #footer .footer-top .footer-contact h4 {
   font-size: 22px;
   margin: 0 0 30px 0;
   padding: 2px 0 2px 0;
   line-height: 1;
   font-weight: 700;
 }
 
 #footer .footer-top .footer-contact p {
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 0;
   font-family: "Raleway", sans-serif;
   color: #5c5c5c;
 }
 
 #footer .footer-top h4 {
   font-size: 16px;
   font-weight: bold;
   color: #212529;
   position: relative;
   padding-bottom: 12px;
 }
 
 #footer .footer-top .footer-links {
   margin-bottom: 30px;
 }
 
 #footer .footer-top .footer-links ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 
 #footer .footer-top .footer-links ul i {
   padding-right: 2px;
   color: #559dcf;
   font-size: 18px;
   line-height: 1;
 }
 
 #footer .footer-top .footer-links ul li {
   padding: 10px 0;
   display: flex;
   align-items: center;
 }
 
 #footer .footer-top .footer-links ul li:first-child {
   padding-top: 0;
 }
 
 #footer .footer-top .footer-links ul a {
   color: #5c5c5c;
   transition: 0.3s;
   display: inline-block;
   line-height: 1;
 }
 
 #footer .footer-top .footer-links ul a:hover {
   text-decoration: none;
   color: #63a5d3;
 }
 
 #footer .footer-top .social-links a {
   font-size: 18px;
   display: inline-block;
   background: #63a5d3;
   color: #fff;
   line-height: 1;
   padding: 8px 0;
   margin-right: 4px;
   border-radius: 50%;
   text-align: center;
   width: 36px;
   height: 36px;
   transition: 0.3s;
 }
 
 #footer .footer-top .social-links a:hover {
   background: #3f91c9;
   color: #fff;
   text-decoration: none;
 }
 
 #footer .copyright {
   text-align: center;
   float: left;
 }
 
 #footer .credits {
   float: right;
   text-align: center;
   font-size: 13px;
   color: #212529;
 }
 
 #footer .credits a {
   color: #63cfd3;
 }
 
 @media (max-width: 575px) {
 
   #footer .copyright,
   #footer .credits {
     float: none;
     -moz-text-align-last: center;
     text-align-last: center;
     padding: 3px 0;
   }
 }

html {
  scroll-behavior: smooth;
  scroll-behavior: smooth;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: rgb(13, 34, 72);
  scrollbar-width: thin;
}

#main-container {      
  scroll-snap-type: y mandatory;
}

section {
  scroll-snap-align: start; /* Define where each section should snap */
}

/* Override link color */
a {
  color: inherit;
  /* Change to your desired color */
}
.mesh-nav-controls {
   position: fixed;
   top: 0;
   height: 140px;
   left: 0;
   width: 100%;
   background: transparent;
   transition: all 1.5s ease-out;
   z-index: 1000;
   color:aliceblue
}

.mesh-nav-controls a:hover {
color: #38ef7d;
} 

.mesh-navbar-collapse {
   flex-basis: 100%;
   flex-grow: 1;
   align-items: center;
}

.mesh-button a{
  color: #fff;
}
.mesh-button a:hover{
  color: #fff;
}
 
.mesh-button {
   padding: 5px 10px 5px 10px ;
   background:radial-gradient(60.63% 60.63% at 57.15% 51.07%, #00aaff 0%, #005b96 100%);
   color:white;
   border-radius:8px;

}

.mesh-button:hover {
   background:radial-gradient(60.63% 60.63% at 57.15% 51.07%, #09acbe 0%, #37474f 100%);
   color: white;
}



.mesh-nav-link {   
   font-weight: 500;
   text-decoration: none;
}


.mesh-nav-link a {   
   font-weight: 500;
   text-decoration: none;
}

.mesh-background-div {
   width: 100%;
  height:auto;
   background: radial-gradient(60.63% 60.63% at 57.15% 51.07%, #09acbe 0%, #37474f 100%);
   background-size: cover;
   background-position: center;
}

.lightBlue {
   color: rgb(15, 168, 217)
}

.mesh-section-image {
   border-radius: 23px;    
   width: 100%;
   height: 100%;
   display: block;
   top: 0%;
   bottom: 0%;
   left: 0%;    
   right: 0%;
   transition: all .19s ease-in-out, background 1s ease-in-out, border 1s ease-in-out;
   box-shadow:0 10px 18px -3px rgba(0, 0, 0, 0.01), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.mesh-section-image :hover {
   transform: scale(1.02);   
}

.mesh-hero-gradient {
    height:auto;
  margin-top:90px;
}

.mesh-icon-blue {
   height: 22px;
   width: 22px;
   line-height: 22px;
   font-size: 15px;
   text-align:center;
   background-color: rgb(15, 168, 217);
   border-radius: 50%;
   color: #f6f6f6;
   box-shadow: #0a504a;    
}


.mesh-icon-green {
   height: 22px;
   width: 22px;
   line-height: 22px;
   font-size: 15px;
   text-align:center;
   background-color: rgb(0 161 133);
   border-radius: 50%;
   color: #f6f6f6;
   box-shadow: #0a504a;
}
.circle-icon {
   height: 19px;
   width: 19px;
   line-height: 19px;
   font-size: 13px;
   text-align: center;
   border-radius: 50%;
}

.mesh-icon-red {
   height: 22px;
   width: 22px;
   line-height: 22px;
   font-size: 15px;
   background-color: #ae1d5e;
   border-radius: 50%;
   text-align:center;
   color: #f6f6f6;
   box-shadow: #0a504a;    
}

.mesh-icon-purple {
   height: 22px;
   width: 22px;
   line-height: 22px;
   font-size: 15px;
   background: #554c86;
   text-align:center;
   border-radius: 50%;
   color: #f6f6f6;
   box-shadow: #0a504a;    
}


.mesh-page-title {

   color: #f6f6f6;
   font-weight: 700;
   letter-spacing: -.025em;
}


.mesh-section-heading {
   letter-spacing: -.025em;
   margin-top: 0;
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: 700;
   line-height: 1.25em;
}



.mesh-page-description.small {
   font-size: 16px;
   line-height: 1.5em;
}
.mesh-page-description {
   font-size: 24px;
   line-height: 1.5em;
   color:#f6f6f6
   
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   color: #fff;
   background-color: #061c3e;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   color: #fff;
   background-color: #263853;
}
.nav-link {

   color: #091322;

   transition: all .15s ease-in-out, background-color 1s ease-in-out, border-color 1s ease-in-out;
}
.nav-pills .nav-link :hover {
   color: #141414; 

}
.nav-pills .nav-link {
   background: 0 0;
   border: 0;
   border-radius: 65px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   background-color: #f8f9fa;
}
/* imported */
.card {
   background-color: #fff;
   border-radius: 10px;
   color: #091322;
   border: none;
   position: relative;
   font-weight: 500;
   font-size: 12px;
   min-width: 100px;
   margin-bottom: 30px;
   transition: all 0.5s ease-out;
   text-decoration: none;
   box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.card:hover{
   transform: scale(1.02);
   color: rgb(34, 34, 34); 
   
   /* background-color: #000; */
}
.l-bg-cherry {
   background: linear-gradient(to right, #493240, #f09) !important;
   color: #fff;
}

.l-bg-blue-dark {
   background: linear-gradient(to right, #373b44, #4286f4) !important;
   color: #fff;
}

.l-bg-green-dark {
   background: linear-gradient(to right, #0a504a, #38ef7d) !important;
   color: #fff;
}

.l-bg-orange-dark {
   background: linear-gradient(to right,rgb(175, 97, 24), rgb(161, 78, 0)) !important;
   color: #fff;
}

.l-bg-brown-dark {
  background: linear-gradient(to right,rgb(175, 52, 24), rgb(161, 29, 0)) !important;
  color: #fff;
}

.l-bg-red-dark {
  background: linear-gradient(to right,rgb(175, 24, 37), rgb(161, 0, 0)) !important;
  color: #fff;
}



.card .card-statistic-3 .card-icon {
   text-align: center;
   /*line-height: 50px;*/
   margin-left: 10px;
   color: #000;
   position: absolute;
   right: 5px;
   top: 12% ;
   opacity: 0.1;
}

.l-bg-cyan {
   background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
   color: #fff;
}

.l-bg-green {
   background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
   color: #fff;
}

.l-bg-orange {
   background: linear-gradient(to right,rgb(6, 54, 46), rgb(0 161 133)) !important;
   color: #fff;
}

.l-bg-cyan {
   background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
   color: #fff;}

  
/* end impotred */
/* media */

/* Add this new media query for mobile devices */
@media screen and (max-width: 767px) {

    
    /* Ensure the ul container doesn't add extra padding/margins */
    .list-inline {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (min-width: 479px) {
   .mesh-section-heading {
       margin-bottom: 16px;
       font-size: 23px;
       line-height: 1.25em;
   }
   .mesh-page-description {
      font-size: 16px;

      
   }
   /*.mesh-background-div {
    height:100vh
   }
   */
}
@media screen and (min-width: 767px) {
  
   .mesh-section-heading {
       margin-bottom: 16px;
       font-size: 26px;
       line-height: 1.25em;
   }
   .card{
       font-size: 18px;
   }
   .mesh-page-description {
      font-size: 16px;

      
   }
   /*.mesh-background-div {
    height:100vh
   }
   */
   

}

@media screen and (max-width: 991px){
   .mesh-nav-link a{
       color:#333 !important;
   }
   .mesh-page-description {
      font-size: 18px;

      
   }
         .mesh-page-title {
       font-size: 25px;
   }
  /*.mesh-background-div {
    height:100vh
   }
   */
}
@media screen and (max-width: 345px){
   .mesh-nav-link a{
       color:#333 !important;
   }
   .mesh-page-description {
      font-size: 14px;

      
   }
         .mesh-page-title {
       font-size: 18px;
   }
  /* .mesh-background-div {
    height:100vh;
   }*/
   
}
@media screen and (min-width: 992px) {
   
   .mesh-hero-gradient {  
            /* background: linear-gradient(to right, rgb(13, 17, 29), rgba(0, 0, 0, 0)); */
            background: linear-gradient(60.63% 60.63% at 57.15% 51.07%,#1f5a6d 0,#042033 100%)
   }
   .mesh-page-description {
       font-size: 22px;
   }
   .mesh-section-heading{
       font-size: 30px;
   }
   .nav-link {
       padding: 1.5rem 1rem !important;
   }
   .mesh-page-description {
      font-size: 16px;

      
   }
   /*.mesh-background-div {
    height:100vh
   }
   */
   
}
@media screen and (max-width: 1199px) {

   .icon-left {
       top: 1px;
   }
   .mesh-page-description {
      font-size: 16px;

      
   }
   /*.mesh-background-div {
    height:100vh
   }
   */

}

@media screen and (min-width: 1300px) {
   .mesh-page-title {
       font-size: 43px;
   }
   .mesh-page-description {
      font-size: 20px;

      
   }
   /*.mesh-background-div {
    height:100vh
   }
   */
   
}