/* Main Fonts */

body {
    font-family: "Lama Sans";
    color: #231f20;
    font-size: 16px;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    background: #f8ede2;
    letter-spacing: 0em;
}

/*.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loader {
    border: 16px solid #000000;
    border-radius: 50%;
    border-top: 16px solid #826C48;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaderText {
    width: calc(100% - 32px);
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    overflow: hidden;
    height: 66px;
    margin-right: auto;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% - -16px);
    margin-top: -22px;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -75px;
}

#loader {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
}

.loaderImg {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.ar {
    /* font-family: "Noto Kufi Arabic", sans-serif !important; */
    direction: rtl !important;
    text-align: right;
}

.en {
    font-family: "Lama Sans" !important;
    direction: ltr !important;
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #231f20;
    line-height: 24px;
}

.small,
small {
    font-size: 70%;
    font-weight: 600;
    color: #000;
}

.banner .imageWrap img {
    max-width: clamp(250px, 28vw, 400px);
    margin: 0 auto;
    width: 100%;
}

.section-title,
.contentWrap h1 {
    font-size: 26px;
    color: black;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 10px;
}

.landingPage {
    max-width: 1140px;
    margin: 0 auto;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.landingPage h1,
.contentWrap h1 {
    padding-top: 15px;
    font-weight: bold;
    position: relative;
    /* text-transform: uppercase; */
    font-size: 40px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 32px;
    width: 90%;
    margin: 0 auto 20px;
    line-height: 46px;
}

.landingPage h1:after,
.contentWrap h1:after {
    border-bottom: solid 4px #000000;
    width: 75px;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}

.contentWrap .heading h1:after {
    content: "";
    left: 0;
    position: absolute;
    right: auto;
    display: none;
}

.section.formWrap {
    /* background: url(https://image.evsreg.com/wges_logo_bg.jpg) no-repeat; */
    background-size: cover;
    background-position: center center;
    padding: 30px 0px;
}

.landingPage p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    /* text-align: justify; */
}

.landingPage {}

.landingPage .boxPanel {
    margin-bottom: 25px;
    border: solid 0px #826C48;
    padding: 0;
    text-align: center;
}

