body {
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-family: 'Bebas Neue', cursive;
}
img {
	max-width: 100%;
}
*:hover {
	transition: all 0.5s ease;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Style the front side */
.flip-box-front {
  background-color: #bb1a34;
  color: white;
}
.flip-box-front i {
	font-size: 60px;
}

/* Style the back side */
.flip-box-back {
  background-color: rgba(67,55,121,1);
  color: white;
  transform: rotateY(180deg);
}
.navbar {
	/*background: linear-gradient(90deg, #bb1a34 0%, rgba(67,55,121,1) 100%);*/
    background: #fff;
    box-shadow: 0px 0px 15px 0px #888;
}
.member-box {
	border: 1px solid #ccc;
}
.member-box figure {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 200px;
	background-color: #ccc;
}
.member-box .member-title {
	position: relative;
}
.member-box .member-info {
	display: none;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	padding-top: 0px;
	font-size: 12px;
	background: #fff;
}
.member-box:hover .member-info {
	display: block;
}
.member-box .member-title p {
	font-size: 12px;
}
.member-box .member-title h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.navbar-brand {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.navbar-brand,
.navbar-nav li a.active.nav-link,
.navbar-nav li a {
	color: #bb1a34;
	text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.navbar-nav > li > a {
    margin: 0 3px;
}
.navbar-nav > li > ul {
	overflow: hidden !important;
    padding: 0px;
    border: 0px;
}
.dropdown-item.active, .dropdown-item:active {
	background: #bb1a34 !important;
}
.navbar-nav li a:hover,
.navbar-nav li a.active.nav-link {
    border-bottom: 1px solid #433779;
    color: #433779;
}
.navbar-brand img {
	width: 300px;
}
.banner {
	position: relative;
	color: #fff;
}
.certifications > * {
    width: 120px !important;
    float: left;
}
.certifications img {
    max-width: 100%;
}
.banner .bxcarousel-item > div {
	min-height: 740px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	color: #fff;
	/*background-image: url(../img/banner.jpg);*/
	background-size: cover;
	background-position: center;
}
.banner * {
	z-index: 1;
}
.banner .bxcarousel-item > div:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgb(126,35,35);
	background: linear-gradient(90deg, #bb1a34 0%, rgba(67,55,121,1) 100%);
	z-index: 0;
	opacity: 0.7;
}
.banner .bxcarousel-item.no-overlay > div:after {
	display: none !important;
}
.banner h1 {
	font-size: 140px;
	text-shadow: 2px 2px 4px black;
}
.banner h4 {
	font-weight: 300;
	font-size: 24px;
	text-shadow: 2px 2px 4px black;
}
.purple-color {
	color: #433779;
}
.red-color {
	color: #bb1a34;
}
.content h2 {
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 30px;
}
.content h5 {
	font-size: 28px;
	line-height: inherit;
	font-weight: 300;
	margin-bottom: 30px;
}
.about-sec p {
	font-size: 18px;
	min-height: 18px;
	margin-bottom: 30px;
}
.about-sec label {
	font-size: 18px;
}
label.formbuilder-radio-group-label {
    font-weight: bold !important;
}
.content a {
	color: #bb1a34;
	text-decoration: none;
	border-bottom: 1px solid #bb1a34;
}
.content a:hover {
	color: rgba(67,55,121,1);
	text-decoration: none;
	border-bottom: 1px solid rgba(67,55,121,1);
}
.img-box {
	min-height: 380px;
	display: flex;
	position: relative;
	align-items: flex-end;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.img-box img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	object-fit: fill;
}
.img-box h5 {
	font-size: 40px;
	font-family: 'Bebas Neue', cursive;
	z-index: 1;
	color: #fff;
	margin: 0;
}
.img-box:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgb(126,35,35);
	background: linear-gradient(180deg, transparent 30%, rgba(67,55,121,1) 100%);
	z-index: 0;
	opacity: 0.6;
}
.img-box.red-box:after {
	background: rgb(126,35,35);
	background: linear-gradient(180deg, transparent 30%, #bb1a34 100%);
}
.red-border {
	border: 3px solid #bb1a34;
}
.purple-border {
	border: 3px solid rgba(67,55,121,1);
}

.icon-box {
	margin-bottom: 30px;
	padding: 10px;
}
.icon-box i,
.icon-box img {
	margin-bottom: 20px;
	display: block;
}
.icon-box i {
	font-size: 80px;
	margin-bottom: 0px;
}

.icon-box a {
	color: #bb1a34;
	text-decoration: none;
	border-bottom: 1px solid #433779;
}

.icon-box:hover a {
	color: #433779;
	text-decoration: none;
	border-bottom: 1px solid #bb1a34;
}


.counters-sec {
	min-height: 600px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	color: #fff;
	background-image: url(../img/banner3.jpg);
	background-size: cover;
	background-position: center;
}
.counters-sec * {
	z-index: 1;
}
.counters-sec:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgb(126,35,35);
	background: linear-gradient(90deg, #000 0%, #000 100%);
	z-index: 0;
	opacity: 0.6;
}

.counter-box {
	padding: 80px 50px;
}
.center-box-border {
	border-left: 5px solid #bb1a34;
	border-right: 5px solid #bb1a34;
}
.testimonial-sec {
	padding: 100px 0 !important;
}
.testimonialSlider {
	padding: 30px 0;
}
.testimonialSlider button {
	color: #433779;
	opacity: 1;
	font-size: 30px;
}
.testimonialSlider button:hover {
	color: #bb1a34;
}
.testimonialSlider .bxcarouseltestimonial-item p {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: 100;
	padding: 0 60px;
}
footer.footer {
	padding: 50px 0;
	background: #dadada;
}
footer.footer ul {
	margin: 10px 0 0 0;
	list-style: none;
	padding: 0px;
}
footer.footer ul a {
	color: #000;
	text-decoration: none;
}
footer.footer ul a:hover {
	color: #bb1a34;
	border-bottom: 1px solid #bb1a34;
}
.copyrights {
	background: #000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.scroll {
	font-size: 12px;
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.scroll:before {
    content: '';
    height: 100px;
    display: block;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0 auto;
    width: 3px;
    margin-bottom: 10px;
}
.faq-sec {
	background: #f0f0f0;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background: #bb1a34;
	box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
	filter: invert(100);
}
.inner-banner {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 70px;
    background-size: cover;
    background-position: center;
}
.inner-banner h1 {
	font-size: 80px;
}
.inner-banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgb(126,35,35);
	background: linear-gradient(90deg, #bb1a34 0%, rgba(67,55,121,1) 100%);
	z-index: 0;
	opacity: 0.9;
}
.btn-theme {
	background: #bb1a34 !important;
	border-color: #bb1a34 !important;
}
.btn-theme:hover {
	background: #413377 !important;
	border-color: #413377 !important;
}
.testimonial-sec .carousel-control-next, 
.testimonial-sec .carousel-control-prev {
	width: 7%
}
.testimonial-sec.small .testimonialSlider .bxcarouseltestimonial-item p {
    font-size: 28px;
}
.testimonial-sec.small .testimonialSlider .bxcarouseltestimonial-item h3 {
	font-size: 24px;
	margin: 0;
}
.testimonial-sec.small .testimonialSlider .bxcarouseltestimonial-item h5 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}
section.counters-sec.content.no-overlay h2, section.counters-sec.content.no-overlay h3 {
    text-shadow: 2px 4px 4px #000;
}

section.counters-sec.content.no-overlay:after, section.counters-sec.content.no-overlay:after {
	display: none;
}

.services-content p, .services-content ul {
    margin-bottom: 10px;
    font-size: 18px;
}
.services-content ul {
    padding-left: 20px;
}
.rendered-form label {
	display: inline;
}

.rendered-form label div {
    display: inline;
}

.bx-wrapper .bx-controls-direction a {
	border-bottom: 0px !important;
}
.bx-wrapper {
	padding: 0px !important;
	border: 0px !important;
	box-shadow: none !important;
	margin-bottom: 0px !important;
}
.contact_information_section p {
	margin-bottom: 0px;
}