



/* CustomFonts */



:root{
	--default-color: #4a3535;
    --accent-color:#018241;
    --accent-color2:#96aef7;
    --accent-color3:#4a6fe3;
    --accent-color4:#018241;

    --family:"Roboto";
    --family2:"Roboto";

    --button-color1:#018241;
	--button-hover-color1:#026031;
    --button-color2:#4a6fe3;
	--button-hover-color2:#4466ce;
    --button-color3:#90b4e9;
	--button-hover-color3:#90b4e9;
    --button-color4:#ffbc00;
	--button-hover-color4:#ffcc3e;
    --button-color5:#ffffff;
	--button-hover-color5:#ffffff; 

	--link-color:#018241;
	--link-visited-color:#018241;
	--link-hover-color:#018241;
	--link-active-color:#018241;

	--container-width: 100%;

	--h1-color: #272727;
	--h2-color: #272727;
	--h3-color: #272727;
	--h4-color: #272727;
	--h5-color: #272727;
	--h6-color: #272727;
}
 

@media (min-width:576px) {
	:root{
		--container-width: 576px;
	}
}
@media (min-width:768px) {
	:root{
		--container-width: 768px;
	}
}
@media (min-width:992px) {
	:root{
		--container-width: 992px;
	}
}
@media (min-width:1200px) {
	:root{
		--container-width: 1200px;
	}
}
@media (min-width:1600px) {
	:root{
		--container-width: 1400px;
	}
}
 

/* Compact inner panel for the DNNGo ThemePlugin dropdown. */
.ats-nav-panel,
.ats-nav-panel *,
.ats-nav-panel *::before,
.ats-nav-panel *::after {
  box-sizing: border-box;
}

.ats-nav-panel {
  width: 100%;
  color: #004b2d;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.ats-nav-panel a {
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
}

.ats-nav-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  padding: 9px 12px;
  border-bottom: 3px solid #00a45a;
}

.ats-nav-panel__top strong {
  color: #004b2d;
  font-size: 16px;
}

.ats-nav-panel__top a {
  color: #4264d8 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.ats-nav-panel__featured {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.ats-nav-panel__featured > a {
  position: relative;
  display: block !important;
  height: 128px;
  padding: 0 !important;
  background: #003e25 !important;
  overflow: hidden;
}

.ats-nav-panel__featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ats-nav-panel__featured > a::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(0, 43, 27, .94));
}

.ats-nav-panel__featured strong {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 10px;
  left: 12px;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.ats-nav-panel__featured > a:hover,
.ats-nav-panel__featured > a:focus-visible {
  outline: 3px solid #4a6fe3;
  outline-offset: -3px;
}

.ats-nav-panel__links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #d9e6df;
  background: #f3f8f5;
}

.ats-nav-panel__links a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 12px !important;
  border-left: 1px solid #d9e6df;
  color: #004b2d !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.ats-nav-panel__links a:first-child {
  border-left: 0;
}

.ats-nav-panel__links a:hover,
.ats-nav-panel__links a:focus-visible {
  color: #fff !important;
  background: #007e49 !important;
  outline: 0;
}

@media (max-width: 767px) {
  .ats-nav-panel__top {
    padding: 9px 10px;
  }

  .ats-nav-panel__featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .ats-nav-panel__featured > a {
    height: 92px;
  }

  .ats-nav-panel__featured strong {
    right: 8px;
    bottom: 7px;
    left: 8px;
    font-size: 12px !important;
  }

  .ats-nav-panel__links {
    display: block;
  }

  .ats-nav-panel__links a {
    justify-content: flex-start;
    min-height: 40px;
    border-top: 1px solid #d9e6df;
    border-left: 0;
    text-align: left !important;
  }
}





/* =========================================================
   AMBIENT TECHNOLOGIES — GLOBAL FOOTER CONTENT
   Custom grid: does not depend on Bootstrap
   ========================================================= */

.ati-global-footer {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(48px, 5vw, 72px) clamp(24px, 4vw, 48px) 0;
    background: #111111;
    color: #ffffff;
}

