
body,html{
    margin:0px;
    padding:5px;
    position: relative;
    overflow-x: hidden;

}



.affix {
    width: 96.05% !important;
      position: fixed;
      top:0px;
      z-index:999;
      opacity:0.9;
      transition: background .7s ease-in-out, opacity .7s ease;
      
}
.navcont{
    
    width:100%;
    
}
.secondnav{
    
    padding:0px;
    width:100%;
    border: 0;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background .65s ease-in-out, opacity .6s ease;
    -moz-transition: background .6s ease-in-out, opacity .6s ease;
    transition: background .6s ease-in-out, opacity .6s ease;
    
    
    
}
.secondnav .pos>li>a{
    color:black !important;
}
  
.affix.secondnav{
    
      background: #222 !important;
      z-index: 999;
      
  }
  .affix.aboutnav{
    
      background: #222!important;
      z-index: 999;
      
  }
.affix.secondnav .pos>li>a{
    color:#fff !important;
      
  }
.affix.secondnav .pos>li>a:hover{
    color:lightgray !important;
  }
.affix.secondnav .social .fa{
    color:white !important;

}
.affix.secondnav .social .fa:hover{
    color:orange !important;

}
.affix.secondnav .icon-bar{
    transition: all 0.5s ease-in-out;
    background-color: white !important;
}
.affix.secondnav .visitfb{
    color:white;
}
#nav-wrapper>.secondnav{
    z-index: 999;
    opacity:0.9;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent !important;
}
.navbar-default .navbar-toggle{
    border:none;
}
.navbar-default .navbar-toggle>span.icon-bar{
    border:10px;
}
.navbar-default{
    
    margin:0px;
    padding:0px;
}
.icon-bar{
    color:black !important;
}
span>.copimage{
    width:200px;
    display:block;
    margin: -20px auto;
    
}

.logoimage>img.eagle{
    width:350px;
    margin-left:0px;
    margin-top:-180px;
    
}

.img-cont{
    display:block;          /* this allows us to use the centering margin trick */
    margin: 2px auto; 
}
.navbar-nav{
    margin:0px;
    padding:0px;
    text-align: center;
    display: inline-block;
     -webkit-font-smoothing: antialiased;
}
.pos>li>a:hover, .pos>li>a:active, .pos>li>a:focus{
    background-color:transparent;
}

.pos .dropdown .dropdown-toggle:active, .pos .dropdown .dropdown-toggle:focus{
    background-color:transparent;
}
.firstnav{
    height:180px;
    background: transparent !important;
    border:none;
}
.pos>li>a{
    font-size:16px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight:bold !important;
    transition: all 0.4s ease-in-out;
}
.pos>li>a:hover{
color: #555 !important;
background-color: transparent !important;
}
 
 .pos>li>a::after{
  content: '';
  position: absolute;
  background: linear-gradient(45deg, black,orangered);
  height: 0.15em;
  top: 80%;
  left: 0px;
  width: 0%;
  transition: width 0.3s ease-in-out;
 }
 .pos>li>a:hover::after{
    width: 100%;
}

.dropdown-menu{
    border-radius: 0px;
    border-top: 5px solid transparent;
    background-color: black !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
}


.dropdown-menu>li>a{
    -webkit-font-smoothing: antialiased;
   font-weight:bold;
    color:white;
    border:none !important;
}

.pos .dropdown-menu>li>a:hover{
    background-color:lightgray !important;
    border:transparent !important;
    
}


.fa{
color:black;
transition-timing-function: ease-in-out;
transition: all .3s ease-in-out;
}
.fa:hover{
    background-color: transparent;
    color:orange;
    transform: scale(2,2);
    
}
.social>li>.ic:hover{
    background-color: transparent !important;
}
.social>li>.ic:active, .social>li>.ic:focus{
background-color: transparent !important;
}
.social{
    
    margin-right:30px;
    padding:0px;
}
p.parpanel{
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 16px;
    padding:5px;
}

