html {
    height: 100%;
}
::placeholder { 
    color: #ebe0d0;
}
a{
    color:#0a0a0a;
}
a:hover {
    outline: none;
    text-decoration:none;
    color:#3b3c3e;
}
a:focus {
    outline:none;
    outline-offset: 0;
}
a {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h1{
    color: #686868;
}
h2{
    font-size: 24px;
    font-weight: 600;
}
h3{
    font-size: 18px;
}
.overflow{
    overflow: hidden;
}
.uppercase{
    text-transform: uppercase;
}
.btn-common {
    font-size: 14px;
    color: #797979;
    border: 1px solid #dbb075;
    font-weight: 400;
    padding: 10px 25px;
}
#action .col-sm-5{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}
.align-right{
    text-align: right;
}
.inline{
    display: inline-block;
}
.padding{
    padding: 65px 0;
}
.padding-bottom{
    padding-bottom: 65px;
}
.padding-top{
    padding-top: 30px;
}
.padding-right{
    padding-right: 80px;
}
.padding-left{
    padding-left: 80px;
}
.margin-bottom{
    margin-bottom: 35px;
}
.carousel-indicators.visible-xs {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
}
.carousel-indicators.visible-xs li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
}
.carousel-indicators.visible-xs li.active {
    background: rgba(210, 153, 72, 0.7);
}
/*************************
*******Header******
**************************/
#header{
    margin-bottom: 0;
    padding: 0px 0 0px 0;
}
#header .navbar-inverse .container{
    position: relative;
}
/* #header .navbar {
  background: #f1efe4;
  border: 0;
  margin-bottom: 0;
} */
#header .navbar-toggle{
    margin-top: 20px;
}
#header .navbar-brand{
    padding: 0;
    margin-left: 0;
}
#header .navbar-brand h1{
    padding: 0;
    margin: 0;
}
#header .navbar-nav.navbar-right >li:last-child{
    /*margin-right: 0px;*/
}
#header .navbar-nav.navbar-right >li a {
    color: #3f030d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px solid #3f030d;
}
#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
    background-color: #571721;
    border: 0;
    color: #fff;
}

/*Dropdown menu*/
ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
#header .navbar-nav li ul.sub-menu li a {
    color: #3f030d;
    padding: 8px 0;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid #ebe0d0;
}
#header .navbar-nav li ul.sub-menu li .active{
    background: #fef7ee;
    color: #d29948;
    position: relative;
}
#header .navbar-nav li ul.sub-menu li .active i{
    position: absolute;
    font-size: 56px;
    top: -13px;
    color: #dab074;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
    left: -3px;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
    right: -3px;
}
#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
    background: #ebe0d0;
    color: #3f030d;
}
.fa-angle-down{
    padding-left: 5px; 
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Footer******
**************************/
#footer {
    padding-bottom: 75px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
}
#footer h1{
    margin-bottom: 65px;
    margin-top: 36px;
}
#footer .bottom-separator {
    margin-bottom: 60px;
}
#message {
    height: 110px;
    resize: none;
}
.bottom > h2 {
    margin-top: 0;
    margin-bottom: 26px;
}
.bottom .media-body h3 {
    margin-top: 0;
    padding-left: 25px;
}
.bottom .media-body h3 a{
    color: #d99c4e;
}
.testimonial .media{
    margin-top: 0;
    margin-bottom: 25px;
}
.testimonial .media>.pull-left{
    margin-right: 25px;
}
.testimonial .media>.pull-left img{
    margin-top: 6px;
}
.testimonial .media .media-body blockquote{
    padding-left: 25px;
    padding-right: 30px;
    position: relative;
    border-left: 0;
    margin-bottom: 0;
}
.testimonial .media .media-body blockquote:before{
    position: absolute;
    left: 5px;
    top: 8px;
    content: '"';
    font-size: 40px;
    color: #d99c4e;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
    line-height: 0;
}
.testimonial .media .media-body blockquote:after{
    position: absolute;
    right: 30px;
    bottom: 14px;
    content: '"';
    font-size: 40px;
    color: #d99c4e;
    line-height: 0;
}
.bottom > address {
    line-height: 22px;
    margin-bottom: 40px;
}
.btn-submit {
    background-color: #3f030d;
    color: #ebe0d0;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 10px 25px;
    width: 100%;
}
.btn-submit:hover, 
.btn-submit:focus{
    color: #f5f5f5;
    background-color: #3f030d;
    outline: none;
    box-shadow: none;
    opacity: .8;
}
.copyright-text{
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 10px;
}
/*************************
*******Home Page******
**************************/
#home-slider {
    background: url(../images/home/slider-bg.png) 0 100% repeat-x;
    position: relative;
}
#home-slider .main-slider {
    position: relative;
    height: 450px;
}
#home-slider .slide-text{
    position: absolute;
    top: 50px;
    left: 0;
    width: 450px;
}
.animate-in .slide-text {
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
    animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}
