@font-face
{
	font-family: "LeagueSpartan";
	src: url(LeagueSpartan-Bold.otf) ;
}

@font-face
{
	font-family: "Josefin";
	src: url(JosefinSans-VariableFont_wght.ttf) ;
}

*
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
body{
	background: #f8f8ff;
}

/*=========================================================================================*/

/*ScrollBar Start*/

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

/* Track */
::-webkit-scrollbar-track { 
  background: transparent;
  border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.5); 
}

/*ScrollBar End*/

/*=========================================================================================*/


/*Topbar Start*/

.topbar
{
	width: 100%;
	height: 20px;
	background-color: #74C9F1;
}

.topbar marquee p
{
	margin: 2px 0px;
	color: #130f40;
	font-family: Josefin;  
}

/*Topbar End*/

/*=========================================================================================*/

/*Header Nav Start*/

.header
{
	position: sticky;
	top: 0px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	transition: 0.3s;
	box-shadow: 0px 5px 3px rgba(0,0,0,0.5);
	z-index: 1000;
}

.logo img
{
	float: left;
	width: 200px;
	height: auto;
	margin-top: 15px;
	margin-left: 10px;
	
}

.nav
{
	float: right;
}

.nav ul
{
	list-style-type: none;
	line-height: 100px;
}

.nav ul li
{
	display: inline-block;
	margin-top: 0px;
	margin-right: 30px;
}

.nav ul li a
{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: Raleway;
	font-size: 18px;
	letter-spacing: 2px;
	border: none;
	padding: 10px 15px;
	color: black;
	border-radius: 3px;
	font-weight: bold;
	transition: 0.3s;
}

.nav ul li a:hover,
.nav ul li a.active
{
	background-color: black;
	color: white;
}

/*Header Nav End*/


/*Back To Top*/

#btt {
  display: block;
  background-color: #3d3d3d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 15px;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100000000;
}
#btt::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #f8f8ff; 
}
#btt:hover{
  cursor: pointer;
  background-color: #F18917;
}
#btt:active {
  background-color: #555;
}
#btt.show {
  opacity: 1;
  visibility: visible;
}

/*Back To Top End*/

.container{
	position: relative;
	top: 0px;
	text-align: center;
	margin-top: 40px;
    font-family: Josefin;
	font-size: 50px;
	font-variant: small-caps;
}
.container span{
	color: #74C9F1;
	position: relative;
    font-family: Josefin;
	font-size: 50px;
	font-variant: small-caps;
}
.container::after{
	content: '';
	width: 150px;
	display: block;
	height: 4px;
	background-color: #74C9F1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5px;
}
.headp{
	position: relative;
	text-align: center;
	margin-top: 20px;
    font-family: Josefin;
	font-size: 20px;
}
.home{
	position: absolute;
	top: 150px;
	left: 30px;
	background-color: #74C9F1;
	border:none;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	transition: 0.25s;
	outline: none;
	color: #f8f8ff;
	z-index: 100;
	font-size: 25px;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3), inset -1px -1px 5px rgba(0,0,0,0.3);
}	
.home:hover
{
	color: #3d3d3d;
	cursor: pointer;
}


.bname{
	width: 95%;
	height: 70px;
	display: flex;
	align-items: center;
	left: 50%;
	position: relative;
	margin-top: 50px; 
	transform: translateX(-50%);
	border-bottom: 1px solid #063564;
	margin-bottom: 20px;
}
.bname span{
	font-size: 35px;
	font-family: 'Raleway',sans-serif;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #063564;
}

.list{
	width: 90%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.accordion {
  background-color: #dff9fb;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #444;
  cursor: pointer;
  padding: 18px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 27px;
  transition: 0.4s ease;
  border-radius: 5px; 
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Raleway;

}

.acti, .accordion:hover {
  background-color: #d5f1f2;
}

.accordion:after {
  content: '\002B';
  color: #3d3d3d;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.acti:after {
  content: "\2212";
}

.panel {
  width: 95%;
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*background: #000;*/
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.list .li{
	width: 100%;
	height: 60px;
	/*border-bottom: 1px solid #063564;*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin: 15px 0;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.list .li h1{
	font-family: Josefin;
	font-size: 25px;
	color: #3d3d3d;
	margin-left: 80px;
}
.list .li img{
	position: absolute;
	float: left;
	width: 40px;
	height: auto;
	pointer-events: all;
	margin-left: 15px;
}



/*Popup Form Start*/

.popup1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1500;
}
.popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background: #ecf0f1;
  border-radius: 10px;
  width: 30%;
  height: 80%;
  position: relative;
  transition: all 5s ease-in-out;
  text-align: center;
  justify-content: center;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #ecf0f1;
  z-index: 2000;
  cursor: pointer;
}
.popup .close:hover {
  color: #74C9F1;
}

.popup h1{
	position: relative;
	text-decoration: none;
	font-family: LeagueSpartan;
	font-size: 20px;
	top: 20px;
	color: #ecf0f1;
	letter-spacing: 2px; 
}
.popup p{
	position: relative;
	text-decoration: none;
	font-family: Josefin;
	font-size: 15px;
	margin-top: 25px;
	color: #74C9F1;
	font-weight: lighter;
}
.popup .head{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	height: 130px;
	overflow: hidden; 
}
.popup .head img{
	position: absolute;
	overflow: hidden;
	top: -5%;
	left: -5%;
	border-radius: 10px 10px 0px 0px;
	width: 110%;
	height: 110%;
	filter: brightness(35%);
}
.popup form{
	position: relative;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-60%);
	width: 100%;
	height: 70%;
	border: none;
	background-color:transparent;
}
.popup .form-fields{
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border: none;
	background-color: transparent;
	outline: none;
	width: 90%;
	height: 30px;
	margin-bottom: 65px;
	transition: 0.25s;
}

.popup .form-fields .label{
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	font-family: Josefin;
	font-size: 18px; 
	color: #545454;
	transition: all 0.3s ease-in-out;
}
.popup .form-fields .input{
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	outline: none;
	padding: 1px 8px;
	border-bottom: 2px solid #545454;
	font-family: Josefin;
	font-size: 18.5px; 
	text-align: center;
	transition: all 0.3s ease-in-out;  
}
.popup .form-fields .input:focus{
	border-bottom: 2px solid #74C9F1;
}

.popup .form-fields .input:focus + .label,
.popup .form-fields .input:valid + .label{
	top: -20px;
	left: 42px;
	font-size: 15px;
	color: #74C9F1;
}

.popup input[name='submit']{
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 35px;
	border: none;
	outline: none;
	background-color: #74C9F1;
	padding: 8px 30px;
	top: 0px;
	color: #ecf0f1;
	font-family: Josefin;
	letter-spacing: 2px;
	font-size: 18px;
	transition: 0.25s ease;
}
.popup input[name='submit']:hover{
	background-color: #68b5d9;
}

/*Popup Form End*/


.all_res{
	position: relative;
	display: block;
	width: 20%;
	height: auto;
	margin-top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.all_res a{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #0093dd; 
	cursor: pointer;
}
.all_res i{
	transition: 0.3s;
}
.all_res a:hover i{
	transform: translateX(10px);
}

#popup1.active{
    	display: block;
    	animation-name: fade;
    	animation-duration: .8s;
}

@keyframes fade{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
