/************ RESET *******************/
/* START */
/************ RESET *******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	animation: fadeIn 0.3s ease-in;
}
ol, ul {
	padding-left: 20px;
	font-family: 'museo_sans-300', sans-serif;
	font-size: 18px;
}
ol, ul li {
	line-height: 1.5;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************ RESET *******************/
/* END */
/************ RESET *******************/


/* SITE CSS */

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
  	url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
	url('../fonts/MyriadPro-Regular.woff') format('woff'), 
	url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), 
	url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  
  	url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
	url('../fonts/MyriadPro-Bold.woff') format('woff'), 
	url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), 
	url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Light';
  src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),  
  	url('../fonts/MyriadPro-Light.otf')  format('opentype'),
	url('../fonts/MyriadPro-Light.woff') format('woff'), 
	url('../fonts/MyriadPro-Light.ttf')  format('truetype'), 
	url('../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),  
  	url('../fonts/MyriadPro-Semibold.otf')  format('opentype'),
	url('../fonts/MyriadPro-Semibold.woff') format('woff'), 
	url('../fonts/MyriadPro-Semibold.ttf')  format('truetype'), 
	url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'balerno_serifbold';
    src: url('../new-fonts/Balerno-Serif/balerno_serif_bold-webfont.woff') format('woff'), 
		 url('../new-fonts/Balerno-Serif/balerno_serif_bold-webfont.woff2')  format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans-300';
    src: url('../new-fonts/Museo-Sans-300/museosans_300-webfont.woff') format('woff'), 
		 url('../new-fonts/Museo-Sans-300/museosans_300-webfont.woff2')  format('woff2'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans-700';
    src: url('../new-fonts/Museo-Sans-700/museosans_700-webfont.woff') format('woff'), 
		 url('../new-fonts/Museo-Sans-700/museosans_700-webfont.woff2')  format('woff2'); 
    font-weight: normal;
    font-style: normal;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body {
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
	background: #ffffff;
}
header {

}
main {

}
article {

}
aside {

}
footer {

}
ul, ol {

}
li {

}
ol li {

}
ul li {

}
h1, h2, h4, h5, h6 {
	font-family: 'MyriadPro-Bold';
}
h1 {

}
/* h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 26px;
	color: #652D92;
} */
/* h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	color: #652D92;
} */
h4 {

}
h5 {

}
h6 {

}
blockquote {

}
img {
	max-width: 100%;
}
p {
    line-height: 26px;
    margin: 0 0 20px 0;
    font-family: 'MyriadPro-Light';
}
p strong {
	font-family: 'MyriadPro-Bold';
}
p a {
	color: #652D92;
	text-decoration: none;
	font-family: 'MyriadPro-Bold';
}
a {

}
button {

}
hr {

}
.row {

}
.container {
	padding: 0 15px;
	margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1230px;
  }
}

.container-small {
	max-width: 900px;
	padding: 60px 15px;
	margin: 0 auto;
}
.clearfix {
	position: relative
}
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	width: 100%;
}
.layout {

}
.layout-col-50 {
	width: 50%;
	float: left;
	padding: 0 40px;
}
.layout-col-50:first-child {
	text-align: right;
	box-shadow: 1px 0 #000;
}
.layout-col-50:last-child {
	text-align: left;
}



/* HEADER */
#site-header {
	padding: 25px 0;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

#site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#site-header.fixed {
	background: #ffffff;
	padding: 15px 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.site-logo {
	display: inline-block;
	vertical-align: middle;
}
#site-nav {
	float: right;
	max-width: 1000px;
}
#site-nav ul {
	margin: 7px 0 0 0;
}
#site-nav ul li {
	display: inline-block;
	vertical-align: middle;
}
#site-nav ul li a {
	text-decoration: none;
	color: white;
	margin: 10px 20px;
	display: block;
	text-transform: lowercase;
	font-family: 'balerno_serifbold';
	font-size: 16px;
}
#site-nav ul li a:hover,
#site-nav ul li.active a {
	color: white;
	text-decoration: underline;
}
.hamburger-icon {
	display: none;
}

