@import url('https://fonts.googleapis.com/css2?family=Abel&family=Prata&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Default Styling */
@font-face {
    font-family: 'Pragati';
    font-style: normal;
    font-weight: 400;
    src: local('Pragati'), url('fonts/PragatiNarrow-Regular.ttf') format('ttf');
}
@font-face {
    font-family: 'Pragati';
    font-style: bold;
    font-weight: 600;
    src: local('Pragati'), url('fonts/PragatiNarrow-Bold.ttf') format('ttf');
}
:root {
    --title-font:'Prata';
    --alt-title-font:'Raleway';
    --paragraph-font:'Abel';

    --h1:64px;
    --h2:28px;
    --h3:24px;
    --h4:22px;
    --h5:18px;
    --p:1em;

    --main_accent:#000;
    --second_accent:#156800;
}
.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
}
h1, h1 * {
    font-size: var(--h1);
}
h2, h2 * {
    font-size: var(--h2);
}
h3, h3 * {
    font-size: var(--h3);
}
h4, h4 * {
    font-size: var(--h4);
}
h5, h5 * {
    font-size: var(--h5);
}

body,
p {
    font-size: var(--p);
    font-family: var(--paragraph-font);
}

html,
body {
    overflow-x:hidden;
}
a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header,
ul,
i,
.panel_items_insightful a {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}
.btn {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .15s linear;
    text-align: center;
}
/* End Default Styling */

/* Header */
header {  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header .inner_header {
    padding: 30px 0;
}

header .header_1 {
    position: relative;
}

header .header_1 img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

header .header_2 {
    text-align: right;
}

header .header_2 .float_menu_items {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 45px;
    margin-bottom: -7px;
}

header .header_2 a.social_media {
    margin-left: 7.5px;
}

header .header_2 a.social_media svg {
    width: 20px;
    max-height: 20px;
    height: auto;
}

header .header_2 .btn {
    padding: 0.6rem 0.6rem;
    border-radius: 0;
    margin: 0 .6rem;
    font-size: 1em;
    margin-right: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .2s linear;
}

header .header_2 .btn:hover {
    color: #3c9c23;
    background: #fff;
}

header .header_2 ul#menu-lang {
    margin-right: 0;
}

header .header_2 ul#menu-lang li {
    margin-left: 0;
}

header .header_2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 7.5px;
}

header .header_2 ul li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

header .header_2 ul li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

header .header_2 ul li a:hover {
    opacity: 1;
}

header .header_2 ul li ul {
    display: block;
    position: absolute;
    top: 100%;
    right: -.5rem;
    margin: 0;
    padding: .5rem;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    font-size: 1em;
    transition: all .1s .4s linear;
    background: rgba(0, 0, 0, 0.735);
    min-width: 300px;
}

header .header_2 ul li ul li {
    width: 100%;
    margin-left: 0;
}

header .header_2 ul li ul li a {
    padding: .25rem 0;
    margin: 0 .6rem;
}

header .header_2 ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

header.scroll-nav {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.19);
    background: rgba(0, 0, 0, 0.735);
}

header.scroll-nav * {
    color: #fff;
}

header.scroll-nav .inner_header {
    padding: 15px 0;
}

#menu-main li {
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .2s linear;
    padding: .5em 0;
}

@media (min-width: 820px) {
    #menu-main li.menu-item-has-children {
        padding-right: 15px;
    }
    #menu-main li.menu-item-has-children::before {
        content: '\f0d7';
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 0.75em;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #fff;
    }
    #menu-main li.menu-item-has-children:hover ul {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        z-index: 2;
    }
}

/* Banner Variation 1 Styling */
.banner_var-1 {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: 100vh;
    padding: 120px 0 60px;
    text-align: center;
    overflow: hidden;
}

.banner_var-1 *:not(a) {
    color: #fff;
}

