
/*

1. Logo



 */
@import url("bootstrap.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/****** Header *****/

.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 0px 0px 20px 0px;
    backdrop-filter: blur(10px);
    transition: all .3s ease;
    background: #F7F7F7;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 15px;
}
.header-top {
	background: #F7F7F7;
}
.header-top .row{
	display: flex;
	justify-content: flex-end;
}

.header .item-left{
	flex:0 0 20%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header.sticky .logo img{
	max-width: 50px;
}
.header .item-center{
	flex:0 0 80%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 18px;
     color:var(--white);
     display: flex;
     justify-content: center;
     align-items: center;
     transition: color 0.3s ease;
     border-radius: 50px;
	 padding: 0px 20px;
     border: 2px solid var(--white);
     height: 50px;
     margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .header{
		background: rgba(255, 255, 255, 1);
	    position: relative;
	}
  .header-item .logo {padding: 10px 0;}
}


/* banner section */
.banner{
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.banner .container-fluid, .banner .col-lg-12{
  padding: 0;
  margin: 0;
}

.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

section {
  padding: 50px 0;
  display: block;
  border-bottom: 0px solid var(--gray-light);
}


/*********** Banner ***********/

.wraper-inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/slider/slider-4.jpg") center top fixed no-repeat;
	width: 100%;
	padding: 150px 50px 100px 50px;
	text-align: center;
	background-size: cover;
}

.inner-banner-main h2, .inner-banner-main h4 {
	color: var(--white);
	margin-bottom: 15px;
}


#crumbs {margin: 30px 00px 00px 00px; color: var(--white);}

#crumbs a {color: var(--white);}

#crumbs .gap i {font-size: 18px; margin: 00px 10px;}

.panel-title {
	padding: 20px;
	border-bottom: 1px dashed var(--gray-light-3);
}

.panel-title .content_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.panel-title .page_title {
	margin:0;
	font-weight: 600;
	font-size: 48px;
	text-transform: uppercase;
	padding:0.45em 0 0.45em 0;
	line-height:1.2em;
    letter-spacing: 1px;
	font-family: "Lato", sans-serif;
}

.panel-title .breadcrumbs {
	float:left;
	padding:3.5em 0 2.7em;
	font-size:0.875em;
	line-height:1.5em;
}
.panel-title .breadcrumbs {
	padding:5.4em 0 1em 2.4em;
	box-sizing: border-box;
}
.panel-title .breadcrumbs {
	padding: 0;
}

.panel-title .breadcrumbs .breadcrumbs_delimiter {
    color: #acb4b6;
	padding: 0 10px;
}
.panel-title .breadcrumbs .breadcrumbs_delimiter:before {
    content: '/';
}


.chennai-cancer-awareness-run figure {
	margin: 30px;
	text-align: center;
}

.chennai-cancer-awareness-run h2 {
	font-family: "Roboto", sans-serif;
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	color: var(--white);
	border-bottom: 8px solid #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.chennai-cancer-awareness-run p {
	color: var(--white);
    font-weight: 500;
}

.put-your-running-shoes h2 {
	font-family: "Roboto", sans-serif;
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.put-your-running-shoes h3 {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	margin-top: 70px;
}

.organised {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.organised > div {
	flex-basis: 350px;
}


ul.social-media  {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row;
	margin: 0;
	padding: 0;
}

ul.social-media li {
	display: flex;
	justify-content: flex-start;
	align-items: center;	
	margin: 5px;
	list-style-type: none;
}

ul.social-media li a {
	padding: 2px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(154,26,96,.2);
	font-size: 15px;
	transition: all .3s ease;
	text-decoration: none;
}


ul.social-media li a:hover{
	color: rgba(154,26,96,1);
}

/*********** In The News ***********/


/*********** Footer ***********/

#footer {
	background: var(--gray-dark);
	padding: 50px 0px 20px;
	color: var(--gray-light-3);
}
#footer .footer-logo {
	text-align: center;
	margin-bottom: 50px;
}

#footer p {
	color: #9c9da1;
	font-size: 15px;
}

#footer .footer-nav {
	width: 100%;
}

#footer .footer-nav ul {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#footer .footer-nav li {
	list-style-type: none;
	margin: 5px 10px;
}

#footer .social-media {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer h3 {
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px dashed var(--white);
}

#footer h4 {
	margin-bottom: 10px;
}

#footer a {
	color: var(--white);
}

:is(.customer-support) :where(p)  {color: var(--white) !important;}

/*#footer :is(li) > a {
  color: gray;
}

#footer :is(h3, h4 :is(.customer-support, .quick-links)) {
  font-weight: 400;
  color: #FF0000;
}

:is(.customer-support) :where(h3,h4) {
  text-transform: uppercase;
}

:is(#footer) :where(h3, h4, h5) {color: #0000FF;}

:where(h1,h2,h3,h4,h5,h6) > span {
  color: hotpink;
}

:is(.customer-support) :where(h3, h4, p)  {color: #000000;}
:where(li) > a {color: #000000;}
#footer :is(h4, a) {color: #FF0000;}*/

#footer .customer-support a {line-height: 36px;}
#footer .customer-support i {margin-right: 10px;}
#footer .quick-links ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin: 0px;
	padding: 0px;	
}

#footer .quick-links li {
	list-style-type: none;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#footer .quick-links li a {
	text-decoration: none;
	padding: 3px 10px 3px 25px;
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	font-size: 15px;
}

#footer .quick-links li a:hover {
	text-decoration: none;
	width: 100%;
	color: var (--black) !important;
	display: inline-block;
}