/* Fixed header styles */
#site-header.fixed #site-nav ul li a {
	color: black;
}

@media (min-width: 1023px) and (max-width: 1024px) {
	.bg-image {
		height: 100vh;
		max-height: 50vh;
	}
	.bg-image.keep-aspect {
		max-height: 55vw;
	}

}

@media(min-width: 767px) and (max-width: 768px) {
	#site-footer figure img {
		max-width: 260px !important;
		margin-right: auto;
	}
	#site-footer {
		padding: 10px 15px 40px !important;
		text-align: unset !important;
	}
	.site-logo.scrolled {
		display: none !important;
	}

	.site-logo.normal {
		display: block !important;
	}

	.fixed .site-logo.normal {
		display: none !important;
	}

	.fixed .site-logo.scrolled {
		display: block !important;
	}
	#site-header.fixed #site-nav ul li a {
		color: #462743 !important;
	}
	.story.bg-image {
		height: 100vh !important;
		max-height: 50vh !important;
	}
}

@media(min-width: 801px) {
	.site-logo.scrolled {
		display: none;
	}

	.site-logo.normal {
		display: block;
	}

	.fixed .site-logo.normal {
		display: none;
	}

	.fixed .site-logo.scrolled {
		display: block;
	}
}



/* End Fixed header styles */

/* BANNER */
.banner {
	height: 100vh;
	min-height: 70vh;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 40px 0;
}

.site-logo img {
    width: 300px;
}

.overlay-film {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #00000069;
}

.hero-content {
	position: relative;
	text-align: center;
	margin-top: auto;
}

.hero-content h1{
	font-size: 98px;
	font-family: 'balerno_serifbold', sans-serif;
	color: white;
}

.hero-content span {
	color: #ffffff;
	font-family: 'museo_sans-300', sans-serif;
	font-size: 20px;
}

.banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.arrow-holder {
	margin-top: auto;
	width: 50px;
	animation: fadeDown 1.5s ease-in;
	cursor: pointer;
}

@keyframes fadeDown {
	from {
		opacity: 0;
		transform: translateY(-15px)
	} to {
		opacity: 1;
		transform: translateY(0);
	}
}

.banner-slider {
	position: relative;
}
.banner-slider .slick-slide {
	position: relative;
}
.banner-slider img {
	width: 100%;
}
.slide-info {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	padding: 15px 60px;
	text-align: center;
}
/* .banner-text-animation {
	opacity: 0;
} */
.slick-active .banner-text-animation {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	animation-delay: 2s;
	animation-name: fadeInOpacity;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
	animation-duration: 0.8s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
		transform: translate(-50%, -20%);
		-webkit-transform: translate(-50%, -20%);
		-ms-transform: translate(-50%, -20%);
		-moz-transform: translate(-50%, -20%);
		-o-transform: translate(-50%, -20%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.slide-info h2 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    letter-spacing: 1px;
}
.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slick-dots li {
    display: inline-block;
    margin: 5px;
}
.slick-dots li button {
    font-size: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 2px solid #ffffff;
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
    outline: none;
    cursor: pointer;
}
.slick-dots li.slick-active button {
	background: #ffffff;
}
.banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    background: transparent;
    border: none;
    outline: none;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin-top: -25px;
}
.banner-slider .slick-arrow::before {
    content: '';
    height: 30px;
    width: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; 
    top: 10px;
    position: absolute;  
    cursor: pointer;
    outline: none;
}
.banner-slider .slick-next {
	right: 40px;
}
.banner-slider .slick-prev {
	left: 40px;
}
.banner-slider .slick-next::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	right: 0;
}
.banner-slider .slick-prev::before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	left: 0;
}


