/*
Theme Name: Acciona Innovation Child
Theme URL: http://wpamanuke.com/
Description: Acciona Innovation Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: acciona
Version: 1.0.0
Text Domain: acciona-child
*/
/* Custom CSS goes after this line */

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?a77rdb");
  src: url("fonts/icomoon.eot?a77rdb#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?a77rdb") format("truetype"),
    url("fonts/icomoon.woff?a77rdb") format("woff"),
    url("fonts/icomoon.svg?a77rdb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-seach:before {
  content: "\e901";
}
.icon-arw:before {
  content: "\e905";
}
.icon-rightarw:before {
  content: "\e903";
}

:root {
  --black: #000000;
  --white: #ffffff;
  --dr_primery: #212336;
  --primery_c: #141113;
  --secondery_c: #f2db4c;
  --off_pink: #7573af;
  --red: #fd0000;
  --gray: #4a4a4a;
  --brd_color: #b4b4b4;

  --Rubik: "Rubik", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
  --Plus: "Plus Jakarta Sans";

  --loader-width: 150px;
  --loader-size: 25px;

  --divgap: 51px;

  --Light: 300;
  --regular: 400;
  --Medium: 500;
  --semibold: 600;
  --bold: 700;

  --sm: 16px;
  --mm: 18px;
  --lg: 36px;
  --ms: 17px;
}
/* 
$defaultSeconds: 3s; */

html body {
}

body {
  margin: 0;
  padding: 0;
  /*  */
  background: var(--white);
}
/* a:hover{color: var(--red);}
a{
	
	font-weight: 300;

	font-size: 17px;
	line-height: 26px;
	transition: all 0.5s ease-out;
}
p{
	
	font-weight: 300;
	color: var(--primery_c);
	font-size: 19px;
	line-height: 26px;
} */

html body:not(.overlay-header) .primary-menu > li > .icon {
  color: var(--black);
  transition: all 0.5s ease-out;
}
html body:not(.overlay-header) .primary-menu > li:hover > .icon {
  color: var(--white);
}
html body .primary-menu ul::after {
  right: 13.8rem;
}
.primary-menu ul li.wm-menu ul.sub-menu {
  width: 30em;
}

/* .entry-content .wpb-content-wrapper > .vc_row{padding-bottom: var(--divgap);} */
html body.home .entry-content .wpb-content-wrapper > .vc_row {
  padding-left: 15px;
  padding-right: 15px;
}
html body.home .entry-content .wpb-content-wrapper > .vc_row {
  padding-top: calc(var(--divgap) - 6px);
  padding-bottom: calc(var(--divgap) - 6px);
}
html body.home .entry-content .wpb-content-wrapper > .vc_row.removbottom {
  padding-bottom: 0;
}
.entry-content .wpb-content-wrapper > .vc_row.extraspacervm {
  padding-bottom: calc(var(--divgap) - 20px);
}
.entry-content .wpb-content-wrapper > .vc_row.removtop_bottom_gap {
  padding-top: 0;
  padding-bottom: 0;
}
.entry-content .wpb-content-wrapper > .vc_row.removtop {
  padding-top: 0;
}
.entry-content .wpb-content-wrapper > .vc_row.removbottom {
  padding-bottom: 0;
}
.entry-content .wpb-content-wrapper > .vc_row.bottommrg {
  margin-bottom: calc(var(--divgap) - 20px);
}

html body.single-post .post-inner {
  padding-top: var(--divgap);
}
.entry-content .wpb-content-wrapper > .vc_row.listing__area {
  padding-top: var(--divgap);
  margin: 0;
}

.modal-menu a {
  padding: 2rem 3.8rem;
}

header {
  position: relative;
  transition: all 0.5s ease-in-out;
}
header.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000 !important;
  animation: slide-down 0.7s;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.site-logo img {
  /*height: 65px;*/
}

.listing__area.vc_parallax .vc_parallax-inner {
  background-position: 0% 19.85%;
  background-size: auto;
  background-repeat: no-repeat;
}
.listing__area:after {
  width: 215px;
  height: 358px;
  background: url(assets/images/leftpolygon.png);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
header.sticky .top__area {
  padding: 0.1356em 0;
}
.top__area {
  background-color: var(--red);
  padding: 0.356em 0;
  transition: all 0.5s;
  position: relative;
  z-index: 100;
}
.top__area ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 22px;
  margin-right: 0em;
  width: 100%;
}

.top__area ul.menu li {
  transition: all 0.3s ease-in-out;
  line-height: 35px;
  border-radius: 40px;
}
.top__area ul.menu li:first-child {
  margin-right: auto;
  margin-left: 2em;
  margin-top: 0.3rem;
}

.top__area ul.menu li:first-child:hover {
  background-color: transparent;
}
.top__area ul.menu li:first-child:focus a,
.top__area ul.menu li:first-child:hover a {
  color: var(--white);
  text-decoration: none;
  pointer-events: none;
}

.top__area ul.menu li:hover {
  background-color: var(--white);
}
.top__area ul.menu li:first-child a {
  /*text-transform: capitalize;*/
  font-size: 18px;
}

.top__area ul.menu li:hover a {
  color: var(--black);
}
.top__area ul.menu li a:hover {
  text-decoration: none;
}
.top__area ul.menu li a {
  font-family: var(--Plus);
  font-weight: 500;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 0 1.3em;
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
}
.header-navigation-wrapper ul.primary-menu li {
  transition: all 0.3s ease-in-out;
  border-radius: 40px;
}
.header-navigation-wrapper ul.primary-menu > li.current-menu-parent,
.header-navigation-wrapper ul.primary-menu li.current-menu-item,
.header-navigation-wrapper ul.primary-menu li:hover {
  background-color: var(--red);
}
.header-navigation-wrapper ul.primary-menu li.wm-menu:hover ul.sub-menu {
  width: 30rem;
}
html body ul.primary-menu {
  margin: 0;
  column-gap: 15px;
  gap: 15px;
  justify-content: flex-start;
}
html body:not(.overlay-header) .primary-menu > li.current-menu-parent > .icon {
  color: var(--white) !important;
}
.header-navigation-wrapper ul.primary-menu > li.current-menu-parent a .icon {
  color: var(--white) !important;
}
.header-navigation-wrapper ul.primary-menu > li.current-menu-parent a,
.header-navigation-wrapper ul.primary-menu li.current-menu-item a,
html
  body:not(.overlay-header)
  .header-navigation-wrapper
  ul.primary-menu
  li:hover
  a {
  color: var(--white);
}
html body .primary-menu .icon::before {
  height: 0.35em !important;
}
html body .primary-menu .icon::after {
  width: 0.39em !important;
}
html body .primary-menu > li > .icon {
  top: calc(50% - 1.3rem);
  right: -0.65em;
}
html body .primary-menu .icon {
  width: 1.5em;
}
.header-navigation-wrapper ul.primary-menu li a {
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 2.3;
  display: block;
  padding: 0 1em;
}
html body header.sticky .header-inner {
  padding: 0;
}

html body .vc_row .vc_col-sm-12 .vc_column-inner {
  padding-top: 0 !important;
}

html body .header-titles .site-logo {
  margin: 0rem 0 0 2.4rem;
}

html body #site-footer {
  padding: 0;
  margin-top: 0 !important;
}
html body #site-footer .site__footer {
  background-color: var(--red);
}
html body #site-footer .footer__site {
  background-color: var(--gray);
  padding: 0.875rem 0;
}
html body #site-footer .section-inner {
  justify-content: center;
}
html body .footer-copyright {
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
}

html body #site-footer .site__footer .section-inner {
  justify-content: flex-start;
  padding: 2.33em 0;
}
.call-to-action h3.vc_custom_heading,
.site__footer .widget .widget-title {
  font-family: var(--Montserrat);
  font-weight: 500;
  color: var(--white);
  font-size: 30px;
  margin-bottom: 2.11rem;
  margin-top: 0.3em;
}
html body a.to-the-top:hover {
  background: var(--black);
  text-decoration: none !important;
}
a.to-the-top {
  position: fixed;
  right: 1%;
  bottom: 10px;
  transition: all 0.4s ease-in-out;
  font-family: var(--Montserrat);
  font-weight: 500;
  padding: 0 0.5em;
  background: var(--red);
  color: var(--white) !important;
  border-radius: 40px;
  z-index: 100;
}
.cta__dtl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cta-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 1em;
}
.cta-details .cta-info {
  margin-left: 1.33em;
}
.cta-details .cta-info p a:hover {
  text-decoration: none;
  color: var(--black);
}
.cta-details .cta-info p a,
.cta-details .cta-info p {
  margin: 0;
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--white);
  font-size: 20px;
}
html body.home .cta-details .cta-info p:nth-of-type(3) a,
html body.home .cta-details .cta-info p:nth-of-type(3) {
  font-size: 15px;
}
.cta-details .cta-info p:nth-of-type(2) {
  font-size: 15px;
}
.cta-details .cta-person img {
  border-radius: 50%;
  width: 100%;
  /* height: 80px; */
  object-fit: cover;
}
.cta-details .cta-person {
  background: url(assets/images/user.png) no-repeat scroll center;
  background-size: auto 80px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.call-to-action .vc_row.vc_parallax .vc_col-sm-12 {
  max-width: 1532px;
  margin: 0 auto !important;
  width: calc(100% - 8rem);
}

.upercasebrand .evc-normal-space .evc-element-wrapper {
  margin: 0;
}

.call-to-action
  .projectcontrols_area
  .evc-element-has-columns.evc-three-columns
  .evc-element-item:first-child {
  padding-left: 0;
}
.call-to-action
  .projectcontrols_area
  .evc-element-has-columns.evc-three-columns
  .evc-element-item:last-child {
  padding-right: 0;
}
.call-to-action .projectcontrols_area .evc-normal-space .evc-element-wrapper {
}

.call-to-action .evc-normal-space .evc-element-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.projectcontrols_area .controls-section h2.vc_custom_heading {
  padding-left: 1em;
}
.call-to-action
  .projectcontrols_area
  .evc-element-has-columns.evc-three-columns
  .evc-element-item {
  width: 142px;
}
/*.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-of-type(1){
	width: 122px;	
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-of-type(2){
	width: 120px;	
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(3){
	width: 134px;
	margin-left: 2.33em;
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(4){
	width: 137px;
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(5){
	margin-left: 1em;
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(6){
	margin-left: 1em;
	width: 156px;	
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(7){
	width: 116px;
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(8){
	width: 116px;
	margin-left: 2em;	
}
.call-to-action .projectcontrols_area .evc-element-has-columns.evc-three-columns .evc-element-item:nth-child(9){

}*/
.call-to-action .evc-element-has-columns.evc-three-columns .evc-element-item {
  width: auto;
  float: none;
}
.call-to-action .vc_row.vc_parallax {
  padding-top: 2.85em;
  padding-bottom: 2.85em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  justify-content: center;
}
.call-to-action section {
  padding: 0;
}
.call-to-action .vc_row.vc_parallax:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gray);
}
.call-to-action .vc_parallax .vc_parallax-inner {
  background-attachment: fixed;
  background-position: 50% 75%;
}
.evc-predefined-style .call-to-action .evc-shortcode h4 a:hover {
  color: var(--red);
}
.evc-predefined-style .call-to-action .evc-shortcode h4 a,
.evc-predefined-style .call-to-action .evc-shortcode h4 {
  color: #bebdbd;
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 14px;
  margin-top: 13px;
  transition: all 0.5s;
  line-height: 1.2;
}
.call-to-action .evc-clients .evc-c-images {
  width: auto;
}

.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  max-width: 153.2rem;
  padding-top: 0;
  padding-bottom: 0;
}

html body .post-inner {
  padding-top: 0;
}
html body:not(.home) .post-inner {
  min-height: 750px;
}

.__searcharea {
  min-height: 250px;
}
html body.singular .entry-header,
html body.single-project .entry-header {
  min-height: 250px;
}
.categories-grid {
  /* display: flex;
	flex-wrap: wrap; */
  /* gap: 15px; */
  row-gap: 15px;
  /*--auto-grid-min-size: 32rem;
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));*/
}
.categories-grid .category-block:hover + .category-block {
  /*width: 20%;*/
}
.categories-grid .category-block {
  /* padding: 0em; */
  background-color: var(--white);

  transition: all 0.3s ease-in-out;
  margin-bottom: 0em;
  position: relative;
  /* display: flex;
	flex-direction: column;
	width: 24%; */
  /*min-height: 261px;*/
}
.categories-grid .category-block:last-child {
  /*border-bottom: 0;*/
}
.categories-grid .category-block:nth-of-type(9),
.categories-grid .category-block:nth-of-type(10),
.categories-grid .category-block:nth-of-type(11),
.categories-grid .category-block:nth-of-type(12) {
  /*border-top: 0;*/
  margin-bottom: 0;
}
.categories-grid .category-block:nth-child(4n) {
  /*border-right: 0;*/
}
.categories-grid .category-block:hover:before {
  opacity: 1;
  visibility: visible;
  width: 600px;
  z-index: 10;
}
.category-block .two .category-info .category-icon {
  display: none;
}
.category-block .category-info {
  transition: all 0.5s ease;
}
.category-block:hover .category-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.category-block .category-info .category-icon {
  margin-right: 0.5em;
}
.categories-grid .category-block .category-hover-info {
  /*transition: all 0.1s ease-out;*/
}
.categories-grid
  .category-block:hover
  .category-hover-info
  .category-short-desc {
  /*-webkit-line-clamp: 0;
	display: block;*/
}
.categories-grid .category-block:hover .category-hover-info {
  /*position: absolute;
	top: 0;
	left: 0;
	width: 563px;
	min-height: 261px;
    padding: 1em 2em;
    box-shadow: 0 0 20px 0 rgba(253, 0, 0, 0.08);
    background: #ffffff;
    border: 1px solid #fd000024;
    z-index: 10;*/
}
.categories-grid .category-block:before {
  position: absolute;
  content: none;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-shadow: 0 0 20px 0 rgba(253, 0, 0, 0.08);
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
  border: 1px solid #fd000024;
}
.categories-grid .category-block:hover {
  /*width: 153%;*/
}

.categories-grid .category-block:hover .category-more,
.categories-grid .category-block:hover .category-short-desc,
.categories-grid .category-block:hover .category-head,
.categories-grid .category-block:hover .category-icon {
  position: relative;
  z-index: 100;
}

.category-icon img {
  width: 38px;
  height: 38px;
}
.category-icon img {
}
.category-icon {
  border-radius: 0%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.category-icon {
  width: 55px;
  /*height: 71px;
	box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;*/
}

.category-block ul.sub-cate li a,
.category-block .category-head a {
  text-decoration: none;
}
.category-block .category-head a,
.category-block .category-head {
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--white);
  font-size: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.1;
  /*min-height: 41px;*/
  width: 90%;
}
.category-block ul.sub-cate {
  margin: 0 0 1em 0;
  position: relative;
  z-index: 1;
  list-style: none;
  min-height: auto;
}
.category-block ul.sub-cate li:hover a {
  color: var(--red);
}
.category-block:hover ul.sub-cate {
  opacity: 1;
  display: block;
  column-count: 2;
}
.category-block:hover .category-more {
  opacity: 1;
}
.category-block .category-more {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  margin-top: 1em;
}
.category-block:hover .category-short-desc {
  /*opacity: 0;*/
}
.category-block .category-short-desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.categories-grid .category-block:hover .category-child {
  position: relative;
  z-index: 100;
}
.categories-grid .category-block:hover .category-hover-info .category-more,
.categories-grid .category-block:hover .category-child ul.sub-cate {
  opacity: 1;
  display: block;
}

