html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: 0;
}

body {
    color: #000;
    font-family: 'MouchaVintage';
    font-weight: 400;
    font-size: 16px;
}

a {
    font-size: 16px;
    font-family: 'MouchaVintage';
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    color: #000;
}

:root {
    --blue: #3864AF;
    --darkblue: #1F233C;
    --black: #000000;
    --white: #fff;
}

h1 {
    font-family: 'MouchaVintage';
    font-size: 54px;
    font-weight: 700;
    position: relative;
    color: var(--white) !important;
    line-height: 75px;
    margin-bottom: 10px;
}

h2 {
    font-family: 'MouchaVintage';
    font-size: 44px;
    font-weight: bold;
    position: relative;
    color: var(--darkblue);
    text-transform: none;
    text-wrap: unset !important;
    line-height: 65px;
}

h2 strong {
    font-family: 'Hustine';
    font-size: 72px;
    font-weight: 400;
    color: var(--blue);
}

h2 span {
    font-family: 'Hustine';
    font-size: 72px;
    font-weight: 400;
    color: var(--blue);
}

h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: var(--blue);
}

h4 {
    font-family: 'MouchaVintage';
    font-weight: bold;
    position: relative;
    color: var(--white);
}

h5 {
    font-family: 'MouchaVintage';
    position: relative;
    font-size: 24px;
    color: var(--white);
}

h6 {
	font-family: 'MouchaVintage';
    position: relative;
}

p {
    margin-bottom: 20px;
}

/*---------------------------
         Header
---------------------------*/

header.header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: var(--white);
	color: var(--blue);
}

header.header.is-sticky {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.header-top {
    background: url(/wp-content/uploads/2026/01/top-nav-bg.png) no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.top-nav {
    display: flex;
    align-items: center;
    max-width: 1530px;
    margin: 0 auto;
    justify-content: end;
    gap: 20px;
}

.top-nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

header.header .header-top .top-nav ul.mega-menu li.mega-menu-item a.mega-menu-link {
    font-family: 'MouchaVintage' !important;
    color: var(--white) !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease-in-out !important;
    padding: 0 ;
	font-size: 16px !important;
}

 .top-nav ul .mega-menu-row ul.mega-sub-menu {
    padding: 0px !important;
    top: 0px !important;
}
.top-nav ul .mega-menu-row {
    background: var(--white) !important;
	padding-bottom: 15px !important;
}

.top-nav ul .mega-menu-row ul.mega-sub-menu .moxie-column-layout ul.mega-sub-menu li a.mega-menu-link {
    color: var(--blue) !important;
    border-bottom: 1px solid var(--blue) !important;
    padding: 8px 0px 8px 10px !important;
}

.top-nav ul .mega-menu-row ul.mega-sub-menu .moxie-column-layout ul.mega-sub-menu li {
    padding: 0px 10px !important;
}

.top-nav ul .mega-menu-row ul.mega-sub-menu .moxie-column-layout ul.mega-sub-menu li a.mega-menu-link:hover {
    background: var(--blue) !important;
    color: var(--white) !important;
} 

.header-top .top-nav #mega-menu-wrap-max_mega_menu_1 li ul.mega-sub-menu li {
    margin: 0 !important;
}
.header-top .top-nav #mega-menu-wrap-max_mega_menu_1 li {
    margin: 0 5px !important;
}

header.header .header-top .top-nav ul.mega-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--blue) !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color: var(--blue) !important ;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: var(--white) !important;

}

.phone-div {
    font-weight: 700;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 5px;
}

.phone-div a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.phone-div a:hover {
    color: var(--blue);
}

.phone-div img {
    width: 18px;
    height: 18px;
}

.mobile-link {
    display: none !important;
}

.header-main {
    padding: 30px 0;
}

.header-main .container {
    padding: 0;
}

.main-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.main-nav ul li a.mega-menu-link {
    font-family: 'MouchaVintage';
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease-in-out !important;
}

.header-main .main-div .blue-btn a.mega-menu-link {
    display: inline-block !important;
    text-decoration: none !important;
    background: var(--blue) !important;
    color: var(--white) !important;
    text-transform: capitalize !important;
    padding: 10px 20px !important;
    transition: all 0.3s ease-in-out !important;
    height: auto !important;
    line-height: unset !important;
    margin-left: 10px !important;
}

ul.mega-sub-menu {
    top: 40px !important;
    padding: 10px !important;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 16%) !important;
    background: var(--white) !important;
}

ul.mega-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    top: 0 !important;
}

ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {}

.header-main .main-div .blue-btn a.mega-menu-link:hover {
    background: var(--black) !important;
    color: var(--white) !important;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0 !important;
}

.main-nav {
    display: flex;
    align-items: center;
}

.buttons-div {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.blue-btn {
    display: inline-block;
    text-decoration: none;
    background: var(--blue);
    color: var(--white);
    text-transform: capitalize;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
    background: var(--black);
    color: var(--white);
}

/*---------------------------
         banner-area
---------------------------*/

.banner-area {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.banner-area h1 strong {
    display: block;
    font-family: 'Hustine';
    font-size: 90px;
    font-weight: 400;
    color: var(--white);
}

.banner-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.banner-slide {
    position: relative;
}

.slide-caption {
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    text-align: center;
    max-width: 1090px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    color: var(--white);
    z-index: 1;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    transform: translateY(-50%);
} 

.banner-slide::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.banner-area .buttons-div .blue-btn {
    width: 190px;
    text-align: center;
}

.banner-area .owl-nav,
.owl-dots {
    display: none;
}
 legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: block !important;
} 
/*---------------------------
         content-area
---------------------------*/
.events-area {
    text-align: center;
}

.events-area.inner {
    position: relative;
}

.events-area.inner::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/event-inner-bg.png) no-repeat;
    background-size: cover;
    bottom: -380px;
    left: 0;
    width: 100%;
    height: 953px;
    z-index: -1;
}

.events-area .row {
    margin-left: 0;
    margin-right: 0;
}

.events-heading {
    padding: 50px 0;
}

.flip-tab {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out !important;
    border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.schedule-tiles .flip-tab:nth-child(6n) {
    border-right: none;
  }
.flip-img img {
    width: 100%;
    object-fit: cover;
}
.flip-content {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: var(--white);
    top: 0;
    bottom: 0px;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0px 20px;
    transition: all 0.3s ease-in-out !important;
}
.transparent-btn {
    display: inline-block;
    width: 400px;
    color: var(--white);
    background: transparent;
    padding: 20px 40px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out !important;
    transform: translateY(20px);
}

.flip-content p {
    margin-bottom: 10px;
}

.flip-description {
    transition: all 0.3s ease-in-out !important;
    margin-top: 0px;
    opacity: 0;
    padding: 0 60px;
}

.flip-description ul {
    list-style: none;
}
.flip-tab:hover .flip-content {
    padding-top: 15px;
    bottom: 0px;
}
.flip-tab:hover .flip-content .flip-description {
    margin-top: 15px;
    opacity: 1;
}
.flip-description a.red-btn {
    width: auto;
    display: inline-block;
    margin: 3px 0 0 0;
}

.flip-tab:hover .flip-content .transparent-btn {
  transform: translateY(0);
  background: var(--white);
  color: var(--darkblue);
}

.left-right-area {
    padding: 40px 0;
}

.left-right-area.inner {
    padding: 50px 0 100px !important;
}

.single-team-page .left-right-text h2 strong {
    display: block;
}

.left-right-area.inner.bg {
    padding: 80px 0 100px !important;
}

.left-right-section {
    max-width: 1450px;
    margin: 0 auto;
}

.left-right-area.inner .left-right-section {
    margin-bottom: 10px;
    padding: 50px 0 50px;
}

.bg.left-right-area.inner .left-right-section {
    padding: 30px 0 50px;
}

.left-right-area.inner .left-right-section:last-of-type {
    padding-bottom: 0;
}

.left-right-section:nth-child(even) .left-right-text {
    padding-left: 0;
}

.left-right-section:nth-child(even) .left-right-img {
	padding-left: 40px;
}

.left-right-section:nth-child(even) .left-right-img::before {
    left: 32px;
}

.left-right-img {
    position: relative;
}

.left-right-img img {
    width: 100%;
}

.left-right-img::before {    
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: var(--blue);
    top: -7px;
    left: -7px;
    z-index: -1;
}

.left-right-img::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: var(--blue);
    bottom: -7px;
    right: -7px;
    z-index: -1;
}

.left-right-text {
    padding-left: 25px;
}

.left-right-text h2 {
    margin-bottom: 20px;
}


