:root {
	--primary-forest: #2e4a25;
    --secondary-sage: #3f8a5c;
		--tertiary-mint: #87bfa8;
    --text-dark: #000000;
	--text-light: #ffffff;
}

* {
  margin: 0;
  padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: #fefefe;
}

.container {
   width: 100%;
   padding-right: 15px;
   padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
   max-width:        1200px;
}

.row {
   display: flex;
  flex-wrap: wrap;
   margin-right: -15px;
    margin-left: -0.9375rem;
}

.col-lg-4, .col-lg-6, .col-lg-12, .col-md-12 {
    padding-right: 15px;
   padding-left: 0.9375rem;
   width: 100%;
  position: relative;
}@media (min-width: 992px) {
    .col-lg-4 {
		flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
	.col-lg-6 {
        flex: 0 0 50%;
		max-width: 50%;
    }
    .col-lg-12 {
		flex: 0 0 100%;
        max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-12 {
        flex: 0 0 100%;
		max-width: 100%;
    }
}.ftco-navbar-light {
  background: linear-gradient(135deg, rgba(46,74,37,0.95) 0%, rgba(63,138,92,0.95) 100%) !important;
   position: absolute;
  top: 0;
    left: 0;
        right: 0;
   z-index: 999;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}@media (max-width: 991.98px) {
	.ftco-navbar-light {
        background: linear-gradient(135deg, #2e4a25 0%, #3f8a5c 100%) !important;
		position: relative;
        top: 0; 
	} 
}.navbar {
   position: relative;
	    display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: space-between;
	   padding: 0.5rem 1rem;
}

.navbar-expand-lg {
   flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-brand {
   display: inline-block;
    padding-top: 5px;
    padding-bottom: 0.3125rem;
   margin-right: 16px;
  text-decoration: none;
}

.navbar-logo {
	  height: 50px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
     }

.navbar-brand span {
  color: #408b5d;
	
}

.navbar-toggler {
  padding: 4px 12px;
      line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.3);
   border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer;
}

.navbar-toggler .material-icons {
	    font-size: 24px;
    color: #fff;
   vertical-align: middle;


}

.navbar-collapse {
    flex-basis: 100%;
   flex-grow: 1;
  align-items: center;
}

.collapse {
      display: none;
	
}
@media (min-width: 992px) {
		.navbar-expand-lg .navbar-collapse {
        display: flex !important;
		flex-basis: auto;
    }
    
	.navbar-expand-lg .navbar-toggler {
        display: none;
		}
}.navbar-nav {
   display: flex; 
  flex-direction: column; 
  padding-left: 0; 
  margin-bottom: 0; 
    list-style: none;
}

.ml-auto {
        margin-left     : auto !important;
}@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
        flex-direction: row;
		}
}.nav-item {
  margin-bottom:    -1px;
}

.nav-link {
   display: block;
  padding: 16px 1.375rem;
  font-size: 1em;
  font-weight: 420;
    color: #fff;
    text-decoration: none;
   background-color: transparent;
    opacity: 1 !important;
   transition: color 0.3s ease;
}

.nav-link:hover {
  color: #86bea7;
}

.nav-item.active .nav-link {
   color: #88c0a9;
}

.ftco-navbar-light.scrolled {
  position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -135px;
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%) !important;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.ftco-navbar-light.scrolled.awake {


    margin-top: 0px;
   -webkit-transition: .35s all ease-out;
    transition: .35s all ease-out;
     }

.ftco-navbar-light.scrolled .navbar-brand {

   color: #0f0f0f;


}

.ftco-navbar-light.scrolled .navbar-toggler {
  border-color: rgba(0,0,0,0.3);
}

.ftco-navbar-light.scrolled .navbar-toggler .material-icons {
    color: #2e4a25;
}

.ftco-navbar-light.scrolled .nav-link {
   padding-top: 1rem !important;
  padding-bottom: 16px !important;
    color: #2e4a25 !important;
}

.ftco-navbar-light.scrolled .nav-item.active .nav-link {
  color: #3d8859 !important;
}

.site-cover {
   background-size: cover;
  background-position: top center;
   position   :        relative;
		 padding: 7em 0;
}

.site-cover.overlay:before {
  background: rgba(0, 0, 0, 0.6);
    position: absolute;
  content: "";
  top: 0;
   left  :     0;
    right: 0;
  bottom: 0;
}

.same-height {
    padding: 112px 0;
}

.align-items-center {
   align-items: center !important;
}

.post-entry {
  position: relative;
   z-index: 1;
}

.post-category {
  display: inline-block;
  padding: 2px 10px;
    border-radius: 4px;
   letter-spacing: .2em;
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase;
}

.bg-success {
   background-color: #3f895b !important;
}

.text-white {
   color: #fff !important;
}

.mb-3 {
   margin-bottom: 16px !important;
}

.mb-4 {
   margin-bottom: 1.5rem !important; 
	
}

.post-entry h2{
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
   color: #ffffff;
}@media (min-width: 992px) {
	.post-entry h2 {
		font-size: 48px;
    }
}.post-entry h2 a {
   color: #fff;
       text-decoration: none; 
	
}

.post-meta {
   color: #ffffff;
   font-size: 13px;
}

.text-left {
  text-align: left !important;
}

.author-figure {
  margin: 0;
}

.mb-0 {
   margin-bottom: 0 !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.float-left {
  float: left !important;
}

.author-figure img {
    width: 30px;

	  border-radius: 50%;
}

.img-fluid {
    max-width: 100%;
  height: auto;
}

.d-inline-block {
  display: inline-block !important;
}

.mt-1 {
   margin-top: 0.25rem !important;

}

.morphex-zone {
    padding: 60px 0 3.75rem 0;
  background: linear-gradient(to bottom, #ffffff, #f7f9f8);
}

.nexar-prime-text  {

  font-size:1.1rem;
   color: #343434;
  margin-bottom: 1.25rem;
   line-height     :1.8;
     }

.vexar-sub-text {
    font-size: 16px;
    color: #565656;
  margin-bottom: 35px;
   line-height: 1.7;
}

.footer-section {
    background: #2a4322;

	  padding-top: 72px;

}

.footer-item {
	  margin-bottom: 1.875rem;


}

.footer-logo   {
	margin-bottom: 25px;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
  height    :       45px;
   width: auto;
}

.footer-item h5 {
    color: #84bca5;
    font-weight: 500;
  margin-bottom: 3.5625rem;
}

.footer-item p {
   font-size: 14px;
  color: rgba(255,255,255,0.8);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
    line-height: 28px;
    margin  :       0 0 15px 0;
}

.newslatter-form {
               position: relative;
}

.newslatter-form input {
   width: 100%;

	    height: 50px;

	    background  :  #3d8758;

		border: none;

	  font-size: 11px;

	  color: #fff;

	   padding-left:     1.5625rem;

	   padding-right: 15px;
}

.newslatter-form input::placeholder {
 color: #ffffff;
    font-weight: 600;
	font-style: italic;
}

.newslatter-form button {
  font-size: 0.875rem;
    color: #fff;
  background: #89c2aa;
    display: inline-block;
  border: none;
   position: absolute;
  right: 0;
  top: 0;
    padding: 14px 1.5625rem;
   height: 100%;
  font-weight: 500;
  cursor: pointer;
}

.footer-item ul {
  margin-top: -5px;
      padding: 0;
}

.footer-item ul li {
    list-style: none;
  color: rgba(255,255,255,0.8);
  line-height: 1.5rem;
  font-size: 14px;
   font-weight: 600;
   letter-spacing: 0.5px;
   position: relative;
    padding-left: 35px;
         margin-bottom: 16px;
}

.footer-item ul li .material-icons {
   position: absolute;
   left: 0;
    top: 2px;
  font-size: 18px;
   color: #87bfa8;
 width: 20px;
}

.copyright {
  background   :      #1b2f1b;
    overflow     :       hidden;
                    padding: 1.5rem;
	 margin-top: 30px;
}

.copyright ul {
      float: right;
    padding: 0;
   margin: 0;

}

.copyright ul li {
    display: inline-block;
    margin-right :       2.8125rem;
   list-style: none;
}

.copyright ul li:last-child     {
    margin-right: 0;
}

.copyright ul li a {
  color: rgba(255,255,255,0.7);
   font-size: 12px;
	font-weight: 600;
   letter-spacing: 0.5px;
   display: inline-block;
  padding: 5px;
    position: relative;
    transition: all 0.2s;
  text-decoration: none;
}

.copyright ul li.active a {
  color: #87bfa8;
}

.copyright ul li a:hover {
                    color: #84bca5;
}

.copyright ul li.active a:after {
	opacity: 1;
}



.copyright ul li a:after {
        position: absolute;
   left: 50%;
  bottom: -5px;
   width: 5px;
   height: 0.3125rem;
   background: #86bea7;
  content: "";
		border-radius: 50%;
  transform: translateX(-2.5px);
    opacity: 0;
  transition: all 0.2s;
}

.copyright ul li a:hover::after {
   opacity: 1;
}

.pt-5 {
	  padding-top: 3rem !important;
}



.small {
   font-size: 80%;
  font-weight: 400;
}

.text-center {
   text-align: center !important;
}@media (max-width: 991.98px) {
		.navbar-nav {
        padding-bottom: 12px;
	}
    
    .nav-link {
		padding-left: 0;
        padding-right: 0;
		padding-bottom: 0;
    }
}

@media (max-width: 768px) {
	.col-lg-4, .col-lg-6 {
		flex: 0 0 100%;
        max-width: 100%;
		}
    
    .copyright ul {
		float: none;
        text-align: center;
	}
    
    .copyright ul li {
		margin-right: 10px;
        margin-bottom: 0.625rem;
		}
    
    .copyright {
        text-align: center;
	}
    
		.post-entry h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
		.navbar-brand {
        font-size: 18px;
	}
    
    .post-entry h2 {
		font-size: 1.4rem;
    }
    
		.copyright ul li {
        display: block;
		margin-bottom: 8px;
    }
}.about_us_area {

   position: relative;
    padding: 7.5rem 0;

}

.about_us_image_box {
	  position: relative;
	overflow: hidden;
    border-radius: 12px;
  box-shadow: 0 15px 40px rgba(46,74,37,0.2);
	}

.about_us_image_box img {
    -webkit-transition: transform 0.5s ease;
   width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.about_us_image_box:hover img {
  transform: scale(1.05);
}

.about_content {
    position: relative;
}

.about_content:before {
  content: "";
       position: absolute;
  height: 100%;
  width: 89%;
   top: 0;
   left: 0;
  background: linear-gradient(to right, #2e4a25 0%, #3f8a5c 51%, #2a4322 100%);
  border-radius: 8px;
}

.section_content {
    position: relative;
  padding: 4.375rem 0px 73px 70px;
}

.section_content h6 {
   color    :   #ffffff;
   font-size: 0.875rem;
	margin-bottom: 12px;
   position: relative;
   letter-spacing: 2px;
         text-transform: uppercase;
    font-weight: 400;
}

.section_content h6:after {
     content: "";
          position: absolute;
  background: linear-gradient(to right, #87bfa8 0%, #84bca5 100%);
   color: #87bfa8;
   height: 1px;
	 width: 50px;
    bottom: -10px;
  left: 0;


}

.section_content h1 {
                    color: #fff;
  line-height: 2.8125rem;
    padding: 30px 0 1.875rem;
    margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
}

.section_content p {
	margin-bottom: 0px;
  color: rgba(255,255,255,0.9);
  font-weight: 400;
   padding: 0 40px 2.5rem 0;
   line-height: 1.8;
    font-size: 1rem;
}

.section_gap {
	 padding: 120px 0;
}

@media (max-width: 767px) {
		.section_gap {
        padding: 3.75rem 0; 
    }
}.primary_btn {


    display: inline-block;
  background: linear-gradient(to right, #87bfa8 0%, #84bca5 51%, #89c2aa 100%);
   background-size: 200% auto;
  padding: 0px 35px;
  color: #2e4a25;
    letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
   font-weight: 500;
    line-height :      50px;
  border-radius: 5px;
   outline: none !important;
  box-shadow: 0px 10px 30px rgba(135,191,168, 0.2);
   text-align: center;
   cursor    : pointer;
   transition: all 0.4s ease 0s;
   text-transform: uppercase;
   text-decoration: none;
}

.primary_btn:hover {
	   background-position: right center;
    color: #1b2f1b;
  transform: translateY(-2px);
  box-shadow: 0px 15px 35px rgba(135,191,168, 0.3);

}

.primary_btn span
{
    display: inline-block;
               transition: transform 0.3s ease;
}

.primary_btn:hover span {
  transform: translateX(5px);
}
@media (max-width: 991px) {
		.about_us_area .about_us_image_box {
        display: none; 
	}
  
    .about_us_area .about_content:before {
		width: 100%; 
    }
    
	.about_us_area .col-lg-6:last-child {
        flex: 0 0 100%;
		max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section_content {
		padding: 3.125rem 10px 50px 3.125rem; 
    }
  
		.section_content h1 {
        line-height: 40px;
		font-size: 1.875rem;
        padding: 25px 0 1.5625rem; 
    }
    
	.section_content p {
        padding-right: 20px;
		font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
		.section_content {
        padding: 2.5rem 15px 40px 2.5rem;
	}
    
    .section_content h1 {
		font-size: 1.5rem;
        line-height: 32px;
    }
    
		.primary_btn {
        width: 100%;
		padding: 0 20px;
    }
}.site-section {
          padding: 6.5rem 0;
}
@media (max-width: 991.98px) {
	.site-section {
        padding: 3.5rem 0;
		}
}.bg-light {
  background-color: #f8faf9 !important;
  background: linear-gradient(to bottom, #fafafa, #f5f7f6);


}

.block-heading-1 span {
   text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: .12em;
   font-weight: bold;
   color: #878787;
}

.block-heading-1 h2 {
   font-size: 3.2rem;
	 color: #2e4a25;
    font-weight: 700;
   margin-bottom: 1.25rem;
}

.block-heading-1 p {
  color: #565656;
  font-size: 1.125rem;
   line-height: 1.7;
    font-style: italic;
}

.pricing {
  background: #ffffff;
   padding: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(46,74,37,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;}

.pricing:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(46,74,37,0.15);
}

.pricing-image {
  width: 100%;
    height: 250px;
   object-fit: cover;
    border-bottom   :     3px solid #87bfa8;
}

.pricing h3 {
   padding: 1.5rem 35px 0;
  font-size: 1.5rem;
  color: #2a4322 !important;
  font-weight: 600;
}

.pricing .price {
  padding: 0 35px;
}

.pricing .price > span 
 {
  color: #999999;
   font-size: 1rem;
}

.pricing .price > span > span {
    font-size: 3.2rem;
    color: #3f8a5c;
    font-weight: 700;
}

.pricing ul {
  padding: 0 35px;
}

.pricing ul li    {
   margin-bottom: 22px;
   color: #333333;
    font-size: 0.9375rem;
}

.pricing > p {
   padding: 0 35px 35px;
}

.ul-check {
  margin-bottom: 3.4375rem;
}

.ul-check li {
       position: relative;
   padding-left: 38px;
  margin-bottom: 1.125rem;
   line-height: 1.6;
}

.ul-check li:before {
    left: 0;
   font-size: 22px;
    top: -.35rem;
  font-family: 'Material Icons';
  content: "\e5ca";
  position: absolute;
}

.ul-check.success li:before {
    color: #3f8a5c;
}

.ul-check li.remove:before {
  content: "\e5cd";
    color: #d63638;
    opacity: 0.5;
}

.ul-check li.remove {


  color :  #999999;
	text-decoration: line-through;
  opacity: 0.7;


}

.justify-content-center {
   justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.text-black {
    color: #000 !important;
}

.text-white {


   color: #fff !important;
     }

.mb-4 {
  margin-bottom: 1.8rem !important;

}

.mb-5 {
               margin-bottom: 3.2rem !important;
}@media (min-width: 992px) {
	.mb-lg-0 {
        margin-bottom: 0 !important;
		}
}.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.btn {
   display: inline-block;
  font-weight: 500;
                    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
   user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
  font-size: 1rem;
    line-height    :      1.5;
  border-radius: 0.25rem;
    transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary {
    background-color: #3f8a5c;
  border-color: #3d8758;
   color: #fff;
}

.btn-primary:hover {
    background-color: #2e4a25;
   border-color: #2a4322;
  transform: translateY(-2px);
}

.btn-secondary {
	background-color: #87bfa8;
  border-color: #84bca5;
   color: #2a4322;
}

.btn-secondary:hover {
   background-color: #6ba58e;
   border-color: #689f88;
  color: #1b2f1b;
  transform: translateY(-2px);
}

.btn-md {
   padding: 9px 22px;
	 font-size: 0.875rem;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

[data-aos="fade-up"] {
    opacity: 0;
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}@media (max-width: 767px) {
		.block-heading-1 h2 {
        font-size: 2rem;
	}
    
    .pricing .price > span > span {
		font-size: 2.5rem;
    }
    
		.pricing-image {
        height: 200px;
    }
    
	.btn-md {
        width: 100%;
		padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .pricing {
		margin-bottom: 2rem;
    }
    
		.block-heading-1 h2 {
        font-size: 1.5rem;
	}
    
    .pricing h3 {
		font-size: 1.25rem;
    }
}.site-section
{
   padding: 2.5em 0;
}@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}.site-section .container {
    margin-right: auto;
  padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
   padding-left:       0.9375rem;
    width: 100%;
}

.site-section .row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
  margin-left: -0.9375rem;}

.site-section .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
   padding-left: 0.9375rem;
}
@media (min-width: 768px) {
    .site-section .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}.site-section .align-items-center {
    align-items: center !important;
}

.heading-39291 {
  text-transform: uppercase;
	font-size: 1.25rem;
    font-weight: bold;
    color: #2e4a25;
   margin-bottom: 1.875rem;
   letter-spacing: 0.5px;
    line-height: 1.4;
}

.text-content {
    padding: 2rem 0;
}

.text-content p {
    line-height: 1.7;
    color: #3a4d56;
   margin-bottom: 1rem;
    font-size: 1rem;
   margin-top: 0;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: #6c757d;
    font-style: italic;
   line-height: 1.6;
}  

.image-content {
  text-align: center;
   position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-content img {
   transition: transform 0.5s ease;
}

.image-content:hover img {
  transform: scale(1.03);
}

.img-fluid {
    max-width     :      100%;
    height: auto;
   display: block;
   width: 100%;
}

.rounded {
    border-radius: 0.375rem !important;
  box-shadow: 0 10px 30px rgba(46,74,37,0.15);
}

.btn 
 {
   display: inline-block;
   font-weight:    500;
   text-align: center;
   white-space: nowrap;
      vertical-align: middle;
    user-select: none;
   border: 1px solid transparent;
	 padding  :0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
   transition: all 0.3s ease;
    text-decoration:     none;
}

.btn.btn-primary
	{
    color: #ffffff;
   background: #3f8a5c;
         padding: 12px 30px;
    text-decoration: none;
  border-radius: 4px;
    display: inline-block;
    transition: .3s all ease;
   font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
 font-size: 0.875rem;
   border: 2px solid #3f8a5c;
}

.btn.btn-primary:hover {
  background: #2e4a25;
  text-decoration: none;
        border-color: #2a4322;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(63,138,92,0.3);
}

.bg-light {
	 background-color: #f8faf9 !important;
  background: linear-gradient(to bottom, #fafafa, #f5f7f6);
}

.mb-4 {
   margin-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.pl-md-5 {
   padding-left: 0 !important;
}@media (min-width: 768px) {
    .pl-md-5 {
        padding-left: 3rem !important;
    }
}.site-section + .site-section {

		 padding-top: 0;
}

.text-content h2 {
    position: relative;
    padding-bottom: 15px;
}

.text-content h2:after {
  content: "";
   position: absolute;
  bottom: 0;
    left: 0;
   width: 60px;
     height: 3px;
  background: #87bfa8;
}

.site-section:nth-of-type(even) .row {
    flex-direction: row-reverse;
}@media (max-width: 767px) {
    .site-section:nth-of-type(even) .row {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .heading-39291 {
        font-size: 1.125rem;
    }
    
    .text-content {
        padding: 1.5rem 0;
    }
}

@media (max-width: 767.98px) {
    .site-section .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .site-section .row {
        flex-direction: column;
    }
    
    .pl-md-5 {
        padding-left: 0 !important;
    }
    
    .text-content {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .image-content {
        margin-bottom: 2rem;
    }
    
    .heading-39291 {
        font-size: 1rem;
        text-align: center;
    }
    
    .text-content h2:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .text-content p {
        text-align: justify;
        font-size: 0.9375rem;
    }
    
    .mt-4 {
        text-align: center;
    }
    
    .btn.btn-primary {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .site-section {
        padding: 2em 0;
    }
    
    .heading-39291 {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    
    .lead {
        font-size: 1.125rem;
    }
    
    .text-content p {
        font-size: 0.875rem;
    }
}.nexphase-policy-content,
.voxarium-policy-content,
.morphex-policy-content {
	padding: 100px 0 80px;
  min-height: calc(100vh - 400px);
  background: linear-gradient(to bottom, #ffffff, #fafafa);
}

.nexphase-policy-content .container,
.voxarium-policy-content .container,
.morphex-policy-content .container {
  max-width: 900px;
   margin: 0 auto;
  padding: 0 20px;
}

.nexphase-policy-content h1,
.voxarium-policy-content h1,
.morphex-policy-content h1 {
    font-size     :      2.5rem;
	  color: #2e4a25;
	  margin-bottom: 10px;
	  font-weight: 700;
	    text-align: center;
	   padding-bottom   :  20px;
		border-bottom: 3px solid #87bfa8;
}

.policy-date {
   text-align: center;
   color     :        #6c757d;
  font-style: italic;
    margin-bottom: 3rem;
	font-size: 0.9375rem;
}

.nexphase-policy-content h2,
.voxarium-policy-content h2,
.morphex-policy-content h2 {
  font-size: 1.5rem;
   color  :   #3f8a5c;
    margin-top: 2.5rem;
          margin-bottom: 1rem;
    font-weight: 600;
    position   :relative;
	 padding-left: 20px;
}

.nexphase-policy-content h2:before,
.voxarium-policy-content h2:before,
.morphex-policy-content h2:before {
  content: "";
    position: absolute;
   left: 0;
    top: 50%;
  transform: translateY(-50%);
    width  :      4px;
  height: 80%;
    background: #87bfa8;
}

.nexphase-policy-content p,
.voxarium-policy-content p,
.morphex-policy-content p {
    color: #333333;
    line-height: 1.8;
    margin-bottom: 1.25rem;
   font-size: 1rem;
    text-align: justify;
}

.nexphase-policy-content h3,
.voxarium-policy-content h3,
.morphex-policy-content h3 {
    font-size: 1.125rem;
   color: #2a4322;
   margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
} @media (max-width: 768px) {
		.nexphase-policy-content,
    .voxarium-policy-content,
	.morphex-policy-content {
        padding: 80px 0 60px;
		}
    
    .nexphase-policy-content h1,
	.voxarium-policy-content h1,
    .morphex-policy-content h1 {
		font-size: 1.875rem;
    }
    
		.nexphase-policy-content h2,
    .voxarium-policy-content h2,
	.morphex-policy-content h2 {
        font-size: 1.25rem;
		padding-left: 15px;
    }
    
    .nexphase-policy-content p,
		.voxarium-policy-content p,
    .morphex-policy-content p {
	font-size: 0.9375rem;
        text-align: left;
		}
}

@media (max-width: 480px) {
    .nexphase-policy-content h1,
		.voxarium-policy-content h1,
    .morphex-policy-content h1 {
	font-size: 1.5rem;
    }
}.zenphase-about-content {
   padding: 100px 0 80px;
  min-height: calc(100vh - 400px);
  background: linear-gradient(to bottom, #ffffff, #fafafa);
}

.zenphase-about-content .container {
 max-width: 900px;
  margin: 0 auto;
   padding: 0 20px;
}

.zenphase-about-content h1 {
   font-size: 2.5rem;
   color: #2e4a25;
    margin-bottom: 2rem;
  font-weight: 700;
  text-align: center;
    position: relative;
  padding-bottom: 20px;
}

.zenphase-about-content h1:after
{
  content: "";
  position: absolute;
   bottom: 0;
   left: 50%;
  transform: translateX(-50%);
   width: 80px;
         height: 3px;
  background: #87bfa8;
}

.about-hero-image {
  width: 100%;
           margin-bottom: 3rem;
   	 border-radius: 8px;
      overflow: hidden;
     box-shadow: 0 15px 40px rgba(46,74,37,0.15);
      max-height: 400px;
}

.about-hero-image img {
  width: 100%;
   height: auto;
    display: block;
          object-fit: cover;
   transition: transform 0.5s ease;
}

.about-hero-image:hover img {
  transform: scale(1.02);
}

.img-responsive {
   max-width: 100%;

	  height: auto;
}

.about-text-content {
   margin-top: 2rem;
}

.zenphase-about-content h2 {
	    font-size: 1.75rem;
  color: #3f8a5c;
	margin-top: 2.5rem;
  margin-bottom: 1rem;
    font-weight: 600;
   position: relative;
  padding-left: 25px;
     }

.zenphase-about-content h2:before{
  content: "";
   position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
   width: 5px;
    height    :     100%;
  background: linear-gradient(to bottom, #87bfa8, #84bca5);
  border-radius: 2px;

}

.zenphase-about-content p {
                    color: #333333;
    line-height   :   1.8;
   margin-bottom: 1.5rem;
  font-size: 1.0625rem;
    text-align: justify;
}

.zenphase-about-content h2:first-of-type {
   margin-top: 0;
}@media (max-width: 768px) {
    .zenphase-about-content {
		padding: 80px 0 60px;
    }
    
		.zenphase-about-content h1 {
        font-size: 1.875rem;
	}
    
    .zenphase-about-content h2 {
		font-size: 1.375rem;
        padding-left: 20px;
    }
    
		.about-hero-image {
        margin-bottom: 2rem;
	max-height: 250px;
    }
    
    .zenphase-about-content p {
		font-size: 1rem;
        text-align: left;
		}
}

@media (max-width: 480px) {
		.zenphase-about-content h1 {
        font-size: 1.5rem;
		margin-bottom: 1.5rem;
    }
    
	.zenphase-about-content h2 {
        font-size: 1.125rem;
		margin-top: 2rem;
    }
    
    .zenphase-about-content p {
		font-size: 0.9375rem;
    }
    
		.about-hero-image {
        max-height: 200px;
	}
}.contact_form_wrapper {
   padding: 100px 0 80px;
  background: linear-gradient(to bottom, #ffffff, #fafafa);
  min-height: calc(100vh - 400px);
}

.contact_form_wrapper .section_header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #2e4a25;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.75rem;
}

.contact_form_wrapper .section_header p {
    font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #6c757d;
  font-weight: 400;
    margin-top: 12px;
}

.contact-info-row {
   margin-bottom: 3.5rem;
  margin-top: 2.5rem;
}

.contact-info-box {
    text-align: center;
  padding: 2rem 1rem;
  background: #ffffff;
   border-radius: 8px;
  box-shadow: 0 5px 20px rgba(46,74,37,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.875rem;
}

.contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(46,74,37,0.15);
}

.contact-info-box .material-icons {
   font-size: 48px;
  color: #3f8a5c;
   margin-bottom: 1rem;
    display: block;
}

.contact-info-box h4		{
  font-size: 1.25rem;
  color: #2e4a25;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.contact-info-box p {
    color: #666666;
   font-size: 0.9375rem;
   line-height: 1.6;
   margin: 0;

}

.contact_form .form_input {
  margin-bottom  :      1.375rem;
}

.contact_form .form_input input,
.contact_form .form_input textarea {
   border: 1px solid #d4d4d4;
   font-size: 1rem;
  color: #1a1a1a;
   width   :  100%;
    transition: all 0.35s ease;
    padding: 17px 22px;
   outline: none;
  background: #ffffff;
  border-radius: 6px;
}

.contact_form .form_input input:focus,
.contact_form .form_input textarea:focus {

	border-color: #3f8a5c;
  box-shadow: 0 0 0 3px rgba(63,138,92,0.1);
}

.contact_form .form_input textarea  
  {
    height: 160px;
   resize: vertical;
  min-height: 120px;
  max-height: 300px;
}

.contact_form .form_input input::placeholder,
.contact_form .form_input textarea::placeholder {
   color: #999999;
   opacity   :     1;
}

.contact_form .form_button {
   margin-top: 1.5625rem;
}

.contact_form .submit-btn {
    font-size: 1.125rem;
        font-weight: 500;
  color: #fff;
   padding: 17px 60px;
  font-family: "Roboto", sans-serif;
   display: inline-block;
   border-radius: 32px;
  background: linear-gradient(135deg, #3f8a5c 0%, #87bfa8 100%);
    border: none;
    cursor: pointer;
   transition: all 0.35s ease;
   text-transform: uppercase;
    letter-spacing: 0.5px;
}  

.contact_form .submit-btn:hover {
  background: linear-gradient(135deg, #2e4a25 0%, #6ba58e 100%);
    color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(63,138,92, 0.35);
}

.form_feedback {
    margin-top: 2rem;
  text-align: center;
}

.form_feedback .success_msg,
.form_feedback .error_msg {
                    display: none;
  padding: 12px 17px;
   border-radius: 6px;
    font-size: 1.0625rem;
   font-weight: 500;
}

.form_feedback .success_msg {
  background: rgba(63,138,92, 0.12);
    color: #2e4a25;


}

.form_feedback .error_msg {
	  background: rgba(233, 78, 62, 0.12);
	color: #e94e3e;


}

.justify-content-center {
        justify-content: center !important;
	
}

.offset-lg-2 {
   margin-left: 16.666667%;
}@media (min-width: 992px) {
		.col-lg-8 {
        flex: 0 0 66.666667%;
		max-width: 66.666667%;
    }
    
	.col-lg-9 {
        flex: 0 0 75%;
		max-width: 75%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
		flex: 0 0 33.333333%;
        max-width: 33.333333%;
		}
    
    .col-md-6 {
		flex: 0 0 50%;
        max-width: 50%;
    }
}.mb-75 {
   margin-bottom: 75px;
}

.contact_form .form_input input:invalid:focus,
.contact_form .form_input textarea:invalid:focus {
   border-color: #e94e3e;
  box-shadow: 0 0 0 3px rgba(233,78,62,0.1);
}@keyframes formSubmit {
		0% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.6; transform: translateY(-12px); }
	100% { opacity: 1; transform: translateY(0); }
}.form_submitting .submit-btn {
    animation: formSubmit 1.6s infinite;
  pointer-events: none;
		opacity: 0.7;
}@media (max-width: 767px) {
		.contact_form_wrapper {
        padding: 75px 0;
	}
  
    .contact_form_wrapper .section_header h3 {
		font-size: 1.875rem;
        line-height: 1.3;
    }
  
		.mb-75 {
        margin-bottom: 42px;
	}
  
    .contact_form .submit-btn {
		padding: 14px 42px;
        font-size: 1rem;
		width: 100%;
    }
    
	.offset-lg-2 {
        margin-left: 0;
		}
    
    .contact-info-box {
		padding: 1.5rem 1rem;
    }
    
		.contact-info-box .material-icons {
        font-size: 36px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact_form_wrapper {
		padding: 95px 0;
    }
  
		.contact_form_wrapper .section_header h3 {
        font-size: 2.25rem;
		line-height: 1.3;
    }
  
	.mb-75 {
        margin-bottom: 52px;
		}
}