body,
* {
    text-transform: uppercase;
}

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #EB7A24;
}

img {
    max-width: 100%;
}

button {
    box-shadow: none !important;
}

.googlemapdcb {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.logo-site {
    height: 100px;
}

.top-header {
    padding: 5px 0;
}

.footerlogo-image {
    height: 100px;
}

.widget-section {
    background-color: #f2f2f2;
    background-image: none;
    padding: 65px 0 50px;
}

.footer-section {
    background-color: #f2f2f2;
    padding: 15px 0;
    border-top: 1px solid #fff;
    width: 100%;
}

.widget-content p {
    color: #333;
}

.widget-content .widget-link li a {
    color: #333;
}

.widget-content h3 {
    color: #eb7a24;
}

.widget-content .address li {
    color: #333;
}

.footer-section .copyright {
    color: #232323;
}

.footer-social li a {
    color: #eb7a24;
}

.customcopyright {
    text-align: right;
}

.copyright .linkoflink {
    color: #eb7a24;
    font-weight: 600;
}

.header-section.navbar-fixed-top .logo-site {
    height: 85px;
}

.widget-content .social-icon li a {
    color: #232323;
}

.widget-content .social-icon li a:hover {
    color: #eb7a24;
}

.copyright .linkoflink:hover {
    color: #232323;
}

.widget-content .address li i {
    color: #EB7A24;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}

.widget-content .address li {
    padding-left: 35px;
    position: relative;
}

.widget-content .widget-link li a:hover {
    text-decoration: none;
    letter-spacing: 0.5px;
}

.default-btn {
    line-height: 40px;
    /* border: 1px solid #EB7A24; */
}

.campaigns-wrap h4 {
    background-color: #d4b163;
}

.our-gallary-section .lightgallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.our-gallary-section .lightgallery li {
    width: 31%;
    margin: 12px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.our-gallary-section .lightgallery li .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 85%;
    background-color: #ea7a24;
    content: '';
    z-index: 1;
    opacity: 0;
    transition: all ease 0.4s;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-gallary-section .lightgallery li:hover .overlay {
    opacity: 0.7;
    transition: all ease 0.4s;
}

.our-gallary-section .lightgallery li .overlay i {
    font-size: 32px;
    color: #fff;
}

.education-form-section .form-group input.form-control {
    height: 45px;
    border: 1px solid #eee;
}

.education-form-section .form-group textarea.form-control {
    border: 1px solid #eee;
    resize: none;
}

.bcydusgbdssds {
    text-align: center;
    padding: 35px 0;
}

.bcydusgbdssds p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.bcydusgbdssds p span {
    color: #eb7a24;
}

.education-form-section .form-group .form-control:focus {
    box-shadow: none;
    border-color: #eb7b25;
}

.education-form-section .form-group {
    margin: 0;
    margin-bottom: 20px;
}

.education-form-section .exam-control {
    height: 37px;
    border: 1px solid #eee;
}

.education-form-section .exam-control:focus {
    box-shadow: none;
    border-color: #eb7b25;
}

.education-form-section .file-input {
    display: inline-block;
    text-align: left;
    background: transparent;
    padding: 0;
    width: 250px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #eee;
}

.education-form-section .file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.education-form-section .file-input>.button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 4px 15px;
    border-radius: 2px;
    margin-right: 8px;
    font-size: 15px;
}

.education-form-section .file-input:hover>.button {
    background: #EB7A24;
    color: white;
}

.education-form-section .file-input>.label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
    font-size: 15px;
}

.education-form-section .file-input.-chosen>.label {
    opacity: 1;
}

.education-form-section .form-group label.headlable {
    font-size: 18px;
    font-weight: 600;
    margin-right: 25px;
}

.education-form-section [type="radio"]:checked,
.education-form-section [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.education-form-section [type="radio"]:checked+label,
.education-form-section [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.education-form-section [type="radio"]:checked+label:before,
.education-form-section [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.education-form-section [type="radio"]:checked+label:after,
.education-form-section [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #eb7a24;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.education-form-section [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.education-form-section [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cpjdnydfbdf {
    margin-right: 15px;
}

.educationdetails-sec {
    margin-bottom: 30px;
}

.headingcustom {
    text-align: center;
    margin-bottom: 30px;
}

.headingcustom p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.headingcustom p span {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ea7a24;
}

.our-gallary-section.second {
    padding-bottom: 50px;
}

.educationdetails-sec .table-bordered thead td,
.educationdetails-sec .table-bordered thead th {
    border-bottom-width: 2px;
    white-space: nowrap;
}

.mission-vission-section .nciaucbdsgfs {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 35px 25px;
}

.mission-vission-section .nciaucbdsgfs .heading-text p {
    font-size: 32px;
    font-weight: 500;
    color: #eb7a24;
    margin: 0;
}

.mission-vission-section .nciaucbdsgfs .listallinfo ul {}

.mission-vission-section .nciaucbdsgfs .listallinfo ul li {
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
    padding-left: 35px;
}

.mission-vission-section .nciaucbdsgfs .heading-text {
    padding-bottom: 25px;
}

.mission-vission-section .nciaucbdsgfs .listallinfo ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #eb7a24;
    font-weight: 900;
}

.searchpage-section .searchbox {
    padding: 35px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchpage-section {
    background: url(../img/background/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}

.searchpage-section .searchbox .mycuston-from-group {
    width: 100%;
    position: relative;
}

.searchpage-section .searchbox .mycuston-from-group input {
    height: 50px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    box-shadow: 0px 0px 25px #cac9c9;
    font-size: 16px;
}

.searchpage-section .searchbox .mycuston-from-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 25%;
    border-radius: 0;
    cursor: pointer;
}

.searchpage-section .searchbox .mycuston-from-group input:focus {
    border-color: #eb7a24;
    transition: 0.5s;
}

.pager-header {
    min-height: 175px;
}

.breadcrumb {
    justify-content: center;
}

.pager-header .page-content {
    text-align: center;
}

.searchresult-section {
    padding: 80px 0;
}

.user_boxdesign {
    display: flex;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 35px;
    background: url(../img/background/card-back.webp);
    margin-bottom: 35px;
    background-size: cover;
    background-repeat: no-repeat;
}

.user_boxdesign .membername-title img {
    border-radius: 50%;
}

.user_boxdesign .membername-title {
    text-align: center;
    padding: 10px 25px;
}

.user_boxdesign .membername-title p {
    margin: 0;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 500;
}

.user_boxdesign .memberdetails-sec {
    padding: 10px 25px;
}

.user_boxdesign .memberdetails-sec ul {}

.user_boxdesign .memberdetails-sec ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.user_boxdesign .memberdetails-sec ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #eb7a24;
    font-weight: 600;
}

.vision-section .row {
    align-items: center;
}

.vision-section {
    padding: 50px 0;
}

.mission-section {
    padding: 50px 0;
}

.mission-section .row {
    align-items: center;
}

#instructionmodelreg button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: #000;
    opacity: 1;
}

#instructionmodelreg .modal-header {
    justify-content: center;
    padding: 7px 0;
}

#instructionmodelreg .modal-dialog {
    max-width: 800px;
}

