@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,900;1,900&display=swap');
.myfontslim
{
    color: grey;
    font-weight: 100;
}   
.myinputborder
{
    border-radius: 0px;
}
.placebtn
{
    background-color: red !important;
}
#drop_hover li a:hover
{
    font-weight: 400;
    transition: 0.9s ease;
}
.top_webser
{ 
    height: 50vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
  }
  .web_container
  {
    position: absolute;
    color: rgb(255, 255, 255) !important;
    font-weight: 900;
    top: 50%;
    font-family: 'F ira Sans', sans-serif !important ;
    left: 50%;
    transform: translate(-60%,-50%);
    width: 50%;
    
  }
  .mycolor_text     
  {
      color: #D12A37 !important;
  }

  .myborder{
    width: 180px !important;
    height: 4px !important;
    background: #D12A37 !important;
    margin: 60px auto !important;
  }
  
  .mybottom_color h2 {
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .mybottom_color h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
  }
  
  .mybottom_color h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #D12A37;
    bottom: 0;
  }
  
  .con_posi
  {

  }
  .con_posi span
  {
    color: #D12A37 !important;
    font-size: 18px;
    font-weight: 600;
  }
.con_title
  {
    font-size: 18px !important;
    color: #333 !important;
    font-weight: 600 !important;
    padding: 5px 0 8px 0 !important;
  }
  .con_text
  {
    font-family: 'Rubik', sans-serif;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
  }
  .my_extra
  {
}
  .my_extra .content_icon
  {
      font-size: 40px;
      margin-right: 20px;
  }

.sing_extra_box
{
    border: 1px solid #e6e6e6;
    padding: 18px 8px;
    transition: .5s;
    margin-bottom: 30px;
    transition: .5s;
}
.sing_extra_box:hover
{
    box-shadow: 8px 8px 10px -3px rgba(179,179,179,0.75);
    -webkit-box-shadow: 8px 8px 10px -3px rgba(179,179,179,0.75);
    -moz-box-shadow: 8px 8px 10px -3px rgba(179,179,179,0.75);
}


.section-title2 {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title2 h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .section-title2 h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title2 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #D12A37;
    bottom: 0;
    left: calc(50% - 20px);
  }

/*   
#pro_btnn {
  background: #fff !important;
  display: inline-block;
  border-radius: 20px;
  color: #D12A37 !important;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

#pro_btnn:hover {
  background: #68A4C4 !important;
}

#pro_btnn {
  background: #68A4C4;
}

#pro_btnn:hover {
  background: #85b6cf;
} */
.main_sec .light_color
{
  color: #474747 !important;
  font-family: 'Fira Sans', sans-serif !important ;
  font-weight: 100;
}
.main_sec .light_second_color
{
  color:#767469;

}
.main_sec .main_inner
{
  background-color: #ffffff;
  padding: 20px 50px;
  margin-bottom: 100px;
}
.main_sec .main_inner .inner_box
{
  text-align: center;
  padding: 20px;
}
.main_sec .main_inner .inner_box .inner_title
{
  color: #727272;
}
.main_sec .main_inner .inner_box .inner_content
{
  color: #767469;
  line-height: 30px;
}
.light_color_code
{
  color: #727272;
}

