
body, html {
  padding: 0ppx;
  margin: 0px auto; 
  text-align: center;
  font-family: "Roboto",sans-serif;
  color: #111111;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid navy;
}

a {
  color: #565656 !important;
  text-decoration: none;
}

:root {
    --primary: #224499 !important;
    --light: #F5F5F5;
    --dark: #353535;
}

.text-primary {
  color: #224488 !important;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500 !important;
    text-transform: uppercase;
    outline: none;
}
.dropdown-item {
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 7px 0;
    }
    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

/**
.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 55px;
}**/

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}
.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
   .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.btn {
    font-weight: 500;
    transition: .1s;
}
.btn.btn-primary,
.btn.btn-secondary {
    padding-top: 10px;
    background-color: #224499;
    color: #FFFFFF;
}
.header4logo-new {
  padding-top: 12px;
}
.header4logo-new h7 {
  margin-left: 0px !important;
  color: #003399;
  font-size: 38px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 45px;
  text-transform: uppercase;
}
.header4logo-new h7 span {
  font-size: 30px !important;
  color: #003399;
}
.header4logo-new img {
  margin-top: 11px;
  float: left;
  display: inline !important;
  width: 39px;
  margin-right: 12px;
}
@media only screen and (min-width: 380px) and (max-width: 767px) {
    .header4logo-new h7 {
        font-size: 38px;
        letter-spacing: -1.4px;
        line-height: 40px;
    }
}

#footer {
  border-top: 3px solid #00aaff;
}
.footer4logo {
  float: left;
  margin-left: -15px;
  background:transparent;
}
.footer4logo h7 {
  color: #ffffff;
  font-size: 25px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
  width: auto;
  margin-top: -3px;
  letter-spacing: 0px;
  line-height: 30px;
  text-shadow: 0 1px 1px #111; 
  -moz-text-shadow: 0 1px 1px #111; 
  -webkit-text-shadow: 0 1px 1px #111;
}
.footer4logo h7 span {
  color: #FFF;
  font-size: 90%; 
}

.img-responsive {/**
  display: block;**/
  max-width: 100%;
  height: auto;
}



.navbar-brand h5 {
  margin-left: -10px;
  padding-top: 0px;
  font-family: "Roboto",sans-serif;
  letter-spacing: -1.0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  text-align: left;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul, ol {
  list-style: none outside none;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
  padding-left: 0px;
}
ol, ul {
  list-style: none;
}

.list-group-social {
  margin-left: 45px;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
}
.list-group-social btn {
  shadow-none;
}

.list-group-social a:hover {
  background: #002266;
}

.list-group-item {
  margin-left: 75px;
  color: #cccccc !important;
  background-color: #000030 !important;
}

.list-group-link {
  margin-left: 60px;
  text-align: left;
  margin-bottom: 5px;
}
.list-group-link a {
  color: #6699ff !important;
}
.list-group-link a:hover {
  color: #2255aa !important;
}
.map-link a {
  color: #003399;
}
.map-link a:hover {
  color: #5599ff;
}

.btn.btn-primary, .btn.btn-secondary {
  color: #FFFFFF;
}
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn {
  font-weight: 500;
  transition: .5s;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 55px;
  z-index: 99;
}

#scroll-top a.scrollup i {
  padding-bottom: 3px !important;
  font-size: 18px !important;
  color: #ffffff;
}
#scroll-top a.scrollup:hover {
  background: #003388 !important;
  text-decoration: none;
}
#scroll-top a.scrollup {
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 700;
  padding: 3px 8px 9px !important;
  border-radius: 0px;
  background: #4499ff;
  position: fixed;
  bottom: 55px;
  right: 22px;
  display: none;
  opacity: 0.89;
  filter: alpha(opacity=89);
  z-index: 9999;
}
.service-for h1 {
  color: #003399;
  margin-top: -40px !important;
  font-family: "Playfair Display", serif; 
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: underline;
  line-height: 1.5;
}
.contact-top {
  width; 100%;
  height: 50px;
  background: white;
}