.category-block ul.sub-cate {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.category-block .category-short-desc,
.category-block ul.sub-cate li a,
.category-block ul.sub-cate li {
  font-weight: normal;
  color: var(--black);
  position: relative;
  font-size: 18px;
  margin-left: 0;
  /* min-height: 96px; */
}
.category-block:hover .one .category-short-desc {
  /*color: var(--white);*/
}
html body.home .category-block ul.sub-cate li {
  padding-left: 0;
}
.category-block ul.sub-cate li {
  display: flex;
}
.category-block ul.sub-cate li:hover:before {
  color: var(--red);
}
.category-block ul.sub-cate li:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 1em;
  transition: all 0.5s ease-in-out;
}
.category-block .category-more {
  /*margin-top: auto;*/
}
/* .category-more a:after{
	content: '\e905';
    font-family: 'icomoon' !important;
    font-size: 20px;
    margin-left: 0.5em;
    position: absolute;
} */
.view-all a:hover,
.category-more a:hover {
  color: var(--red);
  /*background-color: var(--red);
	font-size: 14px;
	padding-left: 0.5em;*/
}
.view-all a,
.category-more a {
  font-family: var(--Montserrat);
  font-weight: 500;
  color: var(--black);
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 100%;
  max-width: 115px;
  border-radius: 40px;
  border: 1px solid transparent;
  display: block;
}
html body .vc_btn3.vc_btn3-size-md:hover {
  color: var(--white) !important;
  background-color: var(--red) !important;
  /*font-size: 14px;*/
}
html body.page-id-322 .vc_btn3.vc_btn3-size-md:hover {
  color: var(--red) !important;
  background-color: transparent !important;
  font-size: 16px;
}
html body.page-id-322 .vc_btn3.vc_btn3-size-md {
  max-width: 100%;
  text-transform: none;
  background-image: none;
  text-align: left;
  border: 0;
}
html body .vc_btn3.vc_btn3-size-md {
  font-family: var(--Montserrat);
  font-weight: 500;
  color: var(--black) !important;
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 100%;
  max-width: 145px;
  line-height: 30px;
  padding: 0;
  border-radius: 40px;
  border: 1px solid var(--red);
  display: block;
  text-align: center;
  background-color: transparent !important;
}

.categories-slider .slick-slide:last-child {
  margin-right: 0;
}
.categories-slider .slick-slide {
  margin: 0 20px 0 0;
}
.categories-slider .category-img-area h2 {
  text-transform: uppercase;
  color: var(--white);
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 1em;
  z-index: 10;
}
.categories-slider .category-img-area img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.categories-slider .category-img-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.categories-slider .category-img-area {
  position: relative;
  overflow: hidden;
  height: 292px;
  border-radius: 30px;
}
.categories-slider .thumbnail {
  overflow: hidden;
  position: relative;
}
.categories-slider .thumbnail .category-img-area img {
  transition: all 0.3s ease-in-out;
}
.categories-slider .thumbnail:hover .category-img-area img {
  transform: scale(1.2);
}
.categories-slider .thumbnail:hover .thumbnail-modern-caption {
  transform: translateY(0);
}
.categories-slider .thumbnail .thumbnail-modern-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: translateY(100%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.736em 1em;
  z-index: 10;
}
.thumbnail-modern-caption .cta-details {
  display: flex;
}
.thumbnail-modern-caption .cta-details .cta-person {
  width: 77px;
  height: 77px;
  box-shadow: none;
}
.thumbnail-modern-caption .cta-details .cta-info p {
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--black);
  font-size: 16px;
}
.categories-slider .slick-next,
.categories-slider .slick-prev {
  background-color: var(--white);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transition: all 0.4s ease-in-out;
}
.categories-slider .slick-next:hover,
.categories-slider .slick-prev:hover {
  background-color: var(--black);
}
.categories-slider .slick-next:hover:before,
.categories-slider .slick-prev:hover:before {
  color: var(--white);
}
.categories-slider .slick-prev:before,
.categories-slider .slick-next:before {
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.categories-slider .slick-prev:before {
  content: "\e903";
  font-family: "icomoon" !important;
  font-weight: normal;
  color: var(--red);

  font-size: 16px;
}
.categories-slider .slick-next:before {
  content: "\e903";
  font-family: "icomoon" !important;
  font-weight: normal;
  color: var(--red);
  font-size: 16px;
}
.categories-slider .slick-next {
  right: 25px;
}
.categories-slider .slick-prev {
  left: 10px;
  z-index: 1;
  transform: rotate(180deg) translateY(14px);
}

.row.latest-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row.latest-news .col-md-5 {
  width: 41.66666667%;
}
.row.latest-news .col-md-7 {
  width: 50%;
}

.vc_grid-filter > .vc_grid-filter-item > span {
  font-family: var(--Montserrat);
  font-weight: 500;
  font-size: 20px;
}

html body ul.vc_grid-filter {
  margin-bottom: 1em;
}

html
  body
  .vc_grid-filter.vc_grid-filter-color-grey
  > .vc_grid-filter-item.vc_active,
html
  body
  .vc_grid-filter.vc_grid-filter-color-grey
  > .vc_grid-filter-item:hover {
  background-color: var(--red);
}
html
  body
  .vc_grid-filter.vc_grid-filter-color-grey
  > .vc_grid-filter-item.vc_active
  > span,
html
  body
  .vc_grid-filter.vc_grid-filter-color-grey
  > .vc_grid-filter-item:hover
  > span {
  color: var(--white);
}

.entry-content .vc_gitem-post-data-source-post_excerpt p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-content .vc_custom_heading h4 {
  font-family: var(--Montserrat);
  font-weight: 500;
  font-size: 24px;
  color: var(--black);
  margin: 0;
  min-height: 60px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
h3.tabs-post-title {
  font-family: var(--Montserrat);
  font-weight: 500;
  font-size: 40px;
  color: var(--black);
  margin: -11px 0 0 0;
}
h5.post-amy-title a {
  text-decoration: none;
}
h5.post-amy-title {
  position: relative;
}

.latest-news .tab-pane.fade {
  display: none;
}
.latest-news .tab-pane.fade.active {
  display: block;
}

.latest-news .tab-pane,
.post-amy-figure,
.tab-content {
  height: 100%;
  /* max-height: 590px; */
}

.latest-news li:hover .nav-link:hover + .post-amy h5.post-amy-title:before,
.latest-news li .nav-link.active + .post-amy h5.post-amy-title:before {
  transform: translate3d(0, -50%, 0);
  visibility: visible;
  opacity: 1;
  border-color: transparent var(--red);
  border-width: 11px 14px 11px 0;
}

h5.post-amy-title:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  transform: translate3d(150%, -50%, 0);
  transition: all 0.25s ease;
  visibility: hidden;
  opacity: 0;
}
h5.post-amy-title a,
h5.post-amy-title {
  margin: 0;
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--black);
  font-size: 30px;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
}
.entry-content ul.nav-tabs li.post-amy-time {
  color: var(--black);
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
ul.post-amy-info,
ul.nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.latest-news .nav-link:hover {
  background: transparent;
}
.latest-news .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
}
.latest-news .nav-link {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0);
  pointer-events: auto;
  z-index: 1;
  position: absolute;
}
ul.nav-tabs li.nav-item:first-child {
  margin-top: 0em;
}
ul.nav-tabs li.nav-item {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  margin-left: 0;
  padding: 0.5em 0;
}
ul.nav-tabs li.nav-item:last-child {
  border-bottom: 0;
}

.post-amy-info li {
  font-weight: normal;
  color: var(--black);
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
}
.post-amy-info li .mdi-clock:before {
  content: "\f1da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: var(--black);
  margin-right: 0.5em;
}
.post-amy-info li .mdi-clock {
  position: relative;
}
.news-description p {
  font-weight: normal;
  color: var(--black);
  font-size: 18px;
  position: relative;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-amy-figure {
  position: relative;
}
.post-amy-figure .cat-name {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--red);
  color: var(--white);
  width: 100%;
  max-width: 132px;
  text-align: center;
  padding: 0.15em;
  border-bottom-right-radius: 18px;
  font-family: var(--Montserrat);
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.post-amy-figure img {
  width: auto;
  height: 100%;
}
.view-all a:hover:after,
.view-all a:hover {
  /*color: var(--red);*/
}
.view-all a {
  position: relative;
  font-family: var(--Montserrat);
  font-weight: 500;
  color: var(--black);
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
}
.view-all a:after {
  content: none;
  font-family: "FontAwesome";
  font-size: 16px;
  color: var(--black);
  margin-left: 0.5em;
  transition: all 0.5s ease-in-out;
}
.news_sections:after {
  /*background: url(assets/images/news-bg.png) no-repeat scroll right bottom;
	background-size: 100%;
	width: 588px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;*/
}
.news_sections:before {
  /*background: url(assets/images/newsbg.png) no-repeat scroll left top;
	background-size: 100%;
	width: 750px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;*/
}

.latest-news ul.nav-tabs {
  --auto-grid-min-size: 36rem;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
.latest-news ul.nav-tabs li.nav-item {
  margin: 0;
}
.latest-news ul.nav-tabs li.nav-item.Events .post-amy:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: var(--black);
}
.latest-news ul.nav-tabs li.nav-item.Updates .post-amy:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #02819e;
}
.latest-news ul.nav-tabs li.nav-item.Alerts .post-amy:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: var(--red);
}
.latest-news ul.nav-tabs li.nav-item {
  position: relative;
  border-bottom: 0;
}
.latest-news ul.nav-tabs li.nav-item .post-amy {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.33em;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
.latest-news ul.nav-tabs li.nav-item.Updates .cat-name {
  background-color: #02819e;
}
.latest-news ul.nav-tabs li.nav-item.Events .cat-name {
  background-color: var(--black);
}
.latest-news ul.nav-tabs li.nav-item.Alerts .cat-name {
  background-color: var(--red);
}
.latest-news ul.nav-tabs li.nav-item .cat-name {
  position: absolute;
  top: 3em;
  left: 0;
  z-index: 1;
  min-height: 40px;
  width: 35%;
  color: var(--white);
  display: flex;
  align-items: center;
  padding-left: 2.33em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: var(--Montserrat);
  font-weight: 500;
  font-size: 16px;
}
.latest-news ul.nav-tabs li.nav-item ul.post-amy-info {
  margin-top: 1rem;
}
.latest-news ul.nav-tabs li.nav-item h5.post-amy-title {
  margin-top: 2em;
  min-height: 40px;
}
.latest-news ul.nav-tabs li.nav-item h5.post-amy-title a {
  font-size: 22px;
  line-height: 1;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 44px;
}
.latest-news ul.nav-tabs li.nav-item:hover .post-amy:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.latest-news ul.nav-tabs li.nav-item:hover .post-amy-info li .mdi-clock:before,
.latest-news ul.nav-tabs li.nav-item:hover .news-description p,
.latest-news ul.nav-tabs li.nav-item:hover .post-amy-info li .mdi-clock,
.latest-news ul.nav-tabs li.nav-item:hover h5.post-amy-title a {
  color: var(--white);
}
.latest-news ul.nav-tabs li.nav-item .post-amy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transition: all 0.5s ease-in-out;
  border-radius: 28px;
}

.latest-news ul.nav-tabs li.nav-item:hover ul.post-amy-info li.post-amy-time {
  color: var(--white);
}
.latest-news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #756b6b;
  margin-bottom: 2.33em;
}
.latest-news_title h2 {
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 30px;
}
.latest-news_title ul.latest_cat_title {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0.85em 0;
  padding: 0;
  gap: 15px;
}
.latest-news_title ul.latest_cat_title li {
  color: var(--white);
  text-align: center;
  padding: 0.5em 1em;
  width: 126px;
  border-radius: 15px;
}
.latest-news_title ul.latest_cat_title li.events {
  background-color: var(--black);
}
.latest-news_title ul.latest_cat_title li.news {
  background-color: #02819e;
}
.latest-news_title ul.latest_cat_title li.alerts {
  background-color: var(--red);
}
.latest-news_title ul.latest_cat_title li a {
  color: var(--white);
  text-decoration: none;
}
.latest-news_title ul.latest_cat_title li.alerts:hover {
  background-color: var(--black);
}

.news_sections .wpb_text_column.wpb_content_element {
  display: none;
}

.news-section .vc_grid-item-mini {
  position: relative;
}
.news-section .vc_grid-item-mini .vc_gitem-zone {
  /*border-radius: 40px;*/
}
.news-section .vc_grid-item-mini .vc_gitem-zone-c .vc-zone-link {
}
/*.news-section .vc_grid-item-mini .vc_gitem-zone-c{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 2.33em;
	background-color: #ededed !important;
	transition: all 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.news-section .vc_gitem-zone-a{position: relative;}
.news-section .vc_gitem-zone-a:before{
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;height: 100%;border-radius: 40px;
}
.news-section .vc_grid-item-mini:hover .vc_gitem-zone-c{
	background-color: transparent !important;
}
.news-section .vc_grid-item-mini .vc_gitem-zone-c .vc_custom_heading h4{
	font-family: var(--Montserrat);
	font-weight: 600;
	color: var(--black);
	font-size: 20px;
}
.news-section .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p{
	
	font-weight: normal;
	color: var(--black);
	font-size: 16px;
}
.news-section .vc_grid-item-mini:hover .vc_gitem-zone-c .vc_btn3.vc_btn3-size-md{
	border-color: var(--white);
	color: var(--white) !important;
}
.news-section .vc_grid-item-mini:hover .vc_gitem-zone-c .vc_btn3.vc_btn3-size-md:hover{
	border-color: var(--red) !important;
	background-color: var(--red) !important;
	position: relative;
}
.news-section .vc_grid-item-mini:hover .vc_gitem-zone-c .vc_gitem-col{position: relative;z-index: 10;font-size: 16px;}
.news-section .vc_grid-item-mini:hover .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p,
.news-section .vc_grid-item-mini:hover .vc_gitem-zone-c .vc_custom_heading h4{
	color: var(--white);
}*/

table.leftcol-area tr td {
  padding: 0.5em;
  font-size: 17px;
}
table.leftcol-area tr td:first-child {
  background-color: #f5f5f5;
  color: var(--red);
  font-weight: 500;
  font-size: 1.8rem;
}
table.leftcol-area tr td:first-child {
  width: 15%;
}
table.leftcol-area tr td p {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 400;
}

html body.archive .cat-search {
  margin: 0px auto 0;
}
.search_area {
  width: 100%;
  max-width: 488px;
}
.cat-search,
.home-search {
  width: 100%;
  margin: 5px auto 0;
  position: relative;
  z-index: 1;
}
.home-search .search-box {
  height: 44px;
  padding: 0 1em 0 1.5em;
  border-radius: 40px;
  color: var(--black);
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
  border: 1px solid var(--red) !important;
  background: transparent;
}
.home-search .btn-red:hover {
  background-color: transparent;
  color: var(--black);
}
.home-search .btn-red:hover:before {
  color: var(--black);
}
.home-search .btn-red {
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 43px;
  background-color: transparent;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  color: var(--white);
  font-size: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.home-search .btn-red:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 50px;
  margin-top: 8px;
  color: var(--red);
  transition: all 0.3s ease-in-out;
}
.proinput input[type="search"]::-webkit-input-placeholder,
.home-search .search-box::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
.search-box::-webkit-input-placeholder {
  color: var(--black) !important;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
}
.proinput input[type="search"]::-moz-placeholder,
.home-search .search-box::-moz-placeholder,
4309input[type="search"]::-moz-placeholder,
.search-box::-moz-placeholder {
  color: var(--black) !important;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
}
.proinput input[type="search"]:-ms-input-placeholder,
.home-search .search-box:-ms-input-placeholder,
4309input[type="search"]:-ms-input-placeholder,
.search-box:-ms-input-placeholder {
  color: var(--black) !important;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
}
.proinput input[type="search"]:-moz-placeholder,
.home-search .search-box:-moz-placeholder,
4309input[type="search"]:-moz-placeholder,
.search-box:-moz-placeholder {
  color: var(--black) !important;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
}

