* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif !important;

}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: gray;
}


body::-webkit-scrollbar-thumb {
    background-color: #ba1c1d;
    border-radius: 10px;
}



/* .blue-header{
    width: 100%;
    height: 20px;
    background-color: #ba1c1d;
} */

.navbar-brand img {
    width: 100px;
}

.top-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}



.top-header .top-button {
    display: flex;

}

.top-header .top-button .btn {
    border: none;
    font-weight: 700;
    padding: 12px 35px;
    text-transform: uppercase;
    background-color: #ba1c1d;
    border-radius: 32px 0 32px 32px;

}

.citys-list {
    margin-left: 50%;
}

select {
    font-size: .9rem;
    padding: 5px 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

option {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.carousel-item img {
    object-fit: contain;
}



.carousel-caption h2 {
    color: white;
    background-color: #ba1c1d !important;
    letter-spacing: 2px;
    font-size: 40px;
    text-transform: uppercase;
    opacity: 0.8;
}

#services {
    margin-top: 5%;
}

#services h1 {
    color: #051838;
    font-weight: 600;
}

#services .card-title {
    color: #051838;
    font-weight: 600;
}

#services .card {

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card:hover {
    transition: all .5s ease-in-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    background-color: #ba1c1d;

}

.card:hover .card-title {
    color: white !important;

}

.card:hover a {
    color: white !important;
}



#services .card-body a {
    color: #ba1c1d;
}

.section-padding {
    padding: 0px 0;
}

.brand-carousel {
    background: white;
    margin-top: 6%;

}

.owl-dots {
    text-align: center;
    margin-top: 4%;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #000 !important;
}

#clients h2 {
    color: #051838;
    font-weight: 700;
}

#footer {
    width: 100%;
    height: 52vh;
    background-color: #051838;
}

.footer-top {
    padding: 12px;
}

.footer-top p {
    color: white;
    margin: 20px;
    font-weight: 600;
}

.footer-top p:hover {
    color: #ba1c1d;
    transition: all .5s ease;
}

.line {
    width: 100%;
    background-color: white;
    height: 1px;
}




.footer-service h3 {
    color: white;
    margin-left: 1%;
    font-size: 18px;
}

.footer-service p {
    color: white;
    margin-left: 2%;
    font-weight: 500;
    font-size: 14px;
}

.footer-service a {
    color: white;

}

.footer-service a:hover {
    color: #ba1c1d;
    transition: all .5s ease-in-out;
    text-decoration: none;
}

.footer-serving h3 {
    margin-left: 1%;
    font-size: 18px;
}

.footer-serving h3,
p {
    color: white;
}

.footer-serving p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 4%;
}

.footer-social h3 {
    margin-left: 1%;
    font-size: 18px;
}

.footer-social h3,
i {
    color: white;
}

.footer-social a {
    margin-left: 5%;
}


.footer-service,
.footer-serving,
.footer-social {
    display: flex;
    padding: 10px;

}





.footer-top {
    display: flex;

}


/*interior.html*/


.int-img img {
    height: 300px;
    object-fit: cover;
    margin-top: 10%;

}

.int-imgg img {
    height: 300px;
    object-fit: cover;
    margin-top: 22%;

}

.int-info h1 {
    color: #051838;
    margin-top: 10%;
    font-weight: 600;
}

.int-info p {
    color: #333;
    font-weight: 500;
}

.int-info2 p {
    color: #333;
    font-weight: 500;
}

.int-info2 a {
    font-weight: 500;
    color: #051838;
    cursor: pointer;
    text-decoration: none !important;
}

.int-info2 a:hover {
    color: #ba1c1d;
    transition: all .5s ease-in-out;
}

.inter-text-center p {
    color: #333;
    font-weight: 500;
    margin-top: 3%;
}

.int-info h5 {
    color: #ba1c1d;
}


/*ro.html*/

#ro-page h4 {
    color: #051838;
}

#ro-page p {
    color: #ba1c1d;
    font-weight: 600;
}

