* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Gabriela';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/gabriela/v14/qkBWXvsO6sreR8E-b8m0xLt3mQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Gabriela';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/gabriela/v14/qkBWXvsO6sreR8E-b8m9xLt3mQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
    font-family: 'Gabriela';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/gabriela/v14/qkBWXvsO6sreR8E-b8m5xLs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: "Gabriela", Sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    /* background: #000; */
    background: url(../img/bangalore-bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

a {
    text-decoration: none;
    color: #F6121C;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav,
footer {
    /* position: fixed;
    width: 1903px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    background-color: transparent; */
    background-image: radial-gradient(at center center, #F6121C 20%, #000000 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fed171;
    text-transform: uppercase;
    font-family: "Gabriela";
}

.navbar-brand img {
    width: 100%;
    max-width: calc(5vw + 47px);
    filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.navbar-brand img:hover {
    filter: brightness(200%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.nav-link {
    font-weight: bolder;
    color: #000 !important;
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link.active {
    color: #fff !important;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

#profile .card,
#slider .card {
    background: none;

}

#profile .card img {
    transition: .7s ease;
    border-radius: 10px;
    border: 2px solid red;
}

#profile .card-body h5 {
    color: red;
}

#profile .card:hover img {
    transform: scale(0.9);
}

#slider .card-img img {
    border-radius: 10px;
    border: 2px solid red;
    width: 100%;
}

#slider .card {
    padding: 5px;
}

.sec-btn a button {
    background-image: radial-gradient(at center center, #F6121C 20%, #000000 100%);
    transition: .7s ease;
}

.sec-btn a:hover button {
    transform: scale(1.1);
    background: #000;
}

#review .carousel-item img {
    width: 200px;
    height: 200px;
    border-style: solid;
    border-color: #F6121C;
    border-width: 2px;
}

#review .carousel-indicators {
    margin-bottom: 0rem;
}

.price-list-separator {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.price-detail span {
    color: red;
    font-size: 17px;
}

.price-detail del {
    color: #FFFFFF;
}

.contact-form {
    font-size: 20px;
    text-align: left;
    padding: 5px;
}

.form-control {
    background: transparent;
}

.form-control:focus {
    background: transparent;
}

img.des,
img.mob {
    margin-top: 4rem;
}

.rimg-item {
    cursor: pointer;
}

.rimg-item h5 {
    transition: all 0.2s linear 0s;
}

span.svg-img {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0px auto;
    transition: all 0.2s linear 0s;

}

.rimg-item:hover span.svg-img,
.rimg-item:hover h5 {
    transform: scale(1.3);
}

.cat-member {
    text-align: center;
    border: 1px solid red
}

.cat-member .member-img {
    position: relative;
    overflow: hidden;

}

.cat-member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/team-shape.svg) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
    filter: invert(1);
}

.cat-member .member-info {
    padding: 10px 15px 20px 15px;
    background: #000;
}

.about-area1 .about-img {
    position: relative;
}

.about-area1 .about-img img {
    width: 100%;
    border-radius: 4px;
}

.about-area1 .about-img .info-man {
    background-image: radial-gradient(at center center, #F6121C 20%, #000000 100%);
    display: inline-block;
    padding: 35px 35px;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.section-tittle h2 {
    color: red;
    display: block;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.04em;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 24px;
}

.section-tittle p {

    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.about-area1 .about-single .pera {
    padding-left: 26px;
}

.about-area1 .about-single .pera p {
    color: yellow;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.btn_02 {
    color: #10C98F;
    border: 2px solid #10C98F;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    background: none;
    font-weight: 600;
}

@media(max-width:991px) {
    .social-icon {
        display: none;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
    }

    .des {
        display: none;
    }

    .mob {
        display: block !important;
    }
}






#slider .carousel-inner .carousel-item.active,
#slider .carousel-inner .carousel-item-next,
#slider .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (max-width: 767px) {
    #slider .carousel-inner .carousel-item>div {
        display: none;
    }

    #slider .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .about-area1 .about-img .info-man {
        background-image: radial-gradient(at center center, #F6121C 20%, #000000 100%);
        display: inline-block;
        padding: 10px 10px;
        position: absolute;
        bottom: -20px;
        right: 0px;

    }
}



/* medium and up screens */
@media (min-width: 768px) {

    #slider .carousel-inner .carousel-item-end.active,
    #slider .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #slider .carousel-inner .carousel-item-start.active,
    #slider .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#slider .carousel-inner .carousel-item-end,
#slider .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/* call btn */
.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 0.7rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

/* call btn end*/