/*!
Theme Name: Abarca 2023
Theme URI: http://underscores.me/
Author: DEVX LAB, LLC.
Author URI: https://devxlab.com
Description: Description
Version: 3.3.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abarca
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

abarca is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
}
.btn {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif !important;
}


img.custom-logo {
    width: auto;
    max-width: 70%;
    height: auto;
}

.title-section,
.slider-home__title,
.page-hero__title {
    text-transform: none !important;
}
.entry-content,
.entry-content-sector {
    color: #474A52;
}

.entry-content a, 
.entry-content-sector a {
    color: #474A52;
    text-decoration: underline #474A52;
}

.entry-content a:hover, 
.entry-content-sector a:hover {
    color: #EF4E24;
    text-decoration: #EF4E24;
}

.text-orange {
    color: #EF4E24 !important;
    text-decoration: #EF4E24 !important;
}

.text-purple {
    color: #7C2983 !important;
    text-decoration: #7C2983 !important;
}

.entry-content strong,
.entry-content-sector strong {
    color: #474A52;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
}

.contact-form--pbmi.contact-form .wpcf7 label {
	color: #fff;
}

.contact-form--bccp.contact-form .wpcf7 label {
	color: #fff;
}


.btn-contact.btn-contact--white {
	margin-top: 20px;
}

.btn-contact.btn-contact--white input[type="submit"] {
	color: #fff;
	border-color: #fff;
}

.contact-form .wpcf7 label select {
    height: 55px;
    padding: 0 15px;
	width: 100%;
	border: 2px solid #939598;
	margin-top: 6px;
	color: #939598;
}

.page-id-1792 header.entry-header {
    display: none !important;
}
.counter-number em {
    font-weight: 500;
}

.counter-number {
    font-weight: 600;
}
.counter-item:after {
    background-color: transparent;
}
/*** RESPONSIVE IMAGES ON CONTENT ***/
.entry-content img.full-image,
.entry-content-sector img.full-image {
    max-width: 100%;
    height: auto;
}

.entry-content figure,
.entry-content-sector figure {
    margin: 0 0 1rem;
    max-width: 100%;
    height: auto;
}

.entry-content iframe,
.entry-content-sector iframe {
	max-width: 100%;
}

.go-back-box {
	margin-top: 15px;
	margin-bottom: 15px;
	position: absolute;
	z-index: 999;
}

.go-back-box a.go-back {
	color: #666;
}

#content.site-content {	
    overflow-y: hidden;
}

article.post .entry-content strong::before,
article.post .entry-content-sector strong::before {
	display: none !important;
}

.page-hero.no-header {
	overflow: hidden;
}

.page-hero.no-header .page-hero__content::before {
	border-width: 0 !important;
}



/***
 ** BETTER CARE TEMPLATE
 **/
 .bh-header {
	background: url("../../assets/img/bg-hero.jpg");
	background-size: cover;
  }
  
  .bh-header-image-box {
	position: relative;
  }
  
  .bh-header-image-box img {
	position: absolute;
	bottom: 0;
  }
  
  .bh-header, .bh-header-image-box {
	height: 120px;
	position: relative;
	z-index: 9;
  }
  
  #section-about, #section-who {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 999;
  }
  
  .about-info, .who-info, .who-areas, .deadlines-more-info {
	font-size: 14px;
  }
  
  .about-selection {
	font-weight: bold;
  }
  
  h1.about-header {
	color: #7b2883;
	font-size: 23px;
  }
  
  #section-buttons {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
  }
  
  #section-who {
	background: url("../../assets/img/bg-who.jpg"), #7b2883;
	color: #fff;
  }
  
  .who-areas {
	color: #5bc1a8;
	text-transform: none;
  }
  
  h2.who-header {
	font-size: 20px;
	font-weight: bold;
  }
  
  #section-deadlines {
	background: url("../../assets/img/bg-events.jpg") bottom left / contain no-repeat, #7b2883;
	padding-top: 60px;
	padding-bottom: 60px;
  }
  
  h3.deadlines-header {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
  }
  
  .deadlines-more-info {
	font-weight: bold;
	color: #fff;
  }
  
  #section-bettercare {
	padding-top: 30px;
	padding-bottom: 30px;
	background: url("../../assets/img/bg-better-care.jpg") right / cover no-repeat;
  }
  
  .bg-light {
	  background-color: #fff;
  }

ul.who-areas li {
	list-style: none;
}
	ul.who-areas li::before {
		content: '';
		height: 11px;
		width: 11px;
		background-image: url(./src/img/list-triangle.png);
		background-size: 10px;
		background-repeat: no-repeat;
		display: block;
		float: left;
		margin-right: 4px;
		margin-top: 10px;
		margin-left: -14px;
	}

.how-we-think-lang-btn {
	padding: 15px;
	margin-bottom: 30px;
}

/* .page-hero-outter {
	margin-bottom: 30px;
} */

.page-hero.no-margin-bottom {
	margin-bottom: 0 !important;
}
section.no-border-top .section-bg {
    border: 0 !important;
}

section .section-bg.border-orange {
    border-color: #EF4E24;
}

section .section-bg.border-pink {
    border-color: #B266B7;
}

  h3.bc-header {
    font-family: 'ProximaNova-Regular';
	color: #7b2883;
	font-size: 23px;
  }
  p.bc-text {
    font-family: 'ProximaNova-Regular';
    color: #292b2c;
    font-size: 15px;
  }


/*** Pharmacy Help Videos ***/

.myvideo-box {
	width:  100%;
	height: auto;
	margin: auto;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
	overflow: hidden;
}
.myvideo {
	position:  relative;
	height:  0;
	padding-top:  56.25%;
}
.myvideo iframe {
	position:  absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  100%;
}
.my-content-section {
	margin-top:  30px;
	padding-bottom:  30px;
}

