
/*HEADER*/
/*parallax1*/
.parallax1 {
  background-image: url("../images/parallax.jpg");
  padding-bottom: 40px;
  padding-top: 60px;
  background-attachment: fixed;
  background-position: center bottom;
  position:relative;
}
.counter i{

    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}
.counter strong {

    display: block;
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 10px;
}
.counter p {

    font-size: 1.125rem;
}
.parallax1::before {
  content:'';
  top:0;
  bottom:0;
  left:0;
  right:0;
  position: absolute;
  background-color: rgba(0,0,0,0.9);
}


/*about us*/
.about-us {
    padding-bottom: 40px;
    padding-top: 50px;
}
#moreinfo{
  display:none;
}
.about-view {
    font-size: 15px;
    margin-left: 20px;
  transition:.5s all;
}
.about-view:hover, .about-view:focus{
  color:rgb(0, 0, 0);
  transition:.5s all;
}
.thumb img {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    border: 10px solid RGB(255, 255, 255);
}
/*services*/
.services {
  padding-bottom: 50px;
  padding-top: 50px;
}
.services-content {
    background-color:transparent;
    box-shadow: 0 4px 4px 0 rgba(111, 111, 111, 0.04);
    padding: 12px 18px 8px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}
.service-item:hover .services-content{
  background-color: rgb(255, 255, 255);
}
.services-content h3 {
    font-size: 18px;
}
.service-item:hover .services-thumb img {
    transform: scale(1.2);
}
.services-thumb img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.services-thumb{
  position:relative;
  overflow: hidden;
}
.service-read-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 161, 6, 0.7);
    opacity: 0;
    transition: .5s all;
}
.service-item:hover .service-read-more {
  opacity: 1;
    transition: .5s all;
}
.service-item {
    margin-bottom: 30px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.18);
    border: solid 1px rgb(220, 220, 220);
}
.service-read-more a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px rgb(0, 0, 0);
    color: #000;
    font-weight: 600;
    padding: 7px 20px;
}

/*subscription*/
.subscribe-section {
    padding: 60px 0;
    background-image: url("../images/parallax.jpg");
    background-attachment: fixed;
    background-position: center bottom;
    position: relative;
}
.subscribe-section::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.9);
}
/*contact us*/
.contact-us {
    padding-bottom: 70px;
    padding-top: 70px;
    /*! background-color: rgb(214, 218, 222); */
}
.contact-info {
    display: inline-block;
    margin-bottom: 22px;
    width: 100%;
}
.subscribe-section h2 {
    position: relative;
    /*! font-size: 30px; */
    /*! line-height: 1.2em; */
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 10px 0;
    padding: 0;
}
.subscribe-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
 .subscribe-form .form-group input[type="email"]{
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    padding: 10px 50px 10px 30px;
    height: 60px;
    font-size: 16px;
    border: 2px solid rgb(81, 81, 81);
    background: rgba(255, 255, 255, 0.53);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: calc(100% - 185px);
    display: inline-block;
}
.theme-btn {
    background: #ff9900;
    border-color: #ff9900;
    color: rgb(34, 38, 46);
    font-weight: 600;
    padding: 15px 20px;
    transition: all 500ms ease;
    position: relative;
}
.contact-info .icon-box {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    width: 34px;
}
.contact-info h6 {
    color: rgb(255, 255, 255);
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    top: 8px;
    width: 84%;
    font-weight: normal;
}
.contact-info a{
  color:white;
}
.contact-bg {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: relative;
}
.contact-text {
  padding: 40px 20px 15px;
}
.maps iframe{
  width:100%;
  height:350px;
}
.request_quote .form-row .form-group input.form-control, .request_quote .form-group textarea.form-control {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: solid 1px rgb(150, 150, 150);
    border-radius: 0;
    //height: 40px;
    margin-bottom: 20px;
    color: rgb(169, 169, 169);
	font-weight:normal;
}
.request_quote .form-row .form-group input.form-control{
	height: 40px;
}
/*carrier*/
.carriers-caption {
    background-image: url(../images/careers.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}
.careers{
  background-color: rgb(255, 255, 255);
  padding-top: 50px;
}
.job-list {
    padding: 35px;
}
.job-list li a {
    background-color: rgb(33, 37, 41);
    display: block;
    margin: 10px 0;
    padding: 10px;
    color: rgb(255, 153, 0);
    border-left: solid rgb(0, 0, 0);
    font-size: 18px;
    border-bottom: solid 1px rgb(0, 0, 0);
}
.job-list ul p {
    background-color: rgb(33, 37, 41);
    margin-top: -10px;
    padding: 0 14px 9px;
    color: rgb(179, 179, 179);
}
.job-list ul li{
  list-style: none;
}
.career-sub{
  background-color: #eee;
  position:relative;
  padding: 40px 0;
}
.career-sub::after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:51%;
  bottom: 0;
  background-image: url(../images/careers1.jpg);
  /*! background-attachment: fixed; */
  /*! background-position: center; */
  /*! background-size: cover; */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*responsive*/
@media(max-width:991px){
  .header-contact-info .media {
    margin-left: 0;
  }
  .header-middle{
    text-align: center;
  }
  .header-bottom nav {
    position: relative;
    background-color: rgb(35, 40, 57);
    height: 55px;
  }
}
/*end*/
 .style-2 {
    padding: 68px 58px 72px;
}
.form-row .form-group input.form-control {
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(238, 238, 238);
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.form-row textarea.form-control {
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(238, 238, 238);
    font-size: 16px;
    letter-spacing: 0.6px;
    padding: 22px;
    text-transform: capitalize;
  font-weight: 600;
}
.btn-theme, .btn-theme-1, .btn-black, .btn-white, .btn-transparent, .btn-bordered {
    padding: .85rem 1.4rem;
    border-radius: 0;
    border: none;
    color: rgb(255, 255, 255);
    background: #ff9900;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


