@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand img {
    width: 100px;
    height: 60px;
}

.nav-item a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.carousel-item {
    height: 99vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(68, 68, 68, 0) 100%);
}

.carousel-caption {
    bottom: 310px !important;
}

.carousel-caption h1 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
    font-weight: 800;
}

.carousel-caption p {
    font-size: 20px;
    font-weight: 500;
}

.what-we-do,
.who-we-are {
    margin: 100px 0;
}

.what-we-do h2,
.who-we-are h2 {
    color: #4bae25;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 800;
}

.what-we-do p,
.who-we-are p {
    font-size: 18px;
    /* text-align: justify; */
}

.what-we-do .read-more,
.who-we-are .read-more {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 25px;
}

.what-we-do .read-more a,
.who-we-are .read-more a {
    color: #5bd42d;
    text-decoration: none;
    border: 2px ridge #5bd42d;
    padding: 10px 25px;
    transition: 0.3s;
}

.what-we-do .read-more a:hover,
.who-we-are .read-more a:hover {
    background: #5bd42d;
    color: #fff;
}

.what-we-do img,
.who-we-are img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

footer {
    background-image: linear-gradient(to top, #31402388 0%, #1c382993 100%);
    color: #fff;
    padding: 50px 0;
}

footer img {
    width: 150px;
}

footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.q-links {
    margin-top: 25px;
}

.q-links div {
    display: flex;
    flex-direction: column;
}

.q-links div a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: 0.3s;
}

.q-links div a:hover {
    color: #5bd42d;
}


footer strong {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

footer i {
    color: #5bd42d;
    margin-right: 5px;
}

footer .address span,
footer .contact span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: 0.3s;
}

footer .address span:hover,
footer .contact span:hover {
    color: #5bd42d;
}


@media screen and (max-width: 768px) {
    .carousel-caption {
        bottom: 200px !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .what-we-do h2,
    .who-we-are h2 {
        font-size: 30px;
    }

    .what-we-do p,
    .who-we-are p {
        font-size: 16px;
    }

    .what-we-do .read-more,
    .who-we-are .read-more {
        font-size: 16px;
    }

    .what-we-do .read-more a,
    .who-we-are .read-more a {
        padding: 8px 20px;
    }

    .what-we-do img,
    .who-we-are img {
        display: none;
    }

    .navbar-brand img {
        width: 100px;
    }
}

/* ============== About Page =========== */

.masthead {
    margin-top: 50px;
    height: 5vh;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.masthead .head-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #fff;
}

.about {
    margin: 100px 0;
}

.about .header-text {
    color: #4bae25;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 800;

}

.about p {
    font-size: 18px;
    /* text-align: justify; */
}

.about .about-cards {
    margin-top: 50px;
    justify-content: space-between;
}

.about .about-card {
    width: 45%;
    padding: 20px;
    border: 2px solid #4bae25;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.about .about-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.about .about-card .card-head {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* text-decoration: underline #4bae25; */
    /* text-underline-offset: 5px; */
}

.about span {
    color: #4bae25;
    font-weight: 600;
}

.general-info .header-text {
    color: #4bae25;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
}

.cta {
    margin: 60px auto;
    text-align: center;
    border: 2px solid #4bae25;
    width: 90%;
    padding: 30px;
}

.cta .cta-head {
    color: #4bae25;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.cta .cta-text {
    font-size: 18px;
    /* text-align: justify; */
}

.cta .cta-btn {
    margin-top: 2px;
    color: #4bae25;
    text-decoration: none;
    border: 2px double #4bae25;
    padding: 10px 25px;
    font-weight: 500;
    transition: 0.3s;
}

.cta .cta-btn:hover {
    background: #4bae25;
    color: #fff;
}

.general-info table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 2px solid #4bae25;
}

.general-info table tr td {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #4bae25;
}

.general-info table tr td:first-child {
    font-weight: 600;
    color: #000;
}

.general-info table tr td a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.general-info table tr td a:hover {
    color: #5bd42d;
}

