@font-face {
  font-family: releway;
  src: url(fonts/Raleway-VariableFont_wght.ttf);
}
@font-face {
  font-family: oswald;
  src: url(fonts/Oswald-VariableFont_wght.ttf);
}
@font-face {
  font-family: rufina;
  src: url(fonts/Rufina-Regular.ttf);
} 

  
  *{
    font-size: 12px;
    font-family: 'releway',sans-serif; 
   
  }
  body{
    margin:0px;
    padding:0px;
    background-color: white;
  }
  .bold{font-weight:bold}
  .aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
    .content-image{
		width:100%;
		max-width:70%;
		height:auto;
	  
  }
  	 .mobile-top-margin{margin-top:80px}

 /**********************
      NAVBAR
 ***********************/

 .navbar {
    display: block;
    align-items: center;
    justify-content: space-between;
    color: #000;
    position: fixed;
	z-index: 1000;
	height: 85px;
 	width: 100%; 
	top:0px;
	background-color:white;
	
	padding: 1px;
	-webkit-transition: all ease-out .5s;
  	-moz-transition: all ease-out .5s;
  	-o-transition: all ease-out .5s;
  	transition: all ease-out .5s; 
  }
 
  .nav-links a {
    color: #fff;
  }
  
  /* LOGO */
  .logo {
    width:150px;
    float:left;
    margin-left:20px;
  }
  
 .menu {
    display: flex;
    gap: 1em;
    margin-right:20px;
    float:right;
    
  }
  .menu a {
    text-decoration: none;
    
    text-transform: uppercase;
    font-weight: bold;
    
    letter-spacing: 0.08em;
   
    color:  inherit; 
  }
  .menu li {
    list-style: none;
  }
  .menu li:hover {
    background-color: white;
    border-radius: 5px;
    transition: 0.3s ease;
	color:#6f0cf0;
	text-decoration:underline;
  }
  
  .menu li {
    padding: 5px 14px;
  }
  
  /* DROPDOWN MENU */
  .services {
    position: relative; 
  }
  
  .dropdown {
    background-color: rgb(255,255,255,0.5);
    padding: 1em 0;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    border-radius: 8px;
    top: 24px;
    float:left;
  }
  
  .dropdown li + li {
    margin-top: 10px;
  }
  
  .dropdown li {
    padding: 0.5em 1em;
    width: 8em;
    text-align: center;
  }
  
  .dropdown li:hover {
    background-color: transparent;
  }
  
  .services:hover .dropdown {
    display: block;
  }
  .lila{color:#6f0cf0;}
  
  
  /* RESPONSIVE NAVBAR MENU STARTS */
  
  /* CHECKBOX HACK */
  
  input[type=checkbox] {
    display: none;
  } 
  
  /* HAMBURGER MENU */
  .hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
	float:right;
	margin-right: 10px;
  }
  
  /* APPLYING MEDIA QUERIES */
  @media (max-width: 768px) {
   .menu {
      display:none;
      position: absolute;
      background-color:white;
      right: 0;
      left: 0;
      text-align: center;
      padding: 16px 0;
    }
  
    .menu li:hover {
      display: inline-block;
      background-color:white;
      transition: 0.3s ease;
	  color:#6f0cf0;
	  
    }
  
    .menu li + li {
      margin-top: 12px;
    }
  
    input[type=checkbox]:checked ~ .menu {
      display: block;
    }
  
    .hamburger {
      display: block;
    }
  
    .dropdown {
      left: 50%;
      top: 30px;
      transform: translateX(35%);
    }
  
    .dropdown li:hover {
      background-color: #4c9e9e;
    }

  }

.navbar-active {
  background-color: #ffffff !important;
  color:#000000  !important;
 }
  
  h1 {
    font-size: 2em;
    font-weight: 300;
	text-align:center;
}
    h2{font-size:1.2em;font-weight:300;text-align:left;font-family: releway}

 .normal-text{font-size:1.6em;line-height:1.4em;text-align:justify}
 .normal-text li{font-size:1em !important;line-height:1.4em;}

  
 .shadow{border-radius: 2em;
    box-shadow: 20px 0px 40px gray;}	  
  .center{text-align:center;}
  
  .service-box {
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    height: 410px;
	border:1px solid #CCC;
	font-size:1.2em;
}
 .service-box .title{font-weight:bold;font-size:1.3em;}
     .service-box .inner{ margin:5px auto;display:block;overflow:hidden;}
    
    .service-box img{
    	transition: all 300ms;
    }
   .service-box img:hover{
    	transform: scale(1.15);
    }
    .zoom{
    	transition: all 300ms;
    }
   .zoom:hover{
    	transform: scale(1.06);
    }

