*{
    margin: 0;
    padding: 0;
}

.eng-logo{
    width: 254px;
    height: 42px;
}

#hero {
    width: 100%;
    height: 100vh;
    background-image: url('img/EDC Management.jpg');
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center center;
}

.footer-list li{
  list-style: none;
}
/* #hero:before {
    content: "";
    background: rgba(56, 64, 70, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
} */

#hero-5{
  width: 100%;
  height: 100vh;
  background-image: url('img/Staffing Services (Main Pic).jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  margin-top: 68px;
}

#hero-6{
  width: 100%;
  height: 100vh;
  background-image: url('img/Engineering Services.jpg');
  background-size: cover;
  position: relative;
  text-align: center;
  background-position: center center;
}

.read-more{
  border: none;
  background-color: #1D6164;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
}

.read-more:hover{
  color: #fff;
  text-decoration: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* margin-top: 80px; */
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}

.section-title {
    margin-bottom: 5%;
}

/* grids */
.col-md-4.w3-service-grid {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.w3-service-grid-info {
    padding: 1em;
    border: solid 1px #e4e4e4;
}
.w3-service-grid-info h4 {
    color: #212121;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1em 0;
}
.w3-service-grid-info p {
    color: #999999;
    font-size: .9em;
    margin: 0;
    line-height: 1.8em;
}
.w3-service-grid-info img {
    width: 100%;
    vertical-align: middle;
}
@media (min-width: 1200px){
    .container {
    width: 1170px;
}
}

/* mohit */

body{
  overflow-x: hidden;
}

/* sec-1 */
/* slider */

#sec-1{
  position: relative;
  left: 0px;
  margin-top: 68px;
}

.main-cont{
  position: absolute;
  top: 200px;
  left: 240px;
  color: #fff;
  z-index: 99;
}

.main-cont-20{
  position: absolute;
  top: 214px;
  left: 1600px;
  color: #fff;
  z-index: 99;
}

.cont-1{
  padding: 0px 42px;
  font-size: 18px;
}

.cont-1 p{
  text-align: justify;
}



#overlay {
  position: absolute; 
  width: 100%;
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #175d6080; 
  z-index: 2; 
}

#slider-wrapper {
  width: 100%;
  height: 500px;
  margin: 0px auto;
  position: relative;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}


#s2 {
  padding: 6px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s3 {
  padding: 6px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}


#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  opacity: .50;
}

.inner-wrapper {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.control {
  display: none;
}

a.navbar-brand {
  float: right;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -100%;
}


#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper {
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slide img {
  width: 25%;
  float: left;
}

.navbar-light .navbar-nav .nav-link {
  color:#000 !important;
}

/* header */

ul li a {
  color: rgb(0, 0, 0);
}

ul li a:hover{
  color: #fff;
}

.dropdown-menu a:hover{
  background-color: #1D6164;
  color: #fff;
}

#footer-1 {
  background-color: rgb(0, 0, 0);

}

/* footer */
.footer-cont{
  color: #fff;
}

#footer-1{
  padding-top: 10px;
}

.footer-nav ul li a{
  color: #fff;
}

/* sec-3 */
#sec-3{
  background-color: #ebebeb;
}

.Our-read{
  background-color: red;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
}

.Our-read:hover{
  color: #fff;
  text-decoration: none;
}

/* sec-4 */

.mission {
background-color: #ebebeb;
height: 238px;
border-radius: 20px;
padding: 0px 30px;
width: 340px;
margin: 0 auto;
}

.mission p{
    text-align: justify;
}

/* sec-5 */

#sec-5{
  background-image: url(./img/Mechanical\ Engineering\ Services\ \(1\).jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  margin-top: 68px;
}

.respon-over{
  overflow-x: hidden;
}

/* machinery page */

.mach-slide{
  display: inline-block;
  margin-left:-10px;
}
.mach-slide img{
  width:100%;
  height: 300px;
}

.PARNERING
{
  position: absolute;
  top:  -14px;
  margin-left: 50px;
  width: 285px;
  font-size: 38px
}

/* body .carousel-control-prev-icon,
body .carousel-indicators li,
body .carousel-control-next-icon{
  border: 2px solid #fff;
  background-color: transparent;
} */

span.carousel-control-prev-icon {
 position: relative;
 bottom: 20px;
 right: 40px;
}

span.carousel-control-next-icon {
 position: relative;
 bottom: 20px;
}

.offhigh-margin
{
  margin-bottom: 200px;
}
/* products Engineering */
#sec-8{
  background-image: url(./img/ProductEngineeringwide.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 68px;
  background-position: center center;
}

