/* OXygen Fixes */
img{ /* Fix Images Pixalating Issue */
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.oxy-nav-menu.oxy-nav-menu-open{
	min-height:90vh;
}

.disable-anchorm, .disable-anchor a{
	color: inherit !important;
	cursor:default;
	pointer-events:none;
}

.in-footer input:-webkit-autofill,
.in-footer input:-webkit-autofill:hover, 
.in-footer input:-webkit-autofill:focus,
.in-footer textarea:-webkit-autofill,
.in-footer textarea:-webkit-autofill:hover,
.in-footer textarea:-webkit-autofill:focus,
.in-footer select:-webkit-autofill,
.in-footer select:-webkit-autofill:hover,
.in-footer select:-webkit-autofill:focus{
	font-size: inherit;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

:-webkit-autofill::first-line{
	font-size:inherit;
	font-family: inherit;
	line-height:inherit;
}

/* Parallel Toggle CSS */
.parallel-toggle-item .pt-content {
   transition: height 0.35s ease-in-out;
   overflow: hidden;
}
.parallel-toggle-item:not(.active) .pt-content {
   display: none;
}
.parallel-toggle-item .pt-header{
   position:relative;
}
.parallel-toggle-item .pt-header::before{
   content: '';
   position: absolute;
   display: inline-block;
   right:0px;
   top: 45%;
   border-style: solid;
   border-width: 0.15em 0.15em 0 0;
   border-color: white;
   height: 0.40em;
   width: 0.40em;
   vertical-align: middle;
   transform: translateY(-50%) rotate(135deg);
   transition: ease all 0.3s;
}

.parallel-toggle-item.active .pt-header::before{
   transform: translateY(-50%) rotate(-45deg);
}

.hide-scrollbar::-webkit-scrollbar {
	display:none;
	 width: 0px;
	 height: 0px;
}
.hide-scrollbar::-webkit-scrollbar-thumb {
	 background: transparent;
}
.hide-scrollbar::-webkit-scrollbar-thumb:hover{
	 background: transparent;
 }
.hide-scrollbar::-webkit-scrollbar-track{
	 background: transparent;
}

.bordered-blog-card > div:nth-of-type(1) .category-tag a{
    color: #f48534 !important;
}

.bordered-blog-card > div:nth-of-type(2) > div{
    border-color:#2F80ED !important;
}

.bordered-blog-card > div:nth-of-type(2) .category-tag a{
    color: #2F80ED !important;
}

.blog-post:first-child{
    flex-direction: row !important;
}

.blog-post:first-child .blog-ft-image{
    position: relative;
    width:50%;
    padding-bottom:0;
    flex-shrink:0;
}

.blog-post:first-child .blog-ft-image img{
    position:relative !important;
}

.blog-post:first-child .blog-post-info{
    padding: 50px 40px;
}

.blog-post:first-child .blog-post-info-data{
	flex-direction: column-reverse;
    justify-content: flex-end;
}

.blog-post:first-child .blog-post-info h3{
    /*font-size:34px !important;*/
    margin: 15px 0 0 !important;
}

.blog-post:first-child .blog-post-info .av-button{
	display:inline-flex !important;
}

.blog-post:first-child .blog-post-info .ct-text-block > span{
	font-size:14px !important;
}

@media (max-width: 767px) {
    .blog-post:first-child {
        flex-direction: column !important;
    }

    .blog-post:first-child .blog-ft-image {
        width: 100%;
    }

    .blog-post:first-child .blog-ft-image img {
        position: relative !important;
    }

    .blog-post:first-child .blog-post-info {
        padding: 40px 30px;
    }

    .blog-post:first-child .blog-post-info h3 {
        font-size: 24px !important;
        margin: 25px 0 0 !important;
    }

}

.blog-post .contract-management .meta-info a{
	color: #007965 !important;
}
.blog-post .rfx-management .meta-info a{
	color: #2F80ED !important ;
}

.blog-post .invoice-management .meta-info a{
	color: #2F80ED !important ;
}

.blog-post .source-to-pay .meta-info a{
	color: #F58634 !important ;
}

.single-post .related-posts .oxy-repeater-pages-wrap{
	display:none;
}

.av-forms{
	display:block;
}

.av-forms .avf-grid{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

@media (max-width:990px){
	.av-forms .avf-grid{
		grid-template-columns: 1fr;
	}
}
.av-forms > div:not(:first-child){
	margin-top:30px;
}
.av-forms .avf-input br{
	display:none;
}
.av-forms .avf-input label{
	display:block;
	width:100%;
	font-family: 'Eudoxus Sans';
	font-weight: bold;
	font-size: 16px;
	color: #092621;
	margin-bottom:10px;
}

.av-forms .avf-input input, .av-forms .avf-input select, .av-forms .avf-input textarea{
	display:block;
	width:100%;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	font-family: 'Eudoxus Sans';
	font-weight: normal;
	font-size: 16px;
	line-height:1;
	color: #092621;
	padding:12px 15px;
	transition:ease border 0.3s;
}

.av-forms .avf-input input:focus,.av-forms .avf-input select:focus,.av-forms .avf-input textarea:focus{
	outline:none;
	border-color:#09262182;
}

.av-forms .avf-submit{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	-webkit-border-radius:2px;
	border-radius:4px !important;
	background: #00AF91;
	border:0 !important;
	color:#fff;
	display: flex;
	align-items: center;
	padding: 0;
	overflow:hidden;
	height: 48px;
	cursor:pointer;
}

.av-forms .avf-submit .icon{
	display: flex;
	width: 48px;
	height: 48px;
	color:#fff;
	background: #007965;
	justify-content: center;
	align-items: center;
}
.av-forms .avf-submit:focus{
	outline:none;
}

.av-forms .avf-submit span{
	font-family: 'Eudoxus Sans';
	font-weight: bold;
	font-size: 16px;
	line-height:1;
	padding: 12px 20px;
}

.av-forms .avf-submit .icon img{
	width: 14px;
}
.rfp-list{
	list-style: none;
    margin: 0;
    padding: 0;
}

.rfp-list li{
	display: flex;
	align-items: center;
	padding: 7px 0;
	font-size: 16px;
}

.rfp-list li .checklist{
	width: 24px;
	margin-right: 10px;
}

.avf-footer.av-forms .avf-input input, avf-footer.av-forms .avf-input select {
    background: rgba(231,233,233,0.4);
    border-color: rgba(231,233,233,0.4);
    border-radius: 5px;
}

.avf-footer.av-forms .avf-submit {
    width: 100%;
    background: #092621;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
	height:55px;
}
.avf-footer.av-forms .avf-submit span{
    padding:0
}
.avf-footer.av-forms .avf-submit .icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11.5703H22V20.5703C22 20.8355 21.8946 21.0899 21.7071 21.2774C21.5196 21.465 21.2652 21.5703 21 21.5703H3C2.73478 21.5703 2.48043 21.465 2.29289 21.2774C2.10536 21.0899 2 20.8355 2 20.5703V11.5703ZM17 3.57031H21C21.2652 3.57031 21.5196 3.67567 21.7071 3.86321C21.8946 4.05074 22 4.3051 22 4.57031V9.57031H2V4.57031C2 4.3051 2.10536 4.05074 2.29289 3.86321C2.48043 3.67567 2.73478 3.57031 3 3.57031H7V1.57031H9V3.57031H15V1.57031H17V3.57031Z' fill='white'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 1px;
}

.oxy-toggle .oxy-expand-collapse-icon::after{
	display:none;
}
.oxy-toggle .oxy-expand-collapse-icon::before {
  content: "";
  background-color: transparent;
	top: 0;
  position: absolute;
  height: 0.7em;
  width: 0.7em;
  border-style: solid;
  border-color: #092621;
  border-width: 0px 0.2em 0.2em 0px;
  transform: rotate(45deg);
  transition: transform 100ms ease-in-out;
	font-size: 12px;
}
.oxy-toggle .oxy-eci-collapsed.oxy-expand-collapse-icon::before {
  transform: rotate(45deg);
}

.toggle-item .oxy-toggle + .ct-text-block {
	padding-right: 40px;
    padding-left: 2px;
}

.toggle-item{
    position:relative;
}

.toggle-item::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    height:1px;
    background-color: #00AF91;
    width:0%;
    transition: ease-in-out width 0.3s;
}

.toggle-item.expanded::after{
    width:40%;
}

.mixitup-page-list .mixitup-control{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-shrink:0;
	width:40px;
	height:40px;
	margin: 0px 5px;
	font-size:18px;
	background:transparent;
	border:0;
	border-radius:100%;
	color:#092621;
	font-weight:400;
	font-family: Eudoxus Sans;
	cursor:pointer;
}
.mixitup-page-list .mixitup-control:hover{
	background:#00AF91;
	color:#fff;
}
.mixitup-page-list .mixitup-control.mixitup-control-active{
	background:#00AF91;
	color:#fff;
}


.av-forms.newsletter-form{
	display: flex;
	background:#fff;
	border-radius: 4px;
	overflow:hidden;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3h18a1 1 0 011 1v16a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1zm9.06 8.683L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439h-.001z' fill='%23092621' opacity='.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 15px;
	background-size: 18px;
	padding-left: 45px;
}

.av-forms.newsletter-form > div:not(:first-child){
	margin-top:0px;
}

.av-forms.newsletter-form input{
	max-width: 275px;
	padding: 17px 17px 17px 2px;
	height:58px;
	border:none !important;
	background: transparent !important;
}

.av-forms.newsletter-form input:focus{
	border:none !important;
}
.av-forms.newsletter-form .avf-submit{
	border-radius: 0 !important;
	height:58px;
}

.av-forms.newsletter-form .avf-submit span{
	padding-right:0 !important;
    font-weight:500 !important;
}

.av-forms.newsletter-form .avf-submit .icon{
	background:transparent;
}

.cs-contents-wrapper blockquote {
    background: #007965;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    padding: 20px 30px;
    color: #fff;
}

.darker .oxy-toggle .oxy-expand-collapse-icon::before{
	border-color: #fff !important;
}


.av-forms.newsletter-form.in-footer{
	background: none;
	padding: 0;
}

.av-forms.newsletter-form.in-footer [type="email"]{
	background: rgba(255,255,255,0.1) !important;
	border-radius: 5px;
	padding: 25px;
	height: 64px;
	max-width: 350px;
	margin-right: 20px;
	font-weight: 600 !important;
	color:#fff;
}

.av-forms.newsletter-form.in-footer [type="email"]:-webkit-autofill::first-line{
	font-weight: 600 !important;
	color:#fff;
	font-size:inherit;
	font-family: 'Eudoxus Sans',sans-serif;
	font-size: 16px;
    line-height: 1;
}

.av-forms.newsletter-form.in-footer .avf-submit{
	border-radius: 5px !important;
	height: 64px;
	padding: 0;
	background: #FFFFFF;
	color: #007965;
}
.av-forms.in-footer .avf-submit .icon{
	width:64px;
	height:64px;
	background: #E0F0EF;
}

.av-forms.newsletter-form.in-footer .avf-submit span{
	padding: 25px !important;
	font-weight: 600 !important;
}

.av-forms.in-footer .avf-submit .icon img{
	width:26px
}

.av-forms.newsletter-form.in-footer [type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.av-forms.newsletter-form.in-footer [type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.av-forms.newsletter-form.in-footer [type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.av-forms.newsletter-form.in-footer [type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.nav-menu-list{
	display:flex;
	font-size:16px;
	line-height:1;
	margin:0;
	padding:0;
	list-style:none;
	/*margin:0px -20px;*/
    align-items: center;
}

.nav-menu-list > li{
	display: inline-flex;
	/*padding: 30px 20px;*/
}
.nav-menu-list > li:not(.fullscreen){
	position:relative;
}
.nav-menu-list > li > a{
	color:#092621;
	font-weight:400;
	font-family: Eudoxus Sans;
	padding: 58px 5px;
}

.light-menu .nav-menu-list > li > a{
	color:#fff;
}

.has-bg .light-menu .nav-menu-list > li > a, .has-bg .menu-toggle-icon{
	color:#092621 !important;
}


.nav-menu-list > li.bold-font > a{
	font-weight:600;
	text-decoration: underline;
    text-underline-offset: 4px;
}

.nav-menu-list > li:hover > a{
	text-decoration: underline;
    text-underline-offset: 4px;
}

.demo-form-popup:not(.dp-active){
	opacity:0 !important;
}

.nav-menu-list:not(.on-mobile) .menu-dropdown{
	position:absolute;
	top:120%;
	width: auto;
	z-index: -1;
	left: -50%;
	transition:ease all 0.3s;
	opacity:0;
    pointer-events:none;
}
.nav-menu-list .menu-dropdown.menu-fullwidth{
	/*right:0;*/
	left:8%;
}
.nav-menu-list:not(.on-mobile) > li:hover .menu-dropdown{
    top:101%;
    opacity:1;
    pointer-events:auto;
}

.nav-menu-list:not(.on-mobile) > li.submenu-enabled:hover::before{
	opacity:1;
	visibility:visible;
}

.nav-menu-list:not(.on-mobile) > li.submenu-enabled::before{
	content:'';
	position:fixed;
	width: 100%;
    height: 100vh;
	left:0;
	top:75px;
	background: rgba(9,38,33,0.2);
    background: linear-gradient(0deg, rgba(9,38,33,0.2) 0%, rgba(9,38,33,0) 100%);
	z-index: -10;
	opacity:0;
	visibility:none;
	pointer-events:none;
}


@media (max-width:720px){
	.newsletter-form.in-footer{
		display:flex;
		flex-direction:column;
	}
	.newsletter-form.in-footer button, .newsletter-form.in-footer input{
		width:100% !important;
		margin-right:0 !important;
		margin-top:15px;
		max-width:100% !important;
		text-align:center;
	}
	.newsletter-form.in-footer button{
		display: flex;
		justify-content: space-between;
	}
	.newsletter-form.in-footer button br,.newsletter-form.in-footer button p{
		display:none;
	}
	.newsletter-form.in-footer button span{
		flex-grow:1;
	}
}

.dark-anchor a{
	display:inherit;
	color:inherit;
}

.dark-anchor a:hover{
	color:inherit;
}

.av-filters-dropdown{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

.av-filters-dropdown .avf-dropdown{
	position: relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin: 5px;
	background: #E0F0EF;
	border-radius: 5px;
	max-width: 250px;
}

.av-filters-dropdown .avf-dropdown select {
    appearance: none;
    background: transparent;
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 40px 16px 15px;
    min-width: 175px;
    color: #092621;
    border-radius:5px;
}

.av-filters-dropdown .avf-dropdown select:focus {
    outline: none;
    border: 1px solid rgba(9,38,33,0.15);
 }

.av-filters-dropdown .avf-dropdown svg{
	display:block;
	width:30px;
	height:30px;
	color:inherit;
	position:absolute;
	right:8px;
	pointer-events:none;
}


.mobile-menu{
	overflow-y:auto;
	opacity:0;
	pointer-events:none;
	transition:ease all 0.3s;
}

.mobile-menu.active{
	opacity:1;
	pointer-events:auto;
}

.mobile-menu .menu-close-icon{
	position:fixed;
	top: 25px;
	right: 25px;
}
.nav-menu-list.on-mobile{
	flex-direction:column;
	padding: 50px 20px 20px 20px;
	width: 100%;
	margin:0;
    align-items: self-start;
}

.nav-menu-list.on-mobile > li{
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
}

.nav-menu-list.on-mobile > li > a{
	padding: 12px 0px;
}

.nav-menu-list.on-mobile .menu-dropdown{
	box-shadow:none;
	padding: 0;
	height:0;
	overflow:hidden;
}

.nav-menu-list.on-mobile .menu-dropdown > .ct-div-block {
	padding: 20px 15px;
}
.nav-menu-list.on-mobile .bold-font{
	margin-top:15px;
}
.nav-menu-list.on-mobile .bold-font a{
	display:inline-block;
	background:#00af91;
	color:#fff;
	text-decoration:none;
	padding:15px 25px;
	border-radius:5px;
	max-width:200px;
	text-align:center;
	width:100%;
}

.cd-auto-hide-header {
  position: fixed;
	align-items: center;
	display: flex;
	justify-content: center;

  z-index: 9999 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header.has-bg{
	background:#fff !important;
	box-shadow: 0px 10px 61px rgba(85, 152, 140, 0.15);
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cd-secondary-nav {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 55px;
  background-color: #25283D;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.cd-secondary-nav.fixed {
  position: fixed  !important;
  top: 75px !important;
}
.transparent-header .dark-logo{
	display:none !important;
}
.transparent-header .light-logo{
	display:block !important;
}
.transparent-header.has-bg .dark-logo{
	display:block !important;
}
.transparent-header.has-bg .light-logo{
	display:none !important;
}
.cd-secondary-nav.slide-up {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (min-width: 1024px) {
  .cd-secondary-nav.fixed {
    top: 80px  !important;
  }
  .cd-secondary-nav.slide-up {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

.glossary-container .ln-letters a {
    font-size: 10pt;
    display: block;
    float: left;
	border:0 !important;
    padding: 5px 12px;
    text-decoration: none;
    box-shadow: none;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #00af91;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.roi-form-popup{
	opacity:0;
	pointer-events:none;
}
.roi-form-popup.roi-active, .formpopup-active{
	opacity:1 !important;
	pointer-events:auto !important;
	visibility:visible !important;
}

.in-footer + .wpcf7-response-output{
	/*color: #fff;*/
    font-size: 14px;
    padding: 0;
    border: 0;
    margin: 10px 0 0;
    position: absolute;
}

@media (max-width:850px){
	.cs-page-filters, .cs-page-filters .av-filters-dropdown .avf-dropdown select{
		width:100%;
	}
	.cs-page-filters .av-filters-dropdown{
		flex-direction:column;
		width:100%;
	}
	.cs-page-filters .av-filters-dropdown .avf-dropdown{
		width:100%;
		max-width:100%;
	}
}
.no-pointer-event{
	pointer-events:none;
}
@media (max-width:768px){
	.webi-filters, .webi-filters .av-filters-dropdown .avf-dropdown select{
		width:100%;
	}
	.webi-filters .av-filters-dropdown{
		flex-direction:column;
		width:100%;
	}
	.webi-filters .av-filters-dropdown .avf-dropdown{
		width:100%;
		max-width:100%;
	}
}

@media (max-width:850px){
	.nav-menu-list > li > a{
		font-size:15px;
		padding: 12px 0px;
	}
}

.cs-image-file{
	object-fit:cover;
}

.home-page-h1-title {
    font-family: Poppins;
    font-size: 54px;
    font-weight: 600;
    color: #3c3c3c;
    margin-top: 5%;
}
.main-title-green-text {
    color: #007965;
    font-weight: 600;
}
.home-page-h1-title img{
width: 50%;
	margin-left: 1%;
}
	
	/* CSS for mobile devices */
@media only screen and (max-width: 767px) {
    h1.home-page-h1-title {
        font-size: 40px; /* Adjust the font size for mobile devices */
    }
    .home-page-h1-title img{
    	width: 70%;    
    }
    
    .av-forms.new-newsletter-form.in-footer {
        display: grid !important;
        width: 100%;
	}
    
    .new-newsletter-input-field{
        margin-bottom: 20px;
    }
    
    #_tabs-227-14815{display: none !important;}
    .tabs-contents-6519-tab {
    	margin-top: 0px !important;
  		/*margin-bottom: 40px;*/
  		padding: 0px !important;
	}
	#_tabs_contents-234-14815 .oxy-tabs-contents-content-hidden{display: block !important;}
    
}

/* CSS for tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    h1.home-page-h1-title {
        font-size: 48px; /* Adjust the font size for tablets */
    }
}

.home-page-testimonial-slider .unslider {
    padding: 0;
	}
	
#slider-606-14815 .unslider .unslider-nav{
    bottom: 10% !important;
}
	#slider-606-14815 .unslider-nav ol li.unslider-active{
		width: 15px;
	}
	#_dynamic_list-814-14815 .oxy-repeater-pages-wrap{
		display: none;
	}
	li.new-header-menu > a {
		color: #525252 !important;
	}

	.new-home-page-first-heading a{
		color: #fff;
	}

	.tabs-6519-tab-active {
	  color: #00af91;
	  border-bottom: 2px solid #00af91;
	}

	.home-page-testimonial-slider{
		padding: 0px;
	}
	
.tabs-6519-tab-active #text_block-232-14815 {
    color: #00af91;
}
	
	
.tabs-6519-tab-active #text_block-231-14815 {
    color: #00af91;
}
	
.tabs-6519-tab-active #text_block-945-14815 {
    color: #00af91;
}
	
.tabs-6519-tab-active #text_block-233-14815 {
    color: #00af91;
}
	
.tabs-6519-tab-active #text_block-243-14815 {
    color: #00af91;
}

.tabs-6519-tab-active .ct-text-block{
    color: #00af91 !important;
}
	#svg-fancy_icon-379-10651 {
    height: 22px;
    width: 22px;
}
	/* CSS for tablet view */
