/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--primary:#31aae1;
	--secondary:#23345e;
}
body{
	font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
hr{
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-top:0px;
	overflow: hidden;
}
.padding{
	padding: 40px 0px;
}
.padding-big{
	padding: 80px 0px;
}

.row-no-gutter {
  margin: 0;
}

.row-no-gutter > * {
  padding: 0;
}

.row-small-gutter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-small-gutter > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-large-gutter {
  margin-left: -50px;
  margin-right: -50px;
}

.row-large-gutter > * {
  padding-left: 50px;
  padding-right: 50px;
}
.heading{
	font-size: 3rem;
	line-height: 3.5rem;
	letter-spacing: -0.1rem;
	color: var(--primary);
}
.heading strong{
	color: var(--secondary);
	font-weight: 400;
}
.sub-heading{
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: -0.1rem;
	color: var(--secondary);
}
.img-radius-bl{
	-webkit-border-bottom-left-radius: 150px;
	-moz-border-radius-bottomleft: 150px;
	border-bottom-left-radius: 150px;
}
.img-radius-br{
	-webkit-border-bottom-right-radius: 150px;
	-moz-border-radius-bottomright: 150px;
	border-bottom-right-radius: 150px;
}
.img-radius-tl{
	-webkit-border-top-left-radius: 150px;
	-moz-border-radius-topleft: 150px;
	border-top-left-radius: 150px;
}
.img-radius-tr{
	-webkit-border-top-right-radius: 150px;
	-moz-border-radius-topright: 150px;
	border-top-right-radius: 150px;
}
a.anchor {

    display: block;

    position: relative;

    top: -150px;

    visibility: hidden;

}
.navbar{
	padding: 1.5rem 1rem;
}
.navbar .contact{
	text-align: right;
}
.navbar .contact .tel{
	display: block;
	color: var(--secondary);
	font-size: 1.4rem;
	line-height: 1rem;
}
.navbar .contact .email{
	display: block;
}
.btn-primary{
	border: var(--primary) 1px solid;
	color:  var(--primary);
	text-transform: uppercase;
	background: transparent;
	border-radius: 0px;
	padding: 
}
#banner{
	background-size: contain;
	background-position: right top;
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #EBEFF0;
	margin-top: 100px;
	
}
#banner.small-banner{
	height: 300px;
	background-size: cover;
}
#banner .masthead {
	height: 100%;
	min-height: 0;
	width: 100%;
	padding-bottom: 0;
	position: relative;
	padding-right: 0px;
}
#banner .masthead:after{
	content: '';
	width: 100%;
	height: auto;
	background: var(--secondary);
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#banner .masthead .content{
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	padding: 20px;
	text-align: center;
	background: var(--secondary); 
}
#banner .masthead .content h1{
	font-size: 1.6rem;
	color: var(--primary);
	margin: 0px 0px 20px 0px;
}
#banner .masthead .content h1 strong{
	color: #FFF;
}
.navbar .btn-group{
	margin: 0px 30px;
}

@media (min-width: 992px) {
	#banner{
		height: 450px;
	}
	#banner .masthead .content{
		text-align: left;
		background: transparent;
	}
}
@media (max-width: 767px) {
	.navbar{
		text-align: center;
	}
	.navbar-brand img{
		display: block;
		margin: 0 auto 20px auto;
	}
	.navbar .btn-group{
		margin: 0 auto 0 auto;
	}
}
@media (min-width: 992px) {
	#banner{
		background-size: contain;
		background-position: right center;
		height: 600px;
		position: relative;
		background-repeat: no-repeat;
		background-color: #EBEFF0;
		
	}
	#banner.small-banner{
		height: 300px;
		background-size: cover;
	}
	#banner .masthead {
		height: 100%;
		min-height: 0;
		width: 50%;
		padding-bottom: 0;
		position: relative;
		padding-right: 150px;
	}
	#banner .masthead:after{
		content: '';
		clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
		width: 100%;
		height: 100%;
		background: var(--secondary);
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	#banner .masthead .content{
		position: relative;
		z-index: 2;
		max-width: 400px;
		text-align: left;
	}
	#banner .masthead .content h1{
		font-size: 3.6rem;
		color: var(--primary);
		margin: 40px 0px;
	}
	#banner .masthead .content h1 strong{
		color: #FFF;
	}
}