.team-area .heading-div h2 strong,
.about-content h2 strong,
.bg .heading-div h2 strong,
.single-event-page .left-right-text h2 strong,
.single-service-page .left-right-text h2 strong,
.event-landing .left-right-text h2 strong {
    display: block;
}

.full-width-div {
    background: url(/wp-content/uploads/2026/02/full-width-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.full-width-content {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.full-width-div h2 {
    color: var(--white);
    text-transform: capitalize;
}

.full-width-div.event h2 {
    font-size: 36px;
}

.service-landing .schedule-area {
    padding: 80px 0 0;
}

.service-landing .schedule-area ul#serviceTabs {
    margin-bottom: 50px !important;
}

.dj-area {
    padding: 100px 0 80px;
    overflow: hidden;
}

.dj-text {
    max-width: 670px;
    margin: 0 auto;
    padding-top: 70px;
}

.dj-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.dj-tab {
display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
}

.dj-img {
    display: flex;
    flex-direction: column;
	gap: 20px;
	position: relative;
}

.dj-odd .dj-img {
    flex-direction: column;
}

.dj-img h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
}

.dj-tab h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
}

.dj-img h3 strong,
.dj-tab h3 strong {
    display: block;
}

.dj-btn {
    position: absolute;
	top: 0;
    right: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: var(--darkblue);
    z-index: 5;
}

.dj-image-wrapper {
	position: relative;
}

.dj-btn img {
    width: 18px !important;
}

#dj .item {
    transition: all 0.4s ease;
    transform: scale(0.9);
}

.dj-slider .owl-nav {
    position: absolute;
    left: 20px;
    bottom: auto;
    display: flex !important;
    gap: 30px;
    z-index: 10;
    margin-top: 0px !important;
}

.dj-slider .owl-nav button span {
    display: none;
}

.dj-slider .owl-nav button.owl-prev {
    width: 23px;
    height: 22px;
    background: url(/wp-content/uploads/2026/01/left-button.png) no-repeat center center !important;
    background-size: contain !important;
}

.dj-slider .owl-nav button.owl-next {
    width: 23px;
    height: 22px;
    background: url(/wp-content/uploads/2026/01/right-button.png) no-repeat center center !important;
    background-size: contain !important;
}

.dj-slider .owl-nav button {
    opacity: 1 !important;
    visibility: visible !important;
}

.services-area {
    padding: 95px 0;
    background: url(/wp-content/uploads/2026/01/service-area-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
}

.services-area .container {
    max-width: 94%;
}

.service-tabs {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.single-event-page .service-tab {
    border-top: 3px solid var(--blue);
    width: 20%;
}

.service-tab {
    border-top: 3px solid var(--blue);
}

.service-text {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 290px;
}

.service-tab .blue-btn {
    margin-top: auto;
}

.intro-area {
    padding: 100px 0;
    text-align: center;
    background: var(--darkblue);
    color: var(--white);
}

.intro-text {
    max-width: 950px;
    margin: 0 auto;
}

.default-page .intro-text {
    padding: 0 150px;
    max-width: max-content;
    margin: 0;
}

.intro-text h2 {
    color: var(--white);
    margin-bottom: 30px;
    line-height: 55px;
}

.intro-text h2 strong {
    display: block;
    color: var(--white);
    font-weight: 400;
}
.gallery-area {
    text-align: center;
    padding: 60px 0 0;
}

.single-event-page .gallery-area {
    text-align: center;
    padding: 70px 0 80px;
}

.gallery-area h2 {
    margin-bottom: 20px;
}

.modula-gallery:not(.modula-gallery-initialized)>.modula-items {
    visibility: visible !important;
} 

.modula-item.effect-pufrobo:hover {
    background: rgba(0, 0, 0, 2) !important;
    background-image: none !important;
}

.modula .modula-item.effect-pufrobo .jtg-title::after {
	display: none !important;
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 80px;
}

.gallery-area .blue-btn {
    margin-top: 60px;
    padding: 10px 40px;
    display: none;
}

.mission-area {
    text-align: center;
    padding: 80px 0;
}

.mission-area .heading-div {
    margin-bottom: 30px;
    padding: 0 30px;
}

.service-page .mission-area .heading-div h2 strong {
    display: block;
}

.mission-video iframe {
    width: 850px;
    height: 522px;
}

.process-area {
    padding: 90px 0;
    background: url(/wp-content/uploads/2026/02/process-bg.jpg) no-repeat;
    background-size: cover;
}

.process-text h2 {
    margin-bottom: 60px;
}

.step-div {
    display: flex;
    align-items: flex-start;
    color: var(--white);
}

.number-div {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    margin-top: 7px;
}

.number-div::before {
    position: absolute;
    content: "";
    background: var(--darkblue);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-20px, -5px);
}

.step-content {
    position: relative;
}

.step-content h3 {
    color: var(--white);
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
}

.step-content p {
    padding-left: 40px;
    padding-right: 60px;
}

.step-content h3::after {
    position: absolute;
    content: "";
    background: var(--darkblue);
    width: 100%;
    height: 1px;
    top: 38px;
    left: 0;
}

.clients-area {
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
}

.clients-area h2 {
    margin-bottom: 10px;
}

.clients-nav {
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--blue);
    border-bottom: 3px solid var(--blue);
}

.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link {
    color: var(--blue);
    border-bottom: 3px solid var(--blue);
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: var(--black);
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 15px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:hover {
    color: var(--blue);
    border-bottom: 3px solid var(--blue);
}

 .logos-area .owl-carousel .item, .tab-content .owl-carousel .item {
    border: 1px solid var(--blue);
}

.tab-pane {
    position: relative;
}

.tab-pane .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: block !important;
    z-index: 999;
}

.tab-pane .owl-nav button {
    position: absolute;
    width: 23px;
    height: 22px;
}

.tab-pane .owl-nav button span {
    display: none;
}

.tab-pane .owl-nav button.owl-prev {
    left: -50px;
    background: url(/wp-content/uploads/2026/01/left-button.png) no-repeat center center !important;
    background-size: contain !important;
}

.tab-pane .owl-nav button.owl-next {
    right: -50px;
    background: url(/wp-content/uploads/2026/01/right-button.png) no-repeat center center !important;
    background-size: contain !important;
}

