header .navbar .navbar-nav .nav-link{
    font-weight: 900;
}

body .common-header h2{
    font-size: clamp(26px, 1.66667vw, 32px) !important;
}

/** Cookies Consent style **/

.cookie-consent {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: transparent;
	color: #00558c;
	padding: 15px;
	z-index: 1000;
	font-family: var(--font-primary);
	display: none;
  }
  
  .cookie-consent .cookie-message {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	flex-direction: row;
	align-items: center;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
  .cookie-consent .close-button{
	position: absolute;
	right: 24px;
	top: 18px;
	font-size: clamp(15px, 1.04167vw, 20px);
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	border: none;
	background: #fff;
  }
  
  .cookie-consent .cookie-message .cookie-description{
	display: flex;
	flex-direction: column;
  }
  
  .cookie-consent p {
	margin: 0;
	font-size: clamp(15px, 1.04167vw, 20px);
	font-weight: 500;
    margin-bottom: 0;
	color: var(--color-secondary-400);
	margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	 font-family: var(--font-primary);
  }
  .cookie-consent .cookie-button {
	padding: clamp(12px, 0.8333vw, 16px) clamp(20px, 2.08333vw, 40px);
    color: var(--color-white);
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition: all 0.4s linear;
    font-size: clamp(15px, 1.04167vw, 20px);
    line-height: 1.1;
    font-weight: 600;
    margin: 0;
    width: fit-content;
    transform: rotate(0deg);
    border: none;
    min-height: 46px;
  }

.cookie-consent-a{
    font-weight: 500;
    color: var(--color-primary) !important;
}
  
  .cookie-consent .cookie-button:hover {
	background: var(--color-secondary);
  }
  
body .custom-button.style-six:hover {
    background: var(--color-primary) !important;
}

.error{
    color: red !important;
}

.sub-banner .banner-box-main .banner-box-inner
{
    padding: 0px 30px !important;
}

.case-study .swiper .swiper-slide .case-study-img {
    height: auto !important;
}
.case-study .swiper .swiper-slide .case-study-img img {
    height:auto !important;
    object-position: top right;
}