/*******************************************************************************/

html {
    overflow-x: hidden;
}

body {
    margin: 0px!important;
    padding: 0px!important;
    overflow: hidden!important;
    background: #fff;
    color: #3a362c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans';
}

img {
    max-width: 100%;
    height: auto;
}



/* fonts */

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-LightItalic.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matchmaker';
    src: url('../fonts/Matchmaker.woff2') format('woff2'),
        url('../fonts/Matchmaker.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akira Expanded';
    src: url('../fonts/AkiraExpanded-SuperBold.woff2') format('woff2'),
        url('../fonts/AkiraExpanded-SuperBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Selection */

::-moz-selection {
    background: #ff6351;
    color: #fff;
}

::-webkit-selection {
    background: #ff6351;
    color: #fff;
}


/* Transition elsements */

a {
    -webkit-transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/* Typography */

a {
    color: #00aeb4;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    font-family: 'Plus Jakarta Sans';
}

h1 {
    font-size: 50px;
    line-height: 56px;
    color: #ff6351;
    text-transform: capitalize;
    font-weight: 400;
}

h2 {
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: inherit;
    font-weight: 600;
    color: #ff6351;
}

h3 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
}

h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

h5 {
    font-weight: 300;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3 {
    font-family: 'Akira Expanded';
}

li {
    list-style: none;
    color: #16355f;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
}

p,
ol,
ul,
blockquote {
    margin: 0;
    padding: 0;

}

p {
    padding: 10px 0;
}

blockquote {
    border-color: #f7f7f7;
}




/* Forms */

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 8px 0px;
    height: inherit;
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    z-index: 1;
    position: relative;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Plus Jakarta Sans';
}

button,
input[type='submit'],
button:focus,
input[type='submit']:focus {
    outline: none;
}

/* {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
} */

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #747474;
    font-weight: 500;
    font-size: 24px;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #747474;
    font-weight: 500;
    font-size: 24px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #747474;
    font-weight: 500;
    font-size: 24px;
}

a:hover {
    transition: 0.90s !important;
}

input:focus,
textarea:focus {
    background-color: rgba(255, 255, 255, 0.10);
    outline: 0;
    color: #2c2c2c;
}


/*back-to-top-css*/

.scrollToTop {
    height: 50px;
    width: 50px;
    padding-top: 2px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 9999;
    display: none;
    border-radius: 50%;
    background-color: #ff6351;
    border: 1px solid #fff;
}

.scrollToTop:hover,
.scrollToTop:focus {
    background: #00aeb4;
    color: #fff;
}

/*back-to-top-css*/


.light_btn {
    background: #00aeb4;
    height: 64px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    font-weight: 600;
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #00aeb4;
    font-family: 'Plus Jakarta Sans';
    box-shadow: none;
}

.light_btn:hover {
    background: #ff6351;
    color: #fff;
    border: 2px solid #ff6351;
}


/*==========================Start-css===========================*/

/*==========Header===========*/


header .header-top {
    padding: 10px 0;
    background: #0d3b45;
    transition: transform .5s ease!important;
}

header .header-top p {
    font-size: 22px;
    line-height: 1.364;
    color: #fff;
    font-family: 'Akira Expanded';
    text-align: center;
}

.header-contact ul {
    display: inline-block;

}

.header-contact ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

.header-contact ul li a {
    font-size: 18px;
    line-height: 26px;
    display: block;
    color: #00aeb4;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
}

.header-contact ul li a:hover {
    color: #0d3b45;
}

.header-contact ul li:first-child {
    padding-left: 0;
}

.header-contact ul li:first-child::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    height: 18px;
    width: 3px;
    margin: auto 0;
    background: #0d3b45;
}


.header-nav .mega-menu-wrap {
    background-color: transparent !important;
}

