*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.fluid-container {
    width: 90%;
    margin: 0 auto;
}

.modal-body > img {
    width: 100%;
}

.modal-content {
    width: 50vw;
    transform: translate(-50%, 30%);
    left: 50%;
    top: 50%;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
}

.first_sec {
    width: 100%;
}

a.nav-link {
    font-weight: 600;
    color: #000;
}

.header_part {
    background: rgba(255, 255, 255, 0.514);
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.logo_side {
    margin-left: 4.5rem;
}

marquee {
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 10px;
}

marquee > a {
    text-decoration: none;
}

.menu {
    width: 20vw;
    height: 100vh;
    background: #003466;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 2;
    transition: all .5s;
}

.bglight {
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 0;
}

a.header_link {
    position: absolute;
    right: 6%;
    top: 10%;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #003466;
}

a.header_link::after {
    content: '';
    position: absolute;
    top: 100%;
    height: 3px;
    width: 100%;
    background: #003466;
    left: 0;
    transition: all .3s;
}

a.header_link:hover::after {
    background: #0CA750;
}

a.header_link:hover {
    color: #0CA750;
}

.navlinks {
    margin-right: 0rem;
}

a.navbar-brand > img {
    margin-left: 0rem;
    width: 270px;
    height: 110px;
    object-fit: contain;
}

.hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 4.5rem;
    z-index: 3;
}

.menu.change {
    right: 0;
}

.burger {
    height: 3px;
    width: 100%;
    background: #003466;
    position: absolute;
    top: 7px;
    transition: all .5s;
}

.burger.burger1.changed {
    opacity: 0;
}

.burger2 {
    height: 3px;
    width: 100%;
    background: #003466;
    position: absolute;
    top: 15px;
    transition: all .5s;
}

.burger.burger2.change {
    transform: rotate(45deg);
    background: #fff;
}

.burger3 {
    height: 3px;
    width: 100%;
    background: #003466;
    position: absolute;
    top: 23px;
    transition: all .5s;
}

.burger.burger3.change {
    transform: rotate(-45deg) translate(5px, -5px);
    background: #fff;
}

.bglight > .container-fluid {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0rem 7px !important;
}

.links {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%;
    margin-top: 6rem;
}

.links > a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    margin-right: 4rem;
    margin-bottom: 1rem;
}

