@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

:root {
    --bg: #005f1a;
    --hover: #92cb6c;
}

.row {
    padding: 40px 0;
    width: 100%;
    margin: 0 !important;
    overflow-x: hidden;
    overflow: hidden;
}

.autoDiv {
    height: fit-content;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    background-color: #f3f4f4;
    padding: 40px 0;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.autoDiv .h3 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.autoDiv .h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 50%;
    margin: auto;
    background-color: var(--bg);
}

/* Header Section */
.lincolnHeader {
    /* padding: 20px 50px; */
    width: 100%;
    padding: 12px 20px;
    background-color: white;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.lincolnHeader>.nav {
    width: fit-content;
    height: 100%;
}

.lincolnHeader .nav ol {
    list-style: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
}

.lincolnHeader .nav ol li a {
    color: black;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease-in;
}

.lincolnHeader .nav ol li a:hover {
    color: var(--hover);
}
.navActive
{
    color: var(--hover) !important;
}

.lincolnLogin {
    height: 45px;
    width: 120px;
    color: black;
    background-color: var(--bg);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in;
}

.lincolnLogin:hover {
    color: white;
    background-color: var(--hover);
}

/* Header end section */


/* Main Section */
.MainSwiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.MainSwiper .swiper-wrapper .swiperSlideMain {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: rgb(238, 238, 238);
}

.MainSwiper .swiper-wrapper .swiperSlideMain .contentMain {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: rgb(238, 238, 238);
}

.MainSwiper .swiper-wrapper .swiperSlideMain .contentMain .h5 {
    font-family: sans-serif;
}

.MainSwiper .swiper-wrapper .swiperSlideMain .contentMain .h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.layerMain {
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.26);
    position: absolute;
    top: 0;
    left: 0;
}

.lincolnBtn {
    width: 145px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--bg);
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: 0.3s ease-in;
}

.lincolnBtn:hover {
    color: white;
    background-color: var(--hover);
}

/* Course Wrapper */
.CourseSwiper {
    width: 100%;
    height: 100%;
}

.lincolnCourseWrapper {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    height: fit-content;
    padding-bottom: 20px;
    position: relative;
    margin: 20px 0;
}

