﻿body {
    margin: 0;
}
/* font family*/
@font-face {
    font-family: trebuc;
    src: url('../Fonts/trebuc.ttf');
}

@font-face {
    font-family: Monoton;
    src: url('../Fonts/Monoton-Regular.ttf');
}

@font-face {
    font-family: Pacifico;
    src: url('../Fonts/Pacifico-Regular.ttf');
}

@font-face {
    font-family: Mali;
    src: url('../Fonts/Mali-Bold.ttf');
}
/*font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.R_Align, .MR_Align, .contact-align {
    text-align: right;
}

.top-mail {
    margin: 10px 0px 5px 0px;
    color: #ffd400;
    font-size: 18px;
    font-family: Calibri;
}

    .top-mail a {
        color: #fff;
        transition: all 0.5s;
    }

        .top-mail a:hover {
            color: #ffd400;
        }

    .top-mail i {
        margin: 0px 3px 0px 0px;
        font-size: 15px;
    }

/*Arrow section starts*/
#toTop {
    text-decoration: none;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 45px;
    border: none;
    text-indent: 100%;
    background: url("../Images/Icons/to-top.png") no-repeat 0px 0px;
}
/*Arrow section ends*/

.red-bg {
    background-color: #b60905;
}

.mprs-bg1 {
    background-color: #f9ccdd; /*background: none repeat scroll 0% 0% rgba(248, 204, 221, 0.90);*/
}

.mprs-bg2 {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.95);
    border-radius: 5px;
}

.mprs-bg3 {
    background: none repeat scroll 0% 0% rgba(255, 212, 0, 0.90);
}

.mprs-bg4 {
    background: none repeat scroll 0% 0% rgba(182, 9, 5, 0.70);
}

.mprs-bg5 {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.80);
}

.default-bg {
    background: url(../Images/General/patron-bg.jpg) 0px 0px repeat fixed; /*background-size: cover;*/
}

.logo a img {
    margin: 5px;
}

.mprs-ht1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mprs-ht2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-panel {
    margin-bottom: 0px;
}

.menu-rose img {
    width: 150px;
    border-radius: 50%;
    padding: 15px;
}

.menu-rose {
    margin-bottom: 5px;
}

.menu-panel .menu-rose {
    transition: all 0.5s;
}

.menu-panel:hover .menu-rose {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.9;
}

.menu-panel p {
    font-family: 'Pacifico', Cursive;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 27px;
}

.rbg1 {
    background-color: #ffcc00;
}

.rbg2 {
    background-color: #ff5c33;
}

.rbg3 {
    background-color: #b7295b;
}

.rbg4 {
    background-color: #a2b03f;
}

.rbg5 {
    background-color: #3d3630;
}

.rbg6 {
    background-color: #4aa296;
}

.copyright, .copyright a {
    margin: 8px 0px;
    color: #1e1e1e;
    font-size: 13px;
    transition: all 0.5s;
}

    .copyright a:hover, .copyright span {
        color: #b60905;
    }

.body-bg {
    background: url(../Images/General/body-bg.jpg)0px 0px repeat; /*background-size: cover;*/
}

.master-logo a img {
    width: 350px;
    margin: 5px 0px;
}
/*Menu style*/

.mainMenu {
    list-style: none;
    display: inline-block;
    margin: 26px 0px 0px -40px;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 12px;
    }

        .mainMenu li a {
            color: #1e1e1e;
            font-size: 17px;
            transition: all .5s;
        }

            .mainMenu li a:hover {
                color: #b60905;
            }

        .mainMenu li ul li a {
            font-size: 16px; /*color:#fff;*/
            transition: none;
        }

#navchange ul li:first-child > a:after {
    content: "";
    position: absolute;
    left: 28px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #b60905;
    border-bottom: 6px solid #b60905;
}

