/* topbar  */
.topbar {
  background: rgb(255,0,0);
  display: flex;
  justify-content: space-around;
  padding: 10px;
  align-items: center;
}

.topbar__left h4{
font-size: 18px;
color: #fff !important;
}

.topbar__right{
color: #fff !important;
}

.topbar__number a{
text-decoration: none;
color: #fff !important;
font-size: 20px;
}
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.nav__mine{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_first_btn:hover{
  background-color: red !important;
  border: 1px solid red;
}

.first_logo{
  margin-right: 20px !important;
}

.nav_phone{
  font-size: 12px;
  color: red;
  text-decoration: none;
  margin-bottom: 10px;
}

  #header {
    height: 70px;
    /* transition: all 0.5s; */
    z-index: 997;
    /* transition: all 0.5s; */
    padding: 10px 0;
    background: #FFFFFF;
  }
  
  #header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #2b2320;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  /* ================= HEADER ================= */

#header{

background:#fff;

box-shadow:0 3px 12px rgba(0,0,0,.08);

position:sticky;

top:0;

z-index:9999;

padding:10px 0;

}

.first_logo{

height:60px;

width:auto;

}

.navbar-nav .nav-link{

font-size:15px;

font-weight:600;

text-transform:uppercase;

padding:18px 15px!important;

color:#222!important;

transition:.3s;

}

.navbar-nav .nav-link:hover{

color:red!important;

}

.dropdown-menu{

border:none;

border-radius:0;

box-shadow:0 8px 20px rgba(0,0,0,.12);

}

.dropdown-item{

padding:10px 20px;

}

.dropdown-item:hover{

background:red;

color:#fff;

}

.btn-danger{

background:red;

border:none;

font-weight:600;

}

.btn-danger:hover{

background:#000;

}

.mobile-call{

font-size:22px;

color:red;

margin-right:15px;

}

.navbar-toggler{

border:none;

outline:none!important;

}

.navbar-toggler:focus{

box-shadow:none;

}
@media(max-width:991px){

#header{

padding:8px 0;

}

.first_logo{

height:50px;

}

.navbar-collapse{

background:#fff;

margin-top:10px;

padding:10px;

border-radius:8px;

box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.navbar-nav{

text-align:left;

}

.navbar-nav .nav-link{

padding:12px 15px!important;

border-bottom:1px solid #eee;

}

.navbar-nav .btn{

width:100%;

margin-top:15px;

}

.dropdown-menu{

box-shadow:none;

border:none;

padding-left:15px;

}

}
 /*--------------------------------------------------------------
  # icon fafa
  --------------------------------------------------------------*/
  .box__left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.box__leftone i {
    width: 70px;
    height: 70px;
    background: #ff6600;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.box__lefttwo h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.box__lefttwo p {
    margin: 5px 0 0;
    color: #666;
} 





#footerBlack__container{
  background-color: red;
  padding: 15px 0px;
 
}

.footerBlack__container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footerBlack__container__one{
  background-color: red;
  padding: 0px 5px;
  font-size: 14px;
}

.footerBlack__container__one .fa-phone{
  color: #fff;
  font-size: 1.8em;
  margin-right: 12px;
}

.footerBlack__container__one a{
  color: #fff;
  font-size: 1.7em;
  text-decoration: none;
  font-weight: 600;
}

.footerBlack__container__two{
  background-color: red;
  padding: 0px 0px;
  /* added */
  display: flex;
    font-size: 14px;
}

.footerBlack__container__two .fa-envelope{
  color: #fff;
  font-size: 1.8em;
  margin-right: 12px;
}

.footerBlack__container__two a{
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 600;
}

.footerBlack__container__three{
  background-color: red;
  padding: 0px 10px;
}

.footerBlack__container__three .fa-map-marker{
  color: #fff;
  font-size: 1.8em;
  margin-right: 12px;
}

.footerBlack__container__three a{
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 600;
}

.footerBlack__container__three .fa-facebook{
  color: #fff;
  margin-left: 20px;
 background-color: #000;
  padding: 9px;
  border-radius: 99%;
}











footer a{
 text-decoration: none;
 color: #000;
 font-weight: bold;
 transition: 0.5s all ease-in-out;
 padding: 0px 10px;
}
footer a:hover{
 color: red;
 text-decoration: none;
}

.footer-one{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}




/* footer__copywrite */
.footer__copywrite{
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__copywrite__right .fa-map-marker{
  margin-right: 5px;
  font-size: 20px;
  color: #000;
}







/* scroll to top  */

#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:red;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:rgb(230, 15, 79);
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}