.reviews-area {
    padding: 90px 0 100px;
    background: url(/wp-content/uploads/2026/02/reviews-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.reviews-area h2 {
    color: var(--white);
    margin-bottom: 50px;
}

.reviews-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.reviews-text {
    text-align: left;
    color: var(--white);
    line-height: 25px;
    padding-top: 30px;
}

.reviews-content strong {
    font-size: 24px;
    font-weight: bold;
}

.stars {
    margin-bottom: 20px;
    width: 32%;
}

.reviews-content h3 {
    color: var(--white);
}

.reviews-area .buttons-div {
    gap: 40px;
}

.reviews-area .buttons-div .blue-btn {
    width: 224px;
}

.awards-area {
    padding: 75px 0 120px;
    text-align: center;
}

.awards-area h2 {
    margin-bottom: 40px;
}

.awards-wrapper {
    max-width: 913px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.award-img {
    border: 1px solid var(--blue);
    padding: 55px;
    height: 260px;
    width: 237px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.award-img img {
    width: 130px;
    height: 130px;
}


.locations-area {
    position: relative;
    padding: 90px 0;
    background: url(/wp-content/uploads/2026/02/location-area-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 1;
	overflow: hidden;
}

.locations-area::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.locations-area h2 {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.locations-area h2 strong {
    color: var(--white);
}

.custom-wrapper {
    max-width: 1350px;
    margin: 0 200px;
}

.map-tab img {
    width: 100%;
    object-fit: cover;
}

.locations-div {
    display: flex;
    justify-content: space-between;
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    padding-top: 55px;
}

.locations-div ul {
    padding: 0;
    margin-left: 80px;
    column-count: 2;
}

.locations-div ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.locations-div ul li a {
	color: var(--white);
	font-size: 24px;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	
}

.locations-div ul li a:hover {
	color: var(--blue);
}

.locations-div ul li::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/01/location-icon.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 19px;
    left: 0;
    top: 5px;
}

/*---------------------------
         footer
---------------------------*/

.footer {
    width: 100%;
}

.footer-top-bar {
    background: var(--darkblue);
    min-height: 40px;
    border-top: 2px solid var(--white);
}

.footer-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 0 60px;
    text-align: center;
}

.footer-logo img {
    max-width: 160px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-tab {
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.nation-link {
    margin-top: auto;
}

.footer-tab h6 {
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--blue);
    padding-bottom: 5px;
}

.footer-tab p, .footer-tab a, .footer-tab li a {
    color: var(--black);
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.footer-tab a:hover {
    color: var(--blue);
}

.footer-tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-tab li {
    margin-bottom: 6px;
}

.footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-buttons .blue-btn {
    text-align: center;
}

.privacy-link {
    margin-top: auto;
    color: var(--black);
    transition: all 0.3s ease-in-out;
}

.privacy-link:hover {
    color: var(--blue);
}

.copy-right {
    background: var(--darkblue);
    text-align: center;
    color: var(--white);
    padding: 10px;
}

.copy-right p {
    margin-bottom: 0;
}
.copy-right a {
    color: #fff !important;
	transition: all 0.3s ease-in-out !important;
}

.copy-right a:hover {
	color: var(--blue);
}

/*---------------------------
         General Page
---------------------------*/
.inner-banner {
    position: relative;
}

.inner-banner::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
}

.inner-banner img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.banner-text {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto !important;
    z-index: 1;
}

.banner-text h1 {
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.banner-text p {
    margin-bottom: 0;
}

.banner-text {
    color: var(--white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-area {
    padding: 60px 0;
    text-align: center;
    background: url(/wp-content/uploads/2026/02/about-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.about-content {
    padding: 0 150px;
}

.page-id-2776 .about-content {
    padding: 0 180px;
}

.about-content h2 {
    margin-bottom: 30px;
}

.content-div.event-layout > .cta-area:first-of-type {
    background: none !important;
}

.full-width-div.inner {
    border-bottom: 2px solid white;
}

.full-width-div.inner .full-width-content {
    gap: 180px;
}

.services-area.inner {
    text-align: center;
    padding: 75px 0;
    background: url(/wp-content/uploads/2026/02/booking-area-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.our-djs-page .services-area.inner {
    background: url(/wp-content/uploads/2026/01/service-area-bg.png) no-repeat;
    background-size: cover;
}



.services-area.inner .container {
    max-width: 100%;
}

.our-djs-page .services-area.inner .container {
    max-width: 70%;
}

.our-djs-page .services-area.inner .service-tabs {
	 gap: 30px;
}

.services-area.inner .service-tabs {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 50px 0;
}

.services-area.inner .service-text {
    min-height: unset;
    height: auto !important;
}

.cta-area {
    text-align: center;
    background: url(/wp-content/uploads/2026/02/cta-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 100px;
}

.service-landing .cta-area.bottom,
.event-layout .cta-area,
.event-landing .cta-area {
    padding: 50px 0 100px;
}

.cta-area.centered-area {
    position: relative;
    padding: 30px 0 100px;
    background: none;
}

.cta-area.centered-area::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/cta-bg.png) no-repeat;
    background-size: cover;
    bottom: -90px;
    left: 0;
    width: 100%;
    height: 713px;
    z-index: -1;
}

.cta-area.center-text {
    background: none;
}

.cta-text {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.cta-text h2 {
    margin-bottom: 30px;
}

.cta-text h2 strong {
    display: block;
}

.schedule-area {
    text-align: center;
}

.schedule-heading {
    background: url(/wp-content/uploads/2026/02/schedule-heading-bg.png) no-repeat;
    background-size: cover;
    padding: 35px 0;
    border-bottom: 2px solid #fff;
}

.schedule-heading h2 {
    color: var(--white);
    line-height: 40px;
}

.schedule-heading h2 strong {
    color: var(--white);
}

.schedule-tiles .flip-tab .transparent-btn {
    font-size: 16px;
    width: 200px;
    padding: 8px 10px;
    transform: translateY(0px);
}

.schedule-tiles .flip-tab:hover .flip-content {
    padding-top: 0;
    bottom: 0px;
}
.schedule-tiles .flip-tab:hover .transparent-btn {
    transform: translateY(0px);
}

.flow-area {
    position: relative;
    padding: 100px 0px 140px;
    overflow: hidden;
    z-index: -2;
}

.flow-area::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(145,120,255,0.15), transparent 70%);
    pointer-events: none;
}

.flow-container {
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
}

.flow-heading h2 {
    margin-bottom: 20px;
}

.vision-area {
    background: url(/wp-content/uploads/2026/02/booking-area-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    text-align: center;
}

.vision-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.vision-img {
    margin-bottom: 40px;
}

.vision-img img {
    margin-top: -70px;
}
.team-area {
    position: relative;
    text-align: center;
    padding: 100px 0 0;
}

.page-id-819 .team-area {
    position: relative;
    text-align: center;
    padding: 100px 0;
}

.team-area::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/team-area-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 953px;
    top: -10px;
    left: 0;
}

.team-wrapper {
    max-width: 1580px;
    margin: 0 auto;
}

.team-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.heading-div {
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

.bg .heading-div {
    margin-bottom: 0px;
}

.heading-div h2 {
    margin-bottom: 20px;
}

.booking-area .heading-div h2 {
    margin-bottom: 30px;
}

.booking-area .heading-div p {
    margin-bottom: 40px;
}

.services-area .heading-div {
    max-width: 1205px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

.team-small {
    margin-top: 80px;
}

.team-small .dj-tab {
    width: 263px;
}

.team-featured .dj-img .dj-btn {
    top: 0;
}

.team-small .dj-img .dj-btn {
    top: 0;
    display: block;
    padding-left: 165px;
    text-align: end;
    font-size: 12px;
}


.skills-area {
    padding: 95px 0;
    background: url(/wp-content/uploads/2026/01/service-area-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
}

.skills-area .container {
    padding: 0 80px;
}

.skills-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.service-tabs.inner {
    padding: 0 270px !important;
    gap: 60px !important;
}

.service-text {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 30px;
}

.service-page .services-area .service-text {
    height: 150px !important;
    min-height: 150px;
}

.skills-tabs .service-text {
    padding: 0 20px;
}

.tiles-area {
  padding: 60px 0;
}

.single-event-page .tiles-area .heading-div {
    display: none;
}

.col-lg-3 {
  display: flex;
}

.flip-card {
    width: 100%;
    height: 350px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  background: #000;
  color: #fff;
  padding: 25px;   
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .card-box {
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
} 

.flip-card-front h4 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  margin: 0;
}

.flip-card-back {
  position: absolute;
  transform: rotateY(180deg);
}

.flip-text {
    overflow: auto;
}

.flip-text::-webkit-scrollbar {
  width: 4px;
}

.flip-text::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 50px;
}


.flip-card-back h4 {
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.flip-card-back p {
  margin: 0;
}

.flip-text ul {
    list-style: none;
    text-align: left;
}

.flip-text ul li {
    position: relative;
    padding-left: 28px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.flip-text ul li::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/left-right-icon.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 25px;
    left: 0;
    top: 0;
}


.col-lg-3 {
  display: flex;
}


.single-service-page .tiles-area {
    background: url(/wp-content/uploads/2026/02/service-detail-tile-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 130px 0;
}

.single-service-page .tiles-area .heading-div, .single-service-page .tiles-area .heading-div h2, .single-service-page .tiles-area .heading-div h2 strong {
    color: var(--white);
}

.single-service-page .flip-card-front,
.single-service-page .flip-card-back {
  background: #fff;
  color: #000;
}

 .single-service-page .card-box {
    border: 2px solid #000;
} 

.cta-area.service {
    background: url(/wp-content/uploads/2026/02/event-inner-bg.png) no-repeat;
    background-size: cover;
    background-position-y: -450px;
}

.logos-area {
    padding: 80px 0;
}

.logos-area .heading-div {
    margin-bottom: 0;
}

.logos-area .owl-nav {
    display: none !important;
}

.logos-area {
    position: relative;
}

.logos-area .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: block !important;
    z-index: 999;
}

.logos-area .owl-nav button {
    position: absolute;
    width: 23px;
    height: 22px;
}

.logos-area .owl-nav button span {
    display: none;
}

.logos-area .owl-nav button.owl-prev {
    left: -50px;
    background: url(/wp-content/uploads/2026/01/left-button.png) no-repeat center center !important;
    background-size: contain !important;
}

.logos-area .owl-nav button.owl-next {
    right: -50px;
    background: url(/wp-content/uploads/2026/01/right-button.png) no-repeat center center !important;
    background-size: contain !important;
}

.left-right-area.inner.bg .row{
    flex-direction: row;
}

.left-right-text.bg {
    position: relative;
    padding-left: 30px;
}

.service-landing .left-right-text h2 strong {
    display: block;
}

.left-right-text.bg::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/left-right-bg.png) no-repeat;
    top: -50px;
    right: -130px;
    background-size: contain;
    width: 531px;
    height: 457px;
    z-index: -1;
}

.single-service-page .left-right-area.inner {
	overflow: hidden;
}

.single-service-page .left-right-text {
    position: relative;
}

.single-service-page .left-right-text::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/left-right-bg.png) no-repeat;
    top: -50px;
    right: -130px;
    background-size: contain;
    width: 531px;
    height: 457px;
    z-index: -1;
}

.left-right-text ul {
    list-style: none;
}

.left-right-text ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 40px;
}

.left-right-text ul li strong {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--blue);
    line-height: 30px;
}

.left-right-text ul li::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/left-right-icon.png) no-repeat;
    width: 28px;
    height: 27px;
    left: 0px;
    top: 0;
}

.booking-area {
    padding: 70px 0 30px;
    background: url(/wp-content/uploads/2026/02/reviews-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: var(--white);
}

.booking-area .heading-div {
    max-width: 1230px;
}

.booking-area h2, .booking-area h2 strong {
    color: #fff;
}

.booking-area .heading-div h2 strong {
    display: block;
}

.event .full-width-content {
    justify-content: space-around;
    align-items: center;
    border-bottom: 2px solid #fff;
}

.dj-intro {
    background: url(/wp-content/uploads/2026/02/dj-intro-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 70px 0 0;
    margin-bottom: 70px;
}

.dj-intro-text {
    padding: 0 230px;
}

.dj-intro-text h2 strong {
    display: block;
}

.dj-intro-img img {
    margin-bottom: -70px;
    border: 1px solid #000;
}

.single-team-page .dj-intro-img img {
    border: none;
}

.author-detials {
    padding: 80px 0 0;
}

.reel-area {
    background: url(/wp-content/uploads/2026/01/service-area-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0 90px;
} 

.reel-video iframe {
    width: 935px;
    height: 522px;
}

.reel-area .heading-div {
    max-width: 1240px;
    margin: 0 auto;
}

.social-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-div a {
    font-size: 40px;
    color: #fff;
}

.faq-area {
  position: relative;
  padding: 90px 0 160px;
  background: url(/wp-content/uploads/2026/02/faq-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed; 
  overflow: hidden;
}

.main-faq {
  margin-bottom: 50px;
}

.accordion-item,
.accordion-button,
.accordion-body {
  background: transparent;
}

.accordion-item {
  border: none;
  border-bottom: 2px solid var(--black);
  border-radius: 0 !important;
}
h2.accordion-header {
    margin-top: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: normal;
}

h2.accordion-header span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: var(--blue);
}

.accordion-button {
    position: relative;
    font-family: 'MouchaVintage';
    font-size: 16px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 30px;
    border: none;
    box-shadow: none;
    color: var(--blue);
}

.accordion-button::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2026/02/left-right-icon.png) no-repeat center;
  background-size: contain;  
  width: 18px;               
  height: 18px;
  top: 0;
  left: 0;
}


.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button.collapsed {
  border: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--blue);
}

.accordion-collapse {
  transition: height 0.35s ease;
}

.accordion-body {
  font-size: 16px;
  font-weight: 500;
  padding: 0 130px 15px 0;
}

 .accordion-body ul {
    list-style: none;
} 

.accordion-body p:last-child {
  margin-bottom: 0;
}


.acc-icon {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .acc-icon {
  transform: rotate(180deg);
}

a#wp-rated-img {
    position: relative;
}

 .cta-area.bottom h2 strong {
    display: block;
}

.four-o-four {
    text-align: center;
    color: var(--blue);
    padding: 100px 0;
}

.four-o-four h4 {
    color: var(--darkblue);
}

.about-content ul {
    list-style: none;
    text-align: left;
}

.about-content ul li {
    position: relative;
    padding-left: 24px;
}

.about-content ul li:last-of-type {
    margin-bottom: 10px;
}

.about-content ul li::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/left-right-icon.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 16px;
    left: 0px;
    top: 0;
}


/*---------------------------
                Blog Page
        ---------------------------*/
.blog-detail .abh_box {
    padding: 25px 0 0px 0 !important;
}

.post-text strong {
    color: var(--blue);
}
 .privacy-policy .intro-section .intro-text h2 {
    color: var(--blue);
    margin-bottom: 15px;
    font-size: 38px;
} 
.privacy-policy .intro-section .intro-text strnog{
	display: block;
}
.privacy-policy .intro-section .intro-text strnog,
.privacy-policy .intro-section .intro-text h3,
.privacy-policy .intro-section .intro-text h4,
.privacy-policy .intro-section .intro-text h5,
.privacy-policy .intro-section .intro-text h6{
	margin-bottom: 10px;
	color: var(--blue)
}
.privacy-policy .intro-section {
    padding: 80px 0;
}
.privacy-policy .intro-section .intro-text ul li strong{
	display: inline-block;
}
.privacy-policy .intro-section .intro-text ul li::after,
.post-text ol li::after,
.post-text ul li::after {
   position: absolute;
  content: "";
  background: url(/wp-content/uploads/2026/02/left-right-icon.png) no-repeat center;
  background-size: contain;  
  width: 18px;               
  height: 18px;
  top: 2px;
  left: 0;
}
.privacy-policy .intro-section .intro-text ul li,
.post-text ol li,
.post-text ul li {
    padding-left: 25px;
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}

.post-text h2 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 42px;
}

.post-text h6,
.post-text h5,
.post-text h4,
.post-text h3{
	color: var(--blue);
    margin-bottom: 15px;
}

.post-text h5 {
    font-weight: 600;
}

.post-text h6 {
    font-size: 18px;
    font-weight: 600;
}
.privacy-policy .intro-section .intro-text ul,
.post-text ol,
.post-text ul {
    margin-bottom: 30px;
}

.post-text .abh_tab_content .abh_text a {
    font-size: 16px !important;
    color: var(--black);
}

.post-text .abh_tab_content {
    border: 4px solid var(--blue) !important;
    padding: 30px 30px 40px 30px !important;
}

.post-text .abh_tab_content .abh_text .abh_description {
    font-size: 16px !important;
}

.post-text .abh_tab_content .abh_image img {
    max-width: 100px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
}

.post-text .abh_tab_content .abh_text {
    margin-left: 120px !important;
}

.post-text .abh_tab_content .abh_image {
    margin-top: 0 !important;
}

.single-post .banner-text h2 {
    font-size: 54px;
    font-weight: 700;
    position: relative;
    color: var(--white) !important;
    line-height: 75px;
    margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.post-div h1 {
    line-height: 55px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    color: var(--darkblue) !important;
    font-size: 44px;
}

.post-div h1::after {
    position: absolute;
    content: "";
    background: var(--blue);
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
}

.post-content {
    position: relative;
}
.post-image-caption {
    font-size: 24px;
    color: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    text-align: center;
    left: 40px;
    right: 40px;
    z-index: 1;
    padding-top: 100px;
    line-height: 35px;
}

.post-text blockquote:after,
.post-image-caption:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2026/02/coma-img.png) no-repeat;
    height: 83px;
    width: 110px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.post-content:after,
.post-item:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 62%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
}

.post-item .post-image .post-div .post-content:after {
    opacity: 0;
}

.post-image-caption h6 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 20px;
    padding: 30px 0 0 0;
}

.globle-sidebar {
    padding-left: 13px;
}

.globle-sidebar h6 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    color: var(--darkblue);
    margin-bottom: 35px;
}
.globle-sidebar h6:after {
    content: "";
    position: absolute;
    background: var(--blue);
    height: 5px;
    width: 54px;
    bottom: 0;
    left: 0;
}

