.fixed-0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fixed-t {
  position: fixed;
  left: 0;
  top: 0; }

.fixed-b {
  position: fixed;
  left: 0;
  bottom: 0; }

.abs-0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.df {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.full {
  height: 100%;
  width: 100%; }

.full-w {
  width: 100%; }

.full-h {
  height: 100%; }

.box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.box-shadow:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

li.dropdown {
  position: relative;
  font-family: Font Awesome\ 5 Free; }
  li.dropdown a {
    display: block; }
  li.dropdown > ul.dropdown-ul {
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0; }

li.dropdown:hover > ul.dropdown-ul, li.dropdown:active > ul.dropdown-ul {
  visibility: visible;
  max-height: 500px;
  opacity: 1; }

li.dropdown::before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 5px;
  right: 5px;
  content: '\f105';
  font-weight: 900;
  font-size: 20px;
  color: white; }

li.dropdown:hover::before, li.dropdown:active:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.content-width {
  width: 90% !important; }

.content-extend {
  margin-left: -30px;
  margin-right: -30px; }

@media only screen and (max-width: 768px) {
  .content-width {
    width: 100% !important; } }

.transform-menu #mobile-nav, .transform-menu #right {
  -webkit-transform: translateX(-250px) !important;
  -ms-transform: translateX(-250px) !important;
  transform: translateX(-250px) !important; }

.transform-menu #desktop-nav {
  right: 0 !important; }

.transform-menu #right .overlay {
  position: absolute;
  z-index: 2 !important;
  top: 0;
  left: 0; }

.transform-menu-index {
  z-index: 100 !important; }
  .transform-menu-index .nav-ul {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    z-index: 102 !important; }

.post-content {
  font-size: 15px;
  margin-bottom: 30px; }
  .post-content img {
    display: block;
    margin: 0 auto; }

.a-title {
  font-size: 16px; }

.post-heading {
  font-weight: 600;
  font-size: 23px;
  color: #000; }

.title {
  font-weight: 600;
  width: 100%;
  text-transform: capitalize; }

.color-primary {
  color: #3ca8ff; }

.brand {
  line-height: 50px;
  margin: 0;
  color: white;
  font-size: 18px; }

.cursor-pointer {
  cursor: pointer; }
