<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CreatedON :08 Feb 2024
CreatedBy :Netra
Reason:New Design of individual registration page*/
body {
    overflow-y: hidden;
}
#uploadImg{
    z-index:100 !important;
}
.aligning {
    margin-top: 15%;
    max-width:1440px;
}
.Hero {
    height: 100vh !important;
}

.mytext {
    -webkit-text-stroke: 1px var(--main) !important;
    stroke: var(--main);
    font-size: 120px;
    font-family: inherit;
    line-height: .9em;
    stroke-dasharray: 1000;
    animation: dash 8s linear infinite;
}
.textblack {
    color: black !important;
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
        opacity: 0;
    }

    90% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
body {
    overflow-y: hidden;
}
.custom-error {
    color: #FF2525;
}

.bgimage {
    background-image: url('/wp-content/uploads/2024/IndividualBanner.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
input {
    color: white !important;
}
input[type="checkbox"]:focus {
    outline: 0;
}
input[type="checkbox"] {
    opacity:1;
    border: 1.5px solid var(--main);
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 33px;
    height: 20px;
}
.fontcheckbox{
    font-size:14px;
}
input[type="checkbox"]::before {
    content: "\2713";
    color: var(--main);
    font-size: 1rem;
    font-weight: bold;
    display: none;
}

    input[type="checkbox"]:checked::before {
        display: inline-block;
    }
.subheadtext {
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif !important;
}
#customborder {
    border: 1px solid var(--main) !important;
    border-radius: 25px;
}


#mobile {
    text-align: start;
    left: -69px;
    position: relative;
}

.background-image {
    background-image: url('/wp-content/uploads/2024/BgForIndividualLogin.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(2);
}

.maroonbg {
    background-color: #480607;
}

.maximumwidth {
    max-width: 1024px;
    filter: brightness(0.5);
}

.text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-fill-color: transparent;
    text-stroke: 1px var(--main);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--main);
    -moz-text-fill-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 90px;
    text-align: center;
}

.ltx-content-wrapper {
    min-height: 100%;
}

.subheadtext {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.usr-img {
    border: 1px solid #ab8024;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 200px;
    border-radius: 25px;
    overflow: hidden;
}
.bgcolor {
    background-color: #333333;
}
.upload-btn label {
    width: 100% !important;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: none !important;
    font-weight: 600;
    color: white !important;
    padding: 10px 10px;
    background-color: var(--main) !important;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    background-clip: border-box;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dj-form {
    padding: 0 !important;
    font-family: 'Roboto', sans-serif !important;
}
.captcha {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ab8024 !important;
    border-top: none !important;
    border-radius: 0 !important;
}
.submitbutton {
    width: 40% !important;
    font-size: 16px !important;
    font-weight: 600;
    color: white !important;
    padding: 10px 10px !important;
    min-width: auto !important;
}
    .refresh_button {
    position: absolute;
    top: 13%;
    right: 10%;
    transform: translateY(-50%);
    background: var(--main);
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .refresh_button:active {
        transform: translateY(-50%) scale(0.98);
    }

.usericon {
    color: white;
    top: 30%;
    right: 10%;
}

.select-wrap {
    background-color: transparent !important;
   
    color: white !important;
    font-size:16px;
}

    .select-wrap select {
        border: 1px solid var(--main) !important;
        border-radius: 25px;
        color: white !important;
        padding: 8px !important;
        padding-left: 23px !important;
        font-size: 16px;
    }

        .select-wrap select option {
            color: white !important;
            background-color: #333333 !important;
        }

            .select-wrap select option:checked,
            .select-wrap select option:hover,
            .select-wrap select option:focus,
            .select-wrap select option:active,
            .select-wrap select option:default {
                background-color: var(--main) !important;
            }


::placeholder {
    color: white !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    padding-left: 0px !important;
}

.usr-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 200px;
    overflow: hidden;
}
#CountryCode {
    text-align:center !important;
}
/*media queries*/

    @media (max-width: 768px) {
        .text {
            font-size: 60px;
        }
        .upload-btn label {
            font-size: 14px;
        }
        .submitbutton {
            font-size: 14px !important;
        }

        ::placeholder {
            font-size: 14px;
        }

        .select-wrap select{
            font-size: 14px;
        }
        .subheadtext {
            font-size: 16px !important;
            font-family: 'Roboto', sans-serif !important;
        }
        .fontcheckbox {
            font-size: 12px;
        }
     
       }

    @media (max-width: 431px) {
        .text {
            font-size: 40px;
        }

        .usr-img {
            width: 100% !important;
        }

        .refresh_button {
            top: 25%;
        }

        #mobile {
            text-align: start !important;

        }

        #CountryCode {
            text-align: center !important;
          
        }

        .submitbutton {
            width: 90% !important;
        }
        .upload-btn label {
            font-size: 13px;
        }

        .submitbutton {
            font-size: 13px !important;
        }

        ::placeholder {
            font-size: 13px;
        }
        .select-wrap select{
            font-size: 13px;
        }
        .subheadtext {
            font-size: 14px !important;
            font-family: 'Roboto', sans-serif !important;
        }
        .fontcheckbox {
            font-size: 11px;
        }
        input[type="checkbox"] {
            width: 40px;
            height: 15px;
        }
        .Hero {
            height: 100vh !important;
        }

        .aligning {
            margin-top: 40%;
        }
       

    }
