#navigation{
	position: fixed;
	top: 0;
}

.container-fluid{
  background-color: #0000;
}
.Logo{
  font-family: sans-serif;
    font-weight: 700;
    color: hsl(0, 0%, 100%);
}
h1{
	font-size: 2rem;
}
.custom-loader {
  width: 40px;
  height: 40px;
  color:#000000;
  position: relative;
  background: radial-gradient(10px,currentColor 94%,#0000);
}
.custom-loader:before {
  content:'';
  position: absolute;
  inset:0;
  border-radius: 50%;
  background:
    radial-gradient(9px at bottom right,#0000 94%,currentColor) top    left,
    radial-gradient(9px at bottom left ,#0000 94%,currentColor) top    right,
    radial-gradient(9px at top    right,#0000 94%,currentColor) bottom left,
    radial-gradient(9px at top    left ,#0000 94%,currentColor) bottom right;
  background-size:20px 20px;
  background-repeat: no-repeat;
  animation: sp8 3s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes sp8 {
   33%  {inset:-10px;transform: rotate(0deg)}
   66%  {inset:-10px;transform: rotate(90deg)}
   100% {inset:0    ;transform: rotate(90deg)}
}
.Logo{
  font-size: 30px;
}

.Logo span {
  color:#000000;
}
.nav-link{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
  color: rgb(0, 0, 0);

}
.card{
  font-family:'Times New Roman', Times, serif;
  font-style: normal;
  color: #3e3e21;
  background-image: url('images/CARDIMG.png');
  transform: rotate(-3deg);
}
.Back-image{
    background-image: url('images/Background.jpg');
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#carouselExampleCaptions{
    padding: 7% 15%;
    font-family: "Poppins", sans-serif;
    /* font-weight: 300; */
    text-align: center;
    background-color: rgb(255, 239, 120);
    color: #000000;
}

.testimonial-image{
    width: 42%;
    border-radius: 100%;
    margin: 20px;
    text-align: center;
}
.testimonial-text{
  color: #000000;
}
.hero{
    width: 100%;
	/* height:100vh; */
    height: 60vh;
    background-image: linear-gradient(rgba(253, 255, 147, 0.5),rgba(232, 213, 0, 0.8));
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.title2{
    width: 60%;
    display: inline-block;
    /* margin: 150px auto 0; */
	margin-top:50px;
    color: #000000;
    text-align: center;
}
.title2 .h11{
    margin-bottom: 30px;
}
.title2 .h11{
    /* font-size: 30px; */
	font-size: 2rem;
    line-height: 50px;
}
.row1{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.col1{
    flex-basis: 22%;
    text-align: center;
    color: #555;
}
.counter-box{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 0 20px -4px #66676c;
}
.counter, .sp{
    display: inline-block;
    margin: 15px 0;
    font-size: 50px;
    color: #4c3d00;
}
.counter-box .fa{
    font-size: 40px;
    color: #d1c000;
    display: block;
}
#pricing{
  padding: 100px;
  text-align: center;
}
.pricing-column{
  padding: 3% 2%;
}
   
   .footer-link{
     font-family: 'Merriweather', serif;
     color: #49024d;
     margin: 20px;
     text-decoration: none;
     padding-bottom: 2%;
   }
   .footer-link:hover{
     color: #EAF6F6;
   }
 .copyright-button{
     color: #EAF6F6;
     font-size: 1rem;
     padding: 20px 0;
 
 }

 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	height: 100vh;
	display: grid;
	align-items: center;
	font-family: 'Poppins', sans-serif;
}

.contact-wrap {
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.contact-in {
	padding: 40px 30px;
}

.contact-in:nth-child(1) {
	flex: 50%;
	background-color: rgb(0, 0, 0);
	color: #fff;
}

.contact-in:nth-child(2) {
	flex: 50%;
	background: rgb(0, 0, 0);
}

.contact-in:nth-child(3) {
	flex: 25%;
	padding: 2%;
}

.contact-in h1 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}

.contact-in h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}

.contact-in h2 i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #ffffff;
	color: #000;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
}

.contact-in p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

.contact-in ul {
	padding: 0;
	margin: 0;
}

.contact-in ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}

.contact-in ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
}

.contact-in ul li a i {
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.contact-in form {
	width: 100%;
	height: auto;
}

.contact-in-input {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	outline: none;
	padding-left: 5px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.contact-in-input::placeholder {
	color: #fff;
}

.contact-in-textarea {
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	outline: none;
	padding-top: 5px;
	padding-left: 5px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.contact-in-textarea::placeholder {
	color: #fff;
}

.contact-in-btn {
	width: 100%;
	height: 40px;
	border: 1px solid #fff;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}

.contact-in iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:480px) {
	.contact-in:nth-child(1) {
		flex: 50%;
	}

	.contact-in:nth-child(2) {
		flex: 50%;
	}

	.contact-in:nth-child(3) {
		flex: 100%;
	}
	

}

@media only screen and (max-width:360px) {
	.contact-in:nth-child(1) {
		flex: 50%;
	}

	.contact-in:nth-child(2) {
		flex: 50%;
	}

	.contact-in:nth-child(3) {
		flex: 100%;
	}

}
@media (min-width: 1024px) {
  .navbar {
    position: fixed;
    top: 0;
	width: 100%;
  }
}
@media (min-width: 768px) {
	.navbar {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}
  }
  
  @media (min-width: 480px) {
	.navbar {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}
  }
  @media (min-width: 360px) {
	.navbar {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}
  }
  
  a {
	text-decoration: none;
  }

  @media (max-width:480px){
	.hero{
		height:65vh;
	}
	h1{
		font-size: 1.7rem;
	}
	.title2{
		margin-top: 30px;
	}
	.title2 .h11 {
		font-size: 1.7rem;
	}
	.row1{
		display: flex;
		flex-wrap: wrap;
	}
	.col1{
		flex-basis: 45%;
		margin-bottom: 10px;
	}
	.counter-box .fa {
    	font-size: 30px;
	}
	.counter, .sp{
		margin: 3px 0;
		font-size: 29px;
	}
	.count-name{
		font-size: 16px;
	}
	.title-card{
		margin: 1.3rem 3rem;
	}
	.title-card-body {
		padding: 2rem!important;
	}
	.title-logo{
		margin-top:-2rem!important;
		margin-bottom:-0.5rem!important;
	}
	.title-img{
		width:110px;
		height:110px;
	}
	.title-text{
		margin-bottom: 0rem;
		font-size: 0.85rem;
	}
	.title-text2{
		font-size: 0.79rem;
	}
	.title-btn {
		margin: 5px 0;
		--bs-btn-padding-y: 0.2rem;
		--bs-btn-padding-x: 0.5rem;
		--bs-btn-font-size: 1rem;
	}
	.title-btn-footer{
		font-size: 0.9rem;
	}
	.custom-loader{
		height:20px;
		width:20px;
		margin:0 3px;
	}
	.custom-loader:before{
		background-size: 15px 15px;
	}
	.Logo{
		font-size: 24px;
	}

  }
  @media (min-width:481px) and (max-width:720px){
	.hero{
		height:65vh;
	}
	.title2{
		margin-top: 25px;
	}
	.title2 .h11 {
		font-size: 1.8rem;
	}
	.row1{
		display: flex;
		flex-wrap: wrap;
	}
	.col1{
		flex-basis: 45%;
		margin-bottom: 10px;
	}
	.counter-box .fa {
    	font-size: 35px;
	}
	.counter, .sp{
		margin: 3px 0;
		font-size: 33px;
	}
	.count-name{
		font-size: 18px;
	}
  }
