body {
    background-color: rgb(12, 11, 17);
    color: rgb(172, 172, 172);
    overflow-x: hidden;
}

.bg-cust {
    background-color: rgb(12, 11, 17) !important;
}

.custnavalign {
    padding-top: 112px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: rgb(232, 170, 1);
    font-weight: bold;
}

.custslider {
    margin-top: 168px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.heading1 {
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(254, 186, 1);
}

.bg {
    background-image: url(img/bg2.jpg);
    height: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 180px;
}

.sectxt {
    font-size: 134px;
    color: rgb(255, 255, 255);
}

.midbold {
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.reviewer {
    text-transform: capitalize;
    color: rgb(254, 186, 1);
    font-weight: bold;
    font-size: 20px;
}

.footerp {
    margin-left: 35px;
    margin-top: -22px;
}

.footerborder {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(80, 80, 80);
}
.footerborder2{
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(80, 80, 80);
    border-top: 1px solid rgb(80, 80, 80);
    margin-top: 20px;
    padding-top: 25px;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.col-md-4 {
    margin: 0px;
    padding: 0px;
}

.col-md-2 {
    margin: 0px;
    padding: 0px;
}

.custtext{
    border: 1px solid #242329;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

#about{
    /* padding-top: 120px;
    padding-bottom: 85px; */
}

@media (max-width: 600px) {
    *{
        overflow-x: hidden;
    }
    body{
        padding: 0px 20px;
    }
    #carouselExampleIndicators{
        overflow-y: hidden;
    }
    .heading1 {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 1.2;
        color: rgb(254, 186, 1);
        margin-left: -16px;
        overflow-y: hidden;
    }
    p{
        font-size: 0.8rem;
    }
    .sectxt {
        font-size: 50px;
        color: rgb(255, 255, 255);
    }
    .bg {
        background-image: url(img/bg2.jpg);
        height: 50%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow-y: hidden;
    }
    .mobp{
        margin-left: -16px;
    }
    .custnavalign {
        padding-top: 0px;
    }
    .mobso{
        margin-bottom: 10px;
    }
}