@media only screen and (max-width: 1023px) {
    .av-forms.new-newsletter-form.in-footer {
        display: block; /* Change display to block for tablet view */
        width: auto; /* Reset width to default for tablet view */
    }
    .oxy-close-modal{
        top: 35%!important;
        right: 10%!important;
    }
    
    .menu-container:not(.ct-section):not(.oxy-easy-posts), .menu-container.oxy-easy-posts .oxy-posts, .menu-container.ct-section .ct-section-inner-wrap {
    	display: none;
	}
    .menu-toggle-icon:not(.ct-section):not(.oxy-easy-posts), .menu-toggle-icon.oxy-easy-posts .oxy-posts, .menu-toggle-icon.ct-section .ct-section-inner-wrap {
    	display: block !important;
	}
    
    button.avf-submit-new{
        /*width: 95% !important;
    	padding: 11% 14% !important;*/
    	border-radius: 50px !important;
    }
    
    .new-footer-submit-section {
    	width: 50% !important;
	}
    
    .av-forms.new-newsletter-form.in-footer input{
        width: 80% !important;
    }
}

/* CSS for mobile view */
@media only screen and (max-width: 767px) {
    .av-forms.new-newsletter-form.in-footer {
        display: block; /* Change display to block for mobile view */
        width: auto; /* Reset width to default for mobile view */
    }
    
    .new-footer-submit-section {
    	width: 80% !important;
	}
    
    .av-forms.new-newsletter-form.in-footer input {
    	width: 90% !important;
	}
    
     .oxy-close-modal{
        top: 24%!important;
        right: 10%!important;
    }
    .new-footer-submit-section {
	    margin-left: 0% !important;
	}
}