.ati-global-footer,
.ati-global-footer * {
    box-sizing: border-box;
}

.ati-global-footer__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: clamp(40px, 4vw, 58px);
    border-bottom: 1px solid rgba(218, 224, 222, 0.48);
}

/* Independent four-column grid */
.ati-global-footer__grid {
    display: grid !important;
    grid-template-columns:
        minmax(270px, 1.25fr)
        minmax(210px, 1fr)
        minmax(210px, 1fr)
        minmax(230px, 1fr);
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
    width: 100%;
}

.ati-global-footer__column {
    min-width: 0;
    margin: 0;
    padding: 0;
}

/* White text */
.ati-global-footer__heading,
.ati-global-footer__description,
.ati-global-footer__contact-item,
.ati-global-footer__contact-text {
    color: #ffffff !important;
}

.ati-global-footer__heading {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.ati-global-footer__description {
    max-width: 390px;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.75;
}

/* Logo */
.ati-global-footer__logo-link {
    display: inline-block;
    margin-bottom: 24px;
}

.ati-global-footer__logo {
    display: block;
    width: auto;
    max-width: min(100%, 290px);
    height: auto;
}

/* All footer links */
.ati-global-footer a,
.ati-global-footer a:visited {
    color: #00bd70 !important;
    text-decoration: none;
    transition:
        color 160ms ease,
        border-color 160ms ease,
        background-color 160ms ease;
}

.ati-global-footer a:hover,
.ati-global-footer a:focus-visible {
    color: #70eeb5 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Service navigation */
.ati-global-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ati-global-footer__links li {
    margin: 0 0 11px;
    padding: 0;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.5;
}

.ati-global-footer__links a {
    display: inline-block;
    overflow-wrap: break-word;
}

/* Contact information */
.ati-global-footer__contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ati-global-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0;
    font-size: 15px;
    line-height: 1.55;
}

.ati-global-footer__contact-text {
    min-width: 0;
    flex: 1 1 auto;
}

.ati-global-footer__icon {
    display: inline-flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-height: 22px;
    margin-top: 1px;
    color: #00bd70 !important;
}

.ati-global-footer__icon svg {
    display: block;
    width: 16px;
    height: 16px;
    color: inherit !important;
    fill: currentColor;
}

/* About link */
.ati-global-footer__about-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 600;
}

.ati-global-footer__about-link .ati-global-footer__icon {
    flex-basis: auto;
    width: auto;
    min-height: auto;
    margin: 0;
}

/* Social links */
.ati-global-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
}

.ati-global-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0;
    color: #00bd70 !important;
}

.ati-global-footer__icon i,
.ati-global-footer__social-link i {
    display: block;
    color: inherit !important;
    font-size: 17px;
    line-height: 1;
}

.ati-global-footer__social-link i {
    font-size: 19px;
}

.ati-global-footer__social-link:hover,
.ati-global-footer__social-link:focus-visible {
    border-color: #00bd70;
    background: rgba(0, 189, 112, 0.12);
    text-decoration: none !important;
}

.ati-global-footer__social-link svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
}

/* Prevent theme-generated margins */
.ati-global-footer nav,
.ati-global-footer ul,
.ati-global-footer p {
    margin-top: 0;
}

/* Tablet */
@media (max-width: 1179.98px) {
    .ati-global-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 54px;
    }
}

/* Mobile */
@media (max-width: 699.98px) {
    .ati-global-footer {
        padding: 42px 22px 0;
    }

    .ati-global-footer__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .ati-global-footer__description {
        max-width: none;
    }

    .ati-global-footer__heading {
        margin-bottom: 18px;
    }
}





.ati-legacy-hero-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.ati-legacy-hero-cta .ati-legacy-hero-cta__button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 20px;
    border-radius: 3px;
    font: inherit;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.ati-legacy-hero-cta .ati-legacy-hero-cta__button:hover {
    transform: translateY(-2px);
}

