/*Alert box css*/
.ui-float-label > label {
  font-weight: normal;
  position: absolute;
  margin-top: -1.5em !important;
  transition: .3s ease all;
  -moz-transition: .3s ease all;
  -webkit-transition: .3s ease all;
  color: #898989;
  line-height: 1;
}
body {

  background-color: #e6e9ec !important;
}
.carousel-inner[_ngcontent-c3] > .item[_ngcontent-c3] > img[_ngcontent-c3], .carousel-inner[_ngcontent-c3] > .item[_ngcontent-c3] > a[_ngcontent-c3] > img[_ngcontent-c3] {
    display: block;
    height: auto;
    width: 100% !important;
    line-height: 1;
}

.alertbox {
    margin-left: 80%;
}

.categories {
    padding: 6px !important;
}

ul {
    margin-top: 0;
    margin-bottom: 0px;
}
/*Alert box css*/

.crd_text {
    font-family: Barlow Semi Condensed !important;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0a0a0a;
}
/*Loader CSS*/

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.BMAloader {
    display: none;
    border: 6px solid #f74895;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #f74895;
    border-bottom: 6px solid rgb(0, 163, 172);
    border-top: 6px solid #3498db;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 40%;
    z-index: 1234;
    margin-left: 50%;
    margin-top: -65%;
    position: sticky;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


.ui-widget-header .ui-button, .ui-widget-content .ui-button, .ui-widget.ui-button, .ui-button {
    border: 1px solid #2399e5;
    color: #FFFFFF;
    border-radius: 20px !important;
    background: #2399e5;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Loader CSS*/



/*#region Home.html */

.svgs {
    width: 50px;
    height: 50px;
}

.padding_b_3 {
    padding-bottom: 3%;
}

.margin_b_4 {
    margin-bottom: 4%;
    width: 102%;
}

.margin_t_-25 {
    margin-top: -2.5%;
}

.margin_t_-40 {
    margin-top: -40px;
    width: 103%;
}

.padding_t_13 {
    padding-top: 13%;
}

@media screen and (min-width: 768px) {
    .carousel-indicators[_ngcontent-c2] {
        bottom: 0px !important;
    }
}

.card-img-top {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 187px;
}



.card-block {
    font-size: 1em;
    position: relative;
    margin: 0px;
    padding: 1em;
    width:101%;
    font-family: Barlow Semi Condensed;
    letter-spacing: 1px;
    border: none;
    background-color: #ffffff;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}


/*.card-block:hover {
        font-size: 1em;
        position: relative;
        margin: 0;
        padding: 1em;
        text-align: center;
        font-family: roboto !important;
        letter-spacing: 1px;
        background-color: #ffffff;
        color: #fff;
        border: none;
        border-top: 1px solid rgba(34, 36, 38, .1);
        box-shadow: none;
        transition: background-color 1s;
    }*/




.card_Home {
    background: #FFF;
    border-radius: 0.25em;
    box-shadow: rgba(0, 0, 0, 0.04) 1px 2px 0px 0px;
    overflow: hidden;
    border: 1px solid rgba(197, 197, 197, 0.51);
    height: 240px !important;
}


.card {
    width: 100%;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
   
    
    -shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 15%;
}

.Bmapopular-image {
    width: 130px;
    height: 72px;
    /*-webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        /*-webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;*/
    /*margin-top: -11px;*/
}
/*.Bmapopular-image:hover {
           border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
        }*/
.papular_text {
    color: #02C;
}

/*#endregion */

/*#region About.html */
.about_breadcrumb {
    margin-top: 1% !important;
    margin-bottom:1%!important;
    padding: 0px !important;
    height: 44px !important;
    
}

.BMA_Active {
    background-color: #e6e9ec !important;
}

.BMA_Activefont {
    color: #ffffff;
}

.card-img-top {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 187px;
}

.card-img-top {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 187px;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: none !important;
}




.card {
    width: 100%;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 15%;
}

/* WHAT YOU NEED */
.fading-side-menu.affix-top {
    opaCity: 1;
    transition: opaCity 1s;
}

.fading-side-menu.affix {
    top: 11.5px;
}

.fading-side-menu.affix {
    opaCity: 0.2;
    transition: opaCity 5s;
}

    .fading-side-menu.affix:hover {
        opaCity: 1;
        transition: opaCity 0.3s;
    }
/* RECOMMENDED STYLING BUT NOT REQUIRED */
.fading-side-menu a {
    color: rgb(0, 0, 0);
    font-family: Barlow Semi Condensed;
    font-size: 16px;
}

    .fading-side-menu a .fa {
        padding-right: 15px;
    }

/* FOR DEMO ONLY */
.navbar {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.00) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
}

header {
    background: url('https://unsplash.imgix.net/photo-1427955569621-3e494de2b1d2?fit=crop&fm=jpg&h=700&q=75&w=1050') no-repeat center bottom;
    background-size: cover;
    margin-bottom: 30px;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    header:after {
        bottom: 0px;
        box-shadow: 0px -0px 10px 10px rgb(255, 255, 255);
        content: '';
        height: 0px;
        left: 0px;
        width: 100%;
        position: absolute;
    }

    header .col-xs-12 {
        height: 320px;
    }

    header .alert-info {
        background-color: rgba(156, 39, 176, 0.7);
    }

.title {
    font-weight: 700;
    margin-top: 0px;
}

p.small.text-muted {
    margin-bottom: 0px;
}

.lead {
    font-style: italic;
}

.no-margin {
    margin: 0px !important;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#fullscreen {
    position: fixed;
    top: 10px;
    right: 10px;
}


li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(61, 61, 61, 0.26);
}

    li:hover {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(61, 61, 61, 0.26);
        background-color: rgba(24, 76, 150, 0.10);
        cursor: pointer;
    }

.prices {
    color: #2e9b09;
    font-size: 14px;
    font-weight: 600;
}

.margin-top-3 {
    margin-top: -3%;
}

.margin-left {
    margin-left: 25% !important;
}

/*#endregion */

/*#region Aboutus.html */
.H_Types {
    color: #303f9f;
    font-size: 15px !important;
}
/*.home_text {
    font-family: Barlow Semi Condensed !important;
    font-size: 15px;
    padding-left: 8% !important;
    padding-right: 8% !important;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: justify !important;
    margin-top: 3% !important;
}*/
.home_text {
    font-family: Barlow Semi Condensed !important;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
     margin-top: 3% !important;
    text-align: justify !important;
}
/*#endregion */

/*#region Header.html */

.logo_heading {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 8%;
    margin-top: 17%;
}

placeholder {
    color: #ffffff !important;
    opaCity: 1;
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.add_cart {
    color: #ffffff;
    font-size: 20px;
    margin: 46px;
}

.stylish-input-group .input-group-addon {
    background: #2c4195 !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

#imaginary_container {
    margin-top: 14%; /* Don't copy this */
}

.glyphicon[_ngcontent-c1] {
    position: relative;
    float: right;
    margin-top: -34px;
    z-index: 99;
    cursor: pointer;
    color: #ffffff !important;
    padding: 2%;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

    .glyphicon[_ngcontent-c1]:hover {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.48) !important;
        border-radius: 5px;
        padding: 2%;
        cursor: pointer;
    }

/*#endregion */

/*#region Searchitems.html */
.card-img-top {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 187px;
}




.card {
    width: 100%;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 15%;
}

.result {
    margin-left: 24.5%;
    font-family: roboto;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #c1c1c1;
    background-color: #2e31b9;
    padding: 3% 2% 3% 5%;
    border-radius: 21px;
    width: 70%;
    margin-bottom: -15.5%;
    margin-top: 4%;
}

.nodata {
    margin-top: -15% !important;
    margin-left: 17% !important;
}
/* WHAT YOU NEED */
.fading-side-menu.affix-top {
    opaCity: 1;
    transition: opaCity 1s;
}

.fading-side-menu.affix {
    top: 11.5px;
}

.fading-side-menu.affix {
    opaCity: 0.2;
    transition: opaCity 5s;
}

    .fading-side-menu.affix:hover {
        opaCity: 1;
        transition: opaCity 0.3s;
    }
/* RECOMMENDED STYLING BUT NOT REQUIRED */
.fading-side-menu a {
    color: rgb(0, 0, 0);
    font-family: Barlow Semi Condensed;
    font-size: 16px;
}

    .fading-side-menu a .fa {
        padding-right: 15px;
    }

/* FOR DEMO ONLY */
.navbar {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.00) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
}

header {
    background: url('https://unsplash.imgix.net/photo-1427955569621-3e494de2b1d2?fit=crop&fm=jpg&h=700&q=75&w=1050') no-repeat center bottom;
    background-size: cover;
    margin-bottom: 30px;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    header:after {
        bottom: 0px;
        box-shadow: 0px -0px 10px 10px rgb(255, 255, 255);
        content: '';
        height: 0px;
        left: 0px;
        width: 100%;
        position: absolute;
    }

    header .col-xs-12 {
        height: 320px;
    }

    header .alert-info {
        background-color: rgba(156, 39, 176, 0.7);
    }

.title {
    font-weight: 700;
    margin-top: 0px;
}

p.small.text-muted {
    margin-bottom: 0px;
}

.lead {
    font-style: italic;
}

.no-margin {
    margin: 0px !important;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#fullscreen {
    position: fixed;
    top: 10px;
    right: 10px;
}





/*#endregion */


/*#region All_grid */

.new {
    float: right;
    margin-left: 4px;
}
.dashbord_text {
    font-family: Barlow Semi Condensed;
    font-size: 16px;
    margin-left: 0%;
    margin-top: 1%;
}
.dashbord_text_heading {
    font-family: Barlow Semi Condensed;
    font-size: 25px;
    margin-top: 1%;
    margin-left: 0%;
    color: #2e31b9;
}
.excel {
    float: left;
}

.margin_l_27 {
    margin-left: 27.3%;
}

.search {
    border-radius: 3px;
    padding: 7px 7px 9px 7px !important;
    border: 1px solid #d6d6d6;
    margin: 5px 0px 0 -6px;
    border-left: none !important;
    background-color: #ffffff !important;
}


.ui-inputtext.ui-state-focus, .ui-inputtext:focus {
    -moz-box-shadow: 0px 0px 5px #1f89ce;
    -webkit-box-shadow: 0px 0px 5px #1f89ce00 !important;
    box-shadow: 0px 0px 0px #1f89ce00 !important;
}

.float {
    float: left;
}
/*#endregion */

._important {
    color: red !important;
}



/*#region search */
.search-input {
    position: relative;
    padding: 1rem 0 0.5rem 0;
    height: 4.5rem;
    width: 96%;
    letter-spacing: 1px;
    margin-top: 8%;
    font-family: Barlow Semi Condensed;
}

    .search-input input {
        font-family: Barlow Semi Condensed;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.9215686274509803) !important;
        display: block;
        font-size: 13px;
        line-height: 1rem;
        letter-spacing: 1px;
        margin: 0;
        margin-top: -5%;
        padding: 2.5%;
        border-radius: 1px;
        width: 100%;
        text-align: left;
        /*background-color: rgba(0, 0, 0, 0.5882352941176471) !important;*/
        color: #ffffff;
    }

        .search-input input:focus {
            outline: none;
        }

    .search-input label {
        position: absolute;
        font-family: Barlow Semi Condensed;
        left: 0;
        top: 1.625rem;
        letter-spacing: 1px;
        width: 100%;
        color: rgba(255, 255, 255, 0.55);
        font-size: 14px !important;
        line-height: 1rem;
        font-weight: normal;
        pointer-events: none;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .search-input input:focus ~ label {
        top: 0;
        font-size: 0.75rem;
        color: #fff;
    }

    .search-input label.not-empty {
        top: 0;
        font-size: 0.75rem;
    }

    .search-input span:nth-of-type(3) {
        font-family: Barlow Semi Condensed;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.9215686274509803) !important;
        display: block;
        font-size: 14px;
        line-height: 1rem;
        letter-spacing: 1px;
        margin: 0;
        margin-top: -5%;
        padding: 2.5%;
        border-radius: 1px;
        width: 100%;
        text-align: left;
        font-style: italic;
        background-color: rgba(0, 0, 0, 0) !important;
        color: #ffffff;
    }

    .search-input input:focus ~ span:nth-of-type(3) {
        left: -1.625rem;
        top: 1.625rem;
        color: #ffffff !important;
        font-size: 12px;
    }

    .search-input span:nth-of-type(3).not-empty {
        left: -1.625rem !important;
        top: 1.625rem !important;
    }

    .search-input span:nth-of-type(4) {
        position: absolute;
        color: black;
        right: 0;
        top: 1.625rem;
        font-size: 1rem;
        opaCity: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .search-input input:focus ~ span:nth-of-type(4) {
        color: black;
        opaCity: 1;
        cursor: pointer;
    }

    .search-input span:nth-of-type(4).not-empty {
        opaCity: 1 !important;
    }

    .search-input .bar {
        display: block;
        width: 0;
        margin-left: 50%;
        height: 1px;
        background: black;
        opaCity: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .search-input input:focus ~ .bar {
        opaCity: 1;
        width: 100%;
        margin-left: 0;
    }


/*#endregion */

/*#region Login */

.ui-datatable-resizable {
    padding-bottom: 1px;
    overflow: inherit !important;
}


.nav[_ngcontent-c0] .open[_ngcontent-c0] > a[_ngcontent-c0], .nav[_ngcontent-c0] .open[_ngcontent-c0] > a[_ngcontent-c0]:hover, .nav[_ngcontent-c0] .open[_ngcontent-c0] > a[_ngcontent-c0]:focus {
    background-color: rgba(12, 88, 151, 0.00) !important;
    border-color: #428bca !important;
    letter-spacing: 1px !important;
}


.nav[_ngcontent-c0] > li[_ngcontent-c0] > a[_ngcontent-c0]:hover, .nav[_ngcontent-c0] > li[_ngcontent-c0] > a[_ngcontent-c0]:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.00) !important;
}


.login_ {
    width: 100% !important;
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 0.00) !important;
    border-top: none !important;
    margin-top: 7%;
    border-right: none !important;
    border-left: none !important;
    outline: none;
    padding-left: 0px !important;
    color: #fff;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.forget {
    color: #fff;
    letter-spacing: 1px;
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: #434852;
}

    #login-dp .help-block {
        font-size: 12px;
        margin-top: 11px;
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0;
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

    .btn-fb:hover {
        color: #fff;
        background-color: #496ebc;
    }

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

    .btn-tw:hover {
        color: #fff;
        background-color: #59b5fa;
    }

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
}

