@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

.bg-attached {
    background-image: url("img/bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;

}

.backgrond-img {
    background-image: url("img/page-one-img-footer/about_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 286px;
    border-bottom: 10px solid #bdbaba;
}

.profile-section-two {
    border-bottom: 1px solid rgb(189, 185, 185);
}

/*.......................................................mega-menu-start...........................................................................*/

ul.list-main {
    display: flex;
    margin: 0px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    position: relative;
}

a.list-item-anchor {
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
}

.header {
    max-width: 1400px;
    margin: auto;
}

#list-item-one {
    background-image: url("img/mega-dropdown-img/eh_bg.png");
    background-size: cover;
    width: 250px;
    height: 65px;
    padding: 2px 0px;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
}

#list-item-two {
    background-image: url("img/mega-dropdown-img/im_bg.png");
    background-size: cover;
    width: 250px;
    height: 65px;
    padding: 2px 0px;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
}

#list-item-three {
    background-image: url("img/mega-dropdown-img/mp_bg.png");
    background-size: cover;
    width: 250px;
    height: 65px;
    padding: 2px 0px;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
}

#list-item-for {
    background-image: url("img/mega-dropdown-img/app_bg.png");
    background-size: cover;
    width: 250px;
    height: 65px;
    padding: 2px 0px;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
}

/* menu */
.mega-menu {
    width: 71.4%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 14.3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: white;
    border: 2px solid black;
    opacity: 0;
    visibility: hidden;
}

#list-item-one:hover .mega-menu {
    background-image: url("img/mega-dropdown-img/eh_bg.png");
    background-size: cover;
    background-color: rgba(139, 69, 19, 0.8);
    opacity: 1;
    visibility: visible;
    /* background-color: transparent; */
    border: none;
}

#list-item-one:hover {
    background-color: rgba(139, 69, 19, 0.8);
}

li.divone-list-items {
    color: white;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 10px 0px 0px;
}

#list-item-two:hover .mega-menu {
    background-image: url("img/mega-dropdown-img/im_bg.png");
    background-size: cover;
    background-color: transparent;
    background-color: rgba(167, 57, 75, 0.9);
    opacity: 1;
    visibility: visible;
    border: none;
}

#list-item-two:hover {
    background-color: rgba(167, 57, 75, 0.9);
}

#list-item-three:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    background-image: url("img/mega-dropdown-img/mp_bg.png");
    background-size: cover;
    background-color: rgba(128, 128, 0, 0.8);
    border: none;
}

#list-item-three:hover {
    background-color: rgba(128, 128, 0, 0.8);
}

#list-item-for:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    background-image: url("img/mega-dropdown-img/app_bg.png");
    background-size: cover;
    background-color: transparent;
    background-color: rgba(0, 183, 235, 0.8);
    border: none;
    height: 150px;
}

#list-item-for:hover {
    background-color: rgba(0, 183, 235, 0.8);
}

li.divone-list-items {
    color: white;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 10px 0px 0px;
    text-align: start;
}

a.itemanchor {
    color: white;
}

a.itemanchor:hover {
    color: white;
    text-decoration: underline;
}

ul.divone-menu {
    padding-bottom: 20px 0px;
    padding: 20px 32px;
}

li.divone-list-items {
    padding: 2px 0px;
}

/* media querry */
@media(max-width: 992px) {
    .header {
        visibility: hidden;
    }
}

/*.......................................................mega-menu-end...........................................................................*/

ul.profile-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

li.profile-list-item {
    padding: 5px;
}

li.profile-list-item {
    padding: 15px 5px 4px 0px;
}

.company-home {
    color: gray;
    font-size: 14px;
}

.company-about {
    color: gray;
    font-size: 14px;
    padding: 0px 15px;
}

.company-profileOne {
    color: #900C3F;
    font-size: 14px;
}

h2.company-profile-heading {
    margin: 0px 0px !important;
    padding: 14px 0px;
    color: #900C3F;
    font-size: 1.5rem !important;
}

p.profile-content-one {
    margin: 5px;
    font-size: 0.87rem;
}


.form-section {
    border: 2px solid black;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #900C3F;
    border-radius: 4px;
    border: none;
    margin: 20px 0px;
}

input#name {
    width: 93%;
    margin: 12px;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

input#email {
    width: 93%;
    margin: 12px;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

input#company {
    width: 93%;
    margin: 12px;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

input#number {
    width: 93%;
    margin: 12px;
    padding: 10px;
    border: none;
    border-radius: 4px;
}

textarea#message {
    width: 93%;
    border: none;
    border-radius: 4px;
    margin: 12px;
    padding: 10px;
}

