a{text-decoration: none}

h1,h2,h3,h4,h5,h6{
    color: #9E0000;
}
.logo h1{
        /*font-size: 40px;*/
}
.search{
    padding-top: 20px;
}
.btn-info {
    color: #fff;
    background-color: #9E0000;
    border-color: #9E0000;
}
.navbar-custom {
    color: #FFFFFF;
    background-color: #022693;
    border-color: #9E0000;
    margin-bottom: 0px;
    border-radius: unset;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #9E0000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #9E0000;
}
/*body*/
.about{
    padding-top: 12px;
padding-bottom: 25px;
}

.about button,.newworld a{
    border: none;
    background-color: #022693;
    color: #fff;
    padding: 5px 15px;

}
.welcome p{
 /*text-align: justify;*/
}

/*.col-sm-4{
    border:1px solid red;
}
.col-sm-8{
    border:1px solid blue;
}
.col-sm-6{
    border:1px solid black;
}
*/

.contacthome{
    background-image: url(images/nice-background.jpg);
     /*background-image: url(images/background-image.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
  padding-top: 5%;
padding-bottom: 5%;
}
.newworld{
     padding-top: 20px;
padding-bottom: 30px;;
}


/*footer*/
.verline_right{
    border-right: 1px dashed;
    height: 210px;
}

.contacthome{
    /*font-family: "Sans-serif", Times, serif;*/

}
.contacthome h1{
    font-size: 63px;
    color: #022693;
}
.contacthome h4{
    font-size: 19.50px;
    color: #022693;
}

.contacthome a {
    border: medium none;
    background-color: rgb(254, 196, 36);
    padding: 7px 12px;
    font-size: 15px;
    font-style: bolder;
    color: rgb(2, 38, 147);
    margin-top: 15px;
}

.footer{
        background-color: #f5f5f5;
    padding-top: 40px;
}
.footer a{
    color: #000;
}
.footer span i{
    padding-right: 10px;
}
.copyright{
    background-color: #000;
    color: #fff;
    padding-top: 5px;
    font-size: 11px;
}



/*gallary*/

.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}

.empty_space{
    padding-top: 10px;
    padding-bottom: 32px;
}

.center{
    margin: 0 auto; 
}
.padding_top{
    padding-top: 25px;
}