.section {
    padding: 30px 0;
    color: #333;
}
.section .top-side {
    text-align: center;
}
.section .top-side .title {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}
.section .top-side .title:after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 8px auto;
}
.section .top-side h2 {
    font-weight: 700;
}
.section.portfolio .filters {
    text-align: center;
}
.section.portfolio .filters ul {
    padding: 0;
}
.section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 18px;
    cursor: pointer;
    position: relative;
    color: white;
    margin: 10px 0;
}
/* .section.portfolio .filters ul li:after {
    content: '';
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    transition: width 350ms ease-out;
}
 */
.section.portfolio .filters ul li:hover {
    padding: 10px 18px;
    -webkit-box-pack: center;
    border-style: solid;
    border: 1px solid white;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    letter-spacing: 0.2px;
    text-decoration: none;
    white-space: nowrap;
}
.section.portfolio .filters ul li.active {
    padding: 10px 18px;
    -webkit-box-pack: center;
    border-style: solid;
    border-width: 1px;
    border-color: #353535;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #1d1d1d;
    letter-spacing: 0.2px;
    text-decoration: none;
    white-space: nowrap;
}
.section.portfolio .filters-content {
    margin-top: 50px;
}
.section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}
.section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}
.section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}
.section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
    font-size: 25px;
    color: #fff;
}
.section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
}
.section.portfolio .filters-content .item img {
    width: 100%;
}

.tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.vertical-bar.nav-pills .nav-link.active,
.nav-pills .show > .nav-link a {
    padding: 0px 6px;
    -webkit-box-pack: center;
    border-style: solid;
    border-width: 1px;
    border-color: #353535;
    border-radius: 4px;
    background-color: #fff !important;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    letter-spacing: 0.2px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.vertical-bar.nav-pills .nav-link.active a{
    color: #1d1d1d !important;
    flex-shrink: 0;
}

.vertical-bar.nav-pills .nav-link:hover a{
    color: #1d1d1d !important;
    flex-shrink: 0;
}
.vertical-bar.nav-pills .nav-link:hover {
    padding: 0px 6px;
    -webkit-box-pack: center;
    border-style: solid;
    border-width: 1px;
    border-color: #353535;
    border-radius: 4px;
    background-color: #fff !important;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    letter-spacing: 0.2px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    flex-shrink: 0;
}
.vertical-bar.nav-pills .nav-link {
    padding: 0 6px;
    width: 100% !important;
    margin: 10px 0 ;
}
.vertical-bar.nav-pills .nav-link a:hover{
    padding: 10px 6px;

}
.vertical-bar.nav-pills .nav-link a {
    display: flex;
    padding: 10px 6px;

    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-pack: center;
    border-style: solid;
    border: 1px solid white;
    border-radius: 4px;
    background-color: transparent;
}
a {
    text-decoration: none !important;
}

.width-class{
    max-width: 100%;
}
.navigation{
    position: relative;
}

.drop-menu{
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-links a:hover .drop-menu{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .drop-menus a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.custom-navigation-bar{
    z-index: 100000000;
}
.custom-navigation-bar ul li a{
    color: #fff;
}
.custom-navigation-bar .nav-link:hover {
    background-color:  hsla(0, 0%, 95.3%, 0.14);
}
.custom-navigation-bar .dropdown-menu{
    background-color:  hsla(0, 0%, 95.3%, 0.14);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color:  hsla(0, 0%, 95.3%, 0.14) !important;
}
.nav-link:focus, .nav-link:hover {
    color: #fff !important;
}
.sidebarWrap {
    height: 400px;
    width: 210px;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
#v-pills-tab.fixed {
    position: fixed;
    top: 0;
}
.footer ul{
    list-style: none;
    padding-left: 0;
}
.footer ul li{
 margin-top: 10px;
}
.custom-navigation-bar .dropdown-menu  li a {
    color: #000;
}
.custom-navigation-bar .dropdown-menu .nav-link:focus, .custom-navigation-bar .dropdown-menu .nav-link:hover {
    color: #000 !important;
}



  
  .footer-main{
    padding-top: 60px;
    padding-bottom: 24px;
    background-color: #1d1d1d;
  }
  .footer-main address, .footer-links{
    color: #fff;
    text-align: center;
    display: block;
    line-height: 25px;
  }
  .section.personal-events {
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/personal-events.jpeg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/personal-events.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.services {
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/corporate-bg.webp");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/corporate-bg.webp");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.creative {
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/creative-bg.avif");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/creative-bg.avif");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.corporate-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/corporate-bg.jpeg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/corporate-bg.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.production-material{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/production-material-bg.jpeg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/production-material-bg.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
.section.permits-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/home-corporate.jpeg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/home-corporate.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
}
  .section.entertains-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/entertainers-bg.avif");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/entertainers-bg.avif");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.gallery-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/gallery-bg.avif");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/gallery-bg.avif");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  
  .section.event-markting-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/event-markting-bg.avif");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/event-markting-bg.avif");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.digital-markting-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/digital-marketing.avif");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/digital-marketing.avif");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.brand-markting-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/brand-marketing.avif");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/brand-marketing.avif");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .section.markting-based-bg{
    padding-top: 154px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/marketing-based.avif");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/marketing-based.avif");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
  }
  .service-card.horizontal.creative {
    height: auto;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/creative-bg.avif");
}
.service-card.horizontal.corporate {
    height: auto;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/corporate-bg.jpeg");
}
.service-card.horizontal.production {
    height: auto;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/production-material-bg.jpeg");
}
.service-card.horizontal.personal-events {
    height: auto;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/personal-events.jpeg");
}
.service-card.horizontal.perimits{
    height: auto;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/permits.avif");
}
.home-services-personal{
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/home-services-img.jpeg");
}
.home-services-creative{
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/creative-home.jpeg");
}
.home-services{
    background-position: 50% 40%;
    background-size: cover;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/home-corporate.jpeg");
}
.unordered ul{
    list-style: none;
}
@media screen and (max-width: 991px) {
    .mobile-view{
        background-color: #fff;
    }
    .mobile-view .navbar-nav li a{
        color: #000;
    }
    .nav-link:focus, .nav-link:hover {
        color: #000 !important;
    }
    .padding-remove-sm{
        padding: 0 !important;
    }
    .logo-icon {
        height: 75px;
    }
    .navbar-nav {
        display: block !important;
    }
    .secondary-button {
        display: block;
        margin: auto;
        margin-top: 20px;
    }
}
.custom-image-color{
    filter: brightness(0) invert(1);
}
#okapi-wasb-button {
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 20px;
    transition: all 0.3s ease-in-out;
}
#okapi-wasb-icon {
    opacity: 0.95;
    width: 50px;
    height: 50px;
}
.center-container.new{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}
.container-height{
    height: 100vh;
}
.absolute-background .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #0000007b;
   }
   .thankyou-bg{
    width: 100%;
    height: 100vh;
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
   }
   .overlay-contact{
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #0000007b;
   }
   #floating-btn {
    position: fixed;
    bottom: 24px;
    right: 20px;
    transition: all 0.3s ease-in-out;
    padding: 7px 16px;
    background:  #25d366;
    color: #fff;
  }

.evMtho {
    opacity: 0 !important;
    display: none !important;

}
.jWcIXO {
    width: 70px !important;
    height: 70px !important;
}
.dxiAcZ {
    margin: auto 15px 0 auto !important;
}
.bmZSoU {
    display: none !important;
}