.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    object-fit: cover;
}

.slide-text h5 {
    font-size: 19px;
    background-color: #fff;
    padding: 12px;
    display: table;
    border-radius: 5px;
    margin-top: 30px;
}

.slide-text > .logo-slide-img {
    margin-top: 100px !important;
}

.slide-text > p.p0,
.slide-text > p.p1,
.slide-text > p.p2,
.slide-text > p.p3 {
    margin-top: 30px !important;
}

.r-slider .more-btn {
    max-width: 200px;
    color: #fff !important;
}

@media(max-width:1200px) {

    .slide-text > a.r-btn-primary0 img,
    .slide-text > a.r-btn-primary1 img,
    .slide-text > a.r-btn-primary2 img,
    .slide-text > a.r-btn-primary3 img {
        height: auto !important;
    }
}

@media(max-width:991px) {

    .slide-text > a.r-btn-primary0 img,
    .slide-text > a.r-btn-primary1 img,
    .slide-text > a.r-btn-primary2 img,
    .slide-text > a.r-btn-primary3 img {
        margin-top: 10px !important;
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        height: 500px !important;
    }

}

@media (max-width:768px) {

    .slide-text h5 {
        font-size: 14px;
    }


}

@media (max-width:550px) {
    .slide-text > a.r-btn-primary1 img {
        display: none;
    }
}

@media (max-width:480px) {


    .slide-text > a.r-btn-primary0 img,
    .slide-text > a.r-btn-primary1 img,
    .slide-text > a.r-btn-primary2 img,
    .slide-text > a.r-btn-primary3 img {
        width: 100% !important;
        max-width: 200px;
    }
}

@media (max-width:274px) {
    .slide-text > a.r-btn-primary0 img {
        display: none;
    }
}


/*** about  **/
.about .p-about {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
}

.about .about-list {
    margin-top: 30px;
}

.about .about-list li {
    list-style: none;
    margin-bottom: 14px;
    font-size: 16px;
}

.about .about-list li:before {
    content: "\f122";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #ff7800;
    margin-left: 10px;
    font-size: 14px;
}

.about {
    position: relative;
    overflow: hidden;
}

.about .about-list li strong {
    color: #ff7800;
}

.about .about-background {
    position: absolute;
    left: -44px;
    opacity: .25;
    transform: rotate(11deg);
    top: -14px;
    width: 100%;
    max-width: 600px;
    display:none;
}

@media(max-width:992px) {
    .about .about-background {
        opacity: .1;
    }
}

@media(max-width:768px) {
    .about .about-background {
        position: inherit;
        display: block;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        transform: rotate(0deg);
        opacity: 1;
        margin-top: 40px;
    }
}


/**  goals  **/

.why-section {
    background-color: #f5f5f5;
    padding: 20px 20px;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: .5s;
    height: 160px;
}

.why-section .back-img {
    position: absolute;
    bottom: 0;
    width: 90px;
    opacity: .1;
    left: -5px;
    transform: rotate(-20deg);
    transition: .5s;
    filter: brightness(.1);
}

.why-section .why-img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    background-color: #ff7800;
    border-radius: 50%;
    padding: 5px;
    transition: .5s
}

.why-section .why-img img {
    width: 100%;
    /*filter: invert(1);*/
    padding: 5px;
    transition: .5s
}

.why-section h4 {
    font-size: 18px;
    padding-left: 40px;
    text-align: justify;
    color: #555;
    line-height: 24px;
}

.why-section:hover {
    top: -10px;
    background-color: #593b21;
    box-shadow: -1px 1px 3px #c2c2c2;
}

.why-section:hover .why-img {
    background-color: #fff;
}

.why-section:hover .why-img img {
    filter: invert(1);
    opacity: .8;
}

.why-section:hover h4 {
    color: #fff;
}

.why-section:hover .back-img {
    width: 100px;
    transform: rotate(0deg);
    filter: brightness(1);
}

