html{
	scroll-behavior: smooth;
}
.navbar-brand h4{
	font-family: 'Poppins', sans-serif;
	font-weight: bolder;
}
.navbar-light{
	background: #00000039 !important;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
._slider{
	position: relative ;
    z-index: 1;
}
.navbar-nav .nav-item a{
	font-weight: bold;
	letter-spacing: 1px;
	color: #f49fc5 !important;
}
.navbar-nav .nav-item a:hover{
	color: #ec5598 !important;
	transition: .4s ease;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-item{
    background: black;
    overflow: hidden;
}
.view img{
	object-fit: cover;
    opacity: 0.5;
}
.carousel-caption p{
	font-family: 'Poppins', sans-serif;
	/*font-weight: bold;*/
}
.carousel-caption h1{
	font-size: 46px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}
.carousel-caption p{
	font-size: 14px;
}
.carousel-caption{
	margin-bottom: 250px;
	/*margin-left: -100px;*/
}
.col-md-6 p{
	font-family: 'Poppins', sans-serif;
}
#about{
	background-color: #fbf8fb !important;
}
#about h2{
	color: #ec5598 !important; 
}
#services h2{
	color: #ec5598 !important; 
}
#contact{
	color: #ec5598 !important; 
}
#gallery{
	color: #ec5598 !important;
}
._rounded{
	border-radius: 50%;
}
.border:hover{
	background-color: #ec5598;
	color: white !important;
	transition: .4s ease;
}
.rounded{
	border-radius: 30px !important;
}
#contact .h4{
	color: black;
}
.contact_section{
	background-color: #fbf8fb;
}
.img_effect img{
	transition: all ease 1s;
}
.img_effect img:hover{
	transform: scale(1.1);
}
.div_radius .fas {
    font-size: 26px;
    width: 80px;
    height: 80px;
    background-color: #ec5598 !important;
    padding: 26px;
    border-radius: 50%;
    color: #fff;
}
.last_footer{
	height: 100%;
	border-top: 1px solid #ec5598;
	background-color: #ec5598;
}
.footer_content p{
	margin-bottom: 0px;
}
@media(max-width: 1100px){
	.carousel-caption{
		margin-bottom: 127px;
	}
}
@media(max-width: 1180px){
	.carousel-caption{
		margin-bottom: 180px;
	}
}
@media(max-width: 992px){
	.carousel-caption h1{
		font-size: 39px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 70px;
	}
}
@media(max-width: 900px){
	.carousel-caption h1{
		font-size: 40px;
		line-height: unset;
	}
}
@media(max-width: 800px){
	.carousel-caption h1{
		font-size: 30px;
		line-height: unset;
	}
}
@media(max-width: 768px){
	.carousel-caption h1{
		font-size: 26px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 65px;
	}
}
@media(max-width: 700px){
	.carousel-caption{
	margin-bottom: 21px;
	/*margin-left: -90px;*/
	}
}
@media(max-width: 620px){
	.carousel-caption{
	margin-bottom: 3px;
	/*margin-left: -58px;*/
	}
}
@media(max-width: 552px){
	.carousel-caption{
	margin-bottom: 3px;
	/*margin-left: -58px;*/
	}
	.carousel-caption h1{
		font-size: 15px;
		line-height: unset;
	}
}
}
@media(max-width: 472px){
	.carousel-caption{
	margin-bottom: -35px;
	/*margin-left: -42px;*/
	}
}
@media(max-width: 444px){
	.carousel-caption{
	margin-bottom: -35px;
	/*margin-left: -42px;*/
	}
	.carousel-caption h1{
		font-size: 8px;
		line-height: unset;
	}
}
@media(max-width: 398px){
	.carousel-caption{
	margin-bottom: -48px;
	/*margin-left: -42px;*/
	}
	.carousel-caption h1{
		/*font-size: 8px;*/
		line-height: unset;
	}
}
@media(max-width: 361px){
	.carousel-caption{
	margin-bottom: -48px;
	/*margin-left: -42px;*/
	}
	.carousel-caption h6{
		/*font-size: 8px;*/
		line-height: unset;
	}
}