html body .header-title-area {
  padding: 0;
}
html body .header-title-area .section-inner {
  max-width: 100% !important;
  width: calc(100% - 0rem);
  min-height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body .header-title-area .section-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
html body .entry-header h1.entry-title,
html body .header-title-area .archive-title {
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
}
html body .header-title-area .intro-text {
  margin-top: 0em;
  margin-bottom: 0.5em;
}
html body .header-title-area .intro-text,
html body .header-title-area .intro-text a {
  color: var(--white);
  font-family: var(--Montserrat);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
html body .header-title-area .intro-text span,
html body .header-title-area .intro-text a {
  text-decoration: none;
  margin: 0 0.5em;
}
.menu-modal.active {
  z-index: 999;
}

.cat-search .probox .proinput input {
  color: var(--white);
  font-family: var(--Montserrat) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

@media (max-width: 1366px) {
  .categories-slider .category-img-area img {
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: cover;
  }
  .thumbnail-modern-caption .cta-details {
    margin-right: 0;
  }

  .categories-grid .category-block:nth-child(4n),
  .categories-grid .category-block:nth-of-type(4) {
    /*border-top: 1px solid #b3b3b3;
		border-right: 1px solid #b3b3b3;*/
  }
  .categories-grid .category-block:last-child,
  .categories-grid .category-block:nth-child(3n) {
    /*border-right: 0;*/
  }

  .categories-slider .category-img-area h2 {
    font-size: 22px;
  }
  .categories-slider .category-img-area {
    height: 225px;
  }
}

@media (min-width: 1220px) {
  .header-navigation-wrapper ul.primary-menu > li {
    margin: 1rem 0 0 0rem;
  }

  .header-navigation-wrapper
    ul.primary-menu
    > li
    ul.sub-menu
    li.current-menu-item
    a {
    text-decoration: none;
  }
  .header-navigation-wrapper ul.primary-menu > li ul.sub-menu li,
  .header-navigation-wrapper ul.primary-menu > li ul.sub-menu li:hover {
    border-radius: 0;
  }
  .vc_row .vc_col-sm-12 .vc_column-inner,
  .call-to-action .vc_row.vc_parallax .vc_col-sm-12 .vc_column-inner {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .category-block ul.sub-cate li a,
  .category-block ul.sub-cate li {
    font-size: 15px;
  }
  .cta-details .cta-person img {
    object-fit: cover;
  }
  .cta-details .cta-person img,
  .cta-details .cta-person {
    width: 100px;
    height: 100px;
  }
  .cta-details .cta-info p {
    font-size: 16px;
  }
  .evc-predefined-style .call-to-action .evc-shortcode h4 {
    white-space: nowrap;
  }
}

@media (max-width: 1561px) {
  .top__area ul.menu {
    margin-right: 0;
  }
  html body ul.primary-menu {
    margin-right: 0;
    gap: 0;
  }
  .header-navigation-wrapper ul.primary-menu li a {
    font-size: 14px;
  }
  .top__area ul.menu li a {
    font-size: 16px;
  }
  .categories-grid {
    padding: 0 0em;
  }
  .categories-slider,
  .row.latest-news {
    /* padding: 0 1.697em; */
  }
  .categories-slider .slick-next {
    right: 46px;
  }
  .categories-slider .slick-prev {
    left: 45px;
  }
  .latest-news .tab-pane,
  .post-amy-figure,
  .tab-content {
    max-height: 100%;
  }
  .post-amy-figure img {
    object-fit: cover;
  }
}

@media (max-width: 1083px) {
  .categories-grid .category-block:nth-child(3n),
  .categories-grid .category-block:nth-of-type(3) {
    /*border-right: 1px solid #b3b3b3;*/
  }
  .categories-grid .category-block:nth-of-type(3),
  .categories-grid .category-block:nth-of-type(4) {
    /*border-top: 1px solid #b3b3b3;*/
  }
  .categories-grid .category-block:nth-child(even) {
    /*border-right: 0;*/
  }
  .categories-slider .slick-slide {
    margin: 0 15px;
  }

  .call-to-action .evc-normal-space .evc-element-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  h5.post-amy-title a,
  h5.post-amy-title {
    font-size: 24px;
  }
  .news-description p {
    font-size: 14px;
  }
  .post-amy-figure img {
    object-position: left;
  }
}

@media (max-width: 1024px) {
  .categories-grid .category-block {
    width: 32%;
  }
  .meettheteams .vc_col-sm-4 {
    width: 33%;
  }
  .header-navigation-wrapper {
    flex-direction: column;
  }
  /* #site-header.sticky {
    padding-bottom: 0.5em;
  } */
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top__area ul.menu {
  }
  .cta-details .cta-info {
    margin-left: 1em;
  }

  .header-footer-group .cta__dtl {
    justify-content: space-between;
  }
  .header-footer-group .cta-details {
    margin-right: 0;
  }
  .header-footer-group .cta-details {
  }
  .mobile-menu ul li.menu-item-has-children button.toggle {
    top: 0;
  }
  table.leftcol-area tr td:first-child {
    width: 20%;
  }
  .categories-slider,
  .row.latest-news {
    padding: 0;
  }
  .latest-news ul.nav-tabs {
    --auto-grid-min-size: 26rem;
  }
  .header-navigation-wrapper {
    display: block;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
  .top__area {
    position: relative;
    z-index: 10;
  }
  button.close-nav-toggle .toggle-text {
    display: none;
  }

  .top__area ul.menu li:first-child {
    display: none;
  }
  .top__area ul.menu li {
    line-height: 22px;
  }
  .top__area ul.menu li:first-child a {
    padding-left: 5.33em !important;
  }
  .top__area ul.menu li:first-child a,
  .top__area ul.menu li a {
    font-size: 12px;
    padding: 0 0.3em;
  }
  .top__area ul.menu {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-end;
  }
  .top__area ul.menu {
    column-gap: 0;
  }
  html body .header-titles .site-logo {
    margin: 0;
  }
  .nav-toggle {
    top: 1em;
  }
  .categories-grid .category-block {
    /*padding: 1em;*/
  }
  .header-navigation-wrapper {
    display: block;
  }
  .categories-grid .category-block {
    width: 100%;
  }
  .search_area {
    width: 247px;
  }
  .home-search {
    max-width: 315px;
  }
  .__searcharea {
    min-height: 260px;
  }
  .home-search .btn-red,
  .home-search .search-box {
    height: 40px;
  }

  .categories-slider .category-img-area img {
    height: 105%;
  }

  html body .vc_row.vc_parallax .vc_col-sm-12 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .header-footer-group .cta__dtl {
    flex-wrap: wrap;
  }
  .header-footer-group .cta-details {
    margin-right: 0;
    margin-bottom: 1em;
  }

  .call-to-action .vc_row.vc_parallax .vc_col-sm-12 {
    width: calc(100% - 4rem);
  }
  .call-to-action .vc_row.avc_container.vc_parallax .vc_column-inner {
    padding: 0;
  }

  .evc-clients .evc-c-images img {
    width: 70%;
    margin: 0 auto;
  }
  .evc-predefined-style .call-to-action .evc-shortcode h4 a {
    white-space: normal;
  }
  .call-to-action .evc-element-has-columns.evc-three-columns .evc-element-item {
    width: 33.3333%;
  }
  .evc-predefined-style .call-to-action .evc-shortcode h4 {
    font-size: 14px;
    text-align: left;
  }

  .row.latest-news {
    flex-direction: column;
  }
  .row.latest-news .col-md-7,
  .row.latest-news .col-md-5 {
    width: 100%;
  }
  .row.latest-news .col-md-5 {
    display: none;
  }

  .news-description p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h5.post-amy-title:before {
    content: none;
  }
  .categories-slider,
  .row.latest-news {
    padding: 0;
  }
  .categories-slider .slick-slide {
    margin: 0;
  }

  .categories-slider .slick-next {
    right: 40%;
    top: auto;
    bottom: -20%;
  }
  .categories-slider .slick-prev {
    left: 40%;
    top: auto;
    bottom: -20%;
  }
  .categories-slider .slick-next,
  .categories-slider .slick-prev {
    background-color: var(--black);
  }
  .categories-slider .slick-next:hover,
  .categories-slider .slick-prev:hover {
    background-color: var(--red);
  }
  .categories-slider .slick-prev:before,
  .categories-slider .slick-next:before {
    color: var(--white);
  }

  .categories-grid {
    padding: 0;
  }
  .categories-grid .category-block:first-child {
    border-top: 0;
  }
  .categories-grid .category-block:nth-of-type(2),
  .categories-grid .category-block:nth-of-type(3),
  .categories-grid .category-block:nth-of-type(4) {
    border-top: 1px solid #b3b3b3;
  }
  .categories-grid .category-block:nth-child(3n),
  .categories-grid .category-block:nth-of-type(3),
  .categories-grid .category-block {
    /*border-right: 0 !important;*/
  }

  .vc_parallax .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
  }

  .categories-slider .category-img-area:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  table.leftcol-area tr td {
    display: block;
  }

  h3.tabs-post-title {
    margin: 0;
  }

  html body .footer-copyright {
    font-size: 14px;
  }
}

.next-prev {
  width: 100%;
  /*display: flex;
    justify-content: flex-end;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.next-prev a.previous-post {
  float: left;
}
.next-prev a.previous-post {
  text-decoration: none;
  margin-left: 10px;
}
.next-prev a.next-post {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  float: right;
  margin-right: 10px;
}
.next-prev a.previous-post .title,
.next-prev a.next-post .title {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.next-prev a.previous-post .title {
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 180px;
  left: 0;
  top: -2em;
  transform: translateX(-100%);
}
.next-prev a.next-post .title {
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 180px;
  right: 0;
  top: -2em;
  transform: translateX(100%);
}
.next-prev a.previous-post:hover .title {
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 180px;
  left: 0;
  top: -2.15em;
  transform: translateX(40%);
  opacity: 1;
  text-align: left;
}
.next-prev a.next-post:hover .title {
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 180px;
  right: 0;
  top: -2.15em;
  transform: translateX(-40%);
  opacity: 1;
  text-align: right;
}

.next-prev a.previous-post:hover .arrow,
.next-prev a.next-post:hover .arrow {
  background-color: var(--red);
}
.next-prev a.previous-post .arrow,
.next-prev a.next-post .arrow {
  background-color: var(--black);
  border-radius: 50%;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.next-prev a.previous-post span.title-inner,
.next-prev a.next-post span.title-inner {
  font-family: var(--Montserrat);
  font-size: 16px;
  font-weight: 600;
}

.flex-container {
  position: relative;
  height: 90vh;
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column-reverse;
  }
}
.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 26px;
  font-family: var(--Montserrat);
  font-weight: bold;
  margin: auto;
  text-align: center;
  transform: rotate(0deg);
  top: 87%;
  bottom: 2%;
  text-align: center;
  width: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.repo-contents .repo-ideas {
  max-height: 350px;
  overflow: auto;
}
.repo-contents .repo-ideas table {
  margin: 0;
}
.flex-title span {
  color: var(--red);
}

article.post-227 .flex-title {
  font-size: 20px;
}

.post-meta-wrapper.post-meta-single.post-meta-single-top {
  display: none;
}
.entry-categories {
  position: relative;
  z-index: 1;
}

@media (max-width: 1366px) {
  .flex-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .flex-title {
    transform: rotate(0deg) !important;
  }
}
.banner-description {
  margin-bottom: 1em;
}
.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 100%;
  font-size: 17px;

  font-weight: 300;
  padding: 5%;
  top: 35%;
  border: 0px solid #f1f1f1;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: center;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}
.flex-about a:hover {
  background-color: var(--black);
}
.flex-about a {
  background-color: var(--red);
  border-radius: 40px;
  color: var(--white);
  height: 40px;
  line-height: 39px;
  width: 100%;
  max-width: 160px;
  transition: all 0.5s;
  text-decoration: none;
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-top: 0.5em;
  transition: all 0.5s;
}

.flex-slide {
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: hidden;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 2em;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide ul li {
    font-size: 2em;
  }
}
.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.flex-slide:hover:before {
  background-color: rgba(0, 0, 0, 0.35);
}
article.post-227 .home:before {
  background-color: rgba(0, 0, 0, 0.35);
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 768px) {
  .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    animation: aboutFlexSlide $defaultSeconds 1;
    animation-delay: 0s;
  }
}

@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}

.flex-about-home {
  opacity: 0;
  @media screen and (min-width: 768px) {
    animation: aboutFlexSlide $defaultSeconds 1;
    animation-delay: 0s;
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*Rahul B*/
.blognews_area .wpb_wrapper {
  --auto-grid-min-size: 31rem;
  display: grid;
  grid-gap: 0rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
._local-rnd .wpb_wrapper {
  --auto-grid-min-size: 38rem;
  display: grid;
  grid-gap: 0rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
._startup .wpb_wrapper {
  --auto-grid-min-size: 48rem;
  display: grid;
  grid-gap: 0rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
._decarb .wpb_wrapper {
  --auto-grid-min-size: 28rem;
  display: grid;
  grid-gap: 0rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
._local-rnd .blog-news,
._decarb .blog-news {
  height: 303px;
}
.organic-ideas {
  --auto-grid-min-size: 42rem;
  display: grid;
  grid-gap: 0rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
.archive-projects {
  --auto-grid-min-size: 31rem;
  display: grid;
  grid-gap: 0rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
.repo-contents .blog-news .overlay.flex-wrap {
  align-items: center;
}
.repo-contents .blog-news .overlay p {
  margin-bottom: 1em;
}
.front-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.blog-news {
  height: 400px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  position: relative;
}
._local-rnd .overlay span,
._startup .overlay span,
._decarb .overlay span {
  border: 0;
  border-radius: 0;
  max-width: 100%;
  text-align: left;
}
._local-rnd .overlay span.title,
._startup .overlay span.title,
._decarb .overlay span.title {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
}
._decarb .overlay span.cost-info,
._decarb .overlay span.sub-info {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  padding-top: 0;
  margin-bottom: 0;
}
.blog-news:nth-of-type(4) .visible-content {
  background-position: 0 center;
}

.box-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1em;
}

.overlay {
  height: 100%;
  width: 100%;
}
.blog-news .overlay p {
  font-family: var(--Montserrat);
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  color: var(--white);
}
.overlay span {
  border-radius: 40px;
  border: 1px solid var(--white);
  display: inline-block;
  padding: 8px 15px 6px;

  font-weight: 300;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.front-overlay {
  /*background-color:var(--red);*/
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.visible-content {
  background-position: 80% center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(39, 96, 121, 1);
}

.hidden-content {
  background-color: var(--red);
  transform: translateX(0) translateY(100%);
}

.blog-news:hover > .hidden-content {
  transform: none;
}

.blog-news:hover > .hidden-content a {
  text-decoration: none;
}

.blog-news:hover > .visible-content {
  transform: translateX(0) translateY(-100%);
}

.checkbox-dropdown {
  width: 200px;
  border: 0px solid #aaa;
  z-index: 1;
  padding: 0.404em;
  position: relative;
  margin: 0;
  user-select: none;
  background-color: #c1c1c18c;
  font-size: 13px;

  font-weight: 500;
  color: var(--primery_c);
}

/* Display CSS arrow to the right of the dropdown text */
.checkbox-dropdown:after {
  content: "\e907";
  font-family: "icomoon" !important;
  height: 0;
  position: absolute;
  width: 0;
  border: 0px solid transparent;
  border-top-color: #000;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  font-weight: bold;
}

/* Reverse the CSS arrow when the dropdown is active */
.checkbox-dropdown.is-active:after {
  content: "\e906";
  font-family: "icomoon" !important;
  border-bottom-color: #000;
  border-top-color: #fff;
  margin-top: -9px;
}

.checkbox-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%; /* align the dropdown right below the dropdown text */
  border: inherit;
  border-top: none;
  left: 0px; /* align the dropdown to the left */
  right: -1px; /* align the dropdown to the right */
  opacity: 0; /* hide the dropdown */

  transition: opacity 0.4s ease-in-out;
  height: 100px;
  overflow: scroll;
  overflow-x: hidden;
  pointer-events: none; /* avoid mouse click events inside the dropdown */
}
.is-active .checkbox-dropdown-list {
  opacity: 1; /* display the dropdown */
  pointer-events: auto; /* make sure that the user still can select checkboxes */
  background-color: #c1c1c18c;
}

.wpb_content_element .checkbox-dropdown-list li:before {
  content: none;
}
.wpb_content_element .checkbox-dropdown-list {
  background-color: var(--white);
}
.wpb_content_element .checkbox-dropdown-list li {
  padding-left: 0;
  background-color: #c1c1c18c;
  margin: 0;
}
.checkbox-dropdown-list li label .filter-option {
  margin-right: 8px;
}
.checkbox-dropdown-list li label {
  display: block;
  border-bottom: 1px solid silver;
  padding: 0.25em;
  font-size: 13px;

  font-weight: 500;
  color: var(--primery_c);
  transition: all 0.2s ease-out;
}

.checkbox-dropdown-list li label:hover {
  background-color: #555;
  color: white;
}

/*Rahul B*/

.about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/beach-2089959_1280.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.contact-form {
  width: 100%;
}
input {
  width: 100%;
}
textarea {
  width: 100%;
}
.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-696098_1920.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/forest-208517_1280.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

// Preloader
.spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}

.cube1,
.cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

html body .header-inner {
  max-width: 100%;
}

.top_bar {
  background-color: var(--gray);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
}
.externallink {
  padding-right: 4.35em;
}
.externallink a i {
  font-size: 12px;
  margin-left: 5px;
}
.externallink a {
  font-size: 8.5px;
  text-transform: uppercase;
  color: var(--primery_c);
  text-decoration: none;
  font-family: var(--Montserrat);
  font-weight: 600;
  height: 14px;
  display: flex;
  line-height: 1;
}
.gotidea {
  width: 100%;
  min-width: 317px;
}
.getanidea:hover {
  background-color: var(--black);
}
.getanidea {
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red);
  color: var(--white);
  text-transform: capitalize;
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 26px;
  text-decoration: none;
  width: 100%;
  transition: all 0.5s;
}

html body .search-modal.active .search-modal-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
html body .search-modal-inner {
  background: rgba(255, 255, 255, 0.8);
}

html body .header-inner .toggle i {
  font-size: 1.46rem;
  font-weight: bold;
  margin-top: 4px;
}
html body:not(.overlay-header) #site-header .toggle {
  color: var(--primery_c);
}
html body:not(.overlay-header) .toggle-inner .toggle-text {
  color: var(--red);
}
body:not(.overlay-header) #site-header .toggle:hover {
  color: var(--red);
}

html body .search-modal .search-field {
  text-align: center;
}

html body .search-modal.active .search-untoggle {
  position: fixed;
  top: 1em;
  right: 1em;
}

.search-field::-webkit-input-placeholder {
  color: var(--primery_c);

  font-weight: 500;
}
.search-field::-moz-placeholder {
  color: var(--primery_c);

  font-weight: 500;
}
.search-field:-ms-input-placeholder {
  color: var(--primery_c);

  font-weight: 500;
}
.search-field:-moz-placeholder {
  color: var(--primery_c);

  font-weight: 500;
}

html body:not(.overlay-header) .primary-menu > li:first-child > a {
}
html body:not(.overlay-header) .primary-menu > li:hover > a {
  color: var(--red);
}
html body:not(.overlay-header) .primary-menu > li > a {
  color: var(--primery_c);
  transition: all 0.5s;
  text-decoration: none;
}
.primary-menu a:hover {
  color: var(--red);
  text-decoration: none;
}
.primary-menu a {
  font-weight: 500;
  color: var(--primery_c);
  font-size: var(--mm);
  transition: all 0.5s;
}

@media (min-width: 1000px) {
  html body .header-toggles {
    margin-right: -4rem;
  }
}

html body.home .entry-header {
  display: none;
}

#site-footer .site_footer {
  border-bottom: 1px solid var(--brd_color);
  padding: 1.667em 0;
  border-top: 1px solid var(--brd_color);
}
#site-footer .footer-credits {
  padding: 0.875em 0;
}
#site-footer .site_footer .logo_area {
  margin-right: 2.3em;
}
#site-footer .site_footer .section-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#site-footer .site_footer .section-inner .f_social {
  margin-left: auto;
}
#site-footer .site_footer .section-inner .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
#site-footer .site_footer .section-inner .menu li:last-child a {
  border-right: 0;
}
#site-footer .site_footer .section-inner .menu li {
  margin: 0;
}
#site-footer .site_footer .section-inner .menu li:hover a {
  color: var(--red);
}
#site-footer .site_footer .section-inner .menu li a {
  font-weight: 300;
  font-size: 15px;
  color: var(--primery_c);
  transition: 0.5s;
  border-right: 1px solid var(--primery_c);
  padding-right: 1em;
}
.widget .sociallink li {
  margin: 0;
}
.widget .sociallink li a:hover {
  text-decoration: none;
}
.widget .sociallink li a i {
  font-size: 22px;
}
.sociallink {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 30px;
}
.vc_row.vc_row-no-padding .wpb_content_element {
  margin-bottom: 0;
}
.vc_row.vc_row-flex .vc_column-inner {
  padding: 0px 0 !important;
}
.vc_row.avc_container {
  padding: 51px 0;
}
.vc_row.avc_container .vc_column-inner {
  padding-top: 0 !important;
}
.vc_row.avc_container .calltoaction {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.vc_row h2 {
  margin: 0;
}
h3.vc_custom_heading {
  margin: 0;
}
h2.vc_custom_heading.inner_title_sec {
  font-weight: 500;
  color: var(--primery_c);
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.introtext.wpb_content_element {
  margin-bottom: 0;
}
.introtext.wpb_content_element p:last-child {
  margin-bottom: 1em;
}
.introtext p strong {
  font-weight: 500;
}
.introtext.wpb_content_element p a {
  color: var(--black);
  transition: all 0.5s;
}
.introtext.wpb_content_element p a:hover {
  color: var(--red);
}
h3.vc_custom_heading {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--primery_c);
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid var(--red);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
h2.vc_custom_heading a,
h2.vc_custom_heading {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--primery_c);
  font-size: 26px;
  text-transform: uppercase;
}
.tag_section .wpb_wrapper .wpb_wrapper {
  padding: 0;
}
.tag_section .wpb_content_element {
  margin-bottom: 0;
}
.tag_section .wpb_content_element a:hover {
  color: var(--red);
}
.tag_section .wpb_content_element a {
  text-decoration: none;
  color: var(--black);
  transition: all 0.5s ease-in-out;
}
.tag_section .wpb_wrapper {
  background-color: #f5f5f5;
  padding: 1em;
}
.tag_section ul li:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 1em;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 3px;
  left: 0;
}