.carousel-caption {
    position: absolute;
    right: 6%;
    bottom: 3rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.bannerItem {
    position: absolute;
    right: 0;
    bottom: 5%;
    font-size: 50px;
    font-weight: 100;
}

.carousel-indicators {
    position: absolute;
    right: 0 !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: end;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border: 0;
    border-radius: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


section.two {
    padding: 4rem 0;
    background: #074077;
}

.card-group {
    gap: 2rem;
}

.card {
    background: transparent;
    border-radius: 0;
    border: none;
}

.bardBody {
    padding-left: 0;
}

.bardBody > h5,
.bardBody > p {
    color: #fff;
}

section.three {
    background: #f2f2f2;
    padding: 4rem 0;
}

/* .groups {
    width: 20%;
} */

.texts > h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}


.texts > p {
    margin-bottom: 0;
    font-size: 14px;
    color: #777;
}

a.group {
    text-decoration: none;
    /* width: 20%; */
    width: 19%;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 2rem;
}

.gR > h2 {
    padding-left: 0;
    font-size: 46px;
    font-weight: 100;
    color: #074077;
}

a.group:last-child {
    margin-right: 0;
}

.groups > .input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.groups > .input-group > button {
    width: 30px;
    height: 30px;
    border-radius: 5px !important;
    background: #074077;
    outline: none;
    border: none;
}

.card.testimonial {
    margin-right: 1rem;
}

.testimonial > img {
    border-radius: 0
}

.testimonial > .card-body {
    padding: 1rem 0;
}

section.four {
    padding: 4rem 0;
}

.whole_cards {
    margin-top: 20px;
}

.col-lg-6.col-md-6.col-sm-12.tnpsc-left {
    border-right: 1px solid #888;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    background: transparent;
    border-top: none;
}

.card-footer > p {
    font-size: 16px;
    margin-bottom: 0;
    color: #999;
}

.card-footer.testy {
    padding: 10px 0;
}

.owl-nav {
    position: absolute;
    right: 1rem;
}

button.owl-next > img {
    width: 20px;
}

button.owl-prev > img {
    width: 20px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.notice {
    display: flex;
    justify-content: flex-end;
}

.eff {
    background: #074077;
    margin: 10px;
    width: 45%;
    padding: .7rem;
    border-radius: 5px;
    transition: all .5s;
}

.eff:hover {
    background: #e1e1e1;
}

.eff:hover > a {
    color: #074077;
}

.eff:hover > a > img {
    filter: invert(1);
}

.eff > a {
    text-decoration: none;
}

a.bells_here > img {
    width: 15%;
    margin-right: 1rem;
}

a.bells_here {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.tnpsc-left > h1 {
    padding-left: 0;
    font-size: 46px;
    font-weight: 100;
    color: #074077;
}

.tnpsc-right > h1 {
    padding-left: 0;
    font-size: 46px;
    font-weight: 100;
    color: #074077;
    margin-left: 2rem;
}

section.five {
    padding: 4rem 0 0;
    background: #F8F7F5;
}

.img_cover {
    width: 100%;
}

.img_cover > img {
    width: 100%;
    height: 100%;
}

/* .founder-left {
    padding-bottom: 4rem;
} */

.founder_texts > h6 {
    font-size: 20px;
    font-weight: 300;
}

.founder_texts > h1 {
    padding-left: 0;
    font-size: 46px;
    font-weight: 100;
    color: #074077;
    margin-bottom: 2rem;
}

.founder_texts > p {
    font-size: 16px;
    font-weight: 300;
}

section.six {
    background: #003466;
    padding: 4rem 0;
}

.new > h1 {
    padding-left: 0;
    font-size: 46px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
}

.news_texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2rem 0;
}

.news_texts > a {
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    padding: 1rem;
    border: 1px solid #fff;
}

.news_texts > p {
    font-size: 18px;
    color: #fff;
    padding-top: 1rem;
    width: 100%;
}

.row.top_row {
    padding-top: 4rem;
}

.bottom_row {
    padding: 3rem 0;
}

.address_texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.address_texts > p {
    font-size: 18px;
    width: 70%;
}

.eNm > p > a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.secondF,
.thirdF {
    display: flex;
    flex-direction: column;
}

.thirdF {
    padding-left: 8rem;
}

.secondF > a,
.thirdF > a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

.owner_logo {
    display: flex;
    justify-content: end;
}

.copyright {
    border-top: 1px solid rgb(189 189 189);
    padding: 20px 0;
}

p.copyrightt {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

.owner_logo > a > img  {
    width: 30px;
}

section.comingsoon {
    background-image: url(../images/comingsoon.png);
    background-size: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.coming {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.coming > h2 {
    font-size: 5vw;
    font-weight: 700;
    color: #fff;
}

.coming > p {
    font-size: 3vw;
}

.coming > a {
    font-size: 3vw;
    background: #003466;
    color: #fff;
    width: 100px;
    border-radius: 100%;
    height: 100px;
    text-align: center;
    padding-top: calc(100px - 6%);
}

.row.top_row > .col-lg-3.col-md-6.col-sm-12 > img {
    width: 90%;
}

.downloadA {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    padding: 2rem;
    font-weight: 400;
    color: #003466;
}

.blueD {
    background: #003466;
    outline: 0;
    border: none;
}

.blueD:hover {
    background: #01294e;
}

.blueD > a {
    text-decoration: none;
    /* padding-left: 15px; */
}

.blueD > a i {
    padding-right: 10px;
}

.downloadSec {
    width: 100%;
    margin-top: 12rem;
}

.downloadTableS {
    width: 80%;
    margin: 0 auto;
}

section.tableView {
    padding: 3rem 0;
    border-bottom: 0.3px solid rgb(189 189 189);
}

@media only screen and (min-width: 1450px) and (max-width: 1920px) {
    .groups > .input-group {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    a.navbar-brand > img {
        margin-left: 0rem;
        width: 70%;
        object-fit: contain;
        height: 130px;
    }

    .thirdF {
        padding-left: 16rem;
    }
}


@media only screen and (max-width: 1366px) {

    .thirdF {
        padding-left: 6rem;
    }

    div#navbarNav {
        width: 80%;
    }

}


@media only screen and (max-width: 1280px) {
    .navlinks {
        margin-left: -3rem;
    }

    .modal-content {
        width: 60vw;
        transform: translate(-50%, 30%);
        left: 50%;
        top: 50%;
    }

    .groups > .input-group {
        flex-wrap: nowrap;
    }

    .texts {
        padding-left: 10px;
    }

    .founder_texts {
        padding-bottom: 3rem;
    }

    .img_cover > img {
        width: 50vw;
        height: 100%;
    }

    .row.top_row > .col-lg-3.col-md-6.col-sm-12 > img {
        width: 100%;
    }


}

@media only screen and (max-width: 1024px) {

    .carousel-caption {
        bottom: 2rem;
    }

    .modal-content {
        width: 80vw;
        transform: translate(-50%, 40%);
        left: 50%;
        top: 50%;
    }

    .bannerItem {
        font-size: 40px;
    }

    .founder_texts > h1 {
        font-size: 36px;
    }

    a.nav-link {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        padding: 1rem 4px !important;
    }

    a.navbar-brand > img {
        margin-left: 0rem;
        width: 60%;
    }

    .navlinks {
        margin-left: -7rem;
    }


}

@media only screen and (max-width: 768px) {

    a.header_link {
        position: absolute;
        right: 15%;
        top: 40px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .navbar-toggler {
        border-radius: 0;
        border: transparent !important;
    }

    .navlinks {
        margin-left: 0;
    }

    .bglight {
        background: rgba(255, 255, 255, 1);
        padding-bottom: 0;
    }

    a.nav-link {
        font-size: 16px;
    }

    a.group {
        width: auto;
    }

    .row.gR {
        display: flex;
        justify-content: center;
    }

    .eff {
        width: 90%;
    }

    /* section.five > .fluid-container > .row {
        display: flex;
        flex-direction: column;
    } */


}

@media only screen and (max-width: 576px) {

    a.navbar-brand {
        width: 70%;
    }

    .modal-content {
        width: 80vw;
        transform: translate(-50%, 80%);
        left: 50%;
        top: 50%;
    }

    .bglight {
        background: rgba(255, 255, 255, 1);
        padding-bottom: 2rem;
    }

    a.header_link {
        position: absolute;
        right: 20%;
        top: 53px;
        font-size: 17px;
    }

    a.nav-link {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        padding: 10px 0 !important;
    }

    ul.navbar-nav.ms-auto {
        margin-top: 2rem;
    }

    .gR > h2,
    .tnpsc-left > h1,
    .tnpsc-right > h1,
    .founder_texts > h1 {
        text-align: center;
        font-size: 26px;
    }

    .tnpsc-right > h1 {
        margin-left: 0;
    }

    .founder_texts > h6 {
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    .img_cover > img {
        width: 100%;
        height: 100%;
    }

    .first_sec {
        width: 100%;
        margin-top: 5rem;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .copyright {
        text-align: center;
    }

    .owner_logo {
        justify-content: center;
    }

    .d-none {
        display: block!important;
    }

    .bannerItem {
        font-size: 16px;
    }

    .carousel-caption {
        bottom: 0rem;
    }

    section.comingsoon {
        background-size: cover;
    }

    .coming > a {
        font-size: 3vw;
        background: #003466;
        color: #fff;
        width: 40px;
        border-radius: 100%;
        height: 40px;
        text-align: center;
        padding-top: 0.7rem;
    }

    .row.top_row > .col-lg-3.col-md-6.col-sm-12 > img {
        width: 80%;
    }

    a.navbar-brand > img {
        margin-left: 0rem;
        width: 270px;
        height: 110px;
        object-fit: contain;
    }

}


@media screen and (max-width: 414px) {

    a.header_link {
        position: absolute;
        right: 20%;
        top: 105px;
        font-size: 17px;
    }

    .bglight {
        background: rgba(255, 255, 255, 1);
        padding-bottom: 0rem;
    }

    .first_sec {
        width: 100%;
        margin-top: 12rem;
    }
}