a {
    text-decoration: none;
}

body {
    font-family: "Anek Malayalam", sans-serif;
    font-family: "MLU-KERALAM";
    font-family: "Behance";
    font-family: "ML-KV-Rima-SS";
    font-family: "MLU-Divya";
    font-family: "Roboto", sans-serif;
    background-color: #ECF3FB;
    overflow-x: hidden;

}

:root {
    --primary_color: #1FC3F3;
    --secondary_color: #2B3990;
    --primary_color-1: #2bb673;


    /* --secondary_color: #28A9E0;
  --dark: #323232; */
}

/* Carnero Regular */
@font-face {
    font-family: "Anek Malayalam", sans-serif;
    src: url("./fonts/AnekMalayalam-VariableFont_wdth\,wght.ttf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

/* Carnero SemiBold */
@font-face {
    font-family: "Anek Malayalam", sans-serif;
    src: url("./fonts/AnekMalayalam_SemiCondensed-Bold.ttf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

/* Carnero Bold */
@font-face {
    font-family: "Anek Malayalam", sans-serif;
    src: url("./fonts/AnekMalayalam_SemiCondensed-Medium.ttf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Behance";
    src: url("./fonts/behance-682daab20ca23.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ML-KV-Rima-SS";
    src: url("./fonts/ML-KV-Rima-SS\ SemiBold.ttf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "MLU-Divya";
    src: url("./fonts/MLU-Divya\ Bold.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "MLU-KERALAM";
    src: url("./fonts/MLU-KERALAM\ BOLD.TTF") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "MLU-KERALAM";
    src: url("./fonts/MLU-KERALAM\ MEDIUM.TTF") format("opentype");
    font-weight: 750;
    font-style: normal;
}

@font-face {
    font-family: "MLU-KERALAM";
    src: url("./fonts/MLU-KERALAM\ REGULAR.TTF") format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Roboto", sans-serif;
    src: url("./fonts/Roboto-Medium.ttf") format("opentype");
    font-weight: 850;
    font-style: normal;
}

/* header section */

.header-section {
    padding: 0 40px;
    background-color: #ECF3FB;
}

@media screen and (max-width:576px) {
    .header-section {
        padding: 14px;
    }
}

.header {
    padding: 20px 0;
    background-color: #ECF3FB;
    justify-content: center;
}

.header .navbar-brand img {
    width: 240px;
}

@media screen and (max-width:576px) {
    .header .navbar-brand {
        width: 180px;
    }

    .header {
        padding: 0;
    }

    .header .navbar-brand img {
        width: 210px;
    }
}

.btn-close {
    font-size: 1.5rem;
}

.navbar-toggler {
    border: none;
    background-color: var(--primary_color);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler .navbar-toggler-icon {
    font-size: 24px;
    border: none;
    background-image: url(./images/menu.svg);
}

.navbar-nav .nav-item {
    padding: 0 6px;
    border-right: 1px solid #231F20;
}

@media screen and (max-width:992px) {
    .navbar-nav .nav-item {
        padding: 10px 0;
        border: none;
    }
}

.navbar-nav .nav-item.last {
    border: none;
}

.navbar-nav .nav-item .nav-link {
    font-family: "Anek Malayalam", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 0 10px;
    transition: all 0.4s ease;
}

.navbar-nav .nav-item .nav-link:hover {
    transform: translatey(-5px);
    color: var(--primary_color);
}


@media screen and (max-width:1300px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }
}

.navbar-nav {
    border: 1px solid var(--primary_color);
    padding: 18px 14px;
    border-radius: 10px;
}

.navbar-nav .nav-item .nav-link.active {
    color: var(--primary_color);
}

.navbar-nav .nav-item .nav-link.active img {
    width: 24px;
}

/* header section ends */





/* banner section */

.banner-section {
    position: relative;
    background-color: #ECF3FB;

}

.banner-section .banner {
    margin: 0 40px;
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width:576px) {
    .banner-section .banner {
        margin: 0 20px;
        border-radius: 20px;
    }
}

.banner-section .banner img {
    width: 100%;
}

/* .banner-section .banner .mobile-banner {
    display: none;
}

@media screen and (max-width:576px) {
    .banner-section .banner .mobile-banner {
        display: block;
    }

    .banner-section .banner .web-banner {
        display: none;
    }
} */

/* banner section ends */



/* about section starts */
.about-section {
    padding: 40px;
    background-color: #ECF3FB;
}

@media screen and (max-width:576px) {
    .about-section {
        padding: 10px;
    }
}

.about-section .heading {
    padding: 20px;
}

.about-section .heading h1 {
    font-family: "MLU-KERALAM";
    font-size: 44px;
    color: var(--secondary_color);
    margin-bottom: 14px;
    font-weight: 700;
}

.about-section .image {
    margin: 10px 0;
}

.about-section .image img {
    width: 100%;
}

.about-section .heading p {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 14px;
    font-weight: 800;
}

@media screen and (max-width:768px) {
    .about-section .heading p {
        text-align: justify;
        font-weight: 800;
    }
}

.about-section .heading-2 h3 {
    font-family: "MLU-KERALAM";
    font-size: 44px;
    color: var(--primary_color);
    margin-bottom: 14px;
    font-weight: 700;
}

@media screen and (max-width:576px) {
    .about-section .heading-2 h3 {
        font-size: 34px;
    }
}

.about-section .heading-2 h3 span {
    font-family: "MLU-KERALAM";
    font-size: 48px;
    color: var(--secondary_color);
    margin-bottom: 14px;
    font-weight: 700;
}

.about-section .content {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    margin: 10px 0;
}

@media screen and (min-width:992px) {
    .about-section .content {
        min-height: 170px;
    }
}

.about-section .content p {
    font-family: "MLU-KERALAM";
    color: #151515;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
}

.about-section .content ul {
    margin: 0;
    padding-left: 14px;
}

.about-section .content ul li.title {
    font-family: "MLU-KERALAM";
    color: var(--secondary_color);
    font-size: 24px;
    font-weight: 600;
    list-style: none;
    line-height: 29px;
}

.about-section .content ul li {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 15px;
    font-weight: 700;
    margin-top: 6px;
}

/* about section ends */



/*start-up-section starts */
.start-up-section {
    text-align: center;
    padding: 30px 0 0 0;
    background: linear-gradient(to right, #66CCCC, #6594CD, #6F72B4);
    position: relative;
    z-index: 1;
}

/* .start-up-section:after {
    content: "";
    background-image: url(./images/startup-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
} */

.start-up-section .title {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 44px;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 700;
}

.start-up-section .title span {
    font-size: 26px;

}

@media screen and (max-width:576px) {
    .start-up-section .title {
        font-size: 34px;
    }
}



.start-up-section .content {
    background-color: #ECF3FB;
    padding: 14px;
    border-radius: 20px;
}

.start-up-section .content p {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 14px;
    font-weight: 800;
    padding: 14px;
    text-align: justify;
}

.start-up-section .content .image {
    margin: 10px 0;
}

.start-up-section .content img {
    width: 100%;
}

/*start-up-section ends */


/*technopark-section starts */
.technopark-section {
    text-align: center;
    padding: 30px 0 0 0;
    background: white;
    position: relative;
    z-index: 1;
}

/* .technopark-section:after {
    content: "";
    background-image: url(./images/techno-bg_1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 30%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    position: absolute;
} */

.technopark-section .title {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 44px;
    color: var(--secondary_color);
    margin-bottom: 14px;
    font-weight: 700;
}

.technopark-section .title span {
    font-size: 26px;

}

@media screen and (max-width:576px) {
    .technopark-section .title {
        font-size: 34px;
    }
}



.technopark-section .content {
    background-color: #ECF3FB;
    padding: 14px;
    border-radius: 20px;
}

.technopark-section .content p {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 14px;
    font-weight: 800;
    padding: 14px;
    text-align: justify;
}

.technopark-section .content .image {
    margin: 10px 0;
}

.technopark-section .content img {
    width: 100%;
}

/*technopark-section ends */



/*infopark-section starts */
.infopark-section {
    text-align: center;
    padding: 30px 0 30px 0;
    background: white;
}

.infopark-section .title-section {
    background: linear-gradient(to right, #66CCCC, #6594CD, #6F72B4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;

}

.infopark-section .title {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 44px;
    color: white;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.infopark-section .title span {
    font-size: 26px;

}

@media screen and (max-width:576px) {
    .infopark-section .title {
        font-size: 34px;
    }
}



.infopark-section .content {
    background-color: #ECF3FB;
    padding: 14px;
    border-radius: 20px;
}

.infopark-section .content p {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 14px;
    font-weight: 700;
    padding: 14px;
    text-align: justify;
}

.infopark-section .content .image {
    margin: 10px 0;
}

.infopark-section .content img {
    width: 100%;
}

/*infopark-section ends */



/*cyberpark-section starts */
.cyberpark-section {
    text-align: center;
    padding: 30px 0 30px 0;
    background: white;
}

.cyberpark-section .title-section {
    background: linear-gradient(to right, #66CCCC, #6594CD, #6F72B4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;

}

.cyberpark-section .title {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 44px;
    color: white;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.cyberpark-section .title span {
    font-size: 26px;

}

@media screen and (max-width:576px) {
    .cyberpark-section .title {
        font-size: 34px;
    }
}



.cyberpark-section .content {
    background: linear-gradient(to right, #66CCCC, #6594CD, #6F72B4);
    padding: 24px;
    border-radius: 0 0 20px 20px;
}

.cyberpark-section .content p {
    font-family: "MLU-KERALAM";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px;
    text-align: justify;
}

.cyberpark-section .content .image {
    margin: 10px 0;
}

.cyberpark-section .content img {
    width: 100%;
}

/*cyberpark-section ends */



/*electronics-section starts */
.electronics-section {
    text-align: center;
    padding: 30px 0 30px 0;
    background: white;
}


.electronics-section .title {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 40px;
    color: var(--secondary_color);
    margin-bottom: 14px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.electronics-section .title span {
    font-size: 26px;

}

@media screen and (max-width:576px) {
    .electronics-section .title {
        font-size: 34px;
    }
}


.electronics-section p {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 13px;
    font-weight: 700;
    text-align: justify;
}

.electronics-section .image {
    margin: 10px 0;
}

.electronics-section .image img {
    width: 100%;
}

/*cyberpark-section ends */



/*digital-university-section starts */
.digital-university-section {
    text-align: center;
    padding: 30px 0 30px 0;
}

.digital-university-section .title-section {
    background: linear-gradient(to right, #66CCCC, #6594CD, #6F72B4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;

}

.digital-university-section .title {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 26px;
    color: white;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.digital-university-section .title span {
    font-size: 44px;
}

@media screen and (max-width:576px) {
    .digital-university-section .title {
        font-size: 24px;
    }

    .digital-university-section .title span {
        font-size: 34px;
    }
}

@media screen and (max-width:425px) {
    .digital-university-section .title {
        font-size: 20px;
    }

    .digital-university-section .title span {
        font-size: 30px;
    }
}

.digital-university-section .title_2 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 24px;
    color: var(--secondary_color);
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 24px 0;
}

/* .digital-university-section .title_2 span {
    font-size: 26px;

}

@media screen and (max-width:576px) {
    .digital-university-section .title_2 {
        font-size: 34px;
    }
} */

.digital-university-section .content {
    background-color: #fff;
    padding: 14px;
    border-radius: 20px;
}

.digital-university-section .content p {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 14px;
    font-weight: 700;
    padding: 14px;
    text-align: justify;
}

.digital-university-section .content ul {
    margin-top: 20px;
}

.digital-university-section .content ul li {
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    text-align: justify;
}

.digital-university-section .content .image {
    margin: 10px 0;
}

.digital-university-section .content img {
    width: 100%;
}

/*infopark-section ends */






/* footer section */

.footer {
    background: linear-gradient(to right, #2B2B88, #211D36);
}

.footer img {
    width: 100%;
}


#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: var(--primary_color);
    color: var(--secondary_color);
    border: none;
    outline: none;
    /* padding: 10px; */
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#backToTop:hover {
    transform: translatey(-10px);
}




#pwd-feature-section .heading-2 h3 {
    color: #151515;
}

#pwd-feature-section .heading-2 h3 span {
    color: var(--primary_color-1);
}

@media screen and (max-width:576px) {
    #pwd-feature-section .heading-2 h3 {
        font-size: 30px;
    }

    #pwd-feature-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#pwd-feature-section .content.width-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#pwd-feature-section .content ul li.title {
    color: var(--primary_color-1);
}

@media screen and (min-width:992px) {
    #pwd-feature-section .content {
        min-height: 250px;
    }
}

.navigation-section {
    margin: 40px 0;
}

.navigation-section a .image {
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
}

.navigation-section a .image img {
    width: 100%;
}

@media screen and (max-width:576px) {
    .navigation-section a .image {
        border-radius: 20px;
    }
}


.footer.pwd {
    background: none;
}



#life-section .heading-2 h3 {
    color: #151515;
}

#life-section .heading-2 h3 span {
    color: #EE3968;
}

@media screen and (max-width:576px) {
    #life-section .heading-2 h3 {
        font-size: 30px;
    }

    #life-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#life-section .content.width-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#life-section .content ul li.title {
    color: #EE3968;
}

@media screen and (min-width:992px) {
    #life-section .content {
        min-height: 0;
    }
}

#life-section .table_header h4 {
    font-family: "MLU-KERALAM";
    font-size: 34px;
    color: #EE3968;
    margin-bottom: 20px;
    font-weight: 700;
}

@media screen and (max-width: 576px) {
    #life-section .table_header h4 {
        font-size: 28px;
    }
}

#life-section table {
    border: 1px solid #636363;
}

#life-section table td {
    border: 1px solid #636363;
    text-align: center;
    vertical-align: middle;
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 14px;
    font-weight: 700;
}

#life-section table th {
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
    font-family: "MLU-KERALAM";
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    background-color: #f4f5f6;
}

@media screen and (max-width: 576px) {
    #life-section table td {
        font-size: 12px;
    }

    #life-section table th {
        font-size: 14px;
    }
}

.navigation-section {
    margin: 40px 0;
}






#food-section .heading-2 h3 {
    color: #5C1A0C;
}

