:root{
  --bs-white:#ffffff;
  --primary-color:#2F6F4E;
  --light-bg:#f8f8f8;
  --black-bg:#000000;
  --medium-amber:#ffe6b8;
}

/* ------------------------
    Section Title
------------------------*/
.section-title {
  margin-bottom: 40px;
  position: relative;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}
.our-mission .section-title p {
  margin-bottom: 10px;
}

.dark-bg .title, .theme-bg .title, .dark-bg .title span, .theme-bg .title span{
  color: #ffffff
}


.section-title h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.section-title h2:before{
  position: absolute;
    height: 1px;
    background: #000000;
    width: 50px;
    top: auto;
    left:0px;
    transform: none;
    bottom:0px;
    transition: all 0.3s ease;
    z-index: 1;
    content: "";
}
.dash-center.section-title h2:before, .contact-us .section-title h2:before, .blog .section-title h2:before, .discover-solution .section-title h2:before, .advisors-collaborators .section-title h2:before, .how-it-works .section-title h2:before{
  background-color: var(--bs-white);
  left:50%;
  transform: translateX(-50%);
}
.dash-center.section-title h2:before, .area-of-study .section-title h2:before, .contact-us .section-title h2:before, .blog .section-title h2:before, .advisors-collaborators .section-title h2:before{
  background-color: var(--black-bg);
}

.dark-bg .title.text-black {
  color: #1f2632
}

.dark-bg .title span.text-theme {
  color: var(--primary-color)
}

/* ------------------------
    Button
------------------------*/
.btn {
  z-index: 1;
  background: none;
  color: #1f2632;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}

.btn-sm {
  padding: 10px 15px;
  color: #1f2632
}

.btn
.btn.focus, .btn:focus {
  box-shadow: none;
  color: #ffffff;
}

.btn + .btn {
  margin-left: 15px
}

.btn.btn-theme {
  background: var(--primary-color);
  color: #ffffff;
}

.btn.btn-theme:hover {
  background: #1c2431;
  color: #ffffff
}

.btn.btn-white {
  background: #ffffff;
  color: #1f2632;
}

.btn.btn-white:hover {
  color: #ffffff;
}

.btn.btn-dark {
  background: #0a1426;
  color: #ffffff;
}

.btn.btn-dark:hover {
  background: var(--primary-color)!important;
  color: #ffffff;
}

.btn.btn-outline {
  border: 1px solid #1c2431;
}

.btn.btn-outline:hover {
  border-color: var(--primary-color);
  background: var(--primary-color)
}

.btn.btn-outline.white {
  border: 1px solid #ffffff;
  color: #ffffff
}

.btn.btn-outline.white:hover {
  border-color: var(--primary-color);
  background: var(--primary-color)
}

.btn span {
  position: relative;
  z-index: 1;
  padding-right: 0px;
}

.btn.btn-white span:before {
  background: #0a1426;
}

.btn.btn-white:hover span:before {
  background: #ffffff;
}

.btn:before, .btn:after {
  z-index: -1;
  content: '';
  background: #1c2431;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn:before {
  top: 0;
  left: 0;
  right: auto;
}

.btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}

.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn:hover span:before {
  width: 30px
}

/* ------------------------
    Accordion
------------------------*/
.accordion .accordion-item {
  background: none;
  position: relative;
}

.accordion .accordion-item .accordion-button {
  text-transform: capitalize;
  font-size: 1.125rem;
  padding: .5rem 1rem;
  border: none;
  background-color: #f5f8fd
}

.accordion .accordion-item .accordion-button[aria-expanded="true"] {
  color: #ffffff;
  background-color: var(--primary-color);
}

.accordion .accordion-item .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}

.accordion .accordion-item .accordion-button:after {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: var(--primary-color);
  content: "\f067";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 0.9rem;
  top: 50%;
  position: absolute;
  right: 0.5rem;
  margin-top: -10px;
  color: #ffffff
}

.accordion .accordion-item .accordion-button[aria-expanded="true"]:after {
  color: var(--primary-color);
  content: "\f068";
  background: #ffffff;
}

.accordion .accordion-body {
  padding: 15px;
  line-height: 2;
}

/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}

