.our-services-slider-con {
    /* width: 100%; */
    background-color: white;
    height: auto;
}

.outer-slider {
  max-width: 100%;
  margin: 0 3vh 0 3vh;
  margin-top: 35px;
  background-color: #f7fbf9;
  max-height: auto;
  padding-top: 3.5rem;
}

.section-title-our-ser {
    width: 100%;
}
.section-title-our-ser h2 {
    font-weight: bold;
    text-align: center;
    color: #333;
    margin: 2rem 0 0 0;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.carousel-inner {
    height: auto !important;
}
.outer-slider .item{
  display: block;
  box-shadow: 0 0 10px 1px #9aa3a3;
  height: 67vh;
  margin: 10vh 10px 10px 10px;
  background-color: white;
}


.outer-slider .item .owl-item-img-con{
    margin: 0 0 0 0;
    width: 100%;
    height: 27vh;
    object-fit: cover;
    background-color: rgb(250, 241, 241);
}

.outer-slider .item .owl-item-img-con img {
    width: 100%;
    height: 100%;
}

.owl-heading {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #7f171f;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.outer-slider .item a {
    text-decoration: none;
}

.outer-slider .item p {
    font-size: 16px;
    color: #4d463c;
    margin: 10px 10px 10px 10px;
    text-align: center;
}


/* ****************************** Media Queries ************************************/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */

    .our-services-slider-con {
        /* width: 100%; */
        background-color: white;
        height: auto;
    }
    
    .outer-slider {
      max-width: 100%;
      margin: 0 3vh 0 3vh;
      margin-top: 35px;
      background-color: #f7fbf9;
      max-height: auto;
      padding-top: 3.5rem;
    }
    
    .section-title-our-ser {
        width: 100%;
    }
    .section-title-our-ser h2 {
        font-weight: 700;
        text-align: center;
        color: #333;
        margin: 2rem 0 0 0;
        padding-bottom: 8px;
        position: relative;
        text-transform: uppercase;
    }
    
    .carousel-inner {
        height: auto !important;
    }
    .outer-slider .item{
      display: block;
      box-shadow: 0 0 10px 1px #9aa3a3;
      height: 67vh;
      margin: 10vh auto 10px auto;
      background-color: white;
      width: 75%;
    }
    
    
    .outer-slider .item .owl-item-img-con{
        margin: 0 0 0 0;
        width: 100%;
        height: 27vh;
        object-fit: cover;
        background-color: rgb(250, 241, 241);
    }
    
    .outer-slider .item .owl-item-img-con img {
        width: 100%;
        height: 100%;
    }
    
    .owl-heading {
        margin-bottom: 10px;
        margin-top: 10px;
        color: #7f171f;
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase;
    }
    
    .outer-slider .item a {
        text-decoration: none;
    }
    
    .outer-slider .item p {
        font-size: 17px;
        color: #4d463c;
        margin: 10px 10px 10px 10px;
        text-align: center;
    }

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */

    .our-services-slider-con {
        /* width: 100%; */
        background-color: white;
        height: auto;
    }
    
    .outer-slider {
      max-width: 100%;
      margin: 0 3vh 0 3vh;
      margin-top: 35px;
      background-color: #f7fbf9;
      max-height: auto;
      padding-top: 3.5rem;
    }
    
    .section-title-our-ser {
        width: 100%;
    }
    .section-title-our-ser h2 {
        font-weight: 700;
        text-align: center;
        color: #333;
        margin: 2rem 0 0 0;
        padding-bottom: 8px;
        position: relative;
        text-transform: uppercase;
    }
    
    .carousel-inner {
        height: auto !important;
    }
    .outer-slider .item{
      display: block;
      box-shadow: 0 0 10px 1px #9aa3a3;
      height: 67vh;
      margin: 10vh auto 10px auto;
      background-color: white;
      width: auto;
    }
    
    
    .outer-slider .item .owl-item-img-con{
        margin: 0 0 0 0;
        width: 100%;
        height: 27vh;
        object-fit: cover;
        background-color: rgb(250, 241, 241);
    }
    
    .outer-slider .item .owl-item-img-con img {
        width: 100%;
        height: 100%;
    }
    
    .owl-heading {
        margin-bottom: 10px;
        margin-top: 10px;
        color: #7f171f;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
    }
    
    .outer-slider .item a {
        text-decoration: none;
    }
    
    .outer-slider .item p {
        font-size: 10px;
        color: #4d463c;
        margin: 10px 10px 10px 10px;
        text-align: center;
    }

}


