.mainlogo {
    text-align: center;
    margin-top: 1%;
}

.navbar-brand>img {
    display: block;
    height: 100px;
    width: 100px;
}

.navcolor>li>a {
    padding-right: 55px;
    padding-left: 55px;
}

.navcolor>li>a:hover {
    color: #EABD07;
    background-color: transparent;
}

.left-c-control {
    opacity: 1;
}

button.coll-butto {
    border: 1px solid;
}

.icon-bar {
    border: 1px solid;
}

.car-img {
    margin: auto;
    width: 100%;
    height: auto;
    /*height: 337px;*/
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    height: 330px;
}


/*.car-indicators {
    bottom: 0px;
}*/

.main-content {
    margin-top: 1%;
}

.cont-innovation .media-heading {
    font-size: 15px;
}

.left-cont {
    height: 30%;
}

.right-cont {
    background-color: rgba(255, 244, 202, 1);
}

.part1 {
    border-bottom: 1px solid black;
    margin-bottom: 13px;
}

.latestInnov {
    font-weight: 900;
    margin: 14px 0px;
    color: #e47711 !important;
}

.part2 {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    text-align: center;
}

.contents h2 {
    margin: 0px;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contents p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(133, 133, 133);
    text-align: left;
    padding-right: 38px;
    line-height: 27px;
    margin-bottom: 32px;
    font-size: 14px;
}

.read-more {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    width: 120px;
    height: 32px;
    border: 1px solid black;
    display: inline-block;
    border-radius: 0;
    float: right;
    margin: 15px 18px 15px;
}

.part2 .cont-innovation {
    text-align: center;
}

.cont-innovation p {
    font-family: sans-serif;
    color: rgb(133, 133, 133);
    text-align: left;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 15px;
}

.cont-innovation h2 {
    font-weight: bold;
}

.cont-innovation h3 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.readmore {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background: rgba(107, 70, 19, 1);
    width: 120px;
    height: 32px;
    border: 1px solid rgba(107, 70, 19, 1);
    display: inline-block;
    border-radius: 0;
    margin-bottom: 15px;

}


.part1:last-child,
.part2:last-child {
    border-bottom: none;
}

.part2 .readmore {
    float: right;
}

footer {
    background: #6B4613;
    padding: 15px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

@media only screen and (min-width:400px) and (max-width:600px) {
    .navcolor>li>a {
        border-right: none;
    }

    .car-img {
        height: 165px;
    }


    .part1:nth-child(5) .img-responsive {
        height: 100px;
    }

    /* .part1:nth-child(5) .img-responsive:nth-child(6) img{
        padding-top: 53px;
    } */
}

.navbar-brand {
    height: auto !important;
}

.navbar-brand>img {
    height: auto !important;
    width: auto !important;
}


.navcolor>li>.active a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }
}

.carousel-indicators {
    bottom: 0;
}

@media screen and (max-width: 991px) {

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        height: auto;
    }
}

.item {
    position: relative;
    width: 100%;
    z-index: 0;
}

/*.banner1
{
    background: url("images/banner1.jpg");
  background-position: center;
  background-size: cover;
  height: 260px;
  width: 100%;
}
*/



/*
@media (min-width: 320px) and (max-width: 480px)
{
.banner1 
{ 
    height: 100px;  
        
}
.item .banner-content {
    position: absolute;
    top: 16%;
    left: 22.8%;
    right: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 6px !important;
    line-height: 10px !important;
    color: #fff;
    text-align: center;
    z-index: 999;
}

@media (min-width: 481px) and (max-width: 767px)  {
    .banner1 { height: 150px; }
    .item .banner-content {
    position: absolute;
    top: 16%;
    left: 23.7%;
    right: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 8px !important;
    line-height: 14px !important;
    color: #fff;
    text-align: center;
    z-index: 999;  
    width: 550px;  
}
}

@media (min-width: 768px) and (max-width: 991px)  {
    .banner.item 1 { height: 150px; }
    .item .banner-content {
    position: absolute;
    top: 16%;
    left: 23.7%;
    right: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 8px !important;
    line-height: 14px !important;
    color: #fff;
    text-align: center;
    z-index: 999;  
    width: 550px;  
}
}

@media only screen and (min-width:992px) and (max-width:3000px) 
{
    .banner1 { height: 260px; width:100%; position: relative;}
    .item .banner-content{
    position: absolute;
    top: 10%;
    left: 23.3%;  
    width:100%;    
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:21px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    z-index:999;}
}

*/

.carousel-caption {
    font-family: "Arial Narrow", Arial, sans-serif;
    position: absolute;
    right: 37%;
    left: -16%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    top: 23%;
    font-size: 23px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .carousel-caption {
        font-size: 6px;
        top: -9px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .carousel-caption {
        font-size: 9px;
        top: -4%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        font-size: 15px;
        top: 10%;
    }
}

@media (min-width: 992px) and (max-width: 3200px) {
    .carousel-caption {
        font-size: 23px;
        top: 13%;
    }

    .banner2 {
        top: 24%;
    }

    .banner3 {
        top: 20%;
    }

    .banner4 {
        top: 20%;
    }

    .banner5 {
        top: 24%;
    }

    .banner6 {
        top: 28%;
    }

    .banner7 {
        top: 20%;
    }

    .banner8 {
        top: 28%;
    }
}

.img-container {
    text-align: center;

}