/********** Template CSS **********/
:root {
    --primary: #3CB815;
    --secondary: #F65005;
    --light: #F7F8FC;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
a{
    text-decoration: none !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    background: url(../img/bg-icon.png) center center repeat;
    background-size: contain;
}
.offcanvas *{
    font-family: "Lato", sans-serif !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background-color: #FEE2E2;
}

.navbar {
    box-shadow: 0px 1px 4px 2px #c7c7c7ab;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: #555555;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}
.r_Drop1, .r_subDrop1>a, .r_subDrop2>a{
    border-bottom: 1px solid #b5b4b4;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        /* transition: .1s; */
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        /* transition: .1s; */
        opacity: 1;
    }
    .nav-item .dropdown-menu .dropdown-menu.peta-menu{
        visibility: hidden !important;
    }
    .nav-item .dropdown-submenu:hover  .peta-menu{
        visibility: visible !important;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}





/*** Footer ***/
.footer {
    color: black;
    background-color: #FEE2E2;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: black;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    /* color: var(--light); */
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid #9D9D9D;
}

.footer .copyright a {
    color: black;
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* Monika: New Added */


/* Navbar */
.r_navIcon i {
    padding: 5px;
    border-radius: 50%;
    color: white;
    background-color: black;
    width: 25px;
    height: 25px;
    text-align: center;
}


.r_Drop1,
.r_Drop2 {
    position: relative;
}

.r_subDrop1,
.r_subDrop2 {
    display: none !important;
    position: absolute;
    top: 0px !important;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0 !important;
}

.r_Drop1:hover .r_subDrop1,
.r_Drop2:hover .r_subDrop2 {
    display: block !important;
}

.r_Drop1 .dropdown-toggle::after,
.r_Drop2 .dropdown-toggle::after {
    content: none !important;
}

.r_resUser {
    color: black;
    font-size: 15px;
    border-radius: 50%;
    padding: 5px;
}

.r_resUserDrop {
    right: 2px !important;
    left: -45px !important;
}
.m_sute{
    margin: -10px 0 30px;
}
.m_caLo a{
    font-weight: 600;
}
.r_loginHead {
    border-bottom: 1px solid rgb(191 191 191);
    margin: 12px;
    font-family: "Lato", sans-serif;
}

.r_loginBtn {
    background-color: black;
    width: -webkit-fill-available;
    margin: 0 12px;

}

.r_registerBtn {
    width: 100%;
    border: 1px solid black;
}

#offcanvas_Login {
    padding: 12px;
}

.r_heroHead {
    font-size: 60px;
}

.r_heroDesc {
    font-size: 20px;
    font-weight: 400 !important;
}

.r_proMo {
    border-bottom: none !important;
}

#editProfileModal {
    max-width: 100%;
}

.r_logUser:before {
    margin-right: 7px !important;
}
.r_lus{
    display: flex ;
    align-items: center;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
}
.m_gitCo{
    padding: 0 14%;
}
.m_epCls{
    background: black;
    color: white;
    padding: 5px 7px;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
}

.m_m0{
    margin-top: 10px !important;
    
}
.m_fCon{
    padding: 0 2rem;
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar .navbar-nav .nav-link {
        padding: 25px 15px !important;
    }
    .r_proDia {
        max-width: 700px !important;
    }
}

@media (min-width: 576px) {
    
}

@media (max-width: 1024px) {
    .r_proDia {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .r_proDia {
        max-width: 500px;
    }
    
    /* .r_resUser, .r_lus {
        display: none !important;
    } */
}
@media (max-width: 620px){
    .m_gitCo{
        padding: 0;
    }
}
@media (max-width: 425px){
    .m_ftrDiv {
        margin-top: 12px !important;
    }
    .m_ftrDiv h5  {
        margin-bottom: 5px !important;
    }
    .m_ftrDiv a  {
        margin-bottom: 0px !important;
    }
    .m_m0{
        margin-top: 0 !important;
        
    }
    .r_textCenter p{
        margin-bottom: 5px;
    }
    .m_fCon{
        padding: 0;
    }
}
@media (max-width: 375px){
    .m_fSpace{
        justify-content: space-between;
    }
}