@charset "utf-8";

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Slider

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}

row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row {--bs-gutter-x: 0 !important;}

a {
	font-family: 'Poppins', sans-serif;
	color: #000000; 
	text-decoration: none; 
	border: none;
}
a:link {
	color: #333; 
	text-decoration: none;
}
a:visited {
	color: #333; 
	text-decoration: none;
}
a:hover {
	color:#333; 
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif !important;
}

hr.black {
	border: 0;
	height: 2px;
	background-color: #000;
	opacity: 100%;
}
hr.white {
	border: 0;
	height: 2px;
	background-color: #fff;
	opacity: 100%;
}
p {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 18px;
}
.bold {
	font-weight:bold;
}
ul {
	margin-left: 30px;
}

li {
	line-height: 1.7em;
	font-family: 'Poppins', sans-serif !important;
}

.btn-pink {
	background-color: #ec008c;
	color: #fff;
	border-radius: 0px;
	padding: 16px;
	border: transparent;
}

a.btn-pink {
	color: #fff;
	text-decoration: none;
}
.btn-pink:hover {
	color: #fff !important;
	background-color: #c00072 !important;
	text-decoration: none;
}

.huge {
	font-size: 2em;
	font-weight: 700;
}

@media (min-width: 1200px) { 
.huge {
	font-size: 3.4em;
	font-weight: 700;
}
}
.white {
	color: #fff;
}
.black {
	color:#000;
}
.pink {
	color: #ec008c;
}

.text-justify {
	text-align: justify;
}


a.white {
	color: #fff;
}

a.white:hover {
	color: #183d5b;
	text-decoration: none;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/

.topbar {
	background-color: rgba (0,0,0,0); /* For browsers that do not support gradients */
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 1px;
}

a.nav-link {
	font-size:18px; 
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	color: #ffffff !important;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
   color:#ffffff; 
    border-bottom: 1px solid transparent;
	padding-left: 25px;
}

.navbar-toggler {
    background-color: #ec008c !important;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Content
/*-----------------------------------------------------------------------------------*/

#what {
	padding-top: 50px;
	padding-bottom: 50px;
}

#header {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #414042;
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	position: top right;	
	min-height: 700px;
}
.radiobg {	
	background-image: url(/images/radios-pink.jpg);
	background-repeat: no-repeat;
	position: top right;
	background-color: #414042;
}

.pink-radio-header-bg {
	background-image: url(/images/radios-pink.jpg);
	background-repeat: repeat-x;
	position: top right;
	padding: 50px 0px 50px 0px;
}	

.greybg {
	background-color: #414042;
	border-radius: 50% 0% 0% 50%;
	height: 400px;
	padding: 50px 0px 0px 50px;
}

.pinkcircle {
	background-color: #ec008c;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	text-align: center;
}
.grey-bg-solid {
	background-color: #414042;
   padding-top: 25px;
}
.d-flex {
    display: flex !important;
    justify-content: center;
}


.box {
  padding:20px;
  margin:0px;
  border-radius:20px;
  border:2px solid #ec008c;
  display:inline-block;
  position:relative;
  background-color: #414042;
}


.line {
	border-top: 2px solid #ec008c;
	padding-top:5px;
	padding-bottom: 5px;
	width: 90%;
	position: relative;
}

.line:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ec008c;
	border-radius: 5px;
	position: absolute;
	top: -6px;
}

.line:after {
	right: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Contact 
/*-----------------------------------------------------------------------------------*/

.contact-content {
	padding: 7% 3% 3% 7% !important;
}

a.contact-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}
a.contact-link:hover {
	color: #ec008c !important;
	text-decoration: none;
}
p.contact-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5em;
}

.no-padding {
    padding-left: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/

footer {
	width: 100%;
	text-align:	center;
	background-color: #000;
}

footer .copyright a {
	font-family: 'Poppins', sans-serif; 
	font-size:13px; 
	color: #ddd; 
	text-decoration: none; 
	border: none
}
footer .copyright a:hover {
  color: #409abc;
  font-size:13px;
	font-weight: 200;  
}

footer .copyright small {
  font-family: 'Poppins', sans-serif; 
  color: #ddd;
  font-size: 13px;
	font-weight: 200;  
}

footer .copyright img { 
  display: inline-block;
  vertical-align: middle;
}

