
/*  .roboto-thin {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 100;*/
/*  font-style: normal;*/
/*}*/

/*.roboto-light {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*}*/

/*.roboto-regular {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*.roboto-medium {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/

/*.roboto-bold {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/

/*.roboto-black {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 900;*/
/*  font-style: normal;*/
/*}*/

/*.roboto-thin-italic {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 100;*/
/*  font-style: italic;*/
/*}*/

/*.roboto-light-italic {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 300;*/
/*  font-style: italic;*/
/*}*/

/*.roboto-regular-italic {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 400;*/
/*  font-style: italic;*/
/*}*/

/*.roboto-medium-italic {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 500;*/
/*  font-style: italic;*/
/*}*/

/*.roboto-bold-italic {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 700;*/
/*  font-style: italic;*/
/*}*/

/*.roboto-black-italic {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 900;*/
/*  font-style: italic;*/
/*}*/





body{
font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body h1,h2,h3,h4,h5,h6{
font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

      .card-image{
          padding:10px;
      }
      .footer-weiget2 ul{
          list-style-type:none;
          padding-left:0;
      }
      .footer-weiget2 ul li{
          color:grey;
      }
      .footer-weiget p{
          color:grey;
      }
      
      .footer-weiget2 ul li a{
          text-decoration:none;
          color:grey;
      }
      .footer-content h2{
          font-size:22px;
      }
      @media only screen and (max-width: 600px) {
  .top-bar .for-dekstop{
          display:none;
      }
      .card{
          margin-bottom:10px;
      }
}
    .top-content{
        display:flex;
            justify-content: space-between;

    } 
      

body{
font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body h1,h2,h3,h4,h5,h6{
font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

      .card-image{
          padding:10px;
      }
      .footer-weiget2 ul{
          list-style-type:none;
      }
      .footer-weiget2 ul li{
          color:grey;
      }
      .footer-weiget p{
          color:grey;
      }
      
      .footer-weiget2 ul li a{
          text-decoration:none;
          color:grey;
      }
      .footer-content h2{ 
          font-size:22px;
      }
      @media only screen and (max-width: 600px) {
  .top-bar .for-dekstop{
          display:none;
      }
      .card{
          margin-bottom:10px;
      }
      
      #Presence .presence_inner{
      margin-bottom:15px;
  }
  
}




    .top-content{
        display:flex;
            justify-content: space-between;

    } 
      
.top-bar{
    width:100%;
    /*height:60px;*/
}
.top-bar .top-content img{
    width:150px;
    margin-top:10px;
}
.top-bar form{
    padding-top:10px;
    margin-top:10px;
    
}
.navbar .navbar-nav a{
    /*text-align:center;*/
}
.banner-image img{
    width:100%;
}
.banner-content h1{
    color:green;
}
.banner-button a{
    padding:5px 40px;
}
.summry{
    padding:50px;
    border:1px solid black;
    
}
.summry h2{
    color:green;
        font-size: 38px;

}


.navbar-nav .nav-link{
    font-size:20px !important;
    font-weight:500 !important;
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }


  /* Ensure dropdown is hidden initially */
  .dropdown-menu {
    
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
.navbar-nav a {
    
   padding: 0 35px !important;
  }
  .nav-link:hover{
      /*background:#F40808;*/
      /*border-radius:5px;*/
  }
  
  .dropdown-menu .dropdown-item{
      padding: 8px 20px !important;
  }
  
  
  
  
  
  /*about us page css */
  
  
  .mhead{
      color:#fefefe;
       
      font-size: 2.5rem;
      color: var(--bcolor);
      padding: 3%  0 3% 0 !important;
  }
  
  
  #Presence .presence_inner{
      background-color:#fefefe;
      box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
      padding:24px;
  }
  