/* layout css */

.invitees-btn {
    background-color: #c74a02;
    border-radius: 20px;
    color: #fff;
}
.invitees-btn:hover {
    color: #fff;
}
.layout-btn {
    cursor: pointer;
    border-radius: 0px;
    border-bottom: none;
    padding: 5px 8px 5px 10px;
    background-color: #c74a02;
    color: white;
    text-align: left;
    font-family: "Eurostar" !important;
    font-size: 16px;
    width: 100%;
}
.layout-btn:hover,
.layout-btn:focus {
    color: #fff !important;
    box-shadow: none;
}
.layout-btn i {
    float: right;
    position: relative;
    top: 5.5px;
    font-size: 11px;
}
.layout-border {
    background: #f9b92b;
    /* background-image: url(../images/mandala-transparent-background.png); */
    background-repeat: repeat;
    text-align: center;
    margin-left: auto;
    height: 350px;
}
.layout-border1 {
    background: #f9b92b;
    /* background-image: url(../images/mandala-transparent-background.png); */
    background-repeat: repeat;
    text-align: center;
    margin-right: auto;
    height: 350px;
}
/* #timings {
    max-height: 400px;
    overflow-y: scroll;
} */
.invitees_bg {
    width: 100%;
    /* background: #ea6900; */
    /* background-image: url(../images/mandala-transparent-background.png); */
    /*background-image: url(../images/mandala-transparent-background.png), linear-gradient(#eb01a5, #d13531);*/
    background-repeat: repeat;
    text-align: center;
    padding: 0;
}
.mega-convention-image {
    width: 500px;
}
.carousel-item img {
    height: 500px;
}
.layouts-btn {
    cursor: pointer;
    padding: 5px 10px 5px 15px;
    background-color: #c74a02;
    color: white;
    text-align: left;
    border-radius: 0 !important;
    border: 1px solid #c74a02;
    font-family: "Eurostar" !important;
    font-size: 16px;
    width: 100% !important;
}

.layouts-btn:hover {
    color: #fff;
}
.online_drp {
    float: left;
}
.online_drp button i {
    float: right;
}
.online_drp {
    width: 100%;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content,
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #ff3d03;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a,
.dropdown-content1 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: left;
    border-bottom: 1px dashed #fff;
}

.dropdown:hover{
   background: linear-gradient(#e79618, #c65d10);
}

.timings-content2 li a p {
    font-size: 11px;
    color: #fff;
    margin-bottom: 2px;
}
.timings-content2 {
    background-color: #ff3d03;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.show {
    display: block;
}

/* end of layout css */

.web-name {
    color: #fff;
  /*  text-shadow: 2px 0px 1px #ffdd00;*/
    font-weight: bold;
}
.header-bg {
    /* background-color: #ff03d5; */
    background-image: url(../images/banners/Head-Bg.jpg);

}
.heading {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}
.info {
    color: #111;
    text-align: right;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: bold;
}
.address {
    color: #fff;
    /*font-weight: bold;*/
}
.social-media-icons-header {
    text-align: right;
}
.social-media-icons-header span:first-child {
    border-top: 1px dashed #818181;
    border-bottom: 1px dashed #818181;
    border-left: 1px dashed #818181;
    color: #fff;
}
.social-media-icons-header span {
    padding: 10px;
    padding: 10px 20px;
    border-top: 1px dashed #818181;
    border-bottom: 1px dashed #818181;
    border-left: 1px dashed #818181;
}
.social-media-icons-header span:last-child {
    border-right: 1px dashed #818181;
}
.social-media-icons-header span a {
    color: #fff;
}
/* .quick-links:hover{
    color: #fff;
}
.quick-links {
    color:#f9b92b
    transition: all 0.4s linear;
} */