.av-forms.new-newsletter-form.in-footer {
    display: flex;
    width: 100%;
}
	
.av-forms.new-newsletter-form.in-footer input {
    border-radius: 50px;
    background-color: #f7f7f7;
    color: #4e4e4e;
    padding: 3% 10%;
        font-family: 'Poppins';
}
	
	.av-forms.new-newsletter-form.in-footer input::placeholder {
    color: #A8A8A8;
}
	
.new-footer-submit-section {
    margin-top: 0px !important;
	margin-left: 3%;
}
	
	
.avf-submit-new {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    border-radius: 25px !important;
    background: #00AF91;
    border: 0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 24px;
    overflow: hidden;
    height: 48px;
    cursor: pointer;
    /* width: 120%; */
    margin-top: 0px;
}
	.new-icon {
    fill: currentColor;
	}
	.new-icon > svg {
		height: 22px;
		width: 22px;
		margin-left: 11px;
	}

	 .video-container {
      width: 100%;
      height: auto;
    }

    .video-container video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    video::-webkit-media-controls {
      display: none;
    }
    video::-webkit-media-controls-enclosure {
      display: none !important;
    }
    video::-webkit-media-controls-panel {
      display: none !important;
    }

button.avf-submit-new {
    font-family: 'Poppins';
    font-weight: 400;
}

