*{
	font-family: 'poppins';
}

body{
	background-color: #fcfcfc;
}
  
 
 @keyframes slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  
  .logos {
	overflow: hidden;
	padding: 60px 0;
	
	white-space: nowrap;
	position: relative;
  }
  
 
  .logos:hover .logos-slide {
	animation-play-state: paused;
  }
  
  .logos-slide {
	display: inline-block;
	animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
	height: 200px;
	margin: 0 40px;
  }


.underlind{
	border: 1px solid red;
	width: 50%;
	display: block;
	border-style: dashed;
	margin: 15px 0 0 15px;
	
}

  .ttl{
	font-family: 'poppins';
	color: #1D3557;
	letter-spacing: 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Athiti';
	
}

.ttl::first-letter{
	font-family: 'Athiti';
	color: #E63946;
	font-weight: 900;
	font-size: 27px;
}

















.topleft {
	position: absolute;
	top: 25%;
	left: 5%;
	width: 45%;
  }

.topleft h5{
	font-family: 'Montserrat', sans-serif;
	font-size: 66px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
  }

  .topright{
	position: absolute;
	left: 35px;
	top: -20px;
	width: 40%;
  }

  

  .topright2{
	position: absolute;
	left: 220px;
	top: -20px;
	width: 40%;
  }
  .carousel-caption {
	text-align: left;
  }

.callstick{
	position: fixed;
	bottom: 25px;
	left: 25px;
	z-index: 1000;
}

.whatsappstick{
	position: fixed;
	bottom: 25px;
	right: 2px;
	z-index: 1000;
	
}





.add1{
	position: relative;
	top: 75px;
	font-size: 16px;
	color: #fff;
}
.add2{
	position: absolute;
	margin-left: 42px;
	
}


.add3{
	position: relative;
	top: 190px;
	font-size: 16px;
	color: #fff;
}
.add4{
	position: absolute;
	margin-left: 42px;
	margin-top: 110px;
}


.add5{
	position: relative;
	top: 285px;
	font-size: 16px;
	color: #fff;
}
.add6{
	position: absolute;
	margin-left: 42px;
	margin-top: 210px;
}



.contadd{
	height: 200px;
}


.gallery-row{
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}
.gallery{
	flex: 100%;
  	padding: 0 4px;
}
.gallery img{
	margin-top: 8px;
  	vertical-align: middle;
	width: 300px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	
	.topleft h5{
		font-family: 'Montserrat', sans-serif;
		font-size: 19px;
		color: #fff;
		text-shadow: 2px 2px 2px #000;
		text-transform: uppercase;
	  }

}