
@charset "utf-8";
/* CSS Document */

@font-face {

    font-family: gadugi;

    src: url("Font/gadugi.otf");

   

	

}

@font-face {

    font-family: GillSansStd;

    src: url("Font/GillSansStd.otf");

    font-weight: bold;

	

}

@font-face {

    font-family: GillSansStdBold;

    src: url("Font/GillSansStdBold.otf");

    font-weight: bold;

	

}

@font-face {

    font-family: GillSansStdBoldCondensed;

    src: url("Font/GillSansStdBoldCondensed.otf");

    font-weight: bold;

	

}

@font-face {

    font-family: GillSansLightShadowed;

    src: url("Font/GillSansLightShadowed.ttf");

    font-weight: bold;

	

}

@font-face {

    font-family: SegoePrint;

    src: url("Font/SegoePrint.ttf");

    font-weight: bold;

	

}

@font-face {
    font-family: ExpletusSans;
    src: url("Font/ExpletusSans-Regular.ttf");
   
	
}
@font-face {
    font-family: Exo2Light;
    src: url("Font/Exo2Light.otf");
    font-weight: bold;
	
}

@font-face {
    font-family: SEGOEUI;
    src: url("Font/SEGOEUI.ttf");
    font-weight: bold;
	
}


.textBoxStyle {border-top:none;border-bottom:dashed; height:20px; border-bottom-width:2px; border-bottom-color:#ED1651; border-bottom-style:dashed; background-color:#E8E8E8; border-left:none; border-right:none; font-size:16px; color:ED1651; font-weight:bold; color:ED1651;}

body{
	background-color:#E8E8E8;
	color:#ED1651;
	padding:0pc;
	margin:0px;
	font-family:ExpletusSans; font-size:12px;
	width:100%;
	height:100vh;
	
}

.Clientbody{
	background-color:#FFF;
	color:#FF0000;
	padding:0pc;
	margin:0px;
	font-family:SEGOEUI;
	font-size:12px;
	width:100%;
	height:100vh;
	
}
.menuBar{
	background-color:#BFBFBF;
	color:#ED1651;
	font-family:ExpletusSans; font-size:12px;
	
}
.AreaOfInterest{
	
	background-color:#2E3192;
	color:#FFF;
	height:50px;
	width:100px;
	border-radius:15px;
	text-align:center;
	vertical-align:middle;
	top:25px;
	border-top:thin;
	border-top-color:#F00;
	}
.AreaOfInterest <a> {top:25px; vertical-align:middle;}

.CourseOfInterest{
	
	background-color:#1C74A4;
	color:#000;
	border-radius:10px;
	
	text-align:center;
	vertical-align:middle;
	top:25px;
	text-shadow:none;
	
	}
	
.CourseOfInterest <a> {top:25px; vertical-align:middle;}

.collegeBox{
	background-color:#43CCE9;
	color:#FFF;
	
	text-align:center;
	vertical-align:middle;
	top:25px;
	}
	.collegeBox <a> {top:25px; vertical-align:middle;}


.franchiseBox{
	background-color:#F5F5F5;
	color:#333;
	border:thin;
	border:#999;
	
	text-align:center;
	vertical-align:middle;
	top:25px;
	}
	
.franchiseBox <a> {top:25px; vertical-align:middle;}



.galleryImageDiv{
	cursor:pointer
	
	
}
.galleryImageDiv .galleryImageThrash{
	display:none;
}
galleryImageDiv:hover + .galleryImageThrash{
	display:block;
	
}

.zoom {
	width:95%;
     
	 
       transition: transform .2s; /* Animation */
   
   
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	cursor:pointer;
}
.zoomSmall {

     
	 
       transition: transform .2s; /* Animation */
   
   
    margin: 0 auto;
}

.zoomSmall:hover {
    transform: scale(1.9); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	cursor:pointer;
	
}

.submitBtnRed{
	font-size:24px;
	background-color:#E32020;
	color:#FFF;
	font-family: SegoePrint;
	}

.DataRegistration{
	z-index:11000;
	width:100%;
	height:100%;
	opacity:0.95;
	
	
}