.card:hover .card-text {
    color: white !important;
    transition: all .5s ease-in-out;
}

#ro-page h1 {
    color: #051838;
    font-weight: 600;
    margin-top: 5%;
}


/*
modular-kitchen.html
*/


.kitchen-info h1 {
    color: #ba1c1d;
    font-weight: 600;

}


.kitchen-info p {
    color: #333;
    line-height: 1.8;
}



#kit img:hover {
    transform: scale(1.1);
    transition: 1s;
}


/*
office-interior.html
*/

.office-info h1 {
    color: #ba1c1d;
    font-weight: 600;
}

.office-info p {
    color: #333;
    line-height: 1.8;
}

#offi img:hover {
    transform: scale(1.1);
    transition: 1s;
}


/*
furniture.html
*/

.furni-info h1 {
    color: #ba1c1d;
    font-weight: 600;
}

.furni-info p {
    color: #333;
    line-height: 1.8;
}

#furnii img:hover {
    transform: scale(1.1);
    transition: 1s;
}




.whatsapp-chat {
    height: 55px;
    width: 55px;
}

#myBtn {
    position: fixed;
    bottom: 2px;
    right: 8px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtn img {
    width: 40px;

}

#myBtnn {
    position: fixed;
    bottom: 60px;
    right: 8px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}


#myBtnn img {
    width: 40px;

}


.property-section{
    margin-top: 10%;
}

.property-section .card p{
    color: #000;
}

.property-section .card img{
    padding: 10px;

}

.property-section .card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.property-section .card .btn{
    background-color: #ba1c1d;
    border-radius: 50px;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.property-section .card h5{
    font-weight: 600;
}







@media (max-width: 1024px) {
    .top-header {
        display: block;
    }

    .navbar-brand img {
        display: flex;
        justify-content: center;
        margin-left: 0px;
        width: 60px;
    }


    .citys-list {
        margin-left: 20%;
    }

    .top-button {
        display: flex;
        margin-left: 90%;
        margin-top: -6%;

    }

    .top-header .top-button .btn {
        padding: 10px 8px;
        font-weight: 100;
        font-size: 10px;
    }

    #footer {

        height: auto;

    }

    .footer-top {
        display: flex;


    }

    .footer-top p {
        padding-left: 0%;
    }
}

@media (max-width: 768px) {
    .top-header {
        display: block;
    }

    .navbar-brand img {
        display: flex;
        justify-content: center;
        margin-left: 0px;
        width: 60px;
    }


    .citys-list {
        margin-left: 20%;
    }

    .top-button {
        display: flex;
        margin-left: 80%;
        margin-top: -8%;

    }

    .top-header .top-button .btn {
        padding: 10px 8px;
        font-weight: 100;
        font-size: 10px;
    }

    #footer {

        height: auto;

    }

    .footer-top {
        display: flex;
        flex-direction: column;

    }

    .footer-top p {
        padding-left: 0%;
    }

    .footer-service,
    .footer-serving,
    .footer-social {
        display: flex;
        flex-direction: column;

    }

    .footer-serving p {
        margin-left: 1%;
    }

    .footer-social a {
        margin-left: 1%;

    }

    .copyrights p {
        font-size: 12px;
    }

}