#navchange ul ul li:first-child > a:after {
    left: -12px;
    top: 50%;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-right: 6px solid #b60905;
    border-bottom: 6px solid transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 5px;
}

/*Menu style*/
.msg-brd {
    background: none repeat scroll 0% 0% rgba(255, 212, 0, 0.75);
    margin: 20px 0px;
    border: none;
    border-radius: 3px;
    transition: all 0.5s;
    min-height: 215px;
}

    .msg-brd:hover {
        background: none repeat scroll 0% 0% rgba(255, 212, 0, 0.80);
    }

    .msg-brd h3 {
        font-family: 'Pacifico', Cursive;
        margin: 0px 0px 15px 0px;
        color: #b60905;
        font-size: 18px;
        text-align: center;
    }

    .msg-brd p {
        color: #1e1e1e;
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0px 5px;
    }

.mp-magazine {
    font-family: 'Pacifico', Cursive;
    color: #fff;
    font-size: 30px;
    margin: 20px 0px 25px 0px;
}

.mpht1 {
    height: 0px;
}

/*flexiselDemo1 style*/
#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    border-right: none;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0em;
    position: relative;
    line-height: 0px;
    text-align: center;
}

    .nbs-flexisel-item > img {
        cursor: pointer;
        position: relative;
    }
/*//flexiselDemo1 style*/
.magazine-list {
    margin: 15px 0px;
}

    .magazine-list li {
        text-align: center;
    }

        .magazine-list li a img {
            width: 225px;
            height: 290px;
            background-color: #fff;
            box-shadow: 0 5px 10px rgba(0,0,0,.4);
            border-radius: 3px;
            padding: 7px;
        }

.footer-head {
    font-family: 'Pacifico', Cursive;
    font-size: 17px;
    margin: 15px 0px 10px 0px;
    color: #ffd400;
}

.footer-menu {
    list-style: none;
    margin-left: -40px;
}

    .footer-menu li {
        padding: 2px 0px;
    }

        .footer-menu li a {
            color: #ffffd4;
            transition: all 0.5s;
        }

            .footer-menu li a i {
                margin: 0px 3px 0px 0px;
                font-size: 14px;
            }

            .footer-menu li a:hover {
                color: #ffd400;
                margin-left: 5px;
            }

.head1 {
    font-family: 'Pacifico', Cursive;
    color: #b60905;
    font-size: 30px;
    margin: 25px 0px 25px 0px;
    text-align: center;
}

.tag {
    font-family: "Monoton",Cursive;
    margin: 15px 0px;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 47px;
    color: #ccc;
}

.head2 {
    font-family: "Mali",Cursive;
    color: #666;
    margin: 10px 0px;
    font-size: 20px;
}

.head3 {
    font-family: "Pacifico",Cursive;
    color: #b60905;
    font-size: 21px;
    margin: 20px 0px;
    text-align: center;
}

.abt-rose {
    width: 195px;
}

.abt-bg {
    background: url(../Images/General/abt-bg.jpg)0px 0px repeat fixed;
    background-size: cover;
    height: 275px;
    margin-bottom: 10px;
}

.mtop {
    margin-top: 20px;
}

.mmtop {
    margin-top: 15px;
}

.rose-bg1 {
    background: url(../Images/General/rose-bg1.jpg)0px 0px repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 20px;
}

.rose-bg2 {
    background: url(../Images/General/rose-bg3.jpg)0px 0px repeat;
    background-size: cover;
}

.rose-bg3 {
    background: url(../Images/General/rose-bg5.jpg)0px 0px repeat fixed;
    background-size: cover;
    height: 300px;
}

.rose-bg4 {
    background: url(../Images/General/rose-bg6.jpg)0px 0px repeat fixed;
    background-size: cover;
    height: 250px;
}

.admin-bg {
    background: url(../Images/General/rose-bg2.jpg)0px 0px repeat;
}

.mprs-scroll {
    overflow-x: auto;
}