.bottommrg .tag_section:nth-of-type(2) {
  border-left: 5px solid var(--white);
  border-right: 5px solid var(--white);
}
.tag_section table tr:nth-child(even) td {
  background: #dfdfdf;
}
.tag_section table * {
  border-color: var(--black);
}
table tr td p:empty {
  display: none;
}
table tr td strong {
  font-weight: 500;
  /* color: var(--red); */
}
table tr td p,
table tr td {
  font-size: 14px;
}
.tag_section ul {
  padding-bottom: 1em !important;
}
.tag_section ul li {
  position: relative;
  line-height: 1.2;
}
.tag_section ul li strong {
  font-weight: 500;
}

.extrabdytext p {
  font-weight: 300;
  color: var(--primery_c);
  font-size: 17px;
  line-height: 26px;
}
a.vc_btn3.vc_btn3-shape-rounded,
button.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 40px;
}
button.vc_btn3.vc_btn3-style-custom:hover {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: var(--white) !important;
}
button.vc_btn3.vc_btn3-style-custom {
  background-image: none;
  background-color: transparent !important;
  transition: all 0.5s;
}
button.vc_btn3-style-custom {
  border-radius: 40px;
  color: var(--primery_c) !important;
  text-transform: capitalize;
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 17px;
  border: 1px solid var(--brd_color) !important;
}
a.vc_btn3.vc_btn3-style-custom {
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 17px;
}

.up_evc {
  background: #f8f8fa;
  min-height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.up_evc .evc-c-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
h2.vc_custom_heading.ext_title {
  width: 100%;
}
h2.vc_custom_heading.white_txt {
  color: var(--white);
}
h2.vc_custom_heading.ext_title,
.up_evc .evc-c-inner .evc-c-title {
  order: -1;

  font-weight: 300;
  color: var(--primery_c);
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.up_evc.plush .evc-c-digit:after {
  content: "+";
}
.up_evc.plush .evc-c-digit {
  position: relative;
}

._EVS_area .ev__area.plush .evc-c-inner .evc-c-digit {
  position: relative;
}
._EVS_area .ev__area.plush .evc-c-inner .evc-c-digit:after {
  content: "+";
}

._EVS_area .evc-c-inner .evc-c-digit,
.up_evc .evc-c-inner .evc-c-digit {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--red);
  font-size: 50px;
  text-transform: uppercase;
}
._EVS_area .evc-c-inner .evc-c-text {
  text-align: left !important;
}
._EVS_area .evc-c-inner .evc-c-text,
.up_evc .evc-c-inner .evc-c-text {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--primery_c);
  font-size: 16px;
  padding: 0 1em;
  text-align: center;
}
._EVS_area {
  margin-top: 1.33em;
}
._EVS_area .wpb_wrapper {
  background: #f8f8fa;
  min-height: 206px;
  padding-top: 2.5em;
}
._EVS_area .evc-c-inner {
}
._EVS_area .evc-c-inner .evc-c-text {
  display: inline-block;
  width: 60%;
}
._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) {
  width: 55%;
}
._EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) {
  width: 210px;
  margin-left: 2em;
}
._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) .evc-c-inner .evc-c-text {
  width: 45%;
}
._EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) .evc-c-inner .evc-c-digit {
  width: 75px;
}
._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) {
  width: 311px;
  margin-left: 1em;
}
._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) {
  width: 42%;
}
._EVS_area.sec_EVS_area.Decarbkey
  .wpb_wrapper
  .evc-counter:nth-of-type(2)
  .evc-c-inner
  .evc-c-digit {
  width: 50px;
}
._EVS_area.sec_EVS_area .evc-c-inner .evc-c-text {
  width: 42%;
  margin-top: 0;
}
._EVS_area.sec_EVS_area
  .wpb_wrapper
  .evc-counter:nth-of-type(1)
  .evc-c-inner
  .evc-c-digit {
  width: 175px;
  position: relative;
}
._EVS_area.sec_EVS_area
  .wpb_wrapper
  .evc-counter:nth-of-type(1)
  .evc-c-inner
  .evc-c-digit:after {
  content: "K";
}
._EVS_area.sec_EVS_area
  .wpb_wrapper
  .evc-counter:nth-of-type(1)
  .evc-c-inner
  .evc-c-digit:before {
  content: "$";
}
._EVS_area.sec_EVS_area
  .wpb_wrapper
  .evc-counter:nth-of-type(2)
  .evc-c-inner
  .evc-c-text {
  width: 45%;
  padding-right: 0;
}

._EVS_area.sec_EVS_area.Decarbkey.vc_col-sm-6 {
  float: none;
  margin: 0 auto;
}
.Decarbkey h2.vc_custom_heading:nth-of-type(1) {
  margin-bottom: 1em;
}
.Decarbkey .wpb_wrapper {
  padding-bottom: 0em;
  background: var(--white);
  padding-top: 0;
  min-height: auto;
}

