body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #252525;
    overflow-x: hidden;
    font-size: 16px;
    width: 85%;
    margin-left: 7%;
    margin-top: 5%;
    border-radius: 10px 10px 10px 10px;
    background-image: url(../img/655887.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}



.carousel-inner {
    margin-top: -20px;
}


/*
@media screen and (max-width: 768px) {
    #nav1 {
        display: none;
    }
    #nav2 {
        
        display: block;
        margin-top: -20px;
        margin-bottom: 146px;
    }
}
    @media screen and (min-width:768px){
        #nav2 {
            display:none;
        }
    }
*/

.navbar-inverse {
    border-radius: 0px;
    position: absolute;
    background-color: transparent;
    border-color: transparent;
    background-size: cover;
    z-index: 200;
    width:97.4%;
    margin-left: -85px; 
    /*    background-size: 100% 210%;*/
    border: none;
    background-image: url(../img/top-ribbin.png);
    /*    
    height: 100px;
    width: 104.2%;
    margin-left: -2.4%;  
*/
}

.navbar-nav {
    width: 100%;
   
}

.navbar-nav li {

/*
    float: none;
    display: inline-block;
*/

}

.navbar-inverse .navbar-nav li a {
    color: white;
}

.navbar-inverse .navbar-nav .dropdown li a {
    color: black;
        border-bottom: 1px solid gainsboro;
}


/*
.navbar-inverse .navbar-nav .dropdown li a {
    color: white;
    width: 190%;
    font-size: 16px;
    border-bottom: 1px solid lightgray;
}
*/

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;    
    background: linear-gradient(0deg, rgb(156, 14, 11) 0%, rgb(155, 12, 10) 8%, rgb(150, 7, 7) 9%, rgba(189,50,34,1) 91%, rgb(180, 40, 28) 93%, rgba(234,170,34,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaaa22', endColorstr='#eaaa22', GradientType=0);
    /* ie6-9 */
    ;
}

.main {
    background-image: url(../img/content-background.png);
    background-size: contain;
    margin-top: 69px;
    /*
    opacity: 0.8;   
    filter:alpha(opacity=40);
*/
/*    border-radius: 0 0 10px 10px;*/
    background: rgba(225, 225, 225, 0.85);
}

.jumbotron {
    background-color:
}


#jumbo {
    margin-top: -20px;
    background-image: url(../img/content-background.jpg);
    background-size: 100% 60%;
    color: #ae4f1b;
    /*background-color: #85302a;*/
}

section {
    padding: 30px;
}

.head1 {
    font-weight: bold;
    color: #ae4f1b;
}

.head4 {
    font-weight: bold;
    font-size: 18px;
    color: #ae4f1b;
}

.para1 {
    text-align: justify;
    font-size: 15px;
}

.view {
    border: 1px;
    background-color: #bd3222;
    color: white;
    padding-top: 4%;
    padding-bottom: 4%;
}

.btn {
    border-radius: 0px;
    background-color: transparent;
    border: 2px solid black;
    color: white;
    margin: 10px;
    padding: 15px 25px 15px 25px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.whyus {
    border: 1px;
    background-color: #bd3222;
    color: white;
    padding-top: 5%;
    padding-bottom: 5%;
    /*margin-bottom: 50px;*/
}

.btn:hover {
    background-color: black;
    border: 2px solid black;
    color: white;
}

input[type="text"],
input[type="email"] {
    background: white;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.btn-cont {
    border-radius: 0px;
    background-color: #bd3222;
    border: 2px solid #bd3222;
    color: white;
    margin: 10px;
    padding: 10px 25px 10px 25px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.standard {
    border: 1px;
    background-color: #bd3222;
    color: white;
    padding-top: 5%;
    padding-bottom: 5%;
    /*margin-bottom: 50px;*/
}

.experience {
    padding-top: 5%;
    padding-bottom: 5%;
}

button.accordion {
    background-color: #bd3222;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
    color: black
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.lis li {
    font-size: 20px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #ae4f1b;
    background-color: transparent;
}

.nav>li>a {
    color: black;
}

.nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #bd3222;
}

.img {
    background-image: url(../img/top-nav.png);
    background-repeat: no-repeat;
    position: relative;
    padding: 24px 0 0;
    margin-bottom: 3px;
    text-align: center;
    height: 78px;
    margin-bottom: -1px;
}

.img1 {
    background-image: url(../img/middle-nav.jpg);
    background-repeat: repeat-y;
    margin-top: -5px;
    text-align: left;
    padding-top: 10px;
    padding-left: 5%;
    padding-bottom: 10px;
}

.img2 {
    background-image: url(../img/bottom-nav.png);
    background-repeat: no-repeat;
    margin-bottom: 50px;
    height: 52px;
}

figcaption {
    text-align: center;
    color: #bd3222;
    font-size: 17px;
}

figure a:hover {
    color: #bd3222;
}

#facaret{
    margin-left: 5%;
    
}

footer {
    background-color: black;
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 0px 0px 10px 10px;
}

footer a{
    color: white;
}

#inquirybtn{
    border-radius: 0px;
    background-color: #bd3222;
    border: 2px solid #bd3222;
    color: white;
    margin: 10px;
    padding: 10px 15px 10px 15px;
    letter-spacing: 2px;
    transition: 0.3s;
}

#inquirybtn:hover{
    background-color: black;
    border: 2px solid black;
    color: white;
}

/*
.element{
  background-color: #bd3222; 
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;  
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
*/


@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

#font {
    
    color: black;
    font-size: 14px;
}
.element{ 
    cursor:pointer;
    position: fixed;
    top: 88%;
    right: 8%;
    border-radius: 5px;
    padding: 10px;
    color: white;
    background: #bd3222;
    border: 1px solid #bd3222;
    animation: glowing 1500ms infinite;
    z-index: 1000;
}

@keyframes glow {
  0% { color: #B20000;}
  50% {color: #FF0000;}
  100% {color: #B20000;}
}

#font {    
    color: black;
    font-size: 14px;
}
.element1{ 
    color: white;
    animation: glow 1500ms infinite;
}