/*#endregion */


.top_row_text {
    font-family: Barlow Semi Condensed;
    font-size: 17px;
    font-style: normal;
    color: #ffffff;
}


.width_100 {
    width: 100%;
}

.site_scroll {
    overflow-x: hidden;
}


.margin_t_10 {
    margin-top: 10px;
}

.margin_t_35 {
    margin-top: 35px;
}

.margin_t_16 {
    margin-top: 16px;
}

.text-a-r {
    text-align: right;
    margin-left: 0px;
}

.text-a-l {
    text-align: left;
}

.text-a-c {
    text-align: center;
}


.padding_l_0 {
    padding-left: 0px;
}

.padding_t_10 {
    padding-top: 10px;
}

.padding_0 {
    padding: 0px;

}


.padding_l_8 {
    padding-left: 8px;
}

.padding_b_3 {
    padding-bottom:1%;
}


li {
    margin: 0px !important;
}


.slider_bg {
    height: 80px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 9px;
    background: #2e31b9; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to top, #363795, #005C97); 
    background: linear-gradient(to top, #363795, #005C97);*/
}


/*soical_icons*/


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    background-color: #000252;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

#myFooter[_ngcontent-c1] .row[_ngcontent-c1] {
    margin: 0 0px !important;
}

#myFooter[_ngcontent-c2] a[_ngcontent-c2] {
    color: #ffffff;
    font-family: Barlow Semi Condensed;
    text-decoration: none;
    font-size: 16px;
    line-height: 0;
}