.calltoaction h2.vc_custom_heading {
  color: var(--white);
}
a.vc_btn3.vc_btn3-style-custom:hover,
.calltoaction button.vc_btn3.vc_btn3-style-custom:hover {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
}
a.vc_btn3.vc_btn3-style-custom,
.calltoaction button.vc_btn3.vc_btn3-style-custom {
  background-color: var(--red) !important;
  color: var(--white) !important;
  border-color: var(--red) !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-weight: normal;
  font-size: 17px;
  color: var(--primery_c) !important;
  letter-spacing: 0;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
  font-weight: 300;
  font-size: 17px;
  color: var(--primery_c);
}
html body .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 0;
}
html body.page-id-358 .vc_tta-panels .vc_tta-panel {
  margin-top: -1px;
}
.vc_tta-panels .vc_tta-panel {
  border-top: 1px solid var(--brd_color);
  border-bottom: 1px solid var(--brd_color);
}
.vc_tta-panels .vc_tta-panel:last-child {
  border-top: 0;
}
html
  body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: var(--white);
  border-color: var(--white);
  padding-left: 0;
}
html
  body
  .vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left.vc_tta-panel-title
  > a {
  padding-left: 0;
  padding-right: 6em;
}
html
  body
  .vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left
  .vc_tta-controls-icon {
  left: auto;
  right: 0px;
  font-style: normal;
}
html body .vc_tta .vc_tta-controls-icon {
  width: 36px;
  height: 36px;
}
html body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-width: 0;
}
html
  body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before {
  content: "\e906";
  font-family: "icomoon" !important;
  color: var(--red);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0;
}
html body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  content: "\e907";
  font-family: "icomoon" !important;
  color: var(--red);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0;
}
.sources_funding {
  width: 100%;
  max-width: 862px;
  margin: 0 auto;
}
table.sources {
  border: 0;
}
table.sources tr th {
  background-color: var(--red);
  color: var(--white);
  font-size: 14px;

  font-weight: normal;
}
table.sources tr td {
  font-weight: 300;
  font-size: 14px;
  background-color: var(--white);
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
}
table.sources tr td.blcktxt,
table.sources tr td.redtxt {
  background-color: #f4f4f4;

  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-color: var(--white);
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
table.sources tr td.redtxt {
  color: var(--red);
}
table.sources tr td.blcktxt {
  color: var(--black);
  width: 110px;
}

.callto__action {
  border-bottom: 1px solid var(--brd_color);
}
.calltoaction .wpb_content_element {
  margin-bottom: 0;
}

.__yourapplicationfrm .wpcf7 {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.__yourapplicationfrm .wpcf7 .wpcf7-not-valid-tip {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.__yourapplicationfrm .wpcf7 .wpcf7-form-control {
  background: transparent;
}
.__yourapplicationfrm .wpcf7 form .wpcf7-response-output {
  font-weight: 300;
  font-size: 14px;
}
.__yourapplicationfrm .wpcf7 p a:hover {
  color: var(--primery_c);
}
.__yourapplicationfrm .wpcf7 p a i {
  font-size: 30px;
  font-weight: bold;
}
.__yourapplicationfrm .wpcf7 p a {
  color: var(--red);
  text-decoration: none;
  transition: all 0.5s;
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -7px;
}
.wpcf7 p {
  clear: both;
  text-align: center;
  padding-top: 1.5em;
}
input[type="text"],
input[type="email"],
textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid var(--brd_color) !important;
  padding-left: 0;
}
input[type="submit"]:hover {
  background-color: var(--black) !important;
}
input[type="submit"] {
  height: 45px;
  width: 100%;
  max-width: 189px;
  margin: 0 auto;
  background-color: var(--red) !important;
  border-radius: 40px;
  color: var(--white) !important;
  text-transform: capitalize;
  font-family: var(--Montserrat);
  font-weight: 600;
  transition: all 0.5s;
  padding: 0;
}
.wpcf7-form-control-wrap {
  margin-bottom: 1em;
}
.wpcf7-form-control-wrap[data-name="your-message"],
.wpcf7-form-control-wrap[data-name="your-email"],
.wpcf7-form-control-wrap[data-name="your-name"] {
  position: relative;
  padding-left: 0;
}

.wpcf7 input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
}
.wpcf7-form-control-wrap[data-name="fileupload"] {
  position: relative;
  width: 100%;
  height: 50px;
  display: block;
  border-bottom: 1px solid var(--brd_color);
}
.wpcf7-form-control-wrap[data-name="fileupload"]:before {
  content: "choose file";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 100%;
  max-width: 151px;
  border-radius: 40px;
  background-color: #c1c1c1;
  color: var(--white);
  height: 33px;

  font-weight: 500;
  line-height: 31px;
  font-size: 14px;
  text-transform: capitalize;
}
.fileupload_area {
  position: relative;
}
.fileupload_area .uploadlable {
  font-size: 18px;
  position: absolute;
  bottom: 0.88em;
  left: 0;
  text-align: left;
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.wpcf7-form-control-wrap[data-name="fileupload"]:after {
  /*content: 'File Upload';
  font-size: 18px;
  position: absolute;
    top: 0.88em;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: var(--primery_c);
	  
	  font-weight: 400;
	  font-size: 16px;
	  text-transform: uppercase;*/
}
.wpcf7 .wpcf7-form-control {
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
  background: transparent;
}
.wpcf7 label {
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
}
.wpcf7 span[data-name="Purpose"] {
  position: relative;
}
.wpcf7 span[data-name="Purpose"]:after {
  content: "\e907";
  font-family: "icomoon" !important;
  color: var(--red);
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 select {
  width: 100%;
  height: 50px;
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: var(--brd_color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.wpcf7-spinner {
  position: absolute;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
}
.wpcf7-form-control::-moz-placeholder {
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
}
.wpcf7-form-control:-ms-input-placeholder {
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
}
.wpcf7-form-control:-moz-placeholder {
  color: var(--primery_c);

  font-weight: 400;
  font-size: 16px;
}
.repo-section .repo-main .checkbox-dropdown {
  width: 150px;
}
.active-filter {
  display: flex;
  gap: 15px;
}
.repo-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.65em !important;
}
.repo-main .repo-title {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--primery_c);
  font-size: 26px;
  text-transform: uppercase;
}
.repo-main .repo-filter {
  display: flex;
  gap: 15px;
  width: 30%;
}
.repo-flt-opt {
  position: relative;
  width: 100%;
  max-width: 200px;
  background-color: #c1c1c18c;
}
.repo-flt-opt:after {
  content: "\e907";
  font-size: 14px;
  font-family: "icomoon" !important;
  color: var(--red);
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 0;
}

.repo-main .repo-filter select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0px solid var(--brd_color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-weight: 500;
  color: var(--primery_c);
  font-size: 13px;
  height: 32px;
  padding: 0em 0em 0 0.5em;
  background: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
}

.repo-loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.repo-loader span {
  display: inline-block;
  position: absolute;
  top: 41%;
  left: 45%;
  transform: translate(-50%, -50%);
  background: var(--red);
  width: 25px;
  height: var(--loader-size);
  border-radius: 50%;
  opacity: 0;
  animation: loader-anim forwards 2.5s infinite ease-in-out;
}
.repo-loader span:nth-child(2) {
  animation-delay: 0.75s;
}
.repo-loader span:nth-child(3) {
  animation-delay: 1.5s;
}

@keyframes loader-anim {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 0.25;
  }
  25%,
  75% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.75;
  }
  90% {
    transform: translateX(calc(var(--loader-width) - var(--loader-size)));
    opacity: 0.25;
  }
  100% {
    transform: translateX(calc(var(--loader-width) - var(--loader-size)));
    opacity: 0;
  }
}

.singular .post-227 .entry-header {
  display: none;
}
.vc_row.__goal_area,
.vc_row.__scope_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vc_row.__goal_area .scop_of_.scop_of_2f {
  max-width: 48%;
}
.vc_row.__goal_area .scop_of_ {
  margin: 0 0.5em 0.85em;
  background-color: var(--white);
  width: 100%;
  max-width: 390px;
  padding: 1em;
}
.vc_row.__goal_area .scopof {
  margin: 0 0.5em;
  background-color: var(--white);
  width: 100%;
  max-width: 404px;
  padding: 1em;
}
.vc_row.__scope_area .scopof {
  margin: 0 0.5em;
  background-color: var(--white);
  width: 100%;
  max-width: 300px;
  padding: 1em;
}
.vc_row.__goal_area .scop_of_ p,
.vc_row.__goal_area .scopof p {
  font-weight: 400;
  font-size: 14px;
  color: var(--primery_c);
  line-height: 26px;
}
.vc_row.__goal_area .scopof:nth-of-type(1),
.vc_row.__scope_area .scopof:nth-of-type(1) {
  margin-left: 0;
}
.vc_row.__goal_area .scopof:nth-of-type(4),
.vc_row.__scope_area .scopof:nth-of-type(4) {
  margin-right: 0;
}
.vc_row.__goal_area:before,
.vc_row.__goal_area:after,
.vc_row.__scope_area:before,
.vc_row.__scope_area:after {
  content: none;
}
.scop_of_ h2.vc_custom_heading,
.scopof h2.vc_custom_heading {
  /*
	font-weight: 600;*/
  font-size: 17px;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.vc_row.__metrics_area {
  margin-top: 80px;
}
.vc_row.__scope_area .scopof .wpb_content_element,
.vc_row.__scope_area .scopof .wpb_content_element {
  margin-bottom: 0.53em;
}
.wpb_content_element ul li ul {
  margin-top: 0.5em;
}
.wpb_content_element ol,
.wpb_content_element ul,
.scopof ul.listout {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-content ul.nav-tabs li.post-amy-time {
  padding-left: 0;
}
.entry-content ul li,
.entry-content ol li {
  list-style: none;
}
.entry-content ul li,
.entry-content ol li,
.wpb_content_element ol li,
.wpb_content_element ul li,
.scopof ul.listout li {
  /*  */
  font-weight: normal;
  color: var(--black);
  position: relative;
  /* font-size: 18px; */
  margin-left: 0;
  transition: all 0.4s ease-in-out;
  padding-left: 1.5em;
}
html body.single-post .post-inner ol li:before,
html body.single-post .post-inner ul li:before,
html body.page-id-260 .wpb_content_element ol li:before,
html body.page-id-260 .wpb_content_element ul li:before,
html body.single-post .wpb_content_element ol li:before,
html body.single-post .wpb_content_element ul li:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 1em;
  transition: all 0.5s ease-in-out;
  color: var(--black);
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.wpb_content_element ul.vc_grid-filter li {
  padding: 0.15em 1em !important;
}
.scopof ul.listout li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  color: var(--red);
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.evc-button.evc-btn-solid {
  font-size: 17px;
  font-weight: 500;
}

.__metrics_area {
}
.__metrics_area .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 144px;
}
.__metrics_area .evc-shortcode {
  width: 100%;
  max-width: 25%;
}
.__metrics_area .evc-shortcode:nth-of-type(1) {
  position: relative;
}
.__metrics_area .evc-shortcode:nth-of-type(1):after {
  content: "";
  width: 1px;
  background-color: var(--red);
  height: 100%;
  position: absolute;
  right: 1.5em;
  top: 0;
}
.__metrics_area .evc-st-title,
.__metrics_area .evc-st-inner p {
  text-transform: uppercase;
  text-align: left;
}
.__metrics_area .evc-st-title {
  font-family: var(--Montserrat);
  font-size: 26px;
  color: var(--white) !important;
  font-weight: bold;
}
.__metrics_area .evc-st-inner p {
  margin-top: 0;

  font-weight: 300;
  font-size: 17px;
  color: var(--white);
}
.__metrics_area .evc-counter .evc-c-inner {
  display: flex;
}
.__metrics_area .evc-counter .evc-c-title {
  font-family: var(--Montserrat);
  font-size: 16px;
  color: var(--white);
  font-weight: bold;
  margin: 0 0 0 1em;
  width: 200px;
}
.__metrics_area .evc-counter .evc-c-digit {
  font-family: var(--Montserrat);
  font-size: 60px;
  color: var(--white);
  font-weight: bold;
}
.single-project .entry-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.singular .entry-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.singular .entry-header {
  background-position: center;
  position: relative;
}
.single-challenge.singular .entry-header {
  background-repeat: no-repeat;
  background-size: cover;
}
.singular .entry-header,
.single-project .entry-header {
  min-height: 412px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  z-index: 0;
}
.single-project .entry-header .section-inner {
  position: relative;
  z-index: 10;
}
html body h1.entry-title {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}
.single-project .entry-header h1 {
  font-weight: bold;
  font-size: 40px;
  color: var(--white);
  text-transform: uppercase;
}
.single-project .entry-header span {
  font-weight: normal;
  font-size: 18px;
  color: var(--white);
  margin-top: 1.5em;
  display: block;
}
.single-challenge .entry-content section {
  /*padding: 80px 0;*/
}
.single-challenge .pagination-single,
.single-challenge .entry-header .post-meta-wrapper,
.single-project .entry-header .post-meta-wrapper,
.single-challenge .featured-media,
.single-project .featured-media {
  display: none;
}
.vc_row.__metricsarea {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.__metricsarea .evc-shortcode {
  color: var(--white);
}

.__metricsarea .evc-shortcode h2.evc-st-title {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--primery_c);
}
.__metricsarea .evc-shortcode p.evc-st-text {
  font-weight: 400;
  color: var(--primery_c);
  font-size: 26px;
  margin-top: 0;
}
.__metricsarea .evc-shortcode._co2 {
}

.__metricsarea ._co2 .evc-c-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-color: #f8f8fa;
  min-height: 206px;
  padding: 0 1em;
}
.__metricsarea .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.__metricsarea .evc-section-title {
  margin-bottom: 1.5em;
}
.__metricsarea ._co2:nth-of-type(2) {
  /*width: 35.33%;*/
}
.__metricsarea ._co2:nth-of-type(3) {
}
.__metricsarea ._co2 {
  width: 30%;
}
.__metricsarea ._co2 .evc-c-inner .evc-c-title {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  color: var(--primery_c);
  float: right;
  width: 100%;
  margin: 0em 0 0 0em;
  text-align: center;
}
.__metricsarea.btmareaspce {
  margin-bottom: 1em;
}
.__metricsarea ._co2:nth-of-type(3) .evc-c-inner .evc-c-title {
  width: 100%;
}
.__metricsarea ._co2 .evc-c-inner .evc-c-text {
  font-family: var(--Montserrat);
  font-size: 45px;
  color: var(--red);
  font-weight: bold;
  float: right;
  line-height: normal;
  margin-top: 0;
  text-align: center;
}

.per p.title_pre {
  text-align: center;

  font-weight: 300;
  text-transform: uppercase;
  font-size: 17px;
  color: var(--primery_c);
  margin: 0;
}
.wpb_text_column.per {
  width: 100%;
  max-width: 50%;
  margin: 0 auto 1em;
  min-height: 206px;
  background-color: #f8f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.per .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.per .wpb_wrapper ._co2 {
  width: 100%;
}
.per .wpb_wrapper ._co2 .evc-c-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.per ._co2 .evc-c-title {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  color: var(--primery_c);
  width: 162px;
  margin: 0 0 0 1em;
}
.per ._co2 .evc-c-text {
  font-family: var(--Montserrat);
  font-size: 60px;
  color: var(--red);
  font-weight: bold;
  margin: 0;
}
.__metricsarea.case ._co2 {
}
.__metricsarea.case ._co2 .evc-c-inner .evc-c-title {
}

.conditionapply p {
  font-family: var(--Montserrat);
  font-size: 14px;
  color: var(--primery_c);
  font-weight: bold;
  margin: 0;
}
.evc-predefined-style .evc-shortcode.subtitle .evc-st-title {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--primery_c);
}

.subtitle p.evc-st-text {
  font-weight: normal;
  font-size: 14px;
  color: var(--primery_c);
  text-align: left;
  margin: 0;
}
.milestones {
  background-color: #f2f2f2;
  padding: 1em;
}
.milestones p {
  font-weight: normal;
  font-size: 14px;
  color: var(--primery_c);
  text-align: left;
  margin: 0 0 0.33em 0;
}
.single-project .pagination-single {
  display: none;
}
.single-project .wpb_single_image.programer img,
.single-project .wpb_single_image.programer .vc_single_image-wrapper,
.single-project .wpb_single_image.programer .vc_figure {
  width: 100%;
}

.projectduration_area h2.vc_custom_heading.white_txt,
.projectduration_area p {
  color: var(--white);
}
.to-the-top {
  font-weight: 500;
  color: var(--primery_c) !important;
  font-size: 14px;
}
.wpb_content_element ul {
  clear: both;
}

.meettheteams .wpb_single_image img {
  object-fit: cover;
  height: 290px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  object-position: top;
}
.meettheteams .team .wpb_wrapper .wpb_wrapper {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.meettheteams .team .wpb_wrapper .wpb_single_image.vc_align_left img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.meettheteams .team .wpb_wrapper .wpb_single_image.vc_align_left {
  border-bottom: 1px solid var(--red);
  margin-bottom: 20px;
}
.meettheteams .team .wpb_wrapper .vc_btn3-left,
.meettheteams .team .wpb_wrapper .wpb_text_column.wpb_content_element,
.meettheteams .team .wpb_wrapper h2 {
  padding: 0 15px;
}
.meettheteams .team .wpb_wrapper {
  border: 1px solid var(--red);
  background-color: #f5f5f5;
  border-radius: 8px;
}
.meettheteams .wpb_single_image .vc_figure,
.meettheteams .wpb_single_image .vc_single_image-wrapper,
.meettheteams .wpb_single_image img {
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /*box-shadow: 0px 1px 10px 1px rgba(255, 0, 0, 0.10);*/
}
.meettheteams .evc-st-title,
.meettheteams h2 {
  font-family: var(--Rubik) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  color: var(--primery_c) !important;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  position: relative;
}
.meettheteams h2:after {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 2px;
  margin-top: 0;
  background-color: #303030;
  margin-bottom: 0.5em;
  content: "";
}
.meettheteams .wpb_text_column {
  margin-bottom: 0;
}
.meettheteams p {
  color: grey;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  font-family: Raleway, sans-serif;
}
.meettheteams .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: var(--primery_c);
  padding: 0;
  text-transform: none;
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: normal;
  border: none;
  background: none;
}
.meettheteams .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  color: #f00;
  background: none;
}
.meettheteams .evc-section-title .evc-st-inner {
  display: flex;
  flex-direction: column;
}
.meettheteams .evc-st-text {
  margin-top: 0;
}
.meettheteams .evc-st-separator {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.meettheteams .evc-button.evc-btn-solid:hover {
  color: var(--red);
}
.meettheteams .evc-button.evc-btn-solid {
  color: var(--primery_c);
  padding: 0;
  text-transform: none;
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: normal;
}
.vc_row.meettheteams:before,
.vc_row.meettheteams:after {
  content: none;
}
.vc_row.meettheteams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  /*--auto-grid-min-size: 32rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));*/
}
.meettheteams .vc_col-sm-1\/5 {
  width: 30%;
  margin-bottom: 1em;
}
.meettheteams .vc_col-sm-3,
.meettheteams .vc_col-sm-4 {
  width: 25%;
  margin-bottom: 1em;
}
.challengestextarea .wpb_single_image img {
  height: 160px;
  width: auto;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.challengestextarea.eqlheight .wpb_wrapper .wpb_content_element {
  min-height: 178px;
}
.challengestextarea .wpb_wrapper .wpb_content_element {
  border: 1px solid var(--brd_color);
  padding: 0.5em;
}

.challengestextarea .wpb_content_element h2 {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 18px;
  color: var(--primery_c);
  margin-bottom: 0em;
}
.challengestextarea .wpb_content_element p {
  font-weight: 400;
  font-size: 16px;
  color: var(--primery_c);
  line-height: 26px;
}
html body.page-id-348 h2.vc_custom_heading {
  font-size: 20px;
  margin-bottom: 0.5em;
}
html body.page-id-348 p a {
  margin: 0.25em;
}
html body .evc-predefined-style .evc-shortcode {
  font-family: var(--Montserrat);
}
.challenge .entry-header span {
  font-weight: 400;
  color: var(--white);
  font-size: 18px;
  margin-top: 1em;
  display: inline-block;
  position: relative;
  z-index: 1;
}
html body.login {
  overflow-x: hidden;
}
.login-page-section .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.login-page-section {
  padding: 2rem !important;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 1px 3px 0 rgb(162 162 162 / 50%);
  overflow-y: auto;
  border-color: #fafafa;
  border-style: solid;
  float: none !important;
  margin: 3em auto 0;
}
.login-page-section h3 {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 24px;
  color: var(--primery_c);
  margin: 0.5em 0 1.5em 0;
  text-align: center;
  border-bottom: 0;
}
.login-page-section p a {
  font-size: 14px;

  font-weight: 400;
  text-decoration: none;
}
.login-page-section .wpb_content_element,
.login-page-section p:last-child {
  margin-bottom: 0;
}
.login-page-section p {
  font-size: 14px;

  font-weight: 400;
  color: var(--primery_c);
  text-align: center;
  margin: 0 2em 1em;
  letter-spacing: 0.5px;
}

html body.error404 .section-inner.thin {
  max-width: 100%;
}
.text__404 {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 10vw;
  color: var(--primery_c);
  text-shadow: 3px 3px 0px rgba(255, 0, 0, 0.9);
}
html body.error404 h1.entry-title {
  color: var(--black);
  padding-top: 2em;
}
.error404 #site-content {
  padding-bottom: 10rem;
}
.backtohome a:hover {
  background-color: var(--black);
}
.backtohome a {
  background-color: var(--red);
  color: var(--white);
  font-family: var(--Montserrat);
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  border-radius: 40px;
  height: 50px;
  line-height: 48px;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
  display: inline-block;
}
table.repo-table {
  border: 1px solid var(--brd_color);
  background: #fff;
}
table.repo-table tr th {
  background-color: var(--red);

  font-weight: 500;
  color: var(--white);
  font-size: 16px;
}
table.repo-table tr td {
  color: var(--primery_c);
  font-size: 16px;

  font-weight: normal;
}
.organicextra .vc_col-sm-4 .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
html body .evc-flip-image .evc-fi-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.evc-flip-image .evc-fi-content .evc-fi-title {
  font-family: var(--Montserrat);
  font-size: 20px;
  font-weight: bold;
}
.evc-flip-image .evc-fi-content .evc-fi-text {
  font-weight: 300;
  font-size: 17px;
}
.__areaof .evc-shortcode h2.evc-st-title {
  text-transform: uppercase;
  font-family: var(--Montserrat);
  color: var(--primery_c);
  font-weight: bold;
  font-size: 32px;
}
.evc-shortcode.inter .evc-c-inner .evc-c-text {
  order: -1;
  text-align: center;

  font-weight: 300;
  text-transform: uppercase;
  font-size: 17px;
  color: var(--primery_c);
  margin: 0;
}
.evc-counter.inter .evc-c-digit {
  font-family: var(--Montserrat);
  font-size: 45px;
  color: var(--red);
  font-weight: bold;
  float: right;
  line-height: normal;
  margin-top: 0;
  text-align: center;
}
.evc-shortcode.inter .evc-c-inner .evc-c-title {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  color: var(--primery_c);
}
.evc-shortcode.inter .evc-c-inner {
  background-color: #f8f8fa;
  min-height: 206px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.call-to-action {
  background-color: var(--gray);
}
.call-to-action .container {
  width: calc(100% - 8rem);
  max-width: 153.2rem;
  margin: 0 auto;
}
.vc_row.footerside .wpb_content_element {
  margin-bottom: 0;
}
.vc_row.footerside {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  text-align: center;
  min-height: 96px;
  display: flex;
  align-items: center;
}
.vc_row.footerside p {
  font-size: 14px;
}
html body.search-results .next-prev {
  display: none;
}
html body .mo_oauth_login_button_widget {
  background-color: rgb(203 0 0);
  color: #fff !important;
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
  padding: 0px;
  min-width: 91px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 4px;
  text-transform: none;
  border: 0px;
  text-align: center;
  margin-bottom: 0em;
  height: auto;
}

html body .mo_oauth_login_button_widget a {
  display: block;
  line-height: 58px;
  padding: 29px 16px;
}
html body .mo_oauth_login_button_icon_widget {
  border-color: #d30c0c;
  display: flex;
  padding-top: 0;
  display: none;
}
.decar_metrics {
}
.decarbtitlesec .vc_col-sm-12 {
  padding-top: 2.5em;
}
.decar_metrics .vc_col-sm-12 {
  padding-bottom: 2.5em;
}
.decarbtitlesec .vc_col-sm-12,
.decar_metrics .vc_col-sm-12 {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  float: none;
  background-color: var(--white);
}
.decar_metrics .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.decar_metrics .wpb_wrapper ._co2 {
  width: 50%;
  margin-left: 30px;
}
.decar_metrics .wpb_wrapper ._co2:nth-of-type(2) {
  margin-left: 0px;
  width: 38%;
}
.decar_metrics ._co2:nth-of-type(2) .evc-c-title {
  width: 60%;
}
.decar_metrics ._co2 .evc-c-inner {
  display: flex;
  align-items: center;
}
.decar_metrics ._co2:last-child .evc-c-inner {
  justify-content: center;
}
.decar_metrics ._co2 .evc-c-text {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--red);
  font-size: 50px;
  order: -1;
  margin-right: 12px;
}
.decar_metrics ._co2 .evc-c-title {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--primery_c);
  font-size: 16px;
  width: 33%;
}

