body {
    font-family: Verdana,sans-serif;
}
.navbar-nav .nav-item .nav-link{
	color:black;
	font-size:14px;
	padding: 10px;
  font-weight: 700;
  letter-spacing:0.5px;

  }
  .navbar-brand img{
    width:120px; 
    height:50px;
    padding:0px;
    margin:0px;
}

.text {
    text-decoration: none;
    color:black;
    font-size:20px;
    font-weight: 500;
}
.text:hover{
    text-decoration: none;
    color:black;
}
.carousel-item{
    height:500px;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 100%;

}

.page-footer{
    background-color: red;
    color:white;
}
.page-footer li{
    list-style-type:none;
}
.page-footer li a{
    text-decoration: none;
    color:white;
}
.page-footer li a:hover{
    text-decoration: underline;
}
.proj {
    padding:20px;
}

.proj .card:hover{
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2);       
}
.proj .tab-content .para .carousel{
    
    overflow: hidden;
}
.proj .tab-content .para .content {
    margin: 0px 15px;
}
@media(min-width:992px){
.proj .tab-content .para1 .container {
    width: 60%;
    height: 500px;
    float: right; 
    margin:0 30px; 
}

.proj .tab-content .para .container{
    width: 60%;
    height: 500px;
    float: left;
    margin:0 30px;
}
.proj .tab-content .para .content{
    height:500px;
    font-size:18px;
    padding:20px;
}
.proj .tab-content .para1 .content{
    height:500px;
    font-size: 18px;
    padding:20px;
}
}
.proj .tab-content .para1 .carousel{
    overflow: hidden;
}
.proj .tab-content .para1 .content {
    margin: 0px 15px;
}

.proj .tab-content p{
    text-align: justify;
    line-height: 1.5em;
}
.proj .tab-content .para{
    width:100%;
    background-color: aliceblue;
    padding:20px;
}

.proj .tab-content .para1{
    width:100%; 
    background-color: whitesmoke;
    padding:20px;

}

.proj .tab-content .leftimage{
    float:left;
    margin:5px;

}
.proj .tab-content .rightimage{
    float:right;
    margin:5px;
}
.proj .tab-content .square{
    height:300px;
    background-color: whitesmoke;
    padding:20px;
}
.proj .tab-content .square1{
    height:300px;
    background-color: aliceblue;
    padding:20px;
}
.tab-content .machine,
.tab-content .train{
    background-color:white;
}
.tab-content .shopfloor{
    background-color:whitesmoke;
}
.title{
    text-align:center;
    color:red;
    background-color:yellow;
    padding:10px;

}

.proj .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: red;
    background-color: red;
    
}

.proj a:hover{
    text-decoration: none;

}
.proj .nav-pills .nav-link{
    color:black;
}
.proj .tab-content{
    padding:20px;
    font-family: Verdana,sans-serif;

}
.proj .tab-content h4{
    font-size:20px;
    text-transform: uppercase;
    color:red;
    text-align: center;
}
.proj .tab-content h5{
    font-weight:600;
}
.proj .tab-content .head{
    background-color: yellow;
    padding:10px;
}

@media(max-width:600px){
    .text{
        display: none;
    }
    .proj .container-fluid h4{
        width:100%;
        text-align: center;
    }
    div#navbarContent {
        text-align: center;
    }
    .proj .tab-content .para1 .container {
        width:100%;
        padding-bottom:30px;
    }
    .proj .tab-content .para .container{
        width:100%;
        padding-bottom:30px;
    }
    .proj .tab-content .para{
        padding:20px;
    }
}
@media(min-width:601px) and(max-width:767px){
    .proj .container-fluid h4{
        width:100%;
        text-align: center;
    }
    .proj .tab-content .para1 .container {
        width:100%;
        padding-bottom:30px;


    }
    .proj .tab-content .para .container{
        width:100%;
        padding-bottom: 30px;

    }
    
}
@media(min-width:768px)and(max-width:992px){
    .proj .container-fluid h4{
        width:100%;
        text-align: center;
        font-size:16px;
    }
    .proj .tab-content .para1 .container {
        width:100%;
        padding-bottom:30px;


    }
    .proj .tab-content .para .container{
        width:100%;
        padding-bottom: 30px;

    }
    
}
@media(min-width:992px){
.map{
    float:right;
}
.proj .container-fluid h4{
    font-size:20px;
}

}