.header-nav .mega-menu-wrap .max-mega-menu .mega-menu-item .mega-menu-link {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Plus Jakarta Sans' !important;
    border-radius: 30px !important;
    transition: transform .5s ease;
    height: 35px !important;
    line-height: 22px !important;
    padding: 4px 20px !important;
    border: 1px solid transparent !important;
}

.header-nav .mega-menu-wrap .max-mega-menu .mega-menu-item .mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #00aeb4 !important;
    font-weight: 700 !important;
    background-color: transparent !important;
    border: 1px solid #00aeb4 !important;
    border-radius: 30px !important;
    transition: transform .5s ease;
}

.header-nav .mega-menu-wrap .max-mega-menu .mega-menu-item .mega-menu-link:hover {
    font-weight: 400 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
    background-color: transparent !important;
}


header.fixed {
    position: fixed !important;
    top: 0;
    z-index: 9999999 !important;
    padding: 0;
    -webkit-box-shadow: 0 0 21px -5px rgba(0, 0, 0, .38);
    -moz-box-shadow: 0 0 21px -5px rgba(0, 0, 0, .38);
    box-shadow: 0 0 21px -5px rgba(0, 0, 0, .38);
   transition: transform .5s ease!important;
}

header.sticky {
    width: 100%;
    position: relative;
    z-index: 9999;
    transition: transform .5s ease!important;
    background: #fff !important;
}
header.fixed .header-top{
    display: none;
    transition: transform .5s ease!important;
}

/*==========END-Header===========*/


/*==========Banner===========*/
.hero-banner {
    padding: 210px 0 250px 0;
    text-align: center;
    background: url(../images/hero-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-banner .sub-title {
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 8px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
}

.hero-banner img {
    margin-top: 30px;
    margin-bottom: 20px;
    animation: zoom-in-zoom-out 5s ease infinite;
} 

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 108%;
  }
  100% {
    scale: 100%;
  }
}




 
.hero-banner p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.light_buttons {
    display: inline-block;
    margin-top: 65px;
}

.light_buttons .light_btn {
    margin: 5px;
}

.light_white_btn {
    background: #fff;
    color: #00aeb4;
}

/*================light-event==================*/

.light-event {
    text-align: center;
    padding: 130px 0 80px 0;
    position: relative;
}

.light-event p {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}
.light-event .dj-movement{
    position: absolute;
   transition: transform .5s ease;
}
.light-event .dj-movement:hover{
      transform: scale(1.1) rotate(360deg);
      transition: transform .5s ease;
}
.light-event .movement-one{
    top: 5%;
    left: 10%;
}
.light-event .movement-two{
    right: 5%;
    bottom: 15%;
}
.light-event .movement-three{
    bottom: 15%;
    left: 5%;
}
.light-event .movement-four{
    top: 8%;
    right: 18%;
}

/*.light-event::before {
    position: absolute;
    content: url(../images/event-left-img.png);
    top: 7%;
    left: 4%;
}

.light-event::after {
    position: absolute;
    content: url(../images/event-right-img.png);
    top: 7%;
    right: 4%;
}*/


/*================Why-Choose-event==================*/

