#logo{

  margin-top: -45px;
  width:130px;
  height:auto;
}

.slider_img{
  justify-content: center;
  display: flex;
}

#top_marque{
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
  box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.26);
-webkit-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.26);
margin-bottom: 40px;
}
.top_menu{
  /* padding: 10px; */
  margin-bottom: 10px;
}
.top_menu_iteam{
  font-size: 16px;
  font-weight: 500;
  /* background-color: #f1fff1; */
  padding: 5px;
  text-decoration: none;
  color: #a50000;
}
.top_menu_iteam:hover{
  font-size: 16px;
  font-weight: 500;
  background-color: #212121;
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
}

.slider_bg{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.slider_img img{
  width: 90%;
  object-fit: contain;
  object-position: center;
  /* padding-top:30px; */
  padding-bottom: 30px;
}


.sl_text{
  margin-top: -200px;
  padding-bottom: 50px;
}

.plan_heading{
  font-family: "Libre Baskerville", serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  color: #cd362f;
}
.plan_heading_2{
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #000000;
}
.plan_heading_3{
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  color: #000000;
}

.plan_text{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: .07rem;
}

.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 ##################################### */