html body.search-results #site-content .search_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1220px;
  margin: 80px auto 80px;
}
html body.search h1,
html body.search-results h1 {
  font-family: var(--Montserrat);
  font-weight: bold;
  font-size: 40px;
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
html body.search header.entry-header:before,
html body.search-results header.entry-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
html body.search header.entry-header,
html body.search-results header.entry-header {
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
}
html body.search-results #site-content .searchpage {
  width: 33.33%;
}
html body.search-results .entry-content .img_search {
  margin: 0;
  height: 244px;
  overflow: hidden;
}
html body.search-results .entry-content h2 a {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--primery_c);
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
html body.search-results .entry-content h2 {
  font-family: var(--Montserrat);
  font-weight: bold;
  color: var(--primery_c);
  font-size: 18px;
  text-transform: uppercase;
  margin: 1em 0 0 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body.search-results .entry-content a.btn:hover {
  color: var(--white);
  background-color: var(--black);
}
html body.search-results .entry-content a.btn {
  margin: 0.5em 0;
  background-color: var(--red);
  padding: 0.5em 1.44em;
  transition: all 0.5s ease-in-out;
}
html body.search-results .entry-content p {
  font-size: 16px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1em 0 0 0;
}
/***** Industry Type *****/
.repo-section .repo-main {
  flex-wrap: wrap;
}
.repo-section .repo-main .active-filter {
  flex-wrap: wrap;
  width: 100%;
}
.repo-section .repo-main .active-filter .checkbox-dropdown:nth-child(2),
.repo-section .repo-main .active-filter .checkbox-dropdown:first-child {
  width: 100%;
  background: none;
  padding: 10px 0 0;
  font-size: 16px;
  border: none; /* font-size: 0;*/
}
.repo-section .repo-main .active-filter .checkbox-dropdown:nth-child(2) {
  margin-left: auto;
}
.repo-section .repo-main .active-filter .checkbox-dropdown:nth-child(2):after,
.repo-section .repo-main .active-filter .checkbox-dropdown:first-child:after {
  display: none;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list {
  height: auto;
  position: inherit;
  opacity: 1;
  top: auto;
  left: auto;
  overflow: auto;
  background: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  pointer-events: all; /*white-space: nowrap;*/
  overflow-y: hidden;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li {
  background: none;
  width: 13%;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li:not(:nth-child(6)) {
  order: -1;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li:not(:nth-child(7)) {
  order: -1;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li
  label,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li
  label {
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: none;
  color: #000 !important;
  cursor: pointer;
  background: #fff;
  text-align: center;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li
  label
  input,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li
  label
  input {
  position: inherit;
  opacity: 0;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li
  label
  input::before,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li
  label
  input::before {
  width: 100%;
  height: 100%;
  border: var(--red) 2px solid;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li
  label
  img,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li
  label
  img {
  mix-blend-mode: luminosity;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li
  label.active,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li
  label.active {
  color: var(--red) !important;
}
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:nth-child(2)
  .checkbox-dropdown-list
  li
  label.active
  img,
.repo-section
  .repo-main
  .active-filter
  .checkbox-dropdown:first-child
  .checkbox-dropdown-list
  li
  label.active
  img {
  mix-blend-mode: inherit;
}
.repo-contents {
  position: relative;
}

.repo-section .repo-main .active-filter .checkbox-dropdown:first-child {
  padding-bottom: 5px;
}

.repo-section .repo-main .active-filter .checkbox-dropdown:nth-child(2) {
  border-top: 1px solid var(--brd_color);
  padding-top: 20px;
}

.repo-section .repo-main .active-filter .checkbox-dropdown:last-child {
  margin-left: auto;
}

html body.single-rnd .post-meta-wrapper,
html body.single-rnd .pagination-single {
  display: none;
}

.child-cats ul.list {
  --auto-grid-min-size: 35rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}
.child-cats ul.list li {
  background-color: #f5f5f5;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  width: 100%;
  margin-bottom: 0em;
  transition: all 0.4s ease-in-out;
  margin-left: 0;
  position: relative;
  border: 1px solid transparent;
}
.child-cats ul.list li:hover:before {
  color: var(--red);
}
.child-cats ul.list li:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 1em;
  transition: all 0.5s ease-in-out;
}
.child-cats ul.list li:hover a {
}
.child-cats ul.list li:hover {
  background-color: #fdfdfd;
  border-color: var(--red);
}
.child-cats ul.list li:hover a {
  color: var(--black);
}
.child-cats ul.list li a {
  font-weight: normal;
  color: var(--black);
  font-size: 22px;
  text-decoration: none;
  display: block;
  width: 100%;
}

.contact_area {
  background-color: var(--red);
}
.contact_area .vc_column_container {
  width: calc(100% - 8rem);
  max-width: 153.2rem !important;
}

.toggle-inner .toggle-text {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
button.mobile-nav-toggle:focus {
  text-decoration: none;
}

.leftarea_refer.wpb_single_image img {
  object-fit: cover;
  height: 100%;
}

.leftarea_refer.wpb_single_image img,
.leftarea_refer.wpb_single_image .vc_single_image-wrapper,
.leftarea_refer.wpb_single_image .vc_figure {
  width: 100%;
}

.single-post .row.post-type {
  display: flex;
  flex-wrap: wrap;
}
.single-post .post-type .col-lg-8 {
  width: 66.66666667%;
}
.single-post .post-type .col-lg-4 {
  width: 33.33333333%;
  padding-right: 15px;
}

.single-post .post-type .col-lg-8 p {
  margin-bottom: 1em;
}

.sidebar .widget .widget-title {
  font-family: var(--Montserrat);
  font-weight: 500;
  font-size: 40px;
  color: var(--black);
  margin-bottom: 0.35em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--black);
}
.sidebar .widget li {
  margin: 0 0 0.5em 0;
}
.sidebar nav ul li {
  transition: all 0.3s ease-in-out;
}
.sidebar nav ul li:hover a {
  color: var(--red);
  text-decoration: none;
}
.sidebar nav ul li a {
  font-family: var(--Montserrat);
  font-weight: 500;
  color: var(--black);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.sidebar .widget nav ul li .post-date:before {
  content: "\f1da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: var(--red);
  margin-right: 0.5em;
}
.sidebar .widget nav ul li .post-date {
  font-weight: normal;
  color: var(--black);
  font-size: 16px;
  position: relative;
}
html body.single-post .post-type .featured-media {
  display: block;
  margin-bottom: 1em;
}
.vc_gitem-post-data p:empty {
  display: none;
}
.featured-media .section-inner {
  max-width: 100% !important;
}
.singular .featured-media .featured-media-inner {
  left: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  position: relative;
}
.singular .featured-media .featured-media-inner img {
  width: 100%;
}
.singular .featured-media .featured-media-inner a {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--red);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 0.2em 1em 0.2em;
  color: var(--white);
  text-decoration: none;
  border-bottom-right-radius: 15px;
  font-family: var(--Montserrat);
  font-size: 18px;
  font-weight: 600;
}
html body.single-post .featured-media img {
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--red);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.steps {
  border-bottom: 1px solid var(--red);
}
.steps sup {
  font-size: 18px;
  margin-right: 18px;
}
.steps p {
  font-family: var(--Montserrat);
  font-weight: 500;
  color: var(--black);
  font-size: 18px;
  margin: 0;
  padding: 0.5em 0;
  border-color: var(--red);
}
.stepwise1 .introtext.wpb_content_element p:last-child {
}
.stepwise1 .wpb_single_image img {
  width: 100%;
  max-width: 783px;
}
.stepwise1 .wpb_single_image.vc_align_left {
  margin-bottom: 0;
}
.stepwise1 p b {
  font-weight: 500;
}
.stepwise1 p strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--red);
  padding-right: 5px;
}
.stepwise1 {
  position: relative;
}
.stepwise1:before {
}
.vc_row.upercasebrand:after,
.vc_row.upercasebrand:before {
  content: none !important;
}
.upercasebrand {
  display: flex;
  justify-content: space-between;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.projectcontrols_area {
  margin-right: 0 !important;
  margin-left: 0 !important;
  position: relative;
}
.projectcontrols_area:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white);
  top: 0;
  left: 0;
}
.call-to-action .upercasebrand .evc-normal-space .evc-element-wrapper {
  justify-content: space-around;
}
.controls-section h2.vc_custom_heading,
.call-to-action .upercasebrand .groupwise h2.vc_custom_heading {
  color: var(--white);
  font-size: 16px;
  padding-bottom: 1em;
  padding-top: 1em;
  text-transform: none;
  min-height: 72px;
}
.call-to-action .vc_row.vc_parallax .controls-section.vc_col-sm-12 {
  max-width: 100%;
  width: calc(100% - 0rem);
  padding: 0 1em;
}
.controls-section,
.call-to-action .upercasebrand .groupwise {
  border: 0px solid var(--white);
  border-radius: 0px;
  margin-bottom: 1em;
  position: relative;
}
.call-to-action .upercasebrand .groupwise:last-child:after {
  content: none;
}
.call-to-action .upercasebrand .groupwise:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  right: -0.63em;
  top: 0;
}
.call-to-action .upercasebrand .groupwise.vc_col-sm-2 {
  /*width: 20.6667% !important;*/
}
.call-to-action
  .upercasebrand
  .groupwise:first-child
  .evc-normal-space
  .evc-element-wrapper {
}
.call-to-action
  .upercasebrand
  .groupwise:nth-of-type(4)
  .evc-element-has-columns.evc-three-columns
  .evc-element-item:first-child {
  /*margin-left: -19px;*/
}
.call-to-action .upercasebrand .groupwise.vc_col-sm-2:nth-of-type(2) {
  margin-left: -10px;
}
.call-to-action .upercasebrand .groupwise:nth-of-type(3) {
  /*width: 10%;*/
}
.call-to-action
  .upercasebrand
  .groupwise:nth-of-type(4)
  .evc-normal-space
  .evc-element-wrapper {
}

/**/
.grow {
  /*display: flex;
	justify-content: center;
	height: 100%;
	overflow-x: hidden;*/
  --auto-grid-min-size: 30rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size), 1fr)
  );
}

.grow > div {
  /*flex-basis: 25%;
	flex-shrink: 0;
	transition: .5s;
	height: 315px;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	padding: 1em;
	-webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;*/
}
.grow > div:hover {
  /*flex-basis: 40%;*/
}
.grow > div:first-child:hover {
  /*margin-left: 15%;*/
}
.grow > div:last-child:hover {
  /*margin-right: 15%;*/
}
.grow:first-child .category-block {
  border-top: 0;
}
.grow .category-block:last-child {
  /*border-right: 0;*/
}
.category-block {
  overflow: hidden;
  position: relative;
  background-color: var(--white);
  border: 2px solid var(--red);
  border-radius: 10px;
}
.category-block:hover .two {
  /*top: 0;*/
}

.category-block .one {
  transition: all 0.6s ease-in-out;
}
.category-block:hover .one {
  /*position: absolute;
	width: 100%;
	height: 100%;
	transform: translate(0, -100%);*/
}
.category-block .two .category-more a:hover {
  border-color: var(--red);
}
.category-block .two .category-more a {
  border-color: var(--white);
  color: var(--white);
}
.category-block .two ul.sub-cate li:before,
.category-block .two ul.sub-cate li a,
.category-block .two .category-head a {
  color: var(--white);
}
.category-block .two:before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 100%,
    rgba(0, 0, 0, 0.9) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.category-block .two {
  position: relative;
  padding: 1em;
  background-color: var(--white);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  transition: all;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 1;
}
/**/

html body .type-post .entry-categories-inner {
  display: none;
}
html body .cat-long-desc {
  padding-top: var(--divgap) !important;
  overflow: hidden;
}
html body .cat-long-desc .wp-video {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  border: 1px solid var(--black);
  border-radius: 6px;
  overflow: hidden;
}
html body .cat-long-desc .wp-video video.wp-video-shortcode,
html body .cat-long-desc .wp-video .wp-video-shortcode {
  border-radius: 6px;
}
html body .sliderlefttoright .wpb_text_column.wpb_content_element,
html body .listing__area .wpb_text_column.wpb_content_element {
  display: none;
}

.entry-content .project_list_sec table.leftcol-area tr td:first-child {
  width: 11%;
  font-weight: normal;
}
.entry-content .project_list_sec table.leftcol-area tr td:last-child {
  width: 30%;
}

.entry-content .project_list_sec table.leftcol-area tr td,
.entry-content .project_list_sec table.leftcol-area {
  border-color: transparent;
}
.entry-content .project_list_sec table.leftcol-area tr td img {
  width: 100px;
}
.entry-content .project_list_sec .project_list_content_less p {
  margin-bottom: 0.35em;
}
.entry-content .project_list_sec h2,
.entry-content .project_list_sec h3,
.entry-content .project_list_sec h5 {
  margin: 0;
}
.entry-content .project_list_sec h5 span {
  display: block;
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  a:hover {
  color: var(--red);
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  a {
  cursor: pointer;

  font-weight: 500;
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  a {
  text-decoration: none;
  color: var(--black);
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  h2
  a {
  text-decoration: none;
  color: var(--black);
  font-weight: 500;
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  h2,
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  h2
  a,
.entry-content .project_list_sec h3 {
  font-size: 30px;
  font-family: var(--Montserrat);
}
.entry-content .project_list_sec h5 {
  font-size: 16px;
  font-weight: normal;
}
.entry-content .project_list_sec table.leftcol-area tbody tr td {
  background-color: var(--red);
  color: var(--white);
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  td:first-child {
  background-color: transparent;
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner
  td {
  vertical-align: top;
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner:nth-child(odd)
  td {
  background-color: #ede5e5;
  color: var(--black);
}
.entry-content
  .project_list_sec
  table.leftcol-area
  tr.project_list_sec_inner:nth-child(even)
  td {
  background-color: #f5f5f5;
  color: var(--black);
}

@media (max-width: 1366px) {
  .vc_row.avc_container .vc_row,
  .vc_row .vc_row.avc_container {
    margin-right: 0;
    margin-left: 0;
  }
  .vc_row.__scope_area .scopof {
    max-width: 23%;
  }
  .vc_row.__goal_area .scopof {
    max-width: 31.33%;
  }
  .vc_row.__goal_area .scop_of_ {
    max-width: 31.33%;
  }
  ._EVS_area .evc-c-inner {
    align-items: center;
    display: flex;
  }
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(2)
    .evc-c-inner
    .evc-c-text {
    width: 50%;
  }
  ._EVS_area .evc-c-inner .evc-c-digit,
  .up_evc .evc-c-inner .evc-c-digit {
    overflow: visible;
    height: auto;
    white-space: nowrap;
  }
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(1)
    .evc-c-inner
    .evc-c-digit:after {
    display: none;
  }
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(1)
    .evc-c-inner
    .evc-c-digit {
    width: auto;
  }
  ._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) {
    width: 50%;
  }
}
@media (max-width: 1242px) {
  .search_area {
    max-width: 345px;
  }
  .primary-menu > li {
    margin: 0.8rem 0 0 0.6rem;
  }
}
@media (max-width: 1232px) {
  ._EVS_area .evc-c-inner .evc-c-digit,
  .up_evc .evc-c-inner .evc-c-digit {
    font-size: 40px;
  }
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(1)
    .evc-c-inner
    .evc-c-digit {
    width: auto;
  }
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(2)
    .evc-c-inner
    .evc-c-text {
    width: 80%;
  }
  ._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) {
    width: 280px;
  }
  ._EVS_area .evc-c-inner .evc-c-text {
    margin-top: 0;
  }
  ._EVS_area .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) {
    width: 38%;
  }
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) {
    width: 48%;
  }
  .vc_row.__goal_area .scop_of_ {
    margin: 0 0.33em 0.85em;
  }
}

@media (max-width: 1180px) {
  ._EVS_area .evc-c-inner .evc-c-text,
  .up_evc .evc-c-inner .evc-c-text {
    font-size: 14px;
  }
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(2)
    .evc-c-inner
    .evc-c-text {
    width: 70%;
  }
  ._EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(1)
    .evc-c-inner
    .evc-c-digit {
    width: 58px;
  }
  ._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) {
    width: 242px;
  }
  .header-titles .site-logo {
    margin: 1rem 0 0 1rem;
  }
  html body ul.primary-menu {
    column-gap: 12px;
  }
  .evc-predefined-style .call-to-action .evc-shortcode h4 {
    font-size: 14px;
  }
  .upercasebrand {
    flex-wrap: wrap;
  }
  .call-to-action .upercasebrand .groupwise.vc_col-sm-2 {
    width: 48.667% !important;
  }
  .call-to-action .upercasebrand .groupwise.vc_col-sm-1 {
    width: 14.333333% !important;
  }
  .categories-grid .category-block {
    width: 32%;
  }
}

@media (min-width: 1024px) {
  #site-footer .gotidea {
    display: none;
  }
}
@media (max-width: 1024px) {
  .vc_row.__scope_area .scopof {
    max-width: 46%;
    margin: 0 0.5em 1em;
  }
  .vc_row.__scope_area {
    justify-content: center;
  }
  .__metrics_area .evc-shortcode {
    max-width: 32%;
  }
  .vc_row.__scope_area .scopof:nth-of-type(1) {
    margin-left: 0.5em;
  }
  .vc_row.__goal_area .scopof:nth-of-type(4),
  .vc_row.__scope_area .scopof:nth-of-type(4) {
    margin-right: 0.5em;
  }
  .vc_row.__goal_area .scopof {
    max-width: 30.33%;
  }
  .vc_row.__goal_area .scopof:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1000px) {
  .header-titles-wrapper {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .vc_row.avc_container {
    padding: 40px 0;
  }
  .header-titles .site-logo {
    margin: 0;
  }

  .modal-menu > li > .ancestor-wrapper > a {
    color: var(--primery_c);
    font-weight: 500;
  }
  html body .mobile-menu .modal-menu li *,
  html body .mobile-menu .modal-menu li {
    border-color: var(--brd_color);
  }
  html body .mobile-menu .modal-menu .sub-menu a {
    padding: 1rem 2.5rem;
  }

  /* .entry-content .wpb-content-wrapper > .vc_row{
		padding-top: calc(var(--divgap) - 20px);
    	padding-bottom: calc(var(--divgap) - 20px);
    } */

  .externallink a {
    line-height: 1;
  }

  .externallink {
    padding-right: 2.15em;
  }
  .search-toggle {
    left: auto;
    right: 8rem;
  }
  html body .header-inner {
    width: calc(100% - 3rem);
  }
  .header-titles-wrapper {
    justify-content: flex-start;
    /* padding: 0.5rem 0 0.5rem 0; */
  }
  .home {
    background-size: cover;
  }
  .flex-title {
    top: 40%;
  }
  .flex-about {
    top: 40%;
  }
  .calltoaction h2.vc_custom_heading {
    margin-bottom: 1em;
  }
  .calltoaction h2.vc_custom_heading,
  .calltoaction .vc_btn3-container.vc_btn3-right {
    text-align: center !important;
  }
  .leftareatext .vc_col-sm-9,
  .leftareatext .vc_col-sm-3 {
    text-align: center;
  }

  .leftareatext h2.vc_custom_heading {
    text-align: center !important;
    margin-bottom: 0.5em;
  }
  .leftareatext .vc_col-sm-9 p {
    padding: 0 1em;
  }
  .calltoaction .vc_col-sm-3,
  .calltoaction .vc_col-sm-9,
  .focus_area .vc_col-sm-6,
  .leftareatext .vc_col-sm-9,
  .leftareatext .vc_col-sm-3 {
    width: 100%;
  }
  ._EVS_area.sec_EVS_area.Decarbkey .wpb_wrapper .evc-counter:nth-of-type(1) {
    margin-left: 0;
  }
  ._EVS_area.sec_EVS_area.Decarbkey .evc-c-inner .evc-c-text,
  ._EVS_area.Decarbkey .evc-c-inner {
    text-align: center !important;
  }
  ._EVS_area.Decarbkey .evc-c-inner,
  ._EVS_area.sec_EVS_area.Decarbkey
    .wpb_wrapper
    .evc-counter
    .evc-c-inner
    .evc-c-text,
  ._EVS_area.sec_EVS_area.Decarbkey .wpb_wrapper .evc-counter:nth-of-type(1),
  ._EVS_area.sec_EVS_area.Decarbkey .wpb_wrapper .evc-counter:nth-of-type(2) {
    width: 100%;
  }
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) {
    width: 35%;
  }
  ._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) {
    width: 25%;
  }

  .__metrics_area .evc-shortcode {
    max-width: 42%;
  }
  .wpb_text_column.scopof {
    padding-left: 1em;
  }

  .singular .entry-header,
  .single-project .entry-header {
    min-height: 300px;
  }
  .__metricsarea ._co2 .evc-c-inner .evc-c-text {
    font-size: 35px;
  }
  .__metricsarea ._co2 {
    width: 29%;
  }

  html body h1.entry-title {
    padding: 0 1em;
    font-size: 30px;
  }

  .meettheteams .vc_col-sm-4 {
    width: 45%;
  }

  .call-to-action .upercasebrand .groupwise.vc_col-sm-2 {
    width: 48.667% !important;
  }
  .call-to-action .upercasebrand .groupwise.vc_col-sm-1 {
    width: 14.333333% !important;
  }
  .call-to-action .upercasebrand .groupwise.vc_col-sm-2:nth-of-type(4) {
    width: 35% !important;
  }
  .top__area ul.menu li a {
    padding: 0;
    font-size: 14px;
  }
  .categories-grid .category-block {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .externallink {
    padding-right: 1em;
  }

  p {
    font-size: 14px;
  }
  h2.vc_custom_heading {
    margin-bottom: 0.5em;
  }

  .modal-menu > li > .ancestor-wrapper > a {
    color: var(--primery_c);
    font-weight: 500;
  }
  html body .mobile-menu .modal-menu li *,
  html body .mobile-menu .modal-menu li {
    border-color: var(--brd_color);
  }
  html body .mobile-menu .modal-menu .sub-menu a {
    padding: 1rem 3.8rem;
  }

  /* .entry-content .wpb-content-wrapper > .vc_row{
		padding-top: calc(var(--divgap) - 30px);
    	padding-bottom: calc(var(--divgap) - 30px);
    } */

  .modal-menu > li > .ancestor-wrapper > a {
    color: var(--primery_c);
  }
  .modal-menu a,
  .menu-modal nav * {
    color: var(--primery_c) !important;
  }
  .header-titles .site-logo {
    margin: 0;
  }

  .header-titles-wrapper {
    justify-content: flex-start;
    /* padding: 0.5rem 0 0rem 0; */
  }
  .search-toggle {
    left: auto;
    right: 8rem;
  }
  .home {
    background-size: cover;
  }
  section {
    padding: 0;
  }
  .post-inner {
    padding-top: 0;
  }
  .flex-title {
    top: 35%;
  }
  header .search_area {
    padding-top: 0;
    /* transition: all 0.3s ease-out; */
  }
  header.sticky .search_area {
    padding-top: 1em;
  }

  .banner-description {
    font-size: 14px;
    margin-bottom: 0.33em;
  }
  .flex-about a {
    height: 32px;
    line-height: 30px;
  }
  .flex-about {
    padding: 1% 5%;
    top: 7%;
  }

  .repo-main .repo-filter {
    width: 70%;
  }

  .vc_row.avc_container {
    padding: 40px 0;
  }

  .categories-grid .category-block {
    width: 100%;
  }

  h2.vc_custom_heading,
  .repo-main .repo-title {
    font-size: 20px;
  }

  .calltoaction h2.vc_custom_heading {
    margin-bottom: 1em;
    font-size: 22px;
  }
  .leftareatext h2.vc_custom_heading {
    text-align: center !important;
    margin-bottom: 0.5em;
  }
  .calltoaction h2.vc_custom_heading,
  .calltoaction .vc_btn3-container.vc_btn3-right {
    text-align: center !important;
  }
  .leftareatext .vc_col-sm-9,
  .leftareatext .vc_col-sm-3 {
    text-align: center;
  }

  .leftareatext .vc_col-sm-9 p {
    padding: 0 1em;
  }
  .calltoaction .vc_col-sm-3,
  .calltoaction .vc_col-sm-9,
  .focus_area .vc_col-sm-6,
  .leftareatext .vc_col-sm-9,
  .leftareatext .vc_col-sm-3 {
    width: 100%;
  }

  #site-footer .gotidea {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #site-footer .gotidea .getanidea:hover {
    text-decoration: none;
  }
  #site-footer .gotidea .getanidea {
    font-size: 16px;
    height: 35px;
  }

  .up_evc {
    margin-bottom: 1em;
  }
  ._EVS_area {
    margin-top: 0;
    margin-bottom: 1em;
  }
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(1) {
    margin-left: 0;
  }
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(2)
    .evc-c-inner
    .evc-c-text,
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(1),
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) {
    width: 100%;
  }
  ._EVS_area .evc-c-inner {
    display: flex;
    justify-content: center;
  }
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) .evc-c-inner .evc-c-text,
  ._EVS_area .evc-c-inner .evc-c-text {
    width: 40%;
  }

  ._EVS_area .wpb_wrapper {
    padding-bottom: 2.5em;
  }

  .blognews_area .blog-news {
    height: 175px;
  }
  .blognews_area .blog-news .flex-wrap {
    padding: 0.5em;
  }
  .blognews_area .wpb_wrapper {
    --auto-grid-min-size: 15rem;
  }
  .blog-news .overlay p {
    font-size: 12px;
    line-height: 18px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .overlay span {
    font-size: 12px;
    padding: 0.23em 0;
  }
  #site-footer .site_footer .section-inner {
    justify-content: center;
  }
  .sociallink {
    gap: 15px;
  }
  html
    body
    .vc_tta.vc_tta-accordion
    .vc_tta-controls-icon-position-left.vc_tta-panel-title
    > a {
    padding-right: 4em;
  }
  #site-footer .site_footer .logo_area {
    margin-bottom: 1em;
  }
  #site-footer .site_footer {
    padding: 1em 0;
  }
  .footer-top-hidden #site-footer {
    margin-top: 0;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
    font-size: 15px;
  }

  ._local-rnd .wpb_wrapper,
  ._startup .wpb_wrapper {
    --auto-grid-min-size: 22rem;
  }

  .archive-projects {
    --auto-grid-min-size: 16rem;
  }
  ._decarb .wpb_wrapper {
    --auto-grid-min-size: 18rem;
  }
  .archive-projects .blog-news,
  ._decarb .blog-news {
    height: 189px;
  }
  ._startup .overlay span.title,
  ._decarb .overlay span.title {
    font-size: 16px;
  }
  ._decarb .overlay span.cost-info,
  ._decarb .overlay span.sub-info {
    font-size: 12px;
  }

  ._EVS_area.sec_EVS_area.Decarbkey .wpb_wrapper .evc-counter:nth-of-type(1) {
    margin-left: 0;
  }
  ._EVS_area.sec_EVS_area.Decarbkey .evc-c-inner .evc-c-text,
  ._EVS_area.Decarbkey .evc-c-inner {
    text-align: center !important;
  }
  ._EVS_area.Decarbkey .evc-c-inner,
  ._EVS_area.sec_EVS_area.Decarbkey
    .wpb_wrapper
    .evc-counter
    .evc-c-inner
    .evc-c-text,
  ._EVS_area.sec_EVS_area.Decarbkey .wpb_wrapper .evc-counter:nth-of-type(1),
  ._EVS_area.sec_EVS_area.Decarbkey .wpb_wrapper .evc-counter:nth-of-type(2) {
    width: 100%;
  }
  ._EVS_area.Decarbkey .evc-c-inner {
    flex-direction: column;
    align-items: center;
  }

  .sources_funding {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .repo-main {
    flex-direction: column;
  }
  .__metrics_area .evc-shortcode,
  .vc_row.__scope_area .scopof {
    max-width: 100%;
  }
  .__metrics_area .evc-counter .evc-c-inner {
    justify-content: center;
    margin-top: 0.85em;
    align-items: center;
  }
  .__metrics_area .wpb_wrapper {
    flex-direction: column;
  }
  .__metrics_area .evc-counter .evc-c-title {
    width: 150px;
  }
  .__metrics_area .evc-shortcode:nth-of-type(1):after {
    width: 80%;
    height: 1px;
    right: 0;
    left: 0;
    top: auto;
    bottom: -5px;
    margin: 0 auto;
  }
  .vc_row.__metrics_area {
    margin-top: 20px;
  }
  .__metricsarea .evc-shortcode h2.evc-st-title {
    font-size: 26px;
  }
  .singular .entry-header,
  .single-project .entry-header {
    min-height: 150px;
  }
  html body h1.entry-title,
  .single-project .entry-header h1 {
    font-size: 20px;
  }
  .per ._co2 .evc-c-text {
    font-size: 45px;
  }

  .__metricsarea .wpb_wrapper {
    flex-direction: column;
  }
  .vc_row.__goal_area .scopof,
  .wpb_text_column.per {
    max-width: 100%;
  }
  .__metricsarea ._co2 {
    width: 100%;
  }
  .__metricsarea ._co2:nth-of-type(2) {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .vc_row.__goal_area .scopof,
  .__metricsarea .evc-shortcode._co2 {
    margin-bottom: 1em;
  }
  .wpb_text_column.scopof {
    padding: 0 1em;
  }

  .vc_row.__goal_area .scop_of_.scop_of_2f,
  .vc_row.__goal_area .scop_of_ {
    width: 100%;
    max-width: 100%;
  }

  .next-prev a.previous-post .arrow,
  .next-prev a.next-post .arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .challenge .entry-header span {
    font-size: 16px;
  }
  .meettheteams .vc_col-sm-3,
  .meettheteams .vc_col-sm-4 {
    width: 50%;
  }

  .repo-section .repo-contents .repo-ideas,
  .repo-section .repo-contents .repo-ideas {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .contact_area .vc_column_container {
    width: 100%;
  }
  .cta-details .cta-info p {
    font-size: 14px;
  }

  html body .entry-header h1.entry-title,
  html body .header-title-area .archive-title {
    font-size: 30px;
  }
  .extraspacervm .vc_column-inner {
    padding: 0 !important;
  }
  .call-to-action .upercasebrand .groupwise.vc_col-sm-2 {
    width: 100% !important;
  }
  .call-to-action .upercasebrand .groupwise.vc_col-sm-1 {
    width: 100% !important;
  }
  .call-to-action .upercasebrand .groupwise.vc_col-sm-2:nth-of-type(2) {
    margin-left: 0px;
  }
  .latest-news ul.nav-tabs {
    --auto-grid-min-size: 29rem;
    grid-gap: 0;
  }
  .single-post .row.post-type {
    flex-direction: column;
  }
  .single-post .post-type .col-lg-8,
  .single-post .post-type .col-lg-4 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  ._EVS_area.sec_EVS_area .evc-c-inner .evc-c-text,
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) .evc-c-inner .evc-c-text,
  ._EVS_area .evc-c-inner .evc-c-text,
  ._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(1),
  ._EVS_area.sec_EVS_area .wpb_wrapper .evc-counter:nth-of-type(2),
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2),
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(1),
  ._EVS_area.sec_EVS_area
    .wpb_wrapper
    .evc-counter:nth-of-type(2)
    .evc-c-inner
    .evc-c-text,
  ._EVS_area .wpb_wrapper .evc-counter:nth-of-type(2) .evc-c-inner .evc-c-text,
  ._EVS_area .evc-c-inner .evc-c-text {
    width: auto;
  }
}
@media (max-width: 602px) {
  .decar_metrics .wpb_wrapper ._co2,
  .decar_metrics .wpb_wrapper ._co2:nth-of-type(2) {
    width: 100%;
  }
  .decar_metrics ._co2 .evc-c-inner {
    justify-content: center;
    gap: 15px;
    flex-flow: wrap;
  }
  .Decarbkey .wpb_wrapper {
    padding-bottom: 0;
  }
  .decar_metrics ._co2 .evc-c-text {
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    font-size: 36px;
  }
  .decar_metrics ._co2 .evc-c-title {
    margin: 0;
  }
  .decar_metrics ._co2:nth-of-type(2) .evc-c-title {
    width: auto;
  }

  .repo-section
    .repo-main
    .active-filter
    .checkbox-dropdown:nth-child(2)
    .checkbox-dropdown-list
    li {
    width: 50%;
  }
  .repo-section
    .repo-main
    .active-filter
    .checkbox-dropdown:nth-child(2)
    .checkbox-dropdown-list,
  .repo-section
    .repo-main
    .active-filter
    .checkbox-dropdown:first-child
    .checkbox-dropdown-list,
  .repo-section
    .repo-main
    .active-filter
    .checkbox-dropdown:first-child
    .checkbox-dropdown-list {
    white-space: nowrap;
  }

  .repo-section
    .repo-main
    .active-filter
    .checkbox-dropdown:nth-child(2)
    .checkbox-dropdown-list {
    gap: 10px;
  }
  .repo-section
    .repo-main
    .active-filter
    .checkbox-dropdown:nth-child(2)
    .checkbox-dropdown-list
    li
    label {
    width: 95px;
    white-space: normal;
  }
  .checkbox-dropdown-list li img {
    height: 43px;
    max-width: none;
  }

  ._local-rnd .wpb_wrapper,
  ._startup .wpb_wrapper {
    --auto-grid-min-size: 18rem;
  }
  ._startup .wpb_wrapper .blog-news {
    height: 180px;
  }
}
@media (max-width: 450px) {
  .meettheteams .vc_col-sm-3,
  .meettheteams .vc_col-sm-4 {
    width: 100%;
  }
}
/***** Contact Form Popup *****/
.popup-btn {
  margin: 30px 0 0 !important;
  text-align: center;
  width: 100%;
}
.popup-btn button {
  margin: 0;
  background: #f00 !important;
  border: none !important;
  color: #fff !important;
}
.popup-btn button:hover {
  background: #000 !important;
}
.calltoaction .popup-btn {
  margin: -10px 0 0 0 !important;
}
.vc_row.avc_container .vc_btn3-container {
  margin-bottom: 0;
}
.vc_row.avc_container .calltoaction .popup-btn {
  margin: 0 !important;
}
.calltoaction .popup-btn button.vc_btn3.vc_btn3-style-custom {
  font-family: var(--Montserrat);
  font-weight: 600;
  font-size: 17px;
  background: #fff !important;
  color: #000 !important;
}
.calltoaction .popup-btn button.vc_btn3.vc_btn3-style-custom:hover {
  background: #000 !important;
  color: #fff !important;
}
/* body:not(.page-id-350) .wpcf7.js {
  display: none !important;
}
body:not(.page-id-350) .wpcf7.js.active {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 1001;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
body:not(.page-id-350) .pum-active .wpcf7.js {
  display: block !important;
} */
.wpcf7.js.active form {
  min-width: 600px;
  background: #fff;
  margin: auto;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  z-index: 1;
  position: relative;
  max-width: 600px;
  overflow-y: scroll;
  max-height: 80%;
}
.wpcf7.js.active form:after {
  width: 30px;
  height: 30px;
  color: #f00;
  border: #f00 2px solid;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  content: "X";

  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7.js.active form .closebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 15px;
  display: block;
  z-index: 1;
  cursor: pointer;
}
.wpcf7.js.active form.wpcf7-form.sent p,
.wpcf7.js.active form.wpcf7-form.sent .vc_col-sm-12 {
  display: none;
}
.wpcf7.js.active .overlay {
  position: fixed;
}