.bg-grey {
	background-color: #efedea;
	padding-top: 100px;
	padding-bottom: 80px;
}

.bg-white {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 80px;
}

.bg-grey p,
.bg-white p {
	font-family: 'museo_sans-300';
	font-size: 18px;
}

.purple {
	color: #462743;
	font-family: 'museo_sans-700', sans-serif;
	font-size: 18px;
}

p.purple {
	color: #462743;
	font-family: 'museo_sans-700', sans-serif;
	font-size: 18px;
}

.top-section p:not(p.purple) {
	font-family: 'museo_sans-300';
}

.services-bg {
	height: 70vh;
	min-height: 50vh;
	background-position: center;
	background-size: cover;
}

/* ABOUT US */
#about-us {
	text-align: left;
}

#about-us p {
	font-size: 18px;
}

.site-content-slider img {
	width: 100%;
}
.more-sec {
    height: 260px;
    overflow: hidden;
}

/* SERVICES */

h2 {
	font-size: 58px;
	font-family: 'balerno_serifbold', sans-serif;
}

h2.purple {
	font-family: 'balerno_serifbold', sans-serif;
	font-size: 58px;
	margin-bottom: 20px;
}

#services h2.purple {
	font-family: 'balerno_serifbold', sans-serif;
	font-size: 58px;
	margin-bottom: 10px;
}

/* #services {
	padding-top: 80px;
	padding-bottom: 90px;
} */

.flex {
	display: flex;
	margin-bottom: 20px;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex .col ul li:last-child {
	width: 100%;
	max-width: 70%;
}

#services h2 {
	text-align: left;
}

.tab-heading {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 20px 0;
    display: block;
    font-family: 'MyriadPro-Bold';
}
.tab-heading:last-child {
    margin-bottom: 0;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
	opacity: 1;
	animation-name: fadeIn;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}
.tab-heading {
	cursor: pointer;
}
.tab-heading.active {
    color: #652D92;
    position: relative;
    display: inline-block;
}
.tab-heading.active::before {
    content: '';
    position: absolute;
    height: 12px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    width: 12px;
    border-left: 1px solid;
    border-top: 1px solid;
    left: -25px;
    top: 0px;
}
.mobile-tab-info {
	display: none;
	line-height: 24px;
    font-size: 14px;
    font-family: 'MyriadPro-Light';
    padding-bottom: 20px;
}

/* HOW WE DO */
#how-we-do h2.bigger,
#challenge h2.bigger {
	font-size: 89px;
	font-family: 'balerno_serifbold';
}

#how-we-do p {
	font-size: 18px;
}

/* STORY */
.story {
	padding-top: 80px;
	padding-bottom: 60px;
}

.story h2 {
	color: white;
	margin-bottom: 40px;
}

.story p {
	color: white;
	font-family: 'museo_sans-300';
	font-size: 18px;
}

.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80vh;
	min-height: 50vh;
	display: flex;
	align-items: center;
}
.bg-image.keep-aspect {
	min-height: 50vw;
	max-height: 50vw;
}

/* PARTNERS */
#partners h2 {
	text-align: center;
}
#partners p:last-child {
	margin-bottom: 0;
}
#partners img {
	width: 100%;
}

/* CONTACT US */
#contact-us h2 {
	text-align: center;
}
#contact-us img {
	width: 100%;
}
#contact-us p {
	margin-bottom: 8px;
	line-height: 1
}
#contact-us p a {
	color: #000;
	font-family: inherit;
}

/* CONTACT */
.col-50 {
	width: 50%;
}

.col-50:first-child {
	padding-right: 20px;
}

.contacts h3 {
	font-family: 'balerno_serifbold';
	margin-bottom: 20px;
	font-size: 38px;
}

.contacts p {
	font-size: 16px;
	line-height: 1.4;
}

.contacts .details a {
	color: #462743;
	text-decoration: none;
	font-family: 'museo_sans-700', sans-serif;
	line-height: 1.3;
}