.live-box {
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    height: 410px;
	border:1px solid #CCC;
	font-size:1.2em;
	overflow:hidden;
	background-repeat: no-repeat;

}
  .live-box .title{font-weight:bold;font-size:1.3em;}
  .live-box div{display:block;width:310px;height:220px;border:1px solid gray; margin:5px auto;background-color:black;background-position:center;background-size:100% auto;}
  h2{font-family:rufina;font-weight:lighter}

 .curse-box {
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    height: 530px;
	border:1px solid #CCC;
	font-size:1.2em;
	overflow:hidden;
	background-repeat: no-repeat;
	cursor:pointer;
}
  .curse-box .title{font-weight:bold;font-size:1.3em;cursor:pointer;}
  .curse-box div{display:block;width:310px;height:220px;border:1px solid gray; margin:5px auto;background-color:black;background-position:center;background-size:100% auto;cursor:pointer;}
  .curse-box p{font-size:1em;text-align:justify;cursor:pointer;}
 
 
    /**********************
      RESPONSIVE
     ***********************/

  * {
    box-sizing: border-box;
  }
  .responsive{
    width:100%;
    height:auto;
  }
  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1px;
    padding-right: 1px;
    display:block;
    width:100%;
    
}
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;
  }

  .footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
 
    padding: 15px;
  }
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  .hide-on-mobile{display:none;}
  .hide-on-desktop{display:block;}
  
     #banner img {
        
        top: 0;
        left: 0;
        z-index: -100;
		width:auto;
		height:100%;
		min-width:100%;
        display: inline-block;
        vertical-align: baseline;  
        object-fit: cover;
    }
	#banner *{font-family:'oswald',sans-serif;color:white;;font-size:1.5em}

    .service-box  img {
				-moz-transition: -moz-transform 0.2s ease-out;
				-webkit-transition: -webkit-transform 0.2s ease-out;
				-ms-transition: -ms-transform 0.2s ease-out;
				transition: transform 0.2s ease-out;
				width: 100%;
			}

			.service-box img:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}
    .footer p{font-size:2em}
    .footer{background-color:rgba(109,16,240,0.1);color:black;dosplay:block;width:100%}
    .form-control{width:100%;border-radius:5px;font-size:1.5em;border: 1px solid gray;line-height:1.5em;height:2.5em}
    .form-button{border-radius: 5px;font-size: 1.5em;border: 1px solid gray;background-color: rgba(109,16,240,1);color: white;float: right;line-height: 2em;padding: 0 2em 0 2em;}
    .form-button:hover{background-color: rgba(109,16,240,.1);color: black;}
 
  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.hide-on-mobile{display:block;}
	.hide-on-desktop{display:none;}
	 .navbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		 color: #fff;
		position: fixed;
		z-index: 1000;
		height: 85px;
		width: 100%; 
		background-color:transparent;
	
		padding: 1px;
		-webkit-transition: all ease-out .5s;
		-moz-transition: all ease-out .5s;
		-o-transition: all ease-out .5s;
		transition: all ease-out .5s; 
	  }
	    h1{font-size:3em;font-weight:300;;text-align:left}
         h2{font-size:2em;font-weight:300;text-align:left;font-family: releway}

  }
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.hide-on-mobile{display:block;}
	.hide-on-desktop{display:none;}
	 .navbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		 color: #fff;
		position: fixed;
		z-index: 1000;
		height: 85px;
		width: 100%; 
	background-color:transparent;
		
		padding: 1px;
		-webkit-transition: all ease-out .5s;
		-moz-transition: all ease-out .5s;
		-o-transition: all ease-out .5s;
		transition: all ease-out .5s; 
	  }
  h1{font-size:3em;font-weight:300;text-align:left}
    h2{font-size:2em;font-weight:300;text-align:left;font-family: releway}
  }