@font-face {
  font-family: "Addison West Drop W00 Regular";
  src: url("/vendor/fonts/@font-face/daa3a895b778e70123f8b5ffead49a0b.ttf");
}
/* @font-face{
    font-family:"Shuriken Boy Std";
    src: url("/vendor/fonts/ShurikenStd-Boy.otf");
} */

/* @media(min-width:991px){
    #sidemenu_toggle{
        display: none !important;
    }
} */
#sidemenu_toggle span{
    background-color: #f7941d;
}
.bglight {
  background: url("/agency-video/img/bgimg.jpg");
}
p {
  text-align: justify;
  color: rgb(65, 65, 65);
}

.whitecolor {
  color: wheat !important;
}
.d-table-cell {
  color: wheat !important;
}
/* .rounded-circle {
  transition: all 0.5s;
}
.rounded-circle:hover {
  border-radius: 0% !important;
} */
@media (max-width: 480px) {
  b {
    font-size: 16px !important;
  }
}
@media (min-width: 481px) {
  b {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  b {
    font-size: 28px !important;
  }
}
.thm-color {
  background-color: #f7941d !important;
  clip-path: polygon(90% 0%, 80% 100%, 10% 100%, 20% 0%);
}

.scale-img {
  transition: all 0.6s;
  opacity: 0.3;
}
.scale-img:hover {
  transform: scale(1.2);
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #26313c;
}

::-webkit-scrollbar-thumb {
  background-color: #f7941d;
  border-radius: 1px;
  margin: 5px;
}

::-webkit-inner-spin-button {
  display: none;
}
.head-color {
  background-color: #26313cf5 !important;
}

@media (min-width: 992px) {
  .narrow-nav {
    height: 80px;
  }
}
.pagescroll {
  font-family: "emico", sans-serif !important;
}

.clip-path {
  /* height:210px; */
  /* clip-path: polygon(50% 0%, 50% 0%,100% 110%, 0% 110%); */
  clip-path: polygon(100% 0%, 85% 100%, 0% 100%, 15% 0%);
  transition: all ease-in-out 0.5s;
}
.clip-path:hover {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.sr-card {
  /* background: url("/agency-video/img/bgimg.jpg"); */
  /* background-color: #f7941d; */
}
@media (min-width: 992px) {
  .sr-card {
    height: 558px;
  }
}