.banner_var-1 .owl-rotating {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.banner_var-1 .owl-rotating .rotating_item {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
}

.banner_var-1 h1 {
    margin-bottom: 1rem;
    text-shadow: 1px 1px 5px rgba(24, 24, 24, 1);
}

.banner_var-1 .banner_var_1_1 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner_var-1 .banner_var_1_1 h1 {
    font-size: var(--h4);
    display: inline-flex;
    align-content: center;
}

.banner_var-1 .banner_var_1_1 h1 span {
    font-size: 24px;
    font-weight: 400;
    margin-left: 7.5px;
    margin-top: -3px;
    font-family: var(--alt-title-font);
}

.banner_var-1 .banner_btns {
    margin-top: 30px;
    text-align: center;
}

.banner_var-1 .banner_btns a {
    color: #fff;
    border: solid thin #fff;
    justify-content: center;
    align-items: center;
    margin: 0 3.75px;
    background: rgba(60, 156, 35,1);
}

.banner_var-1 .banner_btns a:hover {
    background: rgba(21, 104, 0,1);
}

.banner_var-1 img {
    max-width: 280px;
}

.banner_var-1 .scroll-down {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.banner_var-1 .scroll-down span {
    display: block;
    margin: 0 10px;
    width: 20px;
    height: 20px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transform-origin: center center;
}

.banner_var-1:has(p) p {
    margin-bottom: 30px;
}

.banner_var-1:has(p) .banner_btns {
    margin-top: 0;
}

/*-------------------------*/
/*     HERO ANIMATION      */
/*-------------------------*/

.home .page-bg .overlay {
  /*background: radial-gradient(rgba(0, 44, 111, 0.265) 60%, rgba(0, 44, 111, 0.765));*/
  background: rgba(0,0,0,.5);
}

.hero-content .title-container {
  display: flex;
  position: relative;
  opacity: 0;
  transform: translateY(80%);
  justify-content: center;
  animation: rollIn .6s ease-in-out 1s 1 normal forwards;
  margin-bottom: 1.5em;
}
.h1 {
  font-size: var(--h1);
  margin-bottom: 1rem;
  text-shadow: 1px 1px 5px rgba(24, 24, 24, 1);
}
.hero-content .title-container .h1 {
  margin: 0;
}

.hero-content .title-container .right-best-container {
  position: relative;
}

.hero-content .title-container .right-text {
  animation: rollOut .6s ease-in-out 3s 1 normal forwards;
}

.hero-content .title-container .best-text {
  opacity: 0;
  transform: translateY(80%);
  animation: rollIn .6s ease-in-out 3s 1 normal forwards;
  position: absolute;
  top: 0;
}

.hero-content .title-container .do-container {
  display: flex;
  animation: rollOut .6s ease-in-out 5s 1 normal forwards;
}

.hero-content .title-container .show-container {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateY(80%);
  animation: rollIn .6s ease-in-out 5s 1 normal forwards;
}

.hero-content .hero-cta-container {
  opacity: 0;
  transform: translateY(80%);
  animation: rollIn .6s ease-in-out 5s 1 normal forwards;
}

.page-bg .overlay {
  background: rgba(0,0,0,.5);
}

/* FR HOMEPAGE ANIMATIONS */
.accueil .hero-content .title-container .h1 {
  font-size: 1.5em;
}

.accueil .hero-content .title-container {
  width: 290px;
  margin: 0 auto 3.5em;
}

.accueil .hero-content .title-container .best-text {
  width: 250px;
}

@media (min-width: 820px) {
  .accueil .hero-content .title-container h1 {
    font-size: 2em;
  }
  
  .accueil .hero-content .title-container {
    width: 510px;
    margin: 0 auto 3.5em;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes rollOut {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  
  100% {
    transform: translateY(-80%);
    opacity: 0;
  }
}

@keyframes rollIn {
  0% {
    transform: translateY(80%);
    opacity: 0;
  }
  
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* Banner Variation 1 Styling End */

.btn_1 {
    border: 1px solid #fff;
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
}
.btn_1:hover {
    color:#3c9c23;
    background:#fff;
}
.btn_2 {
    background: transparent;
    border: solid thin #ffffff;
    color: #ffffff;
    border-radius: 0;
}
.btn_2:hover {
    color:#3c9c23;
    background:#fff;
}
.btn_3 {
    background: transparent;
    border: solid thin #3c9c23;
    color: #3c9c23;
    border-radius: 0;
    margin-top: 1rem;
}
.btn_3:hover {
    background-color: #3c9c23;
    color:#fff;
}
.btn_4 {
    background: transparent;
    border: solid thin #fff;
    color: #fff;
    border-radius: 0;
}
.text_btn {
    text-transform: uppercase;
    font-size: 1em;
    color:#fff;
    margin-left: 1rem;
}

.banner_var-sub {
    background: var(--second_accent);
    text-align: center;
}

.banner_var-sub h2 {
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: var(--alt-title-font);
    font-weight: 300;
}

.section_title h2 {
    color: var(--second_accent);
    font-weight: 300;
}

.section_title p {
    margin-top: 1rem;
    margin-bottom: 0;
}

/* Module 2 Styling */
.module_2 h1 {
    margin-bottom: 1rem;
}

.module_2 h2 {
    margin-bottom: 1rem;
    color: var(--second_accent);
}

.module_2 h3 {
    margin-bottom: 1rem;
    color: var(--second_accent);
}

.module_2 p {
    /* empty rule – you can add styles here if needed */
}

.module_2 img {
    border-radius: 0.25rem;
}

.module_2 .btn_items {
    display: inline-flex;
    align-items: center;
}
/* Module 2 Styling End */

/*-----------------------------------------
  TIMELINE Carousel
------------------------------------------*/
.timeline-auto-height h3.accented {
    margin-bottom: 1rem !important;
    color: var(--second_accent) !important;
    font-family: var(--alt-title-font);
    font-weight: 300;
}

.timeline-auto-height p {
    /* empty rule – add styles here if needed */
}


.timeline-auto-height blockquote p {
  font-size: 1rem;
  margin-bottom: 0;
}

.timeline-auto-height blockquote cite {
  font-size: .6em;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}

blockquote cite::before {
  content: '\2014';
  position: relative;
  display: inline;
  margin-right: 5px;
}

.timeline-auto-height.owl-carousel.owl-line .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}

.timeline-auto-height.owl-theme .owl-dots .owl-dot.active span, .timeline-auto-height.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.timeline-auto-height.owl-theme .owl-dots .owl-dot:focus span {
  border: 1px solid #fff;
}

.timeline-auto-height.owl-carousel {
  background: transparent;
  margin-bottom: 2em;
  padding: 0;
  /*position: absolute;*/
  /*left: 0;*/
  /*height: auto;*/
}

.timeline-auto-height.owl-carousel .owl-stage {
  display: flex;
  align-items: flex-start;
}

.owl-carousel.owl-theme.timeline-auto-height .owl-item .item {
  /*color: #FFFFFF;*/
  /*max-width: 600px;*/
  margin: 0 auto;
  padding: 0 .5em;
  opacity: .5;
  transition: opacity .2s linear;
}

.owl-carousel.owl-theme.timeline-auto-height .owl-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  left: -2em;
  top: 50%;
  margin-top: -50px;
  background: #bbb;
  z-index: 1;
  display: none;
}

.owl-carousel.owl-theme.timeline-auto-height .owl-item.active .item {
  opacity: 1;
}

.timeline-auto-height .alternateBoxes > .row .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.timeline-auto-height .item img {
  border-radius: 8px;
  margin-bottom: 0.8em;
}

.timeline-auto-height .item h3 {
    margin-bottom: 1em;
    font-size: 1.75em;
    margin-top: 7px;
    color: #fff;
}

.timeline-auto-height .item ul {
  margin-left: 0;
}

.timeline-auto-height .item ul li {
  font-size: .875em;
}

.timeline-auto-height .btn.secondary {
    background: none;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    display: table;
}

.timeline-auto-height .btn.secondary:hover {
    background: #fff;
    color: #00273d;
}

.timeline-auto-height .btn.secondary + .btn.secondary {
    margin-top: 10px;
}

.owl-carousel.timeline-auto-height, .owl-carousel.timeline-auto-height .owl-stage-outer, .owl-carousel.timeline-auto-height .owl-item {
  height: auto;
}

.owl-carousel.timeline-auto-height {
  width: 100%;  
}

.owl-carousel.timeline-auto-height .owl-stage-outer {
  /*width: 80%;*/
  overflow: visible;
  margin: 0 auto;
}

.timeline-nav-container {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  max-height: 50px;
  max-width: 1310px;
  padding: 0 .5em;
}

.timeline-nav-container::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  left: 10px;
  top: 50%;
  background: #ccc;
  z-index: 1;
}

.timeline-nav-container.full {

  justify-content: space-between;

  max-width: none;
}

.timeline-nav-container .owl-dot {
  position: relative;
}

.timeline-nav-container .owl-dot .owl-dot-btn {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  padding: .5em 1em;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  z-index: 2;
}

.timeline-nav-container .owl-dot.active .owl-dot-btn {
  background: #156800;
  color: #ffffff;
}

.timeline-nav-container .owl-dot .owl-dot-btn:focus {
  outline: 1px solid #2b2b2b;
}

.timeline-nav-container .owl-dot .owl-dot-btn span {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*max-height: 40px;*/
  background: transparent;
  margin: 0;
  font-size: .75em;
  /*color: #00273d;*/ /* EDIT LOCALLY */
  font-family: "Poppins", Helvetica, sans-serif;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0;
  pointer-events: none;
  text-align: center;
}

.banner_var-sub_2 {
    background: rgba(26, 26, 26, 0.9);
}

.banner_var-sub_2 * {
    color: #fff;
}

.banner_var-sub_2 h2 {
    font-family: var(--alt-title-font);
    font-weight: 300;
    margin-bottom: 1rem;
}

.banner_var-sub_2 p a {
    color: #3c9c23;
}

footer {
    background: #1a1a1a;
}

footer .footer_1 {
    display: flex;
    justify-content: center;
}

footer .footer_1 a {
    color: #1a1a1a;
    font-size: 24px;
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    background: #3c9c23;
}

footer .footer_1 a:hover {
    background: #fff;
    color: #1a1a1a !important;
}

footer .footer_1 a:hover i {
    color: #1a1a1a !important;
}

/* Responsive Styling */

/*-----------------------------------------
  TESTIMONIALS & Testimonial Carousel
------------------------------------------*/
blockquote::before {
    content: "”";
    text-align: center;
    display: block;
    font-size: 4em;
    line-height: 1em;
    vertical-align: bottom;
    height: 0.5em;
}
blockquote p {
    font-family: var(--title-font);
    font-weight: 400;
}
blockquote {
  margin-top: 0;
  margin-bottom: 2em;
}

blockquote::before{
  /*display: none !important;*/
  color: #3c9c23bf;
}

blockquote p {
  font-size: 1rem;
  margin-bottom: 0;
}

blockquote cite {
  font-size: .6em;
  /*color: #fff;*/
  line-height: 1.5;
  display: inline-block;
}

blockquote cite::before {
  content: '\2014';
  position: relative;
  display: inline;
  margin-right: 5px;
}

.testimonial-carousel blockquote p {
  font-size: 1rem;
  margin-bottom: 0;
}

.testimonial-carousel blockquote cite {
  font-size: .6em;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}

.testimonial-carousel blockquote::before{
  /*display: none !important;*/
  color: #ffffffbf;
}

.testimonial-carousel.owl-carousel.owl-line .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot:focus span {
  border: 1px solid #fff;
}

.testimonial-carousel.owl-carousel {
  background: transparent;
  margin-bottom: 60px;
  padding: 0;
  /*position: absolute;*/
  /*left: 0;*/
  /*height: auto;*/
}

.testimonial-carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel.owl-theme.testimonial-carousel .owl-item .item {
  color: #FFFFFF;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2em;
}

.testimonial-carousel .item img {
  border-radius: 8px;
  margin-bottom: 0.8em;
}

.testimonial-carousel .item h3 {
  margin-bottom: 1em;
  margin-top: 7px;
  color: #fff;
}

.testimonial-carousel .item ul {
  margin-left: 0;
}

.testimonial-carousel .item ul li {
  font-size: .875em;
}

.testimonial-carousel .btn.secondary {
    background: none;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    display: table;
}

.testimonial-carousel .btn.secondary:hover {
    background: #fff;
    color: #00273d;
}

.testimonial-carousel .btn.secondary + .btn.secondary {
    margin-top: 10px;
}

.contact-cta {
  text-align: center;
}

.contact-cta h3 {
  color: #00273d;
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 1rem;
}


.owl-carousel.testimonial-carousel, .owl-carousel.testimonial-carousel .owl-stage-outer, .owl-carousel.testimonial-carousel .owl-item {
  height: auto;
}

@media (min-width: 820px) {
  .owl-carousel.owl-theme.testimonial-carousel .owl-item .item {
    max-width: 1310px;
    padding: 0 2em;
  }
  
  .testimonial-carousel blockquote p {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  
  .testimonial-carousel blockquote cite {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1rem;
  }

  .testimonial-carousel .item h3 {
    margin-top: 0px;
  }
  
  .testimonial-nav-container .owl-dot {
    /*height: 70px;*/
    /*background-size: auto 140px;*/
  }
  
  .testimonial-nav-container .owl-dot .owl-dot-btn {
    padding: 0;
  }
  
  .testimonial-nav-container .owl-dot .owl-dot-btn span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  
  .testimonial-nav-container .owl-dot span {
    
  }
  
  .contact-cta h3 {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
}
.banner_var-sub-pg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 50vh;
  text-align: center;
  padding: calc(5rem + 94px) 0 5rem;
  h1 {
    text-shadow: 1px 1px 5px rgba(24, 24, 24, 1);
    color:#fff;
  }
}
#sub-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sub-navigation ul li a {
    display: block;
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .2s linear;
    margin: 0 10px;
    color: #5c5c5c;
}

#sub-navigation ul li a::after {
    content: '';
    display: block;
    margin: .25em auto 0;
    width: 20px;
    height: 1px;
    opacity: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: opacity .2s linear, transform .3s ease;
    background: #3c9c23;
}

#sub-navigation ul li.active a {
    color: #3c9c23;
}