#food-section .heading-2 h3 span {
    color: #C32E26;
}

#food-section .heading-2.supp_title h3 {
    font-size: 34px;
    color: #5C1A0C;
}

#food-section .heading-2.supp_title_1 h3 {
    font-size: 34px;
    color: #C32E26;
}

#food-section .heading-2.supp_title h3 p {
    font-size: 20px;
    margin-top: 14px;
    color: #575757;
}

@media screen and (max-width:576px) {
    #food-section .heading-2 h3 {
        font-size: 30px;
    }

    #food-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#food-section .content.width-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#food-section .content ul li.title {
    color: #C32E26;
}






#power-section .heading-2 h3 {
    color: #0F406E;
}

#power-section .heading-2 h3 span {
    color: #FDB913;
}

@media screen and (max-width:576px) {
    #power-section .heading-2 h3 {
        font-size: 30px;
    }

    #power-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#power-section .content ul li.title {
    color: #0F406E;
}

@media screen and (max-width:400px) {
    #power-section .content ul li.title {
        font-size: 20px;
    }
}






#tourism-section .heading-2 h3 {
    color: #016D6D;
}

#tourism-section .heading-2 h3 span {
    color: #EF4343;
}

@media screen and (max-width:576px) {
    #tourism-section .heading-2 h3 {
        font-size: 30px;
    }

    #tourism-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#tourism-section .content ul li.title {
    color: #016D6D;
}

