*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
/* Home */
/* .main{
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0,0.5)50%, rgba(0, 0, 0,0.5)50%,) !important;
    background-position: center;
    background-size: cover;
    height: 109vh;
}
.navbar{
    width:1200px;
    height:75px;
    margin:auto;
}
.icon{
    width:200px;
    float: left;
    height: 70px;
}*/
.ml{
    width:50px;
    height: 50px;
    padding-top: 10px;
}
/* .logo{
    color: skyblue;
    font-size: 35px;
    font-family:Arial;
    padding-left: 20px;
    float: left;
    padding-top:13px;
} */
.main{
    min-height: 100vh;
    width:100%;
    background-image: url("images/sla.jpg");
    background-position: center;
    background-size:cover;
    position: relative;
}
.icon img{
    width: 250px;
}

.search{
    width:330px;
    float:left;
    margin: left auto;
}
.input-sdearch{
    font-family: 'Times New Roman';
    width:200px;
    height:40px;
    /* background: transparent; */
    border:1px solid #3e70b9;
    margin-top:13px;
    /* color:#fff; */
    border-right:none;
    font-size:16px;
    float:left;
    padding:10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
/* .btn-search:hover{
    color: azure;
} */
.btn{
    width:100px;
    height:40px;
    background: skyblue;
    border: 2px solid skyblue;
    margin-top:13px;
    color:#fff !important;
    font-size:15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn-search:hover{
    border:1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
.btm:focus{
    outline:none;
}
.serch:focus{
    outline:none;
}
.content-front{
    width:1200px;
    height:auto;
    margin:auto;
    color:#fff;
    position:relative;
}
.content-front .pr{
    padding-left: 20px;
    padding-bottom: 25px;
    color:#fff;
    letter-spacing:1.2px;
    line-height:30px;
}
/* .content-front h1{
    font-family:'Times New Roman';
    font-size:50px;
    padding-left:20px;
    margin: top 300px;
    letter-spacing: 2px;
    padding-top:230px;
}
.content-front span{
    color:skyblue;
    font-size:60px;
} */
.content-front{
    width:90%;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.program{
    width:80%;
    margin:auto;
    text-align: center;
    padding-top:100px;
}
/* Program */
h1{
    font-size:36px;
    font-weight: 600px;
}
p{
    color:black;
    font-size:14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display:flex;
    justify-content: space-between;
}
.program-col{
    flex-basis: 31%;
    background:rgba(196,182,152,0.9);
    border-radius: 10px;
    margin-bottom:5%;
    padding:20px 12px;
    box-sizing:border-box;
    transition:0.5s;
    cursor: pointer;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.program-col:hover{
    box-shadow:0 0 20px 0px rgba(0,0,0,0.6);
}
/* Facilities */
.facility{
    width:80%;
    margin:auto;
    text-align: center;
    padding-top:50px;
}
.facility-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom:30px;
    position:relative;
    overflow:hidden;
}
.facility-col img{
    width:100%;
}
.layer{
    background: transparent;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    transition:0.5s;
}
.layer:hover{
    background: rgba(244,67,54, 0.377);
}
.layer h3{
    width: 100%;
    font-weight:500;
    color:#ffff;
    font-size:26px;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    position:absolute;
    opacity:0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom:49%;
    opacity: 1;
}

/* Enrollment */
.enrollment{
    margin:100px auto;
    width:80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    background-position: center;
    background-size:cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0; 
}
.hero-btn{
    display:inline-block;
    text-decoration: none;
    color:#fff;
    border:1px solid #fff;
    padding:12px 34px;
    font-size:13px;
    background:transparent;
    position:relative;
    cursor: pointer;
    padding-top:10px;
}
.hero-btn:hover{
    border:1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
/* Footer */
.footer{
    width:100%;
    text-align: center;
    padding:30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.enrollment h1{
    color:#fff
}