/* Dark-gray form button */
.ati-legacy-hero-cta .ati-legacy-hero-cta__button--primary {
    border: 1px solid #3f4549;
    background: #3f4549;
    color: #fff !important;
}

.ati-legacy-hero-cta .ati-legacy-hero-cta__button--primary:hover {
    border-color: #2f3437;
    background: #2f3437;
    color: #fff !important;
}

/* Solid-white call button */
.ati-legacy-hero-cta .ati-legacy-hero-cta__button--phone {
    border: 1px solid #fff;
    background: #fff;
    color: #2f3437 !important;
}

.ati-legacy-hero-cta .ati-legacy-hero-cta__button--phone:hover {
    border-color: #eef1f2;
    background: #eef1f2;
    color: #1d2124 !important;
}

.ati-legacy-hero-cta .ati-legacy-hero-cta__button:focus-visible {
    outline: 3px solid #96aef7;
    outline-offset: 3px;
}

@media (max-width: 560px) {
    .ati-legacy-hero-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .ati-legacy-hero-cta .ati-legacy-hero-cta__button {
        width: 100%;
    }
}


	
:root{
	--headerHeight: calc( var(--header-top-height,0px) + var(--header-center-height,0px) + var(--header-bottom-height,0px) );
	--mobileHeaderHeight: calc( var(--header-mobile-top-height,0px) + var(--header-mobile-height,0px) + var(--header-mobile-bottom-height,0px) );
	--floatingHeaderHeight: calc( var(--floating-header-top-height,0px) + var(--floating-header-center-height,0px) + var(--floating-header-bottom-height,0px) );
}

.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: var(--container-width);
	max-width: 100%;
}
.is-container{
	max-width:var(--container-width);
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
	
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}


	.left-full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.right-full-column > .full-column-inner{
		margin-inline-end:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.full-column > .full-column-inner{
		width:100vw;	
		margin-inline-start:calc((var(--container-width) - 100vw)/2 - 15px);
	}
	.layout-no-plr .full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
	}

	



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:var(--h1-color);
	font-family:"Roboto"; 	font-weight:500;
	font-size:2.25rem;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:var(--h2-color);
		font-family:"Roboto"; 	font-weight:500;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:var(--h3-color);
		font-family:"Roboto"; 	font-weight:500;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:var(--h4-color);
		font-family:"Roboto"; 	font-weight:500;
	font-size:1.625rem;
	line-height:1.4;
	letter-spacing:0;
}		
h5{
	color:var(--h5-color);
		font-family:"Roboto"; 	font-weight:500;
	font-size:1.375rem;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:var(--h6-color);
		font-family:"Roboto"; 	font-weight:500;
	font-size:1.25rem;
	line-height:1.5;
	letter-spacing:0;
}	

#Body .is-inherit-root-text,
#Body .is-inherit-root-text p,
#Body .is-inherit-root-text li,
#Body .is-inherit-root-text div,
#Body .is-inherit-root-text span{
	color: var(--default-color);
}
#Body .is-inherit-root-text h1{
	color:var(--h1-color);
}
#Body .is-inherit-root-text h2{
	color:var(--h2-color);
}
#Body .is-inherit-root-text h3{
	color:var(--h3-color);
}
#Body .is-inherit-root-text h4{
	color:var(--h4-color);
}
#Body .is-inherit-root-text h5{
	color:var(--h5-color);
}
#Body .is-inherit-root-text h6{
	color:var(--h6-color);
}
#Body .is-inherit-root-text a, 
#Body .is-inherit-root-text a:link{
	color:var(--link-color);
}
#Body .is-inherit-root-text a:visited{
	color:var(--link-visited-color);
}
#Body .is-inherit-root-text a:hover{
	color:var(--link-hover-color);
}
#Body .is-inherit-root-text a:active{
	color:var(--link-active-color);
}

 
@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:3rem;		line-height:1.2;	}
			h2{
		font-size:2.5rem;		line-height:1.4;	}		
			h3{
		font-size:2rem;			}		
				}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color: var(--link-color);
}
a:visited{
	color: var(--link-visited-color);
}
a:hover{
	color: var(--link-hover-color);
}
a:active{
	color: var(--link-active-color);
}


