
html {scroll-behavior: smooth}
/* --------------------------------------
   Body 
	 disable code:
 -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
   -------------------------------------- */
     @font-face {
                font-family: "OutfitBlack";
                src: url('../fonts/OutfitBlack.woff') format('woff'),
        url('../fonts/OutfitBlack.woff2') format('woff2'),
        url('../fonts/OutfitBlack.eot'),
        url('../fonts/OutfitBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OutfitBlack.otf') format('truetype');

                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }

   @font-face {
                font-family: "OutfitRegular";
                src: url('../fonts/OutfitRegular.woff') format('woff'),
        url('../fonts/OutfitRegular.woff2') format('woff2'),
        url('../fonts/OutfitRegular.eot'),
        url('../fonts/OutfitRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OutfitRegular.otf') format('truetype');

                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }

.row {margin-left: 0; margin-right: 0;}

body, html { overflow-x:hidden !important; }

a, a:hover {color: inherit;}

a[href^=tel] { 
	color: inherit; 
	text-decoration: none; } 

body { 
	background-image: url(../images/locksmith-centennial_bg.jpg); background-repeat: repeat-x; background-position: right top;
	background-color: #1b2831;
	font-family: "OutfitRegular", Arial, sans-serif;	
	color: #222;  background-attachment: fixed;
	font-size: 18px; 
	overflow-x: hidden; 
	
 animation: animatebgimg 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;}


@keyframes animatebgimg{

0%{
background-image:url(../images/locksmith-centennial_bg-3.jpg);

}50%{background-image:url(../images/locksmith-centennial_bg-2.jpg);


} 100% {background-image:url(../images/locksmith-centennial_bg.jpg);
	}

}

@keyframes animatebgimg1600{

0%{
background-image:url(../images/locksmith-centennial_bg-1600-3.jpg);

}50%{background-image:url(../images/locksmith-centennial_bg-1600-2.jpg);


} 100% {background-image:url(../images/locksmith-centennial_bg-1600.jpg);
	}

}

@keyframes animatebgimg1200{

0%{
background-image:url(../images/locksmith-centennial_bg-1200-3.jpg);

}50%{background-image:url(../images/locksmith-centennial_bg-1200-2.jpg);


} 100% {background-image:url(../images/locksmith-centennial_bg-1200.jpg);
	}

}

@keyframes animatebgimg1000{

0%{
background-image:url(../images/locksmith-centennial_bg-1000-3.jpg);

}50%{background-image:url(../images/locksmith-centennial_bg-1000-2.jpg);


} 100% {background-image:url(../images/locksmith-centennial_bg-1000.jpg);
	}

}

@keyframes animatebgimg700{

0%{
background-image:url(../images/locksmith-centennial_bg-700-3.jpg);

}50%{background-image:url(../images/locksmith-centennial_bg-700-2.jpg);


} 100% {background-image:url(../images/locksmith-centennial_bg-700.jpg);
	}

}
@keyframes animatebgimgnone{

0%{
	background-image:none;}
	


}

h1 {
	font-size: 30px; 
	font-family: "OutfitRegular", Arial, sans-serif;
	color:#25343e; margin: 0; padding: 0;  font-weight: 900
}

h2, h3, h4, h5, h6 { margin: 0; padding: 0;
	font-size: 30px; font-weight: 900;
	font-family: "OutfitRegular", Arial, sans-serif; 
	 color:#25343e; 
}


a{ 
	transition: all 0.2s ease-in-out 0s;}
 a:hover { 
 text-decoration: underline;
	transition: all 0.2s ease-in-out 0s;
	 
}

p {	
	font-family: "OutfitRegular", Arial, sans-serif;
	text-shadow:none; letter-spacing: 1px !important;
	
}
.navbar-brand {padding: 5px; height: inherit}
div.container {	
	position:relative;}

.floatLeft { float:left}
.floatRight { float:right}
.nnialCente_nopadding{padding:0!important}
.nnialCente_nomargin{margin:0!important}


/* --------------------------------------
   header padding and background
   -------------------------------------- */
.nnialCente-padding_around, .nnialCente-padding_around3 {
	padding: 0vh 2vw;
}
.nnialCente-socialmedia{width: 120px;  height: auto; margin: 0px auto}
.nnialCente-socialmedia img:hover{opacity: 0.8; border-radius:20px; }
.nnialCente-socialmedia img{border-radius: 10px; padding: 5px;  width: 40px;   -webkit-transition:all 0.3s 0s ease-in-out;
	transition:all 0.3s 0s ease-in-out; float: left}