li[_ngcontent-c2] {
    margin: -7px !important;
    border-bottom: 1px solid #1c2331 !important;
}
/* footer social icons */

.social-network a {
    background-color: #3B5998;
}

    .social-network a.icoRss:hover {
        background-color: #F56505;
    }

    .social-network a.icoFacebook:hover {
        background-color: #3B5998;
    }

    .social-network a.icoTwitter:hover {
        background-color: #33ccff;
    }


    .social-network a.icoLinkedin:hover {
        background-color: #007bb7;
    }

        .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
        .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
            color: #fff;
        }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.social-circle li i {
    margin: 0;
    line-height: 31px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}






/*soical_icons*/


/*#region Menubar */

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(255, 255, 255, 0) !important;
}

.navbar-default {
    background-color: rgba(121, 75, 75, 0) !important;
    border-color: rgba(231, 231, 231, 0) !important;
    margin: 0px;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-family: Barlow Semi Condensed;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: rgba(13, 82, 150, 0);
        border-bottom: 2px solid #fff;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
        border-bottom: 2px solid #fff;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(255, 255, 255, 0) !important;
        margin-top: 4px;
        float: right;
    }

.btn-default {
    font-family: Barlow Semi Condensed;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*-o-user-select: none;*/
    user-select: none;
    font-family: Barlow Semi Condensed;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #fff;
    outline: none !important;
}


    .btn:hover {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        letter-spacing: 1px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-family: Barlow Semi Condensed;
        font-size: 16px;
        color: #005C97;
        background-color: rgba(255, 255, 255, 0.83) !important;
        border-color: #fff;
        outline: none !important;
    }

