nav .navbar .links li:first-child a {
    color: #000000d4;
}

nav .navbar .links li:nth-child(4) a {
    color: #e07c09;
}



.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 400px;
    background: linear-gradient(to right, rgba(5, 57, 104, 0.873), rgba(0, 0, 0, 0.202)), url(../images/amcServices3.JPG);
    background-position: center;
    background-size: cover;
    text-align: left;
    color: white;
    font-size: 40px;
    /* margin-top: -120px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.sec1a .png {
    width: 100px;
    position: absolute;
    left: 0;
    z-index: 30;
    opacity: 0.5;
    margin-top: 300px;
    height: fit-content;
    border-radius: 0;
}



.sec1a h1 {
    width: 100%;
    font-size: 40px;
    color: #e07c09;
    font-weight: 600;
    margin-top: 200px;
    margin-left: 20%;
    text-transform: uppercase;

}

.sec1a .tx {
    width: 46%;
}

.sec1a .tx ul {
    width: 100%;
    display: flex;
    margin-left: 20%;
}

.sec1a .tx ul li {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    list-style: none;
    width: fit-content;
    margin: 0 5px;
}

.sec1a .tx ul li span {
    margin-left: 5px;
}

.sec1a .tx ul a:hover {
    text-decoration: none;
}

.sec1a .tx ul .li2 li {
    color: #e07c09;
}

.sec1a img {
    width: 54%;
    border-radius: 0 0 30% 80%;
    height: 550px;
    margin-right: -100px;
    margin-top: -30px;
}


.amcService {
    max-width: 2000px;
    margin: auto;
    padding: 50px;
}

.amcService h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(19, 67, 124);
}

.amcService p {
    font-size: 18px;
}

.amcService h3 {
    font-weight: 600;
    color: #e07c09;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    font-size: 35px;
}


.amcService-container {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.amcService-container .box {
    width: 48%;
    text-align: left;
    padding: 30px;
    border: 0.5px solid gray;
    margin-bottom: 50px;
    border-radius: 20px;
}

.amcService-container .box h4 {
    color: rgb(26, 83, 133);
    font-weight: 600;
}

.amcService-container .box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.amcService-container ul {
    padding: 0;
    width: 100%;
    margin-top: 20px;
}

.amcService-container ul li {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 25px;
}

.amcService-container ol {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.amcService-container ol li {
    padding: 10px 20px;
    margin-top: 30px;
    list-style: none;
    font-size: 18px;
    border: 0.2px solid gray;
    border-radius: 50px;
}










@media screen and (max-width: 900px) {

    .sec1a {
        height: 200px;
        background-size: cover;

    }

    .sec1a .tx {
        width: 100%;
        margin-left: -50px;
    }

    .sec1a h1 {
        font-size: 25px;
        margin-top: 100px;
        /* margin-left: 0%; */
    }


    .sec1a .tx ul li {
        font-size: 15px;
    }

    .sec1a .png {
        margin-top: 200px;
        width: 80px;
        top: 0;
    }

    .sec1a img {
        width: 120%;
        height: 350px;
        margin-top: -60px;
        margin-right: -200px;

    }


    .amcService {
        padding: 20px;
    }

    .amcService h2 {
        font-size: 25px;
    }

    .amcService p {
        font-size: 15px;
    }

    .amcService h3 {
        font-size: 25px;
        margin-top: 30px;
        text-align: left;
    }

    .amcService-container .box {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .amcService-container .box img {
        height: 150px;
    }

    .amcService h4 {
        font-size: 22px;
    }


    .amcService-container ul li {
        font-size: 15px;
    }

    .amcService-container ol {
        justify-content: left;
    }

    .amcService-container ol li {
        font-size: 15px;
        margin-top: 15px;
    }



    nav .navbar .links li:first-child a {
        color: #ffffffe8;
    }



}