.globle-sidebar ul {
    list-style: none;
    margin-bottom: 40px;
}

.globle-sidebar ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #b2b2b2;
    display: flex;
    flex-direction: column-reverse;
}

.globle-sidebar ul li a {
    color: var(--black);
    font-weight: bold;
}

.globle-sidebar ul li a:hover {
    color: var(--blue);
}

.globle-sidebar ul li .post-date {
    display: block;
    font-size: 16px;
}

.globle-sidebar select#cat {
    padding: 6px;
    width: 100%;
    border: 1px solid #b2b2b2;
    margin-bottom: 50px;
    outline: none;
}

.globle-sidebar option {
    background: var(--blue);
    border-bottom: 2px solid var(--white) !important;
    color: var(--white);
}

.globle-sidebar .tagcloud {
    display: flex;
    row-gap: 5px;
    flex-wrap: wrap;
    column-gap: 5px;
}

.tagcloud a.tag-cloud-link {
    font-size: 16px !important;
    padding: 4px 9px;
    background: var(--blue);
    color: var(--white);
    text-transform: lowercase;
}

.tagcloud a.tag-cloud-link:hover {
    background: var(--black);
}

.globle-sidebar ul li a:last-child {
    font-weight: 400;
}

.post-item {
    position: relative;
    overflow: hidden;
}

.post-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    text-align: center;
    z-index: 1;
}

.post-title h5 {
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
}

.post-image img {
    width: 100%;
}

.post-div {
    position: relative;
}