@media (max-width: 320px) {
    #CountryCode {
        text-align: center !important;
        margin-left: 12px;
      
    }

    #mobile {
        width:100% !important;
        text-align: end !important;
    }
    .upload-btn label {
        font-size: 12px;
    }

    .submitbutton {
        font-size: 12px !important;
    }

    ::placeholder {
        font-size: 12px;
    }
    .select-wrap select {
        font-size: 12px;
    }
    .subheadtext {
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif !important;
    }
    .fontcheckbox {
        font-size: 10px;
    }
    input[type="checkbox"] {
        width: 45px;
        height: 15px;
    }
    .Hero {
        height: 100vh !important;
    }

    .aligning {
        margin-top: 40%;
    }
  
}

@media (min-width: 1440px) {
    .aligning {
        margin-top: 16%;
    }
}
@media (min-width: 1920px) {
    .aligning {
        margin-top: 20%;
    }
}
/* Quotation Form Style script*/
.flatpickr-calendar {
    background-color: #212529 !important;
    border: 1px solid gray !important;
}

.flatpickr-wrapper {
    width: 100% !important
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: white;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: white;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    fill: white !important
}
/* Change the selected date background from blue to gold */
.flatpickr-day.selected, .flatpickr-day.selected:hover {
    background-color: #ab8024 !important;
    color: white !important;
    border-radius: 5px;
    margin: 0px !important
}

/* Change default text color */
.flatpickr-day,
.flatpickr-weekday {
    color: white !important;
    line-height: 20px !important;
    height: 25px !important;
    font-size: 12px !important
}

    /* Change hover effect */
    .flatpickr-day:hover {
        background-color: #ab8024 !important;
    }

/* Style the month &amp; year dropdown */
.flatpickr-months {
    background-color: #212529 !important;
    color: #ab8024 !important;
}

.flatpickr-monthDropdown-months,
.flatpickr-current-month input {
    color: white !important;
    font-size: 12px !important;
    background-color: #212529 !important
}

/* Style navigation arrows */
.flatpickr-prev-month, .flatpickr-next-month {
    color: #ab8024 !important;
}

/* Style time picker dropdown */
.flatpickr-time {
    background-color: #212529 !important;
    color: white !important;
    border-top: 1px solid gray !important;
}

    .flatpickr-time .flatpickr-am-pm,
    .flatpickr-time .numInput {
        background-color: #212529 !important;
        color: white !important;
        border: 1px solid gray !important;
    }

.selected::after {
    content: "";
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 0px;
    right: 0px;
    top: 0px;
}