@media(max-width:992px) {
    .why-choose .container {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width:768px) {
    .why-section {
        height: auto !important;
    }
}

/***/

.parts-modals img {
    cursor: pointer;
}

.adventage {
    background-color: #eee;
}



.adventage .stats-content {
    justify-content: center;
}

.adventage .stat {
    text-align: center;
    margin-top: 20px;

    transition: transform 0.5s;
    z-index: 10;
}

.adventage .stat:hover {
    transform: scale(1.1);
}

.adventage .stat .stat-img {
    height: 80px;
    width: 80px;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 35%;
    background: linear-gradient(to top right, #593b21 5%, #ff7800);
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

.adventage .stat .stat-img img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.adventage .stat .stat-content {
    height: 156px;
    width: 100%;
    background-color: white;
    box-shadow: -2px 3px 6px 0px #b9b9b9;
    border-radius: 55px;
    position: relative;
    top: -50px;
    z-index: -1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 25px;
    padding-top: 50px;
}

.adventage .stat .stat-content h5 {
    display: inline-block;
    color: #593b21;
    font-weight: bold;
    margin: 0px auto;
    font-size: 16px;
}

.adventage .stat .stat-content span {
    color: #7F7F7F;
    font-weight: lighter;
}


.new-text-left {
    margin-top: 80px;
    height: 100%;
}

.new-text-right {
    margin-top: 80px;
    background-color: rgb(255 255 255 / 80%);
    height: 100%;
    padding-bottom: 40px;
    border-radius: 11px;
}

.new-text-right h5 {
    background-color: transparent;
    line-height: 34px;
}

.place-sec{
    min-height:300px;
}

@media(max-width:992px){
    .new-text-right{
        display:none;
    }
    .new-text-left {
        margin-top: 40px !important;
    }
}

@media(max-width:768px){
    .hidden-xs{
        display:none;   
    }
}


.more-btn {
    color: #fff !important;
    font-weight: 600;
}






/***********/
.about-us {
    margin-top: 160px !important;
    margin-bottom: 180px !important;
}

.about-us .about-left {
    border: 10px solid #fff;
    box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
    height: 100%;
    z-index: 50
}

.about-us .about-left img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: top;
    /*max-height: 400px;*/
}

.about-us .about-us-wrap {
    color: #FFF;
    padding: 20px 15px;
}

.about-us-wrap:before {
    content: '';
    width: calc(100% + 120px);
    height: calc(100% + 22%);
    position: absolute;
    left: 0;
    top: -13%;
    background: #593b21;
    z-index: -40;
}

.about-us-wrap h1 {
    line-height: 35px;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 40px;
    color: #FFF;
}

.about-us-wrap h1 small {
    padding-bottom: 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.about-us-wrap p {
    font-size: 19px;
    text-align: justify;
    font-weight: 500;
}

@media (max-width:1200px) {
    .about-us .container {
        max-width: 100%;
        width: 99%;
    }
}

@media (max-width:768px) {
    .about-us-wrap:before {
        width: 100% !important;
        height: calc(100% + 30%);
    }
    .about-us {
        margin-top: 60px !important;
    }
}



 .page-title {
        background-color: #ff7800;
        height: 350px;
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 2;
    }

    .page-title:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: rgba(70, 36, 7, 0.72);
        z-index: -1;
    }

    .page-title .page-title-content {
        display: grid;
        align-items: center;
        height: 100%;
    }

    .page-title .page-title-content h5 {
        color: white;
        font-size: 28pt;
        margin-bottom: 80px;
    }

    /*  forms-page  */
    .forms-page {
        border-radius: 5px;
        box-shadow: 0 3px 4px #d0d0d0;
        background-color: #fff;
        padding: 50px;
        position: relative;
        top: -100px;
        z-index: 4;
    }


    .forms-page .form-control {
        background-color: #fff;
        border: 1px solid rgba(255, 120, 0, 0.65);
        padding: 5px 20px;
        color: #462407;
        font-size: 16px;
        min-height: 45px;
        margin-bottom: 27px;
    }

    .forms-page .form-control::placeholder {
        color: #a8a8a8;
    }
    .forms-page .form-control:disabled{
        border-color: #d1d1d1;
    }

    .forms-page .form-group label {
        color: rgb(70, 36, 7);
        font-size: 15px;
        margin-bottom: 10px;
    }

    .forms-page .form-group label span {
        color: red;
    }

    .check-form input {
        display: none;
        cursor: pointer;
    }

    .check-form label {
        position: relative;
        cursor: pointer;
    }

    .check-form label:before {
        content: '';
        border: 1px solid #ff7800;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 7px;
    }

    .check-form input:checked+label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 6px;
        width: 6px;
        height: 12px;
        border: solid #ff7800;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.final-chekout {
    background-color: #f2f1f0;
    padding: 50px 0 50px;
    margin: 100px 0;
    border-radius: 150px;
}

.final-chekout img {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    margin-top: -125px;
}

.final-chekout h2 {
    color: #462407;
    font-size: 50px;
    font-weight: bold;
    margin-top: 45px;
}

@media(max-width:500px){
    .forms-page{
        padding: 25px 15px;
    }
    .final-chekout{
        border-radius: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .final-chekout img{
        width:115px;
    }
    .final-chekout h2{
        font-size: 35px;
    }
}