.general-info-table {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.services {
    margin: 100px 0;
}

.work-head,
.contact .contact-head,
.teams .teams-head,
.services .services-head {
    color: #4bae25;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
}

.work .work-title,
.services .services-title {
    color: #4bae25;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    font-weight: 800;
}

.work .work-text,
.services .services-text {
    font-size: 18px;
}

.services-card {
    padding: 10px 0 40px 0;
    border: 2px solid #4bae25;
    border-radius: 10px;
}

.teams .team-card,
.services .service-card {
    margin-top: 20px;
    width: 100%;
    min-height: 100%;
    padding: 10px 20px;
    border: 2px solid #4bae25;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.team-card {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.team-desc {
    width: 100%;
}

.teams .team-card:hover,
.services .service-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.work-card .work-head,
.services .service-card .service-head {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* text-decoration: underline #4bae25; */
    /* text-underline-offset: 5px; */
}

.teams .team-card .member-name {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 5px;
    /* text-decoration: underline #4bae25; */
    /* text-underline-offset: 5px; */
}

.teams .team-card .member-designation {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.team-card .member-image {
    text-align: center;
}
.team-card img {
    width: 100px;
    height: 100px;
    border: 2px solid #4bae25;
    border-radius: 50%;
    margin-bottom: 10px;
}

.contact-details {
    margin-top: 20px;
    width: 100%;
    min-height: 190px;
    padding: 10px 20px;
    /* text-align: justify; */
}

.contact-details h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* text-decoration: underline #4bae25; */
    /* text-underline-offset: 5px; */
}

.form {
    margin-top: 20px;
    width: 100%;
    min-height: 190px;
    padding: 10px 20px;
    /* text-align: justify; */
}

.form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #4bae25;
    padding: 20px 30px;
    margin: auto;
}

.form form label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

.form form input,
.form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.form form input:focus,
.form form textarea:focus {
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.form form textarea {
    height: 100px;
}

.form form button {
    margin-top: 2px;
    color: #4bae25;
    text-decoration: none;
    border: 2px double #4bae25;
    padding: 10px 25px;
    font-weight: 500;
    transition: 0.3s;
}

.form form button:hover {
    background: #4bae25;
    color: #fff;
}

.work-group {
    padding: 10px 5px;
    border: 2px solid #4bae25;
}

.work-card {
    margin-top: 20px;
    padding: 10px 20px;
    /* text-align: justify; */
    border: 2px solid #4bae25;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.work-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.work-card h5 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.work .work-list {
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .about .about-cards {
        flex-direction: column;
        margin: 20px 0;
    }
    
    .team-card {
        display: flex;
        flex-wrap: wrap;
    }

    .about .about-card {
        width: 90%;;
    }

    .general-info-table {
        overflow: scroll;
    }

    .contact-details {
        flex-direction: column;
    }

    .contact-details .contact-info {
        width: 100%;
    }

    .contact-details .contact-form {
        width: 100%;
    }

    .contact-details .contact-form form {
        width: 100%;
    }

    .contact-details .contact-form form input,
    .contact-details .contact-form form textarea {
        width: 100%;
    }

    .contact-details .contact-form form button {
        width: 100%;
    }

    .form form {
        width: 100%;
    }

    .form form input,
    .form form textarea {
        width: 100%;
    }

    .form form button {
        width: 100%;
    }

    .work-card .work-head,
    .services .service-card .service-head {
        font-size: 18px;
    }

    .teams .team-card .member-name {
        font-size: 18px;
    }

    .org-chart table tr td h3 {
        font-size: 18px;
    }

    .org-chart table tr td p {
        font-size: 16px;
    }

    .org-chart table tr td ul {
        font-size: 16px;
    }

    .org-chart table tr td {
        font-size: 16px;
    }

    .work .work-title,
    .services .services-title {
        font-size: 25px;
    }

    .work .work-text,
    .services .services-text,
    .services .services-text {
        font-size: 16px;
    }

    .work-head,
    .org .org-head,
    .contact .contact-head,
    .teams .teams-head,
    .services .services-head {
        font-size: 25px;
    }

    .work-card h5 {
        font-size: 16px;
    }

    .work .work-list {
        padding-top: 10px;
    }
}

.work-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #4bae25;
    margin: 20px auto;
    transform: rotate(45deg);
}
.work-title::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #4bae25;
    margin: 0px auto;
    transform: translate(-35px, 60px) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .work-title::after {
        width: 0;
    }
    .work-title::before {
        width: 0;
        transform: translate(-25px, 40px) rotate(-45deg);
    }
    
}

.contact-addr {
    margin-top: 20px;
    width: 100%;
    min-height: 190px;
    padding: 10px 20px;
}

.contact-addr h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-addr .address {
    margin-top: 20px;
    padding: 10px 20px;
}

.contact-addr .contact .phone strong,
.contact-addr .contact .email strong,
.contact-addr .address strong {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-addr .address span {
    font-size: 18px;
}

.contact-addr .contact .email,
.contact-addr .contact .phone {
    margin-top: 20px;
    padding: 10px 20px;
}

.contact-addr .contact .email span,
.contact-addr .contact .phone span {
    font-size: 18px;
}

.contact-addr i {
    color: #4bae25;
    margin-right: 5px;
    font-size: 20px;
}