#instructionmodelreg .modal-title span {
    color: #eb7a24;
}

#instructionmodelreg .cbidsgcsdsa ul {
    list-style: auto;
    padding-left: 25px;
}

#instructionmodelreg .cbidsgcsdsa ul li {
    margin-bottom: 7px;
    padding-left: 5px;
    font-size: 16px;
}

#instructionmodelreg .modal-title {
    font-size: 28px;
}

#instructionmodelreg .cbidsgcsdsa ul li::marker {
    color: #EB7A24;
}

#instructionmodelreg .modal-footer {
    justify-content: center;
    padding: 7px 0;
    flex-wrap: wrap;
}

#instructionmodelreg .modal-footer h4.ncdsigs {
    font-size: 18px;
    text-align: center;
}

#instructionmodelreg .modal-footer .cbdsysdvsds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
}

#instructionmodelreg .modal-footer .cbdsysdvsds p {
    font-size: 15px;
}

#instructionmodelreg .modal-footer .cbdsysdvsds p span {
    color: #eb7a24;
    font-weight: 500;
}

#registerformtable th {
    padding: 7px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.4;
}

.registration_form_div .memberstart .mainlablebcdh {
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.registration_form_div .memberstart .mainlablebcdh span {
    color: #eb7a24;
}

.registrationform-off [type="radio"]:checked,
.registrationform-off [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.registrationform-off [type="radio"]:checked+label,
.registrationform-off [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.registrationform-off [type="radio"]:checked+label:before,
.registrationform-off [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.registrationform-off [type="radio"]:checked+label:after,
.registrationform-off [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #eb7a24;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.registrationform-off [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.registrationform-off .form-group label.headlable {
    font-size: 18px;
    font-weight: 600;
    margin-right: 25px;
}

.anothermsbvcdsty .bcdsufcdsv {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
}

.anothermsbvcdsty .bcdsufcdsv span {
    color: #eb7a24;
}

.memberstart .csasvdfnistd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.registration_form_div .memberstart button.btn-memberadd {
    background: #eb7a24;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.registration_form_div .memberstart button.btn-memberadd i {
    font-size: 12px;
    margin-right: 5px;
}

.btn-baptimemberadd {
    background: #eb7a24;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.btn-baptimemberadd i {
    font-size: 12px;
    margin-right: 5px;
}

.registrationform-off .form-group .form-control:focus {
    box-shadow: none;
    border-color: #ea7a24;
    transition: all 0.3s;
}

.registrationform-off .form-group .form-control::-webkit-outer-spin-button,
.registrationform-off .form-group .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.occupationdetailsmain .bcdsufcdsv span {
    color: #eb7a24;
}

.occupationdetailsmain .bcdsufcdsv {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    text-align: center;
}

.otp-wrapper.mycustomotpsec {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

.otp-wrapper.mycustomotpsec p.headingotp {
    margin-bottom: 25px;
    color: #afafaf;
    font-weight: 600;
    font-size: 16px;
}

.otp-wrapper.mycustomotpsec .otp-container {
    display: inline-block;
}

.otp-wrapper.mycustomotpsec .otp-container .otp-number-input {
    width: 26px;
    height: 33px;
    margin: 0 2px;
    border: none;
    border-bottom: 2px solid #232323;
    padding: 0;
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    box-shadow: none;
    text-align: center;
    background-color: none;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
    transition: border 0.3s ease;
}

.otp-wrapper.mycustomotpsec .otp-container .otp-number-input.otp-filled-active {
    border-color: #eb7a24;
}

#registerotp_error {
    font-size: 13px;
    color: red;
    padding-top: 15px;
}

.bcbdigsbsotp {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.bcbdigsbsotp span {
    margin-left: 5px;
}

.otp-wrapper.mycustomotpsec .otp-submit {
    border: 0;
    color: #383838;
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
}

.otp-wrapper.mycustomotpsec .otp-submit[disabled] {
    opacity: 0.6;
    cursor: default;
}

.register-mobile-section {
    padding: 50px 0;
}

.register-mobile-section .boxdesignacid {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: 23px 30px 30px;
    text-align: center;
}

.register-mobile-section .boxdesignacid .registernumberbox p.miasnuh {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
}

.mobielootpp {
    box-shadow: none !important;
    height: 45px;
}

input.mobielootpp::-webkit-outer-spin-button,
input.mobielootpp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mobielootpp:focus {
    border-color: #eb7b25;
}

.errorphonenumber {
    text-align: left;
    color: red;
    font-size: 14px;
}

.slicknav_nav a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.cbdsysdvsdsdsfgth {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    text-align: center;
}

.cdsrvfdfvff {
    padding-bottom: 35px;
    border-top: 1px solid #ddd;
    padding-top: 25px;
}

.ucydrffdv_odcdc {
    font-size: 24px;
    color: tomato;
    font-weight: 600;
    text-align: center;
}

.ucydrffdv_odcdc span {
    font-size: 18px;
    color: #000;
}

.cbdsysdvsdsdsfgth p span {
    color: #eb7a24;
    font-weight: 500;
}

a.btn.default-btn.pnsvcdaddmem1 i {
    margin-right: 5px;
    font-size: 12px;
}

.col-md-6.balclsokdu {
    text-align: right;
}

.welcomemessagediv .auicbdvcdwelcome .col-md-6.balclsokdu p {
    color: #000;
}

.welcomemessagediv .auicbdvcdwelcome .col-md-6.balclsokdu p b {
    color: #eb7a24;
}

.col-md-12.text-center.sendhcgsection {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.col-md-12.text-center.sendhcgsection .col-md-4 {
    border-right: 1px solid #ccc;
}

.col-md-12.text-center.sendhcgsection .col-md-4:last-child {
    border: 0;
}

.maisjcvhry {
    margin-bottom: 15px;
}

a.fmdetailssd {
    display: block;
    width: 100%;
    background-color: #e7e7e7;
    color: #000;
    padding: 5px 15px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

a.fmdetailssd:hover {
    background-color: #eb7a24;
    color: #fff;
}

.datepicker {
    z-index: 999 !important;
}

.sdfkljsuhuhvbd {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 5px;
    position: relative;
    background-color: #fafafa;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ascbssufffsjhcs {
    font-weight: 600;
    color: #eb7a24;
    font-size: 18px;
}

a.fmdetailssd {
    background-color: #eb7a24;
    color: #fff;
}

a.fmdetailssd.collapsed {
    background-color: #e7e7e7;
    color: #000;
}

.pager-header {
    background-image: url(https://www.prernatrust.co.in/siteassets/img/bgmain.jpg) !important;
}