/*#endregion */


/*#region search */

.form-control {
    display: block;
    width: 78%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-default .caret {
    border-top-color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #ebebeb;
    border-color: #ffffff;
    color: #ffffff !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Barlow Semi Condensed;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000;
    white-space: nowrap;
}

/*#endregion */



/*#region news updates */

.new_updates {
    border-bottom: 1px solid rgba(18, 54, 84, 0.1803921568627451);
    height: 40px;
    background-color: #ffffff;
}

.update-heading {
    font-family: Barlow Semi Condensed;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    color: #2a3f95;
    padding-top: 3%;
    margin-left: -9%;
}

.update_text {
    font-family: Barlow Semi Condensed;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    padding-top: 0.8%;
}

/*#endregion */


/*#region body */

h1 {
    font-family: Barlow Semi Condensed;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    color: #2a3f95;
    padding-left: 2%;
    letter-spacing: 1px;
}

h3 {
    font-family: Barlow Semi Condensed;
    font-size: 26px;
    font-weight: normal;
    color: #2a3f95;
    letter-spacing: 1px;
}


body {
    background-color: rgba(193, 193, 193, 0.18);
}


/*#endregion */


/*#region Login */

.login_button {
    margin-left: 95px;
    margin-top: -12px;
    font-size: 16px;
    font-family: Barlow Semi Condensed;
    font-weight: normal;
}

/*#endregion */


/*#region body cards */


.effect8 {
    /*position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
}

    .effect8:before, .effect8:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.37);
        box-shadow: 0 0 5px rgba(0,0,0,0.37);
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 5px / 5px;
    }

    .effect8:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }


.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    margin-top: -3% !important;
    margin-bottom: 2%;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col img {
        width: 100%;
        height: 210px !important;
        opaCity: 1;
        cursor: zoom-in;
        transition: all 0.3s ease-in-out;
    }

    /*.col img:hover {
            -webkit-filter: grayscale(80%);
            filter: grayscale(80%);
            opaCity: 0.8;
        }*/

    .col:first-child {
        margin-left: 0;
    }

.col-3 {
    width: 32.26%;
}


.BMA_Active a [_ngcontent-c3] {
    background-color: rgba(19, 79, 150, 0.00);
    color: #ffffff;
    padding: 2%;
}


a:active {
    color: #fff !important;
}

.card {
    background: #FFF;
    border-radius: 0.25em;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0px 0px;
    overflow: hidden;
    border: 1px solid rgba(193, 193, 193, 0.51);
    height:auto;
    margin-top: 0px;
}

.card1 {
    background: #FFF;
    border-radius: 0.25em;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0px 0px;
    overflow: hidden;
    border: 1px solid rgba(193, 193, 193, 0.51);
    height: 250px;
}

.card_arrow_r {
    margin-top: 3px;
    color: #0d61a7;
    cursor: pointer;
}

    .card_arrow_r:hover {
        margin-top: 3px;
        color: #e17500;
        cursor: pointer;
        transition: background-color 1s;
    }

.nav[_ngcontent-c1] .open[_ngcontent-c1] > a[_ngcontent-c1], .nav[_ngcontent-c1] .open[_ngcontent-c1] > a[_ngcontent-c1]:hover, .nav[_ngcontent-c1] .open[_ngcontent-c1] > a[_ngcontent-c1]:focus {
    background-color: rgba(255, 255, 255, 0.00) !important;
    border-color: #428bca;
    outline: none !important;
}

.card_book_now {
    font-family: Barlow Semi Condensed;
    font-size: 19px;
    font-weight: bold;
    color: #03406d;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 8px;
    letter-spacing: 1px;
}

.card-description {
    /*padding: 0.25rem 1rem;*/
    padding-left: 2% !important;
}

    .card-description h2 {
        font-weight: 600;
        color: #ffffff;
        font-size: 20px;
        font-family: Barlow Semi Condensed;
        margin: 0;
        margin-top: -13%;
        letter-spacing: 1px;
        padding-bottom: .5rem;
        text-transform: uppercase;
        border-bottom: 1px solid #eeeeee;
    }

    .card-description p {
        color: #7F8C8D;
        font-weight: 100;
        font-size: 0.975em;
        line-height: 1.6;
        margin-bottom: .75rem;
    }

@media only screen and (max-width: 45em) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .col-3 {
        width: 100%;
    }
}


/*#endregion */


/*#region welcome box */

.image_100 {
    width: 100%;
}

.site_text {
    font-family: Barlow Semi Condensed;
    font-size: 16px;
    color: #000;
    text-align: justify;
    padding-top: 10px;
}


.btn_1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 50%;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: Barlow Semi Condensed;
    font-size: 16px;
    color: #fff;
    background-color: #2e31b9 !important;
    border-color: #fff;
    outline: none !important;
    margin-bottom: 5%;
}

    .btn_1:hover {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        letter-spacing: 1px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        width: 50%;
        margin-top: 10px;
        cursor: pointer;
        border: 1px solid #2e31b9 !important;
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        /*-o-user-select: none;*/
        user-select: none;
        font-family: Barlow Semi Condensed;
        font-size: 16px;
        color: #2e31b9;
        background-color: #fff !important;
        border-color: #fff;
        outline: none !important;
        transition: background-color 1s;
        margin-bottom: 5%;
    }

