/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: 'hp-simplified-regular';
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'hp-simplified-bold';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: -10px 0;
    max-height: 60px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/requestquote/header.jpeg") center bottom no-repeat;
  background-size: cover;
  padding: 100px 0 70px 0;
  min-height:600px;
  background-color: black;
  background-position: right;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: right;
  text-align:right;
  padding-top: 12%;
}
.intro-img img{
    width:50%;
    float:right;
}
#intro .intro-info h2 {
  color: var(--theme-color3);
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 900;
}

#intro .intro-info h2 span {
  color: var(--theme-color4);
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: var(--theme-color4);
  text-align: center;
  font-weight: 500;
  position: relative;
  font-family: 'hp-simplified-bold';
  letter-spacing: 1px;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

.label-para-style-1{
    color:var(--theme-color4) !important;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* Contact Section
--------------------------------*/

#contact {
    margin-top:80px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
  color:var(--theme-color4);
}

#contact .info p {
  padding: 0 0 0px 36px;
  line-height: 28px;
  font-size: 14px;
  color:var(--theme-color4);
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size:16px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size:16px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background:transparent;
  font-family: 'hp-simplified-regular';
  border: 1px solid var(--theme-color4);
  color:var(--theme-color4);
}
.form input{
    height: calc(2.25rem + 25px);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--theme-color4) !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--theme-color4) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--theme-color4) !important;
}
#contact .form button[type="submit"] {
  background: var(--theme-color1);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: white;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'hp-simplified-regular';
  font-weight:bold;
  letter-spacing:1px;
}

#contact .form button[type="submit"]:hover {
  font-size:18px;
  cursor: pointer;
}

.secondButton{
  background: var(--theme-color2) !important;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff !important;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'hp-simplified-regular';
  font-weight:bold;
  letter-spacing:1px;
}
.secondButton:hover{
  font-size:18px;
  cursor: pointer;
}
.black{
    color:black !important;
}

.candidateForm > div > input, .candidateForm > div > textarea{
    border: 1px solid black !important;
    color:black !important;
}
.candidateForm > div > input::placeholder, .candidateForm > div > textarea::placeholder{
  color: black !important;
  opacity: 1;
}
.candidateForm > div > input:-ms-input-placeholder, .candidateForm > div > textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--theme-color4) !important;
}

.candidateForm > div > input::-ms-input-placeholder, .candidateForm > div > textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--theme-color4) !important;
}
/*.business-form{
    background-image:url(../img/footer-bg.png);
}*/


.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }
}

@media (max-width: 767px) {
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }
}