.contacts .details {
	margin-bottom: 20px;
}

.col > ul {
	padding-right: 20px;
}


/* FOOTER */

.footer.flex {
	align-items: flex-start;
	justify-content: space-between;
}

#site-footer {
	padding: 30px 15px;
	padding-bottom: 55px;
	text-align: center;
}
#site-footer ul li {
    display: inline-block;
    padding: 0 15px;
    margin: 20px 0;
    border-right: 1px solid #000;
}
#site-footer ul li:last-child {
	border-right: none;
}
#site-footer ul li a {
    text-decoration: none;
    display: block;
    color: #462743;
    font-family: 'museo_sans-700';
	letter-spacing: 1px;
	font-size: 16px;
}
#site-footer ul li a:hover {
	color: #462743;
}
#site-footer figure img {
	max-width: 500px;
	width: 100%;
}
.tab-heading-outer {
    margin: 5px 0;
}


@media(min-width: 1000px) {
	.leaders h2.purple {
		width: 100%;
		max-width: 60%;
	}
	#how-we-do h2.bigger {
		width: 100%;
		max-width: 50%;
	}
	#challenge h2.bigger {
		width: 100%;
		max-width: 60%;
		display: block;
	}
}

/* // Responsive */
@media (max-width: 991px) {
	.site-logo img {
	    width: 200px;
	}
	#site-nav ul {
	    margin: 6px 0 0 0;
	}
	#site-nav ul li a {
	    margin: 5px 15px;
	    font-size: 14px;
	}
	.slide-info h2 {
		font-size: 26px;
	}
	.container-small {
		padding: 40px 15px;
	}
	.tab-heading {
	    font-size: 14px;
	    margin: 0 0 15px 0;
	    line-height: 20px;
	}
	.tab-heading.active::before {
	    height: 10px;
	    width: 10px;
	}
	#site-footer figure img {
	    max-width: 400px;
	}
	#site-footer {
    	padding: 40px 15px 0;
   	}
   	#site-nav {
		display: block;
	}
}
@media(max-width: 800px) {
    #site-header {
        padding: 20px 0;
        background: white;
    }
    .hamburger-icon {
	    width: 33px;
	    height: 40px;
	    display: inline-block;
	    position: absolute;
	    right: 16px;
	    top: 20px !important;
	    cursor: pointer;
	}
    .container {
        padding: 0 20px;
    }
    .hero-content {
        padding: 0 21px;
    }
	.bg-image {
		height: 100vh;
		max-height: 50vh;
		background-position: center !important;
	}
	.bg-image.keep-aspect {
		max-height: 55vw;
	}
	.banner {
	    background-position: center !important;
	}
	p,
	ul {
		font-size: 16px !important;
	}
	#site-header.fixed #site-nav ul li a {
		color: white;
	}
	#services .flex {
		margin-bottom: 20px;
	}
	.bg-grey,
	.bg-white {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.banner {
		background-size: cover !important;
	}
	.hero-content h1 {
		font-size: 58px;
		line-height: 0.9;
		margin-bottom: 10px;
	}
	.hero-content span {
		font-size: 16px;
	}
	.site-logo.normal {
		display: none;
	}
	h2.purple {
		font-size: 45px;
	}
	#site-footer figure {
		margin: auto;
		width: 60%;
	}	
	#site-footer {
    	padding: 40px 15px 0;
   	}
	#how-we-do h2.bigger,
	#challenge h2.bigger {
		font-size: 45px;
	}
	.story {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.story h2 {
		font-size: 45px;
		margin-bottom: 20px;
	}
	.story.bg-image {
		height: unset;
		min-height: unset;
		max-height: unset;
	}
	.banner {
		height: calc(100vh - 50px);
	}
	.site-logo.scrolled {
		display: block;
		margin-right: auto;
	}
	#site-footer ul {
		display: flex;
		margin: auto;
	}
	.contacts h3 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	h2 {
    	margin: 0 0 20px 0;
   	}
   	p {
	    line-height: 24px;
	    font-size: 14px;
	}
	body {
	    padding-top: 70px;
	}
	.hamburger-icon {
	    width: 33px;
	    height: 40px;
	    display: inline-block;
	    position: absolute;
	    right: 16px;
	    top: 20px;
	    cursor: pointer;
	}
	#site-header.fixed .hamburger-icon {
		top: 15px !important;
	}
	#site-nav {
		display: none;
		max-width: inherit;
		width: 100%;
		background: #462743;
		position: absolute;
		left: 0;
		right: 0;
		top: 70px;
		padding: 0 15px;
	}
	#site-header.fixed #site-nav {
		top: 58px;
	}
	#site-nav ul li {
    	display: block;
   	}
   	#site-nav ul {
   		margin: 0;
   		padding: 20px 0;
   	}
   	#site-nav ul li a {
	    color: #fff;
	    margin: 10px 0;
	    font-size: 16px;
	    display: inline-block;
	}
	.slide-info {
	    width: 340px;
	}
	.slide-info h2 {
	    font-size: 20px;
	}
	.banner-slider .slick-arrow::before {
	    height: 20px;
	    width: 20px;
	    border-top: 1px solid #fff;
	    border-right: 1px solid #fff;
   	}
   	.slick-dots li button {
	    border: 1px solid #ffffff;
	    height: 12px;
	    width: 12px;
	}
	.layout-col-50 {
	    padding: 0 15px;
	}
	#site-footer {
	    padding: 20px 15px 0;
	}
	.banner-slider .slick-next::before {
		right: 20px;
	}
	.banner-slider .slick-prev::before {
		left: 20px;
	}
	.banner-slider .slick-next {
		right: 0;
	}
	.banner-slider .slick-prev {
		left: 0;
	}
	.flex {
		flex-direction: column;
	}
	.col-50 {
		width: 100%;
	}
}
@media (max-width: 640px) {
	#site-footer ul li {
	    margin: 10px 0;
   	}
   	#site-footer ul li a {
   		font-size: 12px;
   	}
}