.welcome_box {
    border: 1px solid hsla(0, 0%, 76%, 0.5490196078431373);
    height: auto;
    margin-left: 0px;
    margin-top: 9.5%;
}

/*#endregion */

/*#region popular_box */

.papular_img {
    width: 100%;
    padding-left: 15%;
}

.papular_hdng {
    padding: 0px;
    font-family: Barlow Semi Condensed;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #2a3f95;
    margin-top: -3%;
    padding-left: 15px;
}

.papular_text {
    padding: 0;
    font-family: Barlow Semi Condensed;
    font-size: 13px;
    color: #000;
    padding-left: 15px;
}

/*#endregion */



/*#region testimonials */
.testimonials {
    background-color: rgba(193, 193, 193, 0.22);
    font-family: Barlow Semi Condensed;
    font-size: 14px;
    font-style: normal;
    color: #3d3d3d;
    letter-spacing: 1px;
    padding: 15%;
    padding-bottom: 27% !important;
    text-align: justify;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #3F51B5;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #3F51B5;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -30px;
    }
}


/*#endregion */



.nav[_ngcontent-c1] > li[_ngcontent-c1] > a[_ngcontent-c1]:hover, .nav[_ngcontent-c1] > li[_ngcontent-c1] > a[_ngcontent-c1]:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.00) !important;
}



