body{
/*		background: radial-gradient(#FFF176, #F57F17);*/
/*        background: radial-gradient(gainsboro, white);*/
    background-image: url("images/3d-space-wallpaper-4-716196.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.logo:hover{
    transform: scale(1.1);
    transition: all .9s ease;
}
.page-bg1{
	position: relative;
	width: 100%;
	background-color: #333;
	overflow: hidden;
}
.nav{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: aliceblue;
}
.nav ul li{
    list-style: none;
    width: 100%;
    margin: 0px;
    margin-left: -25px;
    line-height: 60px;
    position: relative;
    background: #222;
    box-shadow: 0px 2px 5px 0px grey;
    text-align: center;
    float: left;
/*    background: linear-gradient(darkblue 10%, gray 90%);*/
    background: linear-gradient(green 10%, orange 90%);
}
.nav ul li ul{
    position: absolute;
    
}
.nav > ul > li:nth-of-type(1){
    border-radius: 5px 0px 0px 5px;
}
.nav > ul > li:nth-of-type(7){
    border-radius: 0px 5px 5px 0px;
}
.nav ul li a{
    color: #fff;
    width: 100%;
    height: 58px;
    display: inline-block;
    text-decoration: none;
}
.nav ul li a:hover{
    font-weight: bold;
    border-bottom: 2px solid #fff;
    background-color: dodgerblue;
    opacity: .5;
}
.nav > ul > li:nth-of-type(7) a:hover{
font-weight: normal;
    border-bottom: 2px solid #fff;
    background-color: blue;
    opacity: .5;
}
.nav ul li ul{
    display: none;
}


/*........................Nav 2 ........................*/
.nav2{
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    background-color: aliceblue;
}
.nav2 ul li{
    list-style: none;
    width: 100%;
    margin: 0px;
    margin-left: -25px;
    line-height: 60px;
    background: #222;
    box-shadow: 0px 2px 5px 0px grey;
    text-align: center;
    color: white;
/*    float: left;*/
    background: linear-gradient(green 10%, orange 90%);
}
.nav2 > ul > li:nth-of-type(1){
    border-radius: 5px 0px 0px 5px;
}
.nav2 > ul > li:nth-of-type(7){
    border-radius: 0px 5px 5px 0px;
}
.nav2 ul li a{
    color: #fff;
    width: 100%;
    height: 58px;
    display: block;
    text-decoration: none;
}
.nav2 ul li a:hover{
    font-weight: bold;
    border-bottom: 2px solid #fff;
    background-color: dodgerblue;
    opacity: .5;
}
.nav2 > ul > li:nth-of-type(7) a:hover{
font-weight: normal;
    border-bottom: 2px solid #fff;
    background-color: dodgerblue;
    opacity: .5;
}
.nav2 ul li ul{
    display: none;
    text-align: center;
}
/*
.nav2 ul li ul li{
    height: contain;
}
*/

.nav2 ul li:hover ul{
    display: block;
}
.nav2 ul ul a:before{
    content: '\203A';
    margin-right: 20px;
}

.nav2 .sub-arrow:after{
    content: '\203A';
    float: right;
    margin-right: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.nav2 li:hover .sub-arrow:after{
    content: '\2039';
}

.fa{
    margin-right: 5px;
}
.fa-list.modify{
    display: none;
    font-size: 35px;
    position: absolute;
    right:20px;
    top: 60px;
    cursor: pointer;
}

.back-to-top{
    position: fixed;
    right:20px;
    bottom: 20px;
    padding: 20px;
}

.myContainer{
    position: relative;
	width: 100%;
	height: 45vh;
	background: radial-gradient(gainsboro, white);
	overflow: hidden;
    margin-bottom: 50px;
}

#slideContainer{
    position: absolute;
	width: 100%;
	height: 100%;
/*	background-image: url('images/2.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    text-align: left;
}
#slideContainer>img{
	width:100%;
	height: 100%;
	position: absolute;
}
#slideContainer>.btn{
	position: absolute;
	width: 50px;
	height: 50px;
	border: none;
	border-radius:25px;
	top: 200px;
	background: black;
	font-size: 20px;
	color:white;
}
#slideContainer>#btn1:hover{
	box-shadow: 10px 0px 20px 0px black;
}
#slideContainer>#btn2:hover{
	box-shadow: -10px 0px 20px 0px black;
}
#slideContainer>#btn2{
	position: relative;
	float:right;
}

.enrollFrom{
    margin-left: 25%;
    margin-top: 10%;
    width: 400px;
    height: auto;
/*    background-color: skyblue;*/
/*    background: radial-gradient(green, orange);*/
    background-size: cover;
    background-image: url("../images2/epeFooter.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    opacity: .9;
    border: 5px;
    border-radius: 10%;
    padding: 10px;
    border-bottom-width: thick;
}

.footer{
    text-align: center;
    float: left;
    width:100%;
    height: auto;
    position:relative;
    background-size: cover;
    background-image: url("../images2/epeFooter.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    color: black;
/*    background: radial-gradient(skyblue, green, orange);*/
}
.footer table{
    width: 100% auto;
}

.footer table th{
    opacity: .7;
    text-align: center;
}
.footer th a{
    text-decoration:underline;
    text-transform: uppercase;
    color: black;
    opacity: .9;
}
.footer th a:hover{
    color:darkblue;
    opacity: .5;
}
p{
    opacity: .5;
    color: white;
}
.row h3{
    color:black;
    font-weight: bold;
    text-align: center;
}
.row h4{
    color:black;
    text-align: left;
    line-height: 1.8;
    
}
.row h6{
    font-style: italic;
    line-height: 1.5;
}

@media screen and (max-width: 767px){
    .nav{
        display: none;
        width: 100%;
        height: auto;
    }
    .fa-list.modify{
        display: block;
    }
    
}
@media screen and (max-width: 1100px){
    .boxes{
        display: none;
    }
}
@media screen and (max-width: 600px){
    .myContainer{
        position: relative;
        width: 100%;
        height: 50vh;
        background: radial-gradient(gainsboro, white);
        overflow: hidden;
        margin-bottom: 50px;
    }
}