@media screen and (max-width:400px) {
    #tourism-section .content ul li.title {
        font-size: 20px;
    }
}





#smartkeralam-section .heading-2 h3 {
    color: #2E368F;
}

#smartkeralam-section .heading-2 h3 span {
    color: #D9E026;
}

@media screen and (max-width:576px) {
    #smartkeralam-section .heading-2 h3 {
        font-size: 30px;
    }

    #smartkeralam-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#smartkeralam-section .content ul li.title {
    color: #2E368F;
}

@media screen and (max-width:400px) {
    #smartkeralam-section .content ul li.title {
        font-size: 20px;
    }
}

#smartkeralam-section .smartkeralam-title-2 h4 {
    font-family: "MLU-KERALAM";
    font-size: 40px;
    color: #2E368F;
    margin-top: 40px;
    font-weight: 700;
}




#fisheries-section .heading-2 h3 {
    color: #686AB0;
}

#fisheries-section .heading-2 h3 span {
    color: #ED5765;
}

@media screen and (max-width:576px) {
    #fisheries-section .heading-2 h3 {
        font-size: 30px;
    }

    #fisheries-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#fisheries-section .content ul li.title {
    color: #686AB0;
}

@media screen and (max-width:400px) {
    #fisheries-section .content ul li.title {
        font-size: 20px;
    }
}