@media (max-width: 500px) {
	.banner {
		background: #000;
	}
	.slick-dots {
		display: none !important;
	}
	/* .banner-slider img {
	    width: 150%;
	    max-width: inherit;
	} */
	.slick-slide .banner-text-animation {
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
	    position: relative;
	    opacity: 1;
	    left: 0;
	    bottom: 0px;
	    background: #000;
	    width: 100%;
	    padding: 15px 10px;
	}
	@keyframes fadeInOpacity {
		0% {
			opacity: 1;
			transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			-moz-transform: none;
			-o-transform: none;
		}
		100% {
			opacity: 1;
			transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			-moz-transform: none;
			-o-transform: none;
		}
	}
	.tab-heading {
	    font-size: 13px;
	    margin: 0 0 15px 0;
	    line-height: 17px;
	}
	.layout-col-50 {
	    width: 100%;
	    float: none;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.layout-col-50:first-child {
	    text-align: center;
	    box-shadow: none;
	}
	.layout-col-50:last-child {
	    text-align: center;
	    margin-bottom: 0;
	}
	#site-footer {
	    padding: 0 25px 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#site-footer ul li:first-child {
		display: block;
		border-right: none;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	#site-nav {
	    display: block !important;
	}
	#partners p {
		font-size: 17px;
	}
}
@media (min-width: 1199px) {
	#partners {
		padding-bottom: 80px;
	}
}

/*@media (max-width: 768px) {*/
/*  *[data-paroller-factor] {*/
    /*for all elements with background parallax effect*/
/*    background-position: center !important; */

    /*for all elements with foreground parallax effect*/
/*    transform: none !important;*/
/*  }*/
/*}*/































































