.on-frist-meeting-close{
    cursor: pointer;
}

.card-default-hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3)
}

.trigger-demo-popup{
    cursor: 'pointer';
}

#wpcf7-f14897-o1 .wpcf7-response-output{
    border: none;
    color: #F44336;
    margin: 1em -0.5em 1em;
}

.slide img {
    filter: brightness(0.6);
}

#_tabs-227-14815 {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

#_tabs-227-14815::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

#_tabs-27-14959{
    scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

#_tabs-27-14959::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.global-footer {
    background-color: #092621 !important;
}

#div_block-265-14959 .oxy-repeater-pages-wrap {
    display: none;
}

#headline-8-15034 a{
    color: #3c3c3c !important;
}

#headline-8-15034 a:hover{
    color: #3c3c3c !important;
    cursor: default !important;
}

#headline-9-15034 a{
    color: #007965 !important;
}

#headline-9-15034 a:hover{
    color: #00af91 !important;
    cursor: default !important;
}

#text_block-10-15034 a{
    color: #3c3c3c !important;
}

#text_block-10-15034 a:hover{
    color: #3c3c3c !important;
}

@media screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 768px) and (max-height: 800px) {
  /* CSS rules for screens with a resolution of 1366x768 */
  /* Place your styles here */
    .menu-fullwidth{
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px) {
  /* CSS rules for screens with a resolution of 1366x768 */
  /* Place your styles here */
    .menu-fullwidth{
        margin-left: 4% !important;
        margin-right: 4% !important;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1440px) and (min-height: 900px) and (max-height: 900px) {
  /* CSS rules for screens with a resolution of 1366x768 */
  /* Place your styles here */
    .menu-fullwidth{
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}

@media screen and (min-width: 1680px) and (max-width: 1680px) and (min-height: 1050px) and (max-height: 1050px) {
  /* CSS rules for screens with a resolution of 1366x768 */
  /* Place your styles here */
    .menu-fullwidth{
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
}
#div_block-1-11011{
    padding: 40px;
    width: auto !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}

@media only screen and (max-width: 1023px) {
#div_block-1-11011{
    padding: 0px;
    width: auto !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}
#fancy_icon-379-10651 {color:#092621 !important;}
.top-menu-book-a-demo{/*margin-right: 25px;*/ cursor: pointer;}
}
#headline-2602-12815 a{
    color: #007965;
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

#headline-2602-12815 a:hover{
    color: #007965;
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default !important;
}

#headline-2603-12815 a{
    color: #007965;
    font-family: 'Poppins';
    font-size: 84px;
    font-weight: 600;
    text-transform: uppercase;
}