.main-navigation .menu li a {
	white-space: nowrap;   
}


.page-template-page-pbmi h1.entry-title {
    color: black;
}
.page-template .addtoany_share_save_container,
.page-template-default .addtoany_share_save_container {
    display: none;
}

.video-box {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0;
}

.video-box .video {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin-left: 0;
    margin-right: 0;
}

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

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


/*** Pharmacy Help Videos ***/

.myvideo-box {
    width: 100%;
    height: auto;
    margin: auto;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
    overflow: hidden;
}

.myvideo {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

.myvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.my-content-section {
    margin-top: 30px;
    padding-bottom: 30px;
}

/*** New Styles ***/

.page-hero-contact .page-hero__content:before, 
.page-hero-contact .page-hero__content:after {
    border-style: none;
}
.page-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover !important;
    background-position: bottom !important;

    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.page-hero.page-hero-contact {
    margin-bottom: 0;
    background-size: cover !important;
    height: 856px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-hero.page-hero-contact .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none !important;
}

.page-hero.page-hero-post {
    background-size: contain !important;
    height: auto;
    min-height: 85px;
    margin-bottom: 30px;
}

.page-hero-sector {
    margin-bottom: 30px;
}


.section-testimonials {
    background: #EF4E24;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.section-testimonials:before {
    background: none;
}

/*** Esconder Comillas ***/
.testimonial-slider__title:after {
    display: none;
}
.testimonial-slider__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    text-transform:     none;
}

.section-journey.section-journey-contact .section-bg {
    border-top: 0 !important;
}
.section-journey.section-journey-who-we-are .section-bg {
    border-top: 0 !important;
}

.section-sector .section-title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #761583;
}

.section-values {
    padding: 40px 20px;
    background-color: #EF4E24;
}

.section-values .value__image {     
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-values .value__image img { 
    width: 100%;
    max-width: 313px;
    height: auto;
}
.section-values .values__content {
    text-align: center;
    color: #474A52;
    padding: 0 15px 15px;
}

.values__content .values__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 24px;
    
}
.values__content .values__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}

.section-journey {
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
}

.section-cta-banner,
.section-content-banner,
.section-our-mission {
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
}

/*** Section Pillars ***/
.section-pillars {
    background-color: #7C2983;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-pillars2 {
    background-color: #7C2983;
    padding-top: 50px;
    padding-bottom: 50px;
}
.art-pill {
    border: 1px solid #00E5C7;
    border-radius: 15px;
}
.art-pill__header {
    height: auto;
    background-color: transparent;
    margin-bottom: 24px;
}
.art-pill__title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}
.art-pill__section {
    padding-top: 30px;
}
.art-pill__section p {
    font-size: 15px;
    color: #ffffff;
}

.art-pill2 {
    width: auto;
    height: auto;
    min-height: 455px;
    padding: 30px 15px;
    margin-bottom: 25px;

    border: 1px solid #00E5C7;
    border-radius: 15px;
}

.art-pill2__header img {
    width: 220px;
    height: auto;
}

.art-pill2__header {
    height: auto;
    background-color: transparent;
    margin-bottom: 24px;
}
.art-pill2__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-align: center;

    color: #ffffff;
    margin-bottom: 5px;
}
.art-pill2__section {
    padding-top: 0;
}
.art-pill2__section p {
    font-size: 15px;
    font-size: 18px;
    text-align: center;

    color: #ffffff;
}