.pum-active .pum-title.popmake-title {
  font-family: var(--Montserrat);
  font-weight: 700;
  font-size: 26px;
  color: var(--primery_c);
  text-transform: capitalize;
  text-align: center;
}
#popmake-1357 .pum-content + .pum-close:hover,
.pum-theme-default-theme .pum-content + .pum-close:hover {
  background-color: var(--primery_c);
}
#popmake-1357 .popmake-1357pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  border-radius: 50% !important;
  top: -10px !important;
  right: -10px !important;
  font-size: 20px !important;
}

#pum_popup_title_1357 {
  display: none;
}

@media (max-width: 630px) {
  .wpcf7.js.active form {
    min-width: 100%;
  }
}

.list {
  margin: var(--divgap) 0;
  overflow: hidden;
  padding: 0;
}
.child-cats {
  margin-bottom: 0;
}
.list li {
  list-style-type: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.accordian-text .vc_tta-panels .vc_tta-panel {
  border-top: 0;
  border-color: var(--red);
}
.accordian-text .vc_tta-panels {
  counter-reset: item;
}
.accordian-text .vc_tta-panels .vc_tta-panel {
}
.accordian-text .vc_tta-panels .vc_tta-panel {
  position: relative;
  padding: 0.5em 0;
}
.accordian-text .vc_tta-panels .vc_tta-panel:before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
  color: var(--black);
}
.accordian-text .vc_tta-panel .vc_tta-panel-title {
  padding-left: 1em;
}
.vc_tta-panel-body .wpb_content_element ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vc_tta-panel-body .wpb_content_element .wpb_wrapper ul li {
  width: 49.5%;
  padding: 0.5em;
  background-color: #f5f5f5;
  border-radius: 7px;
  position: relative;
  margin-bottom: 0.5em;
}
.vc_tta-panel-body .wpb_content_element .wpb_wrapper ul li:before {
  content: "";
  background: url(assets/images/download.png) no-repeat scroll center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.vc_tta-panel-body .wpb_content_element .wpb_wrapper ul li a {
  color: var(--black) !important;
  text-decoration: none;
  display: block;
  position: relative;
}
.vc_tta-panel-body .wpb_content_element .wpb_wrapper ul li a:hover {
  text-decoration: underline;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.no-records a {
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--red);
  font-size: 30px;
  padding: 5em 0;
}
.no-records a,
.no-records p a,
.no-records p {
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--black);
  font-size: 30px;
  padding: 5em 0;
}