#footer .quick-links li a:before {
	width: 100%;
	height: 100%;
	display: inline-block;
	transform: translateX(-500px);
	content: "";
	left: 0px;
	top: 0px;
	background: var(--gray-dark);
	transition: .3s ease all;
	position: absolute;
	z-index: -1;
}
#footer .quick-links li a:hover:before {
	text-decoration: none;
	width: 100%;
	color: var (--black);
	display: inline-block;
	transform: translateX(0px);
	content: "";
	left: 0px;
	top: 0px;
	position: absolute;
}
#footer .quick-links li a:after {
	width: 15px;
	height: 15px;
	color: var(--white);
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	content:"\f101";
	left: 8px;
	top: 4px;
	transition: .3s ease all;
	position: absolute;
	z-index: -1;
}



#footer .footer-contact ul {
	padding: 0px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .footer-contact li {
	flex-wrap: wrap;
	list-style-type: none;
	padding: 00px 15px;
	position: relative;
}
#footer .footer-contact li:before {
	position: absolute;
	content: "";
	right: 0px;
	top: 5px;
	width: 1px;
	height: 15px;
	background: var(--white);
}
#footer .footer-contact li:last-of-type:before {
	position: absolute;
	content: "";
	display: none;
}

#footer .footer-contact li a {
	color: var(--white);
	padding: 00px;
	text-transform: none;
}

#footer .copyright {
	display: flex;
	justify-content: space-around;
	padding: 20px 00px;
}

#footer .copyright ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
}

#footer .copyright li {
	list-style-type: none;
	font-size: 15px;
	margin: 0px 10px;
}

#footer .copyright li a {
	color: var(--white);
}


/********* Back to Top *********/

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--blue);
    display:flex;
	justify-content: center;
	align-items: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
	color: var(--white);
	text-decoration: none;
}

#scroll:hover {
    background: var(--red);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/****************/



.cookies-eu-banner {
  background: #db003e;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {

.form-bg .container {padding: 0;}
.form-bg .container [class*='col-'] {padding: 0 20px;}
.form-bg .container .bg-gray{ background: var(--gray);}


}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
}
.ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  top: 25px;
  left: calc(-1*var(--f));
  /*padding-inline: .25em;*/
  line-height: 1.8;
  background: #920063;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
}


.event-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.event-info > div {
	background: var(--gray-2);
	padding: 25px;
	border-radius: 15px;
	color: var(--black);
}

.event-info > div h2 {
	font-size: 24px;
}

.event-info > div p {
	margin-bottom: 0;
	color: var(--black);
}

@media screen and (max-width: 767px) {
	.event-info {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}


.grid {
	text-align: center;
	max-width: 95vw;
	margin: 2.5vw auto;
	
}
	
	.grid .grid-item {
	
}

.grid-item {
	padding: 5px;
	box-sizing: border-box;
	display:inline;
}

@media (min-width: 500px) {
	.grid-item {
		width: 50%;
	}
}

@media (min-width: 1000px) {
	.grid-item {
		width: 33.333%;
	}
}

@media (min-width: 1700px) {
	.grid-item {
		width: 25%;
	}
}

@media (min-width: 2100px) {
	.grid-item {
		width: 20%;
	}
}

.get-in-touch {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.get-in-touch > div {
	flex: 0 0 33.33%;
	text-align: center;
	display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
}
.get-in-touch > div p {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}
.get-in-touch > div .sc_icon {
    color: #9a1a60;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 12.5em;
    height: 12.5em;
    line-height: 12.5em;
	border-radius: 50%;
	border: 8px solid #f0f0f0;
	margin-bottom: 40px;
}
.get-in-touch > div .sc_icon i {
    font-size: 64px;
}

@media screen and (max-width: 640px) {
	.get-in-touch {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-flow: column;
}
	
	.get-in-touch > div {
	flex: 0 0 100%;
	text-align: center;
	display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}
}

.contact-us-today {
	color: var(--white);
}


.box-event {
		background: var(--gray-light-4);
		padding: 100px 0 25px 0;
		position: relative;
		margin-bottom: 25px;
	}
	
	.box-event ul {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 15px;
		margin: 0;
		padding: 0;
	}

	.box-event li {
		flex-basis: 160px;
		list-style-type: none;
		border: 1px solid #E31565;
		padding: 25px;
		text-align: center;
		border-radius: 10px;
		overflow: hidden;
	}
	.box-event li figure {
		padding:  0;
		margin: 0;
	}
	.box-event li figure img {
		max-width: 80px;
		filter: invert(18%) sepia(36%) saturate(5084%) hue-rotate(298deg) brightness(84%) contrast(123%);
	}
	.box-event li h4 {
		background: #920063;
		padding: 10px 20px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		letter-spacing: 1px;
		margin: 25px -25px -25px -25px;
	}
	
	@media screen and (max-width: 640px) {
		.box-event li {
			flex-basis: auto;
			flex: 0 0 42%;
		}
		.box-event li h4 {
			font-size: 14px !important;
		}
	}

/******** Popup Modal ********/

.modal-memtech, .modal-secondary {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal-memtech.is-visible {
    visibility: visible;
}
.modal-secondary.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-memtech.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-secondary.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-memtech.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-secondary.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red-light);
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

#toTop {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 20px;
	bottom: 20px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--pink);
	border: 1px solid var(--gray-light);
	color: var(--white);
	padding: 5px;
	cursor: pointer;
	transition: all .2s ease;
}

#toTop:hover {
	background: var(--gray-dark-3);
	border: 1px solid var(--gray-light);
}




