@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&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');
.navbar-light .navbar-nav .nav-item .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover {
    background-color: #f1f5f900 !important;
    color: #e71c24 !important;
}
body {
	font-family: "Poppins", sans-serif;
}
p {
	color:#000;
}
.btn-scroll-top {
    bottom: 130px;
}
.wa-chat-box-poweredby {
    display: none;
}
.pattern-square:after {
    background-image: url(../img/pattern-square.svg);
    background-position: top;
    bottom: 0;
    content: "";
    height: 312px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.contact-icon{
	border: 1px solid #ffc1074d;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border-radius: 90px;
    background: #ffc1074d;
	color: #FF9800;
    font-size: 24px;
}
.about_box {
    background: #fff;
	padding: 30px;
    z-index: 999;
    position: relative;
	box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.07);
	border-radius: 16px;
}
@media (max-width: 576px) {
    .about_box {
        margin-right: 0px !important;
		text-align: justify;
    }
}
.text2 {
	background: linear-gradient(90deg, #FF5722 6.14%, #FF9800 83.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.button-48 {
  appearance: none;
  background-color: #FFFFFF;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #ebebeba1;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
  z-index: 1;
  position: relative;
}
.happierbox {
	padding: 40px;
    background: #fff;
    border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.happierbox:hover {
	padding: 40px;
    background: #ffffff8a;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    cursor: pointer;
    rotate: -5deg;
    transition: all .8s;
}
.bg-logo {
	background: #fedd9c;
}
.border-color-theme2 {
	border-color :#fedd9c;
}
.bg-logo2 {
	background: #a27189;
}
.border-color-theme {
	border-color :#a27189;
}
.round-icon {
	border: 1px solid #FF9800;
    width: 92px;
    height: 92px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -52px;
    border-radius: 90px;
    background: linear-gradient(45deg, #FF9800, #FFC107);
    z-index: 99999;
}
.round-icon:hover {
	border: 1px solid #a27189;
    background: linear-gradient(45deg, #a27189, #a27189);
    cursor: pointer;
    rotate: 360deg;
    transition: all .8s;
}
.dropdown-menu {
    padding: 0 !important;
	border-radius: 0 !important;

}
.navbar .dropdown-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd75;
}
.navbar .dropdown-menu li a:hover {
    background: #a27189;
    color: #ffff;
}
.footer-bg-img {
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.text-justify {
	text-align: justify;
}
.career-box {
	text-align: center;
    border: 1px solid #FFC107;
    padding: 40px;
    border-radius: 16px;
    background: #ffc1074a;
}
.inqform {
	width: 30%;
	position: absolute;
	top: 70px;
	right: 200px;
}
@media (max-width: 576px) {
    .inqform{
	width: 95% !important;
    position: relative !important;
    top: 70px !important;
    right: 0 !important;
    left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
}
