/* Nav  Start*/

*{
    font-family: "Syne", sans-serif;
}

body{
    overflow-x: hidden;
    background-color: #fffef8;
}

h1 {
    color: #004040;
    font-weight: bold;
}

h2{
    color: #295F5F;
}

h3, .h3{
    color: #3E6767;
}

a{
    color: #aa2828;
}

.btn, .badge{
    background-color: #107EA2;
    border: none;
    color: #ffff;
}
.btn:hover{
    background-color: #171C72;
    border: none;
    color: #ffff;
}



.quotes{
    background-color: #107EA2;
}

.dropdown-item:focus:hover{
    color: #ffff;
    background-color: #aa2828;
}

.navbar {
    padding: 0px 0px 0px 0px;
}

.navbar-brand {
    color: #004040;
}

.navbar-logo{
    width: 200px;
}

.nav-item a:hover {
    color: #aa2828;
}

.container-fluid {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
/* Nav  End*/


/*Headers*/


/*Headers End*/


/* Hero Tab Start */

.hero-section {
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.hero-title {
    font-size: 3rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.hero-image {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: fade-in 3s forwards;
}

.card-header{
    background-color: #295F5F;
    color:#fff;
    font-weight: bold;
}

.deptagenthead{
    margin-top: 150px;
    background-color: #ffffff;
}



@keyframes fade-in {
  from {opacity: 0%;}
  to {opacity: 100%;}
}


.faq-container {
    margin-top: 30px;
}

.faq-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 8px 8px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
}



@media (max-width: 750px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-image {
        margin: 2rem auto 0;
    }
}

/* Hero Tab End */


/* Main Card Start */

.carousel-item{
    max-height: 600px;
}



.card{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.contactus{
    background-color: #295F5F;
    color: #fff;
}

.card:hover{
  transition: 0.4s;
    box-shadow: 0 0.1rem .3rem rgba(0, 0, 0, 0.15);
}

.accordion-button{
    font-weight: bolder;
}

.accordion-button:hover{
    color:#107EA2;
}

svg{
    fill:#004040;
}

svg:hover{
    fill: #007c7c;
    transition: .2s ease-in-out;
}

/* Main Card End */

/* dividers */


.divider{
 height: 75px;
 visibility: hidden;
}

/* dividers end */


/* Footer */

.amodinocopyright {
    color: #6c757d;
    font-size: 0.85rem;
    margin-top: 20px;
    padding-top: 20px;
        border-top: 1px solid #eee;
}

/* Footer End*/