.list-bg{
  background-color: #ebebeb;
  width: 334px;
  padding: 40px 40px;
  height: 478px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-77{
  background-color: #ebebeb;
  width: 430px;
  padding: 40px 40px;
  height: 250px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-99 {
  background-color: #ebebeb;
  width: 466px;
  padding: 40px 40px;
  height: 350px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-74{
  background-color: #ebebeb;
  width: 430px;
  padding: 40px 40px;
  height: 380px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-88{
  background-color: #ebebeb;
  width: 334px;
  padding: 40px 40px;
  height: 280px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-82{
  background-color: #ebebeb;
  width: 444px;
  padding: 40px 40px;
  height: 285px;
  border-radius: 20px;
  font-size: 18px;
  margin: 0 auto;
}

.list-bg-81{
  background-color: #ebebeb;
  width: 160px;
  padding: 40px 0px;
  height: 285px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.list-bg-87{
  background-color: #ebebeb;
  width: 334px;
  padding: 40px 40px;
  height: 280px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.list-bg-86{
  background-color: #ebebeb;
  width: 415px;
  padding: 40px 40px;
  height: 420px;
  border-radius: 20px;
  font-size: 18px;
}


.list-bg-16{
  background-color: #ebebeb;
  width: 222px;
  padding: 40px 40px;
  height: 420px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.list-bg-8{
  background-color: #ebebeb;
  width: 180px;
  padding: 0px 40px;
  height: 252px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.list-bg-68{
  background-color: #ebebeb;
  width: 180px;
  padding: 0px 40px;
  height: 348px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.list-bg-75{
  background-color: #ebebeb;
  width: 170px;
  padding: 47px 12px;
  height: 380px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

/* manufacturing */

#sec-11{
  background-image: url(./img/Manufacturing\ Engineering.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 68px;
  background-position: center center;
}

.list-bg-2{
  background-color: #ebebeb;
  width: 400px;
  padding: 40px 40px;
  height: 300px;
  border-radius: 20px;
  font-size: 18px;
}

/* simulation-page */
#sec-12{
  background-image: url(./img/Simulation\ \(Option\ for\ pic\ size\ constraint\).jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 68px;
}

.list-bg-3{
  background-color: #ebebeb;
  width: 400px;
  padding: 40px 40px;
  height: 320px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-3 ul li{
  list-style: inside;
  list-style-type: square;
}

/* engineering change page */

#sec-13{
  background-image: url(./img/Engineering\ Change\ Management.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 68px;
  background-position: center center;
}

#sec-99{
  background-image: url(../assets/img/220-SM828719.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 68px;
  background-position: center center;
}


.list-bg-4{
  background-color: #ebebeb;
  width: 500px;
  padding: 40px 40px;
  height: 320px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  
}

.list-bg-73{
  background-color: #ebebeb;
  width: 500px;
  padding: 40px 40px;
  height: 242px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-5{
  background-color: #ebebeb;
  width: 500px;
  padding: 40px 40px;
  height: 320px;
  border-radius: 20px;
  font-size: 18px;
}

.list-bg-70{
  background-color: #ebebeb;
  width: 500px;
  padding: 40px 40px;
  height: 242px;
  border-radius: 20px;
  font-size: 18px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.list-bg-5 ul li{
  list-style: inside;
  list-style-type: square;
}

.what-do-71{
  padding: 58px 0px;
}

.what-do{
  padding: 100px 0px;
}

.what-do-2{
  padding: 130px 0px;
}

.what-do-29{
  padding: 80px 0px;
}

.what-do-76{
  padding: 116px 0px;
}

.what-do-20{
  padding: 68px 0px;
}

.what-do-22{
  padding: 74px 12px;
}

/* technical publication */
#sec-20{
  background-image: url(./img/oie_YErQiiYFAWmn.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 68px;
}

/* again sidhart */

#hero1 {
  width: 100%;
  height: 100vh;
  background: url(./img/Industrial\ Equipment\ and\ Machinery.jpg) center center;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  margin-top: 68px;
}

#hero2 {
  width: 100%;
  height: 100vh;
  background: url(./img/Medical\ Equipment\ and\ Healthcare.jpeg) center center;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  margin-top: 68px;
}

#hero3 {
  width: 100%;
  height: 100vh;
  background: url(./img/Off\ Highway\ and\ Agri\ Equipmet.jpg) center center;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  margin-top: 68px;
}

#hero-0 {
  width: 100%;
  height: 100vh;
  background: url(./img/Automotive.jpeg) center center;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  margin-top: 68px;
}
#hero:before {
  content: "";
  /* background: rgba(56, 64, 70, 0.7); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 80px;
} */
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}
}

.section-title {
  margin:  30px 0px;
  text-align: center;

}

/* grids */
.col-md-4.w3-service-grid {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.w3-service-grid-info {
  padding: 1em;
  border: solid 1px #e4e4e4;
}
.w3-service-grid-info h4 {
  color: #212121;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1em 0;
}
.w3-service-grid-info p {
  color: #999999;
  font-size: .9em;
  margin: 0;
  line-height: 1.8em;
}
.w3-service-grid-info img {
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 1200px){
  .container {
  width: 1170px;
}
}

@media(max-width:786px){
  .cont-3>.png>img {
      position: relative!important;
      width: 21%!important;
      padding: 3px!important;
  }
  .col-xs-12.col-sm-12.col-md-6.col-lg-6 {
      margin-top: 2%;
  }
}

.shadowboard, .clipboard {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #d3d0c9;
  background-image: url(pics/pittsburgh.jpg);
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px){
.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  float: left;
}
}

.cont-2{
  font-size: 18px; 
  padding: 0px 42px; 
  text-align: justify;
}
.cont-3>.row>.col-md-12>.png>img{
  position: relative;
  width: 10%;
  padding: 3px;
}
.png {
  padding-left: 12%;
}
/* .cont-3 .h2, h2{
  text-align: center; margin-top: 80px;
} */
.cont-4{
  margin: 78px 0px;
  padding: 0px 42px;
}
.col-xs-12.col-sm-12.col-md-6.col-lg-6 {
  float: left;
}
/* .png>img {
  position: relative;
  width: 10%;
  margin-left: 2%;
} */

/*Polygon*/
div#box {
  width: 300px;
  height: 300px;
}

.clipboard {
  clip-path: polygon(50% 0, 75% 50%, 50% 100%, 0 100%, 0 0);
}



.box-auto{
  background-color: #ebebeb;
  width: 300px;
  padding: 40px 40px;
  height: 160px;
  border-radius: 20px;
  font-size: 18px;
}

/* medical */
.box-auto-1{
    background-color: #ebebeb;
    width: 324px;
    padding: 22px 40px;
    height: 160px;
    border-radius: 20px;
    font-size: 18px;
}

.box-auto-2{
  background-color: #ebebeb;
  width: 324px;
  padding: 22px 40px;
  height: 160px;
  border-radius: 20px;
  font-size: 18px;
}

/* .box-auto-3{
  background-color: #ebebeb;
  width: 350px;
  padding: 27px 40px;
  height: 160px;
  border-radius: 20px;
  font-size: 18px;
} */

#box > div.clipboard > h3 {
  padding-top: 126px;
  margin-left: 36px;
}

.box-auto-4{
  background-color: #ebebeb;
  width: 320px;
  padding: 27px 40px;
  height: 352px;
  border-radius: 20px;
  font-size: 18px;
}
.heading {
  margin-top: 45%;
  text-align: center;
}

.cont-4>.row>.col-xs-12.col-sm-12.col-md-4.col-lg-4>#box>.clipboard>p {
  margin-top: 50%;
    margin-top: 36%;
    margin-left: 13%;
}

.cont-4>.row>.col-xs-12.col-sm-12.col-md-4.col-lg-4.pt-5 {
  float: left;
  line-height: 1.5;
}


/* home page */




.sec-50{
  background: #ebebeb;
}

.Our-open{
  background-color: red;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}

.Our-open:hover{
  color: #fff;
  text-decoration: none;
}

header.logoheader{
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 999;
  display: flex;
  width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-light {
  width: 100%;
}

#terms{
  margin-top: 106px;
}

/* contact page */

.card.border-primary.rounded-0 {
  border-color: #f5f8fd!important;
  background-color: #f5f8fd;
}

.bg-info.text-white.text-center.py-2{
  background-color: #f5f8fd!important;
}

.send-col{
  color: #000;
}

.btn-info {
  color: #fff;
  background-color: #27676A;
  border-color:  #27676A;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 40%;
  margin: auto;
}


section.contact{
  padding: 60px 0 30px 0;
  background: #f5f8fd;
}

.policy a:hover{
  text-decoration: none;
}

.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.carousel-caption{
  position: absolute;
  z-index: 9999;
    top: 200px;
    text-align: left;
}

.carousel-inner>.item {
  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
  -o-transition: -o-transform 1.2s ease-in-out !important;
  transition: transform 1.2s ease-in-out !important;
}

footer ul li{
  list-style: none;
}

img.d-block.w-100.img-fluid {
    height: calc(100vh - 68px) !important;
}

#carouselExampleControls > div > div:nth-child(2) > div {
    position: absolute;
    z-index: 9999;
    top: 200px;
    left: 850px;
    text-align: left;
}