#headline-2603-12815 a:hover{
    color: #007965;
    font-family: 'Poppins';
    font-size: 84px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: default !important;
}


#headline-2604-12815 a{
    color: rgba(5,33,29,0.95);
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
}

#headline-2604-12815 a:hover{
    color: rgba(5,33,29,0.95);
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    cursor: default !important;
}

#text_block-2609-12815 a,
#text_block-2609-12815 a:hover{
    color: #ffffff;
    font-size: 54px;
    font-weight: 500;
    font-family: 'Poppins';
    text-align: center;
    cursor: default !important;
}

#text_block-2610-12815 a,
#text_block-2610-12815 a:hover{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins';
    text-align: center;
    cursor: default !important;
}

#text_block-2611-12815 a,
#text_block-2611-12815 a:hover{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins';
    text-align: center;
    margin-top: 25px;
    cursor: default !important;
}

#headline-2616-12815 a,
#headline-2616-12815 a:hover{
    color: #007965;
    font-size: 44px;
    font-weight: 500;
    font-family: 'Poppins';
    cursor: default !important;
}

#text_block-2617-12815 a,
#text_block-2617-12815 a:hover{
    color: #505050;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-left: 3px;
    cursor: default !important;
}

.with-aavenir-summary-new a,
.with-aavenir-summary-new a:hover{
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 300;
    font-family: 'Poppins';
    text-align: left;
    cursor: default !important;
}

