@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}


:root {
    --blue: #731318;
    --red: #D31C1C;
    --white: #fff;
    --black: #000;
    --gray: #635f5f;
}


/* ******************************************************************** whatsapp */

.whatsapp {
    position: fixed;
    bottom: 80px;
    left: 0px;
    background: #3BB341;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 1px;
    font-size: 24px;
    border-radius: 0 0px 0px 0;
    z-index: 2;
}

.whatsapp:hover {
    color: #3BB341;
    background: #fff;
    border: 2px solid #3BB341;
}

.phone {
    position: fixed;
    bottom: 120px;
    left: 0px;
    background: #16AAEC;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 3px;
    font-size: 22px;
    z-index: 2;
    border-radius: 0 0px 0px 0;
}

.phone:hover {
    color: #16AAEC;
    background: #fff;
    border: 2px solid #16AAEC;
}

.mail {
    position: fixed;
    bottom: 200px;
    right: 0px;
    background: #e43633;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 3px;
    font-size: 22px;
    z-index: 2;
    border-radius: 0 0px 0px 0;
}

.mail:hover {
    color: #e43633;
    background: #fff;
    border: 2px solid #e43633;
}

.fb {
    position: fixed;
    bottom: 160px;
    right: 0px;
    background: #395694;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 1px;
    font-size: 24px;
    border-radius: 0 0px 0px 0;
    z-index: 2;
}

.fb:hover {
    color: #395694;
    background: #fff;
    border: 2px solid #395694;
}

/* topbar start */

#top-bar {
    background-color: #B80304;
}

.topbar-icon a {
    padding-left: 0 !important;
    padding-right: 15px;
    color: #fff;
}

.topbar-mail i {
    color: #fff;
}

.topbar-mail a {
    color: #fff;
}

.topbar-no a {
    color: #fff;
}

.topbar-no i {
    color: #fff;
}


/* topbar end */


/* navbar strt */


.nav-item a {
    font-size: 18px;
    font-weight: 550;
}

.nav-link:hover {
    color: #B80304 !important;
}

.navbar-nav .dropdown-menu {
    background-color: #fff !important;
    color: #B80304;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #fff;
    color: #B80304;
}


/* navbar end */

#about-sec {
    background-color: rgba(250, 235, 215, 0.733);

}

.about-h {

    color: #B80304;
    font-size: 40px;
    font-weight: 600;
}

.about-text h1 {
    color: #020101;
    font-family: "Prata", Sans-serif;
    font-size: 50px;
}

.about-text p {
    text-align: justify;

}

.about-text a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-color: #B80304;
    padding: 20px 50px;
    border-radius: 10px;
}

.card {
    border: none;
    outline: none;
}

#about-sec .card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);

}

#about-sec .card img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
}


/* *********************************************************** original painting */

.sec-one-h1 h1 {
    color: #B80304;
}

.text {
    background-color: #B80304;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
}


/* ************************************************** our service */

#service h1 {
    color: #B80304;
    text-transform: uppercase;
}

#service h2 {
    text-transform: uppercase;
}

.enquiry-model form .modal-content .modal-header {
    background: #B80304;
    color: #fff;
}

.enquiry-model form .modal-content .modal-header .btn-close {
    color: #fff;
}

.enquiry-model form .modal-content .modal-body h3 {
    color: #B80304;
    font-size: 20px;
}


.cartoon .card {
    height: 100px !important;
    border: none
}

/* ************************************************** footer */

#specialties {
    margin-top: 60px;
    background-image: url("../image/img/gif3.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec-spec-h h1 {
    color: #000;
    font-size: 40px;
}

.special:hover {
    border: 6px solid #000;

}

.special {
    transition: .5s;
    border: 6px solid #B80304;

}



.sec-spec h1 {
    color: #000;
    text-align: center;

}

#footer {
    padding: 40px 0px;
    background: var(--blue);
}

.ft-logo p {
    color: #fff;
    padding-top: 20px;
}

.ft-services h1 {
    color: #fff;
    padding-left: 30px;
}

.ft-services ul li a {
    color: #fff;
    transition: .5s;
}

.ft-services ul li a:hover {
    color: #B80304;
}

.ft-services ul li {
    color: #fff;
    padding-top: 10px;
    padding-left: 30px;
}