#sub-navigation ul li.active a::after {
    opacity: 1;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.testimonial_section {
    text-align: center;
}

.testimonial_section p {
    font-size: 1rem;
    font-family: var(--title-font);
    font-weight: 400;
    color: #156800;
}

.testimonial_section p cite {
    font-size: 16px;
    line-height: 1.5;
    color: #156800;
    display: inline-block;
    font-family: var(--paragraph-font);
}

.testimonial_section:before {
  color: #3c9c23bf;
  content: "”";
  text-align: center;
  display: block;
  font-size: 4em;
  line-height: 1em;
  vertical-align: bottom;
  height: 0.5em;
  margin-bottom: 1rem;
}
/* Teams */
.member-item {
    display: block;
    position: relative;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    width: 100%;
    max-width: 500px
}

@media (min-width: 500px) {
    .member-item {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin: 0 0 2rem;
        padding: 0 .5rem
    }

    .member-item.show-1-up {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (min-width: 820px) {
    .member-item.show-1-up {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        width: 80%;
        max-width: 1200px;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 2rem 0;
        padding: 0 1rem
    }

    .member-item.show-1-up .thumbnail {
        -ms-flex: 0 1 35%;
        flex: 0 1 35%
    }

    .member-item.show-1-up .member-details {
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
        margin: auto;
        padding-left: 3rem
    }
}

@media (min-width: 980px) {
    .member-item.show-2-up {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .member-item.show-3-up {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .member-item.show-4-up {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .member-item.show-5-up {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }

    .member-item.show-6-up {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
}

.member-item .thumbnail {
    position: relative;
    margin-bottom:0;
    padding-bottom:0;
}

.member-item .thumbnail img {
    width: 100%;
    margin-bottom: 0rem;
    border-radius: 0.25rem;
}

.member-item .thumbnail img.member-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear
}

.member-item .thumbnail:hover img.member-hover {
    opacity: 1
}

.member-item .thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 0.25rem;
}

.member-item .thumbnail .overlay::before,.member-item .thumbnail .overlay::after {
    content: '';
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    opacity: 0;
    transition: opacity .2s .15s, transform .35s
}

.member-item .thumbnail .overlay::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.member-item .thumbnail .overlay::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.member-item .thumbnail span.read-bio {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    transition: all .3s ease
}
.member-item .member-header {
  margin-top: 1rem;
}
.member-item .member-header h3 {
    line-height: 1.25;
        color: #242424;
}

.member-item .member-title {
    font-weight: 600;
    font-size: .65em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: .5rem 0
}
figure.thumbnail::after {
  background: rgba(0, 44, 111, 0.465);
}
.member-item .open-overlay figure.thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all .3s linear
}

.member-item .open-overlay:hover figure.thumbnail::after {
    opacity: 1
}

.member-item .open-overlay:hover img.member-hover {
    opacity: 1
}

.member-item .open-overlay:hover .overlay::before,.member-item .open-overlay:hover .overlay::after {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .2s, transform .35s
}

.member-item .open-overlay:hover .overlay span.read-bio {
    opacity: 1
}
/* Members */
.member-item.has-thumb .open-overlay .member-header .member-title,
.member-item.has-thumb .open-overlay .member-header .read-bio
{
    font-size: 0.8em;
    color: #156800;
}

/* MEMBER PHOTO  */
.members-wrapper {
  justify-content: center;
}
.member-item .thumbnail img {
  /*margin-bottom: 2rem;*/
  /*max-width: 160px;*/
}

.member-item {
    max-width: 300px !important;
}

@media (min-width: 500px) {
  .member-item {
      max-width: 250px;
  }
}

/* SERVICES ALTERNATE BOXES */
.alternateBoxes.full .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.home .alternateBoxes.full .bg {
  min-height: 400px;
}

.overlay-open {
    overflow: hidden !important
}

.close-overlay {
    position: absolute;
    margin: 2rem;
    padding: 0;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    z-index: 9;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden
}

.close-overlay::before,.close-overlay::after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    height: 1px;
    width: 30px;
    left: 0;
    transition: background .2s linear
}

.close-overlay::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-overlay::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.overlay-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: initial;
    z-index: 999
}

.is-loaded .overlay-content {
    transition: all .4s .2s linear
}

.overlay-content.is-showing {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all .4s linear
}

.overlay-content.is-showing .overlay-content-wrapper {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 450ms 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.overlay-content .overlay-content-wrapper {
    position: relative;
    margin: 6rem auto;
    width: 100%;
    max-width: 80%;
    opacity: 0;
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1)
}

@media (min-width: 980px) {
    .overlay-content .overlay-content-wrapper {
        width:80%;
        max-width: 800px
    }
}

.overlay-content .overlay-content-wrapper * {
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important
}

.site_build_item h3 {
    color: rgb(21, 104, 0);
    margin-bottom: 0.5rem;
}

.site_build_item h2.accented {
    color: rgb(21, 104, 0);
    margin-bottom: 0.5rem;
}

.site_build_item a {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .15s linear;
    text-align: center;
    background: transparent;
    border: solid thin #3c9c23;
    color: #3c9c23;
    border-radius: 0;
    margin-top: 1rem;    
}

.site_build_item ul li {
    line-height: 1.75;
    color: #212529;
    font-weight: 400;
}

.site_build_item a:hover {
    background-color: #3c9c23;
    color: #fff;
}

.site_build_item img {
    border-radius: 0.25rem;
}

.site_build_item .singular_list ul li {
    margin-bottom: 1rem;
}

.site_build_item .singular_list ul li strong {
    color: rgb(21, 104, 0);
}

.title_h2 p {
  color: #5c5c5c;
  font-weight: 300;
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--alt-title-font);
}
.title_h2 h2 {
  margin-bottom: 1rem;
}