#clients{
	background: #eff6fd;
}
#clients img{
	padding: 20px 0px;
}
#clients .content{
	position: relative;
	height: 200px;
	width: 20%;
}
#clients .logo-slider{
	width: 80%;
}
#clients .content:before{
	content: '';
	width: 500%;
	height: 100%;
	background: var(--primary);
	position: absolute;
	right: 100%;
}
#clients .content:after{
	content: '';
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	width: 100%;
	height: 100%;
	background: var(--primary);
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#clients .content h4{
	position: relative;
	z-index: 2;
	padding-right: 50px;
	color: #FFF;
}
#road-to-suply{
	padding-bottom: 50px;
}
#road-to-suply .title-block{
	background: var(--secondary);
	color: #FFF;
	padding: 20px;
	height: 200px;
	display: flex;
	align-items: flex-end;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
	margin-bottom: 5px;
}
#road-to-suply .heading{
	color: #FFF;
	font-size: 1.5rem;
	line-height: 2rem;
}
#road-to-suply .content{
	background-color: var(--primary);
	color: #FFF;
	padding: 20px;
	height: 200px;
	display: flex;
	align-items: flex-end;
	background-size: cover;
	margin-bottom: 5px;
}
#road-to-suply .holder{
	width: 100%;
}
#road-to-suply .holder .number{
	font-size: 4rem;
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
}
#road-to-suply .holder .title{
	font-size: 2rem;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
@media (min-width: 768px) {
	#road-to-suply .content{
		height: 500px;
	}
	#road-to-suply .title-block{
		height: 500px;
	}
	#road-to-suply .heading{	
		font-size: 3rem;
		line-height: 3.5rem;
	}
	#road-to-suply .holder .title{
		font-size: 1.2rem;
	}
}
@media (min-width: 992px) {
	#road-to-suply .holder .title{
		font-size: 1.8rem;
	}
}
#about{
	background-image: url(../../../images/pills.jpg);
	background-size: contain;
	background-position: left center;
	position: relative;
	overflow: hidden;
}
#about .masthead {
	height: 100%;
	min-height: 0;
	width: 100%;
	position: relative;
	padding: 20px;
	float: right;
}
#about .masthead:after{
	content: '';
	width: 100%;
	height: 100%;
	background: var(--secondary);
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#about .masthead .content{
	position: relative;
	z-index: 2;
	max-width: 100%;
	text-align: left;
	color: #FFF;
}

#about .masthead .content img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	#about .masthead {
		width: 50%;
		padding-left: 150px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#about .masthead:after{
		clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	}
	#about .masthead .content{
		max-width: 400px;
		text-align: right;
	}
}
#quote{
	background-color: var(--primary);
	
}
#quote .bg-image{
	background-size: cover;
	color: #FFF;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: right center;
}
#quote blockquote{
	border: 1px solid #FFF;
	padding: 40px;
	overflow: hidden;
	color: #FFF;
}
#quote blockquote div{
	max-width: 100%;
	margin: 0px 30px;
	text-align: center;
	font-size: 1.2rem;
}
#quote blockquote div em{
	display: block;
	clear: both;
	margin-top: 20px;
}
@media (min-width: 768px) {
	#quote blockquote div{
		max-width: 500px;
		float: right;
		text-align: right;
		margin: 0px;
	}
	#quote .bg-image{
		background-image: url(/images/quote-bg.jpg);
	}
}
@media (min-width: 992px) {
	#quote .bg-image{
		
		background-size: contain;
	}
}
#our-solutions{
	padding: 50px 0px;
}

#our-solutions .heading{
	text-align: center;
	padding-bottom: 50px
}
#our-solutions .holder{
	max-width: 100%;
	padding: 30px 30px;
}
#our-solutions .image-right .holder{
	float: right;
}
@media (min-width: 992px) {
	#our-solutions .holder{
		max-width: 600px;
		padding: 0px 50px;
	}
}
footer{
	background: var(--secondary);
	padding: 1.5rem 1rem;
	color: #FFF;
}
footer .contact{
	text-align: left;
}
footer .contact .tel{
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1rem;
}
footer .contact .email{
	display: block;
}
@media (min-width: 992px) {
	footer .contact{
		text-align: right;
	}
}
.logo-slider {
	width: 100%;
	margin: 0px auto;
}
.logo-slider .logo-holder {
	max-width: 200px;
	height: 120px;
}
.logo-slider .logo-holder img{
	display: block;
	margin: 0 auto;
}
   .slick-slide {
      margin: 0px;
    }
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
.news-overview{
	padding: 25px;
	margin-bottom: 45px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.news-overview .btn b{display:inline}
.news-overview .btn:not(.collapsed)  span{display:none}
.news-overview .btn.collapsed b {display:none}
@media (max-width: 768px) {
	.text-right{
		text-align: left !important;
	}
}