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

/* About Us Main Image Design starts here  */
.cover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url('../images/about-us.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;
    width: 900px;
    margin-left: 40px;

  }
  
  .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: rgb(226, 173, 14);
    line-height:.5;
}

.font-36 {
    font-size: 36px !important;
    font-weight: bolder;
}
/* About Us 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;
}

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

/* About Us Main Image Design ends here  */

/* About Us Page Mision Vision Values starts here  */
.bg-silver-light {
  background-color: #f9f9f9 !important;
}
section {
  position: relative;
}

.position-relative {
  position: relative !important;
}

section > .container {
  padding-top:40px;
  padding-bottom: 40px;
}

.img-section-fullwidth {
  width: 100% !important ;
  height: 100% !important;
}

.about-us-sec-img {
  position: relative;
  height: 260px;
}

.border-bottom-theme-colored2-1px {
  border-bottom: 1px solid rgb(190, 241, 79);;
   
}
/* About Us Page Mision Vision Values ends here  */


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

@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;
  }
}