body {
    font-family: 'Roboto', sans-serif !important;
    background: url(../img/landing-bg2.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    --MalayalamFont: 'Noto Sans Malayalam', sans-serif;
}

button {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--MalayalamFont);
}

a {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

.landing-container p {
    font-weight: 500;
    font-family: var(--MalayalamFont);
    font-size: 17px;
    line-height: 32px;
    text-align: left;
    color: #e0d8c6;
}

.landing-container .col-lg-4 span {
    width: 100%;
    height: 422px;
/*     background: #fff; */
    display: block;
    margin-top: 5px;
}

.landing-container .col-lg-4 span img {
    width: 100%;
    height: 422px;
    object-fit: cover;
}

.english-malayalam-btns {
    margin-top: 35px;
}

.english-malayalam-btns a {
    height: 40px;
    padding: 0px 30px;
    background: rgba(146, 9, 9, 1);
    background: -moz-linear-gradient(top, rgba(146, 9, 9, 1) 0%, rgba(181, 31, 31, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146, 9, 9, 1)), color-stop(100%, rgba(181, 31, 31, 1)));
    background: -webkit-linear-gradient(top, rgba(146, 9, 9, 1) 0%, rgba(181, 31, 31, 1) 100%);
    background: -o-linear-gradient(top, rgba(146, 9, 9, 1) 0%, rgba(181, 31, 31, 1) 100%);
    background: -ms-linear-gradient(top, rgba(146, 9, 9, 1) 0%, rgba(181, 31, 31, 1) 100%);
    background: linear-gradient(to bottom, rgba(146, 9, 9, 1) 0%, rgba(181, 31, 31, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#920909', endColorstr='#b51f1f', GradientType=0);
    display: inline-block;
    line-height: 40px;
    color: #f1bebe;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 3px solid #6f0303;
    border-radius: 3px;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-right: 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.english-malayalam-btns a:hover {
    background: rgba(181, 31, 31, 1);
    background: -moz-linear-gradient(top, rgba(181, 31, 31, 1) 0%, rgba(146, 9, 9, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181, 31, 31, 1)), color-stop(100%, rgba(146, 9, 9, 1)));
    background: -webkit-linear-gradient(top, rgba(181, 31, 31, 1) 0%, rgba(146, 9, 9, 1) 100%);
    background: -o-linear-gradient(top, rgba(181, 31, 31, 1) 0%, rgba(146, 9, 9, 1) 100%);
    background: -ms-linear-gradient(top, rgba(181, 31, 31, 1) 0%, rgba(146, 9, 9, 1) 100%);
    background: linear-gradient(to bottom, rgba(181, 31, 31, 1) 0%, rgba(146, 9, 9, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51f1f', endColorstr='#920909', GradientType=0);
}

.landing-container {
    display: table;
    min-height: 100vh;
    width: 100%;
}

.landing-container .middle-align {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.landing-container {
    padding-bottom: 60px;
}

.footer-wrap {
    width: 100%;
    min-height: 60px;
    z-index: 995;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 18px;
}

.footer-wrap p {
    color: #e0d8c6;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.footer-wrap .col-lg-6:last-child p {
    text-align: right;
}

.footer-wrap .col-lg-6:last-child p a {
    color: #e0d8c6;
    text-decoration: none;
}

.landing-container .col-lg-12 {
    text-align: center;
    margin-bottom: 45px;
}

.landing-container .col-lg-12 a {
    display: inline-block;
}

.english-malayalam-btns a img {
    width:15px;
    margin-top:-2px;
    margin-left:5px;
    animation: shake 1000ms infinite alternate ease-in-out;
}

@keyframes shake {
  0% {
    transform: translatex(-5px);
  }
  100% {
    transform: translatex(5px);
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .landing-container .col-lg-12 {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .landing-container .col-lg-4 span,
    .landing-container .col-lg-4 span img {
        height: auto;
    }

    .landing-container .col-lg-4 span {
        margin-bottom: 45px;
    }

    .footer-wrap {
        position: relative;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-wrap .col-lg-6:last-child p {
        text-align: center;
    }

    .english-malayalam-btns {
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 1020;
    }

    .english-malayalam-btns a {
        float: left;
        width: 50%;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0px;
        text-align: center;

        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
        border-right: 1px solid #6d0202;
    }

    .english-malayalam-btns a:last-child {
        border-right: none;
    }

    .footer-wrap {
        margin-bottom: 40px;
    }

    .landing-container p {
        padding: 0;
        margin: 0;
    }

    .landing-container .col-lg-12 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-wrap p {
        line-height: 18px;
    }
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 360px) {}