.title-section {
    font-size: 34px;
    line-height: 34px;
    font-weight: 800;
    color: #ffffff;
    text-transform: none;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    margin-bottom: 15px;
    border-radius: 10px;
}
.description-section {
    color: #ffffff;
    font-size: 20px;
    max-width: 920px;
    width: 100%;
}
.category-section {
    text-transform: none;
    font-size: 22px;
    color: #f54a10;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}
.category-section:before {
    display: block;
    content: "";
    margin-bottom: 15px;
    width: 102px;
    height: 15px;
    background-color: transparent;
}

.section-counter {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-journey .container {
    z-index: 10;
}
.section-journey .section-bg {   
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-journey .section-img {
    display: none;
}

.section-what-we-do .section-title {
    color: #7C2983;
    font-size: 26px;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-weight: 800;
}

.section-our-mission .section-title {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 15px;
}

.section-our-mission .section-subtitle {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-our-mission .section-content {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
}

.cta-banner-section__title {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 15px;
}

.content-banner-section__title {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

.content-banner-section__content {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
}

.values__section-title {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 15px;
}

.values__section-category {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.values__section-info {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
}

.section-counter .section-title {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 15px;
}

.section-counter .section-subtitle {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-counter .section-content {        
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.section-team__title,
.modal-team__title {
    color: #761583;
}  

.page-hero:after,
.section-home-slider:after,
.section-journey:before,
.section-our-mission:before,
.section-content-banner:before,
.section-cta-banner:before {
    display: none;
}

/* .section-home-slider__content:after {
    border-color: transparent;
}
.section-home-slider__content:before {
    border-color: transparent;
} */
.section-home-slider__content:before,
.section-home-slider__content:after {
    display: none;
}
.section-home-slider {
    padding-bottom: 0;
    margin-bottom: 0;
}
.slider-home__item {
    display: flex !important;
    background-size: cover !important;
    background-position: center 80% !important;
    background-repeat: no-repeat !important;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
    padding: 40px 0;
}

.slider-home__category {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.slider-home__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
}

.slider-home__info,
.slider-home__info p {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.our-pillars__category {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.our-pillars__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
}

.our-pillars__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.counter__category {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.counter__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}

.counter__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}

.journey__category {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.journey__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
}

.journey__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.section-meet-darwin__category {
    padding-top: 100px; 
    padding-bottom: 100px;
    
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.meet-darwin__category__section {
    padding: 40px 15px 0;
}

.meet-darwin__category__header-title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    color:#761583;
    font-size: 17px;
    line-height: 21px;
}

.meet-darwin__category__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 28px;
}

.meet-darwin__category__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.section-whatwedo {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.whatwedo__section {
    padding: 40px 15px 0;
}

.whatwedo__header-title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    color:#761583;
    font-size: 17px;
    line-height: 21px;
}

.whatwedo__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 28px;
}

.whatwedo__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.cta-banner__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    color:#761583;
}

.whoweserve__section {
    padding: 40px 15px 0;
}

.whoweserve__section-title {
    color: #7C2983;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 28px;
}


.whoweserve__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    color: #7C2983;
    font-weight: 800;
    font-size: 32px;    
    line-height: 28px;
}
.whoweserve__title a {
    color: #7C2983;
    text-decoration: none;
}
.whoweserve__title a:hover, 
.whoweserve__title a:focus {
    color: #7C2983;
    text-decoration: underline;
}

.whoweserve__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.sector__section {
    padding: 0;
}

.sector__section-title {
    color: #7C2983;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

.sector__section-info {
    color: #474A52;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
}

.entry-content p, 
.entry-content ul,
.entry-content-sector p, 
.entry-content-sector ul {
    color: #474A52;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
}
.entry-content *,
.entry-content-sector * {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    color: #474A52;
}

.entry-content h1,
.entry-content-sector h1 {
    color: #7C2983;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 24px;
}
.entry-content h2,
.entry-content-sector h2 {
    color: #7C2983;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 21px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.entry-content h3,
.entry-content-sector h3 {
    color: #B266B7;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    text-transform: capitalize;
}
.entry-content h4,
.entry-content-sector h4 {
    color: #474A52;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 15px;
}
.entry-content h5,
.entry-content-sector h5 {
    color: #474A52;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 15px;
}
.entry-content h6,
.entry-content-sector h6 {
    color: #474A52;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 17px;
}


.page-hero__category,
.page-hero__title,
.page-hero__info {
	padding-left: 0;
}

.page-hero__content {
    width: 100%;
}

.page-hero__content-block {
    padding: 0;
}

.page-hero__category {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.page-hero__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
}

.page-hero__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.page-assura__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 30px;
}

.page-assura__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.section-assura {
    margin-bottom: 25px;    
}

.section-assura__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.assura__content {
    padding: 15px;
}

.assura__title {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 28px;
    color: #7C2983;
}

.assura__subtitle {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #7C2983;
    margin-bottom: 10px;
}

.assura__info {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.contact-form-v2 {
    padding: 30px;
    background-color: #7C2983;
    border: 1px solid #7C2983;
}

.contact-form-v2 .wpcf7 p {
    color: #fff;
}

.contact-form-v2 .wpcf7 label {
    width: 100%;
    color: #fff;
}

.contact-form-v2 .wpcf7 label input[type="text"],
.contact-form-v2 .wpcf7 label input[type="email"],
.contact-form-v2 .wpcf7 label textarea {
    padding: 0 15px;
    width: 100%;
    border: 2px solid #ffffff;
    margin-top: 6px;
    color: #7C2983;
}

.contact-form-v2 .wpcf7 label select {
    height: 70px;
    padding: 0 15px;
    width: 100%;
    border: 2px solid #ffffff;
    margin-top: 6px;
    color: #939598;
}
.contact-form-v2 .btn-contact-v2 input[type="submit"] {
    color: #fff !important;
    background: #EF4E24;
    cursor: pointer;
    border: 1px solid #EF4E24;
    padding: 7px 32px 6px 32px;
    text-transform: none;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-weight: 800;
    color: #FFFFFF;
    position: relative;
}

.btn-contact-v2 .wpcf7-spinner {    
    display: block;
    margin: 10px 0 10px auto;
}

.footer-area-2 {
    display: flex !important;
}

footer.site-footer {
    background-color: #761583;
}
footer.site-footer .footer-area-2 .widget_nav_menu:first-child:after {
    width: 0;
}

footer.site-footer .footer-area-2 .widget_nav_menu .menu li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}

footer .widget.widget_media_image {
	max-width: 130px;
}

footer.site-footer .cnss-social-icon {
    text-align: center !important;
}

.copyright-text {
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    list-style: 18px;
    color: #ffffff;
}


.card-white {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 7px;
    overflow: hidden;
}
.card-white .values__content {
    padding: 0 20px 30px;
}


.card-border-green {
    border: 1px solid #00E5C7;
    border-radius: 7px;
    overflow: hidden;
}
.card-border-green .team__section,
.card-border-green .post-serve__section,
.card-border-green .values__content {
    padding: 0 20px 30px;
}
.card-border-green .post-serve__section .post-serve__title,
.card-border-green .post-serve__section .post-serve__title a {
    color: #00E5C7;
}

.card-border-green .team__title,
.card-border-green .post-do__title, 
.card-border-green .whatwedo__title,
.card-border-green .meet-darwin__category__title {
    color: #00E5C7;
}
.card-border-green .post-do__title:before {
    display: none;
}

.card-border-purple {
    border: 1px solid #7C2983;
    border-radius: 7px;
    overflow: hidden;
}
.card-border-purple .team__section,
.card-border-purple .post-serve__section {
    padding: 0 20px 30px;
}
.card-border-purple .post-serve__section .post-serve__title,
.card-border-purple .post-serve__section .post-serve__title a {
    color: #7C2983;
}

.card-border-purple .team__title,
.card-border-purple .post-do__title, 
.card-border-purple .whatwedo__title,
.card-border-purple .meet-darwin__category__title {
    color: #7C2983;
}
.card-border-purple .post-do__title:before {
    display: none;
}

.card-border-orange {
    border: 1px solid #EF4E24;
    border-radius: 7px;
    overflow: hidden;
}
.card-border-orange .team__section,
.card-border-orange .post-serve__section {
    padding: 0 20px 30px;
}
.card-border-orange .post-serve__section .post-serve__title,
.card-border-orange .post-serve__section .post-serve__title a {
    color: #EF4E24;
}
.card-border-orange .team__title,
.card-border-orange .post-do__title, 
.card-border-orange .whatwedo__title,
.card-border-orange .meet-darwin__category__title {
    color: #EF4E24;
}
.card-border-orange .post-do__title:before {
    display: none;
}

.btn-outline {
    display: inline-block;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
    padding: 7px 32px 6px 32px;
    font-size: 16px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    padding-bottom: 4px;
    text-decoration: none;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-weight: 800;
}

.btn-outline:hover {
    text-decoration: none;
}

.btn-outline-purple {
    color: #7C2983 !important;
    background: #ffffff !important;
    border: 1px solid #7C2983 !important;
    text-transform: none;
}
.btn-outline-purple i.icon-triagle-right {
    top: -5px;
    margin-left: 15px;
    border-color: transparent transparent transparent #7C2983;
}
.btn-outline-purple:hover {
    color: #ffffff !important;  
    background: #7C2983 !important;
    border: 1px solid #7C2983 !important;
}
.btn-outline-purple:hover i.icon-triagle-right {
    border-color: transparent transparent transparent #ffffff;
}


.btn-outline-orange {
    color: #EF4E24 !important;
    background: #ffffff !important;
    border: 1px solid #EF4E24 !important;
    text-transform: none;
}
.btn-outline-orange i.icon-triagle-right {
    top: -5px;
    margin-left: 15px;
    border-color: transparent transparent transparent #EF4E24;
}
.btn-outline-orange:hover {
    color: #ffffff !important;
    background: #EF4E24 !important;
    border: 1px solid #EF4E24 !important;
}
.btn-outline-orange:hover i.icon-triagle-right {
    border-color: transparent transparent transparent #ffffff;
}

.post-news__header img {
    border-radius: 10px;
} 
.post-news__section {
    display: -ms-block;
    display: block;
    height: auto;
} 
.post-news__section .post-news__categories a {
    color: #EF4E24; 
    font-size: 12px;
} 
.post-news__section .post-news__categories {   
    margin-bottom: 5px;
}
.post-news__section .post-news__title a {
    color: #761583;
    font-family: 'Proxima Nova', 'proxima-nova', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}
.post-news__section .post-news__date {
    font-size: 15px;
    color: #474A52;
}

.slider-home .slick-next {
    right: 10px !important;
}
.slider-home .slick-prev {
    left: 10px !important;
}

/*** Media Queries ***/

@media (min-width: 300px) {
	#section-about, #section-who {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
}


@media (min-width: 576px) {
    .bh-header, .bh-header-image-box {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 700px !important;
    }
    .slider-home__category,
    .slider-home__title, 
    .slider-home__info {
        margin-left: 0px;
    }
    .slider-home__category {
        font-size: 17px;
        line-height: 17px;
    }

    .slider-home__title {
        font-size: 60px;
        line-height: 50px;
    }

    .slider-home__info,
    .slider-home__info p { 
        font-size: 21px;
        line-height: 27px;
    }
    
    .slider-home__item {
        align-items: start;
        padding: 0px;
        min-height: 360px;
    }

    .our-pillars__category {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .our-pillars__title {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .our-pillars__info { 
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    .counter__category {
        font-size: 17px;
        line-height: 17px;
    }

    .counter__title {
        font-size: 60px;
        line-height: 50px;
    }

    .counter__info { 
        font-size: 21px;
        line-height: 27px;
    }

    .journey__category {
        font-size: 17px;
        line-height: 17px;
    }

    .journey__title {
        font-size: 60px;
        line-height: 50px;
    }

    .journey__info { 
        font-size: 21px;
        line-height: 27px;
    }

    .whatwedo__section {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .whatwedo__header-title {
        font-size: 24px;
        line-height: 28px;
    }

    .whatwedo__title {
        font-size: 38px;
        line-height: 36px;
    }

    .whatwedo__info { 
        font-size: 19px;
        line-height: 24px;
    }


    .meet-darwin__category__section {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .meet-darwin__category__header-title {
        font-size: 24px;
        line-height: 28px;
    }

    .meet-darwin__category__title {
        font-size: 38px;
        line-height: 36px;
    }

    .meet-darwin__category__info { 
        font-size: 19px;
        line-height: 24px;
    }

    .cta-banner__title {
        font-size: 40px;
        line-height: 40px;
    }


    .sector__section {
    }

    .sector__section-title {
        font-size: 60px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .sector__section-info {    
        font-size: 26px;
        line-height: 32px;
    }

    .entry-content p, 
    .entry-content ul,
    .entry-content-sector p, 
    .entry-content-sector ul {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .entry-content h1,
    .entry-content-sector h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .entry-content h2,
    .entry-content-sector h2 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .entry-content h3,
    .entry-content-sector h3 {
        font-size: 32px;
        line-height: 24px;
    }
    .entry-content h4,
    .entry-content-sector h4 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .entry-content h5,
    .entry-content-sector h5 {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .entry-content h6,
    .entry-content-sector h6 {
        font-size: 21px;
        line-height: 21px;
    }

    .page-hero {
        align-items: start;
        background-size: auto 360px !important;
        height: 360px;
        margin-bottom: 40px;
    }

    .page-hero.page-hero-post {
        min-height: 185px;
        margin-bottom: 50px;
    }

    .page-hero__category,
    .page-hero__title,
    .page-hero__info {
        margin-left: 0px;
    }

    .page-hero__content-block {
        padding-top: 68px;
    }
    
    .page-hero__category {
        font-size: 14px;
        line-height: 14px;
    }
    
    .page-hero__title {
        font-size: 60px;
        line-height: 50px;
    }
    
    .page-hero__info {
        font-size: 19px;
        line-height: 24px;
    }
    
    .page-assura__title {
        font-size: 60px;
        line-height: 50px;
    }
    
    .page-assura__info {
        font-size: 19px;
        line-height: 24px;
    }

    .section-assura__info {
        font-size: 19px;
        line-height: 24px;
    } 

    .assura__content {
        height: 410px;
    }
    
    .assura__title {
        font-size: 26px;
        line-height: 28px;
    }
    
    .assura__subtitle {
        font-size: 21px;
        line-height: 24px;
    }
    
    .assura__info {
        font-size: 17px;
        line-height: 20px;
    }

	h1.about-header {
	  font-size: 33px;
	}
	h2.who-header {
	  font-size: 30px;
	}
    h3.deadlines-header {
      font-size: 30px;
    }
    h3.bc-header {
        font-size: 33px;
    }
    /* .page-hero-outter {
        margin-bottom: 160px;
    } */
    
    .how-we-think-lang-btn {
        margin-left: 0;	
        margin-bottom: 0;
    }
    p.bc-text {
      font-size: 19px;
    }
	.bh-header, .bh-header-image-box {
	  height: 242px;
	}
	.about-info, .who-info, .who-areas, .deadlines-more-info {
	  font-size: 17px;
	}

    .section-counter {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .section-values {
        padding: 80px 20px;
    }

    .section-journey {
        min-height: 470px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 70px 20px;
    }
    .section-cta-banner,
    .section-content-banner,
    .section-our-mission {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 20px;
    }

    .section-journey .section-bg { 
        display: block;   
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-top: 80px solid #fff;
    }

    .section-journey .section-img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;

        background-size: contain !important;
        background-position: bottom right !important;
    }

    .section-what-we-do .section-title {
        font-size: 32px;
    }

    .section-our-mission .section-title {    
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .section-our-mission .section-subtitle {       
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .section-our-mission .section-content {  
        font-size: 28px;
        line-height: 32px;
    }

    .cta-banner-section__title {    
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .content-banner-section__title {    
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .content-banner-section__content {  
        font-size: 28px;
        line-height: 32px;
    }

    .values__section-title {       
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .values__section-category {        
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .values__section-info { 
        font-size: 28px;
        line-height: 32px;
    }

    .section-counter .section-title {   
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .section-counter .section-subtitle {     
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .section-counter .section-content {     
        font-size: 19px;
        line-height: 22px;
    }

    .values__content .values__title {
        font-size: 28px;
        line-height: 28px;
        
    }
    .values__content .values__info {
        font-size: 17px;
        line-height: 22px;
    }

    .section-pillars2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .art-pill2 {
        width: auto;
        height: auto;
        min-height: 210px;
    }
	.art-pill2__title, 
	.art-pill2__section p {		
		text-align: start;
	}

    .section-sector .section-title {
        font-size: 32px;
        line-height: 36px;
    }

    footer.site-footer .footer-area-2 .widget_nav_menu .menu li {
        margin-bottom: 30px;
    }

    footer.site-footer .footer-area-2 .widget_nav_menu .menu li a {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 880px !important;
    }
    .slider-home__category,
    .slider-home__title, 
    .slider-home__info {
        margin-left: 0px;
    }
    .slider-home__category {
        font-size: 17px;
        line-height: 17px;
    }

    .slider-home__title {
        font-size: 60px;
        line-height: 50px;
    }

    .slider-home__info,
    .slider-home__info p { 
        font-size: 21px;
        line-height: 27px;
    }
    
    .slider-home__item {
        align-items: start;
        padding: 0px;
        min-height: 480px;
    }

    .our-pillars__category {
        font-size: 17px;
        line-height: 17px;
    }

    .our-pillars__title {
        font-size: 60px;
        line-height: 50px;
    }

    .our-pillars__info { 
        font-size: 21px;
        line-height: 27px;
    }

    .counter__category {
        font-size: 17px;
        line-height: 17px;
    }

    .counter__title {
        font-size: 60px;
        line-height: 50px;
    }

    .counter__info { 
        font-size: 21px;
        line-height: 27px;
    }

    .section-journey {
        height: 470px;
        min-height: auto;
        padding-top: 120px;
    }

    .journey__category {
        font-size: 17px;
        line-height: 17px;
    }

    .journey__title {
        font-size: 60px;
        line-height: 50px;
    }

    .journey__info { 
        font-size: 21px;
        line-height: 27px;
    }

    .page-hero {
        align-items: start;
        background-size: auto 480px !important;
        height: 480px;
        margin-bottom: 90px;
    }

    .page-hero__category,
    .page-hero__title,
    .page-hero__info {
        margin-left: 0px;
    }

    .page-hero__content-block {
        padding-top: 104px;
    }
    
    .page-hero__category {
        font-size: 14px;
        line-height: 14px;
    }
    
    .page-hero__title {
        font-size: 60px;
        line-height: 40px;
    }
    
    .page-hero__info {
        font-size: 19px;
        line-height: 24px;
    }
    
    .page-assura__title {
        font-size: 60px;
        line-height: 50px;
    }
    
    .page-assura__info {
        font-size: 21px;
        line-height: 24px;
    }
    
    .section-assura__info {
        font-size: 21px;
        line-height: 24px;
    }
        
    .assura__title {
        font-size: 26px;
        line-height: 28px;
    }
        
    .assura__subtitle {
        font-size: 21px;
        line-height: 24px;
    }
    
    .assura__info {
        font-size: 19px;
        line-height: 22px;
    }

    #section-bettercare {
      padding-top: 60px;
      padding-bottom: 60px;
      background: url("../../assets/img/bg-better-care.jpg") right / contain no-repeat;
    }
	.bh-header, .bh-header-image-box {
	  height: 300px;
	}
    .section-team__title {
        text-align: start;
    }
    .section-testimonials {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .testimonial-slider__title {
        font-size: 48px;
        line-height: 60px;
        text-transform: none;
    }
    footer.site-footer .cnss-social-icon {
        text-align: left !important;
    }

    /*** Header ***/
    .section-home-slider {
        position: relative;
        margin-bottom: 0;
    }
    /*** Header ***/
    .section-home-slider {
        position: relative;
        margin-bottom: 0;
    }
    /*** Section Pillars ***/
    .art-pill {
        border-radius: 15px;
    }
    .art-pill__header {
        height: 245px;
        margin-bottom: 24px;
    }
    .art-pill__title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .art-pill__section p {
        font-size: 15px;
    }
    .art-pill2 {
        width: 100%;
        min-height: 555px;
    }
    .art-pill2__header {
        height: auto;
    }
	.art-pill2__title, 
	.art-pill2__section p {		
		text-align: center;
	}
    .title-section {
        font-size: 64px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 15px;
    }
    .description-section {
        font-size: 20px;
        max-width: 920px;
        width: 100%;
    }
    .category-section {
        font-size: 22px;
        margin-bottom: 5px;
        position: relative;
    }
    .category-section:before {
        display: block;
        content: "";
        margin-bottom: 15px;
        width: 102px;
        height: 15px;
        background-color: transparent;
    }

    .section-counter .section-title {   
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 15px;
    }

    .section-counter .section-subtitle {     
        font-size: 19px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .section-counter .section-content {     
        font-size: 21px;
        line-height: 24px;
    }

    .values__content .values__title {
        font-size: 26px;
        line-height: 26px;
        
    }
    .values__content .values__info {
        font-size: 17px;
        line-height: 22px;
    }
    
    .section-sector .section-title {
        font-size: 48px;
        line-height: 50px;
    }

    .copyright-text {
        font-size: 18px;
        list-style: 22px;
    }
}

@media (min-width: 1150px) and (max-width: 1440px) {	
    .how-we-think-lang-btn {
        margin-left: 66px;	
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1080px !important;
    }
    .slider-home__category,
    .slider-home__title, 
    .slider-home__info {
        margin-left: 0px;
    }
    .slider-home__category {
        font-size: 17px;
        line-height: 17px;
    }

    .slider-home__title {
        font-size: 64px;
        line-height: 68px;
    }

    .slider-home__info,
    .slider-home__info p { 
        font-size: 26px;
        line-height: 32px;
    }

    .our-pillars__category {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 28px;
    }

    .our-pillars__title {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 28px;
    }

    .our-pillars__info { 
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 44px;
    }

    .counter__category {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 28px;
    }

    .counter__title {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 28px;
    }

    .counter__info { 
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 44px;
    }

    .journey__category {
        font-size: 17px;
        line-height: 17px;
    }

    .journey__title {
        font-size: 64px;
        line-height: 68px;
    }

    .journey__info { 
        font-size: 26px;
        line-height: 32px;
    }

    .whatwedo__section {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .whatwedo__header-title {
        font-size: 32px;
        line-height: 36px;
    }

    .whatwedo__title {
        font-size: 40px;
        line-height: 48px;
    }

    .whatwedo__info { 
        font-size: 30px;
        line-height: 40px;
    }

    .meet-darwin__category__section {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .meet-darwin__category__header-title {
        font-size: 32px;
        line-height: 36px;
    }

    .meet-darwin__category__title {
        font-size: 40px;
        line-height: 48px;
    }

    .meet-darwin__category__info { 
        font-size: 30px;
        line-height: 40px;
    }

    .cta-banner__title {
        font-size: 48px;
        line-height: 52px;
    }

    .whoweserve__section-title {
        font-size: 32px;
        line-height: 36px;
    }
    
    .whoweserve__title {
        font-size: 40px;
        line-height: 48px;
        overflow-y: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    
    .whoweserve__info {
        font-size: 24px;
        line-height: 30px;
        height: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10; /* number of lines to show */
                line-clamp: 10; 
        -webkit-box-orient: vertical;
    }
    
    .art-pill__title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .art-pill__section p {
        font-size: 20px;
        line-height: 24px;
    }

    .section-pillars2 {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .art-pill2 {
        padding: 40px 25px;
    }
    
    .art-pill2__header img {
        width: 339px;
        height: auto;
    }
    .art-pill2__title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 5px;
    }
    .art-pill2__section p {
        font-size: 20px;
        line-height: 24px;
    }

    .sector__section {
    }

    .sector__section-title {
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 48px;
    }

    .sector__section-info {
        font-size: 32px;
        line-height: 36px;
    }

    .entry-content p, 
    .entry-content ul,
    .entry-content-sector p, 
    .entry-content-sector ul {
        font-size: 24px;
        line-height: 28px;
    }

    .entry-content h1,
    .entry-content-sector h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .entry-content h2,
    .entry-content-sector h2 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .entry-content h3,
    .entry-content-sector h3 {
        font-size: 36px;
        line-height: 28px;
    }
    .entry-content h4,
    .entry-content-sector h4 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .entry-content h5,
    .entry-content-sector h5 {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .entry-content h6,
    .entry-content-sector h6 {
        font-size: 21px;
        line-height: 21px;
    }

    .section-home-slider__content:before,
    .section-home-slider__content:after {
        display: block;
    }
    
    .slider-home__item {
        padding: 20px;
        min-height: 640px;
    }

    .page-hero {
        align-items: start;
        background-size: auto 575px !important;
        height: 575px;
        margin-bottom: 90px;
    }
    .page-hero.page-hero-post {
        min-height: 265px;
        margin-bottom: 70px;
    }

    .page-hero__category,
    .page-hero__title,
    .page-hero__info {
        margin-left: 0px;
    }

    .page-hero__content-block {
        padding-top: 104px;
    }
    
    .page-hero__category {
        font-size: 17px;
        line-height: 17px;
    }
    
    .page-hero__title {
        font-size: 64px;
        line-height: 68px;
    }
    
    .page-hero__info {
        font-size: 26px;
        line-height: 32px;
    }
    
    .page-assura__title {
        font-size: 64px;
        line-height: 68px;
    }
    
    .page-assura__info {
        font-size: 26px;
        line-height: 32px;
    }

    .section-assura {
        margin-bottom: 54px;    
    }
    
    .section-assura__info {
        font-size: 26px;
        line-height: 32px;
    }
    
    .assura__header .video-box {
        min-height: 324px;
    }

    .assura__content {
        height: 520px;
    }

    .assura__title {
        font-size: 38px;
        line-height: 40px;
    }

    .assura__title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .assura__info {
        font-size: 24px;
        line-height: 28px;
    }

	h1.about-header {
	  font-size: 43px;
	}
	h2.who-header {
	  font-size: 40px;
	}
    h3.bc-header {
        font-size: 43px;
    }
    h3.deadlines-header {
      font-size: 40px;
    }
    p.bc-text {
      font-size: 23px;
    }
	.bh-header, .bh-header-image-box {
	  height: 362px;
	}
	.about-info, .who-info, .who-areas, .deadlines-more-info {
	  font-size: 22px;
	}
    /*** Menu Contact Button ***/
    .main-navigation .menu li.nav-link-contact {
        font-size: 17px;
        font-weight: 600;
        color: #ffffff;
        background-color: #7C2983;
        padding: 5px 40px 5px 15px;
        margin-left: 20px;
    }
    .main-navigation .menu li.nav-link-contact a {
        font-size: 17px;
        font-weight: 600;
        color: #ffffff;
        background-color: #7C2983;

    }

    .main-navigation .menu li.nav-link-contact a::after {
        content: '\25B6';
        margin-left: 7px;
        color: #F14202;
        font-size: 12px;

        display: inline;
        border-color: transparent;
        bottom: auto;
        left: auto;
        top: 4px;
    }
    .main-navigation .menu li.nav-link-contact a:hover::after {
        display: inline;
    }

    .section-counter {
        margin-top: 115px;
        margin-bottom: 85px;
    }


    .section-values {
        padding: 142px 30px;
    }

    .section-journey {
        position: relative;
        min-height: 600px;
        /* min-height: auto; */

        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 100px 30px;
    }

    .section-our-mission {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 112px 30px;
    }

    .section-cta-banner {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 110px 30px;
    }

    .section-content-banner {
        position: relative;

        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 80px 30px;
    }

    .section-what-we-do .section-title {
        font-size: 42px;
    }

    .section-our-mission .section-title {   
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .section-our-mission .section-subtitle {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .section-our-mission .section-content {    
        font-size: 32px;
        line-height: 36px;
    }

    .cta-banner-section__title {   
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .content-banner-section__title {   
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .content-banner-section__content {    
        font-size: 32px;
        line-height: 36px;
    }


    .values__section-title { 
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .values__section-category {  
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .values__section-info {      
        font-size: 32px;
        line-height: 36px;
    }

    .section-counter .section-title {  
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .section-counter .section-subtitle {     
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .section-counter .section-content {     
        font-size: 28px;
        line-height: 32px;
    }

    .values__content .values__title {
        font-size: 38px;
        line-height: 38px;
        height: 76px;
        overflow: hidden;
        
    }
    .values__content .values__info {
        font-size: 21px;
        line-height: 27px;
        height: 84px;
        overflow: hidden;
    }
    .section-sector .section-title {
        font-size: 64px;
        line-height: 68px;
    }
    .team__content {
        height: 285px;
        margin-bottom: 15px;
    }
    
}


@media (min-width: 1400px) {
    .container {
        width: 1230px !important;
    }
    .slider-home__category,
    .slider-home__title, 
    .slider-home__info {
        padding-left: 0px; 
    }
    .slider-home__item {
        background-size: contain !important;
        background-position: center bottom !important;
        padding-top: 0;
        min-height: 720px;
    }
    
    .slider-home__category {
        font-size: 24px;
        line-height: 24px;
    }

    .slider-home__title {
        font-size: 64px;
        line-height: 68px;
    }

    .slider-home__info,
    .slider-home__info p { 
        font-size: 32px;
        line-height: 36px;
    }

    .our-pillars__category {
        font-size: 24px;
        line-height: 24px;
    }

    .our-pillars__title {
        font-size: 64px;
        line-height: 68px;
    }

    .our-pillars__info { 
        font-size: 32px;
        line-height: 36px;
    }

    .counter__category {
        font-size: 24px;
        line-height: 24px;
    }

    .counter__title {
        font-size: 64px;
        line-height: 68px;
    }

    .counter__info { 
        font-size: 32px;
        line-height: 36px;
    }

    .journey__category {
        font-size: 24px;
        line-height: 24px;
    }

    .journey__title {
        font-size: 64px;
        line-height: 68px;
    }

    .journey__info { 
        font-size: 32px;
        line-height: 36px;
    }

    .art-pill__title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 5px;
    }
    .art-pill__section p {
        font-size: 20px;
        line-height: 24px;
    }

    .art-pill2 {
        max-width: 388px;
        height: 555px;
        padding: 40px 25px;
    }

    .whatwedo__title {
        font-size: 40px;
        line-height: 48px;
    }

    .whatwedo__info { 
        font-size: 30px;
        line-height: 40px;
    }

    .meet-darwin__category__title {
        font-size: 40px;
        line-height: 48px;
    }

    .meet-darwin__category__info { 
        font-size: 30px;
        line-height: 40px;
    }

    .cta-banner__title {
        font-size: 64px;
        line-height: 68px;
    }

    .page-hero.page-hero-post {
        min-height: 320px;
        margin-bottom: 115px;
    }
    
    .page-hero__content-block {
        padding-top: 84px; 
        padding-left: 15px !important;
    }

    .page-hero__info, 
    .page-hero__category,
    .page-hero__title {
        padding-left: 0px;
    }
    
    .page-hero__category {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    
    .page-hero__title {
        font-size: 64px;
        line-height: 68px;
    }
        
    .assura__title {
        font-size: 38px;
        line-height: 40px;
    }
        
    .assura__title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .assura__info {
        font-size: 21px;
        line-height: 27px;
    }

    .section-assura__info {
        font-size: 32px;
        line-height: 36px;
    }
        
    .assura__title {
        font-size: 48px;
        line-height: 50px;
    }
        
    .assura__title {
        font-size: 32px;
        line-height: 36px;
    }
    
    .assura__info {
        font-size: 24px;
        line-height: 30px;
        overflow-y: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9; /* number of lines to show */
                line-clamp: 9; 
        -webkit-box-orient: vertical;
    }
    
    .page-hero__info {
        font-size: 30px;
        line-height: 36px;
    }

    .section-journey {
        height: 700px;
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .section-journey .section-img {
        background-position: 80% bottom !important;
    }
    .section-what-we-do .section-title {
        font-size: 52px;
    }

    .section-our-mission .section-title {   
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .section-our-mission .section-subtitle { 
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .section-our-mission .section-content {  
        font-size: 32px;
        line-height: 36px;
    }

    .cta-banner-section__title {   
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .content-banner-section__title {   
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .content-banner-section__content {    
        font-size: 32px;
        line-height: 36px;
    }


    .values__section-title {  
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .values__section-category {  
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .values__section-info {      
        font-size: 32px;
        line-height: 36px;
    }

    .section-counter .section-title {   
        font-size: 64px;
        line-height: 68px;
        margin-bottom: 15px;
    }

    .section-counter .section-subtitle {     
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .section-counter .section-content { 
        font-size: 32px;
        line-height: 36px;
    }
    .values__content .values__title {
        font-size: 48px;
        line-height: 48px;
        height: 96px;
        overflow: hidden;
        
    }
    .values__content .values__info {
        font-size: 24px;
        line-height: 30px;
        height: 98px;
        overflow: hidden;
    }

    .section-sector .section-title {
        font-size: 64px;
        line-height: 68px;
    }

    .slider-home .slick-next {
        right: 20px !important;
    }
    .slider-home .slick-prev {
        left: 20px !important;
    }

    .team__content {
        height: 265px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1440px) {    

    .page-hero.page-hero-contact {
        background-size: contain !important;
    }

}

@media (min-width: 1600px) {
    .slider-home__category,
    .slider-home__title,
    .slider-home__info {
        margin-left: 0px;
    }
}

@media (max-width: 980px) {
	.site-branding {
		position: relative;
    	display: inline-block;
    	z-index: 10;
	}
	
    .section-counter {
        display: block;
    }
}

@media (max-width: 767px) {
    .page-hero.page-assura .container {
        width: 100%;
    }
    .back-to-top {
        bottom: -10px !important;
    }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
}

.section-meet-darwin__background     {
    background-repeat: repeat-y; 
    background-size: 100%
}

.section-meet-darwin__testimonials {
    background: #B266B7; 
    padding: 30px 20px;
}
.meet-darwin__testimonial {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    min-height: auto;
}
.meet-darwin__testimonial .testimonial__text {
    color: #474A52;
    text-align: center;
    font-family: Proxima Nova;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.meet-darwin__gray__block {
    padding: 30px 20px;
    background:#EFEFEF;
}
.meet-darwin__orange__block {
    background:#EF4E24;
    padding: 30px 20px;
}

.meet-darwin__orange__block__title {
    color:#FFF !important;
    text-align: center !important;
    font-style: normal !important;
    font-weight: 800 !important;
}
.meet-darwin__orange__block__text {
    color:#FFF !important;
    text-align: center !important;
    font-weight: 600 !important;
}
.meet-darwin__block__text {
    color:#474A52 !important; 
    font-style: normal !important;
    font-weight: 600 !important; 
}

@media screen and (min-width: 768px) { 
    .meet-darwin__gray__block {
        padding: 40px 30px;
    }
    .meet-darwin__orange__block {
        padding: 40px 30px;
    }     

    .meet-darwin__orange__block__title {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .meet-darwin__orange__block__text {
        font-size:21px !important;
        line-height: 24px !important;
    }
}

@media screen and (min-width: 981px) and (max-width: 1199px) {
	.site-navigation-container {
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 1200px) {        
    .section-meet-darwin__testimonials {
        padding: 166px 142px 90px;
    }
    .meet-darwin__testimonial {
        padding: 40px 25px 34px 25px;
        gap: 27px;
        min-height: 361px;
    }
    .meet-darwin__gray__block {
        padding: 100px 115px 100px 138px;
    }
    .meet-darwin__orange__block {
        padding: 86px 142px;
    }    

    .meet-darwin__orange__block__title {
        font-size: 48px !important;
        line-height: 60px !important;
    }
    .meet-darwin__orange__block__text {
        font-size:32px !important;
        line-height: 24px !important;
    }
    .meet-darwin__block__text {
        font-size: 32px !important; 
        line-height: 36px !important;
    }
}