.blog-detail .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.post-image {
    position: relative;
    overflow: hidden;
}

.post-title-hover {
    position: absolute;
    bottom: 0;
    background: var(--white);
    height: 0%;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 2;
    clip-path: polygon(101% 24%, 101% 101%, 0% 101%, 0% 40%);
    transition: all 0.4s ease-in-out;
    padding: 0 20px 0 20px;
    line-height: 20px;
}

.post-item:hover {
    box-shadow: 0 0 20px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;

}

.post-item .post-image:hover .post-title-hover {
    height: 100%;
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.post-item:hover .post-title-hover {
    height: 100%;
}

.blog-detail {
    padding: 70px 0 100px 0;
}

.post-title-hover h5 {
    margin-bottom: 8px;
    line-height: 25px;
    padding-right: 30px;
}

.post-image img {
    height: 382px;
    object-fit: cover;
}

.post-title-hover:after {
    content: "+";
    position: absolute;
    top: 108px;
    right: 0px;
    background: var(--blue);
    font-size: 80px;
    color: #fff;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    clip-path: polygon(100% 0%, -18% 0, 100% 99%);
    padding-bottom: 30px;
    padding-left: 40px;
}

.post-item:hover .post-title {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.author-image img {
    width: 100%;
}

.author-description {
    padding-left: 60px;
}

.top-heading-inner {
    padding: 100px 0 0 0;
}

.single-post .post-div .post-content.multiple-images:after {
    opacity: 0;
    z-index: -1;
}

.shop-tabs .row {
    justify-content: center;
}

.promotion-tabs .row {
    justify-content: center;
}

.post-text {
    padding: 40px 0 0 0;
}

.post-text a {
    color: var(--blue);
	transition: all 0.3s ease-in-out;
}

.post-text a:hover{
	 color: var(--black);
}

.post-div .post-content.multiple-images .detail-thumbnails img {
    height: 251px;
    width: 100%;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 23%);
}

.post-div .post-content.video:after {
    opacity: 0;
    z-index: -1;
}

.post-image-caption h6:after {
    content: "";
    position: absolute;
    background: var(--blue);
    height: 5px;
    width: 204px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.detail-image img {
    height: 100%;
    object-fit: cover;
}

.detail-video iframe {
    width: 100%;
    height: 450px;
}

.post-text blockquote {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 100px;
    font-style: italic;
    padding-top: 40px;
}

ul.abh_tabs {
    display: none;
}

.post-text blockquote:after {
    left: 0;
    right: auto;
    background: url(/wp-content/uploads/2026/02/coma-img1.png) no-repeat;
    height: 69px;
    width: 93px;
    z-index: -1;
    opacity: 0.5;
}

.post-text blockquote strong {
    display: block;
    font-weight: 400;
    color: var(--black);
}

.post-text h4 {
    color: var(--blue);
}

.sticky-nav {
    display: none;
}

.post-item .post-image .post-div .detail-image {
    margin-bottom: 0;
}

.blog-tab .global-tab .post-div .post-content.multiple-images .detail-image {
    margin-bottom: 0;
}

.blog-tab .global-tab .post-div .post-content.single-image .detail-image {
    margin-bottom: 0;
}

.page-numbers, a.page-numbers {
    background: var(--blue);
    color: #fff;
    padding: 10px 12px;
	transition: all 0.3s ease-in-out;
}

.page-numbers:hover, a.page-numbers:hover {
	background: var(--black);
	color: var(--white);
}

.next.page-numbers {
    background: var(--black);
	transition: all 0.3s ease-in-out;
}

.next.page-numbers:hover {
	background: var(--blue);
}

.blogs-img img {
    max-width: 100%;
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}


ol#QF9309180 {
    font-size: 25px !important;
	color: red !important;
}

.blogs-area {
    padding: 100px 0 100px 0;
}

.blogs-left h3, .sidebar h3 {
    font-size: 30px !important;
    color: var(--red) !important;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--blue);
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600 !important;
    text-align: center;
}

.blogs-tab.row {
    cursor: pointer !important;
}

.blogs-tab {
    box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;

}

.blogs-img {
    position: relative;
    overflow: hidden;
}

.blogs-img::after {
    position: absolute;
    content: "";
    background: var(--blue);
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
}

.blogs-text {
    min-height: 330px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: var(--black);
    transition: all 0.4s ease-in-out;
    padding: 20px 60px 20px 30px;
}

.blogs-text a {
    color: var(--black);
}

.blogs-text h3 {
    font-weight: 600 !important;
    padding-bottom: 15px;
    font-size: 28px !important;
    color: var(--red);
    line-height: 1.1;
    margin-bottom: 18px;
}

.blogs-text .addtoany_shortcode {
    margin-top: 20px;
}

.blogs-tab:hover .blogs-img img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.blogs-tab:hover .blogs-text {
    background: var(--blue);
    transition: all 0.4s ease-in-out;
}

.blogs-tab:hover .blogs-text a
 {
    color: var(--white);
}

.blogs-tab:hover .blogs-text h3
 {
    color: var(--white);
}

.blogs-tab:hover .blogs-text h3::after {
    background: var(--white);
    transition: all 0.2s ease-in-out;
}

.sidebar {
    padding-left: 50px;
}