/*#div_block-2623-12815 a:first-child {
    width: 70% !important;
}*/

#code_block-16-11017 .nav-menu-list .menu-item{padding: 30px 20px;}

.new-book-demo-menu-btn{
	background: #00AF91;
    border: none;
    border-radius: 25px;
    /*padding: 13% 20%;*/
    padding: 15px 30px 15px 30px;
    /*width: 150%;*/
    /*margin-top: 17%;*/
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

/*#div_block-2621-12815 a,
#div_block-2621-12815 a:hover{
    cursor: default !important;
}*/

#link-2824-12815{
    cursor: pointer !important;
}

/* Service now page css for the text color */

#text_block-15-15304 a,
#text_block-15-15304 a:hover {
    color: #ffffff;
    font-size: 44px;
    font-family: 'Poppins';
    cursor: default !important;
}

#text_block-16-15304 a,
#text_block-16-15304 a:hover {
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
    font-family: 'Poppins';
    cursor: default !important;
}

#text_block-17-15304 a,
#text_block-17-15304 a:hover {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    font-family: 'Poppins';
    text-align: left;
    cursor: default !important;
}

#headline-21-15304 a,
#headline-21-15304 a:hover {
    font-size: 44px;
    color: #007965;
    font-weight: 500;
    font-family: 'Poppins';
    cursor: default !important;
}