#fisheries-section .smartkeralam-title-2 h4 {
    font-family: "MLU-KERALAM";
    font-size: 40px;
    color: #686AB0;
    margin-top: 40px;
    font-weight: 700;
}






#health-section .heading-2 h3 {
    color: #9E1F63;
}

#health-section .heading-2 h3 span {
    color: #FBB040;
}

@media screen and (max-width:576px) {
    #health-section .heading-2 h3 {
        font-size: 30px;
    }

    #health-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#health-section .content ul li.title {
    color: #9E1F63;
}

@media screen and (max-width:400px) {
    #health-section .content ul li.title {
        font-size: 20px;
    }
}




#education-section .heading-2 h3 {
    color: #11544D;
}

#education-section .heading-2 h3 span {
    color: #d3c502;
}

@media screen and (max-width:576px) {
    #education-section .heading-2 h3 {
        font-size: 30px;
    }

    #education-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#education-section .content ul li.title {
    color: #11544D;
}

@media screen and (max-width:400px) {
    #education-section .content ul li.title {
        font-size: 20px;
    }
}






#wastemanagement-section .heading-2 h3 {
    color: #0E86C8;
}

#wastemanagement-section .heading-2 h3 span {
    color: #00A79D;
}

@media screen and (max-width:576px) {
    #wastemanagement-section .heading-2 h3 {
        font-size: 30px;
    }

    #wastemanagement-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#wastemanagement-section .content ul li.title {
    color: #0E86C8;
}

