body {
    font-family: "Montserrat", sans-serif;
}

h3 {
    font-family: "Lato", sans-serif;
}

h1,
h2 {
    font-family: "Oswald", sans-serif;
}


/* header start  */

header {
    background-color: #fdf1d3;
}

header .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #06213F;
}

header .nav-link:hover {
    color: #dbad39;
}

header .nav-link.active {
    color: #dbad39 !important;
}

.offcanvas {
    background-color: #ffecbc;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
    padding: 0;
    border: 0;
}


/* header end  */


/* banner start  */

.banner {
    background-color: #fdf1d3;
    padding: 80px 0 120px;
}

.banner h2 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.banner h1 {
    margin: 20px 0;
    font-weight: 700;
    font-size: 46px;
    color: #06213F;
}

.banner h1 span {
    color: #dbad39;
}

.banner p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 35px;
}

.primary-btn {
    background-color: #dbad39;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.3s;
}

.primary-btn:hover {
    background-color: #06213F;
    color: #fff;
}

.banner-img-1 {
    margin-top: -25px;
}

.banner-img-2 {
    margin-top: 25px;
}


/* banner end */


/* about start  */

.about {
    background-color: #faecc7;
    padding: 100px 0;
}

.about h2 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.about h1 {
    margin: 15px 0;
    font-weight: 700;
    font-size: 32px;
    color: #06213F;
}

.about h1 span {
    color: #dbad39;
}

.about p {
    font-weight: 500;
    font-size: 18px;
}


/* about end  */


/* eligibilty-app-process start  */

.eligibilty-app-process {
    background-color: #fdf1d3;
    padding: 100px 0;
}

.eligibility-wrapper .fa-leaf,
.fa-graduation-cap {
    color: #dbad39;
    font-size: 26px;
}

.eligibilty-app-process h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #dbad39;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eligibilty-app-process ul li {
    font-weight: 500;
    color: #06213F;
    font-size: 18px;
}

.eligibilty-app-process ul li i {
    color: #dbad39;
}

.eligibility-wrapper {
    padding: 0px 25px;
}

.app-process-wrapper {
    box-shadow: 0 0 30px #dbad3938;
    border-radius: 8px;
    padding: 30px 25px;
}

.app-process-wrapper h3 {
    font-weight: 600;
    font-size: 20px;
}


/* eligibilty-app-process end  */

footer {
    text-align: center;
    padding: 50px 0 15px 0;
    background-color: #FAECC7;
}

footer .social-icons a {
    text-decoration: none;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #dbad39;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}

footer .social-icons a:hover {
    background-color: #06213F;
}