#headline-22-15304 a,
#headline-22-15304 a:hover {
    font-size: 44px;
    color: #007965;
    font-weight: 600;
    font-family: 'Poppins';
    cursor: default !important;
}

#text_block-24-15304 a,
#text_block-24-15304 a:hover {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    cursor: default !important;
}

#text_block-32-15304 a,
#text_block-32-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
    cursor: default !important;
}

#text_block-38-15304 a,
#text_block-38-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    cursor: default !important;
    color: #505050;
}

#text_block-44-15304 a,
#text_block-44-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    cursor: default !important;
    color: #505050;
}

#text_block-51-15304 a,
#text_block-51-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    cursor: default !important;
    color: #505050;
}

#text_block-57-15304 a,
#text_block-57-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    cursor: default !important;
    color: #505050;
}

#text_block-63-15304 a,
#text_block-63-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    cursor: default !important;
    color: #505050;
}

#text_block-71-15304 a,
#text_block-71-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    cursor: default !important;
    color: #505050;
}

#text_block-77-15304 a,
#text_block-77-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    cursor: default !important;
    color: #505050;
}

#headline-89-15304 a,
#headline-89-15304 a:hover {
    font-size: 44px;
    color: #007965;
}

#headline-90-15304 a,
#headline-90-15304 a:hover {
    font-size: 44px;
    color: #007965;
}