/*#region header_page */

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion */


h5 {
    font-family: Barlow Semi Condensed;
    font-size: 14px;
    padding-top: 5px;
}




/*--------------------------------------------------Responsive Design------------------------------------------------------------*/

@media (min-width: 320px) and (max-width: 480px) {

    .top_row_text[_ngcontent-c1] {
        font-family: Barlow Semi Condensed;
        font-size: 14px !important;
        font-style: normal;
        color: #ffffff;
    }

    .logo_heading {
        color: #fff;
        font-size: 18px !important;
        font-weight: 600;
        letter-spacing: 1px;
        margin-left: -31% !important;
        margin-top: 17%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -32px !important;
        margin-right: -3px !important;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .slider_bg {
        height: 184px !important;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 9px;
        background: #2e31b9;
    }

    .glyphicon {
        position: relative;
        float: right;
        margin-top: -34px;
        z-index: 99;
        cursor: pointer;
        color: #ffffff !important;
        padding: 3% !important;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        padding-right: 0% !important;
        -webkit-font-smoothing: antialiased;
        font-size: 0px !important;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .search-input {
        width: 102% !important;
    }

    .login_button[_ngcontent-c1] {
        margin-left: 15px !important;
        margin-top: -53px !important;
        font-size: 13px;
        font-family: Barlow Semi Condensed;
        font-weight: normal;
        background-color: #000390;
        text-align: center;
        border-radius: 50px;
        width: 93% !important;
    }

    h1 {
        font-family: Barlow Semi Condensed;
        font-size: 40px;
        font-style: normal;
        font-weight: bold;
        color: #2a3f95;
        padding-left: 20% !important;
        letter-spacing: 1px;
    }

    .footer-copyright {
        font-family: Barlow Semi Condensed;
        font-size: 14px;
        text-align: center !important;
        color: #ffffff;
        letter-spacing: 1px;
        padding: 10px;
    }

    .footer-poweredby[_ngcontent-c2] {
        font-family: Barlow Semi Condensed;
        font-size: 14px;
        text-align: center !important;
        color: #ffffff;
        letter-spacing: 1px;
        padding: 10px;
    }

    .update-heading {
        font-family: Barlow Semi Condensed;
        font-size: 18px !important;
        font-style: normal;
        font-weight: normal;
        color: #2a3f95;
        padding-top: 6% !important;
    }

    .update_text {
        font-family: Barlow Semi Condensed;
        font-size: 14px !important;
        color: #000;
        letter-spacing: 1px;
        padding-top: 2.8% !important;
    }

    .margin_t_-25 {
        margin-top: -13.5% !important;
    }

    .padding_l_7 {
        padding-left: 7% !important;
    }

    .home_text {
        font-family: Barlow Semi Condensed !important;
        font-size: 15px;
        padding-left: 8% !important;
        padding-right: 8% !important;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: justify !important;
        margin-top:3% !important;
    }

    .header-title {
        font-family: Barlow Semi Condensed !important;
        text-align: center;
        color: #2e31b9;
        padding-right: 14% !important;
    }

    .map_width {
        width: 100%;
    }

    .padding_0 {
        width: 100% !important;
    }
}
