@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: 18px;
    font-family: 'releway',sans-serif; 
    line-height:30px;
   
  }
  body{
    margin:0px;
    padding:0px;
    background-color: white;
  }
  .bold{font-weight:bold}
 .italic{font-style: italic;}
  .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}
.left{
	text-align:left;
}
.justify{text-align:justify !important}
.eritrium{color:#00be00;font-weight:bold}
 /**********************
      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:90px;
    height:auto;
    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;
   font-family: 'oswald';
    color:  inherit; 
  }
  .menu li {
    list-style: none;
  }
  .menu li:hover {
    background-color:transparent;
    border-radius: 5px;
    transition: 0.3s ease;
	color:#0080c0;
	text-decoration:underline;
	  text-shadow:    none !important;
	
  }
  
  .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;
  }
  .blue{color:#153b74}
  .title{font-family: 'oswald';}
   
  
  /* 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;
  }
  
.navbar-active {
  background-color: #ffffff !important;
  color:#000000  !important;
  text-shadow:    none !important;
  
 }
.navbar-inactive {
  background-color: transparent !important;
  color:#ffffff   !important;
  text-shadow:    -1px -1px 0 black,     1px -1px 0 black,-1px  1px 0 black,1px  1px 0 black !important;
  
 }
  

.center{
	text-align:center !important;
}
  
 .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:16px;
}
 .service-box .title{font-weight:bold;font-size:16px;}
     .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:16px;
	overflow:hidden;
	background-repeat: no-repeat;

}
.orange{
	color:#ff6201;
}
.bold{
	font-weight:bold;
}
  .live-box .title{font-weight:bold;font-size:16px;}
  .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;}

 .curse-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 1rem;
    margin-bottom: 3rem;
    text-align: center;
 	border:1px solid #CCC;
	overflow:hidden;
	background-repeat: no-repeat;
	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:16px;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;
  }
  .no-padding {
    float: left;
    padding-top: 0px  !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
  }

  .footer {
    background-color: #042f47;
    color: #ffffff;
    text-align: center;
 
    padding: 15px;
  }
  
  .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 h1{
		font-family:'oswald',sans-serif;
		color:white;
		font-size:2.9em;
		text-shadow:    -2px -1px 0 black,     2px -1px 0 black,-2px  1px 0 black,2px  1px 0 black;
		line-height:12px;
	}
	#banner p{
		font-family:'oswald',sans-serif;
		color:white;
		font-size:2em;
		line-height:1.3em;
		text-shadow:    -2px -1px 0 black,     2px -1px 0 black,-2px  1px 0 black,2px  1px 0 black;
	}

    .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:16px}
    .footer{background-color:#eef2fe ;color:black;display:block;width:100%}
    .form-control{width:100%;border-radius:5px;font-size:16px;border: 1px solid gray;line-height:1.5em;height:2.5em}
   .form-button{border-radius: 5px;font-size: 16px;border: 1px solid gray;background-color:#153b74;color: white;line-height: 2em;padding: 0 2em 0 2em;}
    .form-button:hover{background-color: rgba(109,16,240,.1);color: black;}
 
 
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
 
   /* 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;
    }

	.hide-on-mobile{display:none;}
	.hide-on-desktop{display:block;}
  }

 
 
  @media only screen and (min-width: 768px) {
    /* 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:30px;font-weight:300;}
        h2{font-size:25px;font-weight:300;}
        h3{font-size:19px;font-weight:300;}

  }