#text_block-92-15304 a,
#text_block-92-15304 a:hover {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
}

#text_block-100-15304 a,
#text_block-100-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-106-15304 a,
#text_block-106-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-112-15304 a,
#text_block-112-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-119-15304 a,
#text_block-119-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-125-15304 a,
#text_block-125-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-131-15304 a,
#text_block-131-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-138-15304 a,
#text_block-138-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-144-15304 a,
#text_block-144-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#text_block-150-15304 a,
#text_block-150-15304 a:hover {
    font-family: 'Poppins';
    font-size: 16px;
    color: #505050;
}

#headline-154-15304 a,
#headline-154-15304 a:hover {
    font-family: 'Poppins';
    color: #007965;
}

#text_block-156-15304 a,
#text_block-156-15304 a:hover {
    color: #3c3c3c;
    font-size: 24px;
}

#text_block-161-15304 a,
#text_block-161-15304 a:hover {
    font-family: 'Poppins';
    color: #3c3c3c;
    font-size: 18px;
}

#text_block-162-15304 a,
#text_block-162-15304 a:hover {
    font-family: 'Poppins';
    color: #3c3c3c;
    font-size: 18px;
}

#text_block-165-15304 a,
#text_block-165-15304 a:hover {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
}

#text_block-166-15304 a,
#text_block-166-15304 a:hover {
    color: #ffffff;
    font-size: 32px;
}

/* Service now page css for the text color end */

.image-with-default-cursor{
    cursor: default !important;
}

.oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0px !important;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em;
}

.oxy-repeater-pages-wrap {
    grid-column: 1 / -1;
}