#home-slider .slider-house {
    position: absolute;
    right: 0;
    bottom: 0;
}
.animate-in .slider-house {
    -webkit-animation: fadeInDown 700ms ease-in-out 200ms both;
    animation: fadeInDown 700ms ease-in-out 200ms both;
}
#home-slider .slider-circle1 {
    position: absolute;
    right: 430px;
    bottom: 210px;
}
.animate-in .slider-circle1 {
    -webkit-animation: bounceIn 500ms ease-in-out 900ms both;
    animation: bounceIn 500ms ease-in-out 900ms both;
}
#home-slider .slider-circle2 {
    position: absolute;
    right: 420px;
    bottom: 245px;
}
.animate-in .slider-circle2 {
    -webkit-animation: bounceIn 500ms ease-in-out 1100ms both;
    animation: bounceIn 500ms ease-in-out 1100ms both;
}
#home-slider .slider-cloud1 {
    position: absolute;
    right: 290px;
    bottom: 250px;
}
.animate-in .slider-cloud1 {
    -webkit-animation: bounceIn 500ms ease-in-out 1300ms both;
    animation: bounceIn 500ms ease-in-out 1300ms both;
}
#home-slider .slider-cloud2 {
    position: absolute;
    right: 375px;
    bottom: 330px;
}
.animate-in .slider-cloud2 {
    -webkit-animation: bounceIn 500ms ease-in-out 1500ms both;
    animation: bounceIn 500ms ease-in-out 1500ms both;
}
#home-slider .slider-cloud3 {
    position: absolute;
    right: 75px;
    bottom: 300px;
}
.animate-in .slider-cloud3 {
    -webkit-animation: bounceIn 500ms ease-in-out 1700ms both;
    animation: bounceIn 500ms ease-in-out 1700ms both;
}
#home-slider .slider-sun {
    position: absolute;
    right: 190px;
    bottom: 300px;
}
.animate-in .slider-sun {
    -webkit-animation: bounceIn 800ms ease-in-out 1900ms both;
    animation: bounceIn 800ms ease-in-out 1900ms both;
}
#home-slider .slider-cycle {
    position: absolute;
    right: 500px;
    bottom: 0;
}
.animate-in .slider-cycle {
    -webkit-animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
    animation: slideInLeft 4000ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}
#home-slider h1{
    margin-top: 70px;
    margin-bottom: 25px;
}
#home-slider .btn-common {
    margin-top: 20px;
}
#home-slider .preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fafafa;
    text-align: center;
}
#home-slider .preloader > i {
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    color: #dbb075;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
}
#action, 
#page-breadcrumb {
    background-image: url(../images/home/tour-bg.png);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 155px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
}
.vertical-center{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: statice;
}
.sun{
    background-image: url(../images/home/tour-icon1.png);
    background-repeat: no-repeat;
    background-position: 100% bottom;
}
.single-service{
    overflow: hidden;
    display: block;
}
.single-service img {
    margin-bottom: 35px;
}
.single-service .fold {
    margin-bottom: 35px;
}
.single-service h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
.single-service p {
    padding: 0 48px;
}
.action h1{
    margin-top: 0;
}
.action p{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
.action .btn-common{
    margin-top: 55px;
    float: left;
}
.title {
    color: #404040;
    font-weight: 400;
}
.single-features {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 40px;
}
.single-features:last-child {
    padding-bottom: 95px;
}
.single-features h2{
    margin-bottom: 15px;
}
#clients{
    padding-bottom: 45px;
}
.clients {
    margin-bottom: 45px;
}
.clients img {
    display: inline-block;
}
.clients-logo {
    overflow: hidden;
    margin-bottom: 10px;
}


/* bootstrap5  */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin: 10px;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 16px;
    border-top: 5px solid #03A48F;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 100%;
    padding:10px;
}

.row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 100%;
    padding:10px;
}


@media (min-width: 768px) {
    .col-md {
        flex: 100%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
        padding:10px;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.form-select {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(images/select.svg);
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 45px;
    border: 1px solid #57232b;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    background-image: url(images/select-sm.svg);
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 30px;
    border: 1px solid #57232b;
    border-radius: 0.25rem;


}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.5rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin-right:5px;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #95B582;
    border-color: #95B582;
    margin-right:5px;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23eee'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}



/* login.php用 */
.login-bg {
    background-color: #fffefead;
    border-radius: 5px;
    padding: 20px 15px 30px 15px;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);
}
.login-bgline {
    font-size: 16px;
    color: #3b3c3e;
    height: 100%;
    background: #E9E8B5;
}
.app-link {
    background: #3b3c3e;
    color: #fff;
    border: 1px solid #3b3c3e;
    padding: 5px 20px;
}
.app-link a {
    color: #fff;
}
@media (min-width: 500px) {
    .login-bg {
        padding: 40px 50px 50px 50px;
        background: #fffefead;
    }
}
@media (min-width: 1200px) {
    .login_we {
        margin:3c0px;
    }
}

.error {
    color: #db4417!important;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}


.form-select-epts {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #757575;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #57232b;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control2-epts {
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    border: 3px solid #ebe0d0;
    border-radius: 4px;
    padding: 6px 15px;
}

ol.b {
    list-style-type: decimal;
    padding-left: 18px;
}

/* bootstrap5 */

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}
.input_icon {
    color: #b8b8b8;
    font-size: 16px;
    position: relative;
    right: 25px;
    top: 0px;
}