.no-records {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vc_grid-pagination {
}
html body .vc_grid-pagination .vc_grid-pagination-list li .page-link {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--red) !important;
  color: var(--black) !important;
  background-color: transparent !important;
  font-size: 18px;

  opacity: 1;
}

html body.single-post .featured-media {
  display: none;
}

html body .entry-content hr::after,
html body hr.styled-separator::after,
html body .entry-content hr::before,
html body hr.styled-separator::before {
  content: none;
}

html body hr.styled-separator::before,
html body .pagination-single hr:last-child {
  border-top: 0;
  background: none;
}

html body .entry-content hr,
html body hr.styled-separator {
  border-top: 1px solid #000;
}

html body .pagination-single-inner a .title .title-inner {
  font-family: var(--Montserrat);
  font-weight: 600;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
html body .pagination-single-inner a:hover .title .title-inner {
  color: var(--red);
}

html body .vc_grid-pagination .vc_grid-pagination-list li:hover .page-link,
html
  body
  .vc_grid-pagination
  .vc_grid-pagination-list
  li.vc_grid-active
  .page-link {
  background-color: var(--red) !important;
  color: var(--white) !important;
}
html body.singular .entry-header,
html body.single-post .entry-header.header-footer-group {
  background: url(assets/images/innerpagebg.jpg) no-repeat scroll 0 50%;
  background-size: cover;
}
.category-no-image {
  background: url(assets/images/innerpagebg.jpg) no-repeat scroll 0 0;
  background-size: cover;
}
html body.single-post .qoute {
  padding: 0 5em;
}
html body.single-post .qoute p {
  font-family: var(--Montserrat);
  font-weight: 500;
}
html body.single-post .wordwrap img {
  float: left;
  margin: 0em 1em 1em 0;
}

html body div.asl_w {
  box-shadow: none;
}
.cat-search div[id*="ajaxsearchlite"].asl_m {
  border: 1px solid var(--red);
}
.cat-search div.asl_m .probox .proinput input {
  height: 44px;
}
html body div[id*="ajaxsearchlite"].asl_m {
  max-width: 551px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: transparent;
}
html body div.asl_w .probox .promagnifier {
  width: 59px;
  background-color: transparent;
  pointer-events: none;
  background-image: none;
}
html body div.asl_m .probox .promagnifier .innericon svg {
  width: 35px;
}
html body div.asl_w .probox .promagnifier,
html body #ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: 44px;
}
html body #ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: 44px !important;
  padding: 0 1em 0 1.5em;
  border-radius: 40px !important;
  color: var(--black);
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
  border: 1px solid var(--red) !important;
  background: transparent;
  margin-right: 1em;
}
html body #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  color: var(--black) !important;
  height: 44px;
  font-size: 18px;
  font-family: var(--Montserrat);
  font-weight: 500;
}
html body.home div[id*="ajaxsearchlite"].asl_m {
  margin: 0em auto 0;
}
html body #ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
  /*height: 54px;
    padding: 0 1em;
    border-radius: 7px;
    color: var(--black);
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;*/
  /*height: 44px;
	padding: 0 1em 0 1.5em;
	border-radius: 40px;
	color: var(--black);
	font-size: 18px;
	font-family: var(--Montserrat);
	font-weight: 500;
	border: 1px solid var(--red) !important;
	background: transparent;*/
}
html body div.asl_r.vertical {
  background: var(--red);
  padding: 1px;
  border-radius: 7px;
}
html body div.asl_r .results {
  border-radius: 7px;
}
html body div.asl_r .results .item .asl_content h3,
html body div.asl_r .results .item .asl_content h3 a,
html body div.asl_r .results .item .asl_content h3 a:hover,
html body div.asl_r .results .item .asl_content {
  line-height: normal;
}
html body div.asl_r .results .item:hover .asl_content {
  line-height: normal;
}
html body div.asl_r .results .item:hover .asl_content h3 a {
  display: block;

  font-weight: normal;
  color: var(--red);
  font-size: 16px;
}
html body div.asl_r .results .item .down-icon {
  width: 10px;
  height: 18px;
  display: inline-block;
  margin-right: 1em;
}
html body div.asl_r .results .item .down-icon,
html body div.asl_r .results .item .cat-icon {
  position: relative;
}
html body div.asl_r .results .item .cat-icon:before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 1em;
}
html body div.asl_r .results .item .down-icon:before {
  content: "";
  width: 10px;
  height: 18px;
  background: url(assets/images/download.png) no-repeat scroll center;
  color: var(--black);
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  background-size: auto 25px;
  top: 5px;
}
html body div.asl_w .probox .proloading {
  width: 25px;
  height: 25px;
  margin-top: 0.5em;
}
html body div.asl_m .probox div.asl_simple-circle {
  border: 2px solid var(--black);
}
html body div.asl_w .probox .promagnifier {
  box-shadow: none;
}
html body div.asl_w .probox .promagnifier .innericon svg {
  fill: var(--red);
}
html body div.asl_m .probox .proclose {
  margin-top: 0.5em;
}
html body div.asl_r .results .item {
  transition: all 0.4s ease-in-out;
}
html body div.asl_r .results .item .asl_content h3 {
  display: inline-block;
}
html body div.asl_r .results .item .asl_content h3 a {
  font-weight: normal;
  color: var(--black);
  position: relative;
  font-size: 16px;
  margin-left: 0;
  transition: all 0.4s ease-in-out;
}
.defination_sec_group_first {
  position: relative;
}
.defination_sec_group_first input[type="search"] {
  border-color: var(--red);
  border-radius: 40px;
}
.defination_sec_group_first input[type="search"]:focus {
  outline: 0;
}
.defination_sec_group_first:after {
  font-family: "Ionicons";
  font-size: 30px;
  content: "\f4a5";
  color: var(--red);
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subscribe_text_area .subscribe_info {
  width: 30%;
}

.subscribe_info h3 {
  color: var(--red);
}
.subscribe_info {
  text-align: left;
}
.subscribe_btn_sec {
  background-color: #f5f5f5;
}
.subscribe_btn_sec .container {
  text-align: center;
  margin: 0 auto;
}
.subscribe_btn_sec #subscribe_toggle {
  margin-bottom: 0.5em;
}
.subscribe_btn_sec .subscribe_btn_notified {
  padding-bottom: 0em;
}
#site-footer button#subscribe_toggle {
  border-radius: 40px;
  background-color: transparent;
  border: 1px solid var(--red);
  transition: all 0.5s ease-out;
  font-family: var(--Montserrat);
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em 1em;
  color: var(--red);
}
#site-footer button#subscribe_toggle:focus,
#site-footer button#subscribe_toggle:hover {
  text-decoration: none;
  background-color: var(--red);
  color: var(--white);
}
.subscribe_btn_message {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 0.5em;
  margin: 0.5em 0;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .subscribe_text_area .subscribe_title,
  .subscribe_info {
    text-align: center;
  }
  .subscribe_text_area .subscribe_title {
    justify-content: center;
  }
  .subscribe_text_area .subscribe_title:after {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 6px;
    top: auto;
  }
  .subscribe_text_area {
    flex-direction: column;
  }
  .subscribe_text_area .subscribe_title {
  }
  .subscribe_text_area .subscribe_info,
  .subscribe_text_area .subscribe_title {
    width: 100%;
  }
  .subscribe_text_area .subscribe_info {
    margin-top: 0.5em;
  }
}

@media (max-width: 767px) {
  /* .category-hover-info .category-info-area{display:none} */
  .grow {
    flex-wrap: wrap;
  }
  .grow > div {
    flex-basis: 100%;
    border-right: 0;
    border-top: 1px solid #b3b3b3 !important;
  }
  html body .header-title-area .archive-title {
    font-size: 30px;
  }
  .child-cats .list {
    margin: 40px 0 0;
  }
  .list {
    margin: 10px 0;
  }

  .child-cats ul.list {
    --auto-grid-min-size: 32rem;
  }

  .no-records p {
    padding: 3em 0;
  }

  html body #ajaxsearchlite1 .probox,
  div.asl_w .probox {
    height: 35px !important;
    padding: 0 !important;
  }
  html body #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input {
    height: 32px !important;
    font-size: 16px;
  }
  html body div.asl_w .probox .promagnifier {
    height: 28px;
    margin-top: 5px;
  }

  .call-to-action .upercasebrand .groupwise h2.vc_custom_heading {
    text-align: left !important;
    min-height: auto;
  }
  .projectcontrols_area h2.vc_custom_heading {
    padding-bottom: 0 !important;
    min-height: 52px;
  }
  .avc_container .vc_column_container > .vc_column-inner,
  .groupwise.vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .call-to-action .upercasebrand .groupwise:after {
    content: none;
  }
  .projectcontrols_area .evc-clients,
  .groupwise .evc-clients {
    display: none;
  }
  .projectcontrols_area h2.vc_custom_heading,
  .groupwise h2.vc_custom_heading {
    text-align: left !important;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .projectcontrols_area .vc_column-inner > .wpb_wrapper,
  .call-to-action .upercasebrand .groupwise .vc_column-inner > .wpb_wrapper {
    border-bottom: 1px solid var(--white);
  }
  .groupwise:nth-of-type(7) .wpb_wrapper {
    border-bottom: 0;
  }
  .projectcontrols_area .active h2.vc_custom_heading:after,
  .groupwise .active h2.vc_custom_heading:after {
    content: "\f126";
  }
  .projectcontrols_area h2.vc_custom_heading:after,
  .groupwise h2.vc_custom_heading:after {
    content: "\f123";
    font-family: "Ionicons";
    font-size: 14px;
    transition: all 0.5s ease-out;
  }
  .projectcontrols_area:before {
    height: 0;
  }
  .projectcontrols_area .controls-section h2.vc_custom_heading {
    padding-left: 0;
  }
  .call-to-action .evc-normal-space .evc-element-wrapper {
    justify-content: space-between;
  }
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

@media (max-width: 320px) {
  .search_area {
    width: 248px;
  }
  .site-logo img {
    max-height: 3rem;
  }
  html body #ajaxsearchlite1 .probox,
  div.asl_w .probox {
    font-size: 10px !important;
    padding: 0 1em 0 0 !important;
  }
}
