.avia-menu a{
    color :  #2e3192 !important;
    /* #1d7790 */
}
.avia-menu a:hover{
    color: #ea1c26 !important;
/* #edbe13 */
}
#footer_logo{
    align-items: center;
    display: flex;
    flex-direction: column;
}
   #offer button.close{
            margin-top:0;
            background:#000;
            color:#fff;
            width:30px;
            height:30px;
            border-radius:50%;
            text-align:center;
            font-weight:normal;
            margin-right:0;
            opacity:.8;
            padding-left:1px;
            padding-bottom:1px;
            position:inherit;
            z-index:99
        }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-content{
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
#rcb-form{
    box-shadow: 0 0 5px #ccc;
    padding: 0px;
}
#rcb-form h3{
        line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    background: #2e3192 !important;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    margin: 0px 0px 15px;
    background: #2e3192 !important;
    padding: 10px;
    color: #fff;
}
#rcb-form .pad15{
    padding: 5px 25px 10px;
}
#rcb-form .form-group{
margin-bottom: 15px;
}
#rcb-form .form-group label{
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
#rcb-form .form-group input{
    border-radius: 0px;
    color: #000;
    border: 1px solid #CCC;
    height: 40px;
}
#comdetails{
    padding: 0px 50px;
    margin-top: -20px;
}
#comdetails h4{
    font-size: 50px;
    color: #000;
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
}
#comdetails span{
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
#comdetails h3{
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 45px;
    border-left: 5px solid #2e3192 !important;
    padding-left: 20px;
    margin: 60px 0px 40px;
}
#comdetails{
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#submit-rcb{
    padding: 8px 25px !important;
    border-radius: 0px !important;
    background-color: #2e3192 !important;
    border-color: #e5b800;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
    color: #fff;
}
#logodefalt{
    display: none;
}
.avia-breadcrumbs{
    background: #2e3192 !important;
}
@media (min-width: 992px) {
    .col-md-7 {
        width: 58.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}
@media screen and (max-width: 480px) {
#comdetails{
    display: none;
}
}
/* congrates css */


 