.founder-panel {
    border: 1px solid #3d3630;
    background-color: #3d3630;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
    transition: all 0.5s;
}

    .founder-panel:hover {
        border: 1px solid #333;
        background-color: #333;
    }

    .founder-panel h6 {
        text-align: center;
    }

        .founder-panel h6 img {
            width: 85px;
            background-color: #ffd400;
            padding: 8px;
            border-radius: 50%;
        }

    .founder-panel h5 {
        margin: 0px 0px 10px 0px;
        text-align: center;
        color: #fff;
        font-size: 17px;
    }

    .founder-panel div {
        padding: 0px 10px;
    }

        .founder-panel div p {
            font-size: 15px;
            color: #ffff00;
            border-bottom: 1px solid #ccc;
            padding: 0px 0px 5px 0px;
            margin: 0px 0px 5px 0px;
        }

            .founder-panel div p span {
                color: #fff;
            }

.fmember-panel {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.80);
    border-radius: 3px;
    margin-top: 20px;
}

.wtclr {
    color: #fff;
}

    .wtclr span {
        color: #ffd400;
    }

.wt-list {
    margin-left: -20px;
}

    .wt-list li {
        color: #fff;
    }

.rose-show {
    margin-bottom: 15px;
}

    .rose-show img {
        width: 100%;
        padding: 10px;
        background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.85);
        box-shadow: 0 5px 10px rgba(0,0,0,.4);
        transition: all 0.5s;
    }

        .rose-show img:hover {
            background: none repeat scroll 0% 0% rgba(182, 9, 5, 0.8);
        }

.contact-panel {
    /*background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);*/
}

    .contact-panel h4 {
        font-size: 17px;
        margin: 0px 0px 5px 0px;
        color: #B60905;
    }

.mprs-txtbx {
    border: 1px solid #B60905;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    padding: 0px 5px;
    font-size: 16px;
    height: 30px;
    width: 100%;
    transition: all 0.5s;
}

    .mprs-txtbx:focus {
        border: 1px solid #B60905;
        box-shadow: 0 5px 10px rgba(0,0,0,.4);
    }

.mprs-btn {
    border: 1px solid #B60905;
    background-color: #B60905;
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 100px;
    margin: 10px 0px 0px 0px;
    transition: all 0.5s;
}

    .mprs-btn:hover {
        background-color: #f9ccdd;
        color: #B60905;
    }

.contactmail {
    color: #1e1e1e;
    font-size: 17px;
}

    .contactmail a {
        color: #B60905;
        transition: all 0.5s;
    }

        .contactmail a i, .news-right h4 i {
            margin: 0px 3px 0px 0px;
        }

        .contactmail a:hover, .news-right p a:hover {
            text-decoration: underline;
        }

.news-left img {
    width: 100%;
    border-radius:10px;
}

.news-right h4, .news-right h5, .news-right h3 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color: #b60905;
    line-height: 24px;
}

.news-right h5 {
    font-size: 15px;
    margin:0px 0px 5px;
}
.news-right h3 {
    font-size: 17px;
    margin: 0px 0px 5px;
}

.news-right p a {
    color: #B60905;
    transition: all 0.5s;
}
.evt-line{
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
}

.img-01 img {
    width: 100%;
    border-radius: 10px;
}

.magazine-panel img {
    /*	width: 288px; 	height: 388px;*/
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
}

.magazine-panel p {
    margin-top: 10px;
}

    .magazine-panel p span {
        background-color: #B60905;
        color: #fff;
        border-radius: 3px;
        padding: 3px 10px;
    }

.sitemap {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.80);
    border-radius: 3px;
}

    .sitemap ul li {
        color: #fdba2d;
    }

        .sitemap ul li a {
            color: #fff;
            transition: all 0.5s;
        }

            .sitemap ul li a:hover {
                color: #fdba2d;
            }

.success-msg {
    font-family: "Mali",Cursive;
    font-size: 16px;
    color: Green;
}

