/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

:root {

	--brand--color:#0fa3a6;
  }
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 99;
}

.mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: 600;
	line-height: 22px;
	margin-top: -57px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	text-align: center;
	cursor: pointer;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-left: 40px;
	/* background: var(--brand--color); */
}

.dark-page .mean-container a.meanmenu-reveal {
	background: transparent;
}

.mean-container a.meanmenu-reveal span {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin-top: 8px;
	width: 22px;
}

.mean-container a.meanmenu-reveal>span {
	margin-top: -3px;
}

.mean-container a.meanmenu-reveal>span span::before {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 22px;
	height: 2px;
	content: "";
	background: #fff;
}

.mean-container .mean-nav {
	background: #262626 none repeat scroll 0 0;
	float: left;
	margin-top: 20px;
	width: 100%;
	position: absolute;
	box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 15%);
	max-height: 420px;
	overflow-x: auto;
	overflow-y: scroll;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid rgb(54 54 54);
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 15px 5%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	font-size: 14px;
	font-weight: 500;
}

.mean-container .mean-nav ul li li a {
	opacity: 0.75;
	padding: 10px 10%;
	text-shadow: none;
	visibility: visible;
	width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none;
	border: 0;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	margin-top: 1px;
	padding: 5px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


.transparent-header .mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	color: #fff;
}

.transparent-header .mean-container a.meanmenu-reveal span {
	background: #fff;
}

.header-2 .mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	color: #fff;
}

.header-2 .mean-container a.meanmenu-reveal span {
	background: #fff;
}


:root {
    --default-font: "Open Sans",  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: "Marcellus",  sans-serif;
    --nav-font: "Marcellus",  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: #116530; /* 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: #212529;  /* The default color of the main navmenu links */
    --nav-hover-color: #116530; /* 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: #116530; /* 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: #f9f9f9;
    --surface-color: #ffffff;
  }
  
  .dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --accent-color: #2ea359;
    --surface-color: #252525;
    --contrast-color: #ffffff;
  }
  
  /* Smooth scroll */
  :root {
    scroll-behavior: smooth;
  }
  

/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 {
    overflow: visible;
    margin-bottom: 200px;
  }
  
  .services-2 .section-title {
    text-align: left;
  }
  
  /*.services-2 .section-title h2 {*/
  /*  color: color-mix(in srgb, var(--contrast-color), transparent 50%);*/
  /*  text-transform: uppercase;*/
  /*  font-size: 20px;*/
  /*}*/
  
  .services-2 .section-title p {
    color: var(--contrast-color);
  }
  
  .services-2 .services-carousel-wrap {
    position: relative;
    margin-bottom: -200px;
  }
  
  .services-2 .swiper-wrapper {
    height: auto;
  }
  
  .services-2 .service-item {
    position: relative;
    overflow: hidden;
  }
  
  .services-2 .service-item:before {
    content: "";
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.3s all ease;
  }
  
  .services-2 .service-item img {
    transition: 0.5s all ease;
    transform: scale(1);
  }
  
  .services-2 .service-item .service-item-contents {
    z-index: 9;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    transition: 0.3s all ease;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  
  .services-2 .service-item .service-item-contents .service-item-category {
    color: var(--accent-color);
    text-transform: uppercase;
  }
  
  .services-2 .service-item .service-item-contents .service-item-title {
    color: var(--contrast-color);
    margin-bottom: 0;
  }
  
  .services-2 .service-item:hover:before {
    opacity: 1;
    visibility: visible;
  }
  
  .services-2 .service-item:hover .service-item-contents {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  
  .services-2 .service-item:hover img {
    transform: scale(1.2);
  }
  
  .services-2 .navigation-prev,
  .services-2 .navigation-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 46px;
    height: 46px;
    background: var(--contrast-color);
    background-color: none;
    border: none;
    transition: 0.3s all ease;
  }
  
  .services-2 .navigation-prev i,
  .services-2 .navigation-next i {
    font-size: 2rem;
  }
  
  .services-2 .navigation-prev:hover,
  .services-2 .navigation-next:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  
  .services-2 .navigation-prev {
    left: 10px;
  }
  
  .services-2 .navigation-next {
    right: 10px;
  }
  
  .services-2 .swiper {
    padding-bottom: 50px;
  }
  
  .services-2 .swiper-pagination {
    bottom: 0px;
  }
  
  .services-2 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 4px;
    background-color: #20212c;
    opacity: 1;
  }
  
  .services-2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00a3a5 !important;
  }
  
  section#services-2 {
          background: #20212d;
    padding: 80px 0px;
    margin-top: 20px;

}

.service-item-title{
    font-size:17px;
    font-weight:700;
}