body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
}

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
	font-family: "Abhaya Libre", serif;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 70px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;font-family: "Abhaya Libre", serif;font-size: 21px;
}
.nav-item:hover .nav-link{
	color: #ed2980 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #ed2980;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}


.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}


@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}
	
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.topbar {
	background: #ed2980;
	padding: 5px 0
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff !important
}

ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: rgb(238, 42, 129);
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}


@media screen and (max-width:1199px){
	.nav-link{
		font-size: 17px;
	}
	.navbar-brand img {
  height: 50px;
}
}


@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}
}




.bg-gradient-2 {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(252, 242, 238, 0.8) 20%, rgba(0, 0, 0, 0) 100%);
}
.shape-mockup-wrap {
  position: relative;
}
.overflow-hidden {
  overflow: hidden !important;
}
.jump-reverse-img, .jump-reverse {
  --jump-y: -20px;
}
.jump-reverse-img, .jump-img {
  --duration: 5s;
}
.jump-reverse-img, .jump-img, .jump-reverse, .jump {
  animation: jumpping 4s infinite linear;
}
.shape-mockup {
  position: absolute;
  z-index: 1;
}
@keyframes slideinright {
  0% {
    opacity:0;
    transform:translateX(70px)
  }
  100% {
    transform:translateX(0)
  }
}
@keyframes scaleinright {
  0% {
    opacity:0;
    transform:scaleX(0)
  }
  100% {
    transform:scaleX(1)
  }
}
@keyframes fadein-custom {
  0% {
    opacity:0
  }
  100% {
    opacity:1
  }
}
@keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translateY(20px)
  }
  100% {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
@keyframes jumpping {
  0%,
  100% {
    transform:translate3d(0, 0, 0)
  }
  40% {
    transform:translate3d(0, 20px, 0)
  }
}
@keyframes moving-x {
  0% {
    transform:translate(0px, 0px)
  }
  50% {
    transform:translate(-60px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
@keyframes moving {
  0% {
    transform:translate(0px, 0px)
  }
  20% {
    transform:translate(0px, -60px)
  }
  50% {
    transform:translate(-60px, -60px)
  }
  70% {
    transform:translate(-60px, 0px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}.curb-shape1 {
  -webkit-clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
  clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
  width: 618px;
  height: 620px;
  background-color: rgb(251, 217, 228);
  z-index: 1;
  position: relative;
}

.img-box3 {
  padding:50px;
  margin-bottom:30px;
  position:relative;
  z-index: 99;
}
.img-box3 .img-1 {
  overflow:hidden;
  border-radius:9999px
}
.img-box3 .img-2 {
  position:absolute;
  left:-15%;
  top:36%;
  z-index:-1
}
.img-box3 .img-product {
  background-color:#fdebe0;
  border-radius:99999px;
  text-align:center;
  padding:35px 0 38px 0;
  position:relative;
  z-index:2
}
.img-box3 .img-product img {
  margin-bottom:37px
}
.img-box3 .product-title {
  font-size:24px;
  text-transform:uppercase;
  
  color:#ed2980;
  margin:0 0 8px 0;
  line-height:1
}
.img-box3 .product-price {
  font-size:20px;
  font-weight:500;
  line-height:1;
  color:#ed2980;
  margin:0
}
.img-box3 .shape-line {
  position:absolute;
  left:0;
  bottom:0;
  width:100%
}
.img-box3 .shape-line svg {
  fill:none;
  transform:rotateX(180deg)
}
.img-box3 .shape-line,
.img-box3 .shape-dot {
  fill:#ed2980
}
.img-box3 .text-shape {
  position:absolute;
  left:0;
  right:0;
  top:26px;
  text-align:center;
  text-transform:uppercase;
  font-size:36px;
  letter-spacing:.48em;
  font-family:'Poppins', sans-serif;
  
  font-weight:300;
  transform:rotate(180deg)
}
.img-box3 .text-shape svg {
  overflow:initial;
  width:90%;
  height:100%;
  fill:none
}
.img-box3 .text-shape text {
  fill:#ed2980
}
.img-box3.style2 .img-product {
  background-color:#fff
}
.img-box3.style2 .text-shape text,
.img-box3.style2 .shape-dot,
.img-box3.style2 .shape-line {
  fill:#fff
}
.img-box3.style3 {
  padding:3px;
  border:1px solid rgba(154,86,58,.14);
  border-radius:9999px
}
.img-box3.style3 .img-2 {
  left:-34%;
  z-index:-1
}
.img-box3.style3 .img-product {
  padding-bottom:50px
}
.img-box4 {
  position:relative;
  z-index:1
}
.img-box4 .img-3 {
  position:absolute;
  left:-4%;
  bottom:-6%;
  z-index:-1
}.img-box3 .shape-line, .img-box3 .shape-dot {
  fill: #ed2980;
}.about-box1 {
  padding-top:24px;
  margin-bottom:30px;
  padding-left: 50px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Marcellus", serif;
}
.about-box1 .sec-title2 {

margin-top: 10px;
margin-bottom: 20px;
}
.about-box1 .media-style1 {
  margin-bottom:22px
}
.quote-text {
  font-size:22px;
  line-height:35px;
  letter-spacing:.03em;
  
  margin:24px 0 43px 0;
  padding:15px 25px 15px 25px;
  color:#555;
  border-left:3px solid #ed2980;
  max-width:630px;
  background-image:linear-gradient(to right, rgba(253, 230, 216, 0.79) 0%, rgba(252, 243, 239, 0) 100%)
}
.quote-text2 {
  border-left:3px solid #ed2980;
  background-image:linear-gradient(to right, rgba(253, 230, 216, 0.79) 0%, rgba(252, 243, 239, 0) 100%);
  padding:10px 0 10px 15px;
  margin:25px 0 25px 0
}
.list-style1 ul {
  margin-bottom:21px
}
.list-style1 li {
  color:#6f6c6c;
  margin-bottom:8px
}
.list-style2 ul {
  margin:0 0 26px 0
}
.list-style2 li {
  position:relative;
  margin:0 0 9px 0;
  padding:0 0 0 20px
}
.list-style2 li:before {
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:8px;
  height:8px;
  background-color:#ed2980;
  border-radius:50%
}
.about-number {
  font-size:45px;
  font-weight:700;
  color:#ed2980;
  line-height:1;
  display:block
}.sec-subtitle {
  display: block;
  text-transform: uppercase;
  color: #ed2980;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: .22em;
  line-height: 1;
  margin-top: -0.1em;
  margin-bottom: 18px;
}.sec-title2 {
  font-size: 40px;
  margin-top: -0.22em;
  text-transform: uppercase;
}.text-theme {
  color: #ed2980 !important;
}.sec-subtext {
  background-color: #fbd9e4;
  display: inline-block;
  padding: 6px 17px 6px 20px;
  margin-left: 5px;
}.media-style1 {
  position: relative;
  background-image:linear-gradient(120deg, rgb(251, 217, 228) 0%, rgba(251, 217, 228, 0.21) 70%);
  display: flex;
  align-items: center;
  margin: 20px 10 28px 32px;
    margin-bottom: 28px;
  padding: 10px 20px 10px 0;
}.media-style1 .circle-btn, .media-style1 .media-img {
  margin: 0 30px 0 -32px;
}
.circle-btn.style3 {
  --btn-size: 80px;
  background-color: #ed2980;
  color: #fff;
}
.circle-btn {
  width: 100px;
  height: 100px;
  position: relative;
  font-size: 1.66em;
  border-radius: 50%;
  background-color: #fff;
  color: #ed2980;
  transition: all ease .4s;
}.circle-btn {
  width:100px;
  height:100px;
  position:relative;
  font-size:1.66em;
  border-radius:50%;
  background-color:#fff;
  color:#ed2980;
  transition:all ease .4s
}
.circle-btn .btn-icon {
  display:inline-block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  line-height:1;
  width:53%;
  height:53%;
  line-height:1;
  text-align:center;
  border:1px solid rgba(154,86,58,.4);
  border-radius:inherit;
  font-size:.8em;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all ease .4s;
  z-index:1
}
.circle-btn .btn-icon:hover {
  border-color:rgba(0,0,0,0);
  background-color:#ed2980;
  color:#fff
}
.circle-btn .btn-text {
  width:71%;
  height:71%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%)
}
.circle-btn svg {
  overflow:initial;
  animation:spin2 27s infinite linear
}
.circle-btn path {
  fill:none
}
.circle-btn text {
  fill:currentColor
}
.circle-btn.style2 {
  background-color:#ed2980;
  color:#fff
}
.circle-btn.style2 .btn-icon {
  border-color:rgba(255,255,255,.4);
  color:#fff
}
.circle-btn.style2 .btn-icon:hover {
  background-color:#fff;
  border-color:rgba(0,0,0,0);
  color:#ed2980
}
.circle-btn.style3 {
  --btn-size: 80px;
  background-color:#ed2980;
  animation: spin 15s linear infinite;
  color:#fff
}
@keyframes spin2 {
  to {
    transform:rotate(360deg)
  }
}.circle-btn svg {
  overflow: initial;
  animation: spin2 27s infinite linear;
}
.circle-btn.style3 .btn-icon {
  font-size:16px;
  border-color:#fff;
  color:#fff;
  border-style:dashed
}
.circle-btn.style3 .btn-icon:hover {
  background-color:#fff;
  color:#ed2980;
  border-color:rgba(0,0,0,0)
}
.circle-btn:hover svg {
  animation-play-state:paused
}.table-style1 {
  margin-bottom:30px
}
.table-style1 .tr {
  border-bottom:1px solid rgba(77,74,73,.18);
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 15px
}
.table-style1 .tr:nth-child(odd) {
  border-top:1px solid rgba(77,74,73,.18);
  background-image:linear-gradient(120deg, rgb(251, 217, 228) 0%, rgba(251, 217, 228, 0.21) 70%)
}
.table-style1 .tr:nth-child(odd) .th {
  color:#ed2980
}
.table-style1 .th {
  text-transform:uppercase;
  color:#ed2980;
  letter-spacing:.1em;
  font-weight:500
}
.table-style1 .td {
  color:#6f6c6c
}
.table-style2 {
  background-color:rgba(0,0,0,.5);
  padding:30px 40px;
  border-left:5px solid #ed2980
}
.table-style2 table {
  border:none;
  margin:0
}
.table-style2 td,
.table-style2 th {
  border:none;
  border-bottom:1px solid rgba(255,255,255,.2);
  padding:14px 0
}
.table-style2 th {
  color:#fff
}
.table-style2 td {
  color:#bebebe;
  text-align:right
}
.table-style2 tr:first-child th,
.table-style2 tr:first-child td {
  padding-top:0
}
.table-style2 tr:last-child td,
.table-style2 tr:last-child th {
  padding-bottom:0;
  border-bottom:none
}
.aboutus{
  padding: 80px 0 40px;
}
.about-text{
  margin-bottom: 20px;
}




@media screen and (max-width:1500px){
	.sec-title2 {
  font-size: 40px;
}.shape-mockup {
 
  left: -18% !important;
}
}


@media screen and (max-width:991px){
	  .shape-mockup {
    left: -18% !important;
    top: 7% !important;
  }
}

@media screen and (max-width:767px){
	.aboutus {
  padding: 36px 0 15px;
}
.img-box3 .text-shape {
  font-size: 26px;
  letter-spacing: 0.88em;
}
.curb-shape1{
	display: none;
}
.img-box3 {
  padding: 40px;
  margin-bottom: 16px;
}
.about-box1{
	padding-left: 0;
}
.sec-subtitle{
	font-size: 15px;
} .sec-title2 {
    font-size: 28px;
  }
  .circle-btn.style3 {
  --btn-size: 60px;
}
.about-box1 .media-style1 {
  margin-left: 30px;
}.media-style1 .circle-btn, .media-style1 .media-img {
  margin: 0 10px 0 -32px;
}
.table-style1 .tr{
	padding: 10px 15px;
}.table-style1 {
  margin-bottom: 0;
}
.table-style1 .th{
	font-size: 14px;
}.table-style1 .td {
  font-size: 14px;
}  .st-service-area.style2 .st__service__content {
    padding: 15px 11px 20px 90px;
  }
}





.st-service-area.style2 .st__service__content h2  {
  font-size: 22px;
  color: #ed2980;
  font-weight: 600;
}

.st-service-area.style2 .st__service__content h2 a {
  
  color: #ed2980;
  
}
.st-service-area.style2 .st__service__content h2 a:hover{
  color: #ed2980;
}
.post-slide{
	margin:0 20px;
}
.st-service-area.style2 .st__service__icon__two {
  background: #ed2980;
  width: 90px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px 0 50px 50px;
}
.st-service-area.style2 .st__service__icon__two img{
	height: 60px;
}
.st-service-area.style2 .st__service__content {
  padding: 26px 10px 30px 113px;
  bottom: 50px;
  border-left: none;
  min-height: 180px;
}
.st-service-area.style2 .st__service__thumb__two{
  overflow: hidden;
}
.st-service-area.style2 .st__service__thumb__two img {
  width: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st-service-area.style2 .st__service__box__two:hover .st__service__thumb__two img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.st-service-area.style2 .st__service__content p {
  line-height: 1.5;
  margin-top: 15px;
}
.st-service-area.style2 .st__service__btn {
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 1;
}
.st-service-area.style2 .st__service__content::before {
  top: -28px;
  right: -50px;
  background: url(../images/service/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.st-service-area.style2 .st__service__btn a::before{
  background: #ff95c9;
}
.st__service__box__two:hover .st__service__btn a::before{
  background: #ed2980;
}
.st__service__box__two:hover .st__service__btn a {
  background: #ed2980;
}
.st__service__content {
  background: #fff;
  padding: 21px 40px 52px;
  filter: drop-shadow(0px 1px 20px rgba(109,109,109,0.4));
  position: relative;
  left: 25px;
  bottom: 50px;
  width: 89%;
  border-left: 5px solid #ed2980;
  z-index: 1;
  max-height: 100%;
}
.st__service__box__two:hover .st__service__btn a {
  background: #ed2980;
}
.st__service__btn a {
  display: inline-block;
  padding: 12px 29px;
  background: #ed2980;
  color: #fff;
  font-size: 30px;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st-service-area.style2 .st__service__btn a::before {
  background: #ed2980;
}
.st-service-area.style2 .st__service__btn i{
	color: #fff;
}
.st__service__btn a::before {
  position: absolute;
  content: "";
  top: 27px;
  right: 85px;
  background: #ed2980;
  width: 32px;
  height: 27px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.mb-50{
	margin-bottom: 30px;
}
.st-service-area{
	padding: 10px 0 60px;
}
.gallery-section{
	padding: 10px 0 80px;
}
.gallery-section .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  transition: all .5s ease;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  background-color: #F8F6F9 !important;
}
footer{
	background:url('../images/footer.webp');
	background-size: cover;
	padding: 60px 0 40px;
}

footer h4{
	font-size: 30px;
  margin-top: -0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer ul{
	padding: 0;
	margin: 0;
}
footer ul li{
	list-style: none;margin-bottom:15px;
}
footer ul li a{
	list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
  
}
a:hover{
	color: #ed2980 !important;
}
footer ul li i{
	padding-right: 10px;
	color: #ed2980 !important;
}
.media-text{
	margin-bottom: 0;
}
.copyright-text {
  margin-bottom: 0;
  color: #fff;
} .copyright-text a{
	color: #fff !important;
}
.copyright-text a:hover{
	color: #fff !important;
}
.copyright{
background: #ed2980 !important;
padding: 10px 0;
text-align: center;
}

@media screen and (max-width:1500px){
	.st-service-area.style2 .st__service__content {
  padding: 15px 10px 20px 90px;
}
.st-service-area.style2 .st__service__icon__two {
  width: 80px;
  height: 90px;
}
}

@media screen and (max-width:1199px){
	.st-service-area.style2 .st__service__content{
		min-height: auto !important;
	}
	.sec-subtitle, .about-box1 .sec-title2{
		text-align: center;
	}
	  .st-service-area.style2 .st__service__content {
    padding: 15px 40px 20px 104px;
  }
}

@media screen and (max-width:991px){
	.st-service-area.style2 .st__service__content{
		bottom: 90px;
	}
	.st__service__btn a::before{
		right: 84px;
	}
	.sec-subtitle{
		line-height: 1.5;
	}
	  .st-service-area.style2 .st__service__content {
    padding: 15px 20px 20px 90px;
  }
}
.aboutus, .st-service-area{
	overflow-x: hidden;
}

@media screen and (max-width:767px){
	.st-service-area {
  padding: 10px 0 0px;
}.gallery-section {
  padding: 0px 0 40px;
}
footer{
	padding: 40px 0 20px;
}
footer h4 {
  font-size: 26px;
  margin-bottom: 12px;
}
footer ul li {
  margin-bottom: 10px;
}
.mth2{
	margin-top: 20px;
}
}

.banner-section{
	background: url('../images/footer.webp');
    background-size: auto;
  background-size: cover;
  padding: 60px 0 40px;
}
.banner-section h2{
	color: #ed2980 !important;
}

.servicepage .st__service__content{
	padding: 25px 24px 15px 25px !important;
  bottom: 50px;
  border-left: none;
  min-height: auto !important;
}
.treatment-internal-pg{
	padding: 80px 0 40px;
}

@media screen and (max-width:1600px){
	.servicepage .st__service__content {
  padding: 25px 18px 15px 18px !important;
}
}


@media screen and (max-width:1500px){
	.servicepage .st__service__content{
		left: 2.5%;
  width: 95%;
	}
	  .servicepage .st__service__content {
    padding: 25px 14px 15px 14px !important;
  }

}

@media screen and (max-width:1199px){
	    .servicepage .st__service__content {
    bottom: 50px !important;
  }
}
.gallery-section{
	padding: 70px 0 40px;
}
.gallery-section .gallery-box{
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.treatment-internal-pg {
  padding: 40px 0 0px;
}
.banner-section{
	padding: 40px 0 25px;
}
.gallery-section {
  padding: 40px 0 6px;
}
}


.box-cards{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 15px;
  overflow: hidden;
 border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.box-cards  ul {
  padding: 0;
  margin: 0;
}
.box-cards ul li {
  list-style: none;
  margin-bottom: 15px;
}
.box-cards ul li a {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
}
.box-cards ul li i {
  padding-right: 10px;
  color: #ed2980 !important;
}
.contactus{
	padding: 70px 0;
}
.contactus .form-control{
	margin-bottom: 10px;
}
.contactus .sec-title2{
	font-size: 30px;
	margin-bottom: 20px;
}
.contactus .btn{
	background: #ed2980;
  color: #fff;
  border: 1px solid #ed2980;
  margin-top: 15px;
  transition: 0.5s ease;
  margin-bottom: 15px;
}
.contactus .btn:hover{
	background: #fff;
  color: #ed2980;
  border: 1px solid #ed2980;
  margin-top: 15px;
  transition: 0.5s ease;
}
.contactus textarea{
	  height: 135px;
}
.contactus iframe{
	margin-top: 50px;
}

@media screen and (max-width:1199px){
	.box-cards{
		padding: 30px 20px 15px;
	}
	.contactus .sec-title2 {
  font-size: 25px;
}
.box-cards ul li a{
	font-size: 15px;
}
}

@media screen and (max-width:991px){
	 .box-cards ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width:767px){
	.contactus {
  padding: 40px 0;
}  .box-cards ul li a {
    font-size: 16px;
  }
  .contactus .col-md-8{
  	margin-top: 40px;
  }
}