.header.fixed-header {
    padding: 20px 0;
    background-color: rgba(70,165,174,0.5);
}

.bg-primary {
    background-color: #46a5ae !important;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
}

h1 {
  position: relative;
  padding: 0.5em;
  background: #d67f4b;
  color: white;
}

h1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(134, 77, 49);
}
h1, .h1 {
        font-size: 1.4rem;
	letter-spacing: 0.1rem;
 }
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.2rem;
    }
}

.yeg_wa{
	border-radius: 15px;
	margin: 16px;
}

.btn {
    background-color: var(--bs-light);

}
.btn .btn-text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    color: var(--bs-secondary);
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
    padding-inline-end: 15px;
}

#scrollToTopBtn {
    transition: all 0.5s ease-in-out;
    display: none;
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.get-template {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 99;
}

.btxt {
	font-size: 1.7rem;
	line-height: 3.2rem;
	text-align: justify-all !important;
}

@media (max-width: 768px) {
  .btxt {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) {
 .btxt {
   font-size: 1.1rem;
	line-height: 1.6rem;	 
 }	
}

.p-yeg {
	
	padding: 6.5rem;
}

@media (max-width: 768px) {
  .p-yeg {
   padding: 1.5rem;
  }
}

.dropdown-menu {
    --bs-dropdown-min-width: 340px;
}