/*Admin section starts*/

.s-msg {
    font-family: "Mali",Cursive;
    color: #B60905;
    font-size: 16px;
}

.admin-panel {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
}

.admintxtbx {
    border: 1px solid #1e1e1e;
    border-radius: 3px;
    width: 100%;
    padding: 3px 6px;
    font-size: 16px;
    color: #000;
    transition: all 0.5s;
}

    .admintxtbx:focus {
        border: 1px solid #B60905;
    }

.adminbtn {
    border: 1px solid #B60905;
    background-color: #B60905;
    color: #fff;
    font-size: 16px;
    padding: 2px 0px;
    width: 100px;
    border-radius: 3px;
    transition: all 0.5s;
    margin: 15px 0px;
}

    .adminbtn:hover {
        box-shadow: 0 5px 10px rgba(0,0,0,.4);
        color: #ffd400;
    }

.searchbtn {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    padding: 3px 0px;
    width: 80px;
    border-radius: 3px;
    transition: all 0.5s;
    margin: 0px 0px;
}

    .searchbtn:hover {
        box-shadow: 0 5px 10px rgba(0,0,0,.4);
        color: #ffd400;
    }

.acnt-bg {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
}

.account-tbl {
    width: 100%;
}

    .account-tbl tr td {
        padding: 5px 10px;
        color: #fff;
    }

        .account-tbl tr td a {
            color: #fff;
            transition: all 0.5s;
        }

            .account-tbl tr td a:hover {
                color: #ffd400;
            }

.acnt-list {
    margin-left: -30px;
}

    .acnt-list li {
        list-style-type: square;
        color: #B60905;
    }

        .acnt-list li a {
            color: #1e1e1e;
            transition: all 0.5s;
        }

            .acnt-list li a:hover {
                color: #B60905;
            }

.p1 {
    margin-bottom: 3px;
    color: #1e1e1e;
}

.mprs-scroll {
    overflow-x: auto;
}

.captcha-txt1, .captcha-txt2 {
    font-family: Mali;
    letter-spacing: 1px;
    color: #666;
    padding: 0px 3px;
}

.captcha-txt2 {
    color: #333;
}

/*Grid View*/
.grdHeader, .gvControltxt tr th {
    color: #B60905;
    font-size: 16px;
    background-color: #ccc;
}

.gvControltxt {
    border: 1px solid #D94366;
    width: 500px;
    font-size: 15px;
}

.gvControltxt1 {
    font-family: Century Gothic;
    width: 500px;
    border: none;
}

.gvControltxt td, .gvControltxt tr th {
    border: 1px solid #D94366;
    padding: 5px;
    font-weight: 500;
}

.gvControltxt td {
    color: #1e1e1e;
}

.main {
    font-size: 15px;
    color: #002aff;
    transition: all 0.5s;
}

    .main:hover, .contextMenuItem:hover {
        text-decoration: underline;
    }

.contextMenuItem {
    background-color: #B60905;
    color: #fff;
    padding: 0px 3px;
    transition: all 0.5s;
}

.autocomplete_completionListElement {
    visibility: hidden;
    background-color: inherit;
    color: #994d00;
    border: buttonshadow;
    border-width: 0px;
    border-style: solid;
    cursor: 'default'; /*overflow: auto;*/
    text-align: left; /*list-style-type: none;*/
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
    cursor: pointer;
    list-style: none;
}

.autocomplete_listItem {
    /*width:95%;*/
    background-color: #666;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #fff;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
    cursor: pointer;
    list-style: none;
}

.autocomplete_highlightedListItem {
    /*width:95%;*/
    background-color: #B60905;
    border-left: solid 1px #B60905;
    border-right: solid 1px #B60905;
    border-bottom: solid 1px #B60905;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
    position: relative;
    cursor: pointer;
    list-style: none;
}

/*Grid View*/