.banner_var-sub_3 {
    background: #f3f3f3;
}

.banner_var-sub_3 p {
    color: rgba(20, 20, 20, 0.6);
    font-size: .75em;
    line-height: 1.5;
}

.banner_var-sub_6 {
    background: #f3f3f3;
}

.banner_var-sub_6 h3 {
    font-family: var(--alt-title-font);
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 1.75em;
    color: #156800;
}

.banner_var-sub_6 h2 {
    margin-bottom: 1rem;
    color: #156800;
}

.banner_var-sub_6 a {
    display: inline-block;
    width: 100%;
    color: #156800;
}

.banner_var-sub_6 a i {
    font-size: 10px;
}

.banner_var-sub_5 h4 {
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 1.75em;
    color: #156800;
}

.banner_var-sub_4 h4 {
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 1.75em;
    color: #fff;
}

.banner_var-sub_4 p {
    color: #fff;
    margin-bottom: 0;
}

.column_1_contact p { 
    font-size: 1.5em;
    line-height: 1.5;
}

.column_2_contact * {
    color: #5c5c5c;
}

.column_2_contact .accented {
    color: #156800;
}

.column_2_contact h2 {
    color: #156800;
    margin-bottom: 3.75px;
    line-height: 1.3;
    font-size: var(--h3);
}

