@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
html{
	font-family: 'Poppins', sans-serif;
}
h2{
	color: #303B92;
	text-transform: uppercase;
}
h4{
	color: red;
	text-transform: uppercase;
	font-weight: 900;
}
p{
	word-break: break-all;
}
/*carousel*/

/*.carousel-caption h5{
	color: #fff;
	font-weight: bold;
}*/
.carousel-itemk {
	height: 350px;
}
.carousel .carousel-itemm {
  height: 400px;
}

.carousel-itemm img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*.carousel-item img{
	width: 100%;
	background-size: cover;
	height: 100%;
}*/
.card{
	text-align: center; border-radius: 5px;
	box-shadow:box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	margin-bottom: 100px;

}
.card img{
	height: 250px;
}

.card:hover{
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.fa-search, .fa-facebook, .fa-twitter, .fa-envelope, .fa-phone{
	cursor: pointer;
}

/*for imges and text*/
.col-12 .image-area{
	height: 300px;
}
.col-12 .image-area img{
	width: 100%;
	height: 100%;
}
.col-12 .text-area{
	position: absolute;
	top: 50%;
	left: 5%;
	font-weight: bold;
}
.col-12 .text-area hr{
	width: 100px;
  border-bottom: 5px solid blue;
}

@media(max-width: 576px){
  .card img{
    width: 100%;
    height: 350px;
}
}
@media(min-width: 1000px){
  .carousel .carousel-itemm{
    height: 500px;
}

.carousel-itemm img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.col-12 .image-area{
	height: 400px;
}
}
@media(max-width: 991px){
  .col-12 .image-area img{
	width: 100%;
	height: 100%;
}
}

@media (max-width:  991px){
	p{
		font-size: 12px !important;
	}
	#dec {
		display: none;
	}
	.carousel-itemk {
		height: 700px;
	}
	.zoomContainer {
        display: none;
    }

}