.selected {
    width: 100%;
    font-size: 12px;
    display: block;
    margin: 0 auto;
    color: white;
    /*        background-color: #ab8024;
*/ padding: 0px;
    border: none !important;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    /*  background-clip: border-box;*/
    font-family: inherit;
    font-family: var(--font-main), inherit;
    font-weight: 400;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

form input[type=number] {
    padding: 4px !important;
    font-size: 14px !important;
    border: none !important
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle::after {
    display: none !important
}

.dropdown-toggle {
    width: 100%;
    background-color: transparent;
    color: white;
    border: 1px solid #ab8024;
    padding: 10px 12px;
    text-align: start;
    cursor: pointer;
    border-radius: 25px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #333333;
    border: 1px solid gray;
    border-radius: 10px;
    z-index: 1000;
    font-size: 14px !important;
    text-align: justify;
    padding-left: 10px;
}

    .dropdown-menu li {
        padding: 0px 12px;
        cursor: pointer;
        color: white;
        list-style: none;
    }

        .dropdown-menu li:hover {
            background-color: #ab8024;
        }
:root {
    --theme-color: #ff7f27;
    --theme-color-hover: #fc914a;
    --theme-color2: #000c7b;
}

.modal-box {
    width: 50%;
}

/* Custom Multi Select */
.sd-multiSelect {
    position: relative;
}

    .sd-multiSelect .placeholder {
        opacity: 1;
        background-color: transparent;
        cursor: pointer;
    }

    .sd-multiSelect .ms-offscreen {
        height: 1px;
        width: 1px;
        opacity: 0;
        overflow: hidden;
        display: none;
    }

    .sd-multiSelect .sd-CustomSelect {
        width: 100% !important;
    }

    .sd-multiSelect .ms-choice {
        position: relative;
        text-align: left !important;
        width: 100%;
        border: 1px solid #ab8024;
        background: transparent;
        box-shadow: none;
        font-size: 15px;
        height: 39px;
        font-weight: 500;
        color: #212529;
        line-height: 1.5;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 25px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        padding-inline: 20px;
    }

        .sd-multiSelect .ms-choice span {
            color: white;
        }

        .sd-multiSelect .ms-choice:focus {
            border-color: #ab8024;
        }

    .sd-multiSelect .ms-drop.bottom {
        display: none;
        color: white;
        background: #323232;
        border: 1px solid #ab8024 !important;
        border-radius: 25px !important;
        padding: 10px;
        padding-inline-start: 27px;
        overflow: hidden;
    }

    .sd-multiSelect .ms-drop ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        scrollbar-width: none;
    }
        .sd-multiSelect .ms-drop ul::-webkit-scrollbar {
            display: none;
        }
    .sd-multiSelect .ms-drop li {
        position: relative;
        margin-bottom: 10px;
    }

        .sd-multiSelect .ms-drop li input[type="checkbox"] {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

        .sd-multiSelect .ms-drop li label {
            cursor: pointer;
            user-select: none;
            -ms-user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
        }

            .sd-multiSelect .ms-drop li label:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 2px solid #ab8024;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                padding: 8px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 5px;
            }

        .sd-multiSelect .ms-drop li input:checked + span:after {
            content: "";
            display: block;
            position: absolute;
            top: 7.5px;
            left: 20px;
            width: 10px;
            height: 10px;
            background: #ab8024;
            border-width: 0 2px 2px 0;
        }

/* Show Snap icon and hide Chevron */
#snap {
    display: none;
}

#whatsapp {
    display: none;
}

#skype {
    display: none;
}

#messenger {
    display: none;
}

#chevron {
    display: block;
}

#communication {
    display: block;
}

#musice-label {
    display: block;
}

#event-label {
    display: block;
}

#artist-label {
    display: block;
}

.image-postion {
    position: absolute;
    top: 8px;
    right: 12px;
}

.Technical-heading {
    font-size: 14px;
    color: white;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 1rem;
}

#customer_type {
    padding-inline-start: 25px !important;
    padding: 5px;
}

#customerCountry {
    padding-inline-start: 45px !important;
    padding: 5px;
}

#country {
    padding-inline-start: 45px !important;
    padding: 5px;
}

#EventCountry {
    padding-inline-start: 45px !important;
    padding: 5px;
}

#duration {
    padding-inline-start: 25px !important;
    padding: 5px;
}


.bordercolour {
    border: 1px solid #ab8024;
}
/*  new*/
body {
    background-color: #A0A0A0;
    color: #ffffff;
}

.box {
    padding: 8%;
}

.box2 {
    padding: 0 !important;
}

.padd {
    padding-inline: 5px;
}

.section-title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.required {
    color: #ec1c23;
}

.highlight {
    font-size: 53px;
    font-weight: bold;
}

.bg-image {
    background-color: #1a1a1a;
    /* padding: 10%; */
}

.border-style {
    border: 1px solid #ab8024;
    background-color: transparent !important;
    width: 96% !important;
    height: 39px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 25px;
    padding: 17px !important;
    padding-left: 43px !important;
    color: white;
}

option {
    background: black;
}

.border-style2 {
    border: 1px solid #ab8024;
    background-color: transparent !important;
    width: 96%;
    height: 39px !important;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 25px;
    padding: 17px;
    padding-left: 46px !important;
    color: white;
}

.border-style-big {
    border: 2px solid #786426;
    background-color: transparent;
    width: 100%;
    height: 36px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 25px;
    padding: 17px;
    padding-left: 20px;
    color: white;
}

.border-color {
    background-color: #333333;
    width: 100%;
    height: 36px;
    border-radius: 25px;
    padding: 6px;
    padding-left: 32px;
    color: white;
    margin: 3px;
}

.border-size {
    border: 1px solid #ab8024;
    border-radius: 25px;
    width: 100%;
    background-color: transparent;
    padding: 6px;
    padding-left: 32px;
    margin-left: 0rem;
}

.vat-id {
    font-size: 21px;
    padding-bottom: 12px;
    padding-top: 6px;
    padding-left: 13px;
}

.select {
    /* padding: 10px;
            padding-right: 30px; */

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /*  background-image: url('asset/down-chevron (2).png');*/
    background-image: url('/Content/QuotationForm/down-chevron (2).png');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: 27px auto;
}

