@font-face {
  font-family: 'Gotham-Book';
  src: url('../font/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('../font/Gotham-Book.otf')  format('opentype'),
	     url('../font/Gotham-Book.woff') format('woff'), url('../font/Gotham-Book.ttf')  format('truetype'), url('../font/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/Gotham-Bold.otf')  format('opentype'),
	     url('../font/Gotham-Bold.woff') format('woff'), url('../font/Gotham-Bold.ttf')  format('truetype'), url('../font/Gotham-Bold.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  	font-family: 'Gotham-Book';
}
	
.logo img{
	width:150px;
}
.banner{
	background:#f49322;
	}
.banner-img img{
	    margin-bottom: -1px;
	}	
/*upcoming events*/
.upcoming-heading h2{
	font-size: 20px;
	}
.fc-orange{
	color:#ff8204;
	}
.fc-grey{
	color:#83959f;
	}	
.upcoming-slider-box{
	background: #0b435a;
    padding: 20px;
    border-radius: 8px;
	}	
.upcoming-event-text h3{	
    font-family: 'Gotham-Bold';
    font-size: 17px;	
}
.upcoming-event-text h4{	
    font-size: 13px;	
}
.upcoming-event-text h5{	
    font-size: 13px;	
}
.upcoming-event-text a{	
    font-size: 13px;	
	    color: #fff;
}
.upcoming-event-text a:hover{	
    color:#fff;
	text-decoration:none;
}

/*glimpse-section*/
.glimpse-section{
	background:#e7e7e7;
	padding: 70px 0;
	}
.glimpse-text h2{
    font-family: 'Gotham-Bold';
    font-size: 23px;
	padding-bottom: 15px;
	}
.glimpse-text p{	
	color: #434343;
    font-size: 15px;
    text-align: justify;
        margin-bottom: 0;
}

/*form css*/
.form-box-main{
	position: absolute;
    top: 10%;
    right: 10%;
    background: #f1f1f1;
    border-radius: 7px;
    padding: 15px 25px;
}
.form-box h2{
	font-size: 20px;
    margin-bottom: 20px;
	font-weight: 600;
	}
/*.form-group {
    margin-bottom: 5px;
}	*/
.form-group input,.form-group select{
	font-size: 14px;
	}
.form button{
	background: #ff8204;
	border:none	;
	    font-size: 14px;
    text-align: center;
	    display: block;
    margin: auto;
    transition: 0.3s ease-in-out;
	}
.form button:hover{
    background: #0b435a;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
}	
.error-msg{
	font-size:12px;
	color:red;
	display:none;
	}
	
/*past-heading-section*/	
.past-heading-section{
	background:#0b435a;
	padding:50px 0;
	}
.past-heading h2{
	color:#fff;
	    font-size: 20px;
	}	
.past-heading h3{
	font-size: 17px;
	}	
	
.tab-menu ul{
	width: 100%;	
	}		
.tab-menu ul li{	
    display: block;
    width: 100%;	
}
	
.tab-menu ul li a.dropdown-toggle{
padding: 10px 20px;
    background: #386577;
    display: block;
    border-radius: 5px;
    color: #fff;	
}
.tab-menu ul li a.dropdown-toggle:hover{
	 color: #fff;	
	}
.tab-menu ul li a::after{
position: absolute;
    right: 15px;
    top: 20px;
}

.dropdown-toggle::before {
  content: attr(data-selected);
}
.dropdown-item::before {
  content: attr(data-name);
}

.past-event-box{
	    border-right: 1px solid #396578;
    border-radius: 0;
	}
.past-event-box a{	
background: #083142;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
	transition:0.3s ease-in-out;
}
.past-event-box a:hover{
	background: #000;
	transition:0.3s ease-in-out;
	}	
	
/*why sections*/	
.why-section{
    margin-bottom: 15px;
}

.why-section h2{
	font-size: 20px;
	}
.why-section p{	
	color:#434343;
	    font-size: 15px;
    text-align: justify;
}
.covid-19{
	    background: #ffe6cc;
    padding: 40px 40px;
    border-radius: 5px;
    border: 1px solid #ff8204;
}
img.vert-move {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.covid-19-text h2{
	font-size: 20px;
	}
	
.covid-19-text p {
    color: #434343;
    font-size: 15px;
}	
.covid-19-text a{
background: #ff8204;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 2;
    border-radius: 5px;
}
.covid-19-text a.call{
    background: rgb(255 255 255 / 0%);
    color: #ff8204;
    border: 1px solid #ff8204;
    margin-left: 15px;
}

.covid-19-text a:hover{
	background: #0b435a;
	transition:0.3s ease-in-out;
	text-decoration:none;
	color:#fff;
}
.covid-19-text a img{
	padding-right: 5px;
	    margin-top: -4px;
}

/*app-store*/
.app-store p{
	color: #434343;
    font-size: 15px;
	}
.app-store img{
	width: 130px;
	}	
	
/*footer*/	
/*accordion css*/
.mb-0 > a {
display: block;
    position: relative;
    color: #ff8204;
	    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
}
.mb-0 > a:after {
  content: url('../images/arrow-down.png');
  position: absolute;
  right: 0;

}
.mb-0 > a[aria-expanded="true"]:after {
	content: url('../images/arrow-up.png');
	top: -5px;
}


.card-header-accordion{
	    background: #ffe6cc;
	border:none;
	}
.card-accordion{
	background: none;
	border:none;
	}
.card-links ul{
	 padding-left: 15px;	
	}	
   
.card-links ul li{
color: #434343;
    font-size: 15px;
    margin-bottom: 10px;
    list-style-type: none;
    line-height: 1.2;
	}	
.card-links ul li a{	
	color: #434343;
}
/*footer*/
footer{
	background: #f2f2f2;
    padding: 40px 0;
}
.accordion-mob{
	display:none;
	}
.footer-heading h5{
	    font-size: 17px;
	}
.blue-footer{ 	
    padding: 5px 0;
	background:#077d9e;
}
.blue-footer p{
	    color: #fff;
    font-size: 13px;
	display:inline-block;
	    margin-bottom: 0;
	}
.blue-footer p.right{	
	float:right;
	
}
.last-footer{
	background: #077d9e;
	}
.footer-logo {
	background:#fff;
	}	
	.footer-logo-img{
	margin: 0 auto;
    display: block;
	    width: 50%;
	    padding: 10px 0;
	}	
	
.modal-content{
	background: #0b435a;
	}	
.close {
    color: #fff;
    opacity: 1;
}	
.modal-cta a{
background: #ff8204;
    color: #fff;
    padding: 10px 15px;
    /* color: #fff; */
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}
.white-underline{
	    border-bottom: 1px solid;
    padding-bottom: 10px;
	}
@media (min-width: 992px){
.footer-logo {
    padding-left: 8.333333%;
}
}
@media only screen and (max-width:991px){
.logo img{
	    margin: auto;
    display: block;
}
.form-box-main {
    position: static;
	margin-bottom: 30px;
}
.owl-carousel .owl-stage-outer{
	    padding-top: 10px;
	}
.past-event-box {
    border-bottom: 1px solid #396578;
	border-right:0;
}
.covid-19-text{
	text-align:center !important;
	    padding-top: 20px;
	}	
.footer-logo-img {
    width:auto;
    padding: 10px 0;
}
}	
	
@media only screen and (max-width:768px){	
.covid-19-text a.call {
    margin-left: 0px;
}
.covid-19 {
    padding: 40px 15px;
}
.accordion-mob{
	display:block;
	}
.desktop-links{
	display:none;
	}	
.blue-footer p.right {
    float: none;
}	
.modal-body{
	text-align:center;
	}
}	
	
@media only screen and (max-width:640px){	
.glimpse-section {
    padding: 30px 0;
}
/*.app-store a img{
	width: 40%;
	}*/
.modal-cta{	
	    margin: auto;
}
}
	
@media only screen and (max-width:575px){
.covid-19-text a {
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 95%;
}
.banner-img img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
}
.logo img {
    width: 30%;
}
	}		
	
@media only screen and (max-width:375px){	
	.covid-19-text a {
    padding: 5px 5px;
    font-size: 13px;
}
}