@media screen and (max-width:400px) {
    #wastemanagement-section .content ul li.title {
        font-size: 20px;
    }
}


#wastemanagement-section .table_header h4 {
    font-family: "MLU-KERALAM";
    font-size: 34px;
    color: #EE3968;
    margin-bottom: 20px;
    font-weight: 700;
}

@media screen and (max-width: 576px) {
    #wastemanagement-section .table_header h4 {
        font-size: 28px;
    }
}

#wastemanagement-section table {
    border: 1px solid #636363;
}

#wastemanagement-section table td {
    border: 1px solid #636363;
    /* text-align: center; */
    vertical-align: middle;
    font-family: "MLU-KERALAM";
    color: #58595B;
    font-size: 14px;
    font-weight: 700;
}

#wastemanagement-section table th {
    border: 1px solid #000;
    /* text-align: center; */
    vertical-align: middle;
    font-family: "MLU-KERALAM";
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    background-color: #f4f5f6;
}

@media screen and (max-width: 576px) {
    #wastemanagement-section table td {
        font-size: 12px;
    }

    #wastemanagement-section table th {
        font-size: 14px;
    }
}





#cm-section .heading-2 h3 {
    color: #07A2A5;
}

#cm-section .heading-2 h3 span {
    color: #7C56A3;
}

