.section {
	overflow-x: hidden;
	overflow-y: hidden;
}
section, footer {
	overflow-x: hidden;
	overflow-y: hidden;
}
.slider h3,
.slider h5,
.clients h3 {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.parallax-container{
	height: 20%;
}

.parallax img{
	opacity : 0.5 !important;
}

.clients img{
	max-width: 150px;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}

section,footer {
	padding: 2px 0;
}
.purple.lighten-1{
	transition: .3s;
}

  nav ul a {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	font-size: 1.1rem;
	color: #fff;
	display: block;
	padding: 0 15px;
	cursor: pointer;
  }
  .scrolled-nav {
	height: 60px !important;
	line-height: 60px !important;
  }

  #global-nav {
	position: fixed;
	top: 0;
	z-index: 9;
	height: 100px;
	width: 100%;
	background: red;
	line-height: 100px;
	-webkit-transition: height .5s, line-height .5s; /* Safari */
	transition: height .5s, line-height .5s;
  }
.brand-logo img{

	max-width: 100%;
	max-height: 100px;
	transition: all .5s;
}
.scrolled-nav .brand-logo img {
	max-width: 100%;
	max-height: 60px;
  }
  nav .scroll-line {
	position: absolute;
	height: 3px;
	width: 0%;
	background: #0089f2;
}
	  .overlay {
			margin: -50px 0 0;
			position: relative;
			background: rgb(0, 0, 0);
			background: rgba(0, 0, 0, 0.5);
			color: #f1f1f1;
			width: 100%;
			min-height: 25%;
			transition: .5s ease;
			opacity:0;
			color: white;
			font-size: 12px;
			padding: 2.6vh;
			text-align: center;
			line-height: 1;
	  }
	  .col:hover .overlay {
	  opacity: 1;
	}
	img.responsive-img{
		width:100%;
		height: auto;
	}
	.card-panel {
		border-radius: 10px;
	}
	.card .card-content {
    padding: 10px;
    border-radius: 0 0 2px 2px;
}

	.collapsible-body, .collapsible, ul.collapsible>li
{
  		/* margin: 0!important; */
   		padding: 0!important;
  		border: 0!important;
  		box-shadow: none!important;
		background: #fff;
		transition: all.3s;
}

	.collapsible-header {
		line-height: 1.5;
		/* padding: 0.3rem;		 */
		display: block;
		text-align: center;
}

.collapsible li.active i {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
  }


  .info-panel{
	  /* box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5); */
	  /* border-radius: 12px; */
	  margin-top: -50px;
	  /* background-color: white; */
	  z-index: 50;
	  position: relative;
  }
.carousel{
	transform: translateY(-40px);
	perspective: 900px;
}
.carousel .carousel-item{
	width: 390px;
}
.carousel .carousel-item img{
	width: 100%;
}
.carousel .carousel-item h3{
	margin: -50px 0 0;
padding: 0;
background:#36333a81;
color: white;
box-sizing: border-box;
padding: 10px 5px;
font-weight: bold;
font-size: 1.1em;
text-align: center;
position: absolute;
height: 50px;
width: 100%;
}

.card{
	margin: 0;
  width: 90%;

}
.blog{
	margin: 0;
  width: 100%;

}
.modal {
    max-height: 90%;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
	}
img.blogs{
    border-radius: 5px;
    float: right;
}

.card .card-image .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
    background: #36333a81;
    width: 100%;
}
.arrow-down{
	position: absolute;
	opacity: 1;
	z-index: 99;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 100px solid transparent;
	border-top: 100px solid red;
}

.c{
	z-index: 90;
	color: white;
	position: absolute;
	  padding: 0;
		margin: -100px 0 0;
}
.modal.modal-fixed-footer .modal-content {
    width: 100%;
		padding: 50px;
		/* margin: 50px; */
}
.modal.modal-fixed-footer {
    padding: 0;
    height: 100%;
}
strong {
    font-weight: bold;
}
.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0,0,0,0.1);
    position: relative;
    bottom: 0;
}

.collection{
	border: none;
}
.page-footer {
    background-color: #232323;
}
.s{
	font-size: 12px;
}
.sr{
	height: 300px;
}