.ft-address h1 {
    padding-bottom: 10px;
    color: #fff;
}

.ft-address-add p {
    padding-bottom: 5px;
    color: #fff;
}

.ft-address-add a {
    padding: 5px;
    color: #fff;
    transition: .5s;
}

.ft-address-add a:hover {
    color: #B80304 !important;
}

.ft-address-add i {
    color: #fff;
}


.ft-links h1 {
    color: #fff;
}

.ft-links {
    display: flex;
    flex-direction: column;
}

.ft-links a {
    padding-top: 10px;
}

.ft-links a i {
    color: #fff;
}

.icon-twiter a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c97ea;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-size: 25px;
}

.icon-insta a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#4E58C4, #C235A7, #F06A42) !important;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-size: 25px;
}

.icon-link a i {
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e44134;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-size: 25px;
}

.icon-fb a i {
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #385794;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-size: 25px;
}

.icon-print a i {
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b81f24;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-size: 25px;
}

.icon-youtube a i {
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f80400;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-size: 25px;
}

#coppy-write {

    background-color: #B80304;
}

.coppy-write-s p {

    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px !important;
}

.coppy-write-s p a {
    color: #f5b30d;
    font-size: 14px;
    font-weight: 600;
    transition: .7s;
}


.youtube-h {
    color: #fff;
    padding-bottom: 10px;
}

.watch-more h5 a {
    background-color: #f2f9f3;
    padding: 8px 18px;
    color: #000;
    transition: .5s;
}

.watch-more h5 a:hover {
    color: #fff;
    background-color: #000;
}

.watch-more h5 {
    padding-top: 10px;
}

/* ---------------about------sec--------- */
#abt-sec-heading {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(to right, rgba(11, 11, 11, 0.709), rgba(41, 40, 40, 0.717)), url("../image/img/abtbanner.jpeg");
}

.abt-heading-text h1 {
    color: #fff;
    padding-top: 10%;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-item {
    padding-top: 0%;
    display: flex;
    padding-bottom: 8%;
    align-items: center;
    justify-content: center;
}

.v-img-card img {
    overflow: hidden;
    transition: .9s;
    border: 10px solid #B80304;
    border-radius: 50%;
}

.vision {
    color: #fff;
    padding-bottom: 10px;
}


.m-img-sec {
    overflow: hidden;
    border-radius: 50%;

}

.m-img-sec img {
    overflow: hidden;
    transition: .9s;
    border: 10px solid #B80304;
    border-radius: 50%;
}



.mission-h {
    padding-top: 10px;
    color: #fff;
}

.m-text {
    padding-top: 60px;
}

.m-text p {
    text-align: justify;
    padding-top: 15px;
}

.m-sec-row {
    background-color: #fff;
    border-radius: 80px;
}

.v-sec-row {
    background-color: #fff;
    border-radius: 80px;
}

#v-m-sec {
    background-color: #B80304;
}


/* -----------------contact-sec-start--------------------- */

#cont-sec-heading {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(to right, rgba(11, 11, 11, 0.709), rgba(41, 40, 40, 0.717)), url("../image/img/abtbanner.jpeg");
}


.cont-heading h1 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    font-family: sans-serif;
}

.cont-cart-text {
    background-color: #000000ec;
    color: #fff;
    padding: 20px;
    border-bottom: 10px solid #B80304;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.cont-hv h1 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 33px;
}

.cont-hv h5 {
    font-family: sans-serif;
    padding-top: 5px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #fff;
}

.cont-text h2 {
    color: #f50808;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1px;
}

.cont-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}

.cont-text p a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}

.cont-icon i {
    font-size: 24px;

}

.cont-form-sec {
    border-top: 10px solid #000000f1;
    background-color: #B80304;
}



.inputbox {
    outline: none;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputbox input {
    width: 70%;
}

#contbox {
    outline-color: #B80304;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 95px;
    border: 2px solid #000;
    box-shadow: 0px 0px 8px 0px #fff;
}

#contmsg {
    outline-color: #B80304;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 68px;
    padding-right: 95px;
    border: 2px solid #000;
    box-shadow: 0px 0px 8px 0px #fff;
}

#btn {
    outline-color: #B80304;
    border: 2px solid #000;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 8px 0px #fff;
}

/* -------------cont-us end--------------- */


/* -------------services------------ */
/* -----------3d-start---------- */