@media screen and (max-width:576px) {
    #cm-section .heading-2 h3 {
        font-size: 30px;
    }

    #cm-section .heading-2 h3 span {
        font-size: 32px;

    }
}

#cm-section .content ul li.title {
    color: #07A2A5;
}

@media screen and (max-width:400px) {
    #cm-section .content ul li.title {
        font-size: 20px;
    }
}

#cm-section .content.tollfree {
    background: url(./images/cm_tollfree_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

#cm-section .content.tollfree h4 {
    font-family: "MLU-KERALAM";
    font-size: 26px;
    color: #E8EC9A;
    font-weight: 700;
}

@media screen and (max-width:768px) {
    #cm-section .content.tollfree h4 {
        margin-bottom: 40px;
    }
}

#cm-section .content.tollfree .tollfreeno {
    padding: 14px 20px;
    background-color: #07A2A5;
    color: #fff;
    border-radius: 40px;
    margin-top: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 6px;
    font-size: large;
}

#cm-section .content.tollfree .tollfreeno:hover {
    transform: translateY(-15px);
    background-color: #7C56A3;
}



#cm-section .content.cm_testimonial {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    padding-bottom: 80px;
}

@media screen and (max-width:768px) {
    #cm-section .content.cm_testimonial {
        padding-bottom: 80px;
    }
}

#cm-section .content.cm_testimonial::before {
    content: "";
    background: url(./images/quote_icon.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#cm-section .content.cm_testimonial li {
    list-style: none;
    color: #141414;
    font-size: 16px;
}

#cm-section .content.cm_testimonial li.author_name {
    font-size: 24px;
    color: #7C56A3;
    line-height: 24px;
    margin-top: 20px;
}

@media screen and (max-width:576px) {
    #cm-section .content.cm_testimonial li.author_name {
        font-size: 20px;
    }
}

#cm-section .content.cm_testimonial li.author_name span {
    font-size: 16px;
    color: #6c6c6c;
}







#digital_literacy_section .heading-2 h3 {
    color: #016699;
}

#digital_literacy_section .heading-2 h3 span {
    color: #00A79D;
}

@media screen and (max-width:576px) {
    #digital_literacy_section .heading-2 h3 {
        font-size: 30px;
    }

    #digital_literacy_section .heading-2 h3 span {
        font-size: 32px;

    }
}

#digital_literacy_section .content ul li.title {
    color: #07A2A5;
}

@media screen and (max-width:400px) {
    #digital_literacy_section .content ul li.title {
        font-size: 20px;
    }
}



#people_literacy_section .heading-2 h3 {
    color: #662D91;
}

#people_literacy_section .heading-2 h3 span {
    color: #00BDF2;
}

@media screen and (max-width:576px) {
    #people_literacy_section .heading-2 h3 {
        font-size: 30px;
    }

    #people_literacy_section .heading-2 h3 span {
        font-size: 32px;

    }
}
#people_literacy_section .content ul{
    padding-left: 0;
}
#people_literacy_section .content ul li{
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 24px;
}
#people_literacy_section .content ul li::before{
    content: "⏩";
    position: absolute;
    left: 0;
    top: 0;
}
#people_literacy_section .content ul li.title {
    color: #662D91;
}

@media screen and (max-width:400px) {
    #people_literacy_section .content ul li.title {
        font-size: 20px;
    }
}