.column_2_contact h4,
.column_2_contact h4 *,
.column_2_contact h3,
.column_2_contact h3 * {
    font-family: "Pragati", Helvetica, sans-serif;
    font-weight: 600;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.column_2_contact h3 {
    margin-bottom: 30px;
}

.column_2_contact h4 {
    margin-bottom: 0.5em;
    padding-top: 0.5em;
}

.column_2_contact p strong {
    display: inline-block;
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.2rem;
}

.column_2_contact a {
    display: inline-block;
    position: relative;
    color: #3c9c23;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio = 9 / 16 * 100 */
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section_linear {
    text-align: center;
}

.section_linear h2 {
    align-items: center;
    display: flex;
    width: 100%;
}

.section_linear h2 span {
    margin: 0 10px;
}

.section_linear h2:before {
    display: block;
    content: '';
    border-top: 1px solid #333;
    flex-grow: 1;
}

.section_linear h2:after {
    display: block;
    content: '';
    border-top: 1px solid #333;
    flex-grow: 1;
}

.section_linear p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.site_build_item .column_item a {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.site_build_item .column_item strong {
    margin-bottom: 0.25rem;
    display: inline-block;
    width: 100%;
}

.section-kown-title p {
    margin-bottom: 0;
}

.linear_item_panels a {
    color: #3c9c23;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.linear_item_panels a i {
    font-size: 42px;
    color: #3c9c23;
    margin-bottom: 1rem;
}

.linear_item_panels a h4 {
    text-align: center;
    margin-bottom: .5em;
    color: #156800;
    font-family: "Pragati", Helvetica, sans-serif;
    font-weight: 600;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.linear_item_panels a p {
    color: #5c5c5c;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: .9em;
}

.linear_item_panels sm {
    text-align: center;
    font-size: .75em;
    line-height: 1.5;
}

.off-grey {
    background: #f3f3f3;
}

.panel_items_insightful {
    text-align: center;
}

.panel_items_insightful .item_img_insightful {
    padding-bottom: 60%;
    margin-bottom: 2rem;
}

.panel_items_insightful h3 {
    color: #156800;
    margin-bottom: 0.5rem;
}

.panel_items_insightful p {
    /* empty — ready for styles */
}

.panel_items_insightful a {
    width: auto;
    box-shadow: none;
}

.column_know img {
    object-fit: cover;
    height: 250px;
}

.form-item label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 100%;
}
.form-item input:not([type="submit"]),
.form-item textarea {
    display: block;
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
    width: 100%;
    padding: 0.75em;
    font-size: 1em;
    line-height: 1.25;
    background: rgba(92, 92, 92, 0.1);
    color: #5c5c5c;
}
.form-item textarea {
    min-height: 8em;
}
.form-item input[type="submit"] {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .15s linear;
    text-align: center;
    background: transparent;
    border: solid thin #3c9c23;
    color: #3c9c23;
    border-radius: 0;
    cursor: pointer;
}
.wpcf7 {
  margin-top: 30px;
}
.form-item input[type="submit"]:hover {
    background-color: #3c9c23;
    color: #fff;
}
/* CALLOUT FORM */
.callout input:not([type="submit"]) {
  display: block;
  position: relative;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.2s linear;
  width: 100%;
  padding: 0.75em;
  font-size: 1em;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;

}
.callout input:not([type="submit"])::placeholder {
  color: #ffffff;
}
.callout input[type="submit"] {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .15s linear;
    text-align: center;
    min-width: 200px;
    padding: 13px 30px 14px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    cursor: pointer;
}
.callout input[type="submit"]:hover {
  background: #ffffff;
  border-color: transparent;
  color: #005174;
}
.callout p {
  display: flex;
  justify-content: center;
}
.callout .wpcf7-form-control-wrap {
  margin: 0 5px 0px 0;
}
.wpcf7-spinner {
  display: none;
}
footer p {
    font-weight: 400;
}
.text-right-desktop {
    text-align: right;
}
p.disclaimer {
  font-size: 14px;
  line-height: 1.5;
}
footer * {
      color: rgba(255, 255, 255, 0.774);
}
footer a {
color: rgba(255, 255, 255, 0.774);
}
footer a:hover {
color: rgba(255, 255, 255, 0.774);
}
.bottom-footer_1 img {
  max-width: 193px;
}

.bottom-footer_2 p {
    font-size: 14px;
    line-height: 1.5;
}

.bottom-footer_2 p a {
    color: rgba(255, 255, 255, 0.774);
}

.bottom-footer_2 p a:hover {
    color: rgba(255, 255, 255, 0.774);
}

.site_post_item img {
    border-radius: 0.25rem;
}

.site_post_item h2 {
    margin-bottom: 1rem;
    line-height: 1.25;
}

.site_post_item strong {
    text-transform: uppercase;
    font-size: 0.9em;
}

.site_post_item strong,
.site_post_item a,
.site_post_item a:hover {
    color: #3c9c23;
}

.site_post_item h3 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.site_post_item .post-social {
    margin-top: 15px;
}

.site_post_item .post-social a {
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    background: #3c9c23;
    margin-right: 7.5px;
}

.site_post_item .post-social a:hover {
    background: #000;
    color: #fff;
}

#menu-lang {
  margin-left: 30px;
}
.columns_companies a:hover {
    background-color: #3c9c23;
    color: #fff;
}


/* Header Mobile */
#mobile_toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 99999
}

#mobile_toggle nav {
    background-color: var(--second_accent);
    height: 50px;
    position: relative;
    box-shadow: 0 4px 4px rgba(0,0,0,.4)
}

