@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body { font-family: 'Ubuntu', sans-serif; color: #202124; font-size: 16px;}
.nav-link {font-size: 18px; color: #412c36; font-weight: 600; text-transform: uppercase; margin-left: 15px; }
.nav-link.active {color: #ab4a9c !important;}
.nav-link:hover {color: #ab4a9c !important;}

section {padding:80px 0; }

h2 {font-size: 45px; font-weight: 700; }
.text-1 {font-size: 22px; }

.box-1 {background:#ffe6fb; padding: 20px; border: 5px solid #ffe6fb; text-align: center;  -webkit-border-top-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomleft: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;}
.box-1:hover { border: 5px solid #ab4a9c; background: #fecaf6;}
.box-1 .img-box {text-align: center; padding: 25px 0;}

.bg-purple {background: #da689d; color: #FFF; padding: 0px; }
.box-2  {padding: 60px 20px;}
.box-2 i {font-size:80px; margin-bottom: 15px;}
.box-2 h3 {font-size: 26px;}

.bg-1 {background: #ab4a9c;}
.bg-2 {background: #6f3478;}
.bg-3 {background: #ab4a80;}
.bg-4 {background: #6f4aab;}
.bg-5 {background: #4e3478;}

.product-box {background: #FFF; padding: 15px 15px 20px; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;}
.product-box:hover {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;}
.product-box .img-box {margin-bottom: 15px;}
.product-box .info-box h4 {margin-bottom: 0px;}
.product-box .info-box ul {margin: 5px 15px 15px; padding: 0px;}
.product-box .info-box .btn-main {background: #412c36; color: #FFF; font-size: 18px; font-weight: 700; }
.product-box .info-box .btn-main:hover {background: #ab4a9c; color: #FFF; font-size: 18px; font-weight: 700; }
a {text-decoration: none; }
.logo-box-1 {background: #ffe6fb; border-radius: 10px; text-align: center; padding: 0px 20px;}
.footer-bg {background: #412c36; padding: 60px 0; border-top: 10px solid #ab4a9c; color: #FFF;}
.footer-bg a {color: #FFF;}
.social-icon {
  padding: 20px 0;
}
.social-icon a {
  color: #FFF;
  font-size: 24px;
  margin-right: 15px;
}

.toll-free {
  font-size: 24px;
  margin-bottom: 30px;
}
.toll-free a {
  color: #FFF;
  font-weight: 700;
}

footer .list-inline li a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  margin: 0 15px;
}


.whatsappbutton i {position: relative; z-index: 999;}
.whatsappbutton {
	background-color: #7ACC72; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-radius: 500px;
	margin-top: 10px !important;
	width: 60px;
	margin: auto;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 15px;
	height: 60px;
	line-height: 75px; ;
}

.whatsappbutton:hover  {color: #FFF;}
.whatsappbutton:hover::before  {content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #7ACC72;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;}



 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}


 @keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
}
}

.inner-banner {
	background-color: rgba(171,74,156,0.5);
	position: relative;
	text-align: center;
	padding: 13vh 0;
}
.inner-banner::before {
	background-image: url("../images/bg-img-1.jpg");
	background-size: cover;
	background-position: center center;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
}
.inner-banner h1 {
	font-size: 48px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 0px;
}
.inner-banner nav {
	display: inline-block;
	color: #FFF;
}
.inner-banner nav ol {
	
	margin: 10px 0;
}
.inner-banner nav ol li.breadcrumb-item.active {
	color: #FFF;
	font-weight: 700;
}
.inner-banner nav ol li a {
	color: #FFF;
}
.inner-banner .breadcrumb-item + .breadcrumb-item::before {
	color: #FFF;
}


.contact-info {
    margin-bottom: 12px;
}
.contact-info__icon {
    width: 30px; text-align: center; margin-bottom: 15px; display: inline-block; 
}
.contact-info__icon i, .contact-info__icon span {
    color: #ab4a9c;
    font-size: 27px;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info .media-body p {
    color: #999;
}

.contact-info .media-body h3 a {
    color: #2a2a2a;
}
.btn-main2 {
  background: #412c36;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

.btn-main2:hover {
  background: #ab4a9c;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

.job-post .card-header {background: #ffe6fb;}