.btn-accent,
a.btn-accent{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
[class*="am-btn-"].btn-accent:before{
	background-color:var(--accent-color);
}

div [class*="am-btn-"].hover-accent:hover{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:var(--accent-color); 
}



#Body .bg-accent{
	background-color:var(--accent-color);
}
#Body .color-accent{
	color:var(--accent-color);
} 
#Body .border-accent{
	border-color:var(--accent-color);
}
#Body .bg-accent-hover:hover{
	background-color:var(--accent-color);
}
#Body .color-accent-hover:hover{
	color:var(--accent-color);
} 
#Body .border-accent-hover:hover{
	border-color:var(--accent-color);
}

#Body .bg-accent2{
	background-color:var(--accent-color2);
}
#Body .color-accent2{
	color:var(--accent-color2);
} 
#Body .border-accent2{
	border-color:var(--accent-color2);
}

#Body .bg-accent3{
	background-color:var(--accent-color3);
}
#Body .color-accent3{
	color:var(--accent-color3);
} 
#Body .border-accent3{
	border-color:var(--accent-color3);
}
#Body .bg-accent4{
	background-color:var(--accent-color4);
}
#Body .color-accent4{
	color:var(--accent-color4);
} 
#Body .border-accent4{
	border-color:var(--accent-color4);
}

b,
strong{
	font-weight:600;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:600!important;
}



#Body, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: var(--family);  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: var(--default-color);
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: var(--family);  
}

.default-color{
	color: var(--default-color)!important;
}
.default-bg-color{
	background-color: var(--default-color)!important;
}
.default-bg-color-hover:hover{
	background-color: var(--default-color)!important;
}
.default-border-color{
	border-color: var(--default-color)!important;
}
.accent-color{
	color: $var(--accent-color);
}
.default-family{
	font-family: var(--family)!important;
}
.family2{
	font-family: var(--family2)!important;
}

/*default color*/



/*page title*/
.page-title-bg{
			background-color:#f0f0f0; 
		}		
.page-title .title-area:after{
	border-color: #f3bebe; 
}



	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 200px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:35px;padding-bottom:35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:120px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
 


 	.page-title .main-title span::before{
		background-image: linear-gradient(to right, #f3bebe , #fff1cd);
	}
 


/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}
.page-breadcrumbs > .container{
		padding-top:20px;
				padding-bottom:10px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:var(--accent-color)!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:20px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:var(--accent-color)!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:40px;	}
.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
	 	 }


.sidebar-main{
	display: flex;
}
.sidebar-main .sidebar-bar{
	width: 340px;
    flex: 0 0 340px;
}
.sidebar-main .sidebar-container{
	 flex-grow: 1;
	 width:  calc(100% - 340px);
}

.sidebar-main .sidebar_pos_right{
	order:2
}


@media only screen and (max-width: 767px) {
	.sidebar-main{
		flex-direction: column;
	}
	.sidebar-main .sidebar-bar{
		width:100%;
		flex: 0 0 100%;
	}	
	.sidebar-main .sidebar-container{
		width: 100%;
		flex: 0 0 100%;
	}

				.sidebar-main .sidebar-bar{
			order:1
		}	
		.sidebar-main .sidebar-container{
			order:0
		}
	}
 
@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-right:15px!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
	.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
		padding-top:0!important;
		padding-bottom:0!important;
	 }

}

.has-sidebar >.row{
	position: relative;
}




/*page */
.swiper-container .swiper-pagination-bullet-active{
	background: var(--accent-color);	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: var(--accent-color);	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:var(--accent-color2);
}

.isotope-grid .isotope-group a:after {
    border-top-color:var(--accent-color2);
}

.easy-carousel .pagination-bullet{
	color: var(--accent-color);	
}
 

/*backtop */