.light-why-choose {
    background: url(../images/why-choose-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
}

.light-why-choose h2 {
    color: #fff;
}

.benefits_btn {
    text-align: center;
}

.why-event {
    margin: 70px 0;

}

.why-event .row {
    display: flex;
    height: 100%;
}

.why-event .row .col-xl-3,
.why-event .row .col-lg-6,
.why-event .row .col-lg-4 {
    display: flex;
}

.why-choose-box {
    padding: 30px 30px 50px 30px;
    background: rgba(0, 0, 0, 0.5);
}

.why-choose-box .svg {
    width: 24px;
}

.why-choose-box h3 {
    color: #79ffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    margin-top: 30px;
}

.why-choose-box p {
    color: #fff;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 0;
}

/*============================Our-services=================*/

.light-services {
    padding: 140px 0 80px 0;
}

.our-services {
    margin: 70px 0 65px 0;
}

.service-box {
    position: relative;
    overflow: hidden;
}

.service-box::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.service-box img {
    transform: scale(1);
    transition: transform .5s ease;
}

.service-box:hover img {
    transform: scale(1.2);
    transition: transform .5s ease;
}




.service-text {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 0 30px;
    transform: translateY(-50%) !important;
}

.service-text h3 {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
}

.service-text p {
    color: #e6e6e6;
    font-size: 18px;
    /* line-height: */
}

.service-box:hover .service-text h3 {
    color: #ff6351;
    transition: 0.90s;
}

.service-box:hover.service-box::before {
    background: rgba(0, 0, 0, 0.7);
    transition: 0.90s;
}

.light-services a.ready_light {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #ff6351;
    font-weight: 600;
}

.light-services a.ready_light:hover {
    color: #00aeb4;
}

.light-services .benefits_btn {
    margin-top: 30px;
}


/*==============================Our Packages=====================*/

.light_packages {
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

.light_packages h2 {
    margin-bottom: 70px;
}

.light_packages .package-info {
    background: linear-gradient(to top, #ff6351, #fff);
    border-radius: 32px;
    padding: 2px;
    -webkit-box-shadow: 0px -1px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -1px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 24px 0px rgba(0, 0, 0, 0.1);
    border-right: 2px solid #fff;
}

.light_packages .package {
    background: #fff;
    padding: 40px 55px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.light_packages .package h3 {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
}

.light_packages .package p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}

.light_packages .package ul li {
    font-size: 16px;
    line-height: 26px;
    color: #737373;
    list-style: disc;
    margin-bottom: 15px;
}

.light_packages .package ul li:last-child {
    margin-bottom: 0;
}

.light_packages .benefits_btn {
    margin-top: 32px;
}

/*======================Founder=====================*/
.light-founder {
    overflow: hidden;
}

.light-founder .row {
    display: flex;
    height: 100%;
}

.light-founder .row .col-md-6 {
    display: flex;
}

.left-founder {
    background: rgb(68, 36, 55);
    background: linear-gradient(131deg, rgba(68, 36, 55, 1) 25%, rgba(8, 61, 70, 1) 100%);
    text-align: center;
    position: relative;

}
.dj-david{
    overflow: hidden;
}
.dj-david img{transform: scale(1);
    transition: transform .5s ease;}
.dj-david:hover img {
  transform: scale(0.9);
  transition: transform .5s ease;
}
.founder-info {
    position: absolute;
    top: 50%;
    transform: translatey(-50%) !important;
    left: 15%;
    right: 15%;
}

.founder-info img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
    margin-bottom: 20px;
}

.founder-info span {
    clear: both;
    display: block;
    color: #d7d6d8;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.founder-info h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}

.founder-info p {
    color: #d7d6d8;
    font-size: 24px;
    line-height: 34px;
}

.dj_action {
    width: 100%;
    position: relative;
    border-left: 1px solid #fff;
    overflow: hidden;
}

.dj_action img {
    width: 100%;
    transform: scale(1);
    transition: transform .5s ease;
}

.dj_action:hover img {
    transform: scale(1.2);
    transition: transform .5s ease
}


.light-play {
    position: absolute;
    top: 50%;
    transform: translatey(-50%) !important;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.light-play img {
    width: auto !important;
    transition: 0.40s !important;
}

.dj_action:hover .light-play img {
    transform: rotate(119deg);
    transition: 0.40s !important;
}

.dj_action h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    color: #fff;
    transition: 0.40s !important;
}

.dj_action:hover h3 {
    color: #ff6351;
    transition: 0.40s !important;
}

/*========What Our Clients Say================*/

.client_say {
    padding: 160px 0 100px 0;
}

.client_say .row {
    display: flex;
    height: 100%;
}

.client_say .row .col-xl-4 {
    display: flex;
}

.client_say .package {
    text-align: center;
    height: 100%;
}

.client_say .package h4 {
    color: #ff6351;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.client_say .package p {
    color: #737373;
    font-weight: 400;
    line-height: 26px;
}

.client_say .package h3 {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
}

.client_say .package h3::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -6px;
    height: 40px;
    width: 40px;
    background: #ff6351;
    border-radius: 50%;
}

.client_say .package-info {
    background: linear-gradient(to top, #ff6351, #fff);
}


/*==========dj-newsletter========*/


.dj-newsletter .row {
    display: flex;
    height: 100%;
}

.dj-newsletter .row .col-lg-6 {
    display: flex;
}


.right-dj {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: transform .5s ease;
}

.right-dj img {
    border-radius: 15px;
    transform: scale(1);
    transition: transform .5s ease;
    height: 100%;
    width: 100%;
}

.right-dj:hover img {
    transform: scale(1.2);
    transition: transform .5s ease
}

.right-dj-text {
    position: absolute;
    left: 50px;
    bottom: 60px;
    width: 84%;
}

.right-dj-text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 0;
}

.right-dj-text p {
    color: #d7d6d8;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.right-dj-text a {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.right-dj-text a:hover {
    color: #00aeb4;
}

.light-newsletter {
    background: rgb(68, 36, 55);
    background: linear-gradient(131deg, rgba(68, 36, 55, 1) 25%, rgba(8, 61, 70, 1) 100%);
    border-radius: 15px;
    padding: 50px 40px;
}

.light-newsletter h3 {
    color: #fff;
    font-size: 36px;
}

.light-newsletter .mc4wp-form-fields input {
    background: #fff !important;
    border: 1px solid #ff6351 !important;
    height: 65px !important;
    color: #000 !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans' !important;

}

.light-newsletter .mc4wp-form-fields input::placeholder {
    font-size: 16px !important;
    color: #a3a3a3 !important;
}

.light-newsletter .mc4wp-form-fields input:focus {
    border: 1px solid #00aeb4 !important;
}

.light-newsletter .mc4wp-form-fields input[type="submit"] {
    background: #00aeb4 !important;
    height: 70px !important;
    padding: 0 40px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 53px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-radius: 35px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border: 2px solid #00aeb4 !important;
    font-family: 'Plus Jakarta Sans' !important;
    box-shadow: none !important;

}

.light-newsletter .mc4wp-form-fields input[type="submit"]:hover {
    background: #ff6351 !important;
    color: #fff !important;
    border: 2px solid #ff6351 !important;
}


.light-newsletter .wpcf7 .wpcf7-form br {
    display: none !important;
}

.light-newsletter .mc4wp-form-fields label {
    width: 100%;
    margin: 18px 0;
}

.light-newsletter .mc4wp-form-fields label:nth-child(1) {
    float: left !important;
    width: 48% !important;
}

.light-newsletter .mc4wp-form-fields label:nth-child(2) {
    float: left !important;
    width: 48% !important;
    margin-left: 22px !important;
}

.light-newsletter .mc4wp-response p {
    color: #fff !important;
}



/*============================Blog====================*/

.light-blog {
    padding: 45px 0 180px 0;

}

.h-blog-img {
    overflow: hidden;
    border-radius: 10px;
}

.blog-info .h-blog-img img {
    border-radius: 10px;
    transform: scale(1);
    transition: transform .5s ease;
    width: 100%;
}

.blog-info .h-blog-img a {
    display: block;
}


.blog-info:hover .h-blog-img img {
    transform: scale(1.2);
    transition: transform .5s ease
}

.blog-info h4 {
    margin-top: 30px;
}


.blog-info h4,
.blog-info h4 a {
    font-size: 16px;
    color: #ff6351;
    line-height: 24px;
    font-weight: 700;
}

.blog-info p {
    color: #737373;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-info a.btn {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
    margin-top: 10px;
}

.blog-info:hover h4,
.blog-info:hover h4 a {
    color: #00aeb4;
}

.blog-info:hover a.btn {
    color: #00aeb4;
}



.light_up_event {
    background: rgb(68, 36, 55);
    background: linear-gradient(131deg, rgba(68, 36, 55, 1) 25%, rgba(8, 61, 70, 1) 100%);
    padding: 110px 0 140px 0;
}

.light_up_event h2 {
    color: #fff;
}

.light_up_event p {
    color: #d7d6d8;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    width: 65%;
    padding: 0;
}


footer {
    background: #000;
    padding: 10px 0;
}

footer .footer-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: -50px;
}

.f-links {
    text-align: center;
    margin-top: 65px;
}

.f-links li {
    display: inline-block;
}

.f-links li a {
    color: #d7d6d8;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
}

.f-links li a:hover {
    color: #00aeb4;
}

.f-media {
    text-align: center;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 75px;
}

.f-media li {
    display: inline-block;
    margin: 0 10px;
}

.f-media li a img {
    width: 80%;
}

footer p {
    color: #d7d6d8;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

footer p a {
    color: #d7d6d8;
    text-decoration: underline;
}

footer p a:hover {
    color: #00aeb4;
    text-decoration: underline;
}


/*=====================About-page=====================================*/

.light-about {
    margin: 80px 0 70px 0;
    position: relative;
}

.light-about h2 {
    text-align: left;
}

.light-about p {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
}

.about_right_img {
    text-align: right;
    overflow: hidden;
}

.about_right_img img {
    width: 100%;
    margin-left: 30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about_right_img:hover img {
    margin-left: 0;
}

.about-founder {
    padding: 140px 0 100px 0;
}

.about-founder p {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.about-founder .left-founder {
    background: none !important;
}

.about-founder .founder-info {
    position: relative;
    top: auto;
    transform: none !important;
    left: auto;
    right: auto;
    margin-top: 100px;
}

.about-founder .founder-info span {
    color: #00aeb4;
}

.about-founder .founder-info h3 {
    color: #0d3b45;
}

.about-founder .founder-info p {
    width: 52%;
    text-align: center;
    font-weight: 400;
}

.about-contact {
    background: url(../images/about-contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 80px 60px 150px;
}

.about-contact-info h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 130px;
}

.about-contact-info ul li {
    display: block;
}

.about-contact-info ul li p span {
    color: #79ffff;
    font-size: 18px;
    font-weight: 700;
}

.about-contact-info ul li p,
.about-contact-info ul li p a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.about-contact-info ul li p a:hover {
    color: #79ffff;
}

.about-contact-info ul li ul.f-media {
    text-align: left;
    margin: 0;
}

.about-contact-info ul li ul.f-media li {
    display: inline-block !important;
}

.about-contact-info ul li ul.f-media li:first-child {
    margin-left: 0;
}

.about-contact-form {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
}




.about-contact-form .wpcf7 .wpcf7-form-control.wpcf7-text {
    background: #fff !important;
    border: 1px solid transparent !important;
    height: 65px !important;
    color: #000 !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans' !important;

}

.about-contact-form .wpcf7 .wpcf7-form-control.wpcf7-textarea {
    background: #fff !important;
    border: 1px solid transparent !important;
    color: #000 !important;
    padding: 20px 15px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans' !important;
    margin-bottom: 20px !important;
}

.about-contact-form .wpcf7 .wpcf7-form-control::placeholder {
    font-size: 16px !important;
    color: #a3a3a3 !important;
}

.about-contact-form .wpcf7 .wpcf7-form-control:focus {
    border: 1px solid #00aeb4 !important;
}



.about-contact-form .wpcf7 .wpcf7-form br {
    display: none !important;
}

.about-contact-form .wpcf7 .wpcf7-form span[data-name="firstname"] {
    float: left !important;
    width: 49% !important;
    margin-bottom: 20px !important;
}

.about-contact-form .wpcf7 .wpcf7-form span[data-name="lastname"] {
    float: left !important;
    width: 49% !important;
    margin-left: 2% !important;
    margin-bottom: 20px !important;
}

.about-contact-form .wpcf7 .wpcf7-form span[data-name="email"] {
    float: left !important;
    width: 49% !important;
    margin-bottom: 20px !important;
}

.about-contact-form .wpcf7 .wpcf7-form span[data-name="tel"] {
    float: left !important;
    width: 49% !important;
    margin-left: 2% !important;
    margin-bottom: 20px !important;
}

.about-contact-form .wpcf7 .wpcf7-submit {
    background: #00aeb4 !important;
    height: 70px !important;
    padding: 0 40px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 53px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-radius: 35px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border: 2px solid #00aeb4 !important;
    font-family: 'Plus Jakarta Sans' !important;
    box-shadow: none !important;
    margin-top: 15px;

}

.about-contact-form .wpcf7 .wpcf7-submit:hover {
    background: #ff6351 !important;
    color: #fff !important;
    border: 2px solid #ff6351 !important;
}


/*=====================Service-page=====================================*/

.light-in-services {
    padding: 126px 0 150px 0;
}

.light-in-services p.title_para {
    width: 85%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
}

.light-in-services .our-services {
    margin-bottom: 0;
}

.light-in-services .our-services .service-text {
    transform: none !important;
    top: inherit;
    bottom: 50px;
    text-align: left;
}

.light-in-services .our-services .service-text h3 {
    font-size: 18px;
    line-height: 24px;
}

.light-in-services .our-services .service-text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.light-in-services .service-box {
    margin-bottom: 30px;
}

.light-in-services .service-box::before {
    background: rgb(68, 36, 55, 0.8);
    background: linear-gradient(131deg, rgba(68, 36, 55, 0.8) 25%, rgba(8, 61, 70, 0.8) 100%);
    transition: 0.90s;
}

.light-in-services .service-box:hover.service-box::before {
    background: rgb(68, 36, 55, 0.5);
    background: linear-gradient(131deg, rgba(68, 36, 55, 0.5) 25%, rgba(8, 61, 70, 0.5) 100%);
    transition: 0.90s;
}


/*=====light-in-blog==========*/

.light-in-blog {
    padding: 196px 0 130px 0;
}

.light-in-blog .row {
    display: flex;
    height: 100%;

}

.light-in-blog .row .col-md-4 {
    display: flex;
}

.light-in-blog .right-dj {
    overflow: hidden;
}

.light-in-blog .right-dj img {
    transform: scale(1);
    transition: transform .5s ease;
}

.light-in-blog .right-dj:hover img {
    transform: scale(1.2);
    transition: transform .5s ease;
}

.light-in-blog .right-dj-text {
    width: 40%;
}

.dj-blog {
    border-radius: 30px;
    margin-top: 40px;

}

.dj-in-blog-img {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.dj-blog .dj-in-blog-img img {
    border-radius: 30px 30px 0 0;
    transform: scale(1);
    transition: transform .5s ease;
    width: 100%;
}

.dj-blog:hover img {
    transform: scale(1.2);
    transition: transform .5s ease;
}

.dj-blog .blog-text {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0 0 30px 30px;
}

.dj-blog .blog-border {
    background: linear-gradient(to top, #ff6351, #fff);
    padding: 1px;
    border-radius: 0 0 30px 30px;
}

.dj-blog .blog-text {
    padding: 20px 30px 30px 30px;
}

.dj-blog .blog-text h4 a,
.dj-blog .blog-text h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.dj-blog .blog-text p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.dj-blog .blog-text ul {
    margin-top: 10px;
}

.dj-blog .blog-text ul li {
    float: left;
    width: 50%;
}

.dj-blog .blog-text ul li img {
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    transform: none;
}

.dj-blog .blog-text ul li p {
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.dj-blog .blog-text ul li:last-child {
    float: right;
    text-align: right;

}


.dj-blog:hover .blog-text h4 a,
.dj-blog:hover .blog-text h4 {
    color: #ff6351;
}


/*============================FAQ====================*/

.light-faq {
    padding: 110px 0;
}

.faq-info {
    width: 70%;
}

.faq-info h3 {
    color: #ff6351;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
}

.faq-info h4 {
    color: #00aeb4;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 0;
}

.faq-info p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 5px;
}

.faq-info hr {
    width: 30%;
    height: 3px;
    background: #cccccc;
    margin: 40px 0;
}

.faq-info ul li {
    display: block;
    margin-top: 30px;
}

.free-consultation {
    background: rgb(68, 36, 55);
    background: linear-gradient(131deg, rgba(68, 36, 55, 1) 25%, rgba(8, 61, 70, 1) 100%);
    padding: 90px 90px 60px 90px;
    border-radius: 30px;
    margin-top: 90px;
    text-align: center;
}

.free-consultation h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
}

.free-consultation .light_btn {
    margin-top: 30px;
}

/*======================Blog-Detail=====================*/

.blog-detail-banner {
    position: relative;
}

.blog-detail-banner img {
    width: 100%;
}

.blog-banner-text {
    position: absolute;
    bottom: 20%;
    width: 65%;
    text-align: left;
}

.blog-banner-text h2 {
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    text-align: left
}

.blog-banner-text p {
    color: #d7d6d8;
    font-size: 14px;
    line-height: 22px;
    width: 57%;
}

.blog-detail-info {
    padding: 80px 0 110px 0;
}

.blog-left h3 {
    font-size: 16px;
    line-height: 28px;
    color: #050505;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
}

.blog-left p,
.blog-left ul li {
    font-size: 16px;
    line-height: 24px;
    color: #050505;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
}

.blog-left ul li {
    display: block;
    padding: 2px 0;
}

.blog-left ul {
    margin-bottom: 20px;
}

.blog-left img {
    width: 100%;
    border-radius: 20px;
    margin: 30px 0;
}

.blog-right {
    margin-left: 40px;
}

.blog-right .blog-info {
    margin-bottom: 50px;
}


.pagination {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}

.pagination .pages {
    height: 40px !important;
    width: auto !important;
    border: 1px solid #f36729 !important;
    background-color: transparent !important;
    display: inline-block !important;
    font-family: 'Plus Jakarta Sans';
    border-radius: 3px !important;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 35px !important;
    padding: 0 2px !important;
}

.pagination .current,
.pagination .page,
.pagination .nextpostslink,
.pagination .previouspostslink {
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #f36729 !important;
    background-color: transparent !important;
    display: inline-block !important;
    font-family: 'Plus Jakarta Sans';
    border-radius: 3px !important;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 35px !important;
    padding: 0 2px !important;
}

.pagination .current {
    color: #fff !important;
    background: #f36729 !important;
}

.four_zero img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.four_zero h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
}

.four_zero p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ff6351 !important;
    color: #fff !important;
}

.request-quote {
    overflow: hidden;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.17);
    padding: 40px;
    margin-top: 80px;
    margin-bottom: 130px;
    border-radius: 15px;
}


.request-quote h3 {
    font-size: 24px;
    line-height: 30px;
    color: #ff6351;
    margin-bottom: 30px;
}

.request-quote .wpcf7-form label {
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;

}

.request-quote .wpcf7-form .wpcf7-form-control {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    height: 55px !important;
    color: #000 !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans' !important;
    width: 100% !important;
    margin-top: 7px !important;
}

.request-quote .wpcf7-form .wpcf7-select {
    background: #fff url(../images/select-box.png) no-repeat !important;
    background-position: right center !important;
}

.request-quote .wpcf7-form .wpcf7-textarea {
    height: auto !important;
}

.request-quote .wpcf7-form .wpcf7-checkbox {
    border: none !important;
    padding: 0 !important;
}

.request-quote .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 !important;
}

.request-quote .wpcf7-form .wpcf7-submit {
    background: #00aeb4 !important;
    height: 70px !important;
    padding: 0 40px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 53px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-radius: 35px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border: 2px solid #00aeb4 !important;
    font-family: 'Plus Jakarta Sans' !important;
    box-shadow: none !important;

}

.request-quote .wpcf7-form .wpcf7-submit:hover {
    background: #ff6351 !important;
    color: #fff !important;
    border: 2px solid #ff6351 !important;
}

.request-quote .wpcf7-response-output {
    margin: 0 !important;
    padding: 15px !important;
    color: #000 !important;
    background: rgba(255, 99, 81, 0.5) !important;
    border: none !important;
}


/* new changes 26-11-24 */
.light_packages .package-info {
    transition: all 0.3s ease-in-out;
}

.light_packages .package-info:hover {
    transform: scale(1.02);
    /* background: #00aeb4; */
    background: linear-gradient(to top, #00aeb4, #fff);
}

.founder-info .img-box {
    position: relative;
    width: 100%;
    width: 422px;
    height: 422px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
    margin-bottom: 20px;
}

.founder-info .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.founder-info .img-box:hover img {
    transform: scale(1.05);
}

.why-choose-box,
.why-choose-box svg {
    transition: all 0.3s ease-in-out;
}

.why-choose-box:hover {
    transform: translateY(-15px);
}

.why-choose-box:hover svg {
    transform: rotate(360deg);
}


.terms-condition{
    padding: 80px 0; 
     font-size: 18px;
    line-height: 28px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
}



.terms-condition ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  left: 5px;
  top: 9px;
  background: #ff6351;
}
.terms-condition p{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 23px;
  color: #020a15!important;
  font-family: 'Plus Jakarta Sans';
}
.terms-condition ul li{
  padding-left: 30px;
  position: relative;
    font-size: 18px;
    line-height: 28px;
  margin: 0 0 23px;
  margin-top: 0px;
  color: #020a15!important;
  font-family: 'Plus Jakarta Sans';
}
.terms-condition :is(h1, h2, h3, h4, h5, h6, ul, ol) {
  margin: 15px 0;
}
.terms-condition ul {
  display: flex;
  flex-direction: column;
}
.terms-condition  strong {
  font-weight: 700;
    color: #020a15;
    font-family: 'Plus Jakarta Sans';
    font-size: 20px; 
}
.terms-condition p a,
.terms-condition li a,
.terms-condition strong a{
    color: #00aeb4
}
.terms-condition a:hover,
.terms-condition p a:hover,
.terms-condition li a:hover,
.terms-condition strong a:hover{
    color: #ff6351
}

.blog-detail-info .search-box{
    border-radius: 15px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-bottom: 30px;
}

.blog-detail-info .search-box .input-box input {
  font-size: 16px;
  line-height: 1;
  color: #040215;
  height: 64px;
  padding: 10px 20px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
}
.blog-detail-info .search-box .input-box input::placeholder{
    font-size: 16px;
    color: #a4a4a4;
}

.blog-detail-info .search-box .input-box input:focus{
    border: 1px solid #00aeb4;
    box-shadow: none;
}

.blog-detail-info .search-box .input-box button{
    background: #00aeb4;
  height: 64px;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  font-weight: 600;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-family: 'Plus Jakarta Sans';
  box-shadow: none;
    width: 100%;
    margin-top: 10px;
}
.blog-detail-info .search-box .input-box button:hover{
    background: #ff6351;
  color: #fff;
}

.blog-detail-info .blog-right h4{
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
div.simplesocialbuttons.simplesocialbuttons-align-left {
  text-align: left;
  margin: 15px 0;
}

.search-blog{
    padding: 80px 0;
}



/* new changes 26-11-24 */