.nnialCente_bgnav{margin: 1.4vh 1.4vw; border-radius: 50px; background: #fe9a5b; margin-top: 0;}
.nnialCente-navbg{ padding: 10px !important;}

.nnialCente_bgheader {padding: 10px 15px; margin-top: 10px; border: 1px solid #2c3c47; border-bottom: none;
background: linear-gradient(45deg,  #25343e 0%,#0c293d 30%,#131c21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px; }
/* --------------------------------------
   logo and phone header
   -------------------------------------- */
.nnialCente-logo h1{font-size: 25px;     font-family:  "OutfitBlack", Arial;
	color:#25343e;  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.2);}
.nnialCente-logo span{color:#0f161a}
.nnialCente-logo  p{font-size: 15px; color:#666;}

.nnialCente-logo a:hover{color:#000; text-decoration: none;}
p.nnialCente_phoneheader a{ 
	color: #91bfde; font-size: 22px;  padding: 0; }
.nnialCente_phoneheader {text-align:center !important; }

.nnialCente_phoneheader{  animation: fade-in-out 3s infinite ease-in-out; }

.nnialCente_phoneheader a:hover{ 
	color: #eaefef; text-decoration: none;}
	

.nnialCente_cc1 {width: 190px; height: auto; margin-top: 5px;}
.nnialCente_quick{  color:#427ea3; font-size: 22px;}

/* --------------------------------------
   Navigation
   -------------------------------------- */
.navbar-inverse{ border-top:none;
	 	transition: all 0.2s ease-in-out 0s; color: #222;	
		font-family: "OutfitRegular", Arial, sans-serif; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { 
	padding:10px 15px !important; 
background:none !important;
	border-radius: 50px;
color:#0f161a;  border:2px solid #0f161a;
  text-shadow:none; margin: 5px; }
	
.navbar-inverse .navbar-nav > li > a{ margin: 5px;
		 font-family: "OutfitRegular", Arial, sans-serif; background:none;
	 padding:10px 15px;  border:2px solid rgba(0, 0, 0, 0); 
	text-shadow:none; 
opacity: 1; 
transition: opacity 1s ease 0s;
	 font-size:18px; 
	 color: #222; 
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {margin: 5px;
	color:#0f161a;  border:2px solid #0f161a; opacity: 0.8; animation: blink 1s ease-in-out; border-radius: 50px;}

.navbar { 
	margin-bottom:0; }
	
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;}

.navbar .navbar-collapse {
  text-align: center;}

/* --------------------------------------
  banner services
   -------------------------------------- */
.nnialCente-banner {border-radius: 60px;}
.nnialCente-bannerpadd img{padding: 20px 0px; }
img.nnialCente-banner:hover{filter: brightness(110%);
webkit-animation:bounce-scale 1s ease;
        animation:bounce-scale 1s ease;
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;}

.nnialCente-textbannerbg{background: rgba(37, 52, 62, 0.5); border-radius: 40px; padding: 50px; margin: 50px 10px;
color:#000; backdrop-filter: blur(20px)}
.nnialCente-textbannerbg p{color:rgba(255, 255, 255, 0.9)}
.nnialCente-textbannerbg h5{margin: 10px 0px; color:#c2e3fa; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
/* --------------------------------------
schema
   -------------------------------------- */

#nnialCente-box_schemacss {	 color:#f4f4f4; }
#nnialCente-box_schemacss a{color:#f4f4f4;} 			  
#nnialCente-box_schemacss h2{	color:#f4f4f4 ;}	
.nnialCente-box_schema_add_map div {	display: inline;}


.nnialCente-box_footerlinksbg{padding:35px 4vw; min-height: 230px;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* --------------------------------------
   (white)
   -------------------------------------- */

.nnialCente-white h1::before, .nnialCente-white h2::before, .nnialCente-white h3::before, .nnialCente-white h4::before, .nnialCente-white h5::before {
  content: '';
  position: absolute;
  width:30px;
  height:7px;
  background-color: #314553;
  border-radius: 2px;
  top: -20px;
	left: 10px;}
.nnialCente-white h1::after, .nnialCente-white h2::after, .nnialCente-white h3::after, .nnialCente-white h4::after, .nnialCente-white h5::after{
  content: '';
  position: absolute;
  border-bottom: 7px solid #25343e;
  width: 15px;
  top: -20px;
  left:45px; 
}
.nnialCente_contentbg{ 
background: #fff;
background: linear-gradient(135deg, #cfdce5, #eaefef); }

.nnialCente-white {padding: 100px 120px;}

.nnialCente-btn a{
font-family: "OutfitRegular", Arial, sans-serif;  
color: #000 !important;

text-shadow:1px 1px 3px rgba(247, 221, 205, 0.9);
padding: 20px 30px;
border-radius: 45px; font-weight: bold;

display: inline-block;
cursor: pointer; text-align: center; margin-top: 10px; margin-bottom: 10px;

background: linear-gradient(135deg,  #fcb68a 0%,#fe9a5b 100%);

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease,opacity 0.25s ease;
	 
}

.nnialCente-btn a:hover {
animation: blink 1.3s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  opacity: 0.95;  text-decoration: none !important; background: #f25c32 !important;
}




.nnialCente-white a:hover{colro:#0f161a; text-decoration: underline}
.nnialCente-white a{color:#000;}

.nnialCente-white h1, .nnialCente-white h2, .nnialCente-white h3, .nnialCente-white h4, .nnialCente-white h5 { color:#0f161a; animation: glow 3s infinite; }
.nnialCente-white p{color:#222; margin-top: 10px}
.nnialCente-white ul, .nnialCente-white li{color:#222;}
.nnialCente-white ul{ margin-left: 20px; }
.nnialCente-white li{list-style:none; list-style-image: url(../images/locksmith-centennial_04.png);color: #222; padding-left: 5px;}
.nnialCente-white-text {padding:20px;}
.nnialCente-white-img-side {float: right; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
border-radius: 35px; margin-right: 40px;}



/* --------------------------------------
   (Dark_section)
   -------------------------------------- */

.nnialCente-dark {background:rgba(26, 36, 43, 0.7); padding: 100px 120px; backdrop-filter: blur(20px);

}
.nnialCente-dark h1, .nnialCente-dark h2, .nnialCente-dark h3, .nnialCente-dark h4, .nnialCente-dark h5, .nnialCente-dark h6 {color:#c2e3fa;}
.nnialCente-dark h1::before, .nnialCente-dark h2::before, .nnialCente-dark h3::before, .nnialCente-dark h4::before, .nnialCente-dark h5::before {
  content: '';
  position: absolute;
  width:30px;
  height:7px;
  background-color: #314553;
  border-radius: 2px;
  top: -20px;
	left: 10px;}
.nnialCente-dark h1::after, .nnialCente-dark h2::after, .nnialCente-dark h3::after, .nnialCente-dark h4::after, .nnialCente-dark h5::after{
  content: '';
  position: absolute;
  border-bottom: 7px solid #25343e;
  width: 15px;
  top: -20px;
  left:45px; 
}

.nnialCente-dark a:hover { 
	text-decoration: underline; }
.nnialCente-dark p, .nnialCente-dark ul, .nnialCente-dark li{color:#fff;}
.nnialCente-dark a{color:#f9f3c4}
.nnialCente-dark p{color:#fff; margin-top: 10px;}
.nnialCente-dark ul, .nnialCente-dark li{color:#fff;}
.nnialCente-dark ul{ margin-left:20px;}
.nnialCente-dark li{list-style:none; list-style-image: url(../images/locksmith-centennial_05.png);color: #fff; padding-left: 5px;}



.nnialCente-dark-img-side {float: left;  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
border-radius: 35px; margin-left: 40px;
	height: auto;}
/* --------------------------------------
   Section footer services
   -------------------------------------- */
.nnialCente-footer {padding: 100px 120px;}

/* Icon Box */
.nnialCente-footer1 h5 {color:#c2e3fa; margin-bottom: 30px;}
.nnialCente-footer1 h5::before {
  content: '';
  position: absolute;
  width:30px;
  height:7px;
  background-color: #314553;
  border-radius: 2px;
  top: -20px;
	left: 10px;}

.nnialCente-footer1 h5::after{
  content: '';
  position: absolute;
  border-bottom: 7px solid #25343e;
  width: 15px;
  top: -20px;
  left:45px; 
}

.icon-box h5{margin-bottom: 10px; margin-top: 10px; color:#c2e3fa; text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.9)}
.icon-box p{ text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.8); color:#eaefef}
.icon-box.style-one {
    padding: 40px 39px;
    position: relative;
    overflow: hidden;
    transition: .5s; border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    backdrop-filter: blur(30px); background:rgba(111, 121, 128, 0.5);
}
.icon-box.style-one:hover {
    box-shadow: 15px 15px 28px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
}
.icon-box.style-one:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
}
.icon-box.style-one:hover:before {
    width: 100%;
    opacity: 1; border: 1px solid rgba(255, 255, 255, 0.3);
}

.icon-box.style-one:hover:after {
    opacity: 1;
    width: 30px;
    height: 30px;
}
.img-icon img {
    width: 45px;
}

.icon-box.style-one .icon-box-content strong {
    margin-right: 10px;
}
.icon-box.style-one .icon-box-content span {
    display: block;
}
.icon-box.style-one .img-icon img {
    width: 46px;
}
.icon-box.style-one:hover .img-icon img {
    animation: shake 150ms 2 linear;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
}
.icon-box.style-one:hover .icon i {
    animation: shake 150ms 2 linear;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
}
@keyframes shake {
    0% {
      transform: translate(3px, 0);
    }
    50% {
      transform: translate(-3px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }



/* --------------------------------------
   Section footer links
   -------------------------------------- */

.nnialCente-footerrightbg a{color:#f4f4f4}
.nnialCente-footerrightbg a:hover{color:#fe9a5b; text-decoration: none;}
.nnialCente-footerrightbg { color: #fff; background: #25343e; padding:40px; text-align: center; 
	
	margin-top: 20px;  }
/* --------------------------------------
   phone button
   -------------------------------------- */
.nnialCente-copyright {color:#fff}
/* --------------------------------------
BackToTop button css 
-------------------------------------- */
#scrolltop {
	position:fixed;
	right:0; 
	bottom:10px;
	cursor:pointer;
	width:40px;
	height:40px;
	background-color:rgba(0,0,0, 0.7);
	text-indent:-9999px;
	display:none;}
	
#scrolltop span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff}
	
#scrolltop:hover {
	background-color:rgba(0,0,0, 0.9);
	
	opacity:1;filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";}
	
/* --------------------------------------
misc
-------------------------------------- */
@keyframes Color{
  0%{
    color:#000;
  }
  
  20%{
    color:#0f161a;
  }
  
  40%{
    color:#222;
  }
  
  60%{
    color:#0f161a;
  }
  
  80%{
    color:#444;
  }
  
  100%{
    color:#0f161a;
  }
}

@-moz-keyframes Color{
  0%{
    color:#000;
  }
  
  20%{
    color:#0f161a;
  }
  
  40%{
    color:#222;
  }
  
  60%{
    color:#0f161a;
  }
  
  80%{
    color:#444;
  }
  
  100%{
    color:#0f161a;
  }
}

@-webkit-keyframes Color{
   0%{
    color:#000;
  }
  
  20%{
    color:#0f161a;
  }
  
  40%{
    color:#222;
  }
  
  60%{
    color:#0f161a;
  }
  
  80%{
    color:#444;
  }
  
  100%{
    color:#0f161a;
  }
}
@keyframes glow {
  0% {
    text-shadow: 1px 1px 1px #ffffff;
  }
  50% {
    text-shadow: 1px 1px 3px #bfe8ff;
  }
  100% {
     text-shadow: 2px 1px 4px #8acffd;
  }
}





@keyframes bounce-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}


@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(2deg);
  }
  75% {
    transform: translateX(-2px) rotate(-2deg);
  }
  100% {
    transform: translateX(0);
  }
}


@keyframes fade-in-out {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}


@media (max-width: 1350px) {
	
		.nnialCente-padding_around3 {padding: 0vh 1vw;}
	h2, h3, h4, h5, h6 {font-size: 20px;}
	p.nnialCente_phoneheader a {font-size: 18px}
	.nnialCente_cc1 {width: 100px;}
	.nnialCente-phone a{font-size: 18px; padding: 10px} 	
			#nnialCente-main_heading_bg {min-height: inherit}
	.nnialCente-logo h1{font-size: 16px; margin-top: 10px}
	.nnialCente_quick{font-size: 16px}
	.nnialCente-textbannerbg {padding: 20px; margin: 10px}
	.nnialCente_footerbgservicesbox {padding: 10px 20px}
	.nnialCente-box_schemacssbg {min-height: 244px}.nnialCente_footerbox {border-radius: 50px}
}


/* Small screen 170% laptop and pc */
@media (max-width: 1150px) {
	body{background-image: url(../images/locksmith-centennial_bg-1200.jpg); 
		
 animation: animatebgimg1200 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	
	}

	.nnialCente-padding_around {padding: 0vh 2vw;}
	.nnialCente-white, .nnialCente-dark {padding: 40px}
.navbar-inverse{
background: none;
          border-bottom: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}
		
.navbar-nav{margin:0;}
.navbar-inverse.sticky {top:0;
            position: fixed;
	font-size:14px;
            width: 100%;          
		background:#1b2831!important;
            text-align: left;
           			opacity:0.9 !important;	 }		
	
.navbar-inverse.sticky .navbar-nav > li > a{font-size:14px; 	
 padding:10px 5px; border-radius: 30px; }
	
	
.navbar-inverse.sticky .navbar-nav > .active > a, .navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { 
	color:#111;  padding:5px;
			 font-family: "OutfitRegular", Arial, sans-serif;text-shadow:none;  }
	.navbar-inverse.sticky .navbar-nav{margin: 0;}	
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {border-radius: 30px;}

.navbar-inverse .navbar-nav > li > a{
		 	 font-family: "OutfitRegular", Arial, sans-serif;background: none; 	font-size:12px; }
	
		p.nnialCente_phoneheader a {font-size: 18px}
	.nnialCente_cc1 {width: 100px;}
	.nnialCente-phone a{font-size: 18px; padding: 10px} 	
	.nnialCente-navbg {padding: 5px;}
		
	.nnialCente-logo h1{font-size: 14px; margin-top: 20px}
	.nnialCente_quick{font-size: 12px}
	.nnialCente-textbannerbg {padding: 20px; margin: 10px}
	.nnialCente_footerbgservicesbox {padding: 10px 20px; }
	.nnialCente-box_schemacssbg {min-height: 270px}
	.nnialCente_bgnav {margin:0px 5px}
		.nnialCente-banner {border-radius: 0}
	.nnialCente-footer {padding: 40px;}
		.nnialCente_bgnav.sticky{margin: 0; border-radius: 0}
}


@media (max-width: 1123px) {
	.nnialCente-banner {border-radius: 0}
	.nnialCente_phoneheader a{font-size: 16px !important}	

.navbar-inverse.sticky .navbar-nav > li > a{font-size: 14px;}}

@media (max-width:1033px) {
	body{background-image: url(../images/locksmith-centennial_bg-1000.jpg); 
	 animation: animatebgimg1000 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	
	}
	.navbar-inverse.sticky .navbar-nav > li > a{font-size: 11px;}
.nnialCente_footerbox { border-radius: 30px}
	}

@media (max-width:980px) {	
	.nnialCente-white-img-side, .nnialCente-dark-img-side {
  float: none;  border-radius: 5px; margin: 20px auto;
	}
	.nnialCente-logo a{font-size: 16px}
	.sticky.nnialCente-logo a {font-size: 10px}
	
	.nnialCente-mobiletext {font-size: 8px}
	.nnialCente_phoneheader a {font-size: 8px; line-height: normal}
/*   Navigation */	
.navbar-inverse .navbar-nav > li > a{
	 font-size:9px; padding: 10px 4px}
	.navbar-inverse.sticky .navbar-nav > li > a{font-size: 8.5px;}
.nnialCente-cc img{display:inline-block; width: 90px; height: auto}		

		.nnialCente-phone a {font-size: 14px;}
.nnialCente-box_schemacssbg {min-height: inherit}
	
	.nnialCente-box_schemacssbg {padding: 20px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {.nnialCente_footerservices h6 {padding: 10px 20px; font-size: 18px}
	.nnialCente-box_schemacssbg {min-height: inherit}
	
	.nnialCente-btn a{padding: 10px 20px}
	#nnialCente-main_heading_bg {background-image: none}
	img.nnialCente-dark-img-side  {width: 200px; height: auto; margin: 15px auto; border-radius: 5px;}
	.nnialCente-main_heading_bg, .navbar-header{background:#fe9a5b}
	.nnialCente-dark{margin-right: 0; border:none;}
		.nnialCente-Dark_bg_padding-around{ padding: 20px}
	.nnialCente-box-service img{border:none; border-radius: 10px;}
	.nnialCente-boxbg {margin-top: inherit;}
	.nnialCente-dark-top{background-image: none}
	.nnialCente_logo_small_screen span{color:#0f161a}
	.navbar-inverse.sticky {background: #080141 !important;}
	.nnialCente_logo_small_screen a{ 
	    font-family:  "OutfitBlack", Arial; 
	color:#25343e;  display: inline-block;  padding-left: 10px;}
	.nnialCente-estimainpage.col-xs-12 {padding-left: 0px !important; padding-right: 0px!important; margin-left: 0px!important; margin-right: 0px!important; }
	.nnialCente-boxbgfooter-padding {margin-bottom: 5px}
	.nnialCente_footer_Ser_padding_text h5{border-radius: 0}
	.nnialCente-white ul, .nnialCente-white li{    margin-left: 0px;}

	.nnialCente-Dark_bg-box li, nnialCente-Dark_bg-box ul{  margin-left: 0px;}
	.nnialCente-estimainpage li:nth-child(odd){ margin: 5px 5px 10px 5px !important; padding: 10px !important}
.nnialCente-estimainpage li:nth-child(even){margin: 5px 5px 10px 5px  !important; padding: 10px !important}
	.nnialCente_footer_Ser_padding_text {min-height: inherit}
	.nnialCente-btn a{font-size: 18px}
	.nnialCente-sub-page {padding-top: 5px; padding-bottom: 5px}

	.nnialCente-logo img {
  border-left: 3px solid #99daf9;
  border-right: 3px solid #99daf9;
		border-bottom: 3px solid #99daf9;}
	.nnialCente_footer_Ser_padding_text{font-size: 14px;}
	.nnialCente-Dark_bg-img, .nnialCente-imgpostion, 	.nnialCente-service-side-img{width: 350px; margin: 5px auto}
	.nnialCente-box-servicefooter{margin-bottom: 10px}
	img.nnialCente-imgpostion {padding: inherit !important}
	.nnialCente-paddingbottomsideimg{padding-bottom: 0px}
	.nnialCente-logo img {margin-top: -47px}
		.nnialCente-boxbg {margin-top: inherit;}
	.nnialCente-white-img-side{float: inherit; margin: 15px auto; width:250px; border-radius: 5px}
	.nnialCente-white h1, .nnialCente-white h2, .nnialCente-white h3, .nnialCente-white h4, .nnialCente-white h5 {width: inherit}
	.nnialCente-dark h1, .nnialCente-dark h2, .nnialCente-dark h3, .nnialCente-dark h4, .nnialCente-dark h5, .nnialCente-dark h6  {width: inherit}
	.nnialCente-footerBoxtop {width: inherit}
	.nnialCente-box-servicefooter, .nnialCente-box-service{min-height: inherit}
	.nnialCente-white, .nnialCente-dark{padding: 30px !important;}
	.nnialCente-box-service p{font-size: 12px;}
	.nnialCente-box-servicefooter img{width: 400px; height: auto;margin: 0 auto}
	.nnialCente-contact-footerbg h5, .nnialCente-contact-footerbg h6{font-size: 20px;}
	.nnialCente-contact-footerbg h5, .nnialCente-contact-footerbg h6 {font-size: 18px;}
	body {background-color: #fff; }
	
		.nnialCente-logo_small_screen a{color: #fdfda5}
.nnialCente-logo_small_screen{font-size: 22px;    font-family: "OutfitRegular", Arial, sans-serif;
 margin: 5px; text-transform: uppercase;}
		
		.nnialCente-bg_phone_tablet_area {text-align: center; padding: 1vh 2vw;  color:#f4f4f4; font-size: 18px; background:#25343e }
	.nnialCente-bg_phone_tablet_area a{color:#fff; font-size: 18px}
	.nnialCente-bg_phone_tablet_area a:hover{text-decoration: underline; font-size: 18px}

	
	.nnialCente-contact-footerbg{ padding: 3vh 11vw; margin: 5px}
	
	#nnialCente-footer img{display: none}
		.nnialCente-phone a:hover, .nnialCente-phone a{font-size: 20px}
	.nnialCente-phone{display:flex; 
								justify-content:center;	align-items:center; width: 96%}	


	.nnialCente-Phone_visible_area_bg img{width: 130px; margin: 5px auto}
	.navbar .navbar-collapse {padding-top: 5px; text-align: left}
	
	.nnialCente-phone a:hover, .nnialCente-phone a{font-size: 16px; display: inherit;}
	.nnialCente-padding_around_services_footer {
    padding: 1vh 2vw;
}
	a, a:hover {font-size: 17px}
	.nnialCente-2, #nnialCente-footer, .nnialCente-darkgray,.nnialCente-white,.nnialCente-footer_services_action_bg
	{padding: 10px;}
		.nnialCente-footer_services_action h5 {font-size: 18px; }
	
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.1); }
	.pull-right{float: inherit !important }
	
.navbar-inverse{ background: #f4f4f4;
	height:auto;
	opacity:0.9;}
	
.navbar-inverse .navbar-nav > li > a{
	font-size:18px; background: 222; 
	font-weight:bold;
	padding:5px 20px !important;}
	
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse 
.navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > 							
.active > a:hover {
	border:none;
	padding:5px 20px}

.navbar-nav{
	float: inherit!important;
	clear:left;
	margin:0px;}	

.navbar-collapse{
	padding-bottom:5px;}	

.navbar-inverse.sticky .navbar-nav > li > a{
	font-size:18px;
	font-weight:bold;
	padding:5px 30px !important; }
	
.navbar-inverse.sticky .navbar-nav > .active > a, 
.navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse.sticky .navbar-nav > 
.active > a:hover {	font-size:16px;
	border:none;
	padding:5px 30px}
	
.navbar-inverse.sticky{
	height:auto; background: #222 !important;
	opacity:0.9 !important; }
	
.navbar-collapse.sticky{
	padding-bottom:5px;}	
			
	h1, h2, h3, h4, h5, h6 {font-size: 20px}
	/* navbar-toggle */
	.navbar-inverse .navbar-toggle { 

		border: none;
background: none;}	

	.navbar-inverse .navbar-toggle:focus{background:#000; border-radius: 50px }
	.navbar-inverse .navbar-toggle:hover { color: #fff; background:#111;border-radius: 10px; }
	.navbar-inverse .navbar-toggle:focus .icon-bar {  background-color: #fff !important;}
	.navbar-inverse .navbar-toggle:hover .icon-bar {  background-color: #fff !important;}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #0f161a;
}
	
	body{background-image: url(../images/locksmith-centennial_bg-700.jpg); 
	
	animation: animatebgimg700 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	}
	.icon-box.style-one {margin-bottom: 10px}
	
}

/* Portrait & landscape phone */
@media (max-width: 670px) { 	
	.nnialCente-dark, .nnialCente-white{border-radius: 0;}
	.nnialCente-logo_small_screen a{font-size: 15px;}
	.nnialCente-bg_phone_tablet_area a{font-size: 18px}
.nnialCente-box-service p{font-size: 9px;}
		.nnialCente-Dark_bg-img, .nnialCente-imgpostion, .nnialCente-service-side-img{width: 250px; margin: 5px auto}
.nnialCente-white, .nnialCente-dark{padding: 20px !important;}
	body {  animation: animatebgimgnone 1s infinite ease-in-out; background-image: none!important }
	.nnialCente-footer1 {background: #25343e}
}

@media (max-width: 420px) {	
	body { background-color: #1a262f; animation: animatebgimgnone 1s infinite ease-in-out; background-image: none!important }
	
		.nnialCente-phone a:hover, .nnialCente-phone a{font-size: 16px; display: inline-block}
	
	p, ul, li {font-size: 14px;}
		h1, h2, h3, h4, h5, h6 {font-size: 18px}.nnialCente-phone a:hover, .nnialCente-phone a{font-size: 16px; display: inline-block}
	#scrolltop{display: none !important}


	
}

@media (max-width: 360px) {		h1, h2, h3, h4, h5, h6 {font-size: 18px}	
.nnialCente-Dark_bg-img img, .nnialCente-imgpostion img, .nnialCente-boxbgfooter-padding img, .nnialCente-service-side-img img{display: none}
		
	.nnialCente-logo_small_screen{font-size: 13px;}	
	.nnialCente-white-img-side, .nnialCente-Dark-img-side{display: none}
.nnialCente-2, #nnialCente-footer, .nnialCente-darkgray,.nnialCente-white,.nnialCente-contact,.nnialCente-footer_services_action_bg
	{padding: 1vh 1vw;} 
	.nnialCente-Dark_bg-img img{display: none}
				.nnialCente-white_container { margin: 0; padding: 1vh 1vw;}

.nnialCente-bg_phone_tablet_area a{font-size: 18px}
	.nnialCente-phone_footer {font-size: 18px; padding: 1vh 1vw;}
	
	
}

@media (max-width: 280px) {	.nnialCente-logo_small_screen{font-size: 10px;}	

	.navbar-inverse{ background: #000623;}
	.nnialCente-footer_services_action {text-align: center}
	#nnialCente-schema {display: none}
	.nnialCente-white-img-side img {display: none}
	.nnialCente-bg_phone_tablet_area a{font-size: 16px}
	body{background-image: none;}
	.nnialCente-bg_phone_tablet_area {background: #010a38}
		.nnialCente-service-side-img, .nnialCente-Dark_bg-img{display: none}
	.nnialCente-boxbgtext {
		padding: 0px; margin: 0px; border-radius: 5px;
	background-color: rgba(0, 0, 0, 0);}
	
}




@media (min-width: 1200px) {	
	.navbar .navbar-nav {margin-top: 0px; margin-bottom: 0px;}
	body {background-size: contain}
	.nnialCente-boxbgfooter {padding-left: 40px; padding-right: 40px;}
.navbar-inverse{
background:none;
          border-bottom: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}
	
	.nnialCente-navbg.sticky {padding: 5px !important; border: none !important; }
	
	.nnialCente_bgnav.sticky{margin: 0; border-radius: 0}
	.nnialCente_bgheader.sticky{margin-top: 0; background: #091923 !important; border:none !important}
	
	.nnialCente_bgheader.sticky{background-color: rgba(40, 29 ,135, 0.7); }
	
.navbar-inverse.sticky {top:0;
            position: fixed;
	transition: opacity 1s ease 0s;
	font-size:18px;
            width: 100%;     
		background:#091923 !important;
            text-align: left;
           			opacity:0.97 !important;	 }		
	
.navbar-inverse.sticky .navbar-nav > li > a{font-size:18px; 	
 padding:10px 7px; }
.navbar-inverse.sticky .navbar-nav > .active > a, .navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { 
	color:#0f161a;  padding:10px 7px;			 font-family: "OutfitRegular", Arial, sans-serif;text-shadow:none;  }
	.navbar-inverse.sticky .navbar-nav{margin: 10px 0;}	


.navbar-inverse .navbar-nav > li > a{
		 	 font-family: "OutfitRegular", Arial, sans-serif;
background: none; 
	 font-size:17px;  }

	 .sticky.nnialCente-logo a{font-size: 28px; color:#091b26}
	
	body{background-image: url(../images/locksmith-centennial_bg-1200.jpg);
	
	
		 animation: animatebgimg1200 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1912px) {
	.navbar-inverse .navbar-nav > li > a{
	 font-size: 18px;  }
		.navbar-inverse.sticky {font-size: 18px;}
		.nnialCente-padding_around3{padding: 0vh 1vw;}


	

	body{background-image: url(../images/locksmith-centennial_bg-1600.jpg);  background-position: right top;
	
	 animation: animatebgimg1600 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	
	}


}
	
@media screen and (min-width: 1920px) and (max-width: 2559px){ 
	

.navbar-inverse .navbar-nav > li > a{
	  font-size: 20px;  }
	
	.nnialCente-padding_around {padding: 0vh 12vw;}

		.nnialCente-padding_around3{padding: 1vh 7vw;}
	body{background-image: url(../images/locksmith-centennial_bg.jpg);  background-position: right top;
	
	 animation: animatebgimg 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	
	}
.nnialCente-logo h1{ font-size: 38px;}
	.nnialCente_footerbgservices {
		padding: 20px 40px;}.nnialCente-navbg {padding: 20px 40px !important}
	
}

@media (min-width: 2001px) and (max-width: 2558px) {

		body{background-image: url(../images/locksmith-centennial_bg.jpg);  background-position: right top;
		 animation: animatebgimg 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;	}

	
}

@media (min-width: 2560px) and (max-width: 3499px) {
.nnialCente-logo h1{ font-size: 38px;}
		 .nnialCente-padding_around3{padding: 0vh 17vw;}
#scrolltop {right:28vw}	
	.nnialCente_bgnav, .nnialCente_bgnav.sticky{padding: 0vh 14vw;}
	
	.nnialCente-padding-banner-full{padding: 0vh 14.5vw;}
	.nnialCente_contentbg, .nnialCente-dark{margin: 2vh 16vw;}
	.nnialCente-padding-footer-full, .nnialCente-padding-footerlinks-full{margin: 0vh 16vw;}
	
	body{background-image: url(../images/locksmith-centennial_bg.jpg);  background-position: right top;
		 animation: animatebgimg 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;	}
	.nnialCente-footer {padding:1vh 17vw;}
	
}
@media screen and (min-width: 3500px)  and (max-width: 4499px) {
	.nnialCente-footer {padding:2vh 27vw;}
	.nnialCente-logo h1{ font-size: 38px;}
		 .nnialCente-padding_around3{padding: 0vh 27vw;}
#scrolltop {right:28vw}	
	.nnialCente_bgnav, .nnialCente_bgnav.sticky{padding: 0vh 24vw;}
	
	.nnialCente-padding-banner-full{padding: 0vh 24.5vw;}
	.nnialCente_contentbg, .nnialCente-dark{margin: 2vh 25vw;}
	.nnialCente-padding-footer-full, .nnialCente-padding-footerlinks-full{margin: 0vh 25vw;}
		body{background-image: url(../images/locksmith-centennial_bg.jpg);  background-position: right top;
		 animation: animatebgimg 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	
	}
	
}
@media screen and (min-width: 4500px)  and (max-width: 6399px) {
		.nnialCente-footer {padding:2vh 29vw;}		
		.nnialCente-logo h1{ font-size: 38px;}
		 .nnialCente-padding_around3{padding: 0vh 29vw;}
#scrolltop {right:28vw}	
	.nnialCente_bgnav, .nnialCente_bgnav.sticky{padding: 0vh 27vw;}
	
	.nnialCente-padding-banner-full{padding: 0vh 28vw;}
	.nnialCente_contentbg, .nnialCente-dark{margin: 2vh 28vw;}
	.nnialCente-padding-footer-full, .nnialCente-padding-footerlinks-full{margin: 0vh 28vw;}
	
		body{background-image: url(../images/locksmith-centennial_bg.jpg);  background-position: right top;
		 animation: animatebgimg 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	}
	
}

@media screen and (min-width: 6400px) {

	.nnialCente-logo h1{ font-size: 38px;}
		 .nnialCente-padding_around3{padding: 0vh 34vw;}
	.nnialCente-footer {padding:2vh 34vw;}
#scrolltop {right:25vw}	
	.nnialCente_bgnav, .nnialCente_bgnav.sticky{padding: 0vh 32vw;}
	
	body{background-image: url(../images/locksmith-centennial_bg.jpg);  background-position: right top;
		 animation: animatebgimg 7s infinite ease-in-out;
animation-direction:alternate-reverse;
animation-duration:30s;
animation-fill-mode:forwards;
animation-play-state:running;
	
	}
	.nnialCente-padding-banner-full{padding: 0vh 33vw;}
	.nnialCente_contentbg, .nnialCente-dark{margin: 2vh 33vw;}
	.nnialCente-padding-footer-full, .nnialCente-padding-footerlinks-full{margin: 0vh 33vw;}}