/*Admin section ends*/

.testimonial {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ffd400;
}

    .testimonial h6 {
        color: #ffd400;
        font-size: 18px;
    }

    .testimonial h5 {
        color: #fff;
        font-size: 15px;
        margin: 0px 0px 10px 0px;
        line-height: 20px;
    }

    .testimonial h4 {
        text-align: right;
        color: #ffd400;
        font-size: 16px;
        line-height: 20px;
    }

.accommodation img {
    margin-bottom: 5px;
}

.accommodation p {
    color: #1e1e1e;
}

    .accommodation p a {
        color: #B60905;
        text-decoration: underline;
    }

.t-scroll {
    overflow-x: auto;
}

.msg-rose {
    width: 35px;
    margin-bottom: 3px;
}

.mprose-link {
    color: #0000EE;
    text-decoration: underline;
    transition: all 0.5s;
}

    .mprose-link:hover {
        color: #b60905;
    }

.mprsevent {
    padding: 30px;
}

    .mprsevent ul {
        list-style-type: none;
        margin: 0px 0px 0px -40px;
    }

        .mprsevent ul li {
            color: #fff;
            border-bottom: 1px solid #b60905;
            padding: 10px 0px;
        }

            .mprsevent ul li span {
                color: #ffd400;
            }

.mtop {
    margin-top: 20px;
}

.wfrs {
    background-color: rgba(182, 9, 5, 0.7);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 99;
}

    .wfrs div {
        position: absolute;
        width: 70%;
        right: 15%;
        top: 8%;
    }

    .wfrs img {
        width: 100%;
        border: 2px solid #ffd400;
        border-radius: 5px;
    }

.popupclose-btn {
    border: 1px solid #ffd400;
    background-color: #ffd400;
    color: #b60905;
    font-size: 20px;
    font-weight: bold;
    float: right;
    border-radius: 3px;
    transition: all 0.5s;
}

    .popupclose-btn:hover {
        background-color: #b60905;
        color: #ffd400;
    }
/*21st World Rose Convention 2028 section*/
.wrc-bg {
    animation: change-background 10s ease infinite;
    color: #f9ccdd
}

/* Keyframes */
@keyframes change-background {
    0% {
        background-image: linear-gradient(rgba(249, 204, 210,0.8), rgba(249, 204, 210,0.8)), url(../images/General/banner2.jpg);
        background-position: center;
        background-size: cover;
    }

    25% {
        background-image: linear-gradient(rgba(249, 204, 210,0.8), rgba(249, 204, 210,0.8)), url(../images/General/banner3.jpg);
        background-position: center;
        background-size: cover;
    }

    50% {
        background-image: linear-gradient(rgba(249, 204, 210,0.8), rgba(249, 204, 210,0.8)), url(../images/General/banner5.jpg);
        background-position: center;
        background-size: cover;
    }

    75% {
        background-image: linear-gradient(rgba(249, 204, 210,0.8), rgba(249, 204, 210,0.8)), url(../images/General/rose-bg5.jpg);
        background-position: center;
        background-size: cover;
    }

    100% {
        background-image: linear-gradient(rgba(249, 204, 210,0.8), rgba(249, 204, 210,0.8)), url(../images/General/rose-bg9.jpg);
        background-position: center;
        background-size: cover;
    }
}
/* Keyframes */
.wrc-logo {
    padding: 24px 5px;
}

    .wrc-logo img {
        width: 285px;
        border-radius: 5px;
    }