#mobile_toggle #menuToggle input {
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    left: 0;
    top: 0
}

#mobile_toggle #menuToggle .ham span {
    display: flex;
    width: 30px;
    height: 1px;
    margin-bottom: 7px;
    position: relative;
    background: #fff;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease
}

#menuToggle .ham span:first-child {
    transform-origin: 0% 0%
}

#menuToggle .ham span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#menuToggle .ham span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    transition: transform .3s,opacity .3s
}

#menuToggle input:checked~label span:first-child {
    transform: rotate(45deg) translate(1px,1px)
}

#menuToggle input:checked~label span:nth-child(2) {
    opacity: 0
}

#menuToggle input:checked~label span:nth-child(3) {
    transform: rotate(-45deg) translate(0,-1px)
}

#mobile_toggle .menu-main-container_outer {
    box-shadow: 4px 0 4px rgba(0,0,0,.4);
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100vh + 50px);
    padding: 30px;
    background-color: var(--second_accent);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%,0);
    transition: transform .5s cubic-bezier(.77,.2,.05,1);
    top: 50px
}

#mobile_toggle .menu-main-container_outer strong {
    margin-bottom: 0;
    font-size: var(--h3);
    text-align: center;
    color: #fff;
    font-family: var(--title-font);
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
}

#mobile_toggle ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

