/* Sticky footer styles
-------------------------------------------------- */
/* html {
	position: relative !important;
	min-height: 100% !important;
  }
  body {
	/* Margin bottom by footer height 
	margin-bottom: 60px !important;
  }
  .footer {
	position: absolute !important;
	bottom: 0 !important;
	width: 100% !important;
	/* Set the fixed height of the footer here 
	height: 60px !important;
	line-height: 60px !important; /* Vertically center the text there 
	/* background-color: #f5f5f5; 
  } */
  

  body{
	/* padding-top: 65px;  */




    background-color: #fff;
}


h1,h2,h3,h4,h5{
    color: black;
    /*
		#cf60ba !important
    */
}

/* .fas {
    color: #ab2191;
} */







after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
  text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #8c0b74;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {
	background: #555;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}


.ibintoButton{
    background-color: #be2c9a !important;
    color: #ffffff !important;
    border-color: #be2c9a !important;
}






@font-face {
	font-family: ibintoRegular;
	src: url(../fonts/ibinto-web-regular.otf);
  }

  @font-face {
	font-family: ibintoBold;
	src: url(../fonts/ibinto-web-bold.otf);
	font-weight: bold;
  }

  @font-face {
	font-family: ibintoMedium;
	src: url(../fonts/ibinto-web-medium.otf);
	font-weight: bold;
  }


  footer a {
	  
	  color:white;
  }

  footer p {
	  
	color:white;
}

  footer {

		margin-top: auto;
		padding-left: 150px;
		padding-right: 15px;
  }

  .customFooter {

	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

  }

* :not(i,li) { font-family: ibintoRegular !important }
h2 { font-family: ibintoBold }


/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {
	footer {
				padding-left: 0px;
				margin-top: auto;
			  }
			  
	.socialMediaSection {
				width: 100%;
	}
} */

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {
	footer {
			padding-left: 0px;
			margin-top: auto;
	  }

	  .socialMediaSection {
		width: 100%;
		}
} */


/* @media only screen and (min-width: 768px) {
	footer {
			padding-left: 0px;
			margin-top: auto;
			}
			  
	  .socialMediaSection {
			width: 100%;
		}
} */

.ibintoItem{
	color: #be2c9a !important;
}

.resize {
	width: 250px;
	height: 205px;
}