.sidebar-img {
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.sidebar-inner .sidebar-img img {
    transition: all 0.3s ease-in-out;
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}

.sidebar-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.sidebar-text h4 {
    color: var(--white);
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar-img::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar-inner a:hover .sidebar-img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}


form li span.clickable {
    font-size: 20px !important;
}
.text-color {
    color: var(--blue) !important;
}
 


/* ----------------------------------------------------
                                                                Contact Form Area
                                            ------------------------------------------------------- */

                                                   .contact-form-area {
    padding: 100px 0;
}

.contact-layout .contact-form-area {
    padding: 100px 0 0px;
}

.contact-form-text {
    position: sticky;
    top: 200px;
}

.contact-form-text a {
    color: var(--blue);
	transition: all 0.3s ease-in-out;
}

.contact-form-text a:hover {
    color: var(--black);
}

                                                    .contact-form {
    max-width: 690px;
    margin: 0 auto;
}
 .contact-form-inner {
    display: flex;
    width: 100%;
    gap: 50px;
    flex-wrap: nowrap;
}

.contact-form-tab {
    width: 50%;
}

                                                    .info-icon-img img {
                                                        max-width: 100%;
                                                    }

                                                    /* #gform_1 {
                                                        border: 5px solid var(--blue);
                                                        padding: 30px;
                                                        background: var(--white);
                                                    }

                                                    #gform_1 .gfield {
                                                        margin-bottom: 20px;
                                                    }

                                                     #gform_1 #input_3_1 {
                                                        display: flex;
                                                        gap: 20px;
                                                    }

                                                    #gform_1 #input_3_1 span {
                                                        flex: 1;
                                                    }

                                                    #gform_1 #field_3_3,
                                                    #gform_1 #field_3_4 {
                                                        width: 48%;
                                                        display: inline-block;
                                                        vertical-align: top;
                                                    }

                                                    #gform_1 #field_3_3 {
                                                        margin-right: 4%;
                                                    }

                                                    #gform_1 input[type="text"],
                                                    #gform_1 input[type="email"],
                                                    #gform_1 input[type="tel"],
                                                    #gform_1 textarea {
                                                        width: 100%;
                                                        padding: 9px 15px;
                                                        border: 1px solid var(--black);
                                                        background: var(--white);
                                                        font-size: 16px;
                                                        color: var(--darkblue);
                                                        outline: none;
                                                        box-sizing: border-box;
                                                        transition: border-color 0.3s ease;
                                                    }

                                                    #gform_1 input::placeholder,
                                                    #gform_1 textarea::placeholder {
                                                        color: var(--darkblue);
                                                    }

                                                    #gform_1 input:focus,
                                                    #gform_1 textarea:focus {
                                                        border-color: var(--blue);
                                                    }

                                                    #gform_1 textarea {
                                                        resize: none;
                                                        height: 200px;
                                                    }

                                                   #gform_1 #gform_submit_button_1 {
    display: inline-block;
    text-decoration: none;
    background: var(--blue);
    color: var(--white);
    text-transform: capitalize;
    padding: 10px 50px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

                                                   

                                                    .gform-footer.gform_footer.top_label:hover .gform_button {
                                                        background: var(--blue);
                                                        border-color: var(--blue);
                                                        color: var(--white) !important;
                                                    }

                                                    .gform-footer.gform_footer.top_label:hover:after {
                                                        background: var(--white);
                                                    }

                                                    #gform_1 #gform_submit_button_1:hover {
                                                        color: var(--white) !important;
                                                        border: none;
                                                        background: var(--black);
                                                    }

                                                    legend.gfield_label.gform-field-label.gfield_label_before_complex {
                                                        display: none;
                                                    }

                                                    label.gfield_label.gform-field-label {
                                                        display: none;
                                                    } */

.map-area iframe {
    width: 100% !important;
    height: 500px;
}

.map-area p {
    margin-bottom: -10px;
}

.gallery-area-tabbed {
    padding: 80px 0;
}

.portfolio-inner {
    padding: 0 60px;
}

.portfolio-inner .heading-div h2 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.portfolio-inner .heading-div h2::after {
    position: absolute;
    content: "";
    background: var(--blue);
    width: 50px;
    height: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.loadmore-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -90px;
}

.load-more.blue-btn {
    padding: 10px 30px;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: #fff;
    cursor: pointer;
}

.load-more.blue-btn:hover {
	color: var(--white);
	background: var(--black);
	border: 1px solid #000;
}

.portfolio-gallery .gallery-area-tabbed.hide-caption:last-child {
    margin-bottom: 80px;
}

 .single-event-page .left-right-text.bg li {
    margin-bottom: 20px;
} 
.about-content p:last-child {
    margin-bottom: 0;
}
 .dj-img img {
    clip-path: polygon(0 0, 66% 0, 100% 25%, 100% 100%, 0 100%);
}
 .dj-btn img {
    clip-path: none;
} 
.page-id-898 .team-wrapper .row .col-lg-3:nth-child(1) {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.page-id-898 .team-wrapper .row .col-lg-3:nth-child(2) {
    width: 50%;
}
.contact-form-text {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}

 .footer-tab h6 a {
    color: #3864af;
}
.footer-tab h6 a:hover {
    color: #000;
} 
/*---------------------------
         responsive
---------------------------*/
@media (max-width:1920px) {	
	    .page-id-898 .dj-btn {
        font-size: 11.5px;
    }
}

@media (max-width:2560px) {	
	    .page-id-898 .dj-btn {
        font-size: 11.5px;
    }
}

@media (max-width:1620px) {
   .container {
    max-width: 96%;
}
	
	    .logos-area .container {
        max-width: 94%;
    }
     .top-nav {
    max-width: 96%;
}
	
	.dj-btn {
    font-size: 12px;
}
	
	.left-right-text {
    padding-left: 25px;
	overflow: hidden;
}
	
	.left-right-text.bg::after {
    top: -40px;
    right: 10px;
}
	
}

@media (max-width:1580px) { 
	.main-nav ul li a.mega-menu-link {
    font-size: 14px !important;
}
	
	header.header .header-top .top-nav ul.mega-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
}
	
	
}
@media (max-width:1440px) {
	.top-nav ul {
    gap: 16px;
}
	header.header .header-top .top-nav ul.mega-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
}
	
.phone-div a {
    font-size: 14px;
}
	
	.header-main {
    padding: 20px 0;
}
	
	    #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px !important;
        padding: 5px;
    }
	
	.header-main .main-div .blue-btn a.mega-menu-link {
    padding: 6px 10px !important;
    margin-left: 5px !important;
}
	
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 220px !important;
}
	
	.logo-div {
    width: 17%;
}
	
	.logo-div img {
    width: 92%;
}
	
	.slide-caption {
    top: 50%;
    font-size: 20px;
}
	
	h1 {
    font-size: 44px;
    line-height: 60px;
}
	
	.banner-area h1 strong {
    font-size: 70px;
}
	
	.banner-area .buttons-div .blue-btn {
    width: 170px;
}
	
	        .blue-btn {
        font-size: 14px !important;
        padding: 8px 10px;
    }
	
	h2 {
		font-size: 36px;
	}
	
	h2 strong {
    font-size: 62px;
}
	
	h3 {
    font-size: 20px;
}
	
	.events-heading {
    padding: 20px 0;
}
	
	.transparent-btn {
    width: 260px;
    padding: 15px 20px;
    font-size: 20px;
}
	
	.full-width-content {
    padding: 25px 0;
}
	
	.left-right-section {
    width: 96%;
}
	
	.left-right-text {
    padding-left: 20px;
    font-size: 14px;
}
	
	.dj-area {
    padding: 70px 0;
    overflow: hidden;
}
	
	.dj-slider {
    padding-bottom: 50px;
}
	
	    .dj-slider .owl-nav {
        margin-top: 20px !important;
    }
	
	.dj-img h3 {
    font-size: 20px;
}
	
	.dj-text {
    max-width: 670px;
    margin: 0 auto;
    padding: 60px 0 0 25px;
}
	
	a.dj-btn {
    padding-left: 170px;
    display: block;
    margin-left: 17px;
}
	
	.dj-btn img {
    width: 18px !important;
    position: relative;
    left: 25px;
}
	
	.services-area {
    padding: 65px 0;
}
	
	
.service-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
	
	.service-text {
    padding: 0 20px;
    min-height: 225px;
}
	
	.intro-area {
    padding: 70px 0;
}
	
	.intro-text {
    max-width: 65%;
}
	
	.intro-text h2 {
    margin-bottom: 20px;
}
	
	.intro-text p {
    margin-bottom: 20px;
}
	
	.gallery-area {
    padding-top: 70px;
}
	
	.nav-tabs .nav-link {
    font-size: 20px;
}
	
	.mission-area {
    padding: 70px 0 40px;
}
	
	.process-area {
    padding: 70px 0;
}
	
	.process-text h2 {
    margin-bottom: 40px;
}
	
	.number-div {
    font-size: 40px;
}
	
	.number-div::before {
    width: 65px;
    height: 65px;
}
	
	.step-content h3 {
    margin-bottom: 15px;
}
	
	
.clients-area {
    padding: 70px 0;
}
	
	.nav-tabs {
    margin-bottom: 60px;
}
	
	.reviews-area {
    padding: 50px 0 70px;
}
	
	.reviews-area h2 {
    margin-bottom: 30px;
}
	
	.reviews-area .buttons-div {
    gap: 20px;
}
	
	.awards-area {
    padding: 50px 0 70px;
}
	
	.locations-area {
		padding: 60px 0;
	}
	
	.custom-wrapper {
    margin: 0 90px;
}
	
	.locations-div {
		font-size: 20px;
	}
	.locations-div ul {
    margin-left: 0;
}
	
	.locations-div ul li a {
    font-size: 20px;
}
	
	.footer-wrapper {
    width: 85%;
}
	
	.footer-logo img {
    max-width: 130px;
}
	
	.footer-tab p, .footer-tab a, .footer-tab li a {
    font-size: 14px;
}
	
	.privacy-link {
		font-size: 14px;
	}
	
	.dj-intro-text {
    padding: 0 50px;
}
	
	.heading-div {
    padding: 0 70px;
}
	
	.reel-video iframe {
    width: 50%;
    height: 360px;
}
	
	.social-div a {
    font-size: 30px;
    color: #fff;
}
.contact-layout .contact-form-area {
    padding: 80px 0 0px;
}
.services-area.inner .service-tabs {
    gap: 40px;
}
.about-content {
    padding: 0 90px;
}
.left-right-area.inner {
    padding: 50px 0 80px !important;
}
.contact-layout .services-area.inner {
    margin-bottom: 80px;
}
.services-area.inner {
    padding: 75px 0 25px 0;
}
.awards-wrapper {
    max-width: 853px;
}
.inner-banner img {
    height: 350px;
}
.map-area iframe {
    height: 350px;
}
}

@media (max-width:1199px) {
        .about-content {
        padding: 0;
    }
        h2 {
        font-size: 33px;
    }
    h2 span {
    font-size: 62px;
}
    .contact-layout .contact-form-area {
        padding: 60px 0 0px;
    }
        .contact-layout .services-area.inner {
        margin-bottom: 60px;
    }
        .services-area.inner {
        padding: 55px 0 25px 0;
    }
       .contact-layout .left-right-area.inner {
        padding: 0px 0 60px !important;
    }
    .banner-text {
    font-size: 26px;
    line-height: 34px;
}
h1 {
        font-size: 40px;
    }
    .banner-text h1 {
    line-height: 50px;
}
.services-area.inner .service-tabs {
    margin: 20px 0 50px 0;
}
.services-area .heading-div {
    margin-bottom: 30px;
}
	
	.about-content ul li:last-of-type {
    margin-bottom: 10px;
}
	    .logo-div {
        width: 28%;
    }
	.flip-description
 {
    padding: 0 0px;
}
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 250px;
}
	
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 {
    text-align: right;
    padding: 0px;
}

}

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