.landingPage .boxPanel h2 {
    /* text-transform: uppercase; */
    color: #000000;
    margin-top: 20px;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.landingPage .boxPanel img {
    max-width: 100%;
}

.landingPage .boxPanel a {
    position: relative;
    display: inline-block;
    border: none;
    width: auto;
    background: #000000 !important;
    padding: 10px 40px !important;
    border-radius: 5px;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none;
    margin: 15px 0 0;
    color: #fff;
    margin-top: 15px !important;
    margin: 20px auto 0px !important;
}

.landingPage .boxPanel a:hover {
    background: #826C48 !important;
    border-color: #826C48 !important;
    color: #000;
}

.footerMsg {
    background: #676f713b;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.footerMsg p {
    margin: 0px;
}

.landingPage {}

.contentWrap .heading h1 {
    text-align: left;
    width: auto;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #826C48;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
}

.contentWrap .heading h1 span {
    color: #000;
}

.contentWrap h2 {
    color: #000000;
    font-weight: bold;
    font-size: 28px;
}

.contentWrap h3 {
    color: #231f20;
    font-weight: bold;
    font-size: clamp(24px, 2.5vw, 42px);
    margin-bottom: 50px;
}

.contentWrap h4 {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

.formWrap input.form-control,
.formWrap select.form-control,
.formWrap textarea.form-control {
    border: 1px solid #915a2b;
    color: #333;
    padding: 12px 10px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0 0 8px;
    width: 100%;
    height: auto;
    min-height: 50px;
    border-radius: 12px;
    background: transparent;
}

select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: 2% center !important;
    background-size: 30px !important;
}

.formWrap label {
    font-size: 16px;
    color: #231f20;
    /*text-transform: lowercase capitalize;*/
    font-weight: 600;
    display: flex;
    gap: 15px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.formWrap .ar {
    direction: rtl;
    font-size: 16px;
    line-height: 26px;
}

.btnsPack .btn {
    margin-bottom: 15px;
}

a {
    color: #826C48;
}

a:hover {
    color: #84904f;
    text-decoration: underline;
}

.formWrap button.btn.btn-primary,
.btn.btn-primary {
    position: relative;
    display: inline-block;
    font-size: 22px;
    background: transparent;
    color: #915a2b;
    border: none;
    width: auto;
    font-weight: bold;
    padding: 12px 40px !important;
    border-radius: 12px;
    border: 2px solid #915a2b;
    width: 100%;
}

.formWrap button.btn.btn-primary:focus,
.btn.btn-primary:focus,
.formWrap button.btn.btn-primary:hover,
.btn.btn-primary:hover {
    background: #915a2b;
    color: #fff;
}

.divider {
    background: #ccc;
    height: 1px;
    margin: 40px 0px 10px;
    width: 100%;
    border: 0px;
}

.panelBox {
    background-color: transparent;
    padding: 2em 2.5em;
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-top: 2rem;
}

.replyBox h1 {
    font-size: 1.2rem !important;
    color: #826C48 !important;
}

.panelBox h2 {
    margin: 0px 0px 15px !important;
    font-size: 2rem;
    color: #826C48;
    font-weight: 800;
}

.panelBox .buttonsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.panelBox .buttonsWrap .btn {
    margin-left: -50px;
}

.radioBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioBoxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radioBoxContainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ebebeb;
    border-radius: 50%;
}

.radioBoxContainer:hover input~.checkmark {
    background-color: #ccc;
}

.radioBoxContainer input:checked~.checkmark {
    background-color: #826C48;
}

.radioBoxContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioBoxContainer input:checked~.checkmark:after {
    display: block;
}

.radioBoxContainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radioWrap .radioBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkboxWrap .checkBoxContainer {
    display: inline-block;
    padding-right: 0;
    width: 100%;
    border: 1px solid #915a2b !important;
    padding: 15px;
    border-radius: 12px;
}

.checkboxWrap .checkBoxContainer.soldOut {
    pointer-events: none;
    border: 1px solid #915a2b5c !important;
}

.checkboxWrap .checkBoxContainer.soldOut .checkmark {
    pointer-events: none;
    border: 1px solid #915a2b5c !important;
    color: #ff0000 !important;
    background:transparent !important;
}

    .checkboxWrap .checkBoxContainer.soldOut .checkmark:after {
        content: "Sold Out";
        color: #f00;
        opacity: 0;
    }

    .checkboxWrap .checkBoxContainer.soldOut:hover input ~ .checkmark {
        color: #f00;
    }


.checkboxWrap .checkBoxContainer span.titleH {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    max-width: 85%;
}

.checkboxWrap .checkBoxContainer span b {
    font-size: 20px;
    color: #915a2b;
}

    .checkboxWrap .checkBoxContainer span span.date{
        font-size: 16px;
        font-weight: 700;
    }

    .checkboxWrap .checkBoxContainer span span.smallSec {
        font-size: 14px;
        font-weight: 500;
    }

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkBoxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkBoxContainer .checkmark {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 40px;
    width: 150px;
    background: transparent;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #915a2b;
    color: #915a2b;
    font-size: 18px;
    line-height: 38px;
}

.checkBoxContainer:hover input~.checkmark {
    background-color: #e1dfda;
}

.checkBoxContainer input:checked~.checkmark {
    background-color: #915a2b;
}

.checkBoxContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBoxContainer input:checked~.checkmark:after {
    display: block;
}

    .checkBoxContainer .checkmark:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-width: 0 3px 3px 0;
        /* -webkit-transform: rotate(45deg); */
        -ms-transform: rotate(45deg);
        /* transform: rotate(45deg); */
        content: "Selected";
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }

.ticketButton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
}

.ticketButton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ticketButton .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #cccccc;
    border-radius: 0;
}

.ticketButton:hover input~.checkmark {
    background-color: #826C48;
}

.ticketButton input:checked~.checkmark {
    background-color: #826C48;
}

.ticketButton .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ticketButton input:checked~.checkmark:after {
    display: block;
}

/* .ticketButton .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
} */

.ticketType .orderSummaryTable tr td,
.ticketType .orderSummaryTable tr th {
    color: #000;
}

.ticketType h1.ticketMainHeading {
    background: #826C48;
    text-align: center;
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.ticketType .ticketBox {
    background: #f5f5f5;
    margin-bottom: 30px;
}

.ticketType .ticketBox .heading {
    text-align: center;
}

.ticketType .ticketBox .heading h1 {
    font-size: 20px;
    margin-bottom: 30px;
}

.ticketType .ticketBox .ticketPrice {
    background: #826C482b;
    padding: 20px;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    margin-left: -20px;
    margin-right: -20px;
}

.ticketType .ticketBox .ticketPrice b {
    display: block;
}

.ticketType .ticketBox .ticketPrice span {
    display: block;
    font-size: 18px;
}

.ticketType .ticketBox .ticketButton {
    width: 200px;
    height: 50px;
    background: #826C48;
    padding: 0;
    text-align: center;
    margin: 0px auto 0px;
    color: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.ticketType .ticketBox span.btnText {
    z-index: 1;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-weight: 800;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.ticketType .ticketBox .ticketButtonWrap {
    margin: 30px auto 20px;
}

.ticketType .ticketBox {
    padding: 20px;
    text-align: center;
}

.subHeading {}

.subHeading h2 {
    margin: 0 0 0px;
    font-size: 22px;
    font-weight: bold;
    /* color: #000; */
}

.subHeading {}

.subHeading {
    background: #826C48;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0px;
}

#interviewBox .row,
#Media_Other_Wrapper .row {
    background: #eff7e1;
    margin: 0;
    padding: 30px 15px 20px;
    margin-bottom: 30px;
}

.smallHeading.ar,
.smallHeading {
    font-size: 20px;
    font-weight: bold;
    color: #915a2b;
    margin-bottom: 15px;
}

form ul {
    list-style: none;
    padding-left: 15px;
}

form ul li {
    line-height: 20px;
    margin-bottom: 10px;
    /*text-transform: capitalize;*/
    font-size: 16px;
    font-weight: 500;
}

.form-control {
    font-size: 16px;
    background: transparent;
}

.checkboxWrap1 {
    display: flex;
    gap: 15px;
    min-height: 50px;
    align-items: center;
}

.checkbox.chk {
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

.checkbox.chk input {
    margin-right: 10px;
}


.selectorWrap {}

.selectorWrap .selectorBox {
    display: inline-block;
    position: relative;
    height: 120px;
    width: 100%;
}

.selectorWrap .dropzone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fbfa;
    border: 2px dashed #9da6a3;
    border-radius: 10px;
    flex-direction: column;
}

.selectorWrap .dropzone img {
    width: 40px;
}

.selectorWrap .dropzone span {
    text-decoration: underline;
}

.uploadedFileBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 5px 5px 5px 15px;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
}

.selectorWrap .selectorBox input[type=file] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.selectorWrap p.filename {
    margin: 0;
}

.selectorWrap a#imgDeleteFile {
    cursor: pointer;
    width: 20px;
}