.lincolnCourseWrapper .lincolnCourseImage {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.lincolnCourseWrapper .lincolnCourseImage img {
    height: 100%;
    object-fit: cover;
}

.lincolnCourseWrapper .lincolnCourseContent {
    width: 100%;
    display: flex;
    padding: 0 14px;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    gap: 7px;
    padding-top: 12px;
}

.lincolnCourseWrapper .lincolnCourseContent .h5 {
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    display: inline-block;
}

.lincolnCourseWrapper .lincolnCourseContent p {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    display: inline;
}

.courseBtn {
    height: 35px;
    width: 100%;
    display: block;
    background-color: var(--bg);
    color: white;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in;
}

.collegeIcon {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}

.iconFav {
    width: 40px !important;
}

.courseBtn:hover {
    color: white;
    background-color: var(--hover);
}

.collegeIcon span {
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
}

.collegeIcon span a {
    color: black;
}


/* Testimonial ROw */
.testimonialRow {
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 70px 0;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonialLayer {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #22487b7c;
    top: 0;
    left: 0;
}

.testimonialRow .testimonialBox {
    width: 90%;
    height: fit-content;
    background-color: #012e6a;
    position: relative;
}

.testimonialRow .testimonialBox .quatation {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 6%;
    background-color: #408cdd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 32px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: -40px;
}

.testimonialRow .testimonialBox .row .col-md-12 .h4 {
    color: white;
    padding-top: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.testiMonialWrapper {
    width: 100%;
    /* height: 250px; */
    border-radius: 10px;
    overflow: hidden;
}

.testiMonialWrapper .testimonialImage {
    width: 100%;
    height: 230px;
    position: relative;
}

.testiMonialWrapper .testimonialImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testiMonialWrapper .testimonialImage .qortationSmall {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #408cdd;
    position: absolute;
    left: 20px;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.testiMonialWrapper .testimonialContent {
    width: 100%;
    height: fit-content;
    padding-bottom: 10px;
    padding-top: 22px;
    padding-left: 12px;
    background-color: white;
    font-size: 12px;
    text-align: left;
}

.testiMonialWrapper .testimonialContent .h5 {
    font-size: 16px;
}

.testiMonialWrapper .testimonialContent .h6 {
    font-size: 12px;
    color: var(--bg);
}


/* Event row */
.EventRow {
    margin: auto;
}

.eventSDate {
    display: flex;
    justify-content: space-between;
}

.eventSDate a {
    font-size: 13px;
    text-decoration: none;
    color: #408cdd;
    font-weight: bold;
}

.eventSDate .eventDate {
    position: relative;
    margin-left: 10px;
    z-index: 2;
    font-size: 15px;
    color: black;
    font-family: can;
}

.eventSDate .eventDate>span {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #92cb6cb2;
    top: 0;
    left: 0;
    font-family: 'Caveat Brush';
    z-index: -1;
    padding: 4px;
}

/* counter-section */
.counter-section {
    /* margin: 20px 0; */
    height: fit-content;
    width: 100%;
    padding: 40px 0;
    row-gap: 15px;
    /* text-align: center; */
}

.counter-section .col-md-3 {
    display: flex;
    /* place-items: center; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}

.counter-section .col-md-3 p {
    font-size: 16px;
    font-weight: bold;
}


/* Gallery Section */



/* Contact us page design */
.contact-content {
    width: 100%;
}

.contact-content .logo-name {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-content .logo-name img {
    height: 70px;
    width: 80px;
}

.contact-content .logo-name div {
    font-family: 'Poppins', sans-serif;

}

.contactEmailPhone {
    width: 100%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    justify-content: space-between;
}

.contactEmailPhone div {
    font-size: 14px;
}

.followUsIcon {
    display: flex;
    gap: 7px;
}

.followUsIcon .socialIconBox {
    height: 30px;
    width: 30px;
    color: white;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #bbc4c6;
    text-decoration: none;
    font-size: 13px;
}

.contactMap iframe {
    width: 100% !important;
}

.contactMail .h5 {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.inputGroupGreenPeace {
    height: 46px;
    margin: 12px 0;
    width: 100%;
    background-color: white;
}

.inputGroupGreenPeace input {
    border: 2px solid #bbc4c6;
    height: 100%;
    width: 100%;
}

.inputGroupGreenPeace input:focus {
    /* border: none !important; */
    outline: none !important;
}

.inputGroupGreenPeace input::placeholder {
    color: #bbc4c6;
}

#textArea {
    outline: none !important;
    width: 100%;
    border: 2px solid #bbc4c6;
    height: 100%;
    width: 100%;
}

#textArea::placeholder {
    color: #bbc4c6;
}

#sendingMailBtn {
    background-color: var(--bg);
    color: white;
    font-size: 16px;
    height: 45px;
    margin-top: 12px;
    margin-left: 20px;
    width: 145px;
    border: none;
    transition: 0.3s ease-in;
}

#sendingMailBtn:hover {
    background-color: var(--hover);
}

/* Detail page */
.imageDetail {
    height: 620px;
    width: 100%;
}

.imageDetail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.detailContent {
    width: 100%;
    padding-top: 20px;
}

.detailIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    margin-top: 12px;
}

.detailIcon i {
    font-size: 32px;
}

/* Sidebar */
.hamBurger {
    height: 100%;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.hamBurger i
{
    font-size: 29px;
}

#sideBarWrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.356);
    z-index: 9;
    display: none;
    justify-content: end;


}

#sideBarWrapper .sideBar {
    width: 220px;
    position: relative;
    height: 100%;
    background-color: white;

}
#sideBarWrapper .sideBar ol
{
    list-style: none;
    margin-top: 60px;
    padding: 0;

}
#sideBarWrapper .sideBar ol li
{
    padding: 12px 10px;
    display: flex;
    gap: 7px;
    width: 100%;
    margin-top: 5px;
}
#sideBarWrapper .sideBar ol li a
{
    text-decoration: none;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#sideBarWrapper .sideClose
{
    height: 40px;
    width: 40px;
    background-color: red;
    position: absolute;
    right: 0;
    margin-bottom: 12px;
}
.sideClose
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sideClose i
{
    font-size: 29px;
    color: white;
}
.sideListActive
{
    background-color:  #f0f5ff;
}
.sideListActive a
{
    color: #6f92c9 !important;
}

.bg-footer {
    background-color: #33383c;
    padding: 50px 0 30px;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    padding-top: 10px;
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    padding-top: 10px;
    background-color: #55acee;
    color: #ffffff;
}

.google {
    padding-top: 10px;
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    padding-top: 10px;
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}

a {
    text-decoration: none;
}


@media screen and (max-width:790px) {
    .nav
    {
        display: none;
    }
    .hamBurger
    {
        display: block;
    }
}
.sidbarActive
{
    display: flex !important;
}

.teacherWrapper
{
    margin-top: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.teacherWrapper .teacherImage
{
    width: 100%;
    height: 340px;
}
.teacherWrapper .teacherImage img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teacherWrapper .teacherContent
{
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.teacherWrapper .teacherContent span
{
    font-size: 13px;
    font-weight: 300;
    color: gray;
    display: block;
    text-align: center;
}
.teacherWrapper .teacherContent .facebookBox
{
    width: 35px;
    height: 30px;
    /* background-color: #3b5998; */
    margin: auto;
    color: #3b5998;
    cursor: pointer;
    margin-top: 10px;
}


/* Marquee wrapper */
.marqueWrapper
{
    height: fit-content;
    width: 100%;
    position: relative;
    margin-top: 20px;
    /* box-sizing: border-box; */
}

.marqueDesign
{
    position: absolute;
    height: 100%;
    width: 120px;
    z-index: 3;
    background-color: #3b5998;
    left: 0px;
    color: white;

}


.popUpWrapper
{
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.218);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 9;
}

.popUpWrapper .popUpBOx
{
    width: 530px;
    height: fit-content;
    padding-bottom: 20px;
    background-color: white;
    position: relative;
}

.ClosePopupBtn
{
    width: 40px;
    height: 40px;
    background-color: #005f1a;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
