#logo{

  /* margin-top: -45px; */
  width:100px;
  height:auto;
}

.slider_img{
  justify-content: center;
  display: flex;
}

.navbar{
  margin-top: 0px;
}
.navbar-nav{
  margin-top: 10px;
  padding-bottom: 30px;
}

.carousel-caption {
    position: absolute;
    top: 60%;
    left:40%;
    transform: translateY(-50%);
}
.carousel-caption button {
    font-size:14px;
}


.sub_menu_iteam img{
  width: 50px;
  height: auto;
}
.sub_menu ul li a{
  display: block;
 text-decoration: none;
 padding: 10px 10px;
}

.sub_menu ul li a:hover{
 text-decoration: none;
 padding: 10px 10px;
}

#page_bg{
  background-color: #ffffff;
  box-shadow: -3px -3px 5px 2px rgba(0,0,0,0.11) inset;
-webkit-box-shadow: -3px -3px 5px 2px rgba(0,0,0,0.11) inset;
-moz-box-shadow: -3px -3px 5px 2px rgba(0,0,0,0.11) inset;
/* border-left: .5px solid #212121;
border-right: .5px solid #212121; */
color: #212121;
padding: 20px;
}

.page_heading p{
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

/* ############################ who we are css Start ##################################### */
.who_we_images img{
  width: 100%;
  object-fit: contain;
  object-position: center;
}
/* ############################ who we are css End ##################################### */