#mobile_toggle ul li ul {
    display: none
}

#mobile_toggle ul li {
    text-align: left;
    margin-bottom: 7.5px;
    transition-delay: 2s;
    color: #fff;
    font-size: var(--h5);
    width: 100%
}

#mobile_toggle ul li a {
    color: #fff;
    padding: 0 0;
    line-height: 1.5
}

#mobile_toggle ul li a:hover {
    background: 0 0!important
}

#mobile_toggle #menuToggle input:checked~div {
    transform: none
}

.ham {
    position: absolute;
    top: 35px;
    transform: translate(-50%,-50%);
    left: 30px;
    z-index: 9999;
    height: 41px
}

#mobile_toggle a.mobile-toggle-img {
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 1
}

#mobile_toggle a.mobile-toggle-img img {
  height:30px;
  width: auto;
}
.columns_companies a i {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.columns_companies a:hover i {
  color:#fff;
}

@media (max-width: 1199.98px) {
    header {
      text-align: center;
    }
    .header_1 {
      margin-bottom: 15px;
    }
    header .header_2 .float_menu_items {
      justify-content: center;
      padding-right: 15px;
      margin-bottom: 0;
    }
    header .header_1 img {
      position: static;
      transform: translateY(0%);
    }
    .m-btm-60 {
      margin-bottom: 60px;
    }
    .m-btm-30 {
      margin-bottom: 30px;
    }
    .m-btm-15 {
      margin-bottom: 15px;
    }
}

@media (max-width: 991.98px) {
  :root {
      --h1:42px;
      --h2:24px;
      --h3:22px;
      --h4:20px;
      --h5:18px;
      --p:1em;
  }
  .testimonial-carousel blockquote cite {
    font-size: var(--p);
  }

  .margin-bottom-90 {
      margin-bottom: 60px;
  }
  .margin-bottom-120 {
      margin-bottom: 60px;
  }
  .margin-top-90 {
      margin-top: 60px;
  }
  .margin-top-120 {
      margin-top: 60px;
  }
  .padding-bottom-90 {
      padding-bottom: 60px;
  }
  .padding-bottom-120 {
      padding-bottom: 60px;
  }
  .padding-top-90 {
      padding-top: 60px;
  }
  .padding-top-120 {
      padding-top: 60px;
  }

}

@media (max-width: 767.98px) {

  .module_2 img {
    margin-bottom: 30px;
  }
  .callout p {
    flex-wrap: wrap;
  }
  .callout .wpcf7-form-control-wrap {
    margin-bottom: 7.5px;
    width: 100%;
  }
  .callout input[type="submit"] {
    width:100%
  }
  .text-right-desktop {
    text-align: center;
    margin-top: 30px;
  }
  footer img {
    display: block !important;
    margin:0 auto;
  }
  .site_post_item img {
    margin-bottom: 30px;
  }
  .testimonial_section {
    margin-bottom: 30px;
  }
  .title_h2 p {
      font-size: var(--h4);
  }
  .site_build_item a {
    width: 100%;
  }
  .banner_var-sub-pg {
    padding:60px 0 60px;
  }
  .column_2_contact {
    margin-top: 30px;
  }
  .testimonial-carousel.owl-carousel {
    margin-bottom: 30px;
  }
  .member-item {
    max-width: none !important;
  }
  .m-top-30 {
    margin-top: 30px;
  }
  .banner_var-1 { 
    padding:calc(50px) 0 120px;

  }
  .section_linear h2:before {
    content:none;
  }
  .section_linear h2:after{
    content:none;
  }
  .section_linear h2 {
    justify-content: center;
  }
  .section_linear h2 span {
    margin-left: 0;
    margin-right: 0;
  }
}

/* End Responsive Styling */