@media (max-width:991px) {
	
	.mobile-link {
        display: block !important;
    }
	
	.main-nav ul li a.mega-menu-link {
        font-size: 14px !important;
        font-weight: 400 !important;
        border-bottom: 1px solid var(--blue) !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
    }
	
	    .main-nav ul.mega-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding-bottom: 10px !important;
        padding-left: 5px !important;
    }

    .main-nav ul li a.mega-menu-link:hover {
        color: var(--white) !important;
    }

    .header-main .main-div .blue-btn a.mega-menu-link {
        border: none !important;
        margin-top: 15px !important;
        display: flex !important;
        align-items: center;
        width: fit-content !important;
    }
	.top-nav {
        max-width: 90%;
    }
	
	    .main-nav .blue-btn {
        display: block !important;
    }
	
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100% !important;
    }
	
	.top-nav .mega-menu-wrap {
    display: none !important;
}
	
	
	    .logo-div {
        width: auto;
    }
	
	.banner-slide img {
    min-height: 380px;
    object-fit: cover;
}
	
	.mission-video iframe {
    width: 75%;
    height: 325px;
}
	
	    .slide-caption {
        font-size: 18px;
		line-height: 25px;
    }
	
	    h1 {
        font-size: 34px;
        line-height: 40px;
    }
	
	    .banner-area h1 strong {
        font-size: 65px;
        margin-bottom: 15px;
    }
	
    .banner-text h1 {
        line-height: 35px;
    }
	
	.about-area {
    padding: 50px 0;
}
	
	    .about-content {
        padding: 0px;
    }
	
	.left-right-area {
    padding: 40px 0 20px;
}
	
	            .left-right-area.inner {
        padding: 30px 0 30px !important;
    }
	
	.event-landing .left-right-text h2 strong {
    display: contents;
}
	
	    .full-width-content {
        padding: 10px 0;
    }

	
	        h2 {
        font-size: 30px;
        line-height: 40px;
    }
	
	    h2 strong {
        font-size: 48px;
    }
	
	.cta-area.bottom h2 strong {
    display: contents;
}
	
	h2 span {
        font-size: 48px;
    }
	
	.team-area .heading-div h2 strong, .about-content h2 strong, .bg .heading-div h2 strong, .single-event-page .left-right-text h2 strong, .single-service-page .left-right-text h2 strong, .event-landing .left-right-text h2 strong {
    display: contents;
}
	
		.left-right-section:nth-child(even) .left-right-img {
    padding-left: 0;
}
	
	.left-right-section:nth-child(even) .left-right-img::before {
    left: -7px;
}
	
	    .left-right-section {
        width: 90%;
	    padding: 50px 0 0px !important;
    }
	
	.left-right-area.inner .left-right-section:nth-child(odd) .row {
    flex-direction: column-reverse;
}
	
	    .general-layout .left-right-section {
        width: 90%;
        padding: 0px 0 0px !important;
    }
	
	.left-right-area.inner.bg {
    padding: 0 !important;
}
	
	.single-event-page .left-right-text.bg li {
    margin-bottom: 0px;
}
	
	.single-event-page .left-right-section {
    padding: 10px 0 0 !important;
}
	
	.left-right-text ul li strong {
    font-size: 20px;
    line-height: 25px;
}
	
	.left-right-text ul li {
    padding-left: 30px;
}
	
	.left-right-text ul li::before {
    width: 20px;
    background-size: contain;
}
	
	.left-right-text {
        padding-left: 0;
        padding-top: 20px;
    }
	
	.left-right-text h2 {
    margin-bottom: 0;
}
	
	.cta-area.center-text {
    background: none;
    padding: 40px 30px 80px;
}

	
	    .dj-area {
        padding: 40px 0;
        overflow: hidden;
    }
	
	.dj-text {
        padding: 0;
    }
	
	        .dj-slider {
        padding: 0 38px 50px;
    }
	
	.vision-area {
    padding: 0 30px 30px;
}
	
	.vision-img {
    margin-bottom: 20px;
}
	
	        .services-area {
        padding: 30px 0;
    }
	
	
	.service-tabs {
    margin: 20px 0 0;
}
	
	    .intro-area {
        padding: 20px 0;
    }
	
	    .intro-text {
        max-width: 80%;
    }
	
	    .intro-text h2 {
        margin-bottom: 20px;
        line-height: 40px;
    }
	
	            .gallery-area {
        padding: 20px 0;
    }
	
	.gallery-area h2 {
    margin-bottom: 10px;
}
	
	    .nav-tabs {
        margin-bottom: 30px;
    }
	
	.gallery-area .blue-btn {
    margin-top: 20px;
}
	
	.single-event-page .gallery-area {
    padding: 30px 0 30px;
}
	
	.event .full-width-content {
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
	
	.services-area.inner {
    padding: 30px 0;
	}	
	    .nav-tabs .nav-link {
        font-size: 18px;
        margin: 0 10px;
    }
	
	        .mission-area {
        padding: 20px 0 20px;
    }
	
	    .booking-area {
        padding: 40px;
    }
	
	.booking-area .heading-div h2 {
    line-height: 40px;
    margin-bottom: 20px;

}
	
	.booking-area .heading-div h2 strong {
    display: contents;
}
	
	.booking-area .heading-div p {
    margin-bottom: 20px;
}

.process-area {
        padding: 30px 0;
    }
	
	    .process-text h2 {
        margin-bottom: 20px;
    }
	
	.process-text {
    margin-bottom: 20px;
}
	
	    .number-div {
        font-size: 28px;
        margin-top: 20px;
    }
	
	    .number-div::before {
        width: 45px;
        height: 45px;
        transform: translate(-13px, -4px);
    }
	
	        .clients-area {
        padding: 20px 0;
    }
	
	.tab-pane .owl-nav button.owl-prev {
        left: -25px;
    }
	
	.tab-pane .owl-nav button.owl-next {
    right: -25px;
	}
	
	.reviews-area {
        padding: 20px 0 40px;
    }
	
	.reviews-wrapper {
    width: 90%;
}
	
	    .reviews-area h2 {
        margin-bottom: 15px;
    }
	
	    .reviews-text {
        padding-top: 30px;
    }
	
	    .reviews-area .buttons-div {
        gap: 20px;
        justify-content: flex-start;
        margin-left: 40px;
    }
	
	h3 {
		font-size: 18px;
	}
	
	    .awards-area {
        padding: 30px 0 50px;
    }
	
	.awards-wrapper {
    flex-wrap: wrap;
    width: 96%;
    justify-content: center;
    gap: 35px;
}
	
	    .locations-area {
        padding: 20px 0 40px;
    }
	
	.booking-area {
    padding: 50px 50px;
	}
	
	    .heading-div {
        margin-bottom: 0;
        padding: 0 40px;
    }
	
	.single-event-page .service-tab {
    border-top: 3px solid var(--blue);
    width: 40%;
}
	
	.services-area.inner .service-tabs {
	flex-wrap: wrap;
    gap: 30px;
}
	.dj-intro-text {
    padding: 0;
}
	
	.dj-intro {
    margin-bottom: 0;
}
	
	.reel-area {
    margin-top: 50px;
    padding: 50px;
}
	
	.social-div a {
    font-size: 30px;
}
	
	.faq-area {
    padding: 50px 0 70px;
	}
	.schedule-heading {
    padding: 20px 0;
}
	
	.schedule-tiles {
    flex-wrap: wrap;
    justify-content: center;
}
	
	.schedule-tiles .flip-tab {
    width: 50%;
}
.inner-banner img {
        height: 300px;
    }
        .banner-text {
        font-size: 24px;
        line-height: 32px;
    }
    .about-content h2 {
    margin-bottom: 10px;
}
    .contact-layout .contact-form-area {
        padding: 50px 0 0px;
    }
    .contact-form-inner {
    display: block;
}
.contact-form-tab {
    width: 100%;
}
.contact-layout .left-right-area.inner .left-right-section {
    padding: 0px 0 50px;
}
	
	    .service-landing .left-right-section {
        padding: 0 !important;
    }
	
	.service-landing .schedule-area {
    padding: 30px 0 0;
}
	
	.service-landing .left-right-text h2 strong {
    display: contents;
}
	
	.service-landing .schedule-area ul#serviceTabs {
    margin-bottom: 30px !important;
}
	
	    .service-landing .cta-area.center-text {
        background: none;
        padding: 40px 30px 100px;
    }
	
    .service-tab {
        width: 43%;
    }
.award-img {
    border: 1px solid var(--blue);
    padding: 55px;
    height: 210px;
    width: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.awards-area h2 {
    margin-bottom: 20px;
}
	
	.cta-area {
    padding: 50px 20px;
}
	
	.cta-area.bottom {
    padding: 20px;
}
	
	.full-width-div.event h2 {
    font-size: 32px;
    line-height: 40px;
}
	
	.our-djs-page .services-area.inner .container {
    max-width: 100%;
}
	
	    a.dj-btn {
        padding-left: 0px;
        display: flex;
        margin-left: 0;
    }
	
	    .team-area .dj-btn img {
        left: 0;
    }
}