.social-icons li a {
  background: #f3f5f8;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  border: 0;
  color: #1f2632;
  overflow: hidden;
}

.social-icons li:hover a {
  background: var(--primary-color);
  color: #ffffff
}

/* ------------------------
    Team
------------------------*/
.team-member {
  position: relative;
  overflow: hidden;
}

.team-member .team-description {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  padding: 15px;
}

.team-social-icon {
  background: #f5f8fd;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.team-member:hover .team-social-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-member .team-description h5 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: #454545;
}

.team-member .team-description h5 a:hover {
  color: var(--primary-color)
}

.team-member .team-description span {
  font-size: 14px
}

.team-social-icon li {
  float: left;
  margin-right: 1px;
}

.team-social-icon li a {
  background: #ffffff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #454545;
  display: inline-block;
  text-align: center;
}

.team-social-icon li a:hover {
  background: #1c2431;
  color: #ffffff;
}

.team-member img {
  width: 100%;
}

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
  border: none;
}

.tab .nav-tabs .nav-link {
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  color: #1f2632;
  position: relative;
  padding: 15px 20px;
  background: #ffffff
}

.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
  background: var(--primary-color);
  color: #ffffff;
}

/* ------------------------
    Counter
------------------------*/
.counter {
  position: relative;
  z-index: 9;
}

.counter span {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
  margin: 0 0 10px;
}

.counter h6 {
  display: block;
  color: #454545;
  font-size: 20px;
  position: relative;
  margin: 0;
}

.counter-icon i {
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  font-weight: normal;
  color: #1c2431;
  margin-bottom: 20px;
}

/* ------------------------
    Blog - Post
------------------------*/
.post-card .link-btn {
  font-size: 26px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #0a1426;
  color: #ffffff
}

.post-card .link-btn:hover {
  background: var(--primary-color);
  transform: rotate(-45deg);
}

.post-card ul li + li:before {
  display: inline-block;
  padding-right: .5rem;
  color: #1f2632;
  content: "\f1ce";
  font-family: 'Line Awesome Free';
  font-weight: 700;
}

/*** Blog Single ***/
.pagination {
  display: inline-block;
}

.pagination > li {
  margin: 0 6px;
  display: inline-block;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.pagination > li > a {
  color: #1f2632;
  font-weight: 600;
  border-color: #e9eaed
}

.pagination > li.active .page-link, .page-link:hover, .page-link:focus {
  box-shadow: none;
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color)
}

/*widget-tags*/
.widget-tags a {
  border: 1px solid #e9eaed;
  color: #1f2632;
  padding: 10px 15px;
}

.widget-tags a:hover {
  background: var(--primary-color);
  color: #ffffff;
}

/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
}

.testimonial .testimonial-caption h5 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
}