@media (max-width: 425px) {
    .top-header {
        display: block;
    }

    .navbar-brand img {
        display: flex;
        justify-content: center;
        margin-left: 0px;
        width: 60px;
    }


    .citys-list {
        margin-left: 20%;
    }

    .top-button {
        display: flex;
        margin-left: 60%;
        margin-top: -16%;

    }

    .top-header .top-button .btn {
        padding: 10px 8px;
        font-weight: 100;
        font-size: 10px;
    }

    #footer {

        height: auto;

    }

    .footer-top {
        display: flex;
        flex-direction: column;

    }

    .footer-top p {
        padding-left: 0%;
    }

    .footer-service,
    .footer-serving,
    .footer-social {
        display: flex;
        flex-direction: column;

    }

    .footer-serving p {
        margin-left: 1%;
    }

    .footer-social a {
        margin-left: 1%;

    }

    .copyrights p {
        font-size: 12px;
    }

    .carousel-caption h1 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .top-header {
        display: block;
    }

    .navbar-brand img {
        display: flex;
        justify-content: center;
        margin-left: 0px;
        width: 60px;
    }


    .citys-list {
        margin-left: 20%;
    }

    .top-button {
        display: flex;
        margin-left: 60%;
        margin-top: -18%;

    }

    .top-header .top-button .btn {
        padding: 10px 8px;
        font-weight: 100;
        font-size: 10px;
    }

    #footer {

        height: auto;

    }

    .footer-top {
        display: flex;
        flex-direction: column;

    }

    .footer-top p {
        padding-left: 0%;
    }

    .footer-service,
    .footer-serving,
    .footer-social {
        display: flex;
        flex-direction: column;

    }

    .footer-serving p {
        margin-left: 1%;
    }

    .footer-social a {
        margin-left: 1%;

    }

    .copyrights p {
        font-size: 12px;
    }

    .carousel-caption h1 {
        font-size: 18px;
    }

}


@media (max-width: 320px) {
    .top-header {
        display: block;
    }

    .navbar-brand img {
        display: flex;
        justify-content: center;
        margin-left: 0px;
        width: 60px;
    }


    .citys-list {
        margin-left: 20%;
    }

    .top-button {
        display: flex;
        margin-left: 60%;
        margin-top: -22%;

    }

    .top-header .top-button .btn {
        padding: 10px 8px;
        font-weight: 100;
        font-size: 10px;
    }

    #footer {

        height: auto;

    }

    .footer-top {
        display: flex;
        flex-direction: column;

    }

    .footer-top p {
        padding-left: 0%;
    }

    .footer-service,
    .footer-serving,
    .footer-social {
        display: flex;
        flex-direction: column;

    }

    .footer-serving p {
        margin-left: 1%;
    }

    .footer-social a {
        margin-left: 1%;

    }

    .copyrights p {
        font-size: 12px;
    }

    .carousel-caption h1 {
        font-size: 14px;
    }


}


/* custom css */

.domestic-sections .domestic-parts {
    padding-top: 100px;
}

.domestic-sections .domestic-parts h1 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.domestic-sections .domestic-parts .card h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;

}

.domestic-sections .domestic-parts .card p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.domestic-sections .domestic-parts .card img {
    padding: 12px;
}

.domestic-sections .domestic-parts .card .btn-link {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.domestic-sections .domestic-parts .card .btn-link .fas {
    color: #000;
}

.domestic-parts .card:hover .fas {
    color: #fff !important;
}

.domestic-sections .domestic-parts .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.domestic-form .modal .modal-header {
    background-color: #ba1c1d;
    color: #fff;
}

.domestic-form .modal .modal-body label {
    font-size: 14px;
}

.domestic-form .modal .modal-body ::placeholder {
    font-size: 14px;
}

.domestic-form .modal .modal-body .btn {
    background-color: #ba1c1d;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
}

.domestic-form .modal .modal-body .form-control:focus {
    outline: none;
    box-shadow: none;
}

.domestic-form .modal .modal-body select {
    font-size: 14px;
}

.industerial-section .induaterial-parts .card h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;

}

.industerial-section .induaterial-parts .card p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.industerial-section .induaterial-parts .card img {
    padding: 12px;
}

