html
{
	scroll-behavior: smooth;
}
*
{
	padding: 0;
	margin:0;
}
.event-name
{
    text-align: center;
    line-height: 5rem;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #fff;
}


.btn-secondary
{
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-secondary:hover{
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.justify
{
  text-align: center;
}
.bg-color
{
	background-color: #DCE1E3;
}
.navbar
{
	padding: 0 !important;
}
.navbar-light .navbar-nav .nav-link
{
  color: #000 !important;
}
a, a:hover
{
	color: #fff;
	text-decoration: none;
}
.mt-5
{
  margin-top: 5rem;
}
.divider
{
	margin-top: 4rem;
  margin-bottom: 4rem;
}
.warp
{
	padding: 2rem !important;
}
.client-list
{
	text-align: center;
	background: #578595;
}
.fs-3
{
	font-size: 3rem;
}
.s-bor
{
	border: 1px solid #000;
}
.ps
{
	margin-top: 1rem;
  margin-bottom: 1rem;
}
.mp
{
	padding: 1rem;
}
.featurette-heading-2
{
  font-size: 1.5rem;
  font-weight: bolder;
  color: #000;
}
.text-muted-2
{
  font-size: 1.5rem;
  font-weight: lighter;
  color: #777;
}

.btn
{
  text-transform: uppercase;
  padding: .5rem 2rem;
    letter-spacing: .1rem;
}
.btn-size
{
	display: flex;
}


.top-btn
{
	font-size: 2rem;
    background: red;
    display: inline-block;
    padding: .5rem;
    border-radius: 50px;
    margin: 1rem;
    cursor: pointer;
    position: fixed;
    top: 76%;
    right: 8px;
}
.section2
{
	margin-top: 5rem;
	margin-bottom: 3rem;
}

/*-----------------------------------------know more button------------------------------------------------*/
.know-more
{
	padding: .5rem;
	background-color: #ccc;
	color: #000;
	display: inline-flex; 
	border-radius: .5rem;
	text-transform: capitalize;
	cursor: pointer;
}
.know-more a
{
	color: #000; 
}






/*-----------------------------------------footer------------------------------------------------*/

footer
{
  background: #DCE1E3;
  text-align: center;
  align-items: center;
}

footer .wrap .row .col-lg-4 .social-button ul
{
  list-style-type: none;
  flex-direction: row;
  padding: 1rem 6rem;
}

footer .wrap .row .col-lg-4 .social-button ul li
{
  float: left;
  padding-right: 0.8rem; 
}

footer .container .row .col-lg-4 .social-button ul li:first-child i
{
  color: rgb(59, 89, 152);
}

footer .container .row .col-lg-4 .social-button ul li:nth-child(2) i
{
  color: rgb(225,48,108);
}

footer .container .row .col-lg-4 .social-button ul li:nth-child(3) i
{
  color: rgb(40,103,178);
}

footer .container .row .col-lg-4 .social-button ul li a
{
  font-size: 1.9rem;
}

/*-----------------------------------------reponsive------------------------------------------------*/

@media (max-width: 575.98px) 
{
	.card
	{
		margin: 1rem;
	}
		nav .navbar-collapse .navbar-nav .nav-item
	{
		color: rgba(0,0,0,1);
		font-weight: bolder;
	}
	.top-btn
	{
		display: none;
	}
	.sm-visible
	{
		display: none;
	}
	.sm-p
	{
		padding: 1rem;
	}
  .sm-mt
  {
    margin-top: 1rem !important;
  }

}

@media (max-width: 767.98px) 
{
	.card
	{
		margin: 1rem;
	}
	
	nav .navbar-collapse .navbar-nav .nav-item
	{
		color: rgba(0,0,0,1);
		font-weight: bolder;
	}
  .md-visible
  {
    display: inline-flex;
  }
}

@media (max-width: 991.98px) 
{
	.card
	{
		margin: 1rem;
	}
}

@media (max-width: 1199.98px)
{
	.card
	{
		margin: 1rem;
	}
}


/* TESTI CSS
-------------------------------------------------- */

.image-caption
{
  width: 10rem;
}
.image-caption h3
{
  font-size: 1rem;
  text-align: center;
  text-transform: capitalize
}

.image-caption h3 span
{
  opacity: 75%;
}
.featurette .col-md-7
{
  margin: 5rem 0;
}


/*-----------------------------------------contaCTbox------------------------------------------------*/

.contact
{
  background: #add8e6;
}

.contact .box
{
  border: 1px solid #777;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: #fff;
}

.contact .box .contact-from h2
{
  font-family: font-family: 'Playfair Display', serif !important;
}


/* gallery CSS
-------------------------------------------------- */



.gallery img
{
  transition: 1s;
}

.gallery img:hover
{
  filter: grayscale(100%);
  transform: scale(1:1);
}

/* servicepage CSS
-------------------------------------------------- */

.aboutcorporate .bannner
{
	background: url(../image/corporateprofile.jpg) no-repeat fixed center;
	background-size: cover;
	height: 100vh;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.aboutwedding .bannner
{
	background: url(../image/wedding.jpg) no-repeat fixed center;
	background-size: cover;
	height: 100vh;
}
.aboutcorporate .bannner .block-inner, .aboutwedding .bannner .block-inner
{
	background: rgba(83,133,149,0.8);
	bottom: 36% !important;
}
.aboutcorporate .bannner .block-inner p, .aboutwedding .bannner .block-inner p
{
	font-size: 1.6rem;
}

.aboutcorporate .list-of-serive ul, .aboutwedding .list-of-serive ul
{
	text-decoration: none;
	list-style-type: none;
	font-size: 1.4rem;
	color: rgba(98,98,98, .8);
}


/*-----------------------------------------------------carusal-------------------------------------------------------*/


.carousel
{
  margin-bottom: 4rem;
}

.carousel-indicators li
{
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 50% !important; 
}
.carousel-caption
{
  bottom: 3rem;
  z-index: 10;
}

.carousel-item
{
  height: 32rem;
}
.carousel-item > img 
{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.marketing .col-lg-4 
{
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 
{
  font-weight: 400;
}

.marketing .col-lg-4 p 
{
  margin-right: .75rem;
  margin-left: .75rem;
}

.featurette-divider 
{
  margin: 5rem 0; 
}


.featurette-heading 
{
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}