.wrc-contact {
    padding: 5px 10px;
}

    .wrc-contact p {
        text-align: right;
        color: #000;
        margin: 0px 0px 0px;
        line-height: 27px;
    }

        .wrc-contact p i {
            color: #b60905;
            padding-right: 5px;
        }

        .wrc-contact p a {
            color: #000;
        }

            .wrc-contact p a:hover {
                color: #b60905;
                text-decoration: underline;
            }

        .wrc-contact p span {
            border: 1px solid #b60905;
            background-color: #b60905;
            border-radius: 5px;
            padding: 3px 5px;
            transition: all 0.5s;
        }

            .wrc-contact p span a {
                color: #ffd400;
                font-size: 14px;
            }

            .wrc-contact p span i {
                color: #ffd400;
            }

            .wrc-contact p span:hover {
                background-color: #f9ccdd;
            }

                .wrc-contact p span:hover a {
                    color: #b60905;
                    text-decoration: none;
                }

                .wrc-contact p span:hover i {
                    color: #b60905;
                }

.wrc-share {
    float: right;
    margin: 10px 0px 0px;
}

    .wrc-share table tr td {
        vertical-align: middle;
        font-family: 'Pacifico', Cursive;
        color: #b60905;
    }

.wrc-form {
    border: 1px solid #b60905;
    background-color: #f9ccdd;
    border-radius: 5px;
    margin: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .wrc-form h6 {
        margin: 0px;
    }

        .wrc-form h6 img {
            width: 100%;
        }

.wrc-form-inside {
    padding: 30px;
}

    .wrc-form-inside h3 {
        text-align: center;
        margin: 0px 0px 15px;
        font-size: 18px;
        font-family: 'Pacifico', Cursive;
        color: #b60905;
        line-height: 36px;
    }

    .wrc-form-inside h5 {
        margin: 0px 0px 5px;
        color: #000;
    }

    .wrc-form-inside p {
        color: #000;
    }

.wrc-txtbx {
    border: 1px solid #b60905;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    width: 100%;
    padding: 5px;
}

.wrc-btn {
    border: 1px solid #b60905;
    background-color: #b60905;
    color: #ffd400;
    border-radius: 5px;
    padding: 5px;
    width: 85px;
    transition: all 0.5s;
    margin-top: 10px;
}

    .wrc-btn:hover {
        background-color: #f9ccdd;
        color: #b60905;
    }

.admin-box {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    border-bottom: 3px solid #b60905;
    margin: 10px 0px;
    padding: 20px 20px 10px;
}

.admin-txtbx {
    border: 1px solid #1e1e1e;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.5s;
    color: #000;
}

    .admin-txtbx:focus {
        border: 1px solid #b60905;
    }

.admin-btn, .search-btn {
    border: 1px solid #b60905;
    background-color: #b60905;
    color: #ffd400;
    width: 80px;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.5s;
}

.search-btn {
    border: 1px solid #b60905;
    background-color: #ffd400;
    color: #b60905;
}

.admin-btn:hover {
    border: 1px solid #b60905;
    background-color: #f9ccdd;
    color: #b60905;
}

.search-btn:hover {
    background-color: #b60905;
    color: #ffd400;
}

.grid-scroll {
    overflow: auto;
    height: 375px;
}

.wrc-grid {
    width: 100%;
    background-color: #fff;
}

    .wrc-grid tr th, .wrc-grid tr td {
        border: 1px solid #000;
        padding: 5px;
        color: #000;
        font-weight: 500;
    }

    .wrc-grid tr th {
        background-color: #b60905;
        color: #fff;
    }

    .wrc-grid tr:nth-child(odd) {
        background-color: #f9ccdd;
    }

.autocomplete_completionListElement {
    font-size: 14px;
    visibility: hidden;
    background-color: inherit;
    color: #b60905;
    border: 1px solid #b60905;
    cursor: pointer;
    text-align: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
}

.autocomplete_listItem, .autocomplete_highlightedListItem {
    font-size: 14px;
    background-color: #333;
    border: 1px solid #b60905;
    color: #fff;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
    transition: all 0.5s;
}

.autocomplete_highlightedListItem {
    background-color: #b60905;
    border: 1px solid #b60905;
}

    .autocomplete_highlightedListItem:hover {
        background-color: #ffd400;
        color: #b60905;
    }

.wrc-logo-fixed {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 75%;
    padding: 1px;
    border-radius: 50%;
    width: 115px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: auto;
    animation: change-logo-background 3s ease infinite;
}
/* Keyframes */
@keyframes change-logo-background {
    0% {
        background-color: #ffd400;
    }

    0% {
        background-color: #b60905;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    10% {
        background-color: #ffd400;
    }

    20% {
        background-color: #b60905;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    30% {
        background-color: #ffd400;
    }

    40% {
        background-color: #b60905;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    50% {
        background-color: #ffd400;
    }

    60% {
        background-color: #b60905;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    70% {
        background-color: #ffd400;
    }

    80% {
        background-color: #b60905;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    90% {
        background-color: #ffd400;
    }

    100% {
        background-color: #b60905;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}
/* Keyframes */

@media (min-width: 768px) and (max-width: 991px) {
    .wrc-logo img {
        width: 250px;
    }

    .wrc-form-inside h3 {
        font-size: 17px;
        margin: 0px 0px 20px;
    }

    .wrc-logo-fixed {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .wrc-logo {
        text-align: center;
        padding: 5px;
    }

        .wrc-logo img {
            width: 220px;
        }

    .wrc-contact p, .wrc-share {
        float: none;
        text-align: center;
    }

    .wrc-form-inside h3 {
        font-size: 15px;
        margin: 0px 0px 15px;
        line-height: 28px;
    }

    .wrc-form-inside {
        padding: 20px;
    }

    .wrc-share table {
        width: 100%;
    }

    .wrc-logo-fixed {
        width: 80px;
        top: 80%;
        color: #b60905
    }
}

/*21st World Rose Convention 2028 section*/
.msg-news {
    text-align: center;
}

    .msg-news h6 {
        margin: 0px 0px 10px;
    }

        .msg-news h6 img {
            width: 85px;
            border-radius: 5px;
            background-color: rgba(249, 204, 210,0.8);
            padding: 2px;
        }

    .msg-news p {
        color: #1e1e1e;
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0px 5px;
    }

    .msg-news h5 {
        margin: 0px 0px 10px;
    }

        .msg-news h5 a {
            color: #0000EE;
            text-decoration: underline;
        }

            .msg-news h5 a:hover {
                color: #b60905;
            }

.home-news-bg {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../images/general/rose-bg5.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.home-news-div {
    background-color: rgba(0,0,0,0.8);
    margin: 50px 100px;
    padding: 20px 30px;
}

.home-news-img img {
    margin: 10px 0px;
    width: 200px;
    border-radius: 10px;
}

.home-news-img {
    color: #ffd400;
}

.home-news-content h5 {
    margin: 0px 0px 10px;
    color: #ffd400;
    font-size: 18px;
    line-height: 26px;
}

.home-news-content p {
    color: #fff;
}

.home-news-content h6 {
    margin: 20px 0px 0px;
}

    .home-news-content h6 a {
        background-color: #b60905;
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        transition: all 0.5s;
    }

        .home-news-content h6 a:hover {
            background-color: #ffd400;
            color: #1e1e1e;
        }

.bottom-line {
    border-bottom: 1px solid #b60905;
    padding-bottom: 25px;
}

.padding-01 {
    padding: 40px 0px;
}
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .abt-rose {
        margin: 15px 0px 0px -30px;
    }

    .quickdiv {
        margin-left: 35px;
    }

    .magazine-panel img {
        width: 288px;
        height: 388px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .master-logo a img {
        width: 100%;
    }

    .mainMenu li {
        display: inline-block;
        padding: 0px 5px;
    }

        .mainMenu li a {
            font-size: 16px;
        }

    .magazine-list li a img {
        width: 200px;
        height: 270px;
    }

    .magazine-panel img {
        width: 230px;
        height: 330px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .menu-panel p {
        font-size: 16px;
    }

    .mainMenu {
        margin: 5px 0px 5px -40px;
    }

        .mainMenu li {
            display: inline-block;
            padding: 0px 14px;
        }

            .mainMenu li a {
                font-size: 16px;
            }

    .tab-menu-panel {
        height: 245px;
    }

    .mp-magazine {
        font-size: 30px;
        margin: 15px 0px 15px 0px;
    }

    .magazine-list li a img {
        width: 160px;
        height: 230px;
    }

    .head1 {
        font-size: 27px;
    }

    .tag {
        margin: 10px 0px;
        font-size: 30px;
        line-height: 33px;
    }

    .abt-bg {
        height: 225px;
    }

    .rose-bg1 {
        height: 250px;
    }

    .magazine-panel img {
        width: 200px;
        height: 280px;
    }

    .accommodation img {
        width: 100%;
    }

    .wfrs div {
        width: 80%;
        right: 10%;
    }

    .home-news-div {
        margin: 50px 0px;
        padding: 15px;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .MR_Align {
        text-align: left;
    }

    .contact-align {
        text-align: center;
    }

    .logo a img {
        width: 350px;
    }

    .mainMenu {
        margin: 5px 0px 5px -40px;
    }

        .mainMenu li {
            display: list-item;
            padding: 2px 0px;
        }

            .mainMenu li a {
                font-size: 16px;
            }

    .menu-panel p {
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 0px 5px;
    }

    .mp-magazine {
        font-size: 27px;
        margin: 15px 0px 15px 0px;
    }

    .magazine-list li a img {
        width: 180px;
        height: 240px;
    }

    .footer-menu {
        margin-bottom: 0px;
    }

    .head1 {
        font-size: 24px;
        margin: 15px 0px;
        line-height: 30px;
    }

    .tag {
        margin: 10px 0px;
        font-size: 20px;
        line-height: 23px;
    }

    .abt-rose {
        width: 150px;
    }

    .abt-bg {
        height: 225px;
    }

    .rose-bg1 {
        height: 250px;
    }

    .head2 {
        font-size: 16px;
        line-height: 20px;
    }

    .mmtop {
        margin-top: 0px;
    }

    .magazine-panel img {
        width: 300px;
        height: auto;
    }

    .testimonial h4 {
        text-align: left;
        font-size: 15px;
    }

    .wfrs div {
        width: 90%;
        right: 5%;
    }

    .home-news-div {
        margin: 30px 0px;
        padding: 15px 15px 20px;
    }

    .home-news-content h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .home-news-img img {
        width: 135px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .top-mail {
        line-height: 18px;
        font-size: 16px;
    }

        .top-mail i {
            font-size: 14px;
        }

        .top-mail span {
            color: #b60905;
        }

    .mail-mobile {
        margin-left: 18px;
    }

    .logo a img, .master-logo a img {
        width: 100%;
    }

    .menu-rose img {
        width: 120px;
    }

    .menu-panel p {
        font-size: 16px;
    }

    .mp-magazine {
        font-size: 22px;
        margin: 10px 0px 10px 0px;
        font-weight: 500;
    }

    .mprs-ht1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .head1 {
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0px 10px 0px;
    }

    .tag {
        margin: 10px 0px;
        font-size: 18px;
        line-height: 22px;
    }

    .abt-rose {
        width: 100px;
    }

    .abt-bg {
        height: 150px;
    }

    .rose-bg1 {
        height: 175px;
    }

    .rose-bg3, .rose-bg4 {
        height: 150px;
        margin-bottom: 15px;
    }

    .contact-panel h4, .contactmail {
        font-size: 15px;
    }

    .news-right h4 {
        font-size: 16px;
    }

    .magazine-panel img {
        width: 100%;
    }

    .sitemap ul {
        margin-left: -25px;
    }

    .accommodation img {
        width: 200px;
    }
}
/*Media query*/

