@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

/* Our Services Main Image Design starts here  */
.cover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url('../images/our-serv.jpg');
    background-repeat:  no-repeat ;
    background-size: cover;
    position: absolute;
    height: 88%;
    width: 100%;
    margin-top: -200px;
  }
  
   .cover-content {
    position: absolute;
    color: #fff;
    justify-items: center;
    margin-top: 350px;
    min-width: auto;
    width: 900px;
    margin-left: 40px;
    /* background-color: blue; */
  }
  
  .breadcrumb li {    
    margin-left: 10px;
  }

  .breadcrumb li a {
    color: rgb(190, 241, 79);
    color: white;
    font-weight: bolder;
    font-size: large;
  }

  .col-md-6 ol {
    background-color: transparent;
    
  }  

.text-theme-colored2 {
    /* color: #F08519 !important; */
    /* color: rgb(241, 238, 79); */
    color: rgb(226, 173, 14);
    line-height:.5;
    /* margin-right: 150px; */
}

.font-36 {
    font-size: 36px !important;
    font-weight: bolder;
}
/* Our Services Main Image Design ends here  */

/* About us content design starts here  */
.container {
  padding-top: 480px;
  padding-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-size {
  width:60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-theme-colored2-body {  
  padding-left: 0;
  text-align: left;
}

/* Our Services Main Image Design ends here  */

@media screen and (max-width: 1024px) {
.cover-content {
  position: absolute;
  color: #fff;
  justify-items: center;
  margin-top: 350px;
  /* min-width: auto; */
  width:90%;
  max-width: 900px;
  /* background-color: green; */
}
}

@media screen and (max-width: 494px) {
    
  .text-theme-colored2 {
    color: rgb(226, 173, 14);
    line-height: 1;
    padding: 0;
  }

  .font-36 {
    font-size: 30px !important;
    font-weight: bolder;
  }
}