/*!
 * Start Bootstrap - Landing Page v5.0.6 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: Open Sans,Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans,Arial,sans-serif;
  /*font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("https://wpengine.com/wp-content/uploads/2018/10/WPE-HERO-LandingPage-SpeedTool-1600x888-1500x833.jpg") no-repeat center center;
  /*background: url("../img/bg-masthead.jpg") no-repeat center center;*/
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
}

header.masthead h1 {
  font-size: 2rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 7rem;
    padding-bottom: 14rem;
  }
  header.masthead h1 {
    font-size: 3rem;

  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
  .mobile-logo{
    margin-left: 23%;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: #F4F7FA;
  /*background: url("../img/bg-masthead.jpg") no-repeat center center;*/
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  /*background-color: #212529;*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text-left{
  text-align: left;
}
.txt-color{
  color:#002838;
}
.font-size{
  font-size: 1.5rem;

}
.form-group{
  text-align: left;
}
label{
  font-size: 1.525rem;
  color: #002838;
  font-weight: 800;
}
 input[type=email], input[type=number], input[type=password], input[type=text], textarea {
    width: 100%;
    color: #002838;
    border: 1px solid #cfdde9;
    font-size: 1rem;
    padding: 1.6rem;
    border-radius: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {

  padding: 12px;
}
.fixed-top{
  position: fixed;
}
.error-required{
  position: relative;
  top: -38px;
  right: -100%;
  border: 1px solid #d21b46;
  background: #d21b46;
  padding: 14px;
  font-weight: bold;
  font-weight: 800;

}
.hidden{
  display: none;
}
.btn-primary{
  background: #ff6c29;
  border-color: #ff6c29;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus{
  background: #ff6c29;
  border-color: #ff6c29;
  font-weight: bold;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background: #ff6c29;
  border-color: #ff6c29;
  font-weight: bold;
}
.logo{
  color: #fff;
  font-weight: 800;

}
.privacy{
  padding: 50px;
  text-align: center;
  background: #ff6c29;
  font-size: 16px;
}
.plink{
  color: #212529;
}

.visit_now_div{
  position: fixed;
  bottom: 30px;
  /*width: 100%;*/
  padding: 20px;
  text-align: left;
  display: inline-block;
  z-index: 999;
}
.btn-successs {
  background-color: #41bc00 !important;
  font-weight: bold;
}
.btn-successs:hover {
  border-color: #41bc00 !important;

}
.messageSave{
  position: fixed;
  top:25%;
  left:45%;
  background: green;
  color:#fff;
  padding: 15px;
  font-size: 100px;
  z-index: 999;
}
.successMsg{
  position: fixed;
  top:15%;
  left:15%;
  background: darkgreen;
  color:#fff;
  padding: 250px;
  font-size: 20px;
  z-index: 999;
  opacity: 3;
}
.error_message{
  position: fixed;
  top:15%;
  left:20%;
  background: darkgreen;
  color:#fff;
  padding: 250px;
  font-size: 20px;
  z-index: 999;
}
.laoderShow{
  position: fixed;
  top:25%;
  left:45%;
  background: #ff6c29;
  color:#fff;
  padding: 15px;
  font-size: 100px;
  z-index: 999;
}
a:hover{
  text-decoration: none;
}
.dimensions{
  background: #fff;
  padding: 5px;
  /* border: 1px solid black; */
  height: 30px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  position: relative;
  /* left: 93px; */
  top: 10px;
  z-index: 999;
}
.mobile-logo{
  margin-left: 0px;
}
.bg-light{
  background-color: #000 !important;
}
@media (max-width: 700px) {

  .mobile-logo{
    margin-left: 23%;
  }
  .d-lg-none-new{
    display: none;
  }
  .mb-mobile{
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width: 800px) {
  .container-logo{
    margin-left: 100px;
  }

}

.modal-header-c{
  margin: 0 auto;
}
.modal-body-custom{
  background-color: #000;
  color: #fff;
  width: 50%;
  margin: 0 auto;
}
.modal-content-c{
  background: #000;

}
.ptb{
  padding-top: 30px;
  padding-bottom: 30px;
}
.orange-link, orange-link:hover{
  color: orange !important;
  text-decoration: underline;
}
.mtc{
  margin-left: 40%;
}
.mtc-img{
  margin-left: 30%;
}
.modal-title-c{
  width: 100%;
  text-align: center;
}
select {
  height: 54px !important;
}
.icon-social{

  padding: 10px;
}

.visit_now_div > .btn-success{
  background-color: #428bca !important;
  border-color: #428bca !important;
}

#info_orange{
  background: #41BC00;
  color: #fff !important;
  padding: 5px;
  /*width: 9%;*/
  /*position: relative;*/
  /*top: 0px;*/
  /*right: 10px;*/
}
.blink{
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}