.industerial-section .induaterial-parts .card .btn-link {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.industerial-section .induaterial-parts {
    padding-top: 100px;
}

.industerial-section .induaterial-parts h1 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.industerial-section .induaterial-parts .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.industerial-section .induaterial-parts .card .btn-link .fas {
    color: #000;
}

.induaterial-parts .card:hover .fas {
    color: #fff !important;
}

.industrial-form .modal .modal-header {
    background-color: #ba1c1d;
    color: #fff;
}

.industrial-form .modal .modal-body label {
    font-size: 14px;
}

.industrial-form .modal .modal-body ::placeholder {
    font-size: 14px;
}

.industrial-form .modal .modal-body .btn {
    background-color: #ba1c1d;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
}

.industrial-form .modal .modal-body .form-control:focus {
    outline: none;
    box-shadow: none;
}

.industrial-form .modal .modal-body select {
    font-size: 14px;
}

.water-chiller-section .water-chiller-part {
    padding-top: 100px;
}

.water-chiller-section .water-chiller-part h1 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.water-chiller-section .water-chiller-part .card h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;

}

.water-chiller-section .water-chiller-part .card p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.water-chiller-section .water-chiller-part .card img {
    padding: 12px;
}

.water-chiller-section .water-chiller-part .card .btn-link {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.water-chiller-section .water-chiller-part .card .btn-link .fas {
    color: #000;
}

.water-chiller-part .card:hover .fas {
    color: #fff !important;
}

.water-chiller-section .water-chiller-part .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}


.chiller-form .modal .modal-header {
    background-color: #ba1c1d;
    color: #fff;
}

.chiller-form .modal .modal-body label {
    font-size: 14px;
}

.chiller-form .modal .modal-body ::placeholder {
    font-size: 14px;
}

.chiller-form .modal .modal-body .btn {
    background-color: #ba1c1d;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 14px;
}

.chiller-form .modal .modal-body .form-control:focus {
    outline: none;
    box-shadow: none;
}

.chiller-form .modal .modal-body select {
    font-size: 14px;
}

.contact-section {
    padding-top: 100px;
}

.contact-section .contact-part h2 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}


.contact-section .contact-part .contact-address h3 {
    font-weight: 600;
    font-size: 20px;
}


.contact-section .contact-part .contact-address p {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.contact-section .contact-part .contact-address .fas {
    color: black;
}

.contact-section .contact-part .con-forms {
    background-color: #ba1c1d;
    padding: 10px;
    border-radius: 10px;
}

.contact-section .contact-part .con-forms label {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.contact-section .contact-part .con-forms ::placeholder {
    font-size: 14px;
    font-weight: 500;
}

.contact-section .contact-part .con-forms .btn {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: black;
}

.contact-section .contact-part .location-part .location-list {
    display: flex;
    justify-content: space-between;

}

.contact-section .contact-part .location-part h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-section .contact-part .location-part p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.about-sections .about-areas{
    padding-top: 100px;
}

.about-sections .about-areas h2{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.about-sections .about-areas p{
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

.about-sections .about-areas ul li{
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.about-sections .about-areas ul li span{
    font-weight: 600;
}

.vision-sections .visions-parts .vision-info h2{
    font-size: 22px;
    font-weight: 600;

}

.vision-sections .visions-parts .vision-info p{
    color: #000;
    font-size: 14px;
    font-weight: 500;

    line-height: 30px;
}

.vision-sections .visions-parts .vision-info .fas{
    color: #000;
}

.vision-sections .visions-parts .mission-info h2{
    font-size: 22px;
    font-weight: 600;
  
}

.vision-sections .visions-parts .mission-info p{
    color: #000;
    font-size: 14px;
    font-weight: 500;

    line-height: 30px;
}

.vision-sections .visions-parts .mission-info .fas{
    color: #000;
  
}

.privacy-policy-section .privacy-area{
    padding-top: 10%;
}
.privacy-policy-section .privacy-area h2{
    font-size: 20px;
    font-weight: 600;
}

.privacy-policy-section .privacy-area p{
 font-size: 14px;
 text-align: justify;
 line-height: 30px;
 color: #333;
}

.privacy-policy-section .privacy-area ul li{
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    color: #333;
}

.terms-section .terms-info{
    padding-top: 10%;
}

.terms-section .terms-info h2{
    font-size: 20px;
    font-weight: 600;
}

.terms-section .terms-info ul li{
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    color: #333;
}

.terms-section .terms-info p{
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    color: #333;
}