@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* reacj js landing page design css */
:root {

    /* theme color */
    --black: #000000;
    --red: #D03327;
    --grey: #F8F8F8;
    --white: #fff;
    --reg-ng: #E3E3E3;
    --input-bg: #F0F0F0;
    --dark-grey: #545454;
    --slick-border: #E4E4E4;
    --ft-logo-br: #3C3C3C;
    /* font-family */
    --poppins: "Poppins", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: normal !important;
    font-family: var(--poppins) !important;
}

header.lan-site-header {
    padding: 33px 0;
    background: var(--grey);
}

.lan-site-contact {
    text-align: right;
}

.lan-site-contact a,
.lan-site-contact a:hover {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-decoration: none;
}

.lan-site-contact a i {
    color: var(--red);
    margin-right: 10px;
}

.lan-site-contact p {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}

.lan-banner-section {
    padding: 45px 0;
    background: linear-gradient(360deg, #000000 3.67%, #262626 46.24%, #3D3D3D 100%);
    min-height: 630px;
}

.lan-banner-section .lan-course-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.lan-banner-section .lan-course-name img {
    width: 80px;
    height: 71px;
}

.lan-banner-section .lan-course-name h6 {
    font-size: 32px;
    line-height: 48px;
    color: var(--white);
    font-weight: 400;
}

.lan-course-intro {
    margin-top: 26px;
}

.lan-course-intro ul {
    list-style: none;
    padding-left: 35px;
}

.lan-course-intro ul li {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    position: relative;
}

.lan-course-intro ul li::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url("../images/green-right.png")no-repeat center center;
    background-size: contain;
}

.lan-env-review {
    margin-top: 50px;
    display: flex;
    gap: 10px;
}

.lan-reg-form {
    padding: 20px;
    background: var(--white);
    max-width: 590px;
    margin-left: auto;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.lan-reg-form .form-group {
    margin-bottom: 15px;
}

.lan-reg-form .lan-title {
    margin-bottom: 20px;
}

.lan-reg-form .lan-title h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
}

.lan-reg-form .form-group label {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.lan-reg-form .form-group .form-control {
    background: var(--input-bg);
    border-radius: 0px;
    border: none;
    height: 46px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.lan-reg-form .form-group .form-control::placeholder{
    text-transform: capitalize;
}

.lan-reg-form .form-group .form-control:focus {
    box-shadow: none;
}

.btn-red {
    background: var(--red);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

.lan-avg-salary {
    position: relative;
    margin-top: -70px;
    z-index: 9;
}

.lan-avg-salary::after {
    position: absolute;
    content: "";
    background: var(--grey);
    left: 0;
    right: 0;
    bottom: 0;
    top: 70px;
    z-index: -9;
}

.lan-avg-salary .container>div {
    background: url("../images/placement-banner-new.png")no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 34px 0;
    border:1px solid var(--white);
}

.lan-avg-salary .lan-avg-content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lan-avg-salary .lan-avg-content h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--red);
    padding: 10px;
    line-height: normal;
    margin: 0 0 5px;
}

.lan-avg-salary .lan-avg-content h5 {
    font-size: 20px;
    font-weight: 700;

    color: var(--white);
    margin: 0 0 5px;
    line-height: normal;
}

.lan-avg-salary .lan-avg-content span {
    font-size: 12px;
    font-weight: 400;
    color: var(--white);
    line-height: normal;
    margin: 0 0 5px;
    display: block;
}

.lan-avg-salary .lan-avg-content p {
    font-size: 10px;
    font-weight: 400;
    color: var(--white);
    line-height: normal;
    margin: 0 0 5px;
}

.lan-avg-salary .col-md-3:not(:last-child) .lan-avg-content {
    border-right: 1px dotted var(--dark-grey);
 
}

.lan-avg-salary .row {
    align-content: stretch;
}

.lan-hiring-partner {
    padding: 80px 0 40px;
    background: var(--grey);
}

.lan-title-wrapper h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    line-height: normal;
    padding: 10px;
    border-left: 5px solid var(--red);
    margin: 0;
}

.lan-hiring-partner-slider {
    margin-top: 15px;
    padding: 45px 20px;
    background: var(--white);
}

.lan-hiring-partner-slider .slick-track {
    display: flex;
    align-items: center;

}

.lan-hiring-partner-slider .slick-slide {
    text-align: center;
}

.lan-hiring-partner-slider .slick-slide img {
    display: inline-block;
    margin: 0 auto;
}