fieldset {
  padding: 0 20px 0; 
  margin: 0 0px 0px; 
  border: 1px solid #DDDDDD;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
label.valid {
  width: 24px;
  height: 24px;
  background: url(assets/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.theform { 
  text-align: left; padding-left: 0px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

#name, #email, #phone, #txtInput, #title, #address, #city, #datepicker {
  height: 35px;
}
.controls {
  text-align: left;          
  width: auto;
  display: block;
  font-size: 15px;
  padding-top: 0px;
  font-weight: bold;
  padding-bottom: 0px;          
}

button.btn {
  height: 34px;
  margin-top: 10px;
  padding: 0 5px;
  vertical-align: middle;
  background: #3399FF;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  transition: all .3s;
}
.bold {
  font-weight: bold;
  color: #000000;
}
.control-label {
  text-align: left;
}

#txtCaptchaDiv {
  margin-left: 5px;
  color: red;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.contact-info {
  margin-top: 20px;
  display: block;
  margin-left: 20px;
  color: #003366 !important;
	
} 

.contact-info h6 {
  margin-top: 20px;
  display: block;
  margin-left: 20px;
  color: #003399 !important;
} 


.group-list {
  margin-bottom: 20px;
  padding-left: 0;
  text-align: left;
}
.group-list-item {
  margin-bottom: 10px;
}
.hours-info {
  margin-top: 20px;
  display: block;
  margin-left: 20px;
  color: #003366 !important;
}

.hours-info h6 {
  margin-top: 20px;
  display: block;
  margin-left: 20px;
  color: #003399 !important;
}


.directions {
  margin-top: 30px;
} 

.directions .btn {
  margin-top: 5px;
  font-size:24px
} 

.dkb-reviews {
  display: inline;
}

.dkb-reviews img {
  margin-top: 24px;
  margin-bottom: 20px;
  width: 240px !important;
  border: none !important;
  vertical-align: middle;
}

.main-box h3 {
   color: #003399;  
   letter-spacing: -0.7px;
}
.main-box h2 {
   font-size: 1.8rem;
   color: #003399;  
   letter-spacing: -0.85px;
   padding-top: 12px;
   padding-bottom: 9px;
}
.text-more {
   color: #121212;  
   font-weight: 300;
}
.text-more a {
  font-weight: 700;
  color: #003399 !important;
}
.text-more a:hover {
  font-weight: 700;
  color: #3366ff !important;
}
.small-box h3 {
   font-size: 1.4rem;
   color: #003399;  
   letter-spacing: -0.75px;
   padding-top: 10px;
   padding-bottom: 7px;
}




/** COMPLETED PROJECTS **/ 
#map-canvas {
  width: 100%;
  height: 540px;
  border: 1px solid #0044aa; 
}
.gm-style .gm-style-iw {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0033cc;
}
#map-canvas .close {float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;
text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20); border: none !important; z-index: 9999999;}
/**
.close:hover, .close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
**/


/** CLICK TO CALL **/
#click2call {
  position: fixed;
  border: 1px solid #000030;
  background-color: rgba(61,61,237,0.99);  
  width: auto;
  height: auto;
  bottom: 5px !important;
  right: 22px;
  border-radius: 3px;
}
#click2call .call-now a {
  background: transparent;
  color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
  padding: 12px 15px;
  cursor: pointer;
}
#click2call .call-now a:hover {
  background-color: rgba(130,192,255,0.99);  
  color: #003399 !important;
}
@media only screen and (min-width: 380px) and (max-width: 767px) {
    #click2call {
   	bottom: 90px !important;
        
    }
}

/** PREVIOUS-NEXT GALLERIES **/
#prev-gal {
  position: fixed;
  border: 1px solid #003399;
  background-color: rgba(61,61,237,0.99);  
  width: auto;
  height: auto;
  bottom: 5px !important;
  left: 22px;
  border-radius: 3px;
}
#prev-gal a {
  background: transparent;
  color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
  padding: 12px 15px;
  cursor: pointer;
}
#prev-gal a:hover {
  background-color: rgba(0,102,204,0.99);  
  color: #ffffff !important;
}
@media only screen and (min-width: 380px) and (max-width: 767px) {
    #prev-gal {
   	bottom: 100px !important;
    }
}
#next-gal {
  position: fixed;
  border: 1px solid #003399;
  background-color: rgba(61,61,237,0.99);  
  width: auto;
  height: auto;
  bottom: 5px !important;
  right: 22px;
  border-radius: 3px;
}
#next-gal a {
  background: transparent;
  color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
  padding: 12px 15px;
  cursor: pointer;
}
#next-gal a:hover {
  background-color: rgba(0,102,204,0.99);  
  color: #ffffff !important;
}
@media only screen and (min-width: 380px) and (max-width: 767px) {
    #next-gal {
   	bottom: 100px !important;
    }
}

/** DISABLE LIGHTBOX ON SMALL SCREEN **/
@media only screen and (min-width: 380px) and (max-width: 767px) {
     a.d-block {
      pointer-events: none;
    }
}

/** PLAIN BUTTON **/
#plain-button a {
  border: 1px solid #003399;
  background-color: rgba(61,61,237,0.99); 
  color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 5px;
}
#plain-button a:hover {
  background-color: rgba(0,102,204,0.99);  
  color: #ffffff !important;
}


/**  AREAS SERVED HEADINGS **/
.areas h2 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.areas h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.areas h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}






