a {
    text-decoration: none;
}
/* .container-lg {
    margin: 100px 0;
} */
body {
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}


/* HOME SECTION */
#home {
    background: url("../images/banner-gradient-4.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 750px;
    text-align: center;
}
.navbar .navbar-nav .nav-link {
    font-family: "Montserrat" , sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    
}
/* Navigation Menu */
.logo {
    line-height: 60px;
    position: fixed;
    float: left;
    margin: 8px 46px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 1;
}

nav ul {
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 20px;
    transition: 1s;
}

nav.black ul {
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(46,61,73,.3);
}
.nav-items a{
    text-decoration: none;
}
.nav-items a:hover{
    color: #444;
    border-bottom: 2px solid #2ecc71;
    transition: all ease-in .3ms;
}
nav ul li {
    display: inline-block;
    padding: 10px 15px;;
}

nav ul li a {
    font-family: "Montserrat" , sans-serif;
    font-weight: 700;
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #fff;
    }

    nav.black ul {
          background: #fff;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 2px;
          text-align: center;
    }

    .menu-icon {
          display: block;
    }

}
/* End of Navigation Menu */

.home-content {
    width: 100%;
    height: 100%;
    display: table;
    padding: 200px 0px;
}
.home-inner {
    display: table-cell;
    vertical-align: middle;
}
.home-heading .heading{
    font-family: "Montserrat" , sans-serif;
    font-weight: 200; 
    color: #fff;
    text-transform: uppercase;
    /* text-align: left; */
    font-size: 76px;
    /* padding-left: 100px; */
}
.heading-services {
    padding: 80px 0;
}
.heading-course {
    padding: 80px 0;
}
.header {
    font-family: "Montserrat" , sans-serif;
    font-weight: 200; 
    color: #fff;
    text-transform: uppercase;
    font-size: 66px;
    margin: 200px 0 50px 0;
  
}
.call-to-action {
    border: 1px solid #fff;
    padding: 17px 34px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
}
.call-to-action:hover{
    background: #2ecc71;
    border: none;
    color: #fff;
}
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;

}

/* SERVICES */
.custom-card {
    box-shadow: 2px 6px 10px 2px rgba(46,61,73,.5);
    max-width: 450px;
    /* width: 100%;
    height: 100%; */
}
.custom-card-faq {
    box-shadow: 2px 6px 10px 2px rgba(46,61,73,.5);
}

 .card-title {
    font-family: "Montserrat" , sans-serif;
    font-weight: 700;  
    text-transform: uppercase;
    font-size: 24px;
    color: #444;
    text-align: center;
    justify-content: center;
}
.card-text{
    font-family: "Montserrat" , sans-serif;
    font-weight: 400;  
    font-size: 16px;
    color: #444;
    text-align: center;
    text-align: justify;
}
/* COURSE CURRICULUM */
#course-outline {
    background: #ecf0f1;
    min-height: 750px;
    height: 100%;
    width: 100%;
}
.heading-inner {
    padding: 10px 0;
}
.box {
    /* border: 1px solid #444; */
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    min-height: 550px;
    height: 100%;
}
.box-1 {
    background:url("../images/igor-rodrigues-1082469-unsplash-tiny.jpg") no-repeat center / cover;
    width: 100%;

}
.box-2{
    background: #95a5a6;
}
.box-3{
    background: url("../images/student.jpg") no-repeat center / cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.box-heading .heading {
    padding: 20px 15px;
    font-family: "Montserrat" , sans-serif;
    font-weight: 700; 
    font-size: 28px;
    text-align: center;
    text-align: justify;
}
.box-text{
    padding: 20px 15px;
    font-family: "Montserrat" , sans-serif;
    font-weight: 500; 
    font-size: 18px;
    text-align: center;
    text-align: justify; 
    color: #444;
}
.download {
    padding: 20px 74px;

}
.download a{
    text-decoration: none;
    color: #444;
    font-size: 14px;
}
.students {
    background-color: rgba(46, 204, 113,.6);
    width: 100%;
    height: 100%;
}
#testimonials {
    background: url("../images/akson-717434-tiny.jpg") no-repeat center / cover;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn-link {
    color: #444;
    font-family: "Montserrat" , sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.btn-link:hover {
    color: #444;
    text-decoration: none;
}
.map{
    width: 100%;
    height: 450px;
    float: left;
}
.main-footer {
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    font-size: 15px;
}
.main-footer a {
    color: #2ecc71;
    padding: 3px 3px;
}
.footer-left {
    float: left;
    padding: 10px 50px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}
.footer-right {
    float: right;
    padding: 10px 50px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}
.footer-right a {
    color: #ff7f50;
    text-transform: uppercase;
}
#contact {
    /* margin: 50px 0;
    padding: 50px 0; */
}
.fa-map-marker-alt {
    color: #2ecc71;
}
.fa-mobile-alt {
    color: #2ecc71;
}
.fa-envelope{
    color: #2ecc71;
}
.fa-share-alt {
    color: #2ecc71;  
}
.fa-heart {
    color: red;
}
.contact-info p{
    font-family: "Montserrat" , sans-serif;
    font-weight: 600;
    font-size: 18px;   
    color: #444;
}
.connect {
    /* background: #78e08f; */
}
.connect .heading-course {
    color: #444444;
}
.connect a {
    text-decoration: none;
    color: #444;
}
.facebook a:hover{
    background: #2980b9;
    color: #fff;
    transition: all ease-in-out .8ms;
}
.instagram a:hover{
    background: #fc5c65;
    color: #fff;
    transition: all ease-in-out .8ms;
}
.btn-primary {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.border-primary {
    border-color: #2ecc71!important;
}
.bg-primary {
    background-color: #2ecc71!important;
}
.btn-outline-dark a:hover {
background-color: #2ecc71;
}
.btn-outline-dark {
    background-color: #2ecc71!important;
}
.mission-text {
    font-family: "Montserrat" , sans-serif;
    font-weight: 500; 
    font-size: 18px;
    text-align: center;
    text-align: justify; 
    color: #444;
}
.Vision-text {
    font-family: "Montserrat" , sans-serif;
    font-weight: 500; 
    font-size: 18px;
    text-align: center;
    text-align: justify; 
    color: #444;
}

/* Media Queries */
@media (min-width: 360px) and (max-width: 540px){
    .home-heading .heading{
        font-size: 46px;
    }  
    /* .navbar-light .navbar-toggler {
        border: none;
        color: #000;
        font-size: 32px;
        margin-left: 190px;
        margin-right: 0;
        padding-right: 0;

    }
    .navbar-nav{
        background: rgba(255, 255, 255, .8);
        margin-top: 2px;
    }
    .navbar .navbar-nav .nav-link {
        color: #444;
    } */
}
@media (max-width: 768px) {
    .card {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        
    }
    .heading-services {
        padding: 50px 0;
    }
    .heading-course {
        padding: 50px 0;
    }
}
@media (max-width: 320px){
    .home-heading .heading{
        font-size: 36px;
    }  
    /* .navbar-nav{
        background: rgba(255, 255, 255, .8);
        margin-top: 2px;
    }
    .navbar-light .navbar-toggler {
        border: none;
        color: #000;
        font-size: 32px;
        margin-left: 150px;
        margin-right: 0;
        padding-right: 0;

    }
    .navbar .navbar-nav .nav-link {
        color: #444;
    } */
}