.lan-hiring-partner-slider .slick-arrow::before,
.lan-review-info .slick-arrow::before {
    display: none;
}

.lan-hiring-partner-slider .slick-arrow,
.lan-review-info .slick-arrow {
    position: absolute;
    top: -42px;
    width: 34px;
    height: 34px;
}

.lan-hiring-partner-slider .slick-arrow.slick-next,
.lan-review-info .slick-arrow.slick-next {
    right: 0px;
    background: url('../images/right-red-arrow.png')no-repeat center center;
    background-size: contain;

}

.lan-hiring-partner-slider .slick-arrow.slick-prev,
.lan-review-info .slick-arrow.slick-prev {
    left: initial;
    right: 45px;
    background: url('../images/left-red-arrow.png')no-repeat center center;
    background-size: contain;
}

.lan-review-student {
    padding: 80px 0;
}

.lan-review-info {
    margin-top: 15px;
}

.lan-review-info .slick-list {
    margin: 0 -20px 0 0;
}

.lan-review-info .lan-review-content {
    border: 1px solid var(--slick-border);
    border-radius: 5px;
    padding: 20px;
    margin-right: 20px;
    max-height: 370px;
    min-height: 370px;
    position: relative;
    padding-bottom: 50px;
}

.lan-review-info .lan-review-content p {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    line-height: 21px;
    text-align: justify;
}

.lan-student-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    bottom: 14px;
}

.lan-student-info img {
    width: 33px;
    height: 33px;
    object-fit: contain;
}

.lan-student-info span {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.lan-student-info i{
    color: #FF8A00;
}
.lan-certification .container {
    position: relative;
}

.lan-certification .container:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #000000 0%, #D03327 100%);
    height: 65%;
    left: 0;
    right: 0;
    top: 20%;
    z-index: -9;
    border-radius: 5px;
}

.lan-certification .row {
    align-items: center;
}

.lan-certification .lan-left-side {
    padding-left: 20px;
}

.lan-certification .lan-left-side h6 {
    font-size: 24px;
    font-weight: 400;
    color: var(--white);
    line-height: 36px;
    margin-top: 20px;
}

.btn-white,
.btn-white:hover {
    background: var(--white);
    color: var(--black);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 5px;
}

.lan-right-img .slick-slide {
    text-align: center !important
}

.lan-right-img .slick-slide img {
    height: 320px;
    object-fit: contain;
    margin: 0 auto
}

.lan-right-img.slick-slider {
    margin-bottom: 0
}

footer.lan-site-footer {
    background: linear-gradient(360deg, #000000 3.67%, #262626 46.24%, #3D3D3D 100%);
    padding: 30px 0;
    margin-top: 50px;
}

footer.lan-site-footer .lan-site-white-logo {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--ft-logo-br);
}

footer.lan-site-footer .lan-location {
    display: flex;
    gap: 10px;
}

footer.lan-site-footer .lan-location img {
    width: 20px;
    height: 20px;
}

footer.lan-site-footer .lan-location p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
}

footer.lan-site-footer .lan-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.lan-site-footer .lan-footer-links ul li {
    margin-bottom: 10px;
}

footer.lan-site-footer .lan-footer-links ul li a,
footer.lan-site-footer .lan-footer-links ul li a:hover {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
    text-decoration: none;
}

footer.lan-site-footer .lan-footer-links ul li a img {
    margin-right: 10px;
}

.error{
  font-size:9px;
}
.lan-reg-form .alert-success {
    font-size:12px;
    text-align:center;
    margin-top:-10px;
}
.cyber-security{
    background: url('../images/lan-cyber.png')no-repeat center center !important;

    background-size: cover !important;
}
/* reposponsive css */