@media (max-width:767px) {
	
	.mobile-link {
        display: block !important;
    }
	
	.top-nav .acf-nav-menu {
    display: none;
}
	
	    .top-nav {
        padding: 5px 0;
	    justify-content: center;
    }
	
	.logo-div img {
        width: 75%;
    }
	
	    .banner-slide img {
        min-height: 400px;
    }
	
	    .slide-caption {
        top: 50%;
        font-size: 16px;
        line-height: 20px;
    }
	
	    .banner-area .buttons-div .blue-btn {
        width: auto;
    }
	
	    h1 {
        font-size: 30px;
        line-height: 32px;
    }
	
	    .banner-area h1 strong {
        font-size: 54px;
        margin-bottom: 15px;
    }
	
	      h2 {
        font-size: 26px;
        line-height: 30px;
    }
	
	        h2 strong {
        font-size: 48px;
    }
	
	.flip-tab::after {
    display: none;
}
	
	.flip-description {
    padding: 0;
}
	
	.left-right-area {
    padding: 20px 0;
}
	
	.general-layout .left-right-section {
    padding: 15px 0 !important;
}
	
	.general-layout .left-right-text {
    margin-bottom: 30px;
}
	
	    .left-right-text {
        padding-top: 0;
    }
	
	    .full-width-content {
        padding: 20px 10px;
        flex-direction: column;
        gap: 10px;
    }
	
	    .dj-area {
        padding: 40px 20px;
        overflow: hidden;
    }
	
	    .dj-slider {
        padding: 0 0px 50px;
    }
	
	    a.dj-btn {
        top: 0;
    }
	
	    .dj-slider .owl-nav {
        margin-top: 20px !important;
    }
	
	        .services-area {
        padding: 35px 10px;
    }
	
	    .service-text {
        padding: 0 20px;
        min-height: auto;
    }
	
	    .service-tabs {
        gap: 20px;
    }
	
	    .nav-tabs .nav-link {
        font-size: 17px;
	    margin: 0 10px 5px;
    }
	
	    .nav-tabs {
        margin-bottom: 20px;
    }
	
	    .mission-video iframe {
        height: 245px;
        width: 340px;
    }
	
	    .process-area {
        padding: 40px 0 0;
    }
	
	.process-area .row {
    flex-direction: column-reverse;
}
	
	    .process-text {
		margin-bottom: 0;	
        padding-top: 30px;
    }
	
	.step-content p {
    padding-right: 0;
}
	
	.number-div {
        font-size: 24px;
        margin-top: 20px;
        margin-left: 10px;
    }
	
	.number-div::before {
        width: 45px;
        height: 45px;
        transform: translate(-14px, -5px);
    }
	
	.clients-area {
        padding: 40px 0;
    }
	
	    .reviews-area h2 strong {
        font-size: 48px;
        display: block;
    }
	
	              .reviews-area .buttons-div {
        gap: 15px;
        justify-content: flex-start;
        padding-left: 20px;
        margin-left: 0;
    }
	
	    .reviews-area .buttons-div .blue-btn {
        width: fit-content;
    }
	.locations-area h2 {
    line-height: 40px;
}
	
	    .custom-wrapper {
        margin: 0 20px;
    }
	        .locations-div {
        font-size: 16px;
        justify-content: flex-start;
        padding-top: 0px;
    }
	
	    .locations-div ul li a {
        font-size: 16px;
    }
	
	        .footer-wrapper {
        width: 90%;
        justify-content: center;
        gap: 50px;
    }
	
	.inner-banner img {
    object-fit: cover;
    min-height: 350px;
}
	
	  .banner-text {
        font-size: 18px;
        line-height: 25px;
        padding: 0 10px;
    }
	
	.banner-text h1 {
        line-height: 40px;
    }
	
	    .about-content {
        padding: 0;
    }
	
	.about-content h2 strong {
    display: block;
    line-height: 60px;
}
	
	    .left-right-area.inner {
        padding: 0px 0 50px !important;
    }
	
	.inner .left-right-text {
        padding-top: 0px;
    }
	
	.services-area.inner {
    padding: 45px 0;
	}		
	
	.services-area.inner .service-tabs {
    gap: 10px;
    margin: 40px 0;
}
	
	.flip-tab {
    border-right: 0;
}
	
	.flip-content {
		font-size: 16px;
	} 
	
	.flip-img img {
    height: auto;
}
	
	    .transparent-btn {
        font-size: 18px;
        margin-top: 80px;
    }
	
	.tile-content h4 {
    font-size: 22px;
}
	
	    .service-landing .cta-area.center-text {
        padding: 40px 30px 80px;
    }
	
	.service-landing .cta-text {
    margin-bottom: 20px;
}
	
    .vision-area {
        padding: 0 15px 30px;
    }
	
	    .vision-img img {
        margin-top: -50px;
    }
	
	.reel-video iframe {
    width: 100%;
    height: 210px;
}
	
	.reel-area {
    padding: 50px 10px;
}
	
	.heading-div {
        margin-bottom: 0;
        padding: 0 20px;
    }
	
	.social-div a {
    font-size: 24px;
}
	
	.accordion-body {
    padding: 0 0px 15px 0;
}
	
	.acc-icon {
		display: none;
	}
	
	.accordion-button {
    line-height: 22px;
	}	
	
	.tab-pane .owl-nav {
		display: none !important;
}
	
	.schedule-tiles .flip-tab {
    width: 100%;
}
	
	    .gallery-area {
        padding: 40px 0 0;
    }
	
	.left-right-area.inner {
        padding: 0px 0 50px !important;
    }
	
	.single-service-page .left-right-text ul li strong {
    line-height: 30px;
}
	
	.single-service-page .left-right-text h2 {
    margin-bottom: 15px;
}
	
	.single-service-page .left-right-area.inner .left-right-section {
    margin-bottom: 10px;
    padding: 0;
}
	
	.single-service-page .tiles-area {
    padding: 40px 0;
}
	
	    .cta-area {
        background-position: center;
        padding: 30px 20px;
    }
	
	   .general-layout .cta-area {
        padding: 30px 20px 30px;
    }
	
	.cta-text h2 {
        margin-bottom: 15px;
        line-height: 32px;
    }
body {
    font-size: 14px;
}
    .about-area {
        padding: 40px 0;
    }
        h2 span {
        font-size: 35px;
    }
        .contact-layout .contact-form-area {
        padding: 40px 0 0px;
    }
    .g-5, .gy-5 {
    --bs-gutter-y: 20px;
}
.contact-layout .left-right-area.inner {
        padding: 0px 0 40px !important;
    }
    .contact-layout .services-area.inner {
        margin-bottom: 40px;
    }

	
	.left-right-area.inner .left-right-section {
    margin-bottom: 10px;
    padding: 50px 0 0px;
}
	
	    .service-landing .left-right-section {
        width: 90%;
        padding: 30px 0 0 !important;
    }
	
	.service-landing .left-right-text {
    margin-bottom: 15px;
}

	   .event-landing .gallery-area {
        padding: 5px 0 0;
    }
	
	.gallery-area .blue-btn {
    margin-top: 10px;
    padding: 10px 40px;
}
	
    .service-tab {
    width: 320px;
}
    .awards-area {
        padding: 40px 0 40px;
    }
	
	.awards-wrapper {
        flex-wrap: wrap;
        width: 98%;
        justify-content: center;
        gap: 10px;
    } 
   .award-img {
        height: 170px;
        width: 167px;
        padding: 20px;
    }
    .locations-area {
        padding: 40px 0;
    }
	
	 .form-section .container {
    max-width: 100%;
} 
	
	    .services-area {
        padding: 35px 10px;
    }
	
	.full-width-div.event h2 {
    font-size: 26px;
    line-height: 32px;
}
	
	.single-event-page .service-tab {
        width: 90%;
    }
	
	.single-event-page .left-right-section {
    padding: 30px 0 0 !important;
}
	
	    .booking-area {
        padding: 40px 0px;
    }
	
	.page-id-819 .team-area {
    padding: 40px 0;
}
	
	.team-small {
    margin-top: 40px;
}
	
	.page-id-898 .team-wrapper .row .col-lg-3:nth-child(1),
	.page-id-898 .team-wrapper .row .col-lg-3:nth-child(2){
    width: 100%;
}

	    .page-id-898 .team-featured .dj-btn {
        font-size: 12px;
        padding-left: 250px;
        display: block;
    }
      
	.cta-text {
    margin-bottom: 0px;
}
}