
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

 body {
     font-family: 'Poppins', sans-serif;
     font-size: 16px;
     font-weight: 300;
	color: #333;
    background: #fff;
    margin-top:0;
}
html {
    background: #333;
}
.h1, h1, .h2, h2, .h3, h3 {
    text-transform: uppercase;
	font-weight: 600;
    color: #002366;
    text-align: center;
}
h4 {
    font-weight: 300; 
    text-align: left;
}
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; line-height: 30px; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.75em; margin: 2.33em 0; }
.ndtservices {
    padding-top: 30px;
}
.ndtservices a {
    font-weight: 600;
    color: #002366;
    text-decoration: none;
}
.ndtservices h4 {
    padding-bottom: 15px;
    border-bottom: 1px dashed #002366;
}
.ndtservices img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.ndtserviceslogo {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #002366;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.ndtserviceslogo a {
    color: #fff;
    text-decoration: none;
}
.industries,
.services {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #eee;
}
.technology,
.aboutemtexndt {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ndtservicescontact {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #002366;
    color: #fff;
}
.ndtservicescontact a {
    color: #fff;
    text-decoration: none;
}
.callemail {
    padding-top: 15px;
}
.callemail h2 {
    text-align: left;
    color: #fff;
}
.callemail p {
    margin: 0;
}
.aboutemtexndt p {
    line-height: 30px;
    font-size: 20px;
    text-align: left;
}
ul {
    margin: 0;
    padding-top: 15px;
    list-style: none;
}
.socialmedia li {
    display: inline-block;
    padding-right: 5px;
}
.socialmedia img {
    width: 30px;
    height: auto;
}
.contactus {
    display: table;
    background: #002366;
    table-layout: fixed;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: 500;
}
.contactus a {
    color: #fff;
    text-decoration: none;
}
.aboutemtexndt {
    padding-top: 0;
}
.bannerndt {
    padding-bottom: 30px;
}
.bannerndt img {
    width: 100%;
    height: auto;
}
.emtexcont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
}
.emtextext {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    width: 500px;
    text-align: center;
    bottom: 15%;
    margin: 0 auto;
}
.ndtservicescontact .col-md-8 img,
    .ndtserviceslogo img {
        width: 300px;
        height: auto;
    }
@media only screen
and (max-width : 990px){
    .emtexcont {
        position: absolute;
        left: 0;
        right: 0;
        bottom: auto;
        padding-top: 50px;
    }
    .ndtservicescontact .col-md-8 img,
    .ndtserviceslogo img {
        width: 250px;
        height: auto;
    }
}
@media only screen
and (max-width : 550px){
    .emtexcont {
        position: absolute;
        left: 0;
        right: 0;
        bottom: auto;
        padding-top: 30px;
    }
    .emtextext {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        width: 300px;
        text-align: center;
        bottom: 15%;
        margin: 0 auto;
    }
}