@media (min-width:1400px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .lan-banner-section .lan-course-name img {
        width: 60px;
        height: 60px;
    }

    .lan-banner-section .lan-course-name h6 {
        font-size: 26px;
        line-height: normal;
    }

    .lan-review-info .lan-review-content p {
        font-size: 10px;
    }

    .lan-student-info span {
        font-size: 14px;
    }

    .lan-certification .lan-left-side h6 {
        font-size: 22px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .lan-banner-section {
        min-height: 570px;
    }
    .lan-reg-form .alert-success {
        font-size: 10px;
        padding: 9px;
    }
    .lan-banner-section .lan-course-name img {
        width: 50px;
        height: 50px;
    }

    .lan-banner-section .lan-course-name h6 {
        font-size: 22px;
        line-height: normal;
    }

    .lan-course-intro ul li {
        font-size: 14px;
    }

    .lan-env-review a img {
        max-width: 80px
    }

    .lan-reg-form {
        max-width: 90%;
    }

    .lan-reg-form .lan-title h6 {
        font-size: 18px;
    }

    .lan-reg-form .lan-title {
        margin-bottom: 20px;
    }


    .lan-reg-form .form-group .form-control {
        height: 40px;
        font-size: 12px;
    }

    .btn-red,
    .lan-avg-salary .lan-avg-content h6,
    .lan-reg-form .form-group label,
    .lan-review-info .lan-review-content p,
    .lan-student-info span,
    .btn-white ,
    footer.lan-site-footer .lan-location p,
    footer.lan-site-footer .lan-footer-links ul li a,
    .lan-site-contact a,
    .lan-site-contact p,
    .btn-white:hover,
    footer.lan-site-footer .lan-footer-links ul li a:hover,
    .lan-site-contact a:hover{
        font-size: 12px;
    }
    .lan-student-info i{
        font-size: 12px;
    }
    .btn-white:hover{
        margin-top: 0;
    }
    .lan-avg-salary .lan-avg-content h5,
    .lan-title-wrapper h6 ,
    .lan-certification .lan-left-side h6{
        font-size: 16px;
    }
    .lan-avg-salary .lan-avg-content span{
        font-size: 10px;
    }
    .lan-avg-salary .lan-avg-content p{
        font-size: 9px;
    }
    .lan-right-img .slick-slide img {
        height: 245px;
    }
    .btn-white,
    .lan-certification .lan-left-side h6{
        margin-top: 0px;
    }
}
@media (max-width:767px){
    .lan-banner-section{
        background: transparent !important;
        position: relative;
        z-index: 9;
    }
    .lan-banner-section::before{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 70%;
        background: linear-gradient(360deg, #000000 3.67%, #262626 46.24%, #3D3D3D 100%);
        z-index: -9;
    }
    .cyber-security::before{
        background: url('../images/lan-cyber.png')no-repeat center center !important;
    
        background-size: cover !important;
    }
    .lan-site-logo a{
        display: block;
        text-align: center;
    }
    .lan-site-contact{
        text-align: center;
        margin-top: 23px !important;
    }
    .lan-site-contact p{
        display: none;
    }
    .lan-banner-section .lan-course-name h6 {
        font-size: 24px;
        line-height: 36px;
    }
    .lan-course-intro ul li {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 13px;
    }
    .lan-course-intro ul li::before {
        top:2px;
    }
    .lan-env-review {
        margin: 32px 0;
    }    
    .lan-avg-salary{
        margin-top: 0px;
    }
    .lan-reg-form{
        margin-top: 20px;
    }
    .lan-reg-form .lan-title h6{
        font-size: 18px;
    }
    .lan-reg-form .form-group .form-control{
        font-size: 14px;
    }
    .lan-avg-salary .col-md-3:not(:last-child) .lan-avg-content{
        margin-bottom: 40px;
        border:none;
    }
    .lan-hiring-partner-slider .slick-arrow.slick-prev, 
    .lan-review-info .slick-arrow.slick-prev{
        top: initial !important;
        bottom: -70px;
        right: initial;
        left: 38%;
    }
    .lan-hiring-partner-slider .slick-arrow,
    .lan-review-info .slick-arrow{
        top: initial !important;
        bottom: -70px;
        right: 38% !important;
    }
    .lan-avg-salary .row{
        margin: 0 !important;
    }
    .lan-hiring-partner {
        padding: 60px 0 80px;
    }
    .lan-review-info .lan-review-content p{
        font-size: 12px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lan-certification .lan-left-side h6{
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
    }
    .lan-certification .container:before {
        height: 80%;
        top:0 !important;
        left: 15px;
        right: 15px;
    }
    .lan-review-info .slick-list{
        margin: 0;
    }
    .lan-review-info .lan-review-content{
        margin: 0 10px;
        max-height: 310px;
        min-height: 310px;
    }
    .btn-white,
    .btn-white:hover{
        line-height: normal;
        font-size: 16px;
    }
    .lan-certification .lan-left-side{
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .lan-certification .lan-left-side br{
        display: none;
    }
    .lan-right-img.slick-slider{
        padding: 0 15px;
    }
    footer.lan-site-footer .lan-location p,
    footer.lan-site-footer .lan-footer-links ul li a,
    footer.lan-site-footer .lan-footer-links ul li a:hover{
        font-size: 14px;
    }
    header.lan-site-header{
        padding: 15px 0;
    }
}