.down{
    position:relative;
    font-size: 20px;
    top:100px;
}

.sticky-bg{
    background:white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*card*/
.blog-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 25%;
    margin:5px;
    padding: 5px;
    display: inline-block;
  }
  
  .blog-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .blog-container {
    padding: 2px 16px;
  }

  .card-img{
    width: 100%;
    height:150px;
  }


  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    width: 50
px
;
    height: 50
px
;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #e79c25;
    color: #fff;
  }

  

.owl-carousel button.owl-dot.active {
    background-color: #e79c25;
}

.page-section a{
  color: #e79c25;
  text-decoration: none;
  background-color: transparent;
  
}

.page-section a:hover {
  color: #e79c25;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  
  text-decoration: none;
  background-color: transparent;
}

a .fb:hover{
  color: #2874A6 !important;
  text-decoration: none!important;
}

a .twit:hover{
  color: #2874A6 !important;
  text-decoration: none!important;
}

a .link:hover{
  color: #2874A6 ;
  text-decoration: none;
}

a .you:hover{
  color: #CB4335;
  text-decoration: none;
}


footer a{
  color: #B7950B ;
}

footer a{
  color: #B7950B ;
}

.top-bar a {
  color: #e79c25!important;
}

.fg-primary {
  color: #e79c25 !important;
}

.btn:not(:disabled):not(.disabled) {
  background-color:#e79c25 ;
  cursor: pointer;
  border: none !important;
  color: white;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #e79c25;
}

.categories li a {
  text-align: center;
  font-size: 12px;
  display: inline-block;
  width: 99%;
  padding: 10px;
  background-color: #eef5ff;
  color: #e79c25;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.categories li a:hover{
  text-align: center;
  font-size: 12px;
  display: inline-block;
  width: 99%;
  padding: 10px;
  background-color:  #e79c25;
  color: #eef5ff;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.divider {
  position: relative;
  display: block;
  margin: 12
px
0 24
px
0;
  max-width: 250
px
;
  height: 2
px
;
  background-color: #e79c25;
  border-radius: 20
px
;
  border: none;
}

.back-to-top:hover {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e79c25;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1100;
}


/*new edition*/
.top-bar{
  background: white!important;
}

.head-sticky{
    height: 120px;
}
.black{
  position:fixed;
  top:0;
  background:rgb(255 255 255);
  width:100%;
  height:120px;
  z-index: 10;

  
}
.black ul{
  list-style-type:none;
  padding:0;
  z-index: 3;
}

.black ul li{
  display:inline-block;
  width:135px;
  color:black;
  text-align:center;
}
.navbar{
   min-height: 70px;
    background: #ffffffa8;
}
.blue{
  position:fixed;
  top:0;
  background:red;
  width:100%;
  height:50px;
}

.nav-item .nav-link{
  color: black!important;
  padding: 8px!important;
}


@media only screen and (max-width: 600px) {
  .res-menu{
     width: 212px;
    background: white;
    position: absolute;
}
}