.selectorWrap {
    background-color: transparent;
}

.dualBox {
    /* display: flex; */
    /* gap: 20px; */
}

.landingPage .dualBox h1 {
    margin: 0;
    padding: 0 0 30px;
}

.landingPage .dualBox h1:after {
    display: none;
}

.landingPage .dualBox .ar h1 {}

.col-sm-12.text-center.mt-5 img {
    max-width: 700px;
    margin: 0 auto;
}

.modal-lg .modal-content {
    max-height: calc(100vh - 56px);
    text-align: center;
}

.modal-lg .modal-content img {
    height: 100% !important;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
.customterms {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.customterms .ar {
    width: 50%;
}
.customterms .en {
    width: 50%;
    direction:ltr !important;
    text-align:left !important;
}
    @media (max-width: 767px) {
.checkboxWrap .checkBoxContainer span.titleH {
    
    max-width: 100%;
    padding-top: 46px;
}
        .customterms .ar {
            width: 100%;
        }

        .customterms .en {
            width: 100%;
        }
        .contentWrap p {
            text-align: justify;
        }

        .checkboxWrap1 {
            flex-wrap: wrap;
        }

        .section-title,
        .contentWrap h1,
        .panelBox h2 {
            font-size: 24px;
            margin: 15px auto;
        }

        .subHeading h2 {
            font-size: 18px;
        }

        form ul {
            list-style: none;
            padding-left: 25px;
        }

            form ul li {
                line-height: 28px;
            }
    }

    @media (max-width: 471px) {
        .landingPage h1 {
            font-size: 38px;
        }
    }
    /*for searchable dropdown*/
    .bootstrap-select > .dropdown-toggle {
        white-space: nowrap;
        border: 1px solid #915a2b !important;
        padding: 12px 20px;
        font-weight: 400;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 0;
        margin: 0 0 0px;
        height: auto;
        min-height: 50px;
        outline: none;
        box-shadow: none !important;
        border-radius: 12px;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        background: transparent !important;
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
        background-repeat: no-repeat !important;
        background-position: 2% center !important;
        background-size: 30px !important;
        text-align: right;
    }

        .bootstrap-select .dropdown-toggle:focus,
        .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
        .bootstrap-select > .dropdown-toggle.bs-placeholder,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            outline: none !important;
        }

    .bootstrap-select .dropdown-menu {
        width: 100%;
        text-align: right;
    }

    .formWrap label a {
        color: #000000;
        text-decoration: underline;
    }

    .bootstrap-select > .dropdown-toggle::after {
        display: none;
    }

    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle {
        outline: none !important;
    }

    .dropdown.bootstrap-select.Country .dropdown-toggle:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    /*searchable dropdown end*/

    .bootstrap-select .dropdown-toggle .filter-option {
        color: #000 !important;
        text-align: right;
    }

    .errorMsg,
    .errorMsg p,
    .text-danger {
        color: #dc3545 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .errorMsgExceed,
    .errorMsgExceed p,
    .text-danger {
        color: #dc3545 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    /*
.slim .slim-area .slim-result {
overflow: hidden;
height: 300px;
-webkit-perspective: 1px;
width: 300px;
border-radius: 8px;
padding: 10px;
margin: 0 auto;
text-align:center;
background:#000000;
}
.slim .slim-area .slim-result img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}*/
    /*.slim.slimheight{
height:250px;
}*/
    /*
.slim[data-state="empty"] {
height: 77px;
}

.slim[data-state="preview"] {
padding-bottom: 77px;
}
.slim[data-state="preview"] input[type="file"] {
  margin-bottom: 200px !important;
}*/