/* ------------------------
    Featured Box
------------------------*/
.featured-item {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.owl-carousel .featured-item {
  margin: 30px 0;
}

.featured-item .featured-icon {
  font-size: 60px;
  line-height: 1;
  color: var(--primary-color);
  display: inline-block;
}

.featured-desc p {
  margin-bottom: 0;
}

.featured-title h5 {
  margin: 20px 0 15px;
  text-transform: capitalize;
}

.dark-bg .featured-title h5, .dark-bg .featured-desc, .theme-bg .featured-title h5, .theme-bg .featured-desc, .theme-bg .featured-icon i {
  color: #ffffff
}
.featured-icon img{
  width: 80px;
}
.featured-item.style-1 {
  border: 1px solid #e9eaed;
  padding: 40px;
}
.featured-desc{
  min-height: 225px;
}
.team-wrapper{
  background-color: var(--light-bg);
}
.team-wrapper .featured-icon img{
  width: auto
}
.team-wrapper .featured-item{display: flex;align-items: start;gap: 20px;}
.team-wrapper .row .featured-item{
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.team-wrapper .row .featured-item:hover{
  box-shadow: none;
}
.team-wrapper .featured-title h5{margin: 0px 0px 15px 0px;}
.team-wrapper .featured-desc{min-height: auto;margin-bottom: 10px;}
.bottom-disclaimer .featured-desc{
  padding: 0 50px;
  min-height: auto;
}
.bottom-disclaimer .featured-title h6{
  margin: 20px 0px 10px;
}
.bottom-disclaimer {
    text-align: center;
    background-color: #fff;
    margin: 0 -12px;
    padding: 0px 20px 20px 20px;
    border-top: 1px solid rgba(0,0,0,0.05);
}
@media(min-width:1280px){
  .bottom-disclaimer {
    padding: 0px 50px 20px 50px;
  }
}
.bottom-disclaimer .featured-desc p{
  font-size: 12px;
}
/* ------------------------
    Price Table
------------------------*/
.price-table {
  padding: 50px 30px;
  z-index: 9
}

.price-value h2 {
  color: #1f2632;
  margin-bottom: 0;
}

.price-value h2 span {
  font-size: 18px;
  line-height: 18px;
  color: #454545;
  font-weight: normal;
}

.price-list ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.price-list ul li:last-child {
  margin-bottom: 0;
}

.price-list li i {
  color: #1f2632;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}

.text-white .price-list ul li, .text-white .price-list li i {
  color: rgba(255, 255, 255, 0.7);
}

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar h4 {
  color: #1f2632;
  font-weight: 500;
  font-size: 18px;
}

.ht-progress-bar .progress {
  height: 6px;
  background: #dafeff;
  overflow: visible;
  align-items: center;
  position: relative;
}

.light-bg .ht-progress-bar .progress {
  background: #ffffff;
}

.ht-progress-bar .progress .progress-bar {
  height: 6px;
  background-color: var(--primary-color);
  overflow: visible;
  position: relative;
}

.ht-progress-bar .progress-parcent {
  position: absolute;
  right: 0;
  top: -35px;
  color: #1f2632;
  font-size: 16px;
  font-weight: 600
}

/* ------------------------
Project
------------------------*/
.cases-title {
  width: 100%;
  padding: 20px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.cases-item:hover .cases-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-item .cases-title span {
  color: #ffffff;
  padding: 3px;
  font-weight: 500;
  position: relative;
  z-index: 1
}

.cases-item h4 a {
  color: #ffffff;
  padding: 2px 4px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  z-index: 1
}

.cases-item h4 a:hover {
  color: var(--primary-color);
}

.cases-item h4 a:before, .cases-item .cases-title span:before {
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  content: "";
  background: #0a1426;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1
}

.cases-item:hover h4 a:before, .cases-item:hover .cases-title span:before {
  width: 100%;
}

.popup-img {
  background: #0a1426;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 500;
}

.cases-item .popup-img:hover {
  background: var(--primary-color);
  color: #ffffff
}

.popup-img:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  border: 3px dashed #ffffff;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
}

.cases-item:hover .popup-img:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

.cases-item:hover .popup-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cases-item:hover img {
  transform: scale(1.05);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


/* ------------------------
Services
------------------------*/
.service-item {
  background-color: var(--bs-white);
  position: relative;
  z-index: 1;
}
.what-we-do, .what-we-do .about-image{
  overflow: hidden;
  position: relative;
}
.what-we-do .about-image::after, .service-item .service-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.post-card .blog-image::after{
   position: absolute;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-16%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.service-item:hover .service-img::after, .post-card:hover .blog-image::after, .what-we-do:hover .about-image::after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.owl-carousel .service-item {
  margin: 30px 0;
  padding-top: 25px;
}

.fixedcard-slider.owl-carousel .service-item {
  margin: 30px 15px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  transform: translateY(0); 
}

.fixedcard-slider.owl-carousel .service-item:hover {
  transform: translateY(-20px); /* move up smoothly */
}

.fixedcard-slider.owl-carousel .service-item .service-desc{
  box-shadow: none;
}
.fixedcard-slider.owl-carousel .service-item{
  color: var(--black-bg);
}
.fixedcard-slider.owl-carousel .service-item ul{
  list-style: none;
  padding: 20px 0;
  margin:0;
  position: relative;
  max-height: 7.5em;   
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.fixedcard-slider.owl-carousel .service-item ul li{
  padding-left: 25px;
  position: relative;
}
.fixedcard-slider.owl-carousel .service-item ul li i{
  position: absolute;
  left:0;
  right:auto;
  color: var(--black-bg);
  top:4px
}
.fixedcard-slider.owl-carousel .service-item .service-desc small{
  position: absolute;
  right:30px;
  background-color: var(--light-bg);
  padding: 5px;
  border-radius: 5px;
}
.fixedcard-slider.owl-carousel .service-item .service-desc .toggle-btn{
  position: absolute;
  bottom:20px;
  top:auto;
}
.service-desc {
  padding: 30px 30px 60px 30px;
  position: relative;
  min-height: 410px;
}

.service-desc p {
  margin-bottom: 0;
}
.service-desc p strong{
  font-size: 16px;
}
.service-desc p:first-of-type{
  margin-bottom: 15px;
}
.service-initiative .service-desc {
  min-height: auto;
}
.service-title h5 {
  margin: 20px 0 15px;
  text-transform: capitalize;
}

.service-item.style-1 .service-icon {
  font-size: 50px;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #1c2431;
  color: #ffffff;
  padding: 10px;
}

.service-item.style-1:hover .service-icon, .service-item.style-1.active .service-icon {
  left: 0
}

.service-item.style-1 .link-btn, .service-item.style-2 .link-btn, .discover-solution .service-item.style-2 .btn-dark {
  font-size: 16px;
    display: inline-block;
    transform: scale(0);
    position: absolute;
    right: 30px;
    bottom: 0;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #0a1426;
    color: #ffffff;
    padding: 0 20px;
}
.service-initiative .service-item.style-2 .btn-dark{
  position: static;
  transform: scale(1);
  margin: 0;
}
/* .service-item.style-1 .link-btn:hover, .service-item.style-2 .link-btn:hover {
  background: #1c2431;
} */

.service-item:hover .link-btn, .service-item.active .link-btn {
  transform: scale(1) translateY(50%);
}

.service-item.style-1:hover .service-desc, .service-item.style-1.active .service-desc {
  padding-bottom: 50px
}

.service-item.style-2 {
  border: 15px solid #ffffff;
}

.service-item.style-2 .service-icon {
  font-size: 80px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1c2431
}

.service-item.style-2 .link-btn {
  right: 50%;
  bottom: inherit;
  top: 50%;
  margin-top: -40px;
  margin-right: -20px
}

.service-item.style-2:hover .service-desc, .service-item.style-2.active .service-desc {
  padding-bottom: 30px
}

.service-item.style-3 .service-icon {
  z-index: 9;
  font-size: 40px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: #1c2431
}
.brand-content .video-bg{
  height: 100vh;
  border: 1px inset rgba(0,0,0,0.1);
}
.human-silhouette .parallaxie{
  height: 70vh
}
.balanced-research .parallaxie{
  position: relative;
  background-repeat: repeat!important;
}
.balanced-research .parallaxie:before{
  position: absolute;
  content: '';
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(255,255,255,0.6);
}
.balanced-research .about-image{
  width: 400px;
  margin: 50px auto 0;
}
/************************************/
/*** 	11. How it Works css	  ***/
/************************************/

.how-it-works{
	/* background: var(--secondary-color); */
	padding: 100px 0 70px;
}

.how-it-works-item{
	position: relative;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.how-it-works-image{
	position: relative;
}
.how-it-works .col-lg-2{
  width: 20%;
}
.how-it-works .col-lg-2:nth-child(even) .how-it-works-item .how-it-works-image:before,
.how-it-works .col-lg-2:nth-child(odd) .how-it-works-item .how-it-works-image::before{
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	right: 0;
	width: 90px;
	height: 23px;
	background-size: 100% auto;
	background-position: right center;
	background-repeat: no-repeat;
	transform: translate(130px, -50%);
	z-index: 1;
}

.how-it-works .col-lg-2:nth-child(even) .how-it-works-item .how-it-works-image:before{
	background-image: url('../images/get-balanced/icon-right-up-arrow.svg');
}

.how-it-works .col-lg-2:nth-child(odd) .how-it-works-item .how-it-works-image::before{
	background-image: url('../images/get-balanced/icon-right-up-arrow.svg');
}

.how-it-works .col-lg-2:nth-child(4n + 5) .how-it-works-item .how-it-works-image:before,
.how-it-works .col-lg-2:last-child .how-it-works-item .how-it-works-image:before{
	display: none;
}

.how-it-works-image{
	max-width: 100px;
	width: 100%;
	margin: 0 auto 30px;
}

.how-it-works-image figure,
.how-it-works-image img{
	display: block;
	border-radius: 0px;
}

.how-it-works-content{
	margin: 0 1.563vw;
}

.how-it-works-item .how-it-works-content h3{
	font-size: 20px;
	line-height: 1.4em;
	color: var(--bs-white);
	margin-bottom: 15px;
}

.how-it-works-item .how-it-works-content p{
	color: var(--bs-white);
	margin: 0;
}
@media(max-width:991.98px){
  .how-it-works .col-lg-2{
  width: 50%;
}
}
@media(min-width:991px){
  .blog .card{
  margin-bottom:40px
}
}
.social-icons{display: flex;align-items: center;gap:15px}
	.blog .blog-image .card-img-top{
		min-width:416px;
		min-height:416px;
		object-fit:cover
	}
/************************************/
/*** 	11. box-wrapper css	  ***/
/************************************/
.box-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
  }

  .box {
    flex: 1 1 100%; 
    background: var(--light-bg);
    padding: 20px;
    text-align: center;
    border-radius: 8px;
  }
   .box img{
    width:80px;
    margin: 0 auto 20px;
   }
   .brand-logo .box{
      flex: 0 0 70%; 
    }
   @media (min-width: 767.98px) {
    .brand-logo .box{
      flex: 0 0 calc(40% - 15px); 
    }
  }
   .brand-logo .box img{
    width:auto
   }
   .holistic-lifestyle .box{
    background-color: transparent;
   }
.trademark-slider .row {
    height: 100%;
    justify-content: center;
    align-items: center;
}
.trademark-content h2{
  font-size: 80px;
  line-height: 90px;
}
.trademark-content p{
  font-size: 20px;
}

 @media (max-width: 576px) {
 .trademark-content h2{
      font-size: 40px;
      line-height: 56px;
    }
    .trademark-content p{
      font-size: 16px;
      line-height: 32px;
    }
  }

  @media (min-width: 576px) {
    .box {
      flex: 0 0 calc(48% - 15px); 
    }
  }

  @media (min-width: 768px) {
    .box {
      flex: 0 0 calc(32% - 15px);
    }
    .trademark-content h2{
      font-size: 60px;
      line-height: 75px;
    }
    .trademark-content p{
      font-size: 18px;
      line-height: 35px;
    }
  }
  
  @media (min-width: 1200px) {
    .box {
      flex: 0 0 calc(20% - 15px);
    }
    .trademark-content h2{
      font-size: 80px;
      line-height: 95px;
    }
    .trademark-content p{
      font-size: 20px;
      line-height: 40px;
    }
  }

  .plant-disruptor .box-wrapper .box{
    background-color: var(--medium-amber)
  }
  .master-regulator-slider .item[data-overlay]:before{
    height: calc(100% - 400px);
    top:50%;
    left:50%;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    width:65%;
    background-color: rgba(0,0,0,0.5);
  }
  .master-regulator-slider .container, .master-regulator-slider .row{
    height: 100%;
  }
  .master-regulator-content {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media(min-width:991px){
  .licensingmodal .modal-dialog{
    max-width: 70%;
  }
}
@media(max-width:767.98px){
.fixedcard-slider.owl-carousel .owl-dots{ 
  bottom:-10px
}
.fixedcard-slider.owl-carousel .owl-dot{
  margin: 2px 5px;
}
}
@media(max-width:480px){
.brand-logo .box{
      flex: 0 0 100%; 
    }
    .social-icons{
      flex-direction: column;
      justify-content: start;
      align-items: start;
    }
}

.popup-whatsapp span {
    position:fixed;
    bottom:30px;
    left:20px;
    right:auto;
    top:auto;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #fff;
    display: inline-block;
    background: var(--primary-color);
    color: #ffffff;
    font-size: 30px;
    margin: 0 12px 0 0;
    z-index: 1;
}
.popup-whatsapp span::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 28px;
    top: 28px;
    background: var(--primary-color);
    transition: all 0.4s;
    z-index: -1;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
    display: inline-block;
    opacity: 40%;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}