.mainimg{
    background: url(../images/blurredroad.jpeg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:auto;
}
.mainimg2{
    height:auto;
}

.mainspan>h2{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-bottom:3px solid whitesmoke;
    margin-top:100px;
    color:whitesmoke;
    font-size:54px !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 4px 2px 6px #444;
    
}
.mainspantwo>h4{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top:50px;
    color:whitesmoke;
    font-size:34px !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 4px 2px 6px #444;
}
.mainspanthree>h4>img{
    
    text-align: center;
    margin:auto;
    -webkit-font-smoothing: antialiased;
}
.panel {
    
      border: 1px solid #f4511e; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
}
    .panel-keys{
        border:none;
    }
.panel:hover {
      box-shadow: 6px 0px 40px rgba(0,0,0, .2);
}
.panel-heading {
      
      color: #fff !important;
      background: #f4511e !important;
      padding: 10px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-heading>h1 {
font-size:2.2em !important;
  }
  .panel2 {
      border: none;
      box-shadow: 6px 0px 40px rgba(0,0,0, .2);
      }
.spec-panel{
      
      margin-top:80px;
      padding:10px;
      background-color: rgb(31, 39, 38) !important;
      border-bottom:none !important;
  }
 
  .spec-panel>h1{
      font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
      margin:auto;
      color:white;
      letter-spacing: 0.4em;
  }
  .perks-panel{
      padding:3px;
      margin-top:20px;
     
      background-color: orangered !important;
      border-bottom:none !important;
  }
  .service-panel{
      padding:1px;
      margin-top:20px;
      background-color: purple !important;
      border-bottom:none !important;
  }
  .test-panel{
      padding:1px;
      margin-top:20px;
      background-color: #f4511e !important;
      border-bottom:none !important;
  }
  .about-panel{
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .about-par{
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      text-align: justify;
      font-size: 17px !important;
  }
  .panel-footer {
      background-color: white !important;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  
  .well-first{
      
      padding: 10px;
      border-right:0;
      border-left:0;
      background-color: whitesmoke;
      box-shadow: 6px 0px 40px rgba(0,0,0, .2);
  }
  .well-first>h3{
      text-shadow: 2px 2px 6px #999;
  }
  .well-home{
      
      color:white;
      margin-top:30px;
      padding: 5px;
      border-right:0;
      border-left:0;
      background:#555;
      box-shadow: 6px 0px 40px white;
  }
  .well-thumb{
      
      color:white;
      margin-top:0px;
      opacity:0.9;
      padding: 10px;
      border-right:0;
      border-left:0;
      background-color:#222;
      
  }
  p.homepar{
      margin-top:10px;
      font-size: 1.25em;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  span.whylock>h2{
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      border-bottom: 4px solid red;
      width:25%;
      margin:auto;
      margin-top:20px;
      margin-bottom:20px;
}
  img.imghome{
      margin:auto;
      margin-top:7%;
  }
  img.img-tab{
      margin:auto;
      border: 1px solid black;
  }

    
.modalpanel{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: peru !important;
    text-align: center;
    padding:1px;
    font-size:12px;
    box-sizing: border-box;
}

span.modalbutton{
    margin: auto;
    
    
}
button.modalbutton{
    -webkit-animation-duration: 700ms;
}
.modal-title{
    color:brown;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    font-weight:bold;
}
.bodyimg>.keyoffer{
    margin:auto;
    height:220px;
    transition: all 0.2s ease-in-out;
}
.bodyimg>.keyoffer:hover{
    opacity: 0.9;
    height:223px;
    
    
}
.changesome{
    border-top: 2px solid plum;
    border-bottom: 2px solid plum;
    border-radius: 30px 30px 30px 30px;
}
.changesome>p{
    font-size:19px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.jumbostart{
    background: url(../images/lockedcar.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    margin-top:30px;
    height:auto;
    box-shadow: 6px 0px 40px #555;
    
}
.jumbostart .intro{
    text-align: center;
    color:white !important;
    margin:auto;
    -webkit-font-smoothing: antialiased;
    text-shadow: 3px 4px 6px #333;
    padding:25px;
}
.jumbostart .panic{
    background-color:orange;
    padding:10px;
    text-align: center;
    color:white !important;
    margin:auto;
    -webkit-font-smoothing: antialiased;
    text-shadow: 4px 2px 6px #555;
    margin-top:20px;
}
img.youget{
    margin:auto;
}

.textget{

    text-align: center;
}
.textget>h2{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.imgser{
    margin:auto;
    height: 250px;
    
}
.serjumbo{
    margin:auto;
    height:auto;
    background: white;
}
.serjumbo .serbutton{
    margin-top:40px;
}
.phinfo{
    border:1px solid black;
    border-radius: 10px 10px 10px 10px;
    color:peru;
    margin-top:20px;
    font-family:Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 10px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
    height:500px;
    width:100%;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 0px;
    padding:60px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 40px;
    margin-top: 50px;
    margin-right: 19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
iframe.video{
    margin:auto;
    padding:0px;
}
.jumboform {
text-align: center;
margin-top:50px;
background: url(../images/contactus.jpg) no-repeat center center;
background-size: cover;
height:200px;
color: #111;
text-shadow: 2px 2px 6px #555;
border-radius: 0px;
box-shadow: 6px 10px 40px #999;
}
.jumbotron-sm { 
padding-top: 4px;
padding-bottom: 4px; 
}

.contact-word{
    vertical-align: center;
    font-size:3em;
    font-weight:300;
    color:#333;
    letter-spacing: 0.2em;
    -webkit-font-smoothing: antialiased;
}
#btnContactUs{
    
   text-align: center;
}
.form-group{
    background: orangered;
    color:white;
    text-align: center;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#212021; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#ff0000; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s; 
    color:#ff670f; 
    list-style-type: none;
    }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 

 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

 .aboutlogo{
     margin-top:-20px;
    z-index: 999; 
 }
 .aboutpar{
     font-size: 1.2em;
     margin-top:40px;
     line-height: 2em;
     -webkit-font-smoothing: antialiased;
 }
 .well-about{
     margin-top:0px;
     text-align: justify;
     vertical-align: center;
 }
 .trcenter{
     text-align: center;
 }
.well-nishonda{
    color:lightgray;
    background: orangered;
}
.well-common{
    margin-top: 40px;
    padding:0px;
    color:white;
    background: orangered;
}

.worklogo{
    margin: auto;
    margin-top:50px;
    
}
.works{
    text-align: center;
    padding:10px;
    margin-top:20px;
    border:none !important;
    border-radius: 20px 20px 20px 20px;
    background: linear-gradient(20deg, orangered,orange,white);
    color:white;
    text-shadow: 4px 2px 6px #555;
    -webkit-font-smoothing: antialiased;
}
.jumboworks{
    padding:5px 5px 5px 5px;
    margin-top:40px;
}
.post19147{
    margin-top: 20px;
    text-align: justify;
}
.posted{
    margin-top:10px;
    color:blue;
}
.choosearea{
    text-align: center;
    font-size: 18px;
}
.video{
    margin-bottom:200px;
}

.womansmile{
    padding:20px;
}
.nebimg{
    margin:auto;
    padding:20px;
}
.lockedout{
    padding:20px;
}
.common{
    margin-top:100px;
    color:red;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.2em;
}
.commonpar{
    font-family: 'Trebuchet MS', sans-serif;
    font-size:16px;
    text-align: justify;
    line-height:1.5em;
}
.verify{
    background: black;
    color:white;
}
.thanks{
    margin-top:200px;
    color:orangered;
    letter-spacing: 0.2em;
}
.thanks2{
    margin-top:0px;
    color:orangered;
    letter-spacing: 0.2em;
}
.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.3s;
}

.navbar-toggle .top-bar {
    transform: translateX(3px) rotate(135deg);
    transform-origin: 40% 200%;
}

.navbar-toggle .mid-bar {
    opacity: 0;
}

.navbar-toggle .bot-bar {
    transform: translateX(3px) rotate(-135deg);
    transform-origin: 40% -80%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .mid-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bot-bar {
    transform: rotate(0);
}
.well-offer{
    margin:0px;
}
p.carkeys{
    font-size:16px;
    text-align: justify;
    line-height:1.5em;
}
.well-carkeys>p{
    font-size:16px;
    text-align: justify;
    line-height:1.5em;
}
.replacement{
    padding:5px;
    font-size:58px !important;
    letter-spacing: 0.2em;
    color: peru;
}
.pos>li>a.actserv{
    color:orangered !important;
}
.affix .pos>li>a.actserv{
    color:darkgray !important;
}
.lns{
    padding:5px;
    letter-spacing: 0.1em;
    color:#888 !important;
}
.enex{
    
    padding:5px;
    color:#888 !important;
}
.enex:hover{
    color:lightskyblue !important;
}
.lastone{
    background: black;
}

.navbar-nav>ul>li{
    justify-content: center !important;
}
.aboutfooter>img.mainaboutimg{
width:100%;
height:500px;
}