#submit {
    border: none;
    border-radius: 4px;
    margin: 12px;
    padding: 5px 10px;
}

h2.form-heading {
    font-size: 24px;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    color: white;
}

.color-red {
    color: #900C3F;
    font-weight: bold;
}

.silicon {
    width: 93%;
    height: auto;
    border: 2px solid black;
    padding: 10px 10px 50px 10px;
    background-image: linear-gradient(#dbdbdb, white);
    border: none;
    margin: 0px 0px 0px 10px;
    border-radius: 2px;
    text-align: center;
}

h4.silicon-first-heading {
    color: #900C3F;
    padding: 10px 12px;
    font-size: 2rem;
    margin: 0px;
    font-weight: 500;
}

h3.silicon-third-heading {
    font-size: 1.3rem;
    padding: 5px 14px;
    color: #900C3F;
    margin: 0px;
}

p.silicon-content {
    margin: 0px;
    padding: 5px 14px;
    font-size: 13px;
}

button.silicon-last-btn {
    border: none;
    font-size: 12px;
    width: 90px;
    height: 30px;
    border-radius: 4px;
    color: white;
    background-color: #900C3F;
    margin: 5px 13px;
}

button.btn-silicon {
    border: none;
    background-color: transparent;
}

i.fa-solid.fa-caret-left.silicon-icon {
    font-size: 20px;
    color: #900C3F;
}

i.fa-solid.fa-caret-right.silicon-icon {
    font-size: 20px;
    color: #900C3F;
}


/* ...................................................history.............................................................. */


.history-section-one {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-wrap: wrap;
    margin: 15px 0px;
}

p.founder-content {
    font-size: 1rem;
    margin: 0px 0px;
    line-height: 2;
}

p.founder-intro {
    font-size: 1rem;
    margin: 0px;
    padding: 5px 0px;
    color: #900C3F;
}

h5.founder-heading {
    font-size: 1rem;
    margin: 0px;
    font-weight: 600;
    color: #900C3F;
    padding: 5px 0px;
}

.history-color-change {
    color: #900C3F;
    font-weight: 700;
}

p.history-all-content {
    font-size: 0.875rem;
}

/* ................................................... ethics-compliance.............................................................. */

.ethics-color-change {
    color: #900C3F;
    font-weight: 700;
}

p.Ethics-Compliance-all-content {
    font-size: 0.875rem;
}

/* ...................................................Team............................................................................ */

.vishwakarma {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
}

ul.vishwakarma-content {
    padding: 0px;
    margin: 10px;
}

.mail-same {
    color: #900C3F;
}

.umesh {
    display: flex;
    margin: 10px 0px;
}

ul.umesh-content {
    padding: 0px;
    margin: 0px 10px;
}

/* ul.umesh-content {
    margin: 0px 10px;
} */
.kajal {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
}

ul.kajal-content {
    padding: 0px;
    margin: 10px;
}

.team-one-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.india-one-content {
    padding: 0px;
    margin: 10px;
}

.india-one {
    display: flex;
    padding: 0px;
    margin: 10px 0px;
}

.team-india {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .team-india {
    display: flex;
    flex-wrap: wrap;
} */
/* .india-one {
    display: flex;
    padding: 0px;
    margin: 0px;
} */

.team-italy {
    display: flex;
    flex-wrap: wrap;
}

ul.italy-content {
    margin: 2px 10px;
    padding: 0px;
}

.team-chaina-one {
    display: flex;
    margin: 10px 0px;
}

ul.chaina-one-content {
    padding: 0px;
    margin: 10px;
}

.team-chaina-two {
    display: flex;
}

ul.chaina-two-content {
    padding: 0px;
    margin: 10px;
}

.team-china {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.qatar-content {
    padding: 0px;
    margin: 10px;
}

.team-qatar {
    display: flex;
}

.team-india-heading {
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #cbcaca;
    color: #900C3F;
    padding: 8px 0px;
    font-weight: 700;
    margin: 10px 0px;
}

.team-section-main {
    background-color: #ebe9e9;
}


/* ...................................................Certification............................................................................ */

ul.certifaction-all-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0px;
}

img.img-certifaction-one {
    margin: 0px 0px 10px 0px;
}

li.certifaction-all-item {
    margin: 10px;
}

.certifaction-hover :hover {
    border: 2px solid #900C3F;
}

/* ...................................................csr............................................................................ */
.color-change {
    color: black;
    font-weight: 700;
}

p.csr-para {
    margin: 16px 0px;
}

.csrOne-change {
    color: #900C3F;
    font-style: italic;
    font-weight: 500;
}