 /* div{
    border: 1px solid
    #0f0f0f;
}  */

body {
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: Montserrat;
}

  /*header section*/
  .header-section {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.header-section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.custom-nav-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-brand {
    margin-top: 10px !important;
}

.navbar img {
    color: white;
    height: 72px;
}

.custom-menu-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
}

.slider-section {
    min-height: 100vh !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1;
            flex: 1;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center;
            align-items: center !important;
}

.slider-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.slider-section .slider-bg-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.service-section {
    background-color: #0c0c0c;
}

.layout-padding1 {
    padding: 45px;
}

.box {
    background-color: #0c0c0c;
    position: relative;
    padding: 10px;
}

.heading-container {
    margin-bottom: 20px;
}

.headiing-center {
    align-items: center;
    text-align: center;
    -webkit-box-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;

}

.product-box {
    position: relative;
    padding: 15px;
}

.product-section .product-box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 245px;
}


.product-section .product-box .img-box img {
    max-width: 100%;
    max-height: 225px;
}

.row-bottom
{
    margin-bottom: 20px;
}

.catelog-products{
    background-color: #fff;
    background-size: 100%;
    height: 1300px;
    justify-content: center; 
    align-items: center;
    width: 60%;
    margin:0 auto;
}

.product_catelog
{
    width: 100%;
}

.product-section .btn-explore {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px;
    }

.product-section .btn-explore a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #fd9c6b;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fd9c6b;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ad-section {
    min-height: 100vh ;
    -webkit-box-flex: 1 ;
        -ms-flex: 1;
            flex: 1;
    display: flex ;
    -webkit-box-align: center ;
        -ms-flex-align: center;
            align-items: center ;
}

.ad-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.ad-section .ad-bg-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.ad-section .detail-box {
    position: relative;
    z-index: 4;
    color: #ffffff;
    padding: 45px 0;
}

.ad-section .container .detail-box  h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 60px;
}

.ad-section .container .detail-box  img {
    margin-top: 50px;
}

.ad-section .container .detail-box  p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 200;
    line-height: 35px; 
    opacity: 75%;
    margin-top: 30px;
}

.care-section {
    font-family: Montserrat;
}

.row {
    display: flex;
}

.welcome {
    font-size: 25px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}

.home-care {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Montserrat;
}

.line {
    border-top: 1px solid #000;
    opacity: 100%;
}

.home-row {
    margin-top: 25px;
}

.para-one {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.03;
    letter-spacing: 0.3px;
}

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

.icon-head {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
}

.care-width {
    width: 70%;
}

.banner-section {
    min-height: 60vh ;
    -webkit-box-flex: 1 ;
        -ms-flex: 1;
            flex: 1;
    display: flex ;
    -webkit-box-align: center ;
        -ms-flex-align: center;
            align-items: center ;
}

.banner-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow-y: auto;
    background-color: transparent;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.banner-bg-box img {
    width: 100%;
}

.head-qout {
    margin-top: 110px;
    margin-bottom: 11
    0px;

    h4 {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    h2 {
        color: #000;
        font-family: Montserrat;
        text-align: center;
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.under-cons {
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    color: #ecf0f1;
    font-family: 'Source Sans Pro', sans-serif;

    .construction {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        .title {
            font-family: 'Poiret One', cursive;
            font-size: 4rem;
            margin-bottom: .5rem;
            width: 100%;
            text-align: center;
        }

        .sub-title {
            border-top: .1rem solid #fff;
            padding: 1rem 4rem;
            text-align: center;
        }
    }
}

