.navbar-inverse {
    background-color: #f2cc62;

}
.nav>li {
    position: relative;
    display: block;
    padding: 0px 20px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #9a0000;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9a0000;
}

.navbar {
    border-radius: 0px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; 
}

.navbar-nav {
    /* margin: 7.5px -15px; */
    text-align: center;
    margin-top: 0px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

/* nav close */
.navbar {
    margin-bottom: 0px;
    position: sticky;
    top: 0;
    z-index: 99999;
}
/*Main-banner*/

.banner {
    position: relative;
}
.banner .text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 57%;
    right: 0;
    top: 0%;
    text-align: center;
}
.text h4 {
    color: #ffff;
    font-size: 51px;
}
.text h5 {
    color: #a9ff00;
    font-size: 32px;
}
.contact-banner {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: -8%;
    right: 0;
    top: 67%;
    text-align: center;
}
.contact-banner h3 {
    font-size: 47px;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #d4e014, 0 0 40px #d4e014, 0 0 50px #d4e014, 0 0 60px#d4e014, 0 0 70px #d4e014;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fbf2f2;
    background-image: url(../images/back-1.jpg);
    background-attachment: fixed;    
    background-color: #fff;
}
p {
    text-align: justify;
}

a {
    color: #ffc904;
    text-decoration: none;
}

a:focus, a:hover {
    color: #ffba58;
    text-decoration: none;
}
 
section {
    margin-top: 10px;
}
.container {
    background-color: #a01409ab;
}
.small-img {
    display: none;
}

section {
        padding: 10px;
}  

.b1 {
    margin: 0 auto;
}
/*scroll top button*/
.scrollToTop{position:fixed; right:10px; bottom:10px; width:50px; height:50px; font-size:20px; line-height:50px; text-align:center;
 color:#fff !important;  z-index:999; display:none; transition:all 0.3s ease; background:#fff; border-radius:50%; border: 1px solid rgba(220, 66, 66, 0.62);
 text-decoration:none !important;}
.scrollToTop span{display:block; margin-top:14px; transition:all 0.2s ease-in-out; color:#dc4242; font-size:25px;}
.scrollToTop:hover span{margin-top:10px;}

 /*footer*/
.b2 {
    text-align: center;
    background-color: #610707;
    padding: 15px 0px;
    margin: 0px;
} 

.b2 .social li a {
    color: #9a0000;
    text-decoration: none;
    background: #d29d51;
    padding: 10px 13px;
    border-radius: 50%;
} 

.b3 {
    padding: 20px 3px 0px 3px;
}
.b3 .b3-1 img{
    margin: 0px 0px 20px 0px;
}
.b4 {
    border: 8px solid #333333;
}

.sub-menu li {
    padding: 6px 0px;
    margin: 5px 10px;
    line-height: 2;
    list-style: none;
    display: inline-block;
}

.sub-menu li a {
    color: #fff;
    padding: 6px 20px;
}
 
.social li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    line-height: 2;
     
}

.copy-right {
    line-height: 2;
}

/*social h over*/
.social .hvr-float-shadow {
     
    box-shadow: 0 0 1px rgba(224, 224, 224, 0.75);
     
    margin: 0px 9px;
}

/*rates*/

/*price*/

.d6 {
    text-align: center;
}
.rate-1 {
    padding: 30px 0px;
}
.rate-2 {
    text-align: center;
}

.rate-2 h5 {
    padding: 8px 0px;
    border-bottom: 2px double; 
}
.rate-3 {
    border: 2px solid;
    background-color: transparent;
    width: 100%;
    border-radius: 10px;
}

.rate-3 .btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #0000009e;
    border-radius: 4px;
    background: #df0002;
    color: #fff;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 10px;
}

/* media */

@media handheld, only screen and (max-width: 1366px){
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: 11%;
}
    
} 
@media handheld, only screen and (max-width: 1200px) {
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: 9%;
}
}
@media handheld, only screen and (max-width: 1170px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: 9%;
    }
    }
@media handheld, only screen and (max-width: 991px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: 5%;
    } 
    }
@media handheld, only screen and (max-width: 959px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: 5%;
    } 
}
@media handheld, only screen and (max-width: 768px){
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: 8%;
    } 
    .b3 .b3-1 {
        width: 50%;
        float: left;
        margin: 0 auto;
    }
}
@media handheld, only screen and ( max-width:640px ) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: -3%;
    }
    .b3 .b3-1 {
        width: 50%;
        float: left;
        margin: 0 auto;
    }
    
    
}

@media handheld, only screen and ( max-width:480px ) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: -4%;
        
    }
    
    .b3 .b3-1 {
        width: 50%;
        float: left;
        margin: 0 auto;
    }
    .banner .text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 57%;
    right: 0;
    top: -7%;
    text-align: center;
}
     .text h4 {
    color: #ffff;
    font-size: 13px;
}
.text h5 {
    color: #a9ff00;
    font-size: 11px;
}
.contact-banner {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: -8%;
    right: 0;
    top: 54%;
    text-align: center;
}
.contact-banner h3 {
    font-size: 13px;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
}

@media handheld, only screen and ( max-width:320px ) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-nav {
    border-color: #101010;
    margin-left: -6%;
    }
    .b3 .b3-1 {
        width: 100%;
        float: left;
        margin: 0 auto;
    }
    .banner .text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 57%;
    right: 0;
    top: -7%;
    text-align: center;
}
    .text h4 {
    color: #ffff;
    font-size: 13px;
}
.text h5 {
    color: #a9ff00;
    font-size: 11px;
}
.contact-banner {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: -8%;
    right: 0;
    top: 54%;
    text-align: center;
}
.contact-banner h3 {
    font-size: 13px;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
}







