/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}




/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {

}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

    .venue
    {
        margin-top: 40px;
    }

}


/** Tablets+  **/
@media (min-width: 768px) {

    .venue
    {
        margin-top: 40px;
    }

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

    .venue
    {
        margin-top: 40px;
    }



}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

    .venue
    {
        margin-top: 40px;
    }



}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

    .venue
    {
        margin-top: 40px;
    }


  

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {

    .venue
    {
        margin-top: 40px;
    }

    .commercial h2 {
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

   
}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {

    .venue
{
    margin-top: 40px;
}


	
}

.eve-text
{
    font-weight: 600;
    color: #535353;

}

.image-text
{
    padding: 10px !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    background-color: #ececec;
    color: #535353;

}

.show
{
    padding-top: 85px;
}

.conform
{
    margin-top: 15px;
}

.contop-100
{
    margin-top: 40px;
}


.regform
{
    padding: 20px 20px 20px 20px;
}

.formmrg
{
    margin-top: 30px;
}

.text_box p
{
    text-align: justify;
}

.form-control
{
    font-size: 1.5rem !important;
}

.form-select
{
    font-size: 1.5rem !important;
}

.conbtn
{
    background-color: #cd2122;
    color: #fff;
    border-color: #cd2122;
}


.ctabutton 
{
    border-color: #cd2122 !important;
}

.btn-danger
{
    background-color: #cd2122 !important;
    border-color: #cd2122 !important;
    font-size: 13px;
    transition: 0.5s;
}


.ctabutton:hover
{
    border-color: #fff !important;
    background-color: #fff !important;
    color: #000;
}

.conbtn:hover
{
    background-color: #a51617;
    color: #fff;
    border-color: #a51617;
}


.commercial {
    padding-top: 50px;
    padding-bottom: 50px;
}

.commercial h2 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.commercial h4 {
    font-size: 16px;
}

.iree-text p
{
    margin-bottom: 5px;
}

.form-bg {
    background: #f3f3f3;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.rncevent .card
{
    padding: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: block;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    color: #000;
}

.venue
{
    padding-top: 10px;
    text-align: center;
    color: #fff;
}

.sporn
{
    margin-bottom: 5px;
}




.commercial table {
    margin-top: 20px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}