.first{
    box-shadow: 0 0 34px 0px #1458a8;
}


html, body{
    scroll-behavior: smooth;
}

.actv {
    opacity: 1;
    background: red;
}


.boxabslute li{
   background: red;
 
    width: 55px;
    border-radius: 50%;
    margin-top: 21px;
    height: 55px;
    align-items: center;
    justify-content: center;
    display: flex;
   
}

.boxabslute li a{
    text-decoration: none;
    color:white;
}

.boxabslute{
    position: absolute;
    right: 20px ;
    top:40%;
    z-index: 99999999999;
    position: fixed;
}

body{
    background: url(../images/bodybg.jpg);
}

*{
    margin:0;
    padding: 0;
}

.nav-item{
   padding:  5px 40px;
}

.carousel-inner img{
    height: 510px;
    z-index: -9999;
}


.owl-dots{
    display: block!important;
}
.owl-nav{
    display: none!important;
}

.imagesnew img{
    width:100%;
}

.owl-carousel{
    padding: 36px 0 ;
}

.owlsliderone{
     background: url(../images/newbg.jpg);
}


.aboutsection{
    padding: 20px;
    box-sizing: border-box;
    background: url(https://i.pinimg.com/736x/5f/2b/a1/5f2ba168d01f38f37544db4b0dc3b1d5.jpg)no-repeat;
    background-size: cover;
    color: white;
}

.productbox{
    border:2px solid #1458a8;
    background: #1458a8;
    color: white;
    overflow: hidden;
   
}

.owl-dots .active span{
    
    background: red!important;
}


.owl-dot span{
    background: skyblue!important;
}


.navbar-nav{
    background: #1458a8;
    border-radius: 10px;
}

.nav-link{
    text-decoration: none;
    color:white;
}

.nav-link:hover{
    color: white
}

.mainnavigation form input{
    width:100%;
    padding: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid lightgray;
}

.mainnavigation form textarea{
     width:100%;
    padding: 15px;
    margin-bottom: 15px;
     outline: none;
    border: 1px solid lightgray;
}


.mainnavigation{
    padding: 30px 0;
}


.mainnavigation button{
    outline: none;
    border: none;
    padding:15px 16px;
    color:white;
    background: #1458a8;
    margin-left: auto;
    display: block;
    width:100%;
    
}

.mainnavigation button:hover{
    background: red;
}



.footerlogo{
    width:30%;
    display: block;
    margin:0 auto;
}
.footer ul li{
    display: inline-block;
    margin:0 5px;
    border:1px solid white;
    padding: 5px 10px;
    border-radius: 16px;
    margin:20px 0;
}

.footer ul{
    display: block;
    
    width:auto;
    text-align: center;
}

.footer{
    padding: 60px 0 30px 0;
/*    background: #2f2e2e;*/
    color: white;
    background: url(../images/newbg.jpg);
}

.footer ul li a{
    text-decoration: none;
    color:white;
}

.footericons li a{
    padding: 20px 20px;
    border-radius: 50%;
}
.footer li:hover {
    background: white;
    color: red; 
}

.footer li:hover a{
   
    color: #1458a8; 
}

.widthcrum {
    
   margin:30px 0;
   
}

.widthcrum ul li{
    display: inline-block;
}

.discription img{
    width: 100%;
    height: auto;
/*    border:1px dashed red;*/
}


.discription{
    text-align: start!important;
    background: white;
    margin: 30px 0 60px 0;
}

.discription p{
    color: gray;
}

.enquirybtn{
    outline: none;
    border:none;
    padding: 5px 16px;
    background: red;
    color: white;margin-top: 20px;  
    border:1px solid transparent;
}


.enquirybtn:hover{
    background: white;
    color: red;
    border:1px solid red;
}


.discription .col-12{
    margin-top: 30px;
}

.discriptiondetals{
    margin-top: 30px;
}

.detailscol{
    margin-top: 60px;
}

.detailscol li{
    list-style: none;
}

.detailscol li .fa{
    margin-right: 20px ;
    margin-top: 5px;
    color:red;
}
.detailscol li {
    color: #1458a8;
    font-size: 20px;
    display: flex;
    margin-bottom: 20px;
}

.aboutuspagefirst{
    padding: 30px 0;
}
.aboutuspage{
    padding: 30px 0;
}

.modal-body input, .modal-body textarea{
    padding: 10px;
    margin-bottom: 10px;
    width:100%;
     outline: none;
    border:none;
    border:1px solid lightgray;
    border-radius: 10px;
}

.modal-footer input{
    padding: 8px 16px;
    background: red;
    outline: none;
    border:none;
    color:white;
}












/*---------------------------------------------------------------------------*/



@media (max-width:767px){
    .carousel-inner img {
    height: auto;
    z-index: -9999;
        width:100%;
}
}

@media (max-width:600px){
    .navbar-brand img{
        width:120px!important;
    }
    
    .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 0.5rem 1rem; */
}
    
    .footer ul li{
    display: inline-block;
    margin:0 5px;
    border:1px solid white;
    padding: 5px 10px;
    border-radius: 16px;
    margin:10px 0;
}
}





img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.productbox img{
    width:100%;
}

.productbox p{
      text-align: center;
    margin: 10px 0;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;

    white-space: nowrap;
    text-align: center
}

.padding{
    padding: 30px 0;
}

.productbox{
    margin-top: 20px;
}

.product{
    padding: 60px 0;
    text-align: center;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px!important;
}
