html {
  scroll-behavior: smooth;


}
/*
#contact .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}*/

#contact .form-control {
    border-radius: 120px;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    border: solid #fff;
}

textarea.form-control {
    height: auto;
    border-radius: 5px!important;
}

.btnContact {
	border: 1px solid #ced4da;
	cursor:pointer;
}
.btnContact:hover {
	background-color:#f5f5f5;
}
#contact input {
    height: 50px;
}

.downloadItems{
	margin-top:9em;
}

.footer-area {
margin-top: 0;}

.footer-area .footer-bottom {
    margin-top: 35px!important;
}

.selContact {
    height: 50px;
}

.homeBtn{
	max-width:255px!important;
}

#button {
  display: inline-block;
  background-color: #CC2028;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.buttonBlog{
	background-color:transparent!important;
  zoom: 75%;
}

.buttonBlog:hover{
	background-color:#333399!important;

}




.navButtons{
  display:contents;
  transition: background-color .3s,
    opacity .5s, visibility .1s;
  visibility: hidden;
  zoom:75%;

}
/*
#navButtons.buttonShow{
	visibility: visible;
  	opacity: 1;
}
*/

#headPP{
  	opacity: 0;
  visibility: hidden;

}

#headPP.buttonShow{
	visibility: visible;
  	opacity: 1;
    margin-left: 20%;
}

#headTrucker{
  	opacity: 0;
  visibility: hidden;

}

#headTrucker.buttonShow{
	visibility: visible;
  	opacity: 1;
}

.parkingStep{
	min-height:340px;
}

.parkingStepTitle{
	color:#CC2028;
}

.parkingStepImg{
	height:130px;
}

.home-banner-area-pp {
    background: url(../img/home-banner-bg-pp.jpg) center;
    background-size: cover;
}

.home-banner-area-td {
    background: url(../img/home-banner-bg-td.jpg) center;
    background-size: cover;
}


.formBlue{
	background-color: #333399;
}

.form-control::-webkit-input-placeholder {
  color: white;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    color: black;
}

.borerCards{
	border-radius: 3.25rem;
}

.bgCard1{
	background-color:#77bef6 ;
}

.bgCard2{
	background-color:#03A9F4;
}

.bgCard3{
	background-color:#ff8279;
}
.bgCard4{
	background-color:#ff4e41;
}

.hrCustom {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgba(255, 255, 255, 0.15);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #333399;
    border-color: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent!important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
    padding: 12px;
	color:#000;
}

.imgTD{
	height: auto;
    width: 20%;
}

.mapBig{
    border-top: #e3e3e3 12px solid;
    border-bottom: #e3e3e3 12px solid;
}

.footerLinks{
	color: #777777;
}