.slect2 {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.button {
    background-color: #a67c00;
    width: 9rem;
    height: 39px;
    border: none;
    border-radius: 25px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    padding: 0px;
}

.bg-color {
    background-color: #ab8024;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9rem;
    margin-bottom: 2rem;
}

.quotation-heading {
    font-weight: 900;
    font-size: 30px;
    color: white;
}

.kindly-para {
    font-size: 19px;
    font-weight: 800;
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: white;
}

::placeholder {
    color: white;
    opacity: 1;
}

.image-size {
    width: 30px !important;
}

.image-size2 {
    width: 28px;
}

.image-size1 {
    width: 29px;
}

.image-position {
    left: 22px;
    top: 7px;
}

image-position3 {
    left: 0px;
    top: 0px;
}

.image-position2 {
    right: 26px;
    top: 3px;
}

.line {
    border: 1px solid #786426;
}

.virtual {
    text-wrap-mode: nowrap;
}

.type-event {
    font-size: 18px;
    padding: 4px;
}

.data {
    /* padding: 10px;
            padding-right: 30px; */
    /* -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none; */
    background-image: url('asset/calendar.png');
    background-repeat: no-repeat;
    background-position: right 1.2em top 50%;
    background-size: 27px auto;
}

.plus {
    background-image: url('asset/plus.png');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: 27px auto;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="radio"] {
    height: 1.4rem;
    width: 1.4rem;
    margin-right: 2px;
    border: solid 1px #a87e24;
}

.custom-radio {
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 1px solid #a87e24;
    background-color: var(--bg-color);
    border-radius: 50%;
}

    .custom-radio:focus-visible {
        outline-offset: 0;
    }

    /* #box-shadow {
            box-shadow: 0 0 0 1px var(--color);
        } */

    .custom-radio:hover {
        /* border-width: 0; */
    }

    .custom-radio:checked {
        box-shadow: 0 0 0 1px;
        background-color: #af8e29;
        border-width: 0.2rem;
    }

.maximumwidth {
    filter: brightness(0.5);
    width: 100% !important;
    max-width: 100%;
}


.cotainermaximumwidth {
    max-width: 1024px !important;
    width: 100% !important
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 2px solid #786426;
    /* background-color: var(--bg-color); */

    display: inline-block;
    position: relative;
    height: 1.4rem !important;
    width: 1.4rem !important;
    margin-right: 0px !important;
}

.woocommerce-product-search label, .wp-searchform label, form.post-password-form label, form.search-form label, form.wpcf7-form label, form.form label, form label {
    -webkit-opacity: 100;
    -moz-opacity: 100;
    opacity: 100;
}

.btn &gt; i {
    margin-left: 12px;
    margin-right: 5px;
    font-size: 18px;
}

textarea {
    color: white !important;
}

.vat_field {
    border-bottom: 1px solid #ab8024;
    /*border-radius: 50px;*/
    width: 100%;
    background-color: transparent;
    /*padding: 6px;*/
    padding-top: 50px;
    padding-left: 32px;
    margin-left: 0rem;
    border-radius: 0;
    border-top: 2px transparent;
    border-left: 2px transparent;
    border-right: 2px transparent;
}

    .vat_field::placeholder {
        font-size: 18px;
    }

.listbox1 {
    display: block;
}

.multiselect {
    text-align: left !important;
}

.countrycode-n {
    padding-left: 47px !important;
}

.modile-n {
    right: 6rem !important;
    position: relative !important;
}

.size-16px {
    font-size: 16px !important;
}
.input-icon-color::-webkit-calendar-picker-indicator {
    filter: invert(1);
    color: #ab8024 !important;
}
.ContactHeadingBtn {
    text-align: left;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
}

.custom-dropdown {
    width: 98% !important;
    font-size: 14px;
}

.CountryAndCity {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.flag {
    top: 2px;
    left: 18px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    overflow: hidden;
}

.flag1 {
    display: block;
    width: 37px;
    height: 51px !important;
    object-fit: cover;
    position: absolute;
    top: -6px;
    left: 0px;
}

.dropdown-toggle {
    padding-inline-start: 49px !important;
}

.Technical-heading {
    padding-left: 20px;
    margin-bottom: 20px;
}

.CountryCode1 {
    padding-left: 47px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.SocialIcon {
    position: absolute;
    right: 10px;
    top: 8px;
    display: flex;
    gap: 3px;
}

#chevron {
    width: 28px;
    right: 14px;
    top: 5px;
    position: absolute;
}

.socialiconwidth {
    width: 28px;
    height:28px
}
#gender {
    padding-inline-start: 25px !important;
    padding: 5px;
}
#flag1 {
    position: absolute;
   
}
.icon-caret{
    display:none
}

/*14jun2025*/
.middlenamehidden {
    display: none !important;
    visibility: hidden
}

.widthuserRegister {
    filter: brightness(0.5);
    width: 70% !important;
    max-width: 100%;
}</pre></body></html>