	
	body
		{
			background:white;
			

		
		
		}
html, body {
    width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img, video {
    max-width: 100%;
    height: auto;
}
 .responsive-square {
    width: 100%; /* Full width of parent container */
    padding-top: 60%; /* Aspect ratio for a square */
    position: relative;
    overflow: hidden;

}
.responsive-square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the square without distortion */
    border-radius: 10px;
}


		
		#full
		{

					transition: all 1s;
			display:table-cell;vertical-align: middle;margin:0 auto;text-align: center;
				opacity: 1;
		}


		#img
		{
			border-radius: 1000px;text-align: center;width: 200px;
		}



p{
	font-family: 'Poppins', sans-serif;
			font-size: 14px;
	
			color: #6D6D6D;
}


h5
{

	padding-top: 50px;
	font-family: 'Playfair Display', serif;
}

header
{
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: white;z-index: 9999;box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

#underline
{
	width: 25px;
	background-color: black;
	margin:0 auto;
	height: 1.5px;
	margin-bottom: 30px;
}

		b
		{
			font-weight: normal;
		}

		.full-body-optimize-header
{
max-width: 1300px !important;
margin: 0 auto;
  background-color: transparent !important;
}
.full-body-optimize
{
  max-width: 1250px !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.sansation-light {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sansation-regular {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansation-bold {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: normal;
}



.stack-sans-text-regular {
  font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.title01
{
	  font-family: "Sansation", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
}




.title02
{
	  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

#herosection1
{
  margin-top: 90px;
}

.whatsapp-pulse
{
  position:fixed;
  bottom: 60px;
  right:20px;
  width: 60px;
  height: 60px;
  background-color:#25D366;
  border-radius: 10000px;
  transform: scale(1);
  opacity: 0;
  animation-name: whatsapppulse;

  opacity: 0;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes whatsapppulse {
  0% {
     transform: scale(1);
     opacity: 1;
  }
  
  100% {
   transform: scale(1.4);
     opacity: 0;

  }
}

.title03
{
	  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.content1
{
 font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.content3
{
 font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}

.content4
{
	font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
	color: #6B6B6B !important;
}

input,textarea
{
	font-family: "Stack Sans Text", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 16px !important;

}
.opacity-75
{
	opacity: 0.75 !important;
}

.badge1
{
	font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
	color: #357EE8 !important;
}
.white
{
	color: white !important;
}

.black
{
	color: black !important;
}

.nav-link
{
	 font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sansation-light-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.sansation-regular-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sansation-bold-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: italic;
}




@media(max-width: 992px)
{
  .full-body-optimize
{
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